#include "pch-cpp.hpp" #ifndef _MSC_VER # include #else # include #endif #include #include struct VirtualActionInvoker0 { 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 VirtualActionInvoker1 { 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 VirtualActionInvoker2 { typedef void (*Action)(void*, T1, T2, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); ((Action)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; template struct VirtualFuncInvoker0 { 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 VirtualFuncInvoker1 { 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 VirtualFuncInvoker2 { 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 VirtualFuncInvoker3 { typedef R (*Func)(void*, T1, T2, T3, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, invokeData.method); } }; template struct GenericVirtualActionInvoker1 { 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 GenericVirtualFuncInvoker2 { typedef R (*Func)(void*, T1, T2, const RuntimeMethod*); static inline R Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData); return ((Func)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; 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 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); } }; template struct InterfaceFuncInvoker0 { typedef R (*Func)(void*, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); return ((Func)invokeData.methodPtr)(obj, invokeData.method); } }; template struct InterfaceFuncInvoker1 { typedef R (*Func)(void*, T1, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); return ((Func)invokeData.methodPtr)(obj, p1, invokeData.method); } }; template struct InterfaceFuncInvoker2 { typedef R (*Func)(void*, T1, T2, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1, T2 p2) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); return ((Func)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; template struct 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 GenericInterfaceFuncInvoker2 { typedef R (*Func)(void*, T1, T2, const RuntimeMethod*); static inline R Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData); return ((Func)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; // System.Action`1 struct Action_1_t7C40096A76E80520FA25C0E02ECB007C6DB1F18D; // System.Action`1 struct Action_1_tC07E78969BFFC97261F80F4C08915A046DFDD9C7; // System.Action`1 struct Action_1_t73D3F8D6D9F06723FCA3C0753A3F3905C08A7D43; // System.Action`1 struct Action_1_t63C45C5B44E8772727060B2DE65BB77DD9B77BE0; // System.Action`1 struct Action_1_t4B5D11A4BFD62938CB8E23BE6080E1802E80C757; // System.Action`1 struct Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC; // System.Action`1 struct Action_1_tD6977CC88510EC45D6546337AF4105D2D5667964; // UnityEngine.UIElements.UIR.BasicNode`1 struct BasicNode_1_t50926A7B122A7CBF935CADAA3B6A63CB8DC36B65; // UnityEngine.UIElements.CommandEventBase`1 struct CommandEventBase_1_tF2AEE851390BA430910A36BEE15AB39E4FD4CA43; // UnityEngine.UIElements.CommandEventBase`1 struct CommandEventBase_1_t0316236E75450875E2BEF9CBBAA959152C4A73D2; // UnityEngine.UIElements.UIR.Page/DataSet`1 struct DataSet_1_t6279DC745DD6E8DDFBF694911D03467F0E4A23F3; // UnityEngine.UIElements.UIR.Page/DataSet`1 struct DataSet_1_t41D88A62224FFE541DA2DB23B5ABBD0484E71688; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t5B8303F2C9869A39ED3E03C0FBB09F817E479402; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t7CB51EF9D7E2C5092734DD34FEE797DAA219A509; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t0015CBF964B0687CBB5ECFDDE06671A8F3DDE4BC; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_tEB0D423A6227B21B6396B070D473055F462EF76D; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t088F85164CD5445D216FC7D72DA5D84D80E3D94F; // System.Collections.Generic.EqualityComparer`1 struct EqualityComparer_1_t469B0BBE7B6765C576211BEF8F2803A5AD411A20; // System.Collections.Generic.EqualityComparer`1 struct EqualityComparer_1_t473790FAFA5D59304DDDA6EBEC90609CEEADF5E1; // System.Collections.Generic.EqualityComparer`1 struct EqualityComparer_1_t6779B568DF74AAD57393C6D2A62B852EC780CC09; // UnityEngine.UIElements.EventBase`1 struct EventBase_1_t7957704ABE2EF00ECF304ED555303C3D66EAEF00; // UnityEngine.UIElements.EventBase`1 struct EventBase_1_t96045F377456C52401528D3B6A3635C4C071779A; // UnityEngine.UIElements.FocusEventBase`1 struct FocusEventBase_1_tD3D64C176CBC513865DC7ACF3149527EB31F108A; // UnityEngine.UIElements.FocusEventBase`1 struct FocusEventBase_1_tEA8B0105587253B0BAE2EE8505641847C06066E5; // UnityEngine.UIElements.FocusEventBase`1 struct FocusEventBase_1_tE9F805C748FD072DFA5543E9896F2359110BC51C; // UnityEngine.UIElements.FocusEventBase`1 struct FocusEventBase_1_t3DCEA0DB545B2B18FFE2C9CFB4F972D8D680CF01; // UnityEngine.UIElements.FocusEventBase`1 struct FocusEventBase_1_t78C365238C34FB7FEC16D7554A6DC2CEC6C53E71; // System.Func`2 struct Func_2_tB3D19331301201246DE473D608119BB47D418EB9; // System.Collections.Generic.HashSet`1 struct HashSet_1_tDEB5301E3D1ED73BEA3212BF8934A112D1B7EA02; // System.Collections.Generic.IEnumerable`1 struct IEnumerable_1_t1E44C0DAB72C0589B20A326E6459D580310CD8B6; // System.Collections.Generic.IEnumerable`1 struct IEnumerable_1_t52B1AC8D9E5E1ED28DF6C46A37C9A1B00B394F9D; // System.Collections.Generic.IEnumerable`1 struct IEnumerable_1_t2C180149BF11786802CE80222226EF453AC6F286; // UnityEngine.UIElements.KeyboardEventBase`1 struct KeyboardEventBase_1_t241DE9277CA8B10D5E950EC6995711467412743E; // UnityEngine.UIElements.KeyboardEventBase`1 struct KeyboardEventBase_1_t470115110F914E0A4BC09D581661B1E92C85588E; // UnityEngine.UIElements.KeyboardEventBase`1 struct KeyboardEventBase_1_tF7BEB136EB4697AF002073DA8298684CC903EDB9; // System.Collections.Generic.List`1> struct List_1_t3F0CE5680E8E1FAF64EDF53405C8CCA7DC846CEC; // System.Collections.Generic.List`1 struct List_1_t7EA918B884451D5CD8A70AD8838AC2410BEAE49C; // System.Collections.Generic.List`1 struct List_1_t07045BD0BCA84DF3EE9885C9BE0D1F6C57D208AA; // System.Collections.Generic.List`1 struct List_1_t46D11B840428131A29887E3A6CED3FAD055E2DB3; // System.Collections.Generic.List`1 struct List_1_t4ACD1DD41E60CC6A1D6F597706710F112BB37C92; // System.Collections.Generic.List`1 struct List_1_t1D5B9015174E54B1B1EAA80C6DCECAB090B0B993; // System.Collections.Generic.List`1 struct List_1_t7698A061C75B0BB231F4A71998230AA8B311AE67; // System.Collections.Generic.List`1 struct List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7; // System.Collections.Generic.List`1 struct List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5; // System.Collections.Generic.List`1 struct List_1_tB11C28825EC6D7529E4D70C518231DD4CFAF5FF0; // System.Collections.Generic.List`1 struct List_1_t5D9124F36ADC50D7FBCB5390DA772BDB26966C45; // System.Collections.Generic.List`1 struct List_1_tBC4B57F9CF657DBE5051FFDB6F714D916DE00953; // System.Collections.Generic.List`1 struct List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3; // System.Collections.Generic.List`1 struct List_1_t0C42943245D6CF1CCD1EE408ED6914022E66B3A6; // System.Collections.Generic.List`1 struct List_1_t996D93C3F40AF1407C1817782CBE7F21C7CBCA35; // System.Collections.Generic.List`1 struct List_1_t3711F6CB516A22815CE2373F02F3EB4767C85A24; // System.Collections.Generic.List`1 struct List_1_t7D2F7D0925345DA03B22D4DCAE09D7A6D49FCE72; // System.Collections.Generic.List`1 struct List_1_t8622F62D3BA2E473C2B3BD7599476775519F0F73; // System.Collections.Generic.List`1 struct List_1_tCD74EF8BC539549FF2F92038F46DC476D31C2308; // UnityEngine.UIElements.MouseCaptureEventBase`1 struct MouseCaptureEventBase_1_t3965DB296D7EEC933A0318545CCAE06EC05D22AD; // UnityEngine.UIElements.MouseCaptureEventBase`1 struct MouseCaptureEventBase_1_t9736A72D0CAC45C006B75378F9EDDA2F6FFB81EE; // UnityEngine.UIElements.MouseCaptureEventBase`1 struct MouseCaptureEventBase_1_tA008D253918F1EE4679678D3A24305FF75FDC7ED; // UnityEngine.UIElements.MouseEventBase`1 struct MouseEventBase_1_t9F7D703752C59B2758B0C44ED89EFD86323772AE; // UnityEngine.UIElements.MouseEventBase`1 struct MouseEventBase_1_tF4C08A7DB0FC721D98796AF51EF73CE2D36CADF0; // UnityEngine.UIElements.MouseEventBase`1 struct MouseEventBase_1_t5AB06C6D1376C2B185F26D3A8FC03A664C11B697; // UnityEngine.UIElements.MouseEventBase`1 struct MouseEventBase_1_tD1F55A05309D6BC5373148214FD525B445F7B3E0; // UnityEngine.UIElements.MouseEventBase`1 struct MouseEventBase_1_tA8EEE06913BF8E868E4F525C56E232199B8028F2; // UnityEngine.UIElements.MouseEventBase`1 struct MouseEventBase_1_tF3CDCC873879464A2DEC087A066003FCB5C67B2B; // UnityEngine.UIElements.MouseEventBase`1 struct MouseEventBase_1_tDE2A0C6CACE33A6C599D48703CBF1A2FFF8CB2B5; // UnityEngine.UIElements.MouseEventBase`1 struct MouseEventBase_1_tC8D31ED47C2AA264E684C5D287BE1DC393B0A30A; // UnityEngine.UIElements.MouseEventBase`1 struct MouseEventBase_1_tE49A8546EEED816E97FE1D0D0B7083A1A17B8405; // UnityEngine.UIElements.MouseEventBase`1 struct MouseEventBase_1_t41E0C201AB9BC13ED72E77E2008BEE3696AD86F5; // UnityEngine.UIElements.MouseEventBase`1 struct MouseEventBase_1_t0F188A74FDFC1E0A49E98810634220A765C82F16; // UnityEngine.UIElements.NavigationEventBase`1 struct NavigationEventBase_1_tAAB710CF2FAF8075672B19E06F72D07E539259B8; // UnityEngine.UIElements.NavigationEventBase`1 struct NavigationEventBase_1_t78A3F78B27EDFBCFCD990047A09FA9A6689B8D97; // UnityEngine.UIElements.NavigationEventBase`1 struct NavigationEventBase_1_t559C06200CAAD82779AF314FBDDEE1DF8C28C836; // UnityEngine.UIElements.NavigationEventBase`1 struct NavigationEventBase_1_tB8B8D710394554765BD188D38939D383DB6A6EB2; // UnityEngine.UIElements.NavigationEventBase`1 struct NavigationEventBase_1_t067520088907879AD273172330EE05973AB4A02C; // UnityEngine.UIElements.ObjectPool`1> struct ObjectPool_1_tE45856C7D1855A442F3A01C8B7302EB145F14ECF; // UnityEngine.UIElements.ObjectPool`1 struct ObjectPool_1_tC0AB2CB5DDBD0D607490652CD372D2C25C1903BB; // UnityEngine.UIElements.ObjectPool`1 struct ObjectPool_1_t064ADC079E25E86E0BAB30F740D3110D4EF35B46; // UnityEngine.UIElements.ObjectPool`1 struct ObjectPool_1_t68D507B279E1C3A7FC0AC18FBC5B6E6B07495834; // UnityEngine.UIElements.ObjectPool`1 struct ObjectPool_1_tB7F0F0EA171F3EFFE7079FE4CDEF10B96CFBD0B7; // UnityEngine.UIElements.ObjectPool`1 struct ObjectPool_1_tFA9D537CE0DBE230B8F38AFB22AFBFBC0018F52B; // UnityEngine.UIElements.ObjectPool`1 struct ObjectPool_1_t5821BB1EC2D05413DFC3AB04F9C4373ED60B1958; // UnityEngine.UIElements.ObjectPool`1 struct ObjectPool_1_tFF532561CEF4B00CE6B8BB20E8B99CE99BAFF41C; // UnityEngine.UIElements.ObjectPool`1 struct ObjectPool_1_t4D5790B7998C9C1465534CDEBED2E65A18ED136E; // UnityEngine.UIElements.ObjectPool`1 struct ObjectPool_1_t6C25B0E74EEE484660093338983A5AAAF896D415; // UnityEngine.UIElements.ObjectPool`1 struct ObjectPool_1_t93DA7B168EC10687413F83115D8BC5C033D6F1D6; // UnityEngine.UIElements.ObjectPool`1 struct ObjectPool_1_t3D63FBEB271DB47DEDEA73B4059751D3ECD87EAA; // UnityEngine.UIElements.ObjectPool`1 struct ObjectPool_1_t956FF0B2B6601BFD7966788CE94E02557B7A38B3; // UnityEngine.UIElements.ObjectPool`1 struct ObjectPool_1_t2F23D7AD5708143A56950FD211174D387C0FC610; // UnityEngine.UIElements.ObjectPool`1 struct ObjectPool_1_t58514C76F3DFE9C76E31D52B2285D9BF84A5783D; // UnityEngine.UIElements.ObjectPool`1 struct ObjectPool_1_tD05000F7D5862AF6730921AB55FA13D578333235; // UnityEngine.UIElements.ObjectPool`1 struct ObjectPool_1_t2C9392C320589D5BD9EF28418710275B6ED7727A; // UnityEngine.UIElements.ObjectPool`1 struct ObjectPool_1_t5B764F45EE0DF54CB79F5DDCC4E8A5ED9DAC4BCA; // UnityEngine.UIElements.ObjectPool`1 struct ObjectPool_1_tD51521E8381E280C9518939B9B459F6B01DB5C73; // UnityEngine.UIElements.ObjectPool`1 struct ObjectPool_1_tE54019E88DA3112D164A554250EED1E35C37FDD1; // UnityEngine.UIElements.ObjectPool`1 struct ObjectPool_1_tAB599F3DDA22C48B56D7C92DDACF28C4F5FA6B46; // UnityEngine.UIElements.ObjectPool`1 struct ObjectPool_1_t857FF3249830FE41B005131405D9FC8477183C43; // UnityEngine.UIElements.ObjectPool`1 struct ObjectPool_1_tF71D44698155B03E52ED1CA17EC7C07D427BF6D1; // UnityEngine.UIElements.ObjectPool`1 struct ObjectPool_1_t99ABE84CB1AD25C9E0452FB58B2D0AFEEF989664; // UnityEngine.UIElements.ObjectPool`1 struct ObjectPool_1_t35DA079277CF539FB9E19B968864D9EDA91DD6F5; // UnityEngine.UIElements.ObjectPool`1 struct ObjectPool_1_t9C0B335D0495105AE43E595211A1C82C936EE011; // UnityEngine.UIElements.ObjectPool`1 struct ObjectPool_1_t384B5C5D4802FFDD2167919EC81EC3086D4F9D1B; // UnityEngine.UIElements.ObjectPool`1 struct ObjectPool_1_tB859B96086074A82FAA62F876E8E120E386FE206; // UnityEngine.UIElements.ObjectPool`1 struct ObjectPool_1_tCB77472AD87157F88463F8B9897759520902D350; // UnityEngine.UIElements.ObjectPool`1 struct ObjectPool_1_t2970711D8843F3BA618CD18FD275852D9AD08DFF; // UnityEngine.UIElements.ObjectPool`1 struct ObjectPool_1_tAD1562493614B244F69B2DC2415E55180967BFE5; // UnityEngine.UIElements.ObjectPool`1 struct ObjectPool_1_tA7349E35ECAB987530D38EB8DA11545A9A823266; // UnityEngine.UIElements.ObjectPool`1 struct ObjectPool_1_t008FA497FB5A6C7ED27352D21573CA5B895E403F; // UnityEngine.UIElements.ObjectPool`1 struct ObjectPool_1_t04ED25524685E65B66F545ECC0D7477361FA7DBE; // UnityEngine.UIElements.ObjectPool`1 struct ObjectPool_1_t2CD4C13100D59FEC642FC30541A47C4A7A13491B; // UnityEngine.UIElements.ObjectPool`1 struct ObjectPool_1_t0AC910C3716928BC11AD8B4CA5AA6C184DFDB3A6; // UnityEngine.UIElements.ObjectPool`1 struct ObjectPool_1_t7BC984E72EE846ACF5FCA75A9C8526797960EE97; // UnityEngine.UIElements.ObjectPool`1 struct ObjectPool_1_t4F983189429BD79CB532F184E74D9AE2A7A1A89F; // UnityEngine.UIElements.ObjectPool`1 struct ObjectPool_1_tC4F8D01CE45CD5ECD1442D3B75480C89C4CEAF3A; // UnityEngine.UIElements.ObjectPool`1 struct ObjectPool_1_t6CF2EC0B1786D738EA6F897ED5A6A869F2C1D0CD; // UnityEngine.UIElements.ObjectPool`1 struct ObjectPool_1_t70777FFC758195FAC43E12551C542928EDAAB6DD; // UnityEngine.UIElements.PanelChangedEventBase`1 struct PanelChangedEventBase_1_t797F6141FE04BF2E5705927A9D6276B40B1B6C6D; // UnityEngine.UIElements.PanelChangedEventBase`1 struct PanelChangedEventBase_1_t89BDDA58D75F4F5D7DA09DADEA265C67624A3B6E; // UnityEngine.UIElements.PanelChangedEventBase`1 struct PanelChangedEventBase_1_t51FE0D0FF96790D2A601290514773FA553D6B009; // UnityEngine.UIElements.PointerCaptureEventBase`1 struct PointerCaptureEventBase_1_t6AA8449D226B2B210D5691AA0E91BC5677B65245; // UnityEngine.UIElements.PointerCaptureEventBase`1 struct PointerCaptureEventBase_1_t20F6535D3BE3DB115756A997C7D1F49D049E3F91; // UnityEngine.UIElements.PointerCaptureEventBase`1 struct PointerCaptureEventBase_1_t7CD894551EBB4B2847D76DA7109000A314F3E413; // UnityEngine.UIElements.PointerEventBase`1 struct PointerEventBase_1_tF76A9B5683503B57286BE617E903CBCFA18484D3; // UnityEngine.UIElements.PointerEventBase`1 struct PointerEventBase_1_tE680497AA3DB551A370A456DEE238D060108B1C8; // UnityEngine.UIElements.PointerEventBase`1 struct PointerEventBase_1_t2BF8A1708DB1A2950C86041DF6601BCFE2E9D622; // UnityEngine.UIElements.PointerEventBase`1 struct PointerEventBase_1_tDCA21E36D8E54CBC88FF299F6E2B6EB82DBA23AA; // UnityEngine.UIElements.PointerEventBase`1 struct PointerEventBase_1_t6ED06B50F964733690CC57A0D7559A9EFEC728FF; // UnityEngine.UIElements.PointerEventBase`1 struct PointerEventBase_1_t1B8B4F9469A761F46B4B21A852F07CD350B0B729; // UnityEngine.UIElements.PointerEventBase`1 struct PointerEventBase_1_tFD66F5BF3D7A7FAA5A4FFB3E39BAF961DE360CB8; // UnityEngine.UIElements.PointerEventBase`1 struct PointerEventBase_1_t36A25B217C9832C8A26D2B4EE2F4BF1096629C96; // UnityEngine.UIElements.PointerEventBase`1 struct PointerEventBase_1_t3CD6B1B3BC02754B32F46543864BE01B247C9E64; // UnityEngine.UIElements.PointerEventBase`1 struct PointerEventBase_1_tE116CF19D43685E77939BE45EF6503ACDAE79D57; // UnityEngine.UIElements.PointerEventBase`1 struct PointerEventBase_1_t00B2BF542429C487722ECFF7BBFCA5A6D30C2851; // System.Collections.Generic.Queue`1 struct Queue_1_t8D9C595B0DA807AA102B0FE0E115903EEB73140A; // System.Collections.Generic.Stack`1> struct Stack_1_tBFA09E91231DA52C654F5AEC9A3B5B7FDDC0ED18; // System.Collections.Generic.Stack`1 struct Stack_1_tA6A1B04CA25BF5C6B9393D782D51A72A743EE7D2; // System.Collections.Generic.Stack`1 struct Stack_1_t20E1043910A22E4E9E0E0D704D7AAF5689B234ED; // System.Collections.Generic.Stack`1 struct Stack_1_tC6C298385D16F10F391B84280D21FE059A45CC55; // System.Collections.Generic.Stack`1 struct Stack_1_t92AC5F573A3C00899B24B775A71B4327D588E981; // System.Collections.Generic.Stack`1 struct Stack_1_tB43EE47F4B8F87E7F0B4D485E3BB3B3A12B5A88F; // System.Collections.Generic.Stack`1 struct Stack_1_tEAE5A261FAB4370CC2B99BB9408B60062DC446F9; // System.Boolean[] struct BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C; // System.Byte[] struct ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726; // System.Char[] struct CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34; // System.Delegate[] struct DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8; // UnityEngine.UIElements.EventCallbackFunctorBase[] struct EventCallbackFunctorBaseU5BU5D_t268F791DC2CCBADCB9245773031384D8697DB363; // UnityEngine.UIElements.EventCallbackList[] struct EventCallbackListU5BU5D_t8CBD2E3D37618A26F7D060D8C55E9E6CC0F71862; // UnityEngine.UIElements.StyleSheets.Syntax.Expression[] struct ExpressionU5BU5D_tC616D1A4427F1ADD06F850414B95F0F1E0C60C8B; // UnityEngine.UIElements.GradientSettings[] struct GradientSettingsU5BU5D_tA46B4329A05EDB682A503179055DF4B31B2E7EEA; // UnityEngine.UIElements.IEventDispatchingStrategy[] struct IEventDispatchingStrategyU5BU5D_t1CB99F13FAE2DD04DC8B2B6EBD1EFD0B302721C3; // UnityEngine.UIElements.IEventHandler[] struct IEventHandlerU5BU5D_t385490EC65E3209D225B79AF4A879E62705AC6C9; // UnityEngine.UIElements.IMouseEvent[] struct IMouseEventU5BU5D_tE525A0224DFBD18B7203502EBEC575383F1B05EE; // UnityEngine.UIElements.IPanel[] struct IPanelU5BU5D_tC705BB480FB7C0DF0D3EA935A822BE45DEF6032C; // UnityEngine.UIElements.IPointerEvent[] struct IPointerEventU5BU5D_tBC6A576BF7A1607B6EA90AD04C71099E40851A9D; // UnityEngine.UIElements.IRuntimePanelComponent[] struct IRuntimePanelComponentU5BU5D_t2EAE40C971B6C10B9D0BDECD4856CDA386BC33F2; // System.Int32[] struct Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32; // System.IntPtr[] struct IntPtrU5BU5D_t27FC72B0409D75AAF33EC42498E8094E95FEE9A6; // System.Object[] struct ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE; // System.Diagnostics.StackTrace[] struct StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971; // System.String[] struct StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A; // UnityEngine.UIElements.StyleProperty[] struct StylePropertyU5BU5D_t23669CD2671449ED8E1CE402285BCF84FF661EA8; // UnityEngine.UIElements.StyleSheets.StylePropertyId[] struct StylePropertyIdU5BU5D_t11EA3B9D660DB22C52822AB667E56A3DB1F4A26D; // System.Type[] struct TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755; // System.UInt16[] struct UInt16U5BU5D_t42D35C587B07DCDBCFDADF572C6D733AE85B2A67; // UnityEngine.Vector2[] struct Vector2U5BU5D_tE0F58A2D6D8592B5EC37D9CDEF09103A02E5D7FA; // UnityEngine.UIElements.VectorImageVertex[] struct VectorImageVertexU5BU5D_t3763E588EB85BC209EEE51BBAEFB8C6B0B53D4C6; // UnityEngine.UIElements.VisualElement[] struct VisualElementU5BU5D_tE1A7D361EFED7F6C0EC41136A191F4CFEC9C0BBE; // UnityEngine.UIElements.ClickDetector/ButtonClickStatus[] struct ButtonClickStatusU5BU5D_t42D8B13D202B7CD1654895347DA0148C7ED2137F; // UnityEngine.UIElements.EventDispatcher/EventRecord[] struct EventRecordU5BU5D_t34BA5D6EE7E8D43DD53A315BEBE6341867D63FB3; // UnityEngine.UIElements.FocusController/FocusedElement[] struct FocusedElementU5BU5D_tDABD8EB7C044CE4E329FC2B941BF1759F18552F3; // System.Action struct Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6; // System.ArgumentNullException struct ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB; // UnityEngine.UIElements.AtlasBase struct AtlasBase_tDB4C470C02253BAD18D1BF83FADB620209E4A37D; // UnityEngine.UIElements.AttachToPanelEvent struct AttachToPanelEvent_t403954B01771D0804A0B05B060C9271695C2E8CB; // System.Attribute struct Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71; // UnityEngine.UIElements.Background struct Background_t14D781972AD80DA2C6B3070F7A7EE46F063CDEAD; // UnityEngine.UIElements.BaseRuntimePanel struct BaseRuntimePanel_t74D3C6BB15505935A817612DF7E4BF5C1207BF7C; // UnityEngine.UIElements.StyleSheets.BaseStyleMatcher struct BaseStyleMatcher_tD449643D4AF1E3A8FD5BD10C869CE8AFD17672C3; // UnityEngine.UIElements.BaseVisualElementPanel struct BaseVisualElementPanel_t0BFFA91D18C8A7D905330E2D6DE84B9B67E7BE30; // UnityEngine.UIElements.UIR.BestFitAllocator struct BestFitAllocator_t801355D93A063CC90E0A7CA49E598F7F732BB398; // System.Reflection.Binder struct Binder_t2BEE27FD84737D1E79BC47FD67F6D3DD2F2DDA30; // UnityEngine.UIElements.BlurEvent struct BlurEvent_t63E0298F90FBEB1E0EF0B72F8CD352FF76FF61C7; // System.Globalization.Calendar struct Calendar_t3D638AEAB45F029DF47138EDA4CF9A7CBBB1C32A; // UnityEngine.UIElements.CallbackEventHandler struct CallbackEventHandler_tCEC853B0E9776DED1D671F0B7451AFBB36439A6C; // UnityEngine.UIElements.ClickDetector struct ClickDetector_tC3AB6CC891D0E83397A7254613B77C9DDC3029A4; // UnityEngine.UIElements.ClickEvent struct ClickEvent_t4EA4A076039860BA01CFADC8C6E329215DAE4C5C; // UnityEngine.UIElements.CommandEventDispatchingStrategy struct CommandEventDispatchingStrategy_t83E0CC3F928B392A723EF3AB4430BD18BA47E49B; // System.Globalization.CompareInfo struct CompareInfo_t4AB62EC32E8AF1E469E315620C7E3FB8B0CAE0C9; // UnityEngine.UIElements.ComputedStyle struct ComputedStyle_tF65787E1256E8162D54C36C0EDB423E82433394E; // UnityEngine.UIElements.ContextClickEvent struct ContextClickEvent_tD0A3AADE7DF87AD65800D6EBFAD719E248FFD5F5; // UnityEngine.UIElements.ContextualMenuManager struct ContextualMenuManager_t1B67CC8512D92D98FE15C246943960CB604C9796; // System.Globalization.CultureData struct CultureData_t53CDF1C5F789A28897415891667799420D3C5529; // System.Globalization.CultureInfo struct CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98; // UnityEngine.UIElements.Cursor struct Cursor_t6FF56333603B811AE4BB9A0C7D66B88D874A4C4F; // System.Globalization.DateTimeFormatInfo struct DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90; // UnityEngine.UIElements.DefaultDispatchingStrategy struct DefaultDispatchingStrategy_t64ED66117470CEF22726CD1BF7A268D6BC0D037B; // System.Delegate struct Delegate_t; // System.DelegateData struct DelegateData_t17DD30660E330C49381DAA99F934BE75CB11F288; // UnityEngine.UIElements.DetachFromPanelEvent struct DetachFromPanelEvent_tC0115386D59471BE46C561E7CB0B521D6C9B767D; // UnityEngine.UIElements.ElementUnderPointer struct ElementUnderPointer_t9338858C0C882FA25FBF492500439F0F8663FDDC; // Microsoft.CodeAnalysis.EmbeddedAttribute struct EmbeddedAttribute_t8FAE3C464790289E5FE9D307ADB8C4D78CF3F730; // UnityEngine.Event struct Event_tED49F8EC5A2514F6E877E301B1AB7ABE4647253E; // UnityEngine.UIElements.EventBase struct EventBase_tADF8D0ADA92BAF80F76865BAC2E9D85A118D1967; // UnityEngine.UIElements.EventCallbackFunctorBase struct EventCallbackFunctorBase_tBB6636112422604DDE486A3DE0F2DE363DE45FAE; // UnityEngine.UIElements.EventCallbackList struct EventCallbackList_t01E2A1DBD9E0531B02043D64B07C6DF9EFCCCB71; // UnityEngine.UIElements.EventCallbackListPool struct EventCallbackListPool_t443D93A5AB8829A915922786048C7E574B386D96; // UnityEngine.UIElements.EventCallbackRegistry struct EventCallbackRegistry_t9CD5BA2EA7664E88FE3D89F7EC3A9CC478B36B34; // UnityEngine.UIElements.EventDispatcher struct EventDispatcher_t96A750D2456ECAD9F478B4BBB9832D3D05948BC8; // System.Exception struct Exception_t; // UnityEngine.UIElements.ExecuteCommandEvent struct ExecuteCommandEvent_tA07BCD511597106EBB455C74F906EC65ECF5E78A; // UnityEngine.UIElements.FocusChangeDirection struct FocusChangeDirection_t735EB259C7198DEC617BA20828C4F947F35C0118; // UnityEngine.UIElements.FocusController struct FocusController_tC337430532E3E8FF9AD076CA4A5E3F49E437839B; // UnityEngine.UIElements.FocusEvent struct FocusEvent_tCDC79190FFC59F3B1A131E6F9B0365B8280FC0EB; // UnityEngine.UIElements.FocusInEvent struct FocusInEvent_tE27ADCBD2F441319D7E744E41F4FB45B2C50838D; // UnityEngine.UIElements.FocusOutEvent struct FocusOutEvent_t8B6BE133290D6B8054D2DA33A34240E899B1BB17; // UnityEngine.UIElements.Focusable struct Focusable_t54CC145FEE85D2A5D92761C419288150CF5BEC14; // UnityEngine.Font struct Font_tB53D3F362CB1A0B92307B362826F212AE2D2A6A9; // UnityEngine.GUILayoutEntry struct GUILayoutEntry_t2999ED021CB0F188187989AC009621F0AE73A5DE; // UnityEngine.GUILayoutGroup struct GUILayoutGroup_tEA8ADE069ADCDFAAE55323834EDC04B0888F10B9; // UnityEngine.GUIStyle struct GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726; // UnityEngine.GameObject struct GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319; // UnityEngineInternal.GenericStack struct GenericStack_tFE88EF4FAC2E3519951AC2A4D721C3BD1A02E24C; // UnityEngine.UIElements.GetViewDataDictionary struct GetViewDataDictionary_t98279159E390DE67BB251497F1B8EEE94CB5A516; // UnityEngine.UIElements.HierarchyEvent struct HierarchyEvent_t47E86053D8C35FD238EDFA44861E84233257AFC8; // UnityEngine.UIElements.ICursorManager struct ICursorManager_t8B97B7A88BD258220CF596B11D8461B86360BEE2; // System.Collections.IDictionary struct IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A; // UnityEngine.UIElements.IEventDispatchingStrategy struct IEventDispatchingStrategy_t6468CEC9500441C3206BA9A0E9A21F748ABC010E; // UnityEngine.UIElements.IEventHandler struct IEventHandler_tF2F9D9635A3932E24843C5F557F6080A2C9F7F95; // UnityEngine.UIElements.IFocusRing struct IFocusRing_t7AA78C2EF79168C58478D1719F3775E0822176E9; // System.IFormatProvider struct IFormatProvider_tF2AECC4B14F41D36718920D67F930CED940412DF; // UnityEngine.UIElements.IMGUIContainer struct IMGUIContainer_t0C8BA9DB6BE59812D122D0B25558114E24DAC9C0; // UnityEngine.UIElements.IMGUIEvent struct IMGUIEvent_t45699759EC2839FDB558247D4043C0D53A942BF7; // UnityEngine.UIElements.IMGUIEventDispatchingStrategy struct IMGUIEventDispatchingStrategy_tA0F30AAE4AD0C0203A5628D13FBAAEF8C16D750C; // UnityEngine.UIElements.IMouseEvent struct IMouseEvent_tD6D7D3C18AC4FDB22678EF05B49E8A3954A30CE9; // UnityEngine.UIElements.IPanel struct IPanel_t41B9E8E8B00577E4CF3BC0346D701D46462E55EB; // UnityEngine.UIElements.IPointerEvent struct IPointerEvent_t5506B1F4124A749F335298BC7E56B05E5C16065F; // UnityEngine.UIElements.IResolvedStyle struct IResolvedStyle_tBDEB32185117F0D96C5D8C22C91D94A402C5A523; // UnityEngine.UIElements.IRuntimePanelComponent struct IRuntimePanelComponent_t20500A6EC8257904A7D7743BF080B203C5C04059; // UnityEngine.UIElements.IScheduler struct IScheduler_t8C2763D531C83CE013529B9DCE83E4149925D886; // UnityEngine.UIElements.ISerializableJsonDictionary struct ISerializableJsonDictionary_t04888E45CBDC1A3C32BCD33EF1B6895D39747AA9; // UnityEngine.UIElements.IStylePainter struct IStylePainter_t8F246996628C816924A34B4FBADC2033F30C4307; // UnityEngine.UIElements.IVisualElementScheduler struct IVisualElementScheduler_t14D124B548ADC3DA162127843E2B09FC7B378D61; // UnityEngine.UIElements.InlineStyleAccess struct InlineStyleAccess_t9428EF1076CFEC0E4529A76FF0EBC3D28D964F57; // System.Runtime.CompilerServices.IsReadOnlyAttribute struct IsReadOnlyAttribute_t9610E1835712EB13B89763BF77397C5A7D7809F0; // UnityEngine.UIElements.KeyDownEvent struct KeyDownEvent_t6E6B858C52C2EB50613406F1351553A16EC1A12E; // UnityEngine.UIElements.KeyUpEvent struct KeyUpEvent_t296156EABD1A71AE270142AAC66BCC5A2C8D4D9A; // UnityEngine.UIElements.KeyboardEventDispatchingStrategy struct KeyboardEventDispatchingStrategy_t330CD3C67892206D0C40DF9D137BC738358A9490; // UnityEngine.UIElements.LoadResourceFunction struct LoadResourceFunction_tC8B248C3A029A6C7E29976A421652F7262656F92; // UnityEngine.Yoga.Logger struct Logger_t4B20A24F23C7E3ACC57738D5E2C325474762C5D2; // UnityEngine.Material struct Material_t8927C00353A72755313F046D0CE85178AE8218EE; // System.Reflection.MemberFilter struct MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81; // UnityEngine.UIElements.UIR.MeshHandle struct MeshHandle_tA7A439464E73D2821B9D24EF75EC719A74C441ED; // System.Reflection.MethodInfo struct MethodInfo_t; // UnityEngine.UIElements.MouseCaptureDispatchingStrategy struct MouseCaptureDispatchingStrategy_t77ACDE682169FE10B704CB3B701B9BCF050F9D1D; // UnityEngine.UIElements.MouseCaptureEvent struct MouseCaptureEvent_t8C0E23340A50205108C45CA4C6E9CB4410A5DCF4; // UnityEngine.UIElements.MouseCaptureOutEvent struct MouseCaptureOutEvent_tF89482688CE93023C25D8333BD57B8B48C0ECFE9; // UnityEngine.UIElements.MouseDownEvent struct MouseDownEvent_t57EEBE246AB52E9256687C2B3F48DD605C379568; // UnityEngine.UIElements.MouseEnterEvent struct MouseEnterEvent_t5BC3592BC67A2A4A1E08C546A437AD696025D600; // UnityEngine.UIElements.MouseEnterWindowEvent struct MouseEnterWindowEvent_t1185E4B0BB85CEDCC7FAF7AB6ED4A5DC09F653BC; // UnityEngine.UIElements.MouseEventDispatchingStrategy struct MouseEventDispatchingStrategy_tA5E5C87D8CFB6513D554299014B5E9D16C799BD0; // UnityEngine.UIElements.MouseLeaveEvent struct MouseLeaveEvent_t4A10AA6CCECBA3218E84A17A846D803D499501F6; // UnityEngine.UIElements.MouseLeaveWindowEvent struct MouseLeaveWindowEvent_tA74848E6C2A7984FD5151DFAD3217E2954F66E1A; // UnityEngine.UIElements.MouseMoveEvent struct MouseMoveEvent_tA4396E7B9DDDEC3F36DB5B610ECB8994ACDE42D4; // UnityEngine.UIElements.MouseOutEvent struct MouseOutEvent_tCD5D51EAB70F1AD90669DA48C7F4978344ED740E; // UnityEngine.UIElements.MouseOverEvent struct MouseOverEvent_t0BDE1BD7B96941AEA9573316F178B324F06FE2C8; // UnityEngine.UIElements.MouseUpEvent struct MouseUpEvent_tFF986FABCDC88DAEB08020785A522B6B987D197C; // UnityEngine.UIElements.NavigationCancelEvent struct NavigationCancelEvent_tA99C6241085114BA66D00135255126DB872AEE1C; // UnityEngine.UIElements.NavigationMoveEvent struct NavigationMoveEvent_tB864650BE78E726F2606E2B6B049A1F0D430BE8D; // UnityEngine.UIElements.NavigationSubmitEvent struct NavigationSubmitEvent_t2B23CCD6A552C62B781F7D550338DD379620D055; // UnityEngine.UIElements.NavigationTabEvent struct NavigationTabEvent_t67AD2563588C22F4B12AEF9743FE098FEFFB5961; // System.Globalization.NumberFormatInfo struct NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D; // UnityEngine.Object struct Object_tF2F3778131EFF286AF62B7B013A170F95A91571A; // UnityEngine.ObjectGUIState struct ObjectGUIState_t97CC7EF5BDB43F70877D3FE79657C78065923193; // UnityEngine.UIElements.UIR.Page struct Page_t0EB186A021F1A37CDD86DA93E111FF9F411B8DB1; // UnityEngine.UIElements.Panel struct Panel_t476A329F94E775CA31284CD78FD12460EEB05A3F; // UnityEngine.UIElements.PointerCancelEvent struct PointerCancelEvent_tA658A77DCA611873210006D2D89D4B02F38EB2DB; // UnityEngine.UIElements.PointerCaptureDispatchingStrategy struct PointerCaptureDispatchingStrategy_t79596F4C11A518A145D26A40DB8894EFE2D6F1DE; // UnityEngine.UIElements.PointerCaptureEvent struct PointerCaptureEvent_t3F9903F844153CDBF8D6BF4FAEAF2442D8FF291F; // UnityEngine.UIElements.PointerCaptureOutEvent struct PointerCaptureOutEvent_tD733304B927EEA2919CF6B075E74B169446DE8D1; // UnityEngine.UIElements.PointerDispatchState struct PointerDispatchState_tD5E80266BF1FBD03C0595FE828905C8846916186; // UnityEngine.UIElements.PointerDownEvent struct PointerDownEvent_tC94CCE820E4E6DCCD89A95DE94549BA550C27403; // UnityEngine.UIElements.PointerEnterEvent struct PointerEnterEvent_t02E27117954CAEA9986AF6C20DDCF0DB82277D15; // UnityEngine.UIElements.PointerEventDispatchingStrategy struct PointerEventDispatchingStrategy_t6B69AD97B915FF1E4FB50BB902195D1670FCC375; // UnityEngine.UIElements.PointerLeaveEvent struct PointerLeaveEvent_t48678588B6F38D18B83296F6D40E862A7AE9D18A; // UnityEngine.UIElements.PointerMoveEvent struct PointerMoveEvent_t9D1DF9F3D7FF1E2CCBEF6281558B6B88DAA90D28; // UnityEngine.UIElements.PointerOutEvent struct PointerOutEvent_t7CA9E9F3CB65E8D0A71D4FB3A5610C3945CFA289; // UnityEngine.UIElements.PointerOverEvent struct PointerOverEvent_t47D2F73B561A7A90C47A7525CED0F4E1B60DE4DD; // UnityEngine.UIElements.PointerStationaryEvent struct PointerStationaryEvent_tB5F216CAD6C42F3BF076F2EA0B1CC5F838EFE301; // UnityEngine.UIElements.PointerUpEvent struct PointerUpEvent_tFE3775D286474372874AF929B86FA46F4AC86333; // UnityEngine.UIElements.PropagationPaths struct PropagationPaths_tB85C101114BB2AA54407B8F7768B403121914E99; // System.Text.RegularExpressions.Regex struct Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F; // UnityEngine.UIElements.UIR.RenderChainCommand struct RenderChainCommand_t687866AA005A30DF2AF3D60E22ADC708C90828F1; // UnityEngine.RenderTexture struct RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849; // UnityEngine.UIElements.RepaintData struct RepaintData_tECDD72801BC6B1F14937D2AAC25D0181CAE14510; // System.Runtime.Serialization.SafeSerializationManager struct SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F; // UnityEngine.UIElements.SavePersistentViewData struct SavePersistentViewData_t76588E7F1497A5002044502587742FCD2B974311; // UnityEngine.ScriptableObject struct ScriptableObject_t4361E08CEBF052C650D3666C7CEC37EB31DE116A; // UnityEngine.Shader struct Shader_tB2355DC4F3CAF20B2F1AB5AABBF37C3555FFBC39; // UnityEngine.Sprite struct Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9; // System.String struct String_t; // UnityEngine.UIElements.StyleProperty struct StyleProperty_tB486793B831D79B39FC6950BDAAE9ECE6BD9E0FD; // UnityEngine.UIElements.StyleSheets.StylePropertyReader struct StylePropertyReader_t5A3EC102BC4C6701762DBE105D1279F112410162; // UnityEngine.UIElements.StyleSheet struct StyleSheet_tB0EAD646842945D83386B5A06090AAFE6A60520F; // UnityEngine.UIElements.StyleVariableContext struct StyleVariableContext_t44330638FDDF6AAE9A2FC070B31597D8C5C262EE; // UnityEngine.UIElements.StyleVariableResolver struct StyleVariableResolver_t1A97BC47B9D6EF9D03A5F8FC24F73BE68B7256F1; // System.Globalization.TextInfo struct TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C; // UnityEngine.Texture2D struct Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF; // UnityEngine.UIElements.TextureRegistry struct TextureRegistry_t5FC683A1DBABCEE29117F6660088ADF84A6D5E5D; // UnityEngine.UIElements.TimeMsFunction struct TimeMsFunction_tA8C39B5612EEA072E31B8B065796054F4FF447A7; // UnityEngine.UIElements.TimerEventScheduler struct TimerEventScheduler_tBFB88C1237A1F9B74C5A80668899D4FD984C3619; // System.Type struct Type_t; // UnityEngine.UIElements.VectorImage struct VectorImage_t2C2B26B2A738C1DCD0845B82228343838DAE2022; // UnityEngine.UIElements.VisualElement struct VisualElement_tAF72253CBD78143319BFE58F26C2349B2959C8C0; // UnityEngine.UIElements.VisualTreeUpdater struct VisualTreeUpdater_tD6408ED21607A11CCA2F26D09A50AED30B8C1A64; // System.Void struct Void_t700C6383A2A510C2CF4DD86DABD5CA9FF70ADAC5; // UnityEngine.Yoga.YogaConfig struct YogaConfig_tA06BDF520DE54384107CF42E1E9909DB1C28A7E7; // UnityEngine.Yoga.YogaNode struct YogaNode_tD3DA875FF65A4C50F0F6F05A9F8D114FF5A9D9A6; // UnityEngine.UIElements.UIR.BestFitAllocator/Block struct Block_t53051D045E52D90A12C0ED3ED4379F14F15F9A0D; // UnityEngine.UIElements.UIR.BestFitAllocator/BlockPool struct BlockPool_t62C8870AD52C2EA0146B4A94A92A9E55A84B9DEF; // UnityEngine.UIElements.ClickDetector/ButtonClickStatus struct ButtonClickStatus_tEF51C193AC150E5EF1BBF55E5CBFD1EE9A312372; // UnityEngine.Font/FontTextureRebuildCallback struct FontTextureRebuildCallback_tBF11A511EBD8D237A1C5885D460B42A45DDBB2DB; // UnityEngine.GUILayoutUtility/LayoutCache struct LayoutCache_t4C0528EE626F95B53EFE2AB59B8D56CB70BBDFE8; // UnityEngine.UIElements.StyleSheets.StylePropertyReader/GetCursorIdFunction struct GetCursorIdFunction_t0822BE5207EC00BA6C3BCFD350809DC4B445C4C8; // UnityEngine.UIElements.VisualElement/TypeData struct TypeData_t6CE6B4FD54E700646BC89D58DA7F37AA374C8BC8; // UnityEngine.UIElements.VisualTreeUpdater/UpdaterArray struct UpdaterArray_t4D22D6AD9E07F0143A372F2DDDC3B615A0A5EC08; IL2CPP_EXTERN_C RuntimeClass* Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Assert_t3AC091724A3B45CF2E68EB3CE3EABC651436F1BC_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* BMPAlloc_t2329D0F6C80ACB6A485F2EC900E52171ED651FA8_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Background_t14D781972AD80DA2C6B3070F7A7EE46F063CDEAD_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* BaseRuntimePanel_t74D3C6BB15505935A817612DF7E4BF5C1207BF7C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* BaseVisualElementPanel_t0BFFA91D18C8A7D905330E2D6DE84B9B67E7BE30_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CallbackEventHandler_tCEC853B0E9776DED1D671F0B7451AFBB36439A6C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ClickDetector_tC3AB6CC891D0E83397A7254613B77C9DDC3029A4_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CommandEventDispatchingStrategy_t83E0CC3F928B392A723EF3AB4430BD18BA47E49B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Cursor_t6FF56333603B811AE4BB9A0C7D66B88D874A4C4F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DefaultDispatchingStrategy_t64ED66117470CEF22726CD1BF7A268D6BC0D037B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Dimension_t855263991CCDF82B0CCFEA56864F76CA436571DC_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* EventBase_1_t087186851DB884B61B785386EDAD1F2292ACA361_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* EventBase_1_t43B0F21596E619C125913DBB16B910D1C52BE8B1_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* EventBase_1_t4AF11ED1819872C31530DADF51C887C4F7929E17_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* EventBase_1_t51BB71613219C03DA5A6BD5E1844117B874843CF_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* EventBase_1_t55523FAA676983B98ACAD648AF6823E8622352D7_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* EventBase_1_t5B5B206F9701CE133140DA04006B74A60F051650_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* EventBase_1_t7957704ABE2EF00ECF304ED555303C3D66EAEF00_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* EventBase_1_t84E0F696495A86C3A103E8D31D7FC82A98456561_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* EventBase_1_t952C1AD910F230396DF7AFA0C9B6354AFA90BAB1_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* EventBase_1_t984B23B3F5706EEB7A35E6C729CB1D780C9BD52B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* EventBase_1_tA6A8BAE78BC19B4ED93CBA18EFE3A5CD069F1CA3_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* EventBase_1_tAAD9DE5EBEB5A723E65F22C92E59551DEFE02683_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* EventBase_1_tAB895FF54333980037BCEDC3E8BB67DF06B5FBF7_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* EventBase_1_tB3366DB1DC8FD5A912EFEECB9447711AE0D91C9F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* EventBase_1_tD663FC14A2C25A70CC0F958E7E49DCD727CEBDC7_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* EventBase_1_tE528B4BB683BE1E118B2F81BF844F56CE6C68DAE_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* EventBase_1_tECC7E5059207C18111D6E40AA14AB1D20052C511_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* EventBase_tADF8D0ADA92BAF80F76865BAC2E9D85A118D1967_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* EventCallbackListPool_t443D93A5AB8829A915922786048C7E574B386D96_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* EventCallbackList_t01E2A1DBD9E0531B02043D64B07C6DF9EFCCCB71_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* EventCallbackRegistry_t9CD5BA2EA7664E88FE3D89F7EC3A9CC478B36B34_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* EventDispatcherGate_t9B2B091B544AD6667CC1A69AE460512C4B45C241_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* EventDispatcher_t96A750D2456ECAD9F478B4BBB9832D3D05948BC8_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Event_tED49F8EC5A2514F6E877E301B1AB7ABE4647253E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Exception_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ExitGUIException_tA832626B99B4D827C8064643824847BCAA7877F4_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* FocusChangeDirection_t735EB259C7198DEC617BA20828C4F947F35C0118_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Focusable_t54CC145FEE85D2A5D92761C419288150CF5BEC14_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Foldout_t737AB04BCD90F0C0FDA7E9392947443385B18F7C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Func_2_tB3D19331301201246DE473D608119BB47D418EB9_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* GC_tD6F0377620BF01385965FD29272CF088A4309C0D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* GUI_tBCBBE29117D8093644C6E72B1CE3FB65C2CDCCC1_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ICommandEvent_t2C2334BC37D2D3EFBF8BC4E762272EC990E8DDB6_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IEventDispatchingStrategyU5BU5D_t1CB99F13FAE2DD04DC8B2B6EBD1EFD0B302721C3_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IEventDispatchingStrategy_t6468CEC9500441C3206BA9A0E9A21F748ABC010E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IEventHandler_tF2F9D9635A3932E24843C5F557F6080A2C9F7F95_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IFocusRing_t7AA78C2EF79168C58478D1719F3775E0822176E9_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IKeyboardEvent_tE2CDE4105D557840C44D3CAE65BBBAD6000F5639_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IMGUIContainer_t0C8BA9DB6BE59812D122D0B25558114E24DAC9C0_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IMGUIEventDispatchingStrategy_tA0F30AAE4AD0C0203A5628D13FBAAEF8C16D750C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IMGUIEvent_t45699759EC2839FDB558247D4043C0D53A942BF7_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IMouseEventInternal_t5282288C63126DEDEF5A50B685C384A5E3FF94B5_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IMouseEvent_tD6D7D3C18AC4FDB22678EF05B49E8A3954A30CE9_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IPanelU5BU5D_tC705BB480FB7C0DF0D3EA935A822BE45DEF6032C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IPanel_t41B9E8E8B00577E4CF3BC0346D701D46462E55EB_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IPointerEventInternal_tF2473C0D80661DE334DEC5DD0E7388CB5025D554_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IPointerEvent_t5506B1F4124A749F335298BC7E56B05E5C16065F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IResolvedStyle_tBDEB32185117F0D96C5D8C22C91D94A402C5A523_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IRuntimePanelComponent_t20500A6EC8257904A7D7743BF080B203C5C04059_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IVisualElementScheduler_t14D124B548ADC3DA162127843E2B09FC7B378D61_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Il2CppComObject_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* InheritedData_t1E9B8F7BF4A295FE2E8DA67A2809C5D8A6377C7F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* InlineStyleAccess_t9428EF1076CFEC0E4529A76FF0EBC3D28D964F57_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* KeyboardEventDispatchingStrategy_t330CD3C67892206D0C40DF9D137BC738358A9490_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* LayoutCache_t4C0528EE626F95B53EFE2AB59B8D56CB70BBDFE8_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Length_tC812F6D7266A044F3AB7DBC98EC0A52678643696_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* List_1_t4ACD1DD41E60CC6A1D6F597706710F112BB37C92_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* List_1_t7D2F7D0925345DA03B22D4DCAE09D7A6D49FCE72_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* List_1_t7EA918B884451D5CD8A70AD8838AC2410BEAE49C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* MouseCaptureController_tB17179178DC02A2F269EC031393039B88E8DB619_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* MouseCaptureDispatchingStrategy_t77ACDE682169FE10B704CB3B701B9BCF050F9D1D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* MouseEventDispatchingStrategy_tA5E5C87D8CFB6513D554299014B5E9D16C799BD0_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* MouseLeaveWindowEvent_tA74848E6C2A7984FD5151DFAD3217E2954F66E1A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* NonInheritedData_t3214A5E84AA3C44A80F8B493DC92D00072194A07_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ObjectGUIState_t97CC7EF5BDB43F70877D3FE79657C78065923193_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ObjectListPool_1_t3262A3A98FC958AEC3A06C0164D098F242BBEBBE_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ObjectPool_1_t70777FFC758195FAC43E12551C542928EDAAB6DD_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ObjectPool_1_tE45856C7D1855A442F3A01C8B7302EB145F14ECF_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Panel_t476A329F94E775CA31284CD78FD12460EEB05A3F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* PointerCaptureDispatchingStrategy_t79596F4C11A518A145D26A40DB8894EFE2D6F1DE_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* PointerDeviceState_t434CD34173AC88CCFC20D78AE2D6202648ABC8A7_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* PointerDownEvent_tC94CCE820E4E6DCCD89A95DE94549BA550C27403_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* PointerEnterEvent_t02E27117954CAEA9986AF6C20DDCF0DB82277D15_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* PointerEventDispatchingStrategy_t6B69AD97B915FF1E4FB50BB902195D1670FCC375_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* PointerId_tD592A4AAE154EC87BF982E69DC283134006C24E1_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* PointerLeaveEvent_t48678588B6F38D18B83296F6D40E862A7AE9D18A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* PointerMoveEvent_t9D1DF9F3D7FF1E2CCBEF6281558B6B88DAA90D28_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* PointerStationaryEvent_tB5F216CAD6C42F3BF076F2EA0B1CC5F838EFE301_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* PointerType_t319062C6ECAA6FD84C491FE35AAB846B161A36D3_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* PointerUpEvent_tFE3775D286474372874AF929B86FA46F4AC86333_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* PropagationPaths_tB85C101114BB2AA54407B8F7768B403121914E99_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Stack_1_tA6A1B04CA25BF5C6B9393D782D51A72A743EE7D2_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Stack_1_tC6C298385D16F10F391B84280D21FE059A45CC55_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* String_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* StylePropertyReader_t5A3EC102BC4C6701762DBE105D1279F112410162_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TimerEventScheduler_tBFB88C1237A1F9B74C5A80668899D4FD984C3619_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec_t48F9B8CC8704CFA928B619185C48BC353F2B9420_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* UIElementsUtility_t8D96E2B4766C1C1A21CFCBF84A1DC07970D7ECFB_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* UInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Vector2U5BU5D_tE0F58A2D6D8592B5EC37D9CDEF09103A02E5D7FA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* VisualElementFocusChangeDirection_t824A7DA1115D0057B9F8CEA6BA307B172B485BFC_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* VisualElement_tAF72253CBD78143319BFE58F26C2349B2959C8C0_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C String_t* _stringLiteral0AEA2C46AAEB233C6D2DF0275EF92FB2E56BAFE9; IL2CPP_EXTERN_C String_t* _stringLiteral32712E0BE6E7419A194838CCAD3091D293F52D62; IL2CPP_EXTERN_C String_t* _stringLiteral36FD478DDC94C05200062D752D6D9D1031578883; IL2CPP_EXTERN_C String_t* _stringLiteral42A4AE30C0BBF599A8EA85A9DB39E3F2EE8F852C; IL2CPP_EXTERN_C String_t* _stringLiteral461F9F39B44884AD0FB62320475F3B244EF6E29B; IL2CPP_EXTERN_C String_t* _stringLiteral499284EE1D3CD7FE549A05AE5F4E78D079B96018; IL2CPP_EXTERN_C String_t* _stringLiteral5A8F45F1C79E40889C90528CFD4D921EE9507784; IL2CPP_EXTERN_C String_t* _stringLiteral5EBADBF936A8318FD524A66B4EFFF9D6A6C69330; IL2CPP_EXTERN_C String_t* _stringLiteral6C066B34F4DB79023C0642AFBC43B25A5327F710; IL2CPP_EXTERN_C String_t* _stringLiteral6DCFB4874BCC2C275EBAAF2C56BFC6B9A4CE0002; IL2CPP_EXTERN_C String_t* _stringLiteral7110DB47A1B8F2BCDC5A2A121D11083782ADAE31; IL2CPP_EXTERN_C String_t* _stringLiteral7E862305548C4DDFD57B29415597CBDB61D1574B; IL2CPP_EXTERN_C String_t* _stringLiteral9A50CCB79C7AA9C930AA7DF481024F8F46C38A91; IL2CPP_EXTERN_C String_t* _stringLiteral9EC74C84E81C86699198C668FD02886EC7ED89EB; IL2CPP_EXTERN_C String_t* _stringLiteralA02431CF7C501A5B368C91E41283419D8FA9FB03; IL2CPP_EXTERN_C String_t* _stringLiteralA520348FB133A5E1587448A220CADEA2B6584782; IL2CPP_EXTERN_C String_t* _stringLiteralA72C000B1D894580D2D6DBD1EE18EBBDF2AF6E4C; IL2CPP_EXTERN_C String_t* _stringLiteralA9E0268649535EDEE2FE85B30622276BD85E302C; IL2CPP_EXTERN_C String_t* _stringLiteralAB35DAB0EEA719EB963FAA3A5003EC5D7C577879; IL2CPP_EXTERN_C String_t* _stringLiteralBBB856995ACF88C1CA650D18053B819E4C856D43; IL2CPP_EXTERN_C String_t* _stringLiteralC00C92E779AF7F150507676512B2BC5D20A14BDE; IL2CPP_EXTERN_C String_t* _stringLiteralD9F6B690E16E25915983F3E6C7BE53DDCC99D060; IL2CPP_EXTERN_C String_t* _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709; IL2CPP_EXTERN_C String_t* _stringLiteralDB32B0D9CD7F4F3E58406468986C4538F5B0ED33; IL2CPP_EXTERN_C String_t* _stringLiteralEEB55BE0525DCACC1B1C0AF0229E231F141718EC; IL2CPP_EXTERN_C String_t* _stringLiteralEEDA7FC799F82853E584A02F277C933DC6DAE64F; IL2CPP_EXTERN_C String_t* _stringLiteralF152B296BCB34070EE69020F0A59C611E4BBA10F; IL2CPP_EXTERN_C String_t* _stringLiteralF3FEA1B7EED06B84D345A14D3BB9E817F4B9EAFE; IL2CPP_EXTERN_C const RuntimeMethod* Action_1_Invoke_m7F8BFB5C4AD8CFB1783561238A87EB186F915BCE_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Action_1_Invoke_mA8FD2B076B2B67C48CBDC30F638A763BADD9521C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Action_1_Invoke_mA9D231B93CA6043BA9A99EBD87EE89F0874D788B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CommandEventBase_1__ctor_mC53A87331D47DE774297907801367A35C4C404AD_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_Dispose_m4017E20FDBDA6C0D9EAD70AA554DF495EE884F23_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_Dispose_m6ECFFAAC7507097C6E7FB0A1594D33AA2C29DC9C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_Dispose_m82AB2F1ADAB4D6807DDA72E17B17806CD7D67D98_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_Dispose_mC2420C7A807D25DF426B149BDC47CFBF9C5A239B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_Dispose_mE61A26BBD85273161D4DCF9A85840C135DA5A673_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_MoveNext_m052DFAC60B6459BF3B355FFCCFDB8B584D6D7C38_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_MoveNext_m0FD7802110E585C2AFD8A1317F8258E41D7AB0C1_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_MoveNext_m268A764FDE232A1B51C307846FBF899D8EB2E89A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_MoveNext_mAF3943B8428D7493F8AD8C871CFC9DFEAC944520_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_MoveNext_mB16C26E8E6E2C2B27F2D7253186FD38F0A65FD3D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_get_Current_m018345EBB9506F17708CCA1D8D17CB54A45166E6_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_get_Current_m667D86EE7AA80DB7FA30F892F1A29829EAD0A65B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_get_Current_m79711114CBD8C74791AA8A176BC11694788C46E7_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_get_Current_mA6CD12E6EABC72C0AFD7A75751B6AB835EE07DD9_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_get_Current_mE91B71669761ACCD5253BF6CE77CBF2417F648D8_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EqualityComparer_1_get_Default_m90E2F39DD8E0C2ED9F56F98310FD9FD51D8852B4_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EqualityComparer_1_get_Default_mCF4211222DC0E0C5287182D6F42336EC77B2996E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EventBase_1_GetPooled_m48C1A3673F6136C757ADF2959C6EA7EC32D8701D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EventBase_1_GetPooled_m99FED1A5B1F4C7E9254011AE9F21E4A666EC58DE_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EventBase_1_GetPooled_mCB394BB7E5FCEE3A93BD0270B79DD52682C42708_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EventBase_1_Init_mE8498FDAAE6066CB35A0EACC17EC240D3F0AB5DA_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EventBase_1_TypeId_m0A6EEF789E3D39B6B6EEC3763188C2B8BC6B6E55_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EventBase_1_TypeId_m1C18E23E15DF9B50F151D545D0D9D4CF343821C1_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EventBase_1_TypeId_m1EFF22E7394E650B7E1D270BDDAC01D1493000F9_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EventBase_1_TypeId_m1FFF9BFDF969FD84A0601A07954CB6C612451D3B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EventBase_1_TypeId_m401207683DCF8D3DAC64D6245164BF4FE80CB039_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EventBase_1_TypeId_m45103FD4A3EC9068F61DE7B17CB4197022D8C656_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EventBase_1_TypeId_m4960E4EF7B4083BF81493276075164CD3850EDCA_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EventBase_1_TypeId_m654E4D6CAE3ABDD7D2CFB33F140F445950388868_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EventBase_1_TypeId_m6943E5417A0E74D0ED36275E177B86FCEA25FA89_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EventBase_1_TypeId_m7B16E54C0A77F70BE84B83CCBCC61FCE478197F9_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EventBase_1_TypeId_m967567D43CCEE959C69B2ECBC12D8E540979E69C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EventBase_1_TypeId_mB400F252738D73714E0F7C76E45DFB63B7EA4FEE_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EventBase_1_TypeId_mCD8685B17AC9274A3F471B333940DD1DBDBAC772_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EventBase_1_TypeId_mD3F98F38E84C617FFEDD5D0A263A61F728F611F7_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EventBase_1_TypeId_mE41C0F8C81C1F1360DFB0BAB3F85795CCB709C91_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EventBase_1__ctor_m47DAA5C63770BA968A8C2DB54DCC7CFA39B05FA8_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EventDispatcherGate__ctor_mD718DC5ECF3A6990B671179A426E65F90CC3A319_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EventDispatcher_ProcessEventQueue_m35DBA2C05D70BD851AE542AE20BABE0C79014B09_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* FocusEventBase_1_GetPooled_m756F0D6AF1FA1AE8C6BFABD35DC211DBFBF488F1_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* FocusEventBase_1_GetPooled_mA551994D4CABF03EF527AE94FBB0AB9E29F61E98_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* FocusEventBase_1_GetPooled_mA5C89ECCC660382A78A25527C4B75D39B8E87C42_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* FocusEventBase_1_GetPooled_mF596065BB2AC333B9A6A730BD6CBAFBE3705D604_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* FocusEventBase_1_Init_m395CE0812D669CCB68DEA5FC63A50308FD31F588_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* FocusEventBase_1_Init_m3FEB2570EAAF34D1ECB96071367B553C75728F13_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* FocusEventBase_1__ctor_m1194E36EDE2124FD999E30AB223C3B0D017C1065_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* FocusEventBase_1__ctor_mA621CD37D26FF52D42F55D3C705F22C62E137B0C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* FocusEventBase_1__ctor_mBBDBAA3A32A5D88299B07E005326C0A4075AF494_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* FocusEventBase_1__ctor_mC2B57D115A87FFBB96C2B8F1B403180E61A8E5A2_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* FocusEventBase_1_get_focusController_m370FE98FCF70E12FAF3209D4DAC8E8893EA1CF7C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* FocusEventBase_1_get_focusController_mB6AC02F27550D88BD9E39635D772F1916B5EBDF8_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* FocusEventBase_1_get_relatedTarget_m6FE1BD347A1095F20DEB4B0730487C9A1D6D9538_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Func_2_Invoke_m6BECDAA141C71A3C8E8080CBE1DD864C557B23E2_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Func_2__ctor_m7610EB501F907B06120E30D476BBF5756E19EDF0_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* GameObject_GetComponents_TisIRuntimePanelComponent_t20500A6EC8257904A7D7743BF080B203C5C04059_m96A08C92DA2A5BBFEE652A8CF6D6428AF8B89732_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* IMGUIContainer_DoOnGUI_m1974D60CE778967E391748F655C7436B26739B22_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* IMGUIContainer_U3CDoOnGUIU3Eb__55_0_m7B609E2BBF96D93484F1A18875E617E01E48B8BC_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* KeyboardEventBase_1_GetPooled_mAFC885D3AF7F06F06CD3A6A45E8D977ADE14E297_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* KeyboardEventBase_1__ctor_m9156A61D41331F095416AFEFCAA7415673847DE4_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* KeyboardEventBase_1__ctor_mC5CFE82F20CA5FF60C11B355D2E1B6223F514539_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_AddRange_m36B211A234C3FDDFD9E4EB8D7B807ADEA639DF18_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_AddRange_m60AFB281EF7C9C75E039B993C47C0CB962341BCC_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_m2DDCC74FAD61F6D0C680626598CE42CD6A4BF534_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_m334CFE295815FFC9665071184FF6476CD4BE85B2_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_m8CB3BC9F5FAB5E6E0F425A55AC637C03B35FCEA5_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_mD8C90346622A7F72A072D319F0E2AE851BB5885A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_mFE91DB5789524B74639F87ADA9AB8BA2BE6D460D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Clear_m05D8AE895432F482A6E746BFFED0B608520B3566_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Clear_m5EE540076A8B9B50589FFAEC3F00FAA33E222B86_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Clear_m8F08B273FA702455084EC0C3E6994815C4E2BB04_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Clear_mE1AFC8F7B02D36B1850AE34C400AE649401C91EE_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Contains_m9940E13ECC1CF25F1B863242E573DC20FB0DC180_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_GetEnumerator_m10C4D03306552E31E9D5B30C3F8115BA0A2DDFA9_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_GetEnumerator_m6CF9188611D6A2511365AA123A8D60CF1278A045_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_GetEnumerator_m9FCF41987B451066B673FFAC22212BE20FCA0EB2_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_GetEnumerator_mAF5F49C9A14EF9901E37D6E9D231CF9D6D3B5458_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_GetEnumerator_mB1205982A108EF4FF27A132E5A1D034FCF1640FE_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_RemoveAt_mC06FE2E6699C49D872C8D8034C8D97E5F345CFF8_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m2643B034C5B8DE25518EA51964BE294E272F3004_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m46B3F7D522ED4E6C115792A95B91671C269936C7_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m4D81A60A3C9A9F425B13CEE1AC43A357335E8B0B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m836612677F1EA2B747030858DCEFB27A0243DCB0_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m9B11BF24C345A78470F2527BEF71F0415235E1D3_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_m2A140868AB939070A7B179434FB7CCD2068F60B0_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_mA7E23F43FB8BF53B988B95E03CD218976CE6715D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_mEF37E9009C6837645A99A160B5D4A413545A11D1_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_m732E551CA2D71BAB05146C5A8D5C9AFEE7584C6D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_mE70C2307D9D011493086782169FD17B8E654D96D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_mEB2D78449DA06A0D4FC277BE6D46047E75C09C77_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_mFC203F1BA9BFEEC0C2958BE46F1762DD8C81F934_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* MouseCaptureEventBase_1__ctor_m2C6A48662D52A93CCEC5E997F14803867B246D42_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* MouseCaptureEventBase_1__ctor_mC797DCC73667CC3EE9EA534085A51C784A5F2239_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* MouseEventBase_1_GetPooled_m5687AD31D2B61E731A367FAA915E637A5557FD1F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* MouseEventBase_1_GetPooled_m5C09B37D948DF3694A3B788D88D0F939D052FC7F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* MouseEventBase_1_GetPooled_m8E0E7AA39131E5C498253445B64C32CE1F549BC6_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* MouseEventBase_1_GetPooled_m9D24061F11B8910333BA8A628E3C924D2B20FAA9_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* MouseEventBase_1_GetPooled_mB577B4E084CF62FE295CF727368B4DF7DF21172E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* MouseEventBase_1_GetPooled_mE8C2767C97AE7C4AF54E118C152A77F8477CD9A6_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* MouseEventBase_1_Init_m0522752FB237B169FB6B4A9A3AA44A71D9F65D4E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* MouseEventBase_1_Init_m0931A44C760A38F833300D00C094927E547CFA54_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* MouseEventBase_1_Init_m89729E2E37FEDD36F2A719BC6CB13DD1F8B90CDF_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* MouseEventBase_1_Init_m90181E0E07DA70D079AFD61A5F92406087B3DAA5_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* MouseEventBase_1_PostDispatch_m76BC218020325E8A4EEB0EC21171D4D95E6D3AC0_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* MouseEventBase_1_PostDispatch_mDC4C563A7E3F01AD87B80298CC05CC56C6E63B11_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* MouseEventBase_1__ctor_m06CA716212C53DFAD0A5FF31E5D665A314C0F4A4_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* MouseEventBase_1__ctor_m15D2A1531348234BE8D9BB6782B718ED1DC1ECC9_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* MouseEventBase_1__ctor_m18D4C3D15A4A047BC47BC71EEFE3A599CD63CFF3_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* MouseEventBase_1__ctor_m7938045A9C4A9806327F3D3D5DD51B865483AEC6_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* MouseEventBase_1__ctor_m7B27BED6BD40F52740F9A421EA1EBDC72C39A5D8_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* MouseEventBase_1__ctor_m993F88DBC43A884D683D0B1EA4B220A11D68AAD4_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* MouseEventBase_1__ctor_mDBF9D22BAFECB31CE185A1E056DAC60E4F32F227_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* MouseEventBase_1__ctor_mDC125396E56567B368A7F90DD4E4F9A403BD69E7_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* MouseEventBase_1__ctor_mE84A312EE4A5699A7A0936985C7F28533180E2D9_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* MouseEventBase_1__ctor_mEB77AB9FC2C53447041615CDA122B75F1A6C0896_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* MouseEventBase_1_get_pressedButtons_m84898E64895B3E2E7595196CA924A1BAC64F179F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* MouseEventsHelper_SendEnterLeave_TisMouseLeaveEvent_t4A10AA6CCECBA3218E84A17A846D803D499501F6_TisMouseEnterEvent_t5BC3592BC67A2A4A1E08C546A437AD696025D600_m522ABAD177DC288B26FC45B90502FB272424C2C1_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* NavigationEventBase_1_Init_m721E74EC7172A3E225197B802FAF0C7124D670CE_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* NavigationEventBase_1_Init_mAF9C4D84A0C540B2EF2E40A2CECDFE42ECD4C4B5_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* NavigationEventBase_1__ctor_m1A7CDFE3932D9737B80A2FDA74BBFF276CA0E118_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* NavigationEventBase_1__ctor_m303134500BC68B9CB3DF38D7B0152DCF0C73753E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* NavigationEventBase_1__ctor_m6CC383C4E3EF059E82C9696E37A712FA0D857994_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* NavigationEventBase_1__ctor_m8DBD56DAD29BFB8A5CE57FFC5BF0E732393086BB_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1_GetValueOrDefault_mBB477F8BDD918F0DDEDACD063420E5264F01A2AD_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1__ctor_mBD9860C6159D4C77D6FFEF79D6DE34EDF2F44A49_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1_get_HasValue_m52F33C6963C9A76A14F54B4B2C30CEF580DB1EB7_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ObjectListPool_1_Get_m21B33018AFA2A6DDE47416CBE9397707DF617107_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ObjectListPool_1_Release_mD8B1BACBE2695E9E07BB3030D25D291A76BFB223_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ObjectPool_1_Get_m0C6AD0010B36B8A793729B8FA3C8A3272F5C5030_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ObjectPool_1_Get_m313A1C12F157AC2D2B1C5245ABF83F4D4F837B39_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ObjectPool_1_Release_m83C64857F9062AF3C428FA1317A43B8880571854_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ObjectPool_1_Release_mDE609CA6539CDD34A85BE150E0F85FF30C79EB88_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ObjectPool_1__ctor_mD4C54A6F8CA3689454972EEBCED8A76AC4103CBB_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ObjectPool_1__ctor_mDE014F629D29B39D393A87DEBD4BECD8E6EFA4CD_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* PanelChangedEventBase_1__ctor_m839CF86DEFB766BF728FC1FA139808BF9871941A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* PanelChangedEventBase_1__ctor_mEA88B0C9B16FDA6C38B317B8E78096BDC52FBD5D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* PointerCaptureEventBase_1_GetPooled_m56CB978F30372280CA1162D2652597F89043D9BF_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* PointerCaptureEventBase_1_GetPooled_m64274E3B62C39410AD97F1D78F5EC956BDA4C837_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* PointerCaptureEventBase_1_GetPooled_m90C6C4314CA8C33E5B3D0806A2D000D41255B8F7_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* PointerCaptureEventBase_1_GetPooled_mB322E480689023F92F2572035A95F8C0DBCF03EF_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* PointerCaptureEventBase_1__ctor_m103D4968B7EC8FD005E9D8FAB4B88654E2C43270_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* PointerCaptureEventBase_1__ctor_m73789639D2F13E1476398101953C6F395CAF092B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* PointerEventBase_1_GetPooled_m66162375D5CCD8EAF9955D690F39CC193FF9687C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* PointerEventBase_1_GetPooled_m932496C872ED5E46ACF05EF379E595E3517CDFE7_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* PointerEventBase_1_GetPooled_m9C5B3961B8ADA99A5723BC3A5B721593877A8D24_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* PointerEventBase_1_Init_m19842FCDEE35E98D7DDD1C958E59EEBC1A0B1C97_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* PointerEventBase_1_Init_m41E80B75D365BCC865CF5783F5588A604FEF2326_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* PointerEventBase_1_Init_m47A6E44B4A150C6C34DA4B566D3B89491ACF2664_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* PointerEventBase_1_Init_m6DAE9DB18A4FE43225E5BAC4824E12311F12549B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* PointerEventBase_1_Init_m8D8915A75EDF69EFB22D7DF2DBB34A2351AA13E5_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* PointerEventBase_1_Init_m9543B8A8C3835AAABE0095F48DA3C30B97D74160_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* PointerEventBase_1_Init_mE1617A5484DBE5775DE6717EF15E1079D4A3E23D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* PointerEventBase_1_PostDispatch_m205161EA86146083C8016DE40941B910A60B7443_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* PointerEventBase_1_PostDispatch_m2F669A543AD53E039A58DE62B2168AC63DCE1DD6_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* PointerEventBase_1_PostDispatch_m5AA2DE4ADE2A8DB9222EF0C79BAAEE72B9447EB2_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* PointerEventBase_1_PostDispatch_mBCFF22C4FF6EE52EC85B388F2AD6718CF6D1C74A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* PointerEventBase_1__ctor_m3ABF54AE9220D67F3C6A568594CFE3BBF3C58438_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* PointerEventBase_1__ctor_m752E7002D51EDBDAF77C8EED4254B5EB9E84B12A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* PointerEventBase_1__ctor_m77BB4C7390B3E76DB30988DF0B4C2582C0105B4D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* PointerEventBase_1__ctor_mAADCC673CB8EA3107A3DD6788CD039CCECEC758D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* PointerEventBase_1__ctor_mB9DCDBC16D532321ACF25C9E450A6236BBCFA0BA_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* PointerEventBase_1__ctor_mBA031859408D52CE4F4BB13924E2B29C73E7BEA5_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* PointerEventBase_1__ctor_mC74903810468BA48AA2E1DAAF432E666C21648BF_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* PointerEventBase_1__ctor_mDF0EFD62CE3FDEE322E4178393CF3BD44A7C5C63_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* PointerEventBase_1__ctor_mE9834219C4C76BD7C69467993756F03B5CEC2FFE_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* PointerEventBase_1__ctor_mF56B25BB11FB5D59BC3F571FD13C1EE78C844B09_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* PointerEventBase_1_get_pointerId_m04745963D8BD88A9E8C4580A8209850C2FAFB51B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* PointerEventBase_1_get_pointerId_m1BE72E3DA297D4D4E3B0BAF78177B88B0E8B2A3C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* PointerEventBase_1_get_pointerId_m63FBB520DA33B353E34A22EBDF57C0006F9005BE_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* PointerEventBase_1_get_pointerType_m9FB6E681AF8AEBF11A8E97F1983091CD193AA6E5_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* PointerEventBase_1_get_pointerType_mFE68CE1B03632E0177694AA9720E95AC8B0F0C36_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* PointerEventBase_1_set_clickCount_m2CC5A5533C56BDF71511D8BF1A59D414964008EB_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* PointerEventsHelper_SendEnterLeave_TisPointerLeaveEvent_t48678588B6F38D18B83296F6D40E862A7AE9D18A_TisPointerEnterEvent_t02E27117954CAEA9986AF6C20DDCF0DB82277D15_m1660C7A133A58C9B85C816D2102DB5D7264DB39B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Queue_1_Dequeue_m66A5AD6366AC51B14DF8CBB173CE07F9F2B041C9_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Queue_1_Enqueue_mE37DAD48B33ED90DAFDF6E3879479C66D0394367_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Queue_1_get_Count_m69096F8CD39E80599D2A1CF57D212BCF58BDEC23_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Stack_1_Pop_m7C8073BF323AAE6DD5595D4682A4ECC0074647DD_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Stack_1_Push_mA16ECD13E53DD5421EF7102ABC361DD779E9B529_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Stack_1__ctor_m41EBD1EDB9A3AC64B4EE3B6AAC08868FF28DA954_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Stack_1__ctor_mC762682742F01E9FF61D1253E508077442843558_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Stack_1_get_Count_m580660495B52B89BD5F4C9FEC124CCEBEBF5EDB2_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3C_cctorU3Eb__36_0_m2416285E934D715C2DA88E63220EC21B6BEFF211_RuntimeMethod_var; struct Background_t14D781972AD80DA2C6B3070F7A7EE46F063CDEAD;; struct Background_t14D781972AD80DA2C6B3070F7A7EE46F063CDEAD_marshaled_com; struct Background_t14D781972AD80DA2C6B3070F7A7EE46F063CDEAD_marshaled_com;; struct Background_t14D781972AD80DA2C6B3070F7A7EE46F063CDEAD_marshaled_pinvoke; struct Background_t14D781972AD80DA2C6B3070F7A7EE46F063CDEAD_marshaled_pinvoke;; struct CultureData_t53CDF1C5F789A28897415891667799420D3C5529_marshaled_com; struct CultureData_t53CDF1C5F789A28897415891667799420D3C5529_marshaled_pinvoke; struct CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_marshaled_com; struct CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_marshaled_pinvoke; struct Cursor_t6FF56333603B811AE4BB9A0C7D66B88D874A4C4F;; struct Cursor_t6FF56333603B811AE4BB9A0C7D66B88D874A4C4F_marshaled_com; struct Cursor_t6FF56333603B811AE4BB9A0C7D66B88D874A4C4F_marshaled_com;; struct Cursor_t6FF56333603B811AE4BB9A0C7D66B88D874A4C4F_marshaled_pinvoke; struct Cursor_t6FF56333603B811AE4BB9A0C7D66B88D874A4C4F_marshaled_pinvoke;; struct Delegate_t_marshaled_com; struct Delegate_t_marshaled_pinvoke; struct Exception_t_marshaled_com; struct Exception_t_marshaled_pinvoke; struct BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C; struct DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8; struct IEventDispatchingStrategyU5BU5D_t1CB99F13FAE2DD04DC8B2B6EBD1EFD0B302721C3; struct IEventHandlerU5BU5D_t385490EC65E3209D225B79AF4A879E62705AC6C9; struct IMouseEventU5BU5D_tE525A0224DFBD18B7203502EBEC575383F1B05EE; struct IPanelU5BU5D_tC705BB480FB7C0DF0D3EA935A822BE45DEF6032C; struct IPointerEventU5BU5D_tBC6A576BF7A1607B6EA90AD04C71099E40851A9D; struct Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32; struct ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE; struct Vector2U5BU5D_tE0F58A2D6D8592B5EC37D9CDEF09103A02E5D7FA; struct VisualElementU5BU5D_tE1A7D361EFED7F6C0EC41136A191F4CFEC9C0BBE; struct FocusedElementU5BU5D_tDABD8EB7C044CE4E329FC2B941BF1759F18552F3; 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 // struct U3CModuleU3E_t7FE5B90570DF90F0A62B3DA60BB952D22B3BD271 { public: public: }; // System.Object // System.Collections.Generic.EqualityComparer`1 struct EqualityComparer_1_t473790FAFA5D59304DDDA6EBEC90609CEEADF5E1 : public RuntimeObject { public: public: }; struct EqualityComparer_1_t473790FAFA5D59304DDDA6EBEC90609CEEADF5E1_StaticFields { public: // System.Collections.Generic.EqualityComparer`1 modreq(System.Runtime.CompilerServices.IsVolatile) System.Collections.Generic.EqualityComparer`1::defaultComparer EqualityComparer_1_t473790FAFA5D59304DDDA6EBEC90609CEEADF5E1 * ___defaultComparer_0; public: inline static int32_t get_offset_of_defaultComparer_0() { return static_cast(offsetof(EqualityComparer_1_t473790FAFA5D59304DDDA6EBEC90609CEEADF5E1_StaticFields, ___defaultComparer_0)); } inline EqualityComparer_1_t473790FAFA5D59304DDDA6EBEC90609CEEADF5E1 * get_defaultComparer_0() const { return ___defaultComparer_0; } inline EqualityComparer_1_t473790FAFA5D59304DDDA6EBEC90609CEEADF5E1 ** get_address_of_defaultComparer_0() { return &___defaultComparer_0; } inline void set_defaultComparer_0(EqualityComparer_1_t473790FAFA5D59304DDDA6EBEC90609CEEADF5E1 * value) { ___defaultComparer_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___defaultComparer_0), (void*)value); } }; // System.Collections.Generic.EqualityComparer`1 struct EqualityComparer_1_t6779B568DF74AAD57393C6D2A62B852EC780CC09 : public RuntimeObject { public: public: }; struct EqualityComparer_1_t6779B568DF74AAD57393C6D2A62B852EC780CC09_StaticFields { public: // System.Collections.Generic.EqualityComparer`1 modreq(System.Runtime.CompilerServices.IsVolatile) System.Collections.Generic.EqualityComparer`1::defaultComparer EqualityComparer_1_t6779B568DF74AAD57393C6D2A62B852EC780CC09 * ___defaultComparer_0; public: inline static int32_t get_offset_of_defaultComparer_0() { return static_cast(offsetof(EqualityComparer_1_t6779B568DF74AAD57393C6D2A62B852EC780CC09_StaticFields, ___defaultComparer_0)); } inline EqualityComparer_1_t6779B568DF74AAD57393C6D2A62B852EC780CC09 * get_defaultComparer_0() const { return ___defaultComparer_0; } inline EqualityComparer_1_t6779B568DF74AAD57393C6D2A62B852EC780CC09 ** get_address_of_defaultComparer_0() { return &___defaultComparer_0; } inline void set_defaultComparer_0(EqualityComparer_1_t6779B568DF74AAD57393C6D2A62B852EC780CC09 * value) { ___defaultComparer_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___defaultComparer_0), (void*)value); } }; // UnityEngine.UIElements.UIR.LinkedPoolItem`1 struct LinkedPoolItem_1_tA045C3054D704547F777F9EE782948DE268DFFF2 : public RuntimeObject { public: // T UnityEngine.UIElements.UIR.LinkedPoolItem`1::poolNext MeshHandle_tA7A439464E73D2821B9D24EF75EC719A74C441ED * ___poolNext_0; public: inline static int32_t get_offset_of_poolNext_0() { return static_cast(offsetof(LinkedPoolItem_1_tA045C3054D704547F777F9EE782948DE268DFFF2, ___poolNext_0)); } inline MeshHandle_tA7A439464E73D2821B9D24EF75EC719A74C441ED * get_poolNext_0() const { return ___poolNext_0; } inline MeshHandle_tA7A439464E73D2821B9D24EF75EC719A74C441ED ** get_address_of_poolNext_0() { return &___poolNext_0; } inline void set_poolNext_0(MeshHandle_tA7A439464E73D2821B9D24EF75EC719A74C441ED * value) { ___poolNext_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___poolNext_0), (void*)value); } }; // System.Collections.Generic.List`1 struct List_1_t7EA918B884451D5CD8A70AD8838AC2410BEAE49C : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items EventCallbackFunctorBaseU5BU5D_t268F791DC2CCBADCB9245773031384D8697DB363* ____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_t7EA918B884451D5CD8A70AD8838AC2410BEAE49C, ____items_1)); } inline EventCallbackFunctorBaseU5BU5D_t268F791DC2CCBADCB9245773031384D8697DB363* get__items_1() const { return ____items_1; } inline EventCallbackFunctorBaseU5BU5D_t268F791DC2CCBADCB9245773031384D8697DB363** get_address_of__items_1() { return &____items_1; } inline void set__items_1(EventCallbackFunctorBaseU5BU5D_t268F791DC2CCBADCB9245773031384D8697DB363* 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_t7EA918B884451D5CD8A70AD8838AC2410BEAE49C, ____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_t7EA918B884451D5CD8A70AD8838AC2410BEAE49C, ____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_t7EA918B884451D5CD8A70AD8838AC2410BEAE49C, ____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_t7EA918B884451D5CD8A70AD8838AC2410BEAE49C_StaticFields { public: // T[] System.Collections.Generic.List`1::_emptyArray EventCallbackFunctorBaseU5BU5D_t268F791DC2CCBADCB9245773031384D8697DB363* ____emptyArray_5; public: inline static int32_t get_offset_of__emptyArray_5() { return static_cast(offsetof(List_1_t7EA918B884451D5CD8A70AD8838AC2410BEAE49C_StaticFields, ____emptyArray_5)); } inline EventCallbackFunctorBaseU5BU5D_t268F791DC2CCBADCB9245773031384D8697DB363* get__emptyArray_5() const { return ____emptyArray_5; } inline EventCallbackFunctorBaseU5BU5D_t268F791DC2CCBADCB9245773031384D8697DB363** get_address_of__emptyArray_5() { return &____emptyArray_5; } inline void set__emptyArray_5(EventCallbackFunctorBaseU5BU5D_t268F791DC2CCBADCB9245773031384D8697DB363* value) { ____emptyArray_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value); } }; // System.Collections.Generic.List`1 struct List_1_t46D11B840428131A29887E3A6CED3FAD055E2DB3 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items IEventDispatchingStrategyU5BU5D_t1CB99F13FAE2DD04DC8B2B6EBD1EFD0B302721C3* ____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_t46D11B840428131A29887E3A6CED3FAD055E2DB3, ____items_1)); } inline IEventDispatchingStrategyU5BU5D_t1CB99F13FAE2DD04DC8B2B6EBD1EFD0B302721C3* get__items_1() const { return ____items_1; } inline IEventDispatchingStrategyU5BU5D_t1CB99F13FAE2DD04DC8B2B6EBD1EFD0B302721C3** get_address_of__items_1() { return &____items_1; } inline void set__items_1(IEventDispatchingStrategyU5BU5D_t1CB99F13FAE2DD04DC8B2B6EBD1EFD0B302721C3* 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_t46D11B840428131A29887E3A6CED3FAD055E2DB3, ____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_t46D11B840428131A29887E3A6CED3FAD055E2DB3, ____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_t46D11B840428131A29887E3A6CED3FAD055E2DB3, ____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_t46D11B840428131A29887E3A6CED3FAD055E2DB3_StaticFields { public: // T[] System.Collections.Generic.List`1::_emptyArray IEventDispatchingStrategyU5BU5D_t1CB99F13FAE2DD04DC8B2B6EBD1EFD0B302721C3* ____emptyArray_5; public: inline static int32_t get_offset_of__emptyArray_5() { return static_cast(offsetof(List_1_t46D11B840428131A29887E3A6CED3FAD055E2DB3_StaticFields, ____emptyArray_5)); } inline IEventDispatchingStrategyU5BU5D_t1CB99F13FAE2DD04DC8B2B6EBD1EFD0B302721C3* get__emptyArray_5() const { return ____emptyArray_5; } inline IEventDispatchingStrategyU5BU5D_t1CB99F13FAE2DD04DC8B2B6EBD1EFD0B302721C3** get_address_of__emptyArray_5() { return &____emptyArray_5; } inline void set__emptyArray_5(IEventDispatchingStrategyU5BU5D_t1CB99F13FAE2DD04DC8B2B6EBD1EFD0B302721C3* value) { ____emptyArray_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value); } }; // System.Collections.Generic.List`1 struct List_1_t4ACD1DD41E60CC6A1D6F597706710F112BB37C92 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items IEventHandlerU5BU5D_t385490EC65E3209D225B79AF4A879E62705AC6C9* ____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_t4ACD1DD41E60CC6A1D6F597706710F112BB37C92, ____items_1)); } inline IEventHandlerU5BU5D_t385490EC65E3209D225B79AF4A879E62705AC6C9* get__items_1() const { return ____items_1; } inline IEventHandlerU5BU5D_t385490EC65E3209D225B79AF4A879E62705AC6C9** get_address_of__items_1() { return &____items_1; } inline void set__items_1(IEventHandlerU5BU5D_t385490EC65E3209D225B79AF4A879E62705AC6C9* 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_t4ACD1DD41E60CC6A1D6F597706710F112BB37C92, ____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_t4ACD1DD41E60CC6A1D6F597706710F112BB37C92, ____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_t4ACD1DD41E60CC6A1D6F597706710F112BB37C92, ____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_t4ACD1DD41E60CC6A1D6F597706710F112BB37C92_StaticFields { public: // T[] System.Collections.Generic.List`1::_emptyArray IEventHandlerU5BU5D_t385490EC65E3209D225B79AF4A879E62705AC6C9* ____emptyArray_5; public: inline static int32_t get_offset_of__emptyArray_5() { return static_cast(offsetof(List_1_t4ACD1DD41E60CC6A1D6F597706710F112BB37C92_StaticFields, ____emptyArray_5)); } inline IEventHandlerU5BU5D_t385490EC65E3209D225B79AF4A879E62705AC6C9* get__emptyArray_5() const { return ____emptyArray_5; } inline IEventHandlerU5BU5D_t385490EC65E3209D225B79AF4A879E62705AC6C9** get_address_of__emptyArray_5() { return &____emptyArray_5; } inline void set__emptyArray_5(IEventHandlerU5BU5D_t385490EC65E3209D225B79AF4A879E62705AC6C9* value) { ____emptyArray_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value); } }; // System.Collections.Generic.List`1 struct List_1_t1D5B9015174E54B1B1EAA80C6DCECAB090B0B993 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items IRuntimePanelComponentU5BU5D_t2EAE40C971B6C10B9D0BDECD4856CDA386BC33F2* ____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_t1D5B9015174E54B1B1EAA80C6DCECAB090B0B993, ____items_1)); } inline IRuntimePanelComponentU5BU5D_t2EAE40C971B6C10B9D0BDECD4856CDA386BC33F2* get__items_1() const { return ____items_1; } inline IRuntimePanelComponentU5BU5D_t2EAE40C971B6C10B9D0BDECD4856CDA386BC33F2** get_address_of__items_1() { return &____items_1; } inline void set__items_1(IRuntimePanelComponentU5BU5D_t2EAE40C971B6C10B9D0BDECD4856CDA386BC33F2* 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_t1D5B9015174E54B1B1EAA80C6DCECAB090B0B993, ____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_t1D5B9015174E54B1B1EAA80C6DCECAB090B0B993, ____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_t1D5B9015174E54B1B1EAA80C6DCECAB090B0B993, ____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_t1D5B9015174E54B1B1EAA80C6DCECAB090B0B993_StaticFields { public: // T[] System.Collections.Generic.List`1::_emptyArray IRuntimePanelComponentU5BU5D_t2EAE40C971B6C10B9D0BDECD4856CDA386BC33F2* ____emptyArray_5; public: inline static int32_t get_offset_of__emptyArray_5() { return static_cast(offsetof(List_1_t1D5B9015174E54B1B1EAA80C6DCECAB090B0B993_StaticFields, ____emptyArray_5)); } inline IRuntimePanelComponentU5BU5D_t2EAE40C971B6C10B9D0BDECD4856CDA386BC33F2* get__emptyArray_5() const { return ____emptyArray_5; } inline IRuntimePanelComponentU5BU5D_t2EAE40C971B6C10B9D0BDECD4856CDA386BC33F2** get_address_of__emptyArray_5() { return &____emptyArray_5; } inline void set__emptyArray_5(IRuntimePanelComponentU5BU5D_t2EAE40C971B6C10B9D0BDECD4856CDA386BC33F2* value) { ____emptyArray_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value); } }; // System.Collections.Generic.List`1 struct List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ____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_t3F94120C77410A62EAE48421CF166B83AB95A2F5, ____items_1)); } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* get__items_1() const { return ____items_1; } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** get_address_of__items_1() { return &____items_1; } inline void set__items_1(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* 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_t3F94120C77410A62EAE48421CF166B83AB95A2F5, ____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_t3F94120C77410A62EAE48421CF166B83AB95A2F5, ____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_t3F94120C77410A62EAE48421CF166B83AB95A2F5, ____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_t3F94120C77410A62EAE48421CF166B83AB95A2F5_StaticFields { public: // T[] System.Collections.Generic.List`1::_emptyArray ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ____emptyArray_5; public: inline static int32_t get_offset_of__emptyArray_5() { return static_cast(offsetof(List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5_StaticFields, ____emptyArray_5)); } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* get__emptyArray_5() const { return ____emptyArray_5; } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** get_address_of__emptyArray_5() { return &____emptyArray_5; } inline void set__emptyArray_5(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* value) { ____emptyArray_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value); } }; // System.Collections.Generic.List`1 struct List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ____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_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3, ____items_1)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get__items_1() const { return ____items_1; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of__items_1() { return &____items_1; } inline void set__items_1(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* 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_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3, ____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_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3, ____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_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3, ____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_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3_StaticFields { public: // T[] System.Collections.Generic.List`1::_emptyArray StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ____emptyArray_5; public: inline static int32_t get_offset_of__emptyArray_5() { return static_cast(offsetof(List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3_StaticFields, ____emptyArray_5)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get__emptyArray_5() const { return ____emptyArray_5; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of__emptyArray_5() { return &____emptyArray_5; } inline void set__emptyArray_5(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ____emptyArray_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value); } }; // System.Collections.Generic.List`1 struct List_1_t7D2F7D0925345DA03B22D4DCAE09D7A6D49FCE72 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items VisualElementU5BU5D_tE1A7D361EFED7F6C0EC41136A191F4CFEC9C0BBE* ____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_t7D2F7D0925345DA03B22D4DCAE09D7A6D49FCE72, ____items_1)); } inline VisualElementU5BU5D_tE1A7D361EFED7F6C0EC41136A191F4CFEC9C0BBE* get__items_1() const { return ____items_1; } inline VisualElementU5BU5D_tE1A7D361EFED7F6C0EC41136A191F4CFEC9C0BBE** get_address_of__items_1() { return &____items_1; } inline void set__items_1(VisualElementU5BU5D_tE1A7D361EFED7F6C0EC41136A191F4CFEC9C0BBE* 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_t7D2F7D0925345DA03B22D4DCAE09D7A6D49FCE72, ____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_t7D2F7D0925345DA03B22D4DCAE09D7A6D49FCE72, ____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_t7D2F7D0925345DA03B22D4DCAE09D7A6D49FCE72, ____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_t7D2F7D0925345DA03B22D4DCAE09D7A6D49FCE72_StaticFields { public: // T[] System.Collections.Generic.List`1::_emptyArray VisualElementU5BU5D_tE1A7D361EFED7F6C0EC41136A191F4CFEC9C0BBE* ____emptyArray_5; public: inline static int32_t get_offset_of__emptyArray_5() { return static_cast(offsetof(List_1_t7D2F7D0925345DA03B22D4DCAE09D7A6D49FCE72_StaticFields, ____emptyArray_5)); } inline VisualElementU5BU5D_tE1A7D361EFED7F6C0EC41136A191F4CFEC9C0BBE* get__emptyArray_5() const { return ____emptyArray_5; } inline VisualElementU5BU5D_tE1A7D361EFED7F6C0EC41136A191F4CFEC9C0BBE** get_address_of__emptyArray_5() { return &____emptyArray_5; } inline void set__emptyArray_5(VisualElementU5BU5D_tE1A7D361EFED7F6C0EC41136A191F4CFEC9C0BBE* value) { ____emptyArray_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value); } }; // System.Collections.Generic.List`1 struct List_1_t8622F62D3BA2E473C2B3BD7599476775519F0F73 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items ButtonClickStatusU5BU5D_t42D8B13D202B7CD1654895347DA0148C7ED2137F* ____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_t8622F62D3BA2E473C2B3BD7599476775519F0F73, ____items_1)); } inline ButtonClickStatusU5BU5D_t42D8B13D202B7CD1654895347DA0148C7ED2137F* get__items_1() const { return ____items_1; } inline ButtonClickStatusU5BU5D_t42D8B13D202B7CD1654895347DA0148C7ED2137F** get_address_of__items_1() { return &____items_1; } inline void set__items_1(ButtonClickStatusU5BU5D_t42D8B13D202B7CD1654895347DA0148C7ED2137F* 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_t8622F62D3BA2E473C2B3BD7599476775519F0F73, ____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_t8622F62D3BA2E473C2B3BD7599476775519F0F73, ____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_t8622F62D3BA2E473C2B3BD7599476775519F0F73, ____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_t8622F62D3BA2E473C2B3BD7599476775519F0F73_StaticFields { public: // T[] System.Collections.Generic.List`1::_emptyArray ButtonClickStatusU5BU5D_t42D8B13D202B7CD1654895347DA0148C7ED2137F* ____emptyArray_5; public: inline static int32_t get_offset_of__emptyArray_5() { return static_cast(offsetof(List_1_t8622F62D3BA2E473C2B3BD7599476775519F0F73_StaticFields, ____emptyArray_5)); } inline ButtonClickStatusU5BU5D_t42D8B13D202B7CD1654895347DA0148C7ED2137F* get__emptyArray_5() const { return ____emptyArray_5; } inline ButtonClickStatusU5BU5D_t42D8B13D202B7CD1654895347DA0148C7ED2137F** get_address_of__emptyArray_5() { return &____emptyArray_5; } inline void set__emptyArray_5(ButtonClickStatusU5BU5D_t42D8B13D202B7CD1654895347DA0148C7ED2137F* value) { ____emptyArray_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value); } }; // System.Collections.Generic.List`1 struct List_1_tCD74EF8BC539549FF2F92038F46DC476D31C2308 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items FocusedElementU5BU5D_tDABD8EB7C044CE4E329FC2B941BF1759F18552F3* ____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_tCD74EF8BC539549FF2F92038F46DC476D31C2308, ____items_1)); } inline FocusedElementU5BU5D_tDABD8EB7C044CE4E329FC2B941BF1759F18552F3* get__items_1() const { return ____items_1; } inline FocusedElementU5BU5D_tDABD8EB7C044CE4E329FC2B941BF1759F18552F3** get_address_of__items_1() { return &____items_1; } inline void set__items_1(FocusedElementU5BU5D_tDABD8EB7C044CE4E329FC2B941BF1759F18552F3* 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_tCD74EF8BC539549FF2F92038F46DC476D31C2308, ____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_tCD74EF8BC539549FF2F92038F46DC476D31C2308, ____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_tCD74EF8BC539549FF2F92038F46DC476D31C2308, ____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_tCD74EF8BC539549FF2F92038F46DC476D31C2308_StaticFields { public: // T[] System.Collections.Generic.List`1::_emptyArray FocusedElementU5BU5D_tDABD8EB7C044CE4E329FC2B941BF1759F18552F3* ____emptyArray_5; public: inline static int32_t get_offset_of__emptyArray_5() { return static_cast(offsetof(List_1_tCD74EF8BC539549FF2F92038F46DC476D31C2308_StaticFields, ____emptyArray_5)); } inline FocusedElementU5BU5D_tDABD8EB7C044CE4E329FC2B941BF1759F18552F3* get__emptyArray_5() const { return ____emptyArray_5; } inline FocusedElementU5BU5D_tDABD8EB7C044CE4E329FC2B941BF1759F18552F3** get_address_of__emptyArray_5() { return &____emptyArray_5; } inline void set__emptyArray_5(FocusedElementU5BU5D_tDABD8EB7C044CE4E329FC2B941BF1759F18552F3* value) { ____emptyArray_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value); } }; // UnityEngine.UIElements.ObjectPool`1> struct ObjectPool_1_tE45856C7D1855A442F3A01C8B7302EB145F14ECF : public RuntimeObject { public: // System.Collections.Generic.Stack`1 UnityEngine.UIElements.ObjectPool`1::m_Stack Stack_1_tBFA09E91231DA52C654F5AEC9A3B5B7FDDC0ED18 * ___m_Stack_0; // System.Int32 UnityEngine.UIElements.ObjectPool`1::m_MaxSize int32_t ___m_MaxSize_1; public: inline static int32_t get_offset_of_m_Stack_0() { return static_cast(offsetof(ObjectPool_1_tE45856C7D1855A442F3A01C8B7302EB145F14ECF, ___m_Stack_0)); } inline Stack_1_tBFA09E91231DA52C654F5AEC9A3B5B7FDDC0ED18 * get_m_Stack_0() const { return ___m_Stack_0; } inline Stack_1_tBFA09E91231DA52C654F5AEC9A3B5B7FDDC0ED18 ** get_address_of_m_Stack_0() { return &___m_Stack_0; } inline void set_m_Stack_0(Stack_1_tBFA09E91231DA52C654F5AEC9A3B5B7FDDC0ED18 * value) { ___m_Stack_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Stack_0), (void*)value); } inline static int32_t get_offset_of_m_MaxSize_1() { return static_cast(offsetof(ObjectPool_1_tE45856C7D1855A442F3A01C8B7302EB145F14ECF, ___m_MaxSize_1)); } inline int32_t get_m_MaxSize_1() const { return ___m_MaxSize_1; } inline int32_t* get_address_of_m_MaxSize_1() { return &___m_MaxSize_1; } inline void set_m_MaxSize_1(int32_t value) { ___m_MaxSize_1 = value; } }; // UnityEngine.UIElements.ObjectPool`1 struct ObjectPool_1_t70777FFC758195FAC43E12551C542928EDAAB6DD : public RuntimeObject { public: // System.Collections.Generic.Stack`1 UnityEngine.UIElements.ObjectPool`1::m_Stack Stack_1_tB43EE47F4B8F87E7F0B4D485E3BB3B3A12B5A88F * ___m_Stack_0; // System.Int32 UnityEngine.UIElements.ObjectPool`1::m_MaxSize int32_t ___m_MaxSize_1; public: inline static int32_t get_offset_of_m_Stack_0() { return static_cast(offsetof(ObjectPool_1_t70777FFC758195FAC43E12551C542928EDAAB6DD, ___m_Stack_0)); } inline Stack_1_tB43EE47F4B8F87E7F0B4D485E3BB3B3A12B5A88F * get_m_Stack_0() const { return ___m_Stack_0; } inline Stack_1_tB43EE47F4B8F87E7F0B4D485E3BB3B3A12B5A88F ** get_address_of_m_Stack_0() { return &___m_Stack_0; } inline void set_m_Stack_0(Stack_1_tB43EE47F4B8F87E7F0B4D485E3BB3B3A12B5A88F * value) { ___m_Stack_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Stack_0), (void*)value); } inline static int32_t get_offset_of_m_MaxSize_1() { return static_cast(offsetof(ObjectPool_1_t70777FFC758195FAC43E12551C542928EDAAB6DD, ___m_MaxSize_1)); } inline int32_t get_m_MaxSize_1() const { return ___m_MaxSize_1; } inline int32_t* get_address_of_m_MaxSize_1() { return &___m_MaxSize_1; } inline void set_m_MaxSize_1(int32_t value) { ___m_MaxSize_1 = value; } }; // System.Collections.Generic.Queue`1 struct Queue_1_t8D9C595B0DA807AA102B0FE0E115903EEB73140A : public RuntimeObject { public: // T[] System.Collections.Generic.Queue`1::_array EventRecordU5BU5D_t34BA5D6EE7E8D43DD53A315BEBE6341867D63FB3* ____array_0; // System.Int32 System.Collections.Generic.Queue`1::_head int32_t ____head_1; // System.Int32 System.Collections.Generic.Queue`1::_tail int32_t ____tail_2; // System.Int32 System.Collections.Generic.Queue`1::_size int32_t ____size_3; // System.Int32 System.Collections.Generic.Queue`1::_version int32_t ____version_4; // System.Object System.Collections.Generic.Queue`1::_syncRoot RuntimeObject * ____syncRoot_5; public: inline static int32_t get_offset_of__array_0() { return static_cast(offsetof(Queue_1_t8D9C595B0DA807AA102B0FE0E115903EEB73140A, ____array_0)); } inline EventRecordU5BU5D_t34BA5D6EE7E8D43DD53A315BEBE6341867D63FB3* get__array_0() const { return ____array_0; } inline EventRecordU5BU5D_t34BA5D6EE7E8D43DD53A315BEBE6341867D63FB3** get_address_of__array_0() { return &____array_0; } inline void set__array_0(EventRecordU5BU5D_t34BA5D6EE7E8D43DD53A315BEBE6341867D63FB3* value) { ____array_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____array_0), (void*)value); } inline static int32_t get_offset_of__head_1() { return static_cast(offsetof(Queue_1_t8D9C595B0DA807AA102B0FE0E115903EEB73140A, ____head_1)); } inline int32_t get__head_1() const { return ____head_1; } inline int32_t* get_address_of__head_1() { return &____head_1; } inline void set__head_1(int32_t value) { ____head_1 = value; } inline static int32_t get_offset_of__tail_2() { return static_cast(offsetof(Queue_1_t8D9C595B0DA807AA102B0FE0E115903EEB73140A, ____tail_2)); } inline int32_t get__tail_2() const { return ____tail_2; } inline int32_t* get_address_of__tail_2() { return &____tail_2; } inline void set__tail_2(int32_t value) { ____tail_2 = value; } inline static int32_t get_offset_of__size_3() { return static_cast(offsetof(Queue_1_t8D9C595B0DA807AA102B0FE0E115903EEB73140A, ____size_3)); } inline int32_t get__size_3() const { return ____size_3; } inline int32_t* get_address_of__size_3() { return &____size_3; } inline void set__size_3(int32_t value) { ____size_3 = value; } inline static int32_t get_offset_of__version_4() { return static_cast(offsetof(Queue_1_t8D9C595B0DA807AA102B0FE0E115903EEB73140A, ____version_4)); } inline int32_t get__version_4() const { return ____version_4; } inline int32_t* get_address_of__version_4() { return &____version_4; } inline void set__version_4(int32_t value) { ____version_4 = value; } inline static int32_t get_offset_of__syncRoot_5() { return static_cast(offsetof(Queue_1_t8D9C595B0DA807AA102B0FE0E115903EEB73140A, ____syncRoot_5)); } inline RuntimeObject * get__syncRoot_5() const { return ____syncRoot_5; } inline RuntimeObject ** get_address_of__syncRoot_5() { return &____syncRoot_5; } inline void set__syncRoot_5(RuntimeObject * value) { ____syncRoot_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_5), (void*)value); } }; // System.Collections.Generic.Stack`1 struct Stack_1_tA6A1B04CA25BF5C6B9393D782D51A72A743EE7D2 : public RuntimeObject { public: // T[] System.Collections.Generic.Stack`1::_array EventCallbackListU5BU5D_t8CBD2E3D37618A26F7D060D8C55E9E6CC0F71862* ____array_0; // System.Int32 System.Collections.Generic.Stack`1::_size int32_t ____size_1; // System.Int32 System.Collections.Generic.Stack`1::_version int32_t ____version_2; // System.Object System.Collections.Generic.Stack`1::_syncRoot RuntimeObject * ____syncRoot_3; public: inline static int32_t get_offset_of__array_0() { return static_cast(offsetof(Stack_1_tA6A1B04CA25BF5C6B9393D782D51A72A743EE7D2, ____array_0)); } inline EventCallbackListU5BU5D_t8CBD2E3D37618A26F7D060D8C55E9E6CC0F71862* get__array_0() const { return ____array_0; } inline EventCallbackListU5BU5D_t8CBD2E3D37618A26F7D060D8C55E9E6CC0F71862** get_address_of__array_0() { return &____array_0; } inline void set__array_0(EventCallbackListU5BU5D_t8CBD2E3D37618A26F7D060D8C55E9E6CC0F71862* value) { ____array_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____array_0), (void*)value); } inline static int32_t get_offset_of__size_1() { return static_cast(offsetof(Stack_1_tA6A1B04CA25BF5C6B9393D782D51A72A743EE7D2, ____size_1)); } inline int32_t get__size_1() const { return ____size_1; } inline int32_t* get_address_of__size_1() { return &____size_1; } inline void set__size_1(int32_t value) { ____size_1 = value; } inline static int32_t get_offset_of__version_2() { return static_cast(offsetof(Stack_1_tA6A1B04CA25BF5C6B9393D782D51A72A743EE7D2, ____version_2)); } inline int32_t get__version_2() const { return ____version_2; } inline int32_t* get_address_of__version_2() { return &____version_2; } inline void set__version_2(int32_t value) { ____version_2 = value; } inline static int32_t get_offset_of__syncRoot_3() { return static_cast(offsetof(Stack_1_tA6A1B04CA25BF5C6B9393D782D51A72A743EE7D2, ____syncRoot_3)); } inline RuntimeObject * get__syncRoot_3() const { return ____syncRoot_3; } inline RuntimeObject ** get_address_of__syncRoot_3() { return &____syncRoot_3; } inline void set__syncRoot_3(RuntimeObject * value) { ____syncRoot_3 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_3), (void*)value); } }; // System.Collections.Generic.Stack`1 struct Stack_1_tC6C298385D16F10F391B84280D21FE059A45CC55 : public RuntimeObject { public: // T[] System.Collections.Generic.Stack`1::_array Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ____array_0; // System.Int32 System.Collections.Generic.Stack`1::_size int32_t ____size_1; // System.Int32 System.Collections.Generic.Stack`1::_version int32_t ____version_2; // System.Object System.Collections.Generic.Stack`1::_syncRoot RuntimeObject * ____syncRoot_3; public: inline static int32_t get_offset_of__array_0() { return static_cast(offsetof(Stack_1_tC6C298385D16F10F391B84280D21FE059A45CC55, ____array_0)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get__array_0() const { return ____array_0; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of__array_0() { return &____array_0; } inline void set__array_0(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ____array_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____array_0), (void*)value); } inline static int32_t get_offset_of__size_1() { return static_cast(offsetof(Stack_1_tC6C298385D16F10F391B84280D21FE059A45CC55, ____size_1)); } inline int32_t get__size_1() const { return ____size_1; } inline int32_t* get_address_of__size_1() { return &____size_1; } inline void set__size_1(int32_t value) { ____size_1 = value; } inline static int32_t get_offset_of__version_2() { return static_cast(offsetof(Stack_1_tC6C298385D16F10F391B84280D21FE059A45CC55, ____version_2)); } inline int32_t get__version_2() const { return ____version_2; } inline int32_t* get_address_of__version_2() { return &____version_2; } inline void set__version_2(int32_t value) { ____version_2 = value; } inline static int32_t get_offset_of__syncRoot_3() { return static_cast(offsetof(Stack_1_tC6C298385D16F10F391B84280D21FE059A45CC55, ____syncRoot_3)); } inline RuntimeObject * get__syncRoot_3() const { return ____syncRoot_3; } inline RuntimeObject ** get_address_of__syncRoot_3() { return &____syncRoot_3; } inline void set__syncRoot_3(RuntimeObject * value) { ____syncRoot_3 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_3), (void*)value); } }; // System.Collections.Generic.Stack`1 struct Stack_1_t92AC5F573A3C00899B24B775A71B4327D588E981 : public RuntimeObject { public: // T[] System.Collections.Generic.Stack`1::_array ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ____array_0; // System.Int32 System.Collections.Generic.Stack`1::_size int32_t ____size_1; // System.Int32 System.Collections.Generic.Stack`1::_version int32_t ____version_2; // System.Object System.Collections.Generic.Stack`1::_syncRoot RuntimeObject * ____syncRoot_3; public: inline static int32_t get_offset_of__array_0() { return static_cast(offsetof(Stack_1_t92AC5F573A3C00899B24B775A71B4327D588E981, ____array_0)); } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* get__array_0() const { return ____array_0; } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** get_address_of__array_0() { return &____array_0; } inline void set__array_0(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* value) { ____array_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____array_0), (void*)value); } inline static int32_t get_offset_of__size_1() { return static_cast(offsetof(Stack_1_t92AC5F573A3C00899B24B775A71B4327D588E981, ____size_1)); } inline int32_t get__size_1() const { return ____size_1; } inline int32_t* get_address_of__size_1() { return &____size_1; } inline void set__size_1(int32_t value) { ____size_1 = value; } inline static int32_t get_offset_of__version_2() { return static_cast(offsetof(Stack_1_t92AC5F573A3C00899B24B775A71B4327D588E981, ____version_2)); } inline int32_t get__version_2() const { return ____version_2; } inline int32_t* get_address_of__version_2() { return &____version_2; } inline void set__version_2(int32_t value) { ____version_2 = value; } inline static int32_t get_offset_of__syncRoot_3() { return static_cast(offsetof(Stack_1_t92AC5F573A3C00899B24B775A71B4327D588E981, ____syncRoot_3)); } inline RuntimeObject * get__syncRoot_3() const { return ____syncRoot_3; } inline RuntimeObject ** get_address_of__syncRoot_3() { return &____syncRoot_3; } inline void set__syncRoot_3(RuntimeObject * value) { ____syncRoot_3 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_3), (void*)value); } }; struct Il2CppArrayBounds; // System.Array // UnityEngine.UIElements.AtlasBase struct AtlasBase_tDB4C470C02253BAD18D1BF83FADB620209E4A37D : public RuntimeObject { public: // UnityEngine.UIElements.TextureRegistry UnityEngine.UIElements.AtlasBase::textureRegistry TextureRegistry_t5FC683A1DBABCEE29117F6660088ADF84A6D5E5D * ___textureRegistry_0; public: inline static int32_t get_offset_of_textureRegistry_0() { return static_cast(offsetof(AtlasBase_tDB4C470C02253BAD18D1BF83FADB620209E4A37D, ___textureRegistry_0)); } inline TextureRegistry_t5FC683A1DBABCEE29117F6660088ADF84A6D5E5D * get_textureRegistry_0() const { return ___textureRegistry_0; } inline TextureRegistry_t5FC683A1DBABCEE29117F6660088ADF84A6D5E5D ** get_address_of_textureRegistry_0() { return &___textureRegistry_0; } inline void set_textureRegistry_0(TextureRegistry_t5FC683A1DBABCEE29117F6660088ADF84A6D5E5D * value) { ___textureRegistry_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___textureRegistry_0), (void*)value); } }; // System.Attribute struct Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 : public RuntimeObject { public: public: }; // UnityEngine.UIElements.StyleSheets.BaseStyleMatcher struct BaseStyleMatcher_tD449643D4AF1E3A8FD5BD10C869CE8AFD17672C3 : public RuntimeObject { public: // System.Collections.Generic.Stack`1 UnityEngine.UIElements.StyleSheets.BaseStyleMatcher::m_MarkStack Stack_1_tC6C298385D16F10F391B84280D21FE059A45CC55 * ___m_MarkStack_0; // System.Int32 UnityEngine.UIElements.StyleSheets.BaseStyleMatcher::m_CurrentIndex int32_t ___m_CurrentIndex_1; // System.Int32 UnityEngine.UIElements.StyleSheets.BaseStyleMatcher::k__BackingField int32_t ___U3CmatchedVariableCountU3Ek__BackingField_2; public: inline static int32_t get_offset_of_m_MarkStack_0() { return static_cast(offsetof(BaseStyleMatcher_tD449643D4AF1E3A8FD5BD10C869CE8AFD17672C3, ___m_MarkStack_0)); } inline Stack_1_tC6C298385D16F10F391B84280D21FE059A45CC55 * get_m_MarkStack_0() const { return ___m_MarkStack_0; } inline Stack_1_tC6C298385D16F10F391B84280D21FE059A45CC55 ** get_address_of_m_MarkStack_0() { return &___m_MarkStack_0; } inline void set_m_MarkStack_0(Stack_1_tC6C298385D16F10F391B84280D21FE059A45CC55 * value) { ___m_MarkStack_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_MarkStack_0), (void*)value); } inline static int32_t get_offset_of_m_CurrentIndex_1() { return static_cast(offsetof(BaseStyleMatcher_tD449643D4AF1E3A8FD5BD10C869CE8AFD17672C3, ___m_CurrentIndex_1)); } inline int32_t get_m_CurrentIndex_1() const { return ___m_CurrentIndex_1; } inline int32_t* get_address_of_m_CurrentIndex_1() { return &___m_CurrentIndex_1; } inline void set_m_CurrentIndex_1(int32_t value) { ___m_CurrentIndex_1 = value; } inline static int32_t get_offset_of_U3CmatchedVariableCountU3Ek__BackingField_2() { return static_cast(offsetof(BaseStyleMatcher_tD449643D4AF1E3A8FD5BD10C869CE8AFD17672C3, ___U3CmatchedVariableCountU3Ek__BackingField_2)); } inline int32_t get_U3CmatchedVariableCountU3Ek__BackingField_2() const { return ___U3CmatchedVariableCountU3Ek__BackingField_2; } inline int32_t* get_address_of_U3CmatchedVariableCountU3Ek__BackingField_2() { return &___U3CmatchedVariableCountU3Ek__BackingField_2; } inline void set_U3CmatchedVariableCountU3Ek__BackingField_2(int32_t value) { ___U3CmatchedVariableCountU3Ek__BackingField_2 = value; } }; // UnityEngine.UIElements.UIR.BestFitAllocator struct BestFitAllocator_t801355D93A063CC90E0A7CA49E598F7F732BB398 : public RuntimeObject { public: // System.UInt32 UnityEngine.UIElements.UIR.BestFitAllocator::k__BackingField uint32_t ___U3CtotalSizeU3Ek__BackingField_0; // UnityEngine.UIElements.UIR.BestFitAllocator/Block UnityEngine.UIElements.UIR.BestFitAllocator::m_FirstBlock Block_t53051D045E52D90A12C0ED3ED4379F14F15F9A0D * ___m_FirstBlock_1; // UnityEngine.UIElements.UIR.BestFitAllocator/Block UnityEngine.UIElements.UIR.BestFitAllocator::m_FirstAvailableBlock Block_t53051D045E52D90A12C0ED3ED4379F14F15F9A0D * ___m_FirstAvailableBlock_2; // UnityEngine.UIElements.UIR.BestFitAllocator/BlockPool UnityEngine.UIElements.UIR.BestFitAllocator::m_BlockPool BlockPool_t62C8870AD52C2EA0146B4A94A92A9E55A84B9DEF * ___m_BlockPool_3; // System.UInt32 UnityEngine.UIElements.UIR.BestFitAllocator::m_HighWatermark uint32_t ___m_HighWatermark_4; public: inline static int32_t get_offset_of_U3CtotalSizeU3Ek__BackingField_0() { return static_cast(offsetof(BestFitAllocator_t801355D93A063CC90E0A7CA49E598F7F732BB398, ___U3CtotalSizeU3Ek__BackingField_0)); } inline uint32_t get_U3CtotalSizeU3Ek__BackingField_0() const { return ___U3CtotalSizeU3Ek__BackingField_0; } inline uint32_t* get_address_of_U3CtotalSizeU3Ek__BackingField_0() { return &___U3CtotalSizeU3Ek__BackingField_0; } inline void set_U3CtotalSizeU3Ek__BackingField_0(uint32_t value) { ___U3CtotalSizeU3Ek__BackingField_0 = value; } inline static int32_t get_offset_of_m_FirstBlock_1() { return static_cast(offsetof(BestFitAllocator_t801355D93A063CC90E0A7CA49E598F7F732BB398, ___m_FirstBlock_1)); } inline Block_t53051D045E52D90A12C0ED3ED4379F14F15F9A0D * get_m_FirstBlock_1() const { return ___m_FirstBlock_1; } inline Block_t53051D045E52D90A12C0ED3ED4379F14F15F9A0D ** get_address_of_m_FirstBlock_1() { return &___m_FirstBlock_1; } inline void set_m_FirstBlock_1(Block_t53051D045E52D90A12C0ED3ED4379F14F15F9A0D * value) { ___m_FirstBlock_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_FirstBlock_1), (void*)value); } inline static int32_t get_offset_of_m_FirstAvailableBlock_2() { return static_cast(offsetof(BestFitAllocator_t801355D93A063CC90E0A7CA49E598F7F732BB398, ___m_FirstAvailableBlock_2)); } inline Block_t53051D045E52D90A12C0ED3ED4379F14F15F9A0D * get_m_FirstAvailableBlock_2() const { return ___m_FirstAvailableBlock_2; } inline Block_t53051D045E52D90A12C0ED3ED4379F14F15F9A0D ** get_address_of_m_FirstAvailableBlock_2() { return &___m_FirstAvailableBlock_2; } inline void set_m_FirstAvailableBlock_2(Block_t53051D045E52D90A12C0ED3ED4379F14F15F9A0D * value) { ___m_FirstAvailableBlock_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_FirstAvailableBlock_2), (void*)value); } inline static int32_t get_offset_of_m_BlockPool_3() { return static_cast(offsetof(BestFitAllocator_t801355D93A063CC90E0A7CA49E598F7F732BB398, ___m_BlockPool_3)); } inline BlockPool_t62C8870AD52C2EA0146B4A94A92A9E55A84B9DEF * get_m_BlockPool_3() const { return ___m_BlockPool_3; } inline BlockPool_t62C8870AD52C2EA0146B4A94A92A9E55A84B9DEF ** get_address_of_m_BlockPool_3() { return &___m_BlockPool_3; } inline void set_m_BlockPool_3(BlockPool_t62C8870AD52C2EA0146B4A94A92A9E55A84B9DEF * value) { ___m_BlockPool_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_BlockPool_3), (void*)value); } inline static int32_t get_offset_of_m_HighWatermark_4() { return static_cast(offsetof(BestFitAllocator_t801355D93A063CC90E0A7CA49E598F7F732BB398, ___m_HighWatermark_4)); } inline uint32_t get_m_HighWatermark_4() const { return ___m_HighWatermark_4; } inline uint32_t* get_address_of_m_HighWatermark_4() { return &___m_HighWatermark_4; } inline void set_m_HighWatermark_4(uint32_t value) { ___m_HighWatermark_4 = value; } }; // UnityEngine.UIElements.CallbackEventHandler struct CallbackEventHandler_tCEC853B0E9776DED1D671F0B7451AFBB36439A6C : public RuntimeObject { public: // UnityEngine.UIElements.EventCallbackRegistry UnityEngine.UIElements.CallbackEventHandler::m_CallbackRegistry EventCallbackRegistry_t9CD5BA2EA7664E88FE3D89F7EC3A9CC478B36B34 * ___m_CallbackRegistry_0; public: inline static int32_t get_offset_of_m_CallbackRegistry_0() { return static_cast(offsetof(CallbackEventHandler_tCEC853B0E9776DED1D671F0B7451AFBB36439A6C, ___m_CallbackRegistry_0)); } inline EventCallbackRegistry_t9CD5BA2EA7664E88FE3D89F7EC3A9CC478B36B34 * get_m_CallbackRegistry_0() const { return ___m_CallbackRegistry_0; } inline EventCallbackRegistry_t9CD5BA2EA7664E88FE3D89F7EC3A9CC478B36B34 ** get_address_of_m_CallbackRegistry_0() { return &___m_CallbackRegistry_0; } inline void set_m_CallbackRegistry_0(EventCallbackRegistry_t9CD5BA2EA7664E88FE3D89F7EC3A9CC478B36B34 * value) { ___m_CallbackRegistry_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_CallbackRegistry_0), (void*)value); } }; // UnityEngine.UIElements.ClickDetector struct ClickDetector_tC3AB6CC891D0E83397A7254613B77C9DDC3029A4 : public RuntimeObject { public: // System.Collections.Generic.List`1 UnityEngine.UIElements.ClickDetector::m_ClickStatus List_1_t8622F62D3BA2E473C2B3BD7599476775519F0F73 * ___m_ClickStatus_0; public: inline static int32_t get_offset_of_m_ClickStatus_0() { return static_cast(offsetof(ClickDetector_tC3AB6CC891D0E83397A7254613B77C9DDC3029A4, ___m_ClickStatus_0)); } inline List_1_t8622F62D3BA2E473C2B3BD7599476775519F0F73 * get_m_ClickStatus_0() const { return ___m_ClickStatus_0; } inline List_1_t8622F62D3BA2E473C2B3BD7599476775519F0F73 ** get_address_of_m_ClickStatus_0() { return &___m_ClickStatus_0; } inline void set_m_ClickStatus_0(List_1_t8622F62D3BA2E473C2B3BD7599476775519F0F73 * value) { ___m_ClickStatus_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_ClickStatus_0), (void*)value); } }; struct ClickDetector_tC3AB6CC891D0E83397A7254613B77C9DDC3029A4_StaticFields { public: // System.Int32 UnityEngine.UIElements.ClickDetector::k__BackingField int32_t ___U3Cs_DoubleClickTimeU3Ek__BackingField_1; public: inline static int32_t get_offset_of_U3Cs_DoubleClickTimeU3Ek__BackingField_1() { return static_cast(offsetof(ClickDetector_tC3AB6CC891D0E83397A7254613B77C9DDC3029A4_StaticFields, ___U3Cs_DoubleClickTimeU3Ek__BackingField_1)); } inline int32_t get_U3Cs_DoubleClickTimeU3Ek__BackingField_1() const { return ___U3Cs_DoubleClickTimeU3Ek__BackingField_1; } inline int32_t* get_address_of_U3Cs_DoubleClickTimeU3Ek__BackingField_1() { return &___U3Cs_DoubleClickTimeU3Ek__BackingField_1; } inline void set_U3Cs_DoubleClickTimeU3Ek__BackingField_1(int32_t value) { ___U3Cs_DoubleClickTimeU3Ek__BackingField_1 = value; } }; // UnityEngine.UIElements.CommandEventDispatchingStrategy struct CommandEventDispatchingStrategy_t83E0CC3F928B392A723EF3AB4430BD18BA47E49B : public RuntimeObject { public: public: }; // UnityEngine.UIElements.ContextualMenuManager struct ContextualMenuManager_t1B67CC8512D92D98FE15C246943960CB604C9796 : public RuntimeObject { public: // System.Boolean UnityEngine.UIElements.ContextualMenuManager::k__BackingField bool ___U3CdisplayMenuHandledOSXU3Ek__BackingField_0; public: inline static int32_t get_offset_of_U3CdisplayMenuHandledOSXU3Ek__BackingField_0() { return static_cast(offsetof(ContextualMenuManager_t1B67CC8512D92D98FE15C246943960CB604C9796, ___U3CdisplayMenuHandledOSXU3Ek__BackingField_0)); } inline bool get_U3CdisplayMenuHandledOSXU3Ek__BackingField_0() const { return ___U3CdisplayMenuHandledOSXU3Ek__BackingField_0; } inline bool* get_address_of_U3CdisplayMenuHandledOSXU3Ek__BackingField_0() { return &___U3CdisplayMenuHandledOSXU3Ek__BackingField_0; } inline void set_U3CdisplayMenuHandledOSXU3Ek__BackingField_0(bool value) { ___U3CdisplayMenuHandledOSXU3Ek__BackingField_0 = value; } }; // System.Globalization.CultureInfo struct CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 : public RuntimeObject { public: // System.Boolean System.Globalization.CultureInfo::m_isReadOnly bool ___m_isReadOnly_3; // System.Int32 System.Globalization.CultureInfo::cultureID int32_t ___cultureID_4; // System.Int32 System.Globalization.CultureInfo::parent_lcid int32_t ___parent_lcid_5; // System.Int32 System.Globalization.CultureInfo::datetime_index int32_t ___datetime_index_6; // System.Int32 System.Globalization.CultureInfo::number_index int32_t ___number_index_7; // System.Int32 System.Globalization.CultureInfo::default_calendar_type int32_t ___default_calendar_type_8; // System.Boolean System.Globalization.CultureInfo::m_useUserOverride bool ___m_useUserOverride_9; // System.Globalization.NumberFormatInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::numInfo NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * ___numInfo_10; // System.Globalization.DateTimeFormatInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::dateTimeInfo DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90 * ___dateTimeInfo_11; // System.Globalization.TextInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::textInfo TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C * ___textInfo_12; // System.String System.Globalization.CultureInfo::m_name String_t* ___m_name_13; // System.String System.Globalization.CultureInfo::englishname String_t* ___englishname_14; // System.String System.Globalization.CultureInfo::nativename String_t* ___nativename_15; // System.String System.Globalization.CultureInfo::iso3lang String_t* ___iso3lang_16; // System.String System.Globalization.CultureInfo::iso2lang String_t* ___iso2lang_17; // System.String System.Globalization.CultureInfo::win3lang String_t* ___win3lang_18; // System.String System.Globalization.CultureInfo::territory String_t* ___territory_19; // System.String[] System.Globalization.CultureInfo::native_calendar_names StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___native_calendar_names_20; // System.Globalization.CompareInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::compareInfo CompareInfo_t4AB62EC32E8AF1E469E315620C7E3FB8B0CAE0C9 * ___compareInfo_21; // System.Void* System.Globalization.CultureInfo::textinfo_data void* ___textinfo_data_22; // System.Int32 System.Globalization.CultureInfo::m_dataItem int32_t ___m_dataItem_23; // System.Globalization.Calendar System.Globalization.CultureInfo::calendar Calendar_t3D638AEAB45F029DF47138EDA4CF9A7CBBB1C32A * ___calendar_24; // System.Globalization.CultureInfo System.Globalization.CultureInfo::parent_culture CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * ___parent_culture_25; // System.Boolean System.Globalization.CultureInfo::constructed bool ___constructed_26; // System.Byte[] System.Globalization.CultureInfo::cached_serialized_form ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___cached_serialized_form_27; // System.Globalization.CultureData System.Globalization.CultureInfo::m_cultureData CultureData_t53CDF1C5F789A28897415891667799420D3C5529 * ___m_cultureData_28; // System.Boolean System.Globalization.CultureInfo::m_isInherited bool ___m_isInherited_29; public: inline static int32_t get_offset_of_m_isReadOnly_3() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___m_isReadOnly_3)); } inline bool get_m_isReadOnly_3() const { return ___m_isReadOnly_3; } inline bool* get_address_of_m_isReadOnly_3() { return &___m_isReadOnly_3; } inline void set_m_isReadOnly_3(bool value) { ___m_isReadOnly_3 = value; } inline static int32_t get_offset_of_cultureID_4() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___cultureID_4)); } inline int32_t get_cultureID_4() const { return ___cultureID_4; } inline int32_t* get_address_of_cultureID_4() { return &___cultureID_4; } inline void set_cultureID_4(int32_t value) { ___cultureID_4 = value; } inline static int32_t get_offset_of_parent_lcid_5() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___parent_lcid_5)); } inline int32_t get_parent_lcid_5() const { return ___parent_lcid_5; } inline int32_t* get_address_of_parent_lcid_5() { return &___parent_lcid_5; } inline void set_parent_lcid_5(int32_t value) { ___parent_lcid_5 = value; } inline static int32_t get_offset_of_datetime_index_6() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___datetime_index_6)); } inline int32_t get_datetime_index_6() const { return ___datetime_index_6; } inline int32_t* get_address_of_datetime_index_6() { return &___datetime_index_6; } inline void set_datetime_index_6(int32_t value) { ___datetime_index_6 = value; } inline static int32_t get_offset_of_number_index_7() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___number_index_7)); } inline int32_t get_number_index_7() const { return ___number_index_7; } inline int32_t* get_address_of_number_index_7() { return &___number_index_7; } inline void set_number_index_7(int32_t value) { ___number_index_7 = value; } inline static int32_t get_offset_of_default_calendar_type_8() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___default_calendar_type_8)); } inline int32_t get_default_calendar_type_8() const { return ___default_calendar_type_8; } inline int32_t* get_address_of_default_calendar_type_8() { return &___default_calendar_type_8; } inline void set_default_calendar_type_8(int32_t value) { ___default_calendar_type_8 = value; } inline static int32_t get_offset_of_m_useUserOverride_9() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___m_useUserOverride_9)); } inline bool get_m_useUserOverride_9() const { return ___m_useUserOverride_9; } inline bool* get_address_of_m_useUserOverride_9() { return &___m_useUserOverride_9; } inline void set_m_useUserOverride_9(bool value) { ___m_useUserOverride_9 = value; } inline static int32_t get_offset_of_numInfo_10() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___numInfo_10)); } inline NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * get_numInfo_10() const { return ___numInfo_10; } inline NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D ** get_address_of_numInfo_10() { return &___numInfo_10; } inline void set_numInfo_10(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * value) { ___numInfo_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___numInfo_10), (void*)value); } inline static int32_t get_offset_of_dateTimeInfo_11() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___dateTimeInfo_11)); } inline DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90 * get_dateTimeInfo_11() const { return ___dateTimeInfo_11; } inline DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90 ** get_address_of_dateTimeInfo_11() { return &___dateTimeInfo_11; } inline void set_dateTimeInfo_11(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90 * value) { ___dateTimeInfo_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___dateTimeInfo_11), (void*)value); } inline static int32_t get_offset_of_textInfo_12() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___textInfo_12)); } inline TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C * get_textInfo_12() const { return ___textInfo_12; } inline TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C ** get_address_of_textInfo_12() { return &___textInfo_12; } inline void set_textInfo_12(TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C * value) { ___textInfo_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___textInfo_12), (void*)value); } inline static int32_t get_offset_of_m_name_13() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___m_name_13)); } inline String_t* get_m_name_13() const { return ___m_name_13; } inline String_t** get_address_of_m_name_13() { return &___m_name_13; } inline void set_m_name_13(String_t* value) { ___m_name_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_name_13), (void*)value); } inline static int32_t get_offset_of_englishname_14() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___englishname_14)); } inline String_t* get_englishname_14() const { return ___englishname_14; } inline String_t** get_address_of_englishname_14() { return &___englishname_14; } inline void set_englishname_14(String_t* value) { ___englishname_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___englishname_14), (void*)value); } inline static int32_t get_offset_of_nativename_15() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___nativename_15)); } inline String_t* get_nativename_15() const { return ___nativename_15; } inline String_t** get_address_of_nativename_15() { return &___nativename_15; } inline void set_nativename_15(String_t* value) { ___nativename_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___nativename_15), (void*)value); } inline static int32_t get_offset_of_iso3lang_16() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___iso3lang_16)); } inline String_t* get_iso3lang_16() const { return ___iso3lang_16; } inline String_t** get_address_of_iso3lang_16() { return &___iso3lang_16; } inline void set_iso3lang_16(String_t* value) { ___iso3lang_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___iso3lang_16), (void*)value); } inline static int32_t get_offset_of_iso2lang_17() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___iso2lang_17)); } inline String_t* get_iso2lang_17() const { return ___iso2lang_17; } inline String_t** get_address_of_iso2lang_17() { return &___iso2lang_17; } inline void set_iso2lang_17(String_t* value) { ___iso2lang_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___iso2lang_17), (void*)value); } inline static int32_t get_offset_of_win3lang_18() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___win3lang_18)); } inline String_t* get_win3lang_18() const { return ___win3lang_18; } inline String_t** get_address_of_win3lang_18() { return &___win3lang_18; } inline void set_win3lang_18(String_t* value) { ___win3lang_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___win3lang_18), (void*)value); } inline static int32_t get_offset_of_territory_19() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___territory_19)); } inline String_t* get_territory_19() const { return ___territory_19; } inline String_t** get_address_of_territory_19() { return &___territory_19; } inline void set_territory_19(String_t* value) { ___territory_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___territory_19), (void*)value); } inline static int32_t get_offset_of_native_calendar_names_20() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___native_calendar_names_20)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_native_calendar_names_20() const { return ___native_calendar_names_20; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_native_calendar_names_20() { return &___native_calendar_names_20; } inline void set_native_calendar_names_20(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___native_calendar_names_20 = value; Il2CppCodeGenWriteBarrier((void**)(&___native_calendar_names_20), (void*)value); } inline static int32_t get_offset_of_compareInfo_21() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___compareInfo_21)); } inline CompareInfo_t4AB62EC32E8AF1E469E315620C7E3FB8B0CAE0C9 * get_compareInfo_21() const { return ___compareInfo_21; } inline CompareInfo_t4AB62EC32E8AF1E469E315620C7E3FB8B0CAE0C9 ** get_address_of_compareInfo_21() { return &___compareInfo_21; } inline void set_compareInfo_21(CompareInfo_t4AB62EC32E8AF1E469E315620C7E3FB8B0CAE0C9 * value) { ___compareInfo_21 = value; Il2CppCodeGenWriteBarrier((void**)(&___compareInfo_21), (void*)value); } inline static int32_t get_offset_of_textinfo_data_22() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___textinfo_data_22)); } inline void* get_textinfo_data_22() const { return ___textinfo_data_22; } inline void** get_address_of_textinfo_data_22() { return &___textinfo_data_22; } inline void set_textinfo_data_22(void* value) { ___textinfo_data_22 = value; } inline static int32_t get_offset_of_m_dataItem_23() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___m_dataItem_23)); } inline int32_t get_m_dataItem_23() const { return ___m_dataItem_23; } inline int32_t* get_address_of_m_dataItem_23() { return &___m_dataItem_23; } inline void set_m_dataItem_23(int32_t value) { ___m_dataItem_23 = value; } inline static int32_t get_offset_of_calendar_24() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___calendar_24)); } inline Calendar_t3D638AEAB45F029DF47138EDA4CF9A7CBBB1C32A * get_calendar_24() const { return ___calendar_24; } inline Calendar_t3D638AEAB45F029DF47138EDA4CF9A7CBBB1C32A ** get_address_of_calendar_24() { return &___calendar_24; } inline void set_calendar_24(Calendar_t3D638AEAB45F029DF47138EDA4CF9A7CBBB1C32A * value) { ___calendar_24 = value; Il2CppCodeGenWriteBarrier((void**)(&___calendar_24), (void*)value); } inline static int32_t get_offset_of_parent_culture_25() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___parent_culture_25)); } inline CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * get_parent_culture_25() const { return ___parent_culture_25; } inline CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 ** get_address_of_parent_culture_25() { return &___parent_culture_25; } inline void set_parent_culture_25(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * value) { ___parent_culture_25 = value; Il2CppCodeGenWriteBarrier((void**)(&___parent_culture_25), (void*)value); } inline static int32_t get_offset_of_constructed_26() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___constructed_26)); } inline bool get_constructed_26() const { return ___constructed_26; } inline bool* get_address_of_constructed_26() { return &___constructed_26; } inline void set_constructed_26(bool value) { ___constructed_26 = value; } inline static int32_t get_offset_of_cached_serialized_form_27() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___cached_serialized_form_27)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_cached_serialized_form_27() const { return ___cached_serialized_form_27; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_cached_serialized_form_27() { return &___cached_serialized_form_27; } inline void set_cached_serialized_form_27(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___cached_serialized_form_27 = value; Il2CppCodeGenWriteBarrier((void**)(&___cached_serialized_form_27), (void*)value); } inline static int32_t get_offset_of_m_cultureData_28() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___m_cultureData_28)); } inline CultureData_t53CDF1C5F789A28897415891667799420D3C5529 * get_m_cultureData_28() const { return ___m_cultureData_28; } inline CultureData_t53CDF1C5F789A28897415891667799420D3C5529 ** get_address_of_m_cultureData_28() { return &___m_cultureData_28; } inline void set_m_cultureData_28(CultureData_t53CDF1C5F789A28897415891667799420D3C5529 * value) { ___m_cultureData_28 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_cultureData_28), (void*)value); } inline static int32_t get_offset_of_m_isInherited_29() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___m_isInherited_29)); } inline bool get_m_isInherited_29() const { return ___m_isInherited_29; } inline bool* get_address_of_m_isInherited_29() { return &___m_isInherited_29; } inline void set_m_isInherited_29(bool value) { ___m_isInherited_29 = value; } }; struct CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_StaticFields { public: // System.Globalization.CultureInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::invariant_culture_info CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * ___invariant_culture_info_0; // System.Object System.Globalization.CultureInfo::shared_table_lock RuntimeObject * ___shared_table_lock_1; // System.Globalization.CultureInfo System.Globalization.CultureInfo::default_current_culture CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * ___default_current_culture_2; // System.Globalization.CultureInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::s_DefaultThreadCurrentUICulture CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * ___s_DefaultThreadCurrentUICulture_33; // System.Globalization.CultureInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::s_DefaultThreadCurrentCulture CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * ___s_DefaultThreadCurrentCulture_34; // System.Collections.Generic.Dictionary`2 System.Globalization.CultureInfo::shared_by_number Dictionary_2_t5B8303F2C9869A39ED3E03C0FBB09F817E479402 * ___shared_by_number_35; // System.Collections.Generic.Dictionary`2 System.Globalization.CultureInfo::shared_by_name Dictionary_2_t0015CBF964B0687CBB5ECFDDE06671A8F3DDE4BC * ___shared_by_name_36; // System.Boolean System.Globalization.CultureInfo::IsTaiwanSku bool ___IsTaiwanSku_37; public: inline static int32_t get_offset_of_invariant_culture_info_0() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_StaticFields, ___invariant_culture_info_0)); } inline CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * get_invariant_culture_info_0() const { return ___invariant_culture_info_0; } inline CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 ** get_address_of_invariant_culture_info_0() { return &___invariant_culture_info_0; } inline void set_invariant_culture_info_0(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * value) { ___invariant_culture_info_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___invariant_culture_info_0), (void*)value); } inline static int32_t get_offset_of_shared_table_lock_1() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_StaticFields, ___shared_table_lock_1)); } inline RuntimeObject * get_shared_table_lock_1() const { return ___shared_table_lock_1; } inline RuntimeObject ** get_address_of_shared_table_lock_1() { return &___shared_table_lock_1; } inline void set_shared_table_lock_1(RuntimeObject * value) { ___shared_table_lock_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___shared_table_lock_1), (void*)value); } inline static int32_t get_offset_of_default_current_culture_2() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_StaticFields, ___default_current_culture_2)); } inline CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * get_default_current_culture_2() const { return ___default_current_culture_2; } inline CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 ** get_address_of_default_current_culture_2() { return &___default_current_culture_2; } inline void set_default_current_culture_2(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * value) { ___default_current_culture_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___default_current_culture_2), (void*)value); } inline static int32_t get_offset_of_s_DefaultThreadCurrentUICulture_33() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_StaticFields, ___s_DefaultThreadCurrentUICulture_33)); } inline CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * get_s_DefaultThreadCurrentUICulture_33() const { return ___s_DefaultThreadCurrentUICulture_33; } inline CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 ** get_address_of_s_DefaultThreadCurrentUICulture_33() { return &___s_DefaultThreadCurrentUICulture_33; } inline void set_s_DefaultThreadCurrentUICulture_33(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * value) { ___s_DefaultThreadCurrentUICulture_33 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_DefaultThreadCurrentUICulture_33), (void*)value); } inline static int32_t get_offset_of_s_DefaultThreadCurrentCulture_34() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_StaticFields, ___s_DefaultThreadCurrentCulture_34)); } inline CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * get_s_DefaultThreadCurrentCulture_34() const { return ___s_DefaultThreadCurrentCulture_34; } inline CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 ** get_address_of_s_DefaultThreadCurrentCulture_34() { return &___s_DefaultThreadCurrentCulture_34; } inline void set_s_DefaultThreadCurrentCulture_34(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * value) { ___s_DefaultThreadCurrentCulture_34 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_DefaultThreadCurrentCulture_34), (void*)value); } inline static int32_t get_offset_of_shared_by_number_35() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_StaticFields, ___shared_by_number_35)); } inline Dictionary_2_t5B8303F2C9869A39ED3E03C0FBB09F817E479402 * get_shared_by_number_35() const { return ___shared_by_number_35; } inline Dictionary_2_t5B8303F2C9869A39ED3E03C0FBB09F817E479402 ** get_address_of_shared_by_number_35() { return &___shared_by_number_35; } inline void set_shared_by_number_35(Dictionary_2_t5B8303F2C9869A39ED3E03C0FBB09F817E479402 * value) { ___shared_by_number_35 = value; Il2CppCodeGenWriteBarrier((void**)(&___shared_by_number_35), (void*)value); } inline static int32_t get_offset_of_shared_by_name_36() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_StaticFields, ___shared_by_name_36)); } inline Dictionary_2_t0015CBF964B0687CBB5ECFDDE06671A8F3DDE4BC * get_shared_by_name_36() const { return ___shared_by_name_36; } inline Dictionary_2_t0015CBF964B0687CBB5ECFDDE06671A8F3DDE4BC ** get_address_of_shared_by_name_36() { return &___shared_by_name_36; } inline void set_shared_by_name_36(Dictionary_2_t0015CBF964B0687CBB5ECFDDE06671A8F3DDE4BC * value) { ___shared_by_name_36 = value; Il2CppCodeGenWriteBarrier((void**)(&___shared_by_name_36), (void*)value); } inline static int32_t get_offset_of_IsTaiwanSku_37() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_StaticFields, ___IsTaiwanSku_37)); } inline bool get_IsTaiwanSku_37() const { return ___IsTaiwanSku_37; } inline bool* get_address_of_IsTaiwanSku_37() { return &___IsTaiwanSku_37; } inline void set_IsTaiwanSku_37(bool value) { ___IsTaiwanSku_37 = value; } }; // Native definition for P/Invoke marshalling of System.Globalization.CultureInfo struct CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_marshaled_pinvoke { int32_t ___m_isReadOnly_3; int32_t ___cultureID_4; int32_t ___parent_lcid_5; int32_t ___datetime_index_6; int32_t ___number_index_7; int32_t ___default_calendar_type_8; int32_t ___m_useUserOverride_9; NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * ___numInfo_10; DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90 * ___dateTimeInfo_11; TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C * ___textInfo_12; char* ___m_name_13; char* ___englishname_14; char* ___nativename_15; char* ___iso3lang_16; char* ___iso2lang_17; char* ___win3lang_18; char* ___territory_19; char** ___native_calendar_names_20; CompareInfo_t4AB62EC32E8AF1E469E315620C7E3FB8B0CAE0C9 * ___compareInfo_21; void* ___textinfo_data_22; int32_t ___m_dataItem_23; Calendar_t3D638AEAB45F029DF47138EDA4CF9A7CBBB1C32A * ___calendar_24; CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_marshaled_pinvoke* ___parent_culture_25; int32_t ___constructed_26; Il2CppSafeArray/*NONE*/* ___cached_serialized_form_27; CultureData_t53CDF1C5F789A28897415891667799420D3C5529_marshaled_pinvoke* ___m_cultureData_28; int32_t ___m_isInherited_29; }; // Native definition for COM marshalling of System.Globalization.CultureInfo struct CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_marshaled_com { int32_t ___m_isReadOnly_3; int32_t ___cultureID_4; int32_t ___parent_lcid_5; int32_t ___datetime_index_6; int32_t ___number_index_7; int32_t ___default_calendar_type_8; int32_t ___m_useUserOverride_9; NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * ___numInfo_10; DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90 * ___dateTimeInfo_11; TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C * ___textInfo_12; Il2CppChar* ___m_name_13; Il2CppChar* ___englishname_14; Il2CppChar* ___nativename_15; Il2CppChar* ___iso3lang_16; Il2CppChar* ___iso2lang_17; Il2CppChar* ___win3lang_18; Il2CppChar* ___territory_19; Il2CppChar** ___native_calendar_names_20; CompareInfo_t4AB62EC32E8AF1E469E315620C7E3FB8B0CAE0C9 * ___compareInfo_21; void* ___textinfo_data_22; int32_t ___m_dataItem_23; Calendar_t3D638AEAB45F029DF47138EDA4CF9A7CBBB1C32A * ___calendar_24; CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_marshaled_com* ___parent_culture_25; int32_t ___constructed_26; Il2CppSafeArray/*NONE*/* ___cached_serialized_form_27; CultureData_t53CDF1C5F789A28897415891667799420D3C5529_marshaled_com* ___m_cultureData_28; int32_t ___m_isInherited_29; }; // UnityEngine.UIElements.DefaultDispatchingStrategy struct DefaultDispatchingStrategy_t64ED66117470CEF22726CD1BF7A268D6BC0D037B : public RuntimeObject { public: public: }; // UnityEngine.UIElements.ElementUnderPointer struct ElementUnderPointer_t9338858C0C882FA25FBF492500439F0F8663FDDC : public RuntimeObject { public: // UnityEngine.UIElements.VisualElement[] UnityEngine.UIElements.ElementUnderPointer::m_PendingTopElementUnderPointer VisualElementU5BU5D_tE1A7D361EFED7F6C0EC41136A191F4CFEC9C0BBE* ___m_PendingTopElementUnderPointer_0; // UnityEngine.UIElements.VisualElement[] UnityEngine.UIElements.ElementUnderPointer::m_TopElementUnderPointer VisualElementU5BU5D_tE1A7D361EFED7F6C0EC41136A191F4CFEC9C0BBE* ___m_TopElementUnderPointer_1; // UnityEngine.UIElements.IPointerEvent[] UnityEngine.UIElements.ElementUnderPointer::m_TriggerPointerEvent IPointerEventU5BU5D_tBC6A576BF7A1607B6EA90AD04C71099E40851A9D* ___m_TriggerPointerEvent_2; // UnityEngine.UIElements.IMouseEvent[] UnityEngine.UIElements.ElementUnderPointer::m_TriggerMouseEvent IMouseEventU5BU5D_tE525A0224DFBD18B7203502EBEC575383F1B05EE* ___m_TriggerMouseEvent_3; // UnityEngine.Vector2[] UnityEngine.UIElements.ElementUnderPointer::m_PickingPointerPositions Vector2U5BU5D_tE0F58A2D6D8592B5EC37D9CDEF09103A02E5D7FA* ___m_PickingPointerPositions_4; // System.Boolean[] UnityEngine.UIElements.ElementUnderPointer::m_IsPickingPointerTemporaries BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C* ___m_IsPickingPointerTemporaries_5; public: inline static int32_t get_offset_of_m_PendingTopElementUnderPointer_0() { return static_cast(offsetof(ElementUnderPointer_t9338858C0C882FA25FBF492500439F0F8663FDDC, ___m_PendingTopElementUnderPointer_0)); } inline VisualElementU5BU5D_tE1A7D361EFED7F6C0EC41136A191F4CFEC9C0BBE* get_m_PendingTopElementUnderPointer_0() const { return ___m_PendingTopElementUnderPointer_0; } inline VisualElementU5BU5D_tE1A7D361EFED7F6C0EC41136A191F4CFEC9C0BBE** get_address_of_m_PendingTopElementUnderPointer_0() { return &___m_PendingTopElementUnderPointer_0; } inline void set_m_PendingTopElementUnderPointer_0(VisualElementU5BU5D_tE1A7D361EFED7F6C0EC41136A191F4CFEC9C0BBE* value) { ___m_PendingTopElementUnderPointer_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_PendingTopElementUnderPointer_0), (void*)value); } inline static int32_t get_offset_of_m_TopElementUnderPointer_1() { return static_cast(offsetof(ElementUnderPointer_t9338858C0C882FA25FBF492500439F0F8663FDDC, ___m_TopElementUnderPointer_1)); } inline VisualElementU5BU5D_tE1A7D361EFED7F6C0EC41136A191F4CFEC9C0BBE* get_m_TopElementUnderPointer_1() const { return ___m_TopElementUnderPointer_1; } inline VisualElementU5BU5D_tE1A7D361EFED7F6C0EC41136A191F4CFEC9C0BBE** get_address_of_m_TopElementUnderPointer_1() { return &___m_TopElementUnderPointer_1; } inline void set_m_TopElementUnderPointer_1(VisualElementU5BU5D_tE1A7D361EFED7F6C0EC41136A191F4CFEC9C0BBE* value) { ___m_TopElementUnderPointer_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_TopElementUnderPointer_1), (void*)value); } inline static int32_t get_offset_of_m_TriggerPointerEvent_2() { return static_cast(offsetof(ElementUnderPointer_t9338858C0C882FA25FBF492500439F0F8663FDDC, ___m_TriggerPointerEvent_2)); } inline IPointerEventU5BU5D_tBC6A576BF7A1607B6EA90AD04C71099E40851A9D* get_m_TriggerPointerEvent_2() const { return ___m_TriggerPointerEvent_2; } inline IPointerEventU5BU5D_tBC6A576BF7A1607B6EA90AD04C71099E40851A9D** get_address_of_m_TriggerPointerEvent_2() { return &___m_TriggerPointerEvent_2; } inline void set_m_TriggerPointerEvent_2(IPointerEventU5BU5D_tBC6A576BF7A1607B6EA90AD04C71099E40851A9D* value) { ___m_TriggerPointerEvent_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_TriggerPointerEvent_2), (void*)value); } inline static int32_t get_offset_of_m_TriggerMouseEvent_3() { return static_cast(offsetof(ElementUnderPointer_t9338858C0C882FA25FBF492500439F0F8663FDDC, ___m_TriggerMouseEvent_3)); } inline IMouseEventU5BU5D_tE525A0224DFBD18B7203502EBEC575383F1B05EE* get_m_TriggerMouseEvent_3() const { return ___m_TriggerMouseEvent_3; } inline IMouseEventU5BU5D_tE525A0224DFBD18B7203502EBEC575383F1B05EE** get_address_of_m_TriggerMouseEvent_3() { return &___m_TriggerMouseEvent_3; } inline void set_m_TriggerMouseEvent_3(IMouseEventU5BU5D_tE525A0224DFBD18B7203502EBEC575383F1B05EE* value) { ___m_TriggerMouseEvent_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_TriggerMouseEvent_3), (void*)value); } inline static int32_t get_offset_of_m_PickingPointerPositions_4() { return static_cast(offsetof(ElementUnderPointer_t9338858C0C882FA25FBF492500439F0F8663FDDC, ___m_PickingPointerPositions_4)); } inline Vector2U5BU5D_tE0F58A2D6D8592B5EC37D9CDEF09103A02E5D7FA* get_m_PickingPointerPositions_4() const { return ___m_PickingPointerPositions_4; } inline Vector2U5BU5D_tE0F58A2D6D8592B5EC37D9CDEF09103A02E5D7FA** get_address_of_m_PickingPointerPositions_4() { return &___m_PickingPointerPositions_4; } inline void set_m_PickingPointerPositions_4(Vector2U5BU5D_tE0F58A2D6D8592B5EC37D9CDEF09103A02E5D7FA* value) { ___m_PickingPointerPositions_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_PickingPointerPositions_4), (void*)value); } inline static int32_t get_offset_of_m_IsPickingPointerTemporaries_5() { return static_cast(offsetof(ElementUnderPointer_t9338858C0C882FA25FBF492500439F0F8663FDDC, ___m_IsPickingPointerTemporaries_5)); } inline BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C* get_m_IsPickingPointerTemporaries_5() const { return ___m_IsPickingPointerTemporaries_5; } inline BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C** get_address_of_m_IsPickingPointerTemporaries_5() { return &___m_IsPickingPointerTemporaries_5; } inline void set_m_IsPickingPointerTemporaries_5(BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C* value) { ___m_IsPickingPointerTemporaries_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_IsPickingPointerTemporaries_5), (void*)value); } }; // UnityEngine.UIElements.EventCallbackList struct EventCallbackList_t01E2A1DBD9E0531B02043D64B07C6DF9EFCCCB71 : public RuntimeObject { public: // System.Collections.Generic.List`1 UnityEngine.UIElements.EventCallbackList::m_List List_1_t7EA918B884451D5CD8A70AD8838AC2410BEAE49C * ___m_List_0; // System.Int32 UnityEngine.UIElements.EventCallbackList::k__BackingField int32_t ___U3CtrickleDownCallbackCountU3Ek__BackingField_1; // System.Int32 UnityEngine.UIElements.EventCallbackList::k__BackingField int32_t ___U3CbubbleUpCallbackCountU3Ek__BackingField_2; public: inline static int32_t get_offset_of_m_List_0() { return static_cast(offsetof(EventCallbackList_t01E2A1DBD9E0531B02043D64B07C6DF9EFCCCB71, ___m_List_0)); } inline List_1_t7EA918B884451D5CD8A70AD8838AC2410BEAE49C * get_m_List_0() const { return ___m_List_0; } inline List_1_t7EA918B884451D5CD8A70AD8838AC2410BEAE49C ** get_address_of_m_List_0() { return &___m_List_0; } inline void set_m_List_0(List_1_t7EA918B884451D5CD8A70AD8838AC2410BEAE49C * value) { ___m_List_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_List_0), (void*)value); } inline static int32_t get_offset_of_U3CtrickleDownCallbackCountU3Ek__BackingField_1() { return static_cast(offsetof(EventCallbackList_t01E2A1DBD9E0531B02043D64B07C6DF9EFCCCB71, ___U3CtrickleDownCallbackCountU3Ek__BackingField_1)); } inline int32_t get_U3CtrickleDownCallbackCountU3Ek__BackingField_1() const { return ___U3CtrickleDownCallbackCountU3Ek__BackingField_1; } inline int32_t* get_address_of_U3CtrickleDownCallbackCountU3Ek__BackingField_1() { return &___U3CtrickleDownCallbackCountU3Ek__BackingField_1; } inline void set_U3CtrickleDownCallbackCountU3Ek__BackingField_1(int32_t value) { ___U3CtrickleDownCallbackCountU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_U3CbubbleUpCallbackCountU3Ek__BackingField_2() { return static_cast(offsetof(EventCallbackList_t01E2A1DBD9E0531B02043D64B07C6DF9EFCCCB71, ___U3CbubbleUpCallbackCountU3Ek__BackingField_2)); } inline int32_t get_U3CbubbleUpCallbackCountU3Ek__BackingField_2() const { return ___U3CbubbleUpCallbackCountU3Ek__BackingField_2; } inline int32_t* get_address_of_U3CbubbleUpCallbackCountU3Ek__BackingField_2() { return &___U3CbubbleUpCallbackCountU3Ek__BackingField_2; } inline void set_U3CbubbleUpCallbackCountU3Ek__BackingField_2(int32_t value) { ___U3CbubbleUpCallbackCountU3Ek__BackingField_2 = value; } }; // UnityEngine.UIElements.EventCallbackListPool struct EventCallbackListPool_t443D93A5AB8829A915922786048C7E574B386D96 : public RuntimeObject { public: // System.Collections.Generic.Stack`1 UnityEngine.UIElements.EventCallbackListPool::m_Stack Stack_1_tA6A1B04CA25BF5C6B9393D782D51A72A743EE7D2 * ___m_Stack_0; public: inline static int32_t get_offset_of_m_Stack_0() { return static_cast(offsetof(EventCallbackListPool_t443D93A5AB8829A915922786048C7E574B386D96, ___m_Stack_0)); } inline Stack_1_tA6A1B04CA25BF5C6B9393D782D51A72A743EE7D2 * get_m_Stack_0() const { return ___m_Stack_0; } inline Stack_1_tA6A1B04CA25BF5C6B9393D782D51A72A743EE7D2 ** get_address_of_m_Stack_0() { return &___m_Stack_0; } inline void set_m_Stack_0(Stack_1_tA6A1B04CA25BF5C6B9393D782D51A72A743EE7D2 * value) { ___m_Stack_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Stack_0), (void*)value); } }; // UnityEngine.UIElements.EventCallbackRegistry struct EventCallbackRegistry_t9CD5BA2EA7664E88FE3D89F7EC3A9CC478B36B34 : public RuntimeObject { public: // UnityEngine.UIElements.EventCallbackList UnityEngine.UIElements.EventCallbackRegistry::m_Callbacks EventCallbackList_t01E2A1DBD9E0531B02043D64B07C6DF9EFCCCB71 * ___m_Callbacks_1; // UnityEngine.UIElements.EventCallbackList UnityEngine.UIElements.EventCallbackRegistry::m_TemporaryCallbacks EventCallbackList_t01E2A1DBD9E0531B02043D64B07C6DF9EFCCCB71 * ___m_TemporaryCallbacks_2; // System.Int32 UnityEngine.UIElements.EventCallbackRegistry::m_IsInvoking int32_t ___m_IsInvoking_3; public: inline static int32_t get_offset_of_m_Callbacks_1() { return static_cast(offsetof(EventCallbackRegistry_t9CD5BA2EA7664E88FE3D89F7EC3A9CC478B36B34, ___m_Callbacks_1)); } inline EventCallbackList_t01E2A1DBD9E0531B02043D64B07C6DF9EFCCCB71 * get_m_Callbacks_1() const { return ___m_Callbacks_1; } inline EventCallbackList_t01E2A1DBD9E0531B02043D64B07C6DF9EFCCCB71 ** get_address_of_m_Callbacks_1() { return &___m_Callbacks_1; } inline void set_m_Callbacks_1(EventCallbackList_t01E2A1DBD9E0531B02043D64B07C6DF9EFCCCB71 * value) { ___m_Callbacks_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Callbacks_1), (void*)value); } inline static int32_t get_offset_of_m_TemporaryCallbacks_2() { return static_cast(offsetof(EventCallbackRegistry_t9CD5BA2EA7664E88FE3D89F7EC3A9CC478B36B34, ___m_TemporaryCallbacks_2)); } inline EventCallbackList_t01E2A1DBD9E0531B02043D64B07C6DF9EFCCCB71 * get_m_TemporaryCallbacks_2() const { return ___m_TemporaryCallbacks_2; } inline EventCallbackList_t01E2A1DBD9E0531B02043D64B07C6DF9EFCCCB71 ** get_address_of_m_TemporaryCallbacks_2() { return &___m_TemporaryCallbacks_2; } inline void set_m_TemporaryCallbacks_2(EventCallbackList_t01E2A1DBD9E0531B02043D64B07C6DF9EFCCCB71 * value) { ___m_TemporaryCallbacks_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_TemporaryCallbacks_2), (void*)value); } inline static int32_t get_offset_of_m_IsInvoking_3() { return static_cast(offsetof(EventCallbackRegistry_t9CD5BA2EA7664E88FE3D89F7EC3A9CC478B36B34, ___m_IsInvoking_3)); } inline int32_t get_m_IsInvoking_3() const { return ___m_IsInvoking_3; } inline int32_t* get_address_of_m_IsInvoking_3() { return &___m_IsInvoking_3; } inline void set_m_IsInvoking_3(int32_t value) { ___m_IsInvoking_3 = value; } }; struct EventCallbackRegistry_t9CD5BA2EA7664E88FE3D89F7EC3A9CC478B36B34_StaticFields { public: // UnityEngine.UIElements.EventCallbackListPool UnityEngine.UIElements.EventCallbackRegistry::s_ListPool EventCallbackListPool_t443D93A5AB8829A915922786048C7E574B386D96 * ___s_ListPool_0; public: inline static int32_t get_offset_of_s_ListPool_0() { return static_cast(offsetof(EventCallbackRegistry_t9CD5BA2EA7664E88FE3D89F7EC3A9CC478B36B34_StaticFields, ___s_ListPool_0)); } inline EventCallbackListPool_t443D93A5AB8829A915922786048C7E574B386D96 * get_s_ListPool_0() const { return ___s_ListPool_0; } inline EventCallbackListPool_t443D93A5AB8829A915922786048C7E574B386D96 ** get_address_of_s_ListPool_0() { return &___s_ListPool_0; } inline void set_s_ListPool_0(EventCallbackListPool_t443D93A5AB8829A915922786048C7E574B386D96 * value) { ___s_ListPool_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_ListPool_0), (void*)value); } }; // UnityEngine.UIElements.EventDebugger struct EventDebugger_t79CBECEA6E1918EAB8251C125AD062CFCBF029A7 : public RuntimeObject { public: public: }; // UnityEngine.UIElements.EventDispatchUtilities struct EventDispatchUtilities_t27ED0321895041CD110BB1BA7327E4337CD319AB : public RuntimeObject { public: public: }; // UnityEngine.UIElements.EventDispatcher struct EventDispatcher_t96A750D2456ECAD9F478B4BBB9832D3D05948BC8 : public RuntimeObject { public: // UnityEngine.UIElements.ClickDetector UnityEngine.UIElements.EventDispatcher::m_ClickDetector ClickDetector_tC3AB6CC891D0E83397A7254613B77C9DDC3029A4 * ___m_ClickDetector_0; // System.Collections.Generic.List`1 UnityEngine.UIElements.EventDispatcher::m_DispatchingStrategies List_1_t46D11B840428131A29887E3A6CED3FAD055E2DB3 * ___m_DispatchingStrategies_1; // System.Collections.Generic.Queue`1 UnityEngine.UIElements.EventDispatcher::m_Queue Queue_1_t8D9C595B0DA807AA102B0FE0E115903EEB73140A * ___m_Queue_3; // UnityEngine.UIElements.PointerDispatchState UnityEngine.UIElements.EventDispatcher::k__BackingField PointerDispatchState_tD5E80266BF1FBD03C0595FE828905C8846916186 * ___U3CpointerStateU3Ek__BackingField_4; // System.UInt32 UnityEngine.UIElements.EventDispatcher::m_GateCount uint32_t ___m_GateCount_5; // System.Collections.Generic.Stack`1 UnityEngine.UIElements.EventDispatcher::m_DispatchContexts Stack_1_tEAE5A261FAB4370CC2B99BB9408B60062DC446F9 * ___m_DispatchContexts_6; // System.Boolean UnityEngine.UIElements.EventDispatcher::m_Immediate bool ___m_Immediate_8; public: inline static int32_t get_offset_of_m_ClickDetector_0() { return static_cast(offsetof(EventDispatcher_t96A750D2456ECAD9F478B4BBB9832D3D05948BC8, ___m_ClickDetector_0)); } inline ClickDetector_tC3AB6CC891D0E83397A7254613B77C9DDC3029A4 * get_m_ClickDetector_0() const { return ___m_ClickDetector_0; } inline ClickDetector_tC3AB6CC891D0E83397A7254613B77C9DDC3029A4 ** get_address_of_m_ClickDetector_0() { return &___m_ClickDetector_0; } inline void set_m_ClickDetector_0(ClickDetector_tC3AB6CC891D0E83397A7254613B77C9DDC3029A4 * value) { ___m_ClickDetector_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_ClickDetector_0), (void*)value); } inline static int32_t get_offset_of_m_DispatchingStrategies_1() { return static_cast(offsetof(EventDispatcher_t96A750D2456ECAD9F478B4BBB9832D3D05948BC8, ___m_DispatchingStrategies_1)); } inline List_1_t46D11B840428131A29887E3A6CED3FAD055E2DB3 * get_m_DispatchingStrategies_1() const { return ___m_DispatchingStrategies_1; } inline List_1_t46D11B840428131A29887E3A6CED3FAD055E2DB3 ** get_address_of_m_DispatchingStrategies_1() { return &___m_DispatchingStrategies_1; } inline void set_m_DispatchingStrategies_1(List_1_t46D11B840428131A29887E3A6CED3FAD055E2DB3 * value) { ___m_DispatchingStrategies_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_DispatchingStrategies_1), (void*)value); } inline static int32_t get_offset_of_m_Queue_3() { return static_cast(offsetof(EventDispatcher_t96A750D2456ECAD9F478B4BBB9832D3D05948BC8, ___m_Queue_3)); } inline Queue_1_t8D9C595B0DA807AA102B0FE0E115903EEB73140A * get_m_Queue_3() const { return ___m_Queue_3; } inline Queue_1_t8D9C595B0DA807AA102B0FE0E115903EEB73140A ** get_address_of_m_Queue_3() { return &___m_Queue_3; } inline void set_m_Queue_3(Queue_1_t8D9C595B0DA807AA102B0FE0E115903EEB73140A * value) { ___m_Queue_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Queue_3), (void*)value); } inline static int32_t get_offset_of_U3CpointerStateU3Ek__BackingField_4() { return static_cast(offsetof(EventDispatcher_t96A750D2456ECAD9F478B4BBB9832D3D05948BC8, ___U3CpointerStateU3Ek__BackingField_4)); } inline PointerDispatchState_tD5E80266BF1FBD03C0595FE828905C8846916186 * get_U3CpointerStateU3Ek__BackingField_4() const { return ___U3CpointerStateU3Ek__BackingField_4; } inline PointerDispatchState_tD5E80266BF1FBD03C0595FE828905C8846916186 ** get_address_of_U3CpointerStateU3Ek__BackingField_4() { return &___U3CpointerStateU3Ek__BackingField_4; } inline void set_U3CpointerStateU3Ek__BackingField_4(PointerDispatchState_tD5E80266BF1FBD03C0595FE828905C8846916186 * value) { ___U3CpointerStateU3Ek__BackingField_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CpointerStateU3Ek__BackingField_4), (void*)value); } inline static int32_t get_offset_of_m_GateCount_5() { return static_cast(offsetof(EventDispatcher_t96A750D2456ECAD9F478B4BBB9832D3D05948BC8, ___m_GateCount_5)); } inline uint32_t get_m_GateCount_5() const { return ___m_GateCount_5; } inline uint32_t* get_address_of_m_GateCount_5() { return &___m_GateCount_5; } inline void set_m_GateCount_5(uint32_t value) { ___m_GateCount_5 = value; } inline static int32_t get_offset_of_m_DispatchContexts_6() { return static_cast(offsetof(EventDispatcher_t96A750D2456ECAD9F478B4BBB9832D3D05948BC8, ___m_DispatchContexts_6)); } inline Stack_1_tEAE5A261FAB4370CC2B99BB9408B60062DC446F9 * get_m_DispatchContexts_6() const { return ___m_DispatchContexts_6; } inline Stack_1_tEAE5A261FAB4370CC2B99BB9408B60062DC446F9 ** get_address_of_m_DispatchContexts_6() { return &___m_DispatchContexts_6; } inline void set_m_DispatchContexts_6(Stack_1_tEAE5A261FAB4370CC2B99BB9408B60062DC446F9 * value) { ___m_DispatchContexts_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_DispatchContexts_6), (void*)value); } inline static int32_t get_offset_of_m_Immediate_8() { return static_cast(offsetof(EventDispatcher_t96A750D2456ECAD9F478B4BBB9832D3D05948BC8, ___m_Immediate_8)); } inline bool get_m_Immediate_8() const { return ___m_Immediate_8; } inline bool* get_address_of_m_Immediate_8() { return &___m_Immediate_8; } inline void set_m_Immediate_8(bool value) { ___m_Immediate_8 = value; } }; struct EventDispatcher_t96A750D2456ECAD9F478B4BBB9832D3D05948BC8_StaticFields { public: // UnityEngine.UIElements.ObjectPool`1> UnityEngine.UIElements.EventDispatcher::k_EventQueuePool ObjectPool_1_tE45856C7D1855A442F3A01C8B7302EB145F14ECF * ___k_EventQueuePool_2; // UnityEngine.UIElements.IEventDispatchingStrategy[] UnityEngine.UIElements.EventDispatcher::s_EditorStrategies IEventDispatchingStrategyU5BU5D_t1CB99F13FAE2DD04DC8B2B6EBD1EFD0B302721C3* ___s_EditorStrategies_7; public: inline static int32_t get_offset_of_k_EventQueuePool_2() { return static_cast(offsetof(EventDispatcher_t96A750D2456ECAD9F478B4BBB9832D3D05948BC8_StaticFields, ___k_EventQueuePool_2)); } inline ObjectPool_1_tE45856C7D1855A442F3A01C8B7302EB145F14ECF * get_k_EventQueuePool_2() const { return ___k_EventQueuePool_2; } inline ObjectPool_1_tE45856C7D1855A442F3A01C8B7302EB145F14ECF ** get_address_of_k_EventQueuePool_2() { return &___k_EventQueuePool_2; } inline void set_k_EventQueuePool_2(ObjectPool_1_tE45856C7D1855A442F3A01C8B7302EB145F14ECF * value) { ___k_EventQueuePool_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___k_EventQueuePool_2), (void*)value); } inline static int32_t get_offset_of_s_EditorStrategies_7() { return static_cast(offsetof(EventDispatcher_t96A750D2456ECAD9F478B4BBB9832D3D05948BC8_StaticFields, ___s_EditorStrategies_7)); } inline IEventDispatchingStrategyU5BU5D_t1CB99F13FAE2DD04DC8B2B6EBD1EFD0B302721C3* get_s_EditorStrategies_7() const { return ___s_EditorStrategies_7; } inline IEventDispatchingStrategyU5BU5D_t1CB99F13FAE2DD04DC8B2B6EBD1EFD0B302721C3** get_address_of_s_EditorStrategies_7() { return &___s_EditorStrategies_7; } inline void set_s_EditorStrategies_7(IEventDispatchingStrategyU5BU5D_t1CB99F13FAE2DD04DC8B2B6EBD1EFD0B302721C3* value) { ___s_EditorStrategies_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_EditorStrategies_7), (void*)value); } }; // UnityEngine.UIElements.FocusChangeDirection struct FocusChangeDirection_t735EB259C7198DEC617BA20828C4F947F35C0118 : public RuntimeObject { public: // System.Int32 UnityEngine.UIElements.FocusChangeDirection::m_Value int32_t ___m_Value_3; public: inline static int32_t get_offset_of_m_Value_3() { return static_cast(offsetof(FocusChangeDirection_t735EB259C7198DEC617BA20828C4F947F35C0118, ___m_Value_3)); } inline int32_t get_m_Value_3() const { return ___m_Value_3; } inline int32_t* get_address_of_m_Value_3() { return &___m_Value_3; } inline void set_m_Value_3(int32_t value) { ___m_Value_3 = value; } }; struct FocusChangeDirection_t735EB259C7198DEC617BA20828C4F947F35C0118_StaticFields { public: // UnityEngine.UIElements.FocusChangeDirection UnityEngine.UIElements.FocusChangeDirection::k__BackingField FocusChangeDirection_t735EB259C7198DEC617BA20828C4F947F35C0118 * ___U3CunspecifiedU3Ek__BackingField_0; // UnityEngine.UIElements.FocusChangeDirection UnityEngine.UIElements.FocusChangeDirection::k__BackingField FocusChangeDirection_t735EB259C7198DEC617BA20828C4F947F35C0118 * ___U3CnoneU3Ek__BackingField_1; // UnityEngine.UIElements.FocusChangeDirection UnityEngine.UIElements.FocusChangeDirection::k__BackingField FocusChangeDirection_t735EB259C7198DEC617BA20828C4F947F35C0118 * ___U3ClastValueU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CunspecifiedU3Ek__BackingField_0() { return static_cast(offsetof(FocusChangeDirection_t735EB259C7198DEC617BA20828C4F947F35C0118_StaticFields, ___U3CunspecifiedU3Ek__BackingField_0)); } inline FocusChangeDirection_t735EB259C7198DEC617BA20828C4F947F35C0118 * get_U3CunspecifiedU3Ek__BackingField_0() const { return ___U3CunspecifiedU3Ek__BackingField_0; } inline FocusChangeDirection_t735EB259C7198DEC617BA20828C4F947F35C0118 ** get_address_of_U3CunspecifiedU3Ek__BackingField_0() { return &___U3CunspecifiedU3Ek__BackingField_0; } inline void set_U3CunspecifiedU3Ek__BackingField_0(FocusChangeDirection_t735EB259C7198DEC617BA20828C4F947F35C0118 * value) { ___U3CunspecifiedU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CunspecifiedU3Ek__BackingField_0), (void*)value); } inline static int32_t get_offset_of_U3CnoneU3Ek__BackingField_1() { return static_cast(offsetof(FocusChangeDirection_t735EB259C7198DEC617BA20828C4F947F35C0118_StaticFields, ___U3CnoneU3Ek__BackingField_1)); } inline FocusChangeDirection_t735EB259C7198DEC617BA20828C4F947F35C0118 * get_U3CnoneU3Ek__BackingField_1() const { return ___U3CnoneU3Ek__BackingField_1; } inline FocusChangeDirection_t735EB259C7198DEC617BA20828C4F947F35C0118 ** get_address_of_U3CnoneU3Ek__BackingField_1() { return &___U3CnoneU3Ek__BackingField_1; } inline void set_U3CnoneU3Ek__BackingField_1(FocusChangeDirection_t735EB259C7198DEC617BA20828C4F947F35C0118 * value) { ___U3CnoneU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CnoneU3Ek__BackingField_1), (void*)value); } inline static int32_t get_offset_of_U3ClastValueU3Ek__BackingField_2() { return static_cast(offsetof(FocusChangeDirection_t735EB259C7198DEC617BA20828C4F947F35C0118_StaticFields, ___U3ClastValueU3Ek__BackingField_2)); } inline FocusChangeDirection_t735EB259C7198DEC617BA20828C4F947F35C0118 * get_U3ClastValueU3Ek__BackingField_2() const { return ___U3ClastValueU3Ek__BackingField_2; } inline FocusChangeDirection_t735EB259C7198DEC617BA20828C4F947F35C0118 ** get_address_of_U3ClastValueU3Ek__BackingField_2() { return &___U3ClastValueU3Ek__BackingField_2; } inline void set_U3ClastValueU3Ek__BackingField_2(FocusChangeDirection_t735EB259C7198DEC617BA20828C4F947F35C0118 * value) { ___U3ClastValueU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3ClastValueU3Ek__BackingField_2), (void*)value); } }; // UnityEngine.UIElements.FocusController struct FocusController_tC337430532E3E8FF9AD076CA4A5E3F49E437839B : public RuntimeObject { public: // UnityEngine.UIElements.IFocusRing UnityEngine.UIElements.FocusController::k__BackingField RuntimeObject* ___U3CfocusRingU3Ek__BackingField_0; // System.Collections.Generic.List`1 UnityEngine.UIElements.FocusController::m_FocusedElements List_1_tCD74EF8BC539549FF2F92038F46DC476D31C2308 * ___m_FocusedElements_1; // UnityEngine.UIElements.Focusable UnityEngine.UIElements.FocusController::m_LastFocusedElement Focusable_t54CC145FEE85D2A5D92761C419288150CF5BEC14 * ___m_LastFocusedElement_2; // System.Int32 UnityEngine.UIElements.FocusController::k__BackingField int32_t ___U3CimguiKeyboardControlU3Ek__BackingField_3; public: inline static int32_t get_offset_of_U3CfocusRingU3Ek__BackingField_0() { return static_cast(offsetof(FocusController_tC337430532E3E8FF9AD076CA4A5E3F49E437839B, ___U3CfocusRingU3Ek__BackingField_0)); } inline RuntimeObject* get_U3CfocusRingU3Ek__BackingField_0() const { return ___U3CfocusRingU3Ek__BackingField_0; } inline RuntimeObject** get_address_of_U3CfocusRingU3Ek__BackingField_0() { return &___U3CfocusRingU3Ek__BackingField_0; } inline void set_U3CfocusRingU3Ek__BackingField_0(RuntimeObject* value) { ___U3CfocusRingU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CfocusRingU3Ek__BackingField_0), (void*)value); } inline static int32_t get_offset_of_m_FocusedElements_1() { return static_cast(offsetof(FocusController_tC337430532E3E8FF9AD076CA4A5E3F49E437839B, ___m_FocusedElements_1)); } inline List_1_tCD74EF8BC539549FF2F92038F46DC476D31C2308 * get_m_FocusedElements_1() const { return ___m_FocusedElements_1; } inline List_1_tCD74EF8BC539549FF2F92038F46DC476D31C2308 ** get_address_of_m_FocusedElements_1() { return &___m_FocusedElements_1; } inline void set_m_FocusedElements_1(List_1_tCD74EF8BC539549FF2F92038F46DC476D31C2308 * value) { ___m_FocusedElements_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_FocusedElements_1), (void*)value); } inline static int32_t get_offset_of_m_LastFocusedElement_2() { return static_cast(offsetof(FocusController_tC337430532E3E8FF9AD076CA4A5E3F49E437839B, ___m_LastFocusedElement_2)); } inline Focusable_t54CC145FEE85D2A5D92761C419288150CF5BEC14 * get_m_LastFocusedElement_2() const { return ___m_LastFocusedElement_2; } inline Focusable_t54CC145FEE85D2A5D92761C419288150CF5BEC14 ** get_address_of_m_LastFocusedElement_2() { return &___m_LastFocusedElement_2; } inline void set_m_LastFocusedElement_2(Focusable_t54CC145FEE85D2A5D92761C419288150CF5BEC14 * value) { ___m_LastFocusedElement_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_LastFocusedElement_2), (void*)value); } inline static int32_t get_offset_of_U3CimguiKeyboardControlU3Ek__BackingField_3() { return static_cast(offsetof(FocusController_tC337430532E3E8FF9AD076CA4A5E3F49E437839B, ___U3CimguiKeyboardControlU3Ek__BackingField_3)); } inline int32_t get_U3CimguiKeyboardControlU3Ek__BackingField_3() const { return ___U3CimguiKeyboardControlU3Ek__BackingField_3; } inline int32_t* get_address_of_U3CimguiKeyboardControlU3Ek__BackingField_3() { return &___U3CimguiKeyboardControlU3Ek__BackingField_3; } inline void set_U3CimguiKeyboardControlU3Ek__BackingField_3(int32_t value) { ___U3CimguiKeyboardControlU3Ek__BackingField_3 = value; } }; // UnityEngine.UIElements.UIR.GPUBufferAllocator struct GPUBufferAllocator_t6D2D951DB2B703FA78A1A2CE59F47D5E003C1034 : public RuntimeObject { public: // UnityEngine.UIElements.UIR.BestFitAllocator UnityEngine.UIElements.UIR.GPUBufferAllocator::m_Low BestFitAllocator_t801355D93A063CC90E0A7CA49E598F7F732BB398 * ___m_Low_0; // UnityEngine.UIElements.UIR.BestFitAllocator UnityEngine.UIElements.UIR.GPUBufferAllocator::m_High BestFitAllocator_t801355D93A063CC90E0A7CA49E598F7F732BB398 * ___m_High_1; public: inline static int32_t get_offset_of_m_Low_0() { return static_cast(offsetof(GPUBufferAllocator_t6D2D951DB2B703FA78A1A2CE59F47D5E003C1034, ___m_Low_0)); } inline BestFitAllocator_t801355D93A063CC90E0A7CA49E598F7F732BB398 * get_m_Low_0() const { return ___m_Low_0; } inline BestFitAllocator_t801355D93A063CC90E0A7CA49E598F7F732BB398 ** get_address_of_m_Low_0() { return &___m_Low_0; } inline void set_m_Low_0(BestFitAllocator_t801355D93A063CC90E0A7CA49E598F7F732BB398 * value) { ___m_Low_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Low_0), (void*)value); } inline static int32_t get_offset_of_m_High_1() { return static_cast(offsetof(GPUBufferAllocator_t6D2D951DB2B703FA78A1A2CE59F47D5E003C1034, ___m_High_1)); } inline BestFitAllocator_t801355D93A063CC90E0A7CA49E598F7F732BB398 * get_m_High_1() const { return ___m_High_1; } inline BestFitAllocator_t801355D93A063CC90E0A7CA49E598F7F732BB398 ** get_address_of_m_High_1() { return &___m_High_1; } inline void set_m_High_1(BestFitAllocator_t801355D93A063CC90E0A7CA49E598F7F732BB398 * value) { ___m_High_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_High_1), (void*)value); } }; // UnityEngine.UIElements.GlobalCallbackRegistry struct GlobalCallbackRegistry_t9EB73892865DD1FF240C6E9824DAE2BD467B966C : public RuntimeObject { public: public: }; // UnityEngine.UIElements.IMGUIEventDispatchingStrategy struct IMGUIEventDispatchingStrategy_tA0F30AAE4AD0C0203A5628D13FBAAEF8C16D750C : public RuntimeObject { public: public: }; // UnityEngine.UIElements.KeyboardEventDispatchingStrategy struct KeyboardEventDispatchingStrategy_t330CD3C67892206D0C40DF9D137BC738358A9490 : public RuntimeObject { public: public: }; // System.Reflection.MemberInfo struct MemberInfo_t : public RuntimeObject { public: public: }; // UnityEngine.UIElements.MeshGenerationContext struct MeshGenerationContext_tAEAC806C97F213D3E06EB68E028CDD99426DDAFC : public RuntimeObject { public: // UnityEngine.UIElements.IStylePainter UnityEngine.UIElements.MeshGenerationContext::painter RuntimeObject* ___painter_0; public: inline static int32_t get_offset_of_painter_0() { return static_cast(offsetof(MeshGenerationContext_tAEAC806C97F213D3E06EB68E028CDD99426DDAFC, ___painter_0)); } inline RuntimeObject* get_painter_0() const { return ___painter_0; } inline RuntimeObject** get_address_of_painter_0() { return &___painter_0; } inline void set_painter_0(RuntimeObject* value) { ___painter_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___painter_0), (void*)value); } }; // UnityEngine.UIElements.MouseCaptureController struct MouseCaptureController_tB17179178DC02A2F269EC031393039B88E8DB619 : public RuntimeObject { public: public: }; struct MouseCaptureController_tB17179178DC02A2F269EC031393039B88E8DB619_StaticFields { public: // System.Boolean UnityEngine.UIElements.MouseCaptureController::m_IsMouseCapturedWarningEmitted bool ___m_IsMouseCapturedWarningEmitted_0; // System.Boolean UnityEngine.UIElements.MouseCaptureController::m_ReleaseMouseWarningEmitted bool ___m_ReleaseMouseWarningEmitted_1; public: inline static int32_t get_offset_of_m_IsMouseCapturedWarningEmitted_0() { return static_cast(offsetof(MouseCaptureController_tB17179178DC02A2F269EC031393039B88E8DB619_StaticFields, ___m_IsMouseCapturedWarningEmitted_0)); } inline bool get_m_IsMouseCapturedWarningEmitted_0() const { return ___m_IsMouseCapturedWarningEmitted_0; } inline bool* get_address_of_m_IsMouseCapturedWarningEmitted_0() { return &___m_IsMouseCapturedWarningEmitted_0; } inline void set_m_IsMouseCapturedWarningEmitted_0(bool value) { ___m_IsMouseCapturedWarningEmitted_0 = value; } inline static int32_t get_offset_of_m_ReleaseMouseWarningEmitted_1() { return static_cast(offsetof(MouseCaptureController_tB17179178DC02A2F269EC031393039B88E8DB619_StaticFields, ___m_ReleaseMouseWarningEmitted_1)); } inline bool get_m_ReleaseMouseWarningEmitted_1() const { return ___m_ReleaseMouseWarningEmitted_1; } inline bool* get_address_of_m_ReleaseMouseWarningEmitted_1() { return &___m_ReleaseMouseWarningEmitted_1; } inline void set_m_ReleaseMouseWarningEmitted_1(bool value) { ___m_ReleaseMouseWarningEmitted_1 = value; } }; // UnityEngine.UIElements.MouseCaptureDispatchingStrategy struct MouseCaptureDispatchingStrategy_t77ACDE682169FE10B704CB3B701B9BCF050F9D1D : public RuntimeObject { public: public: }; // UnityEngine.UIElements.MouseEventDispatchingStrategy struct MouseEventDispatchingStrategy_tA5E5C87D8CFB6513D554299014B5E9D16C799BD0 : public RuntimeObject { public: public: }; // UnityEngine.UIElements.MouseEventsHelper struct MouseEventsHelper_tE0671C7F9F859092F12E422C336F0D2B9795C676 : public RuntimeObject { public: public: }; // UnityEngine.UIElements.UIR.Page struct Page_t0EB186A021F1A37CDD86DA93E111FF9F411B8DB1 : public RuntimeObject { public: // System.Boolean UnityEngine.UIElements.UIR.Page::k__BackingField bool ___U3CdisposedU3Ek__BackingField_0; // UnityEngine.UIElements.UIR.Page/DataSet`1 UnityEngine.UIElements.UIR.Page::vertices DataSet_1_t41D88A62224FFE541DA2DB23B5ABBD0484E71688 * ___vertices_1; // UnityEngine.UIElements.UIR.Page/DataSet`1 UnityEngine.UIElements.UIR.Page::indices DataSet_1_t6279DC745DD6E8DDFBF694911D03467F0E4A23F3 * ___indices_2; // UnityEngine.UIElements.UIR.Page UnityEngine.UIElements.UIR.Page::next Page_t0EB186A021F1A37CDD86DA93E111FF9F411B8DB1 * ___next_3; // System.Int32 UnityEngine.UIElements.UIR.Page::framesEmpty int32_t ___framesEmpty_4; public: inline static int32_t get_offset_of_U3CdisposedU3Ek__BackingField_0() { return static_cast(offsetof(Page_t0EB186A021F1A37CDD86DA93E111FF9F411B8DB1, ___U3CdisposedU3Ek__BackingField_0)); } inline bool get_U3CdisposedU3Ek__BackingField_0() const { return ___U3CdisposedU3Ek__BackingField_0; } inline bool* get_address_of_U3CdisposedU3Ek__BackingField_0() { return &___U3CdisposedU3Ek__BackingField_0; } inline void set_U3CdisposedU3Ek__BackingField_0(bool value) { ___U3CdisposedU3Ek__BackingField_0 = value; } inline static int32_t get_offset_of_vertices_1() { return static_cast(offsetof(Page_t0EB186A021F1A37CDD86DA93E111FF9F411B8DB1, ___vertices_1)); } inline DataSet_1_t41D88A62224FFE541DA2DB23B5ABBD0484E71688 * get_vertices_1() const { return ___vertices_1; } inline DataSet_1_t41D88A62224FFE541DA2DB23B5ABBD0484E71688 ** get_address_of_vertices_1() { return &___vertices_1; } inline void set_vertices_1(DataSet_1_t41D88A62224FFE541DA2DB23B5ABBD0484E71688 * value) { ___vertices_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___vertices_1), (void*)value); } inline static int32_t get_offset_of_indices_2() { return static_cast(offsetof(Page_t0EB186A021F1A37CDD86DA93E111FF9F411B8DB1, ___indices_2)); } inline DataSet_1_t6279DC745DD6E8DDFBF694911D03467F0E4A23F3 * get_indices_2() const { return ___indices_2; } inline DataSet_1_t6279DC745DD6E8DDFBF694911D03467F0E4A23F3 ** get_address_of_indices_2() { return &___indices_2; } inline void set_indices_2(DataSet_1_t6279DC745DD6E8DDFBF694911D03467F0E4A23F3 * value) { ___indices_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___indices_2), (void*)value); } inline static int32_t get_offset_of_next_3() { return static_cast(offsetof(Page_t0EB186A021F1A37CDD86DA93E111FF9F411B8DB1, ___next_3)); } inline Page_t0EB186A021F1A37CDD86DA93E111FF9F411B8DB1 * get_next_3() const { return ___next_3; } inline Page_t0EB186A021F1A37CDD86DA93E111FF9F411B8DB1 ** get_address_of_next_3() { return &___next_3; } inline void set_next_3(Page_t0EB186A021F1A37CDD86DA93E111FF9F411B8DB1 * value) { ___next_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___next_3), (void*)value); } inline static int32_t get_offset_of_framesEmpty_4() { return static_cast(offsetof(Page_t0EB186A021F1A37CDD86DA93E111FF9F411B8DB1, ___framesEmpty_4)); } inline int32_t get_framesEmpty_4() const { return ___framesEmpty_4; } inline int32_t* get_address_of_framesEmpty_4() { return &___framesEmpty_4; } inline void set_framesEmpty_4(int32_t value) { ___framesEmpty_4 = value; } }; // UnityEngine.UIElements.PointerCaptureDispatchingStrategy struct PointerCaptureDispatchingStrategy_t79596F4C11A518A145D26A40DB8894EFE2D6F1DE : public RuntimeObject { public: public: }; // UnityEngine.UIElements.PointerCaptureHelper struct PointerCaptureHelper_t20382CAE7DBDA8879F4EBBC5D9AAF696D180A9EC : public RuntimeObject { public: public: }; // UnityEngine.UIElements.PointerDeviceState struct PointerDeviceState_t434CD34173AC88CCFC20D78AE2D6202648ABC8A7 : public RuntimeObject { public: public: }; struct PointerDeviceState_t434CD34173AC88CCFC20D78AE2D6202648ABC8A7_StaticFields { public: // UnityEngine.Vector2[] UnityEngine.UIElements.PointerDeviceState::m_Positions Vector2U5BU5D_tE0F58A2D6D8592B5EC37D9CDEF09103A02E5D7FA* ___m_Positions_0; // UnityEngine.UIElements.IPanel[] UnityEngine.UIElements.PointerDeviceState::m_Panels IPanelU5BU5D_tC705BB480FB7C0DF0D3EA935A822BE45DEF6032C* ___m_Panels_1; // System.Int32[] UnityEngine.UIElements.PointerDeviceState::m_PressedButtons Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___m_PressedButtons_2; public: inline static int32_t get_offset_of_m_Positions_0() { return static_cast(offsetof(PointerDeviceState_t434CD34173AC88CCFC20D78AE2D6202648ABC8A7_StaticFields, ___m_Positions_0)); } inline Vector2U5BU5D_tE0F58A2D6D8592B5EC37D9CDEF09103A02E5D7FA* get_m_Positions_0() const { return ___m_Positions_0; } inline Vector2U5BU5D_tE0F58A2D6D8592B5EC37D9CDEF09103A02E5D7FA** get_address_of_m_Positions_0() { return &___m_Positions_0; } inline void set_m_Positions_0(Vector2U5BU5D_tE0F58A2D6D8592B5EC37D9CDEF09103A02E5D7FA* value) { ___m_Positions_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Positions_0), (void*)value); } inline static int32_t get_offset_of_m_Panels_1() { return static_cast(offsetof(PointerDeviceState_t434CD34173AC88CCFC20D78AE2D6202648ABC8A7_StaticFields, ___m_Panels_1)); } inline IPanelU5BU5D_tC705BB480FB7C0DF0D3EA935A822BE45DEF6032C* get_m_Panels_1() const { return ___m_Panels_1; } inline IPanelU5BU5D_tC705BB480FB7C0DF0D3EA935A822BE45DEF6032C** get_address_of_m_Panels_1() { return &___m_Panels_1; } inline void set_m_Panels_1(IPanelU5BU5D_tC705BB480FB7C0DF0D3EA935A822BE45DEF6032C* value) { ___m_Panels_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Panels_1), (void*)value); } inline static int32_t get_offset_of_m_PressedButtons_2() { return static_cast(offsetof(PointerDeviceState_t434CD34173AC88CCFC20D78AE2D6202648ABC8A7_StaticFields, ___m_PressedButtons_2)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_m_PressedButtons_2() const { return ___m_PressedButtons_2; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_m_PressedButtons_2() { return &___m_PressedButtons_2; } inline void set_m_PressedButtons_2(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___m_PressedButtons_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_PressedButtons_2), (void*)value); } }; // UnityEngine.UIElements.PointerDispatchState struct PointerDispatchState_tD5E80266BF1FBD03C0595FE828905C8846916186 : public RuntimeObject { public: // UnityEngine.UIElements.IEventHandler[] UnityEngine.UIElements.PointerDispatchState::m_PendingPointerCapture IEventHandlerU5BU5D_t385490EC65E3209D225B79AF4A879E62705AC6C9* ___m_PendingPointerCapture_0; // UnityEngine.UIElements.IEventHandler[] UnityEngine.UIElements.PointerDispatchState::m_PointerCapture IEventHandlerU5BU5D_t385490EC65E3209D225B79AF4A879E62705AC6C9* ___m_PointerCapture_1; // System.Boolean[] UnityEngine.UIElements.PointerDispatchState::m_ShouldSendCompatibilityMouseEvents BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C* ___m_ShouldSendCompatibilityMouseEvents_2; public: inline static int32_t get_offset_of_m_PendingPointerCapture_0() { return static_cast(offsetof(PointerDispatchState_tD5E80266BF1FBD03C0595FE828905C8846916186, ___m_PendingPointerCapture_0)); } inline IEventHandlerU5BU5D_t385490EC65E3209D225B79AF4A879E62705AC6C9* get_m_PendingPointerCapture_0() const { return ___m_PendingPointerCapture_0; } inline IEventHandlerU5BU5D_t385490EC65E3209D225B79AF4A879E62705AC6C9** get_address_of_m_PendingPointerCapture_0() { return &___m_PendingPointerCapture_0; } inline void set_m_PendingPointerCapture_0(IEventHandlerU5BU5D_t385490EC65E3209D225B79AF4A879E62705AC6C9* value) { ___m_PendingPointerCapture_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_PendingPointerCapture_0), (void*)value); } inline static int32_t get_offset_of_m_PointerCapture_1() { return static_cast(offsetof(PointerDispatchState_tD5E80266BF1FBD03C0595FE828905C8846916186, ___m_PointerCapture_1)); } inline IEventHandlerU5BU5D_t385490EC65E3209D225B79AF4A879E62705AC6C9* get_m_PointerCapture_1() const { return ___m_PointerCapture_1; } inline IEventHandlerU5BU5D_t385490EC65E3209D225B79AF4A879E62705AC6C9** get_address_of_m_PointerCapture_1() { return &___m_PointerCapture_1; } inline void set_m_PointerCapture_1(IEventHandlerU5BU5D_t385490EC65E3209D225B79AF4A879E62705AC6C9* value) { ___m_PointerCapture_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_PointerCapture_1), (void*)value); } inline static int32_t get_offset_of_m_ShouldSendCompatibilityMouseEvents_2() { return static_cast(offsetof(PointerDispatchState_tD5E80266BF1FBD03C0595FE828905C8846916186, ___m_ShouldSendCompatibilityMouseEvents_2)); } inline BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C* get_m_ShouldSendCompatibilityMouseEvents_2() const { return ___m_ShouldSendCompatibilityMouseEvents_2; } inline BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C** get_address_of_m_ShouldSendCompatibilityMouseEvents_2() { return &___m_ShouldSendCompatibilityMouseEvents_2; } inline void set_m_ShouldSendCompatibilityMouseEvents_2(BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C* value) { ___m_ShouldSendCompatibilityMouseEvents_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_ShouldSendCompatibilityMouseEvents_2), (void*)value); } }; // UnityEngine.UIElements.PointerEventDispatchingStrategy struct PointerEventDispatchingStrategy_t6B69AD97B915FF1E4FB50BB902195D1670FCC375 : public RuntimeObject { public: public: }; // UnityEngine.UIElements.PointerEventsHelper struct PointerEventsHelper_t433758B2D0D48460EE5280A734159EA6978B4C12 : public RuntimeObject { public: public: }; // UnityEngine.UIElements.PointerId struct PointerId_tD592A4AAE154EC87BF982E69DC283134006C24E1 : public RuntimeObject { public: public: }; struct PointerId_tD592A4AAE154EC87BF982E69DC283134006C24E1_StaticFields { public: // System.Int32 UnityEngine.UIElements.PointerId::maxPointers int32_t ___maxPointers_0; // System.Int32 UnityEngine.UIElements.PointerId::invalidPointerId int32_t ___invalidPointerId_1; // System.Int32 UnityEngine.UIElements.PointerId::mousePointerId int32_t ___mousePointerId_2; // System.Int32 UnityEngine.UIElements.PointerId::touchPointerIdBase int32_t ___touchPointerIdBase_3; // System.Int32 UnityEngine.UIElements.PointerId::touchPointerCount int32_t ___touchPointerCount_4; // System.Int32 UnityEngine.UIElements.PointerId::penPointerIdBase int32_t ___penPointerIdBase_5; // System.Int32 UnityEngine.UIElements.PointerId::penPointerCount int32_t ___penPointerCount_6; // System.Int32[] UnityEngine.UIElements.PointerId::hoveringPointers Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___hoveringPointers_7; public: inline static int32_t get_offset_of_maxPointers_0() { return static_cast(offsetof(PointerId_tD592A4AAE154EC87BF982E69DC283134006C24E1_StaticFields, ___maxPointers_0)); } inline int32_t get_maxPointers_0() const { return ___maxPointers_0; } inline int32_t* get_address_of_maxPointers_0() { return &___maxPointers_0; } inline void set_maxPointers_0(int32_t value) { ___maxPointers_0 = value; } inline static int32_t get_offset_of_invalidPointerId_1() { return static_cast(offsetof(PointerId_tD592A4AAE154EC87BF982E69DC283134006C24E1_StaticFields, ___invalidPointerId_1)); } inline int32_t get_invalidPointerId_1() const { return ___invalidPointerId_1; } inline int32_t* get_address_of_invalidPointerId_1() { return &___invalidPointerId_1; } inline void set_invalidPointerId_1(int32_t value) { ___invalidPointerId_1 = value; } inline static int32_t get_offset_of_mousePointerId_2() { return static_cast(offsetof(PointerId_tD592A4AAE154EC87BF982E69DC283134006C24E1_StaticFields, ___mousePointerId_2)); } inline int32_t get_mousePointerId_2() const { return ___mousePointerId_2; } inline int32_t* get_address_of_mousePointerId_2() { return &___mousePointerId_2; } inline void set_mousePointerId_2(int32_t value) { ___mousePointerId_2 = value; } inline static int32_t get_offset_of_touchPointerIdBase_3() { return static_cast(offsetof(PointerId_tD592A4AAE154EC87BF982E69DC283134006C24E1_StaticFields, ___touchPointerIdBase_3)); } inline int32_t get_touchPointerIdBase_3() const { return ___touchPointerIdBase_3; } inline int32_t* get_address_of_touchPointerIdBase_3() { return &___touchPointerIdBase_3; } inline void set_touchPointerIdBase_3(int32_t value) { ___touchPointerIdBase_3 = value; } inline static int32_t get_offset_of_touchPointerCount_4() { return static_cast(offsetof(PointerId_tD592A4AAE154EC87BF982E69DC283134006C24E1_StaticFields, ___touchPointerCount_4)); } inline int32_t get_touchPointerCount_4() const { return ___touchPointerCount_4; } inline int32_t* get_address_of_touchPointerCount_4() { return &___touchPointerCount_4; } inline void set_touchPointerCount_4(int32_t value) { ___touchPointerCount_4 = value; } inline static int32_t get_offset_of_penPointerIdBase_5() { return static_cast(offsetof(PointerId_tD592A4AAE154EC87BF982E69DC283134006C24E1_StaticFields, ___penPointerIdBase_5)); } inline int32_t get_penPointerIdBase_5() const { return ___penPointerIdBase_5; } inline int32_t* get_address_of_penPointerIdBase_5() { return &___penPointerIdBase_5; } inline void set_penPointerIdBase_5(int32_t value) { ___penPointerIdBase_5 = value; } inline static int32_t get_offset_of_penPointerCount_6() { return static_cast(offsetof(PointerId_tD592A4AAE154EC87BF982E69DC283134006C24E1_StaticFields, ___penPointerCount_6)); } inline int32_t get_penPointerCount_6() const { return ___penPointerCount_6; } inline int32_t* get_address_of_penPointerCount_6() { return &___penPointerCount_6; } inline void set_penPointerCount_6(int32_t value) { ___penPointerCount_6 = value; } inline static int32_t get_offset_of_hoveringPointers_7() { return static_cast(offsetof(PointerId_tD592A4AAE154EC87BF982E69DC283134006C24E1_StaticFields, ___hoveringPointers_7)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_hoveringPointers_7() const { return ___hoveringPointers_7; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_hoveringPointers_7() { return &___hoveringPointers_7; } inline void set_hoveringPointers_7(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___hoveringPointers_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___hoveringPointers_7), (void*)value); } }; // UnityEngine.UIElements.PointerType struct PointerType_t319062C6ECAA6FD84C491FE35AAB846B161A36D3 : public RuntimeObject { public: public: }; struct PointerType_t319062C6ECAA6FD84C491FE35AAB846B161A36D3_StaticFields { public: // System.String UnityEngine.UIElements.PointerType::mouse String_t* ___mouse_0; // System.String UnityEngine.UIElements.PointerType::touch String_t* ___touch_1; // System.String UnityEngine.UIElements.PointerType::pen String_t* ___pen_2; // System.String UnityEngine.UIElements.PointerType::unknown String_t* ___unknown_3; public: inline static int32_t get_offset_of_mouse_0() { return static_cast(offsetof(PointerType_t319062C6ECAA6FD84C491FE35AAB846B161A36D3_StaticFields, ___mouse_0)); } inline String_t* get_mouse_0() const { return ___mouse_0; } inline String_t** get_address_of_mouse_0() { return &___mouse_0; } inline void set_mouse_0(String_t* value) { ___mouse_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___mouse_0), (void*)value); } inline static int32_t get_offset_of_touch_1() { return static_cast(offsetof(PointerType_t319062C6ECAA6FD84C491FE35AAB846B161A36D3_StaticFields, ___touch_1)); } inline String_t* get_touch_1() const { return ___touch_1; } inline String_t** get_address_of_touch_1() { return &___touch_1; } inline void set_touch_1(String_t* value) { ___touch_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___touch_1), (void*)value); } inline static int32_t get_offset_of_pen_2() { return static_cast(offsetof(PointerType_t319062C6ECAA6FD84C491FE35AAB846B161A36D3_StaticFields, ___pen_2)); } inline String_t* get_pen_2() const { return ___pen_2; } inline String_t** get_address_of_pen_2() { return &___pen_2; } inline void set_pen_2(String_t* value) { ___pen_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___pen_2), (void*)value); } inline static int32_t get_offset_of_unknown_3() { return static_cast(offsetof(PointerType_t319062C6ECAA6FD84C491FE35AAB846B161A36D3_StaticFields, ___unknown_3)); } inline String_t* get_unknown_3() const { return ___unknown_3; } inline String_t** get_address_of_unknown_3() { return &___unknown_3; } inline void set_unknown_3(String_t* value) { ___unknown_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___unknown_3), (void*)value); } }; // UnityEngine.UIElements.PropagationPaths struct PropagationPaths_tB85C101114BB2AA54407B8F7768B403121914E99 : public RuntimeObject { public: // System.Collections.Generic.List`1 UnityEngine.UIElements.PropagationPaths::trickleDownPath List_1_t7D2F7D0925345DA03B22D4DCAE09D7A6D49FCE72 * ___trickleDownPath_1; // System.Collections.Generic.List`1 UnityEngine.UIElements.PropagationPaths::targetElements List_1_t7D2F7D0925345DA03B22D4DCAE09D7A6D49FCE72 * ___targetElements_2; // System.Collections.Generic.List`1 UnityEngine.UIElements.PropagationPaths::bubbleUpPath List_1_t7D2F7D0925345DA03B22D4DCAE09D7A6D49FCE72 * ___bubbleUpPath_3; public: inline static int32_t get_offset_of_trickleDownPath_1() { return static_cast(offsetof(PropagationPaths_tB85C101114BB2AA54407B8F7768B403121914E99, ___trickleDownPath_1)); } inline List_1_t7D2F7D0925345DA03B22D4DCAE09D7A6D49FCE72 * get_trickleDownPath_1() const { return ___trickleDownPath_1; } inline List_1_t7D2F7D0925345DA03B22D4DCAE09D7A6D49FCE72 ** get_address_of_trickleDownPath_1() { return &___trickleDownPath_1; } inline void set_trickleDownPath_1(List_1_t7D2F7D0925345DA03B22D4DCAE09D7A6D49FCE72 * value) { ___trickleDownPath_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___trickleDownPath_1), (void*)value); } inline static int32_t get_offset_of_targetElements_2() { return static_cast(offsetof(PropagationPaths_tB85C101114BB2AA54407B8F7768B403121914E99, ___targetElements_2)); } inline List_1_t7D2F7D0925345DA03B22D4DCAE09D7A6D49FCE72 * get_targetElements_2() const { return ___targetElements_2; } inline List_1_t7D2F7D0925345DA03B22D4DCAE09D7A6D49FCE72 ** get_address_of_targetElements_2() { return &___targetElements_2; } inline void set_targetElements_2(List_1_t7D2F7D0925345DA03B22D4DCAE09D7A6D49FCE72 * value) { ___targetElements_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___targetElements_2), (void*)value); } inline static int32_t get_offset_of_bubbleUpPath_3() { return static_cast(offsetof(PropagationPaths_tB85C101114BB2AA54407B8F7768B403121914E99, ___bubbleUpPath_3)); } inline List_1_t7D2F7D0925345DA03B22D4DCAE09D7A6D49FCE72 * get_bubbleUpPath_3() const { return ___bubbleUpPath_3; } inline List_1_t7D2F7D0925345DA03B22D4DCAE09D7A6D49FCE72 ** get_address_of_bubbleUpPath_3() { return &___bubbleUpPath_3; } inline void set_bubbleUpPath_3(List_1_t7D2F7D0925345DA03B22D4DCAE09D7A6D49FCE72 * value) { ___bubbleUpPath_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___bubbleUpPath_3), (void*)value); } }; struct PropagationPaths_tB85C101114BB2AA54407B8F7768B403121914E99_StaticFields { public: // UnityEngine.UIElements.ObjectPool`1 UnityEngine.UIElements.PropagationPaths::s_Pool ObjectPool_1_t70777FFC758195FAC43E12551C542928EDAAB6DD * ___s_Pool_0; public: inline static int32_t get_offset_of_s_Pool_0() { return static_cast(offsetof(PropagationPaths_tB85C101114BB2AA54407B8F7768B403121914E99_StaticFields, ___s_Pool_0)); } inline ObjectPool_1_t70777FFC758195FAC43E12551C542928EDAAB6DD * get_s_Pool_0() const { return ___s_Pool_0; } inline ObjectPool_1_t70777FFC758195FAC43E12551C542928EDAAB6DD ** get_address_of_s_Pool_0() { return &___s_Pool_0; } inline void set_s_Pool_0(ObjectPool_1_t70777FFC758195FAC43E12551C542928EDAAB6DD * value) { ___s_Pool_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_Pool_0), (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); } }; // UnityEngine.UIElements.StyleValueCollection struct StyleValueCollection_t3197D7B80761BCBF51AB28C17867845850701799 : public RuntimeObject { public: // System.Collections.Generic.List`1 UnityEngine.UIElements.StyleValueCollection::m_Values List_1_t3711F6CB516A22815CE2373F02F3EB4767C85A24 * ___m_Values_0; public: inline static int32_t get_offset_of_m_Values_0() { return static_cast(offsetof(StyleValueCollection_t3197D7B80761BCBF51AB28C17867845850701799, ___m_Values_0)); } inline List_1_t3711F6CB516A22815CE2373F02F3EB4767C85A24 * get_m_Values_0() const { return ___m_Values_0; } inline List_1_t3711F6CB516A22815CE2373F02F3EB4767C85A24 ** get_address_of_m_Values_0() { return &___m_Values_0; } inline void set_m_Values_0(List_1_t3711F6CB516A22815CE2373F02F3EB4767C85A24 * value) { ___m_Values_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Values_0), (void*)value); } }; // UnityEngine.UIElements.TimerEventScheduler struct TimerEventScheduler_tBFB88C1237A1F9B74C5A80668899D4FD984C3619 : public RuntimeObject { public: // System.Collections.Generic.List`1 UnityEngine.UIElements.TimerEventScheduler::m_ScheduledItems List_1_tBC4B57F9CF657DBE5051FFDB6F714D916DE00953 * ___m_ScheduledItems_0; // System.Boolean UnityEngine.UIElements.TimerEventScheduler::m_TransactionMode bool ___m_TransactionMode_1; // System.Collections.Generic.List`1 UnityEngine.UIElements.TimerEventScheduler::m_ScheduleTransactions List_1_tBC4B57F9CF657DBE5051FFDB6F714D916DE00953 * ___m_ScheduleTransactions_2; // System.Collections.Generic.HashSet`1 UnityEngine.UIElements.TimerEventScheduler::m_UnscheduleTransactions HashSet_1_tDEB5301E3D1ED73BEA3212BF8934A112D1B7EA02 * ___m_UnscheduleTransactions_3; // System.Boolean UnityEngine.UIElements.TimerEventScheduler::disableThrottling bool ___disableThrottling_4; // System.Int32 UnityEngine.UIElements.TimerEventScheduler::m_LastUpdatedIndex int32_t ___m_LastUpdatedIndex_5; public: inline static int32_t get_offset_of_m_ScheduledItems_0() { return static_cast(offsetof(TimerEventScheduler_tBFB88C1237A1F9B74C5A80668899D4FD984C3619, ___m_ScheduledItems_0)); } inline List_1_tBC4B57F9CF657DBE5051FFDB6F714D916DE00953 * get_m_ScheduledItems_0() const { return ___m_ScheduledItems_0; } inline List_1_tBC4B57F9CF657DBE5051FFDB6F714D916DE00953 ** get_address_of_m_ScheduledItems_0() { return &___m_ScheduledItems_0; } inline void set_m_ScheduledItems_0(List_1_tBC4B57F9CF657DBE5051FFDB6F714D916DE00953 * value) { ___m_ScheduledItems_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_ScheduledItems_0), (void*)value); } inline static int32_t get_offset_of_m_TransactionMode_1() { return static_cast(offsetof(TimerEventScheduler_tBFB88C1237A1F9B74C5A80668899D4FD984C3619, ___m_TransactionMode_1)); } inline bool get_m_TransactionMode_1() const { return ___m_TransactionMode_1; } inline bool* get_address_of_m_TransactionMode_1() { return &___m_TransactionMode_1; } inline void set_m_TransactionMode_1(bool value) { ___m_TransactionMode_1 = value; } inline static int32_t get_offset_of_m_ScheduleTransactions_2() { return static_cast(offsetof(TimerEventScheduler_tBFB88C1237A1F9B74C5A80668899D4FD984C3619, ___m_ScheduleTransactions_2)); } inline List_1_tBC4B57F9CF657DBE5051FFDB6F714D916DE00953 * get_m_ScheduleTransactions_2() const { return ___m_ScheduleTransactions_2; } inline List_1_tBC4B57F9CF657DBE5051FFDB6F714D916DE00953 ** get_address_of_m_ScheduleTransactions_2() { return &___m_ScheduleTransactions_2; } inline void set_m_ScheduleTransactions_2(List_1_tBC4B57F9CF657DBE5051FFDB6F714D916DE00953 * value) { ___m_ScheduleTransactions_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_ScheduleTransactions_2), (void*)value); } inline static int32_t get_offset_of_m_UnscheduleTransactions_3() { return static_cast(offsetof(TimerEventScheduler_tBFB88C1237A1F9B74C5A80668899D4FD984C3619, ___m_UnscheduleTransactions_3)); } inline HashSet_1_tDEB5301E3D1ED73BEA3212BF8934A112D1B7EA02 * get_m_UnscheduleTransactions_3() const { return ___m_UnscheduleTransactions_3; } inline HashSet_1_tDEB5301E3D1ED73BEA3212BF8934A112D1B7EA02 ** get_address_of_m_UnscheduleTransactions_3() { return &___m_UnscheduleTransactions_3; } inline void set_m_UnscheduleTransactions_3(HashSet_1_tDEB5301E3D1ED73BEA3212BF8934A112D1B7EA02 * value) { ___m_UnscheduleTransactions_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_UnscheduleTransactions_3), (void*)value); } inline static int32_t get_offset_of_disableThrottling_4() { return static_cast(offsetof(TimerEventScheduler_tBFB88C1237A1F9B74C5A80668899D4FD984C3619, ___disableThrottling_4)); } inline bool get_disableThrottling_4() const { return ___disableThrottling_4; } inline bool* get_address_of_disableThrottling_4() { return &___disableThrottling_4; } inline void set_disableThrottling_4(bool value) { ___disableThrottling_4 = value; } inline static int32_t get_offset_of_m_LastUpdatedIndex_5() { return static_cast(offsetof(TimerEventScheduler_tBFB88C1237A1F9B74C5A80668899D4FD984C3619, ___m_LastUpdatedIndex_5)); } inline int32_t get_m_LastUpdatedIndex_5() const { return ___m_LastUpdatedIndex_5; } inline int32_t* get_address_of_m_LastUpdatedIndex_5() { return &___m_LastUpdatedIndex_5; } inline void set_m_LastUpdatedIndex_5(int32_t value) { ___m_LastUpdatedIndex_5 = value; } }; // System.ValueType struct ValueType_tDBF999C1B75C48C68621878250DBF6CDBCF51E52 : public RuntimeObject { public: public: }; // Native definition for P/Invoke marshalling of System.ValueType struct ValueType_tDBF999C1B75C48C68621878250DBF6CDBCF51E52_marshaled_pinvoke { }; // Native definition for COM marshalling of System.ValueType struct ValueType_tDBF999C1B75C48C68621878250DBF6CDBCF51E52_marshaled_com { }; // UnityEngine.UIElements.VisualTreeUpdater struct VisualTreeUpdater_tD6408ED21607A11CCA2F26D09A50AED30B8C1A64 : public RuntimeObject { public: // UnityEngine.UIElements.BaseVisualElementPanel UnityEngine.UIElements.VisualTreeUpdater::m_Panel BaseVisualElementPanel_t0BFFA91D18C8A7D905330E2D6DE84B9B67E7BE30 * ___m_Panel_0; // UnityEngine.UIElements.VisualTreeUpdater/UpdaterArray UnityEngine.UIElements.VisualTreeUpdater::m_UpdaterArray UpdaterArray_t4D22D6AD9E07F0143A372F2DDDC3B615A0A5EC08 * ___m_UpdaterArray_1; public: inline static int32_t get_offset_of_m_Panel_0() { return static_cast(offsetof(VisualTreeUpdater_tD6408ED21607A11CCA2F26D09A50AED30B8C1A64, ___m_Panel_0)); } inline BaseVisualElementPanel_t0BFFA91D18C8A7D905330E2D6DE84B9B67E7BE30 * get_m_Panel_0() const { return ___m_Panel_0; } inline BaseVisualElementPanel_t0BFFA91D18C8A7D905330E2D6DE84B9B67E7BE30 ** get_address_of_m_Panel_0() { return &___m_Panel_0; } inline void set_m_Panel_0(BaseVisualElementPanel_t0BFFA91D18C8A7D905330E2D6DE84B9B67E7BE30 * value) { ___m_Panel_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Panel_0), (void*)value); } inline static int32_t get_offset_of_m_UpdaterArray_1() { return static_cast(offsetof(VisualTreeUpdater_tD6408ED21607A11CCA2F26D09A50AED30B8C1A64, ___m_UpdaterArray_1)); } inline UpdaterArray_t4D22D6AD9E07F0143A372F2DDDC3B615A0A5EC08 * get_m_UpdaterArray_1() const { return ___m_UpdaterArray_1; } inline UpdaterArray_t4D22D6AD9E07F0143A372F2DDDC3B615A0A5EC08 ** get_address_of_m_UpdaterArray_1() { return &___m_UpdaterArray_1; } inline void set_m_UpdaterArray_1(UpdaterArray_t4D22D6AD9E07F0143A372F2DDDC3B615A0A5EC08 * value) { ___m_UpdaterArray_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_UpdaterArray_1), (void*)value); } }; // UnityEngine.UIElements.BaseRuntimePanel/<>c struct U3CU3Ec_t48F9B8CC8704CFA928B619185C48BC353F2B9420 : public RuntimeObject { public: public: }; struct U3CU3Ec_t48F9B8CC8704CFA928B619185C48BC353F2B9420_StaticFields { public: // UnityEngine.UIElements.BaseRuntimePanel/<>c UnityEngine.UIElements.BaseRuntimePanel/<>c::<>9 U3CU3Ec_t48F9B8CC8704CFA928B619185C48BC353F2B9420 * ___U3CU3E9_0; public: inline static int32_t get_offset_of_U3CU3E9_0() { return static_cast(offsetof(U3CU3Ec_t48F9B8CC8704CFA928B619185C48BC353F2B9420_StaticFields, ___U3CU3E9_0)); } inline U3CU3Ec_t48F9B8CC8704CFA928B619185C48BC353F2B9420 * get_U3CU3E9_0() const { return ___U3CU3E9_0; } inline U3CU3Ec_t48F9B8CC8704CFA928B619185C48BC353F2B9420 ** get_address_of_U3CU3E9_0() { return &___U3CU3E9_0; } inline void set_U3CU3E9_0(U3CU3Ec_t48F9B8CC8704CFA928B619185C48BC353F2B9420 * value) { ___U3CU3E9_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9_0), (void*)value); } }; // UnityEngine.GUILayoutUtility/LayoutCache struct LayoutCache_t4C0528EE626F95B53EFE2AB59B8D56CB70BBDFE8 : public RuntimeObject { public: // System.Int32 UnityEngine.GUILayoutUtility/LayoutCache::k__BackingField int32_t ___U3CidU3Ek__BackingField_0; // UnityEngine.GUILayoutGroup UnityEngine.GUILayoutUtility/LayoutCache::topLevel GUILayoutGroup_tEA8ADE069ADCDFAAE55323834EDC04B0888F10B9 * ___topLevel_1; // UnityEngineInternal.GenericStack UnityEngine.GUILayoutUtility/LayoutCache::layoutGroups GenericStack_tFE88EF4FAC2E3519951AC2A4D721C3BD1A02E24C * ___layoutGroups_2; // UnityEngine.GUILayoutGroup UnityEngine.GUILayoutUtility/LayoutCache::windows GUILayoutGroup_tEA8ADE069ADCDFAAE55323834EDC04B0888F10B9 * ___windows_3; public: inline static int32_t get_offset_of_U3CidU3Ek__BackingField_0() { return static_cast(offsetof(LayoutCache_t4C0528EE626F95B53EFE2AB59B8D56CB70BBDFE8, ___U3CidU3Ek__BackingField_0)); } inline int32_t get_U3CidU3Ek__BackingField_0() const { return ___U3CidU3Ek__BackingField_0; } inline int32_t* get_address_of_U3CidU3Ek__BackingField_0() { return &___U3CidU3Ek__BackingField_0; } inline void set_U3CidU3Ek__BackingField_0(int32_t value) { ___U3CidU3Ek__BackingField_0 = value; } inline static int32_t get_offset_of_topLevel_1() { return static_cast(offsetof(LayoutCache_t4C0528EE626F95B53EFE2AB59B8D56CB70BBDFE8, ___topLevel_1)); } inline GUILayoutGroup_tEA8ADE069ADCDFAAE55323834EDC04B0888F10B9 * get_topLevel_1() const { return ___topLevel_1; } inline GUILayoutGroup_tEA8ADE069ADCDFAAE55323834EDC04B0888F10B9 ** get_address_of_topLevel_1() { return &___topLevel_1; } inline void set_topLevel_1(GUILayoutGroup_tEA8ADE069ADCDFAAE55323834EDC04B0888F10B9 * value) { ___topLevel_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___topLevel_1), (void*)value); } inline static int32_t get_offset_of_layoutGroups_2() { return static_cast(offsetof(LayoutCache_t4C0528EE626F95B53EFE2AB59B8D56CB70BBDFE8, ___layoutGroups_2)); } inline GenericStack_tFE88EF4FAC2E3519951AC2A4D721C3BD1A02E24C * get_layoutGroups_2() const { return ___layoutGroups_2; } inline GenericStack_tFE88EF4FAC2E3519951AC2A4D721C3BD1A02E24C ** get_address_of_layoutGroups_2() { return &___layoutGroups_2; } inline void set_layoutGroups_2(GenericStack_tFE88EF4FAC2E3519951AC2A4D721C3BD1A02E24C * value) { ___layoutGroups_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___layoutGroups_2), (void*)value); } inline static int32_t get_offset_of_windows_3() { return static_cast(offsetof(LayoutCache_t4C0528EE626F95B53EFE2AB59B8D56CB70BBDFE8, ___windows_3)); } inline GUILayoutGroup_tEA8ADE069ADCDFAAE55323834EDC04B0888F10B9 * get_windows_3() const { return ___windows_3; } inline GUILayoutGroup_tEA8ADE069ADCDFAAE55323834EDC04B0888F10B9 ** get_address_of_windows_3() { return &___windows_3; } inline void set_windows_3(GUILayoutGroup_tEA8ADE069ADCDFAAE55323834EDC04B0888F10B9 * value) { ___windows_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___windows_3), (void*)value); } }; // System.Collections.Generic.List`1/Enumerator struct Enumerator_tEEBFA21E38226D50604ADEDB14296688103C38A6 { public: // System.Collections.Generic.List`1 System.Collections.Generic.List`1/Enumerator::list List_1_t7EA918B884451D5CD8A70AD8838AC2410BEAE49C * ___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 EventCallbackFunctorBase_tBB6636112422604DDE486A3DE0F2DE363DE45FAE * ___current_3; public: inline static int32_t get_offset_of_list_0() { return static_cast(offsetof(Enumerator_tEEBFA21E38226D50604ADEDB14296688103C38A6, ___list_0)); } inline List_1_t7EA918B884451D5CD8A70AD8838AC2410BEAE49C * get_list_0() const { return ___list_0; } inline List_1_t7EA918B884451D5CD8A70AD8838AC2410BEAE49C ** get_address_of_list_0() { return &___list_0; } inline void set_list_0(List_1_t7EA918B884451D5CD8A70AD8838AC2410BEAE49C * value) { ___list_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___list_0), (void*)value); } inline static int32_t get_offset_of_index_1() { return static_cast(offsetof(Enumerator_tEEBFA21E38226D50604ADEDB14296688103C38A6, ___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_tEEBFA21E38226D50604ADEDB14296688103C38A6, ___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_tEEBFA21E38226D50604ADEDB14296688103C38A6, ___current_3)); } inline EventCallbackFunctorBase_tBB6636112422604DDE486A3DE0F2DE363DE45FAE * get_current_3() const { return ___current_3; } inline EventCallbackFunctorBase_tBB6636112422604DDE486A3DE0F2DE363DE45FAE ** get_address_of_current_3() { return &___current_3; } inline void set_current_3(EventCallbackFunctorBase_tBB6636112422604DDE486A3DE0F2DE363DE45FAE * value) { ___current_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___current_3), (void*)value); } }; // System.Collections.Generic.List`1/Enumerator struct Enumerator_t650EB84A7FA3AD7D77753A385547626BF43E0842 { public: // System.Collections.Generic.List`1 System.Collections.Generic.List`1/Enumerator::list List_1_t46D11B840428131A29887E3A6CED3FAD055E2DB3 * ___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_t650EB84A7FA3AD7D77753A385547626BF43E0842, ___list_0)); } inline List_1_t46D11B840428131A29887E3A6CED3FAD055E2DB3 * get_list_0() const { return ___list_0; } inline List_1_t46D11B840428131A29887E3A6CED3FAD055E2DB3 ** get_address_of_list_0() { return &___list_0; } inline void set_list_0(List_1_t46D11B840428131A29887E3A6CED3FAD055E2DB3 * value) { ___list_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___list_0), (void*)value); } inline static int32_t get_offset_of_index_1() { return static_cast(offsetof(Enumerator_t650EB84A7FA3AD7D77753A385547626BF43E0842, ___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_t650EB84A7FA3AD7D77753A385547626BF43E0842, ___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_t650EB84A7FA3AD7D77753A385547626BF43E0842, ___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.Collections.Generic.List`1/Enumerator struct Enumerator_tEA1E462EF5C5CBDDE476BADC8F694934D985352E { public: // System.Collections.Generic.List`1 System.Collections.Generic.List`1/Enumerator::list List_1_t1D5B9015174E54B1B1EAA80C6DCECAB090B0B993 * ___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_tEA1E462EF5C5CBDDE476BADC8F694934D985352E, ___list_0)); } inline List_1_t1D5B9015174E54B1B1EAA80C6DCECAB090B0B993 * get_list_0() const { return ___list_0; } inline List_1_t1D5B9015174E54B1B1EAA80C6DCECAB090B0B993 ** get_address_of_list_0() { return &___list_0; } inline void set_list_0(List_1_t1D5B9015174E54B1B1EAA80C6DCECAB090B0B993 * value) { ___list_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___list_0), (void*)value); } inline static int32_t get_offset_of_index_1() { return static_cast(offsetof(Enumerator_tEA1E462EF5C5CBDDE476BADC8F694934D985352E, ___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_tEA1E462EF5C5CBDDE476BADC8F694934D985352E, ___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_tEA1E462EF5C5CBDDE476BADC8F694934D985352E, ___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.Collections.Generic.List`1/Enumerator struct Enumerator_tB6009981BD4E3881E3EC83627255A24198F902D6 { public: // System.Collections.Generic.List`1 System.Collections.Generic.List`1/Enumerator::list List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * ___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_tB6009981BD4E3881E3EC83627255A24198F902D6, ___list_0)); } inline List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * get_list_0() const { return ___list_0; } inline List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 ** get_address_of_list_0() { return &___list_0; } inline void set_list_0(List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * value) { ___list_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___list_0), (void*)value); } inline static int32_t get_offset_of_index_1() { return static_cast(offsetof(Enumerator_tB6009981BD4E3881E3EC83627255A24198F902D6, ___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_tB6009981BD4E3881E3EC83627255A24198F902D6, ___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_tB6009981BD4E3881E3EC83627255A24198F902D6, ___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.Collections.Generic.List`1/Enumerator struct Enumerator_t0D9EEF2BAFD14DCABA5663BD9A6BA3429EA7741D { public: // System.Collections.Generic.List`1 System.Collections.Generic.List`1/Enumerator::list List_1_t7D2F7D0925345DA03B22D4DCAE09D7A6D49FCE72 * ___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 VisualElement_tAF72253CBD78143319BFE58F26C2349B2959C8C0 * ___current_3; public: inline static int32_t get_offset_of_list_0() { return static_cast(offsetof(Enumerator_t0D9EEF2BAFD14DCABA5663BD9A6BA3429EA7741D, ___list_0)); } inline List_1_t7D2F7D0925345DA03B22D4DCAE09D7A6D49FCE72 * get_list_0() const { return ___list_0; } inline List_1_t7D2F7D0925345DA03B22D4DCAE09D7A6D49FCE72 ** get_address_of_list_0() { return &___list_0; } inline void set_list_0(List_1_t7D2F7D0925345DA03B22D4DCAE09D7A6D49FCE72 * value) { ___list_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___list_0), (void*)value); } inline static int32_t get_offset_of_index_1() { return static_cast(offsetof(Enumerator_t0D9EEF2BAFD14DCABA5663BD9A6BA3429EA7741D, ___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_t0D9EEF2BAFD14DCABA5663BD9A6BA3429EA7741D, ___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_t0D9EEF2BAFD14DCABA5663BD9A6BA3429EA7741D, ___current_3)); } inline VisualElement_tAF72253CBD78143319BFE58F26C2349B2959C8C0 * get_current_3() const { return ___current_3; } inline VisualElement_tAF72253CBD78143319BFE58F26C2349B2959C8C0 ** get_address_of_current_3() { return &___current_3; } inline void set_current_3(VisualElement_tAF72253CBD78143319BFE58F26C2349B2959C8C0 * value) { ___current_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___current_3), (void*)value); } }; // System.Nullable`1 struct Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 { public: // T System.Nullable`1::value bool ___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_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3, ___value_0)); } inline bool get_value_0() const { return ___value_0; } inline bool* get_address_of_value_0() { return &___value_0; } inline void set_value_0(bool value) { ___value_0 = value; } inline static int32_t get_offset_of_has_value_1() { return static_cast(offsetof(Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3, ___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; } }; // UnityEngine.UIElements.UIR.Alloc struct Alloc_tE0F737C911AA97E63C14F6F9910E900B3BD13FCB { public: // System.UInt32 UnityEngine.UIElements.UIR.Alloc::start uint32_t ___start_0; // System.UInt32 UnityEngine.UIElements.UIR.Alloc::size uint32_t ___size_1; // System.Object UnityEngine.UIElements.UIR.Alloc::handle RuntimeObject * ___handle_2; // System.Boolean UnityEngine.UIElements.UIR.Alloc::shortLived bool ___shortLived_3; public: inline static int32_t get_offset_of_start_0() { return static_cast(offsetof(Alloc_tE0F737C911AA97E63C14F6F9910E900B3BD13FCB, ___start_0)); } inline uint32_t get_start_0() const { return ___start_0; } inline uint32_t* get_address_of_start_0() { return &___start_0; } inline void set_start_0(uint32_t value) { ___start_0 = value; } inline static int32_t get_offset_of_size_1() { return static_cast(offsetof(Alloc_tE0F737C911AA97E63C14F6F9910E900B3BD13FCB, ___size_1)); } inline uint32_t get_size_1() const { return ___size_1; } inline uint32_t* get_address_of_size_1() { return &___size_1; } inline void set_size_1(uint32_t value) { ___size_1 = value; } inline static int32_t get_offset_of_handle_2() { return static_cast(offsetof(Alloc_tE0F737C911AA97E63C14F6F9910E900B3BD13FCB, ___handle_2)); } inline RuntimeObject * get_handle_2() const { return ___handle_2; } inline RuntimeObject ** get_address_of_handle_2() { return &___handle_2; } inline void set_handle_2(RuntimeObject * value) { ___handle_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___handle_2), (void*)value); } inline static int32_t get_offset_of_shortLived_3() { return static_cast(offsetof(Alloc_tE0F737C911AA97E63C14F6F9910E900B3BD13FCB, ___shortLived_3)); } inline bool get_shortLived_3() const { return ___shortLived_3; } inline bool* get_address_of_shortLived_3() { return &___shortLived_3; } inline void set_shortLived_3(bool value) { ___shortLived_3 = value; } }; // Native definition for P/Invoke marshalling of UnityEngine.UIElements.UIR.Alloc struct Alloc_tE0F737C911AA97E63C14F6F9910E900B3BD13FCB_marshaled_pinvoke { uint32_t ___start_0; uint32_t ___size_1; Il2CppIUnknown* ___handle_2; int32_t ___shortLived_3; }; // Native definition for COM marshalling of UnityEngine.UIElements.UIR.Alloc struct Alloc_tE0F737C911AA97E63C14F6F9910E900B3BD13FCB_marshaled_com { uint32_t ___start_0; uint32_t ___size_1; Il2CppIUnknown* ___handle_2; int32_t ___shortLived_3; }; // UnityEngine.UIElements.Background struct Background_t14D781972AD80DA2C6B3070F7A7EE46F063CDEAD { public: // UnityEngine.Texture2D UnityEngine.UIElements.Background::m_Texture Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF * ___m_Texture_0; // UnityEngine.Sprite UnityEngine.UIElements.Background::m_Sprite Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * ___m_Sprite_1; // UnityEngine.RenderTexture UnityEngine.UIElements.Background::m_RenderTexture RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * ___m_RenderTexture_2; // UnityEngine.UIElements.VectorImage UnityEngine.UIElements.Background::m_VectorImage VectorImage_t2C2B26B2A738C1DCD0845B82228343838DAE2022 * ___m_VectorImage_3; public: inline static int32_t get_offset_of_m_Texture_0() { return static_cast(offsetof(Background_t14D781972AD80DA2C6B3070F7A7EE46F063CDEAD, ___m_Texture_0)); } inline Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF * get_m_Texture_0() const { return ___m_Texture_0; } inline Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF ** get_address_of_m_Texture_0() { return &___m_Texture_0; } inline void set_m_Texture_0(Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF * value) { ___m_Texture_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Texture_0), (void*)value); } inline static int32_t get_offset_of_m_Sprite_1() { return static_cast(offsetof(Background_t14D781972AD80DA2C6B3070F7A7EE46F063CDEAD, ___m_Sprite_1)); } inline Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * get_m_Sprite_1() const { return ___m_Sprite_1; } inline Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 ** get_address_of_m_Sprite_1() { return &___m_Sprite_1; } inline void set_m_Sprite_1(Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * value) { ___m_Sprite_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Sprite_1), (void*)value); } inline static int32_t get_offset_of_m_RenderTexture_2() { return static_cast(offsetof(Background_t14D781972AD80DA2C6B3070F7A7EE46F063CDEAD, ___m_RenderTexture_2)); } inline RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * get_m_RenderTexture_2() const { return ___m_RenderTexture_2; } inline RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 ** get_address_of_m_RenderTexture_2() { return &___m_RenderTexture_2; } inline void set_m_RenderTexture_2(RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * value) { ___m_RenderTexture_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_RenderTexture_2), (void*)value); } inline static int32_t get_offset_of_m_VectorImage_3() { return static_cast(offsetof(Background_t14D781972AD80DA2C6B3070F7A7EE46F063CDEAD, ___m_VectorImage_3)); } inline VectorImage_t2C2B26B2A738C1DCD0845B82228343838DAE2022 * get_m_VectorImage_3() const { return ___m_VectorImage_3; } inline VectorImage_t2C2B26B2A738C1DCD0845B82228343838DAE2022 ** get_address_of_m_VectorImage_3() { return &___m_VectorImage_3; } inline void set_m_VectorImage_3(VectorImage_t2C2B26B2A738C1DCD0845B82228343838DAE2022 * value) { ___m_VectorImage_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_VectorImage_3), (void*)value); } }; // Native definition for P/Invoke marshalling of UnityEngine.UIElements.Background struct Background_t14D781972AD80DA2C6B3070F7A7EE46F063CDEAD_marshaled_pinvoke { Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF * ___m_Texture_0; Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * ___m_Sprite_1; RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * ___m_RenderTexture_2; VectorImage_t2C2B26B2A738C1DCD0845B82228343838DAE2022 * ___m_VectorImage_3; }; // Native definition for COM marshalling of UnityEngine.UIElements.Background struct Background_t14D781972AD80DA2C6B3070F7A7EE46F063CDEAD_marshaled_com { Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF * ___m_Texture_0; Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * ___m_Sprite_1; RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 * ___m_RenderTexture_2; VectorImage_t2C2B26B2A738C1DCD0845B82228343838DAE2022 * ___m_VectorImage_3; }; // System.Boolean struct Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37 { 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_t07D1E3F34E4813023D64F584DFF7B34C9D922F37, ___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_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_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_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_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_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_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_t0111FAB8B8685667EDDAF77683F0D8F86B659056 { 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_t0111FAB8B8685667EDDAF77683F0D8F86B659056, ___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_tFF60D8E7E89A20BE2294A003734341BD1DF43E14 { 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_tFF60D8E7E89A20BE2294A003734341BD1DF43E14, ___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_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_StaticFields { public: // System.Byte[] System.Char::categoryForLatin1 ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___categoryForLatin1_3; public: inline static int32_t get_offset_of_categoryForLatin1_3() { return static_cast(offsetof(Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_StaticFields, ___categoryForLatin1_3)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_categoryForLatin1_3() const { return ___categoryForLatin1_3; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_categoryForLatin1_3() { return &___categoryForLatin1_3; } inline void set_categoryForLatin1_3(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___categoryForLatin1_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___categoryForLatin1_3), (void*)value); } }; // UnityEngine.Color struct Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 { 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_tF40DAF76C04FFECF3FE6024F85A294741C9CC659, ___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_tF40DAF76C04FFECF3FE6024F85A294741C9CC659, ___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_tF40DAF76C04FFECF3FE6024F85A294741C9CC659, ___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_tF40DAF76C04FFECF3FE6024F85A294741C9CC659, ___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; } }; // Microsoft.CodeAnalysis.EmbeddedAttribute struct EmbeddedAttribute_t8FAE3C464790289E5FE9D307ADB8C4D78CF3F730 : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 { public: public: }; // System.Enum struct Enum_t23B90B40F60E677A8025267341651C94AE079CDA : public ValueType_tDBF999C1B75C48C68621878250DBF6CDBCF51E52 { public: public: }; struct Enum_t23B90B40F60E677A8025267341651C94AE079CDA_StaticFields { public: // System.Char[] System.Enum::enumSeperatorCharArray CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___enumSeperatorCharArray_0; public: inline static int32_t get_offset_of_enumSeperatorCharArray_0() { return static_cast(offsetof(Enum_t23B90B40F60E677A8025267341651C94AE079CDA_StaticFields, ___enumSeperatorCharArray_0)); } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* get_enumSeperatorCharArray_0() const { return ___enumSeperatorCharArray_0; } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34** get_address_of_enumSeperatorCharArray_0() { return &___enumSeperatorCharArray_0; } inline void set_enumSeperatorCharArray_0(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* value) { ___enumSeperatorCharArray_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___enumSeperatorCharArray_0), (void*)value); } }; // Native definition for P/Invoke marshalling of System.Enum struct Enum_t23B90B40F60E677A8025267341651C94AE079CDA_marshaled_pinvoke { }; // Native definition for COM marshalling of System.Enum struct Enum_t23B90B40F60E677A8025267341651C94AE079CDA_marshaled_com { }; // UnityEngine.UIElements.EventDebuggerLogCall struct EventDebuggerLogCall_t9A572081CD72480CC37F21D7CDB686D2FEB83FD2 { public: union { struct { }; uint8_t EventDebuggerLogCall_t9A572081CD72480CC37F21D7CDB686D2FEB83FD2__padding[1]; }; public: }; // UnityEngine.UIElements.EventDebuggerLogExecuteDefaultAction struct EventDebuggerLogExecuteDefaultAction_t591F35E77179957722EE3B8ECDA5DA30862699D4 { public: union { struct { }; uint8_t EventDebuggerLogExecuteDefaultAction_t591F35E77179957722EE3B8ECDA5DA30862699D4__padding[1]; }; public: }; // UnityEngine.UIElements.EventDebuggerLogIMGUICall struct EventDebuggerLogIMGUICall_tACD389E8DA7F0A54000271BAAB87907E2D8278E0 { public: union { struct { }; uint8_t EventDebuggerLogIMGUICall_tACD389E8DA7F0A54000271BAAB87907E2D8278E0__padding[1]; }; public: }; // UnityEngine.UIElements.EventDispatcherGate struct EventDispatcherGate_t9B2B091B544AD6667CC1A69AE460512C4B45C241 { public: // UnityEngine.UIElements.EventDispatcher UnityEngine.UIElements.EventDispatcherGate::m_Dispatcher EventDispatcher_t96A750D2456ECAD9F478B4BBB9832D3D05948BC8 * ___m_Dispatcher_0; public: inline static int32_t get_offset_of_m_Dispatcher_0() { return static_cast(offsetof(EventDispatcherGate_t9B2B091B544AD6667CC1A69AE460512C4B45C241, ___m_Dispatcher_0)); } inline EventDispatcher_t96A750D2456ECAD9F478B4BBB9832D3D05948BC8 * get_m_Dispatcher_0() const { return ___m_Dispatcher_0; } inline EventDispatcher_t96A750D2456ECAD9F478B4BBB9832D3D05948BC8 ** get_address_of_m_Dispatcher_0() { return &___m_Dispatcher_0; } inline void set_m_Dispatcher_0(EventDispatcher_t96A750D2456ECAD9F478B4BBB9832D3D05948BC8 * value) { ___m_Dispatcher_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Dispatcher_0), (void*)value); } }; // Native definition for P/Invoke marshalling of UnityEngine.UIElements.EventDispatcherGate struct EventDispatcherGate_t9B2B091B544AD6667CC1A69AE460512C4B45C241_marshaled_pinvoke { EventDispatcher_t96A750D2456ECAD9F478B4BBB9832D3D05948BC8 * ___m_Dispatcher_0; }; // Native definition for COM marshalling of UnityEngine.UIElements.EventDispatcherGate struct EventDispatcherGate_t9B2B091B544AD6667CC1A69AE460512C4B45C241_marshaled_com { EventDispatcher_t96A750D2456ECAD9F478B4BBB9832D3D05948BC8 * ___m_Dispatcher_0; }; // UnityEngine.EventInterests struct EventInterests_t4DC3B6F7CFFDBF0AC4DE302F9102C769B87B9D79 { public: // System.Boolean UnityEngine.EventInterests::k__BackingField bool ___U3CwantsMouseMoveU3Ek__BackingField_0; // System.Boolean UnityEngine.EventInterests::k__BackingField bool ___U3CwantsMouseEnterLeaveWindowU3Ek__BackingField_1; // System.Boolean UnityEngine.EventInterests::k__BackingField bool ___U3CwantsLessLayoutEventsU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CwantsMouseMoveU3Ek__BackingField_0() { return static_cast(offsetof(EventInterests_t4DC3B6F7CFFDBF0AC4DE302F9102C769B87B9D79, ___U3CwantsMouseMoveU3Ek__BackingField_0)); } inline bool get_U3CwantsMouseMoveU3Ek__BackingField_0() const { return ___U3CwantsMouseMoveU3Ek__BackingField_0; } inline bool* get_address_of_U3CwantsMouseMoveU3Ek__BackingField_0() { return &___U3CwantsMouseMoveU3Ek__BackingField_0; } inline void set_U3CwantsMouseMoveU3Ek__BackingField_0(bool value) { ___U3CwantsMouseMoveU3Ek__BackingField_0 = value; } inline static int32_t get_offset_of_U3CwantsMouseEnterLeaveWindowU3Ek__BackingField_1() { return static_cast(offsetof(EventInterests_t4DC3B6F7CFFDBF0AC4DE302F9102C769B87B9D79, ___U3CwantsMouseEnterLeaveWindowU3Ek__BackingField_1)); } inline bool get_U3CwantsMouseEnterLeaveWindowU3Ek__BackingField_1() const { return ___U3CwantsMouseEnterLeaveWindowU3Ek__BackingField_1; } inline bool* get_address_of_U3CwantsMouseEnterLeaveWindowU3Ek__BackingField_1() { return &___U3CwantsMouseEnterLeaveWindowU3Ek__BackingField_1; } inline void set_U3CwantsMouseEnterLeaveWindowU3Ek__BackingField_1(bool value) { ___U3CwantsMouseEnterLeaveWindowU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_U3CwantsLessLayoutEventsU3Ek__BackingField_2() { return static_cast(offsetof(EventInterests_t4DC3B6F7CFFDBF0AC4DE302F9102C769B87B9D79, ___U3CwantsLessLayoutEventsU3Ek__BackingField_2)); } inline bool get_U3CwantsLessLayoutEventsU3Ek__BackingField_2() const { return ___U3CwantsLessLayoutEventsU3Ek__BackingField_2; } inline bool* get_address_of_U3CwantsLessLayoutEventsU3Ek__BackingField_2() { return &___U3CwantsLessLayoutEventsU3Ek__BackingField_2; } inline void set_U3CwantsLessLayoutEventsU3Ek__BackingField_2(bool value) { ___U3CwantsLessLayoutEventsU3Ek__BackingField_2 = value; } }; // Native definition for P/Invoke marshalling of UnityEngine.EventInterests struct EventInterests_t4DC3B6F7CFFDBF0AC4DE302F9102C769B87B9D79_marshaled_pinvoke { int32_t ___U3CwantsMouseMoveU3Ek__BackingField_0; int32_t ___U3CwantsMouseEnterLeaveWindowU3Ek__BackingField_1; int32_t ___U3CwantsLessLayoutEventsU3Ek__BackingField_2; }; // Native definition for COM marshalling of UnityEngine.EventInterests struct EventInterests_t4DC3B6F7CFFDBF0AC4DE302F9102C769B87B9D79_marshaled_com { int32_t ___U3CwantsMouseMoveU3Ek__BackingField_0; int32_t ___U3CwantsMouseEnterLeaveWindowU3Ek__BackingField_1; int32_t ___U3CwantsLessLayoutEventsU3Ek__BackingField_2; }; // UnityEngine.UIElements.Focusable struct Focusable_t54CC145FEE85D2A5D92761C419288150CF5BEC14 : public CallbackEventHandler_tCEC853B0E9776DED1D671F0B7451AFBB36439A6C { public: // System.Boolean UnityEngine.UIElements.Focusable::k__BackingField bool ___U3CfocusableU3Ek__BackingField_1; // System.Int32 UnityEngine.UIElements.Focusable::k__BackingField int32_t ___U3CtabIndexU3Ek__BackingField_2; // System.Boolean UnityEngine.UIElements.Focusable::m_DelegatesFocus bool ___m_DelegatesFocus_3; // System.Boolean UnityEngine.UIElements.Focusable::m_ExcludeFromFocusRing bool ___m_ExcludeFromFocusRing_4; // System.Boolean UnityEngine.UIElements.Focusable::isIMGUIContainer bool ___isIMGUIContainer_5; public: inline static int32_t get_offset_of_U3CfocusableU3Ek__BackingField_1() { return static_cast(offsetof(Focusable_t54CC145FEE85D2A5D92761C419288150CF5BEC14, ___U3CfocusableU3Ek__BackingField_1)); } inline bool get_U3CfocusableU3Ek__BackingField_1() const { return ___U3CfocusableU3Ek__BackingField_1; } inline bool* get_address_of_U3CfocusableU3Ek__BackingField_1() { return &___U3CfocusableU3Ek__BackingField_1; } inline void set_U3CfocusableU3Ek__BackingField_1(bool value) { ___U3CfocusableU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_U3CtabIndexU3Ek__BackingField_2() { return static_cast(offsetof(Focusable_t54CC145FEE85D2A5D92761C419288150CF5BEC14, ___U3CtabIndexU3Ek__BackingField_2)); } inline int32_t get_U3CtabIndexU3Ek__BackingField_2() const { return ___U3CtabIndexU3Ek__BackingField_2; } inline int32_t* get_address_of_U3CtabIndexU3Ek__BackingField_2() { return &___U3CtabIndexU3Ek__BackingField_2; } inline void set_U3CtabIndexU3Ek__BackingField_2(int32_t value) { ___U3CtabIndexU3Ek__BackingField_2 = value; } inline static int32_t get_offset_of_m_DelegatesFocus_3() { return static_cast(offsetof(Focusable_t54CC145FEE85D2A5D92761C419288150CF5BEC14, ___m_DelegatesFocus_3)); } inline bool get_m_DelegatesFocus_3() const { return ___m_DelegatesFocus_3; } inline bool* get_address_of_m_DelegatesFocus_3() { return &___m_DelegatesFocus_3; } inline void set_m_DelegatesFocus_3(bool value) { ___m_DelegatesFocus_3 = value; } inline static int32_t get_offset_of_m_ExcludeFromFocusRing_4() { return static_cast(offsetof(Focusable_t54CC145FEE85D2A5D92761C419288150CF5BEC14, ___m_ExcludeFromFocusRing_4)); } inline bool get_m_ExcludeFromFocusRing_4() const { return ___m_ExcludeFromFocusRing_4; } inline bool* get_address_of_m_ExcludeFromFocusRing_4() { return &___m_ExcludeFromFocusRing_4; } inline void set_m_ExcludeFromFocusRing_4(bool value) { ___m_ExcludeFromFocusRing_4 = value; } inline static int32_t get_offset_of_isIMGUIContainer_5() { return static_cast(offsetof(Focusable_t54CC145FEE85D2A5D92761C419288150CF5BEC14, ___isIMGUIContainer_5)); } inline bool get_isIMGUIContainer_5() const { return ___isIMGUIContainer_5; } inline bool* get_address_of_isIMGUIContainer_5() { return &___isIMGUIContainer_5; } inline void set_isIMGUIContainer_5(bool value) { ___isIMGUIContainer_5 = value; } }; // System.Int32 struct Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046 { 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_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046, ___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_t378EE0D608BD3107E77238E85F30D2BBD46981F3 { 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_t378EE0D608BD3107E77238E85F30D2BBD46981F3, ___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.Runtime.CompilerServices.IsReadOnlyAttribute struct IsReadOnlyAttribute_t9610E1835712EB13B89763BF77397C5A7D7809F0 : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 { public: public: }; // UnityEngine.Matrix4x4 struct Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461 { 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_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461, ___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_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461, ___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_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461, ___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_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461, ___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_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461, ___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_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461, ___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_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461, ___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_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461, ___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_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461, ___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_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461, ___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_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461, ___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_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461, ___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_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461, ___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_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461, ___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_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461, ___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_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461, ___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_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461_StaticFields { public: // UnityEngine.Matrix4x4 UnityEngine.Matrix4x4::zeroMatrix Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461 ___zeroMatrix_16; // UnityEngine.Matrix4x4 UnityEngine.Matrix4x4::identityMatrix Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461 ___identityMatrix_17; public: inline static int32_t get_offset_of_zeroMatrix_16() { return static_cast(offsetof(Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461_StaticFields, ___zeroMatrix_16)); } inline Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461 get_zeroMatrix_16() const { return ___zeroMatrix_16; } inline Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461 * get_address_of_zeroMatrix_16() { return &___zeroMatrix_16; } inline void set_zeroMatrix_16(Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461 value) { ___zeroMatrix_16 = value; } inline static int32_t get_offset_of_identityMatrix_17() { return static_cast(offsetof(Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461_StaticFields, ___identityMatrix_17)); } inline Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461 get_identityMatrix_17() const { return ___identityMatrix_17; } inline Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461 * get_address_of_identityMatrix_17() { return &___identityMatrix_17; } inline void set_identityMatrix_17(Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461 value) { ___identityMatrix_17 = value; } }; // UnityEngine.PropertyName struct PropertyName_t1B3B39F9873F8967D3557FE2CCF4E415F909FEC1 { public: // System.Int32 UnityEngine.PropertyName::id int32_t ___id_0; public: inline static int32_t get_offset_of_id_0() { return static_cast(offsetof(PropertyName_t1B3B39F9873F8967D3557FE2CCF4E415F909FEC1, ___id_0)); } inline int32_t get_id_0() const { return ___id_0; } inline int32_t* get_address_of_id_0() { return &___id_0; } inline void set_id_0(int32_t value) { ___id_0 = value; } }; // UnityEngine.Quaternion struct Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 { public: // System.Single UnityEngine.Quaternion::x float ___x_0; // System.Single UnityEngine.Quaternion::y float ___y_1; // System.Single UnityEngine.Quaternion::z float ___z_2; // System.Single UnityEngine.Quaternion::w float ___w_3; public: inline static int32_t get_offset_of_x_0() { return static_cast(offsetof(Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4, ___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(Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4, ___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; } inline static int32_t get_offset_of_z_2() { return static_cast(offsetof(Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4, ___z_2)); } inline float get_z_2() const { return ___z_2; } inline float* get_address_of_z_2() { return &___z_2; } inline void set_z_2(float value) { ___z_2 = value; } inline static int32_t get_offset_of_w_3() { return static_cast(offsetof(Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4, ___w_3)); } inline float get_w_3() const { return ___w_3; } inline float* get_address_of_w_3() { return &___w_3; } inline void set_w_3(float value) { ___w_3 = value; } }; struct Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4_StaticFields { public: // UnityEngine.Quaternion UnityEngine.Quaternion::identityQuaternion Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 ___identityQuaternion_4; public: inline static int32_t get_offset_of_identityQuaternion_4() { return static_cast(offsetof(Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4_StaticFields, ___identityQuaternion_4)); } inline Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 get_identityQuaternion_4() const { return ___identityQuaternion_4; } inline Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 * get_address_of_identityQuaternion_4() { return &___identityQuaternion_4; } inline void set_identityQuaternion_4(Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 value) { ___identityQuaternion_4 = value; } }; // UnityEngine.Rect struct Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 { 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_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878, ___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_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878, ___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_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878, ___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_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878, ___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.RectInt struct RectInt_tE7B8105A280C1AC73A4157ED41F9B86C9BD91E49 { public: // System.Int32 UnityEngine.RectInt::m_XMin int32_t ___m_XMin_0; // System.Int32 UnityEngine.RectInt::m_YMin int32_t ___m_YMin_1; // System.Int32 UnityEngine.RectInt::m_Width int32_t ___m_Width_2; // System.Int32 UnityEngine.RectInt::m_Height int32_t ___m_Height_3; public: inline static int32_t get_offset_of_m_XMin_0() { return static_cast(offsetof(RectInt_tE7B8105A280C1AC73A4157ED41F9B86C9BD91E49, ___m_XMin_0)); } inline int32_t get_m_XMin_0() const { return ___m_XMin_0; } inline int32_t* get_address_of_m_XMin_0() { return &___m_XMin_0; } inline void set_m_XMin_0(int32_t value) { ___m_XMin_0 = value; } inline static int32_t get_offset_of_m_YMin_1() { return static_cast(offsetof(RectInt_tE7B8105A280C1AC73A4157ED41F9B86C9BD91E49, ___m_YMin_1)); } inline int32_t get_m_YMin_1() const { return ___m_YMin_1; } inline int32_t* get_address_of_m_YMin_1() { return &___m_YMin_1; } inline void set_m_YMin_1(int32_t value) { ___m_YMin_1 = value; } inline static int32_t get_offset_of_m_Width_2() { return static_cast(offsetof(RectInt_tE7B8105A280C1AC73A4157ED41F9B86C9BD91E49, ___m_Width_2)); } inline int32_t get_m_Width_2() const { return ___m_Width_2; } inline int32_t* get_address_of_m_Width_2() { return &___m_Width_2; } inline void set_m_Width_2(int32_t value) { ___m_Width_2 = value; } inline static int32_t get_offset_of_m_Height_3() { return static_cast(offsetof(RectInt_tE7B8105A280C1AC73A4157ED41F9B86C9BD91E49, ___m_Height_3)); } inline int32_t get_m_Height_3() const { return ___m_Height_3; } inline int32_t* get_address_of_m_Height_3() { return &___m_Height_3; } inline void set_m_Height_3(int32_t value) { ___m_Height_3 = value; } }; // System.Single struct Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E { 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_tE07797BA3C98D4CA9B5A19413C19A76688AB899E, ___m_value_0)); } inline float get_m_value_0() const { return ___m_value_0; } inline float* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(float value) { ___m_value_0 = value; } }; // System.UInt16 struct UInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD { public: // System.UInt16 System.UInt16::m_value uint16_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(UInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD, ___m_value_0)); } inline uint16_t get_m_value_0() const { return ___m_value_0; } inline uint16_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(uint16_t value) { ___m_value_0 = value; } }; // System.UInt32 struct UInt32_tE60352A06233E4E69DD198BCC67142159F686B15 { 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_tE60352A06233E4E69DD198BCC67142159F686B15, ___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.UInt64 struct UInt64_tEC57511B3E3CA2DBA1BEBD434C6983E31C943281 { public: // System.UInt64 System.UInt64::m_value uint64_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(UInt64_tEC57511B3E3CA2DBA1BEBD434C6983E31C943281, ___m_value_0)); } inline uint64_t get_m_value_0() const { return ___m_value_0; } inline uint64_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(uint64_t value) { ___m_value_0 = value; } }; // UnityEngine.Vector2 struct Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 { 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_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9, ___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_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9, ___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_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9_StaticFields { public: // UnityEngine.Vector2 UnityEngine.Vector2::zeroVector Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___zeroVector_2; // UnityEngine.Vector2 UnityEngine.Vector2::oneVector Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___oneVector_3; // UnityEngine.Vector2 UnityEngine.Vector2::upVector Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___upVector_4; // UnityEngine.Vector2 UnityEngine.Vector2::downVector Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___downVector_5; // UnityEngine.Vector2 UnityEngine.Vector2::leftVector Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___leftVector_6; // UnityEngine.Vector2 UnityEngine.Vector2::rightVector Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___rightVector_7; // UnityEngine.Vector2 UnityEngine.Vector2::positiveInfinityVector Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___positiveInfinityVector_8; // UnityEngine.Vector2 UnityEngine.Vector2::negativeInfinityVector Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___negativeInfinityVector_9; public: inline static int32_t get_offset_of_zeroVector_2() { return static_cast(offsetof(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9_StaticFields, ___zeroVector_2)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_zeroVector_2() const { return ___zeroVector_2; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_zeroVector_2() { return &___zeroVector_2; } inline void set_zeroVector_2(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___zeroVector_2 = value; } inline static int32_t get_offset_of_oneVector_3() { return static_cast(offsetof(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9_StaticFields, ___oneVector_3)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_oneVector_3() const { return ___oneVector_3; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_oneVector_3() { return &___oneVector_3; } inline void set_oneVector_3(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___oneVector_3 = value; } inline static int32_t get_offset_of_upVector_4() { return static_cast(offsetof(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9_StaticFields, ___upVector_4)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_upVector_4() const { return ___upVector_4; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_upVector_4() { return &___upVector_4; } inline void set_upVector_4(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___upVector_4 = value; } inline static int32_t get_offset_of_downVector_5() { return static_cast(offsetof(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9_StaticFields, ___downVector_5)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_downVector_5() const { return ___downVector_5; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_downVector_5() { return &___downVector_5; } inline void set_downVector_5(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___downVector_5 = value; } inline static int32_t get_offset_of_leftVector_6() { return static_cast(offsetof(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9_StaticFields, ___leftVector_6)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_leftVector_6() const { return ___leftVector_6; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_leftVector_6() { return &___leftVector_6; } inline void set_leftVector_6(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___leftVector_6 = value; } inline static int32_t get_offset_of_rightVector_7() { return static_cast(offsetof(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9_StaticFields, ___rightVector_7)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_rightVector_7() const { return ___rightVector_7; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_rightVector_7() { return &___rightVector_7; } inline void set_rightVector_7(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___rightVector_7 = value; } inline static int32_t get_offset_of_positiveInfinityVector_8() { return static_cast(offsetof(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9_StaticFields, ___positiveInfinityVector_8)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_positiveInfinityVector_8() const { return ___positiveInfinityVector_8; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_positiveInfinityVector_8() { return &___positiveInfinityVector_8; } inline void set_positiveInfinityVector_8(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___positiveInfinityVector_8 = value; } inline static int32_t get_offset_of_negativeInfinityVector_9() { return static_cast(offsetof(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9_StaticFields, ___negativeInfinityVector_9)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_negativeInfinityVector_9() const { return ___negativeInfinityVector_9; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_negativeInfinityVector_9() { return &___negativeInfinityVector_9; } inline void set_negativeInfinityVector_9(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___negativeInfinityVector_9 = value; } }; // UnityEngine.Vector3 struct Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E { 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_t65B972D6A585A0A5B63153CF1177A90D3C90D65E, ___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_t65B972D6A585A0A5B63153CF1177A90D3C90D65E, ___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_t65B972D6A585A0A5B63153CF1177A90D3C90D65E, ___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_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_StaticFields { public: // UnityEngine.Vector3 UnityEngine.Vector3::zeroVector Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___zeroVector_5; // UnityEngine.Vector3 UnityEngine.Vector3::oneVector Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___oneVector_6; // UnityEngine.Vector3 UnityEngine.Vector3::upVector Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___upVector_7; // UnityEngine.Vector3 UnityEngine.Vector3::downVector Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___downVector_8; // UnityEngine.Vector3 UnityEngine.Vector3::leftVector Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___leftVector_9; // UnityEngine.Vector3 UnityEngine.Vector3::rightVector Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___rightVector_10; // UnityEngine.Vector3 UnityEngine.Vector3::forwardVector Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___forwardVector_11; // UnityEngine.Vector3 UnityEngine.Vector3::backVector Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___backVector_12; // UnityEngine.Vector3 UnityEngine.Vector3::positiveInfinityVector Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___positiveInfinityVector_13; // UnityEngine.Vector3 UnityEngine.Vector3::negativeInfinityVector Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___negativeInfinityVector_14; public: inline static int32_t get_offset_of_zeroVector_5() { return static_cast(offsetof(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_StaticFields, ___zeroVector_5)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_zeroVector_5() const { return ___zeroVector_5; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_zeroVector_5() { return &___zeroVector_5; } inline void set_zeroVector_5(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___zeroVector_5 = value; } inline static int32_t get_offset_of_oneVector_6() { return static_cast(offsetof(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_StaticFields, ___oneVector_6)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_oneVector_6() const { return ___oneVector_6; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_oneVector_6() { return &___oneVector_6; } inline void set_oneVector_6(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___oneVector_6 = value; } inline static int32_t get_offset_of_upVector_7() { return static_cast(offsetof(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_StaticFields, ___upVector_7)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_upVector_7() const { return ___upVector_7; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_upVector_7() { return &___upVector_7; } inline void set_upVector_7(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___upVector_7 = value; } inline static int32_t get_offset_of_downVector_8() { return static_cast(offsetof(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_StaticFields, ___downVector_8)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_downVector_8() const { return ___downVector_8; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_downVector_8() { return &___downVector_8; } inline void set_downVector_8(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___downVector_8 = value; } inline static int32_t get_offset_of_leftVector_9() { return static_cast(offsetof(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_StaticFields, ___leftVector_9)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_leftVector_9() const { return ___leftVector_9; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_leftVector_9() { return &___leftVector_9; } inline void set_leftVector_9(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___leftVector_9 = value; } inline static int32_t get_offset_of_rightVector_10() { return static_cast(offsetof(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_StaticFields, ___rightVector_10)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_rightVector_10() const { return ___rightVector_10; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_rightVector_10() { return &___rightVector_10; } inline void set_rightVector_10(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___rightVector_10 = value; } inline static int32_t get_offset_of_forwardVector_11() { return static_cast(offsetof(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_StaticFields, ___forwardVector_11)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_forwardVector_11() const { return ___forwardVector_11; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_forwardVector_11() { return &___forwardVector_11; } inline void set_forwardVector_11(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___forwardVector_11 = value; } inline static int32_t get_offset_of_backVector_12() { return static_cast(offsetof(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_StaticFields, ___backVector_12)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_backVector_12() const { return ___backVector_12; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_backVector_12() { return &___backVector_12; } inline void set_backVector_12(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___backVector_12 = value; } inline static int32_t get_offset_of_positiveInfinityVector_13() { return static_cast(offsetof(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_StaticFields, ___positiveInfinityVector_13)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_positiveInfinityVector_13() const { return ___positiveInfinityVector_13; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_positiveInfinityVector_13() { return &___positiveInfinityVector_13; } inline void set_positiveInfinityVector_13(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___positiveInfinityVector_13 = value; } inline static int32_t get_offset_of_negativeInfinityVector_14() { return static_cast(offsetof(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_StaticFields, ___negativeInfinityVector_14)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_negativeInfinityVector_14() const { return ___negativeInfinityVector_14; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_negativeInfinityVector_14() { return &___negativeInfinityVector_14; } inline void set_negativeInfinityVector_14(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___negativeInfinityVector_14 = value; } }; // UnityEngine.UIElements.VisualElementFocusChangeDirection struct VisualElementFocusChangeDirection_t824A7DA1115D0057B9F8CEA6BA307B172B485BFC : public FocusChangeDirection_t735EB259C7198DEC617BA20828C4F947F35C0118 { public: public: }; struct VisualElementFocusChangeDirection_t824A7DA1115D0057B9F8CEA6BA307B172B485BFC_StaticFields { public: // UnityEngine.UIElements.VisualElementFocusChangeDirection UnityEngine.UIElements.VisualElementFocusChangeDirection::s_Left VisualElementFocusChangeDirection_t824A7DA1115D0057B9F8CEA6BA307B172B485BFC * ___s_Left_4; // UnityEngine.UIElements.VisualElementFocusChangeDirection UnityEngine.UIElements.VisualElementFocusChangeDirection::s_Right VisualElementFocusChangeDirection_t824A7DA1115D0057B9F8CEA6BA307B172B485BFC * ___s_Right_5; public: inline static int32_t get_offset_of_s_Left_4() { return static_cast(offsetof(VisualElementFocusChangeDirection_t824A7DA1115D0057B9F8CEA6BA307B172B485BFC_StaticFields, ___s_Left_4)); } inline VisualElementFocusChangeDirection_t824A7DA1115D0057B9F8CEA6BA307B172B485BFC * get_s_Left_4() const { return ___s_Left_4; } inline VisualElementFocusChangeDirection_t824A7DA1115D0057B9F8CEA6BA307B172B485BFC ** get_address_of_s_Left_4() { return &___s_Left_4; } inline void set_s_Left_4(VisualElementFocusChangeDirection_t824A7DA1115D0057B9F8CEA6BA307B172B485BFC * value) { ___s_Left_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_Left_4), (void*)value); } inline static int32_t get_offset_of_s_Right_5() { return static_cast(offsetof(VisualElementFocusChangeDirection_t824A7DA1115D0057B9F8CEA6BA307B172B485BFC_StaticFields, ___s_Right_5)); } inline VisualElementFocusChangeDirection_t824A7DA1115D0057B9F8CEA6BA307B172B485BFC * get_s_Right_5() const { return ___s_Right_5; } inline VisualElementFocusChangeDirection_t824A7DA1115D0057B9F8CEA6BA307B172B485BFC ** get_address_of_s_Right_5() { return &___s_Right_5; } inline void set_s_Right_5(VisualElementFocusChangeDirection_t824A7DA1115D0057B9F8CEA6BA307B172B485BFC * value) { ___s_Right_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_Right_5), (void*)value); } }; // System.Void struct Void_t700C6383A2A510C2CF4DD86DABD5CA9FF70ADAC5 { public: union { struct { }; uint8_t Void_t700C6383A2A510C2CF4DD86DABD5CA9FF70ADAC5__padding[1]; }; public: }; // UnityEngine.UIElements.EventDispatcher/EventRecord struct EventRecord_t8282BF1910D22347919754211F2AA1F25F8BED01 { public: // UnityEngine.UIElements.EventBase UnityEngine.UIElements.EventDispatcher/EventRecord::m_Event EventBase_tADF8D0ADA92BAF80F76865BAC2E9D85A118D1967 * ___m_Event_0; // UnityEngine.UIElements.IPanel UnityEngine.UIElements.EventDispatcher/EventRecord::m_Panel RuntimeObject* ___m_Panel_1; public: inline static int32_t get_offset_of_m_Event_0() { return static_cast(offsetof(EventRecord_t8282BF1910D22347919754211F2AA1F25F8BED01, ___m_Event_0)); } inline EventBase_tADF8D0ADA92BAF80F76865BAC2E9D85A118D1967 * get_m_Event_0() const { return ___m_Event_0; } inline EventBase_tADF8D0ADA92BAF80F76865BAC2E9D85A118D1967 ** get_address_of_m_Event_0() { return &___m_Event_0; } inline void set_m_Event_0(EventBase_tADF8D0ADA92BAF80F76865BAC2E9D85A118D1967 * value) { ___m_Event_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Event_0), (void*)value); } inline static int32_t get_offset_of_m_Panel_1() { return static_cast(offsetof(EventRecord_t8282BF1910D22347919754211F2AA1F25F8BED01, ___m_Panel_1)); } inline RuntimeObject* get_m_Panel_1() const { return ___m_Panel_1; } inline RuntimeObject** get_address_of_m_Panel_1() { return &___m_Panel_1; } inline void set_m_Panel_1(RuntimeObject* value) { ___m_Panel_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Panel_1), (void*)value); } }; // Native definition for P/Invoke marshalling of UnityEngine.UIElements.EventDispatcher/EventRecord struct EventRecord_t8282BF1910D22347919754211F2AA1F25F8BED01_marshaled_pinvoke { EventBase_tADF8D0ADA92BAF80F76865BAC2E9D85A118D1967 * ___m_Event_0; RuntimeObject* ___m_Panel_1; }; // Native definition for COM marshalling of UnityEngine.UIElements.EventDispatcher/EventRecord struct EventRecord_t8282BF1910D22347919754211F2AA1F25F8BED01_marshaled_com { EventBase_tADF8D0ADA92BAF80F76865BAC2E9D85A118D1967 * ___m_Event_0; RuntimeObject* ___m_Panel_1; }; // UnityEngine.UIElements.FocusController/FocusedElement struct FocusedElement_tF9897C653908D7004ACBEC7265361828BA9DB206 { public: // UnityEngine.UIElements.VisualElement UnityEngine.UIElements.FocusController/FocusedElement::m_SubTreeRoot VisualElement_tAF72253CBD78143319BFE58F26C2349B2959C8C0 * ___m_SubTreeRoot_0; // UnityEngine.UIElements.Focusable UnityEngine.UIElements.FocusController/FocusedElement::m_FocusedElement Focusable_t54CC145FEE85D2A5D92761C419288150CF5BEC14 * ___m_FocusedElement_1; public: inline static int32_t get_offset_of_m_SubTreeRoot_0() { return static_cast(offsetof(FocusedElement_tF9897C653908D7004ACBEC7265361828BA9DB206, ___m_SubTreeRoot_0)); } inline VisualElement_tAF72253CBD78143319BFE58F26C2349B2959C8C0 * get_m_SubTreeRoot_0() const { return ___m_SubTreeRoot_0; } inline VisualElement_tAF72253CBD78143319BFE58F26C2349B2959C8C0 ** get_address_of_m_SubTreeRoot_0() { return &___m_SubTreeRoot_0; } inline void set_m_SubTreeRoot_0(VisualElement_tAF72253CBD78143319BFE58F26C2349B2959C8C0 * value) { ___m_SubTreeRoot_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_SubTreeRoot_0), (void*)value); } inline static int32_t get_offset_of_m_FocusedElement_1() { return static_cast(offsetof(FocusedElement_tF9897C653908D7004ACBEC7265361828BA9DB206, ___m_FocusedElement_1)); } inline Focusable_t54CC145FEE85D2A5D92761C419288150CF5BEC14 * get_m_FocusedElement_1() const { return ___m_FocusedElement_1; } inline Focusable_t54CC145FEE85D2A5D92761C419288150CF5BEC14 ** get_address_of_m_FocusedElement_1() { return &___m_FocusedElement_1; } inline void set_m_FocusedElement_1(Focusable_t54CC145FEE85D2A5D92761C419288150CF5BEC14 * value) { ___m_FocusedElement_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_FocusedElement_1), (void*)value); } }; // Native definition for P/Invoke marshalling of UnityEngine.UIElements.FocusController/FocusedElement struct FocusedElement_tF9897C653908D7004ACBEC7265361828BA9DB206_marshaled_pinvoke { VisualElement_tAF72253CBD78143319BFE58F26C2349B2959C8C0 * ___m_SubTreeRoot_0; Focusable_t54CC145FEE85D2A5D92761C419288150CF5BEC14 * ___m_FocusedElement_1; }; // Native definition for COM marshalling of UnityEngine.UIElements.FocusController/FocusedElement struct FocusedElement_tF9897C653908D7004ACBEC7265361828BA9DB206_marshaled_com { VisualElement_tAF72253CBD78143319BFE58F26C2349B2959C8C0 * ___m_SubTreeRoot_0; Focusable_t54CC145FEE85D2A5D92761C419288150CF5BEC14 * ___m_FocusedElement_1; }; // UnityEngine.GUIClip/ParentClipScope struct ParentClipScope_t9FB21521553F18246A5BFF73F59D122A4DC9D627 { public: // System.Boolean UnityEngine.GUIClip/ParentClipScope::m_Disposed bool ___m_Disposed_0; public: inline static int32_t get_offset_of_m_Disposed_0() { return static_cast(offsetof(ParentClipScope_t9FB21521553F18246A5BFF73F59D122A4DC9D627, ___m_Disposed_0)); } inline bool get_m_Disposed_0() const { return ___m_Disposed_0; } inline bool* get_address_of_m_Disposed_0() { return &___m_Disposed_0; } inline void set_m_Disposed_0(bool value) { ___m_Disposed_0 = value; } }; // Native definition for P/Invoke marshalling of UnityEngine.GUIClip/ParentClipScope struct ParentClipScope_t9FB21521553F18246A5BFF73F59D122A4DC9D627_marshaled_pinvoke { int32_t ___m_Disposed_0; }; // Native definition for COM marshalling of UnityEngine.GUIClip/ParentClipScope struct ParentClipScope_t9FB21521553F18246A5BFF73F59D122A4DC9D627_marshaled_com { int32_t ___m_Disposed_0; }; // UnityEngine.UIElements.InlineStyleAccess/InlineRule struct InlineRule_t1D191360683468194F69C647D7D3900BE9CE82B3 { public: // UnityEngine.UIElements.StyleSheet UnityEngine.UIElements.InlineStyleAccess/InlineRule::sheet StyleSheet_tB0EAD646842945D83386B5A06090AAFE6A60520F * ___sheet_0; // UnityEngine.UIElements.StyleProperty[] UnityEngine.UIElements.InlineStyleAccess/InlineRule::properties StylePropertyU5BU5D_t23669CD2671449ED8E1CE402285BCF84FF661EA8* ___properties_1; // UnityEngine.UIElements.StyleSheets.StylePropertyId[] UnityEngine.UIElements.InlineStyleAccess/InlineRule::propertyIds StylePropertyIdU5BU5D_t11EA3B9D660DB22C52822AB667E56A3DB1F4A26D* ___propertyIds_2; public: inline static int32_t get_offset_of_sheet_0() { return static_cast(offsetof(InlineRule_t1D191360683468194F69C647D7D3900BE9CE82B3, ___sheet_0)); } inline StyleSheet_tB0EAD646842945D83386B5A06090AAFE6A60520F * get_sheet_0() const { return ___sheet_0; } inline StyleSheet_tB0EAD646842945D83386B5A06090AAFE6A60520F ** get_address_of_sheet_0() { return &___sheet_0; } inline void set_sheet_0(StyleSheet_tB0EAD646842945D83386B5A06090AAFE6A60520F * value) { ___sheet_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___sheet_0), (void*)value); } inline static int32_t get_offset_of_properties_1() { return static_cast(offsetof(InlineRule_t1D191360683468194F69C647D7D3900BE9CE82B3, ___properties_1)); } inline StylePropertyU5BU5D_t23669CD2671449ED8E1CE402285BCF84FF661EA8* get_properties_1() const { return ___properties_1; } inline StylePropertyU5BU5D_t23669CD2671449ED8E1CE402285BCF84FF661EA8** get_address_of_properties_1() { return &___properties_1; } inline void set_properties_1(StylePropertyU5BU5D_t23669CD2671449ED8E1CE402285BCF84FF661EA8* value) { ___properties_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___properties_1), (void*)value); } inline static int32_t get_offset_of_propertyIds_2() { return static_cast(offsetof(InlineRule_t1D191360683468194F69C647D7D3900BE9CE82B3, ___propertyIds_2)); } inline StylePropertyIdU5BU5D_t11EA3B9D660DB22C52822AB667E56A3DB1F4A26D* get_propertyIds_2() const { return ___propertyIds_2; } inline StylePropertyIdU5BU5D_t11EA3B9D660DB22C52822AB667E56A3DB1F4A26D** get_address_of_propertyIds_2() { return &___propertyIds_2; } inline void set_propertyIds_2(StylePropertyIdU5BU5D_t11EA3B9D660DB22C52822AB667E56A3DB1F4A26D* value) { ___propertyIds_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___propertyIds_2), (void*)value); } }; // Native definition for P/Invoke marshalling of UnityEngine.UIElements.InlineStyleAccess/InlineRule struct InlineRule_t1D191360683468194F69C647D7D3900BE9CE82B3_marshaled_pinvoke { StyleSheet_tB0EAD646842945D83386B5A06090AAFE6A60520F * ___sheet_0; StylePropertyU5BU5D_t23669CD2671449ED8E1CE402285BCF84FF661EA8* ___properties_1; int32_t* ___propertyIds_2; }; // Native definition for COM marshalling of UnityEngine.UIElements.InlineStyleAccess/InlineRule struct InlineRule_t1D191360683468194F69C647D7D3900BE9CE82B3_marshaled_com { StyleSheet_tB0EAD646842945D83386B5A06090AAFE6A60520F * ___sheet_0; StylePropertyU5BU5D_t23669CD2671449ED8E1CE402285BCF84FF661EA8* ___properties_1; int32_t* ___propertyIds_2; }; // UnityEngine.UIElements.VisualElement/Hierarchy struct Hierarchy_t72E95B8C6B44F6CEAF66A6A59564EB373D0A7076 { public: // UnityEngine.UIElements.VisualElement UnityEngine.UIElements.VisualElement/Hierarchy::m_Owner VisualElement_tAF72253CBD78143319BFE58F26C2349B2959C8C0 * ___m_Owner_0; public: inline static int32_t get_offset_of_m_Owner_0() { return static_cast(offsetof(Hierarchy_t72E95B8C6B44F6CEAF66A6A59564EB373D0A7076, ___m_Owner_0)); } inline VisualElement_tAF72253CBD78143319BFE58F26C2349B2959C8C0 * get_m_Owner_0() const { return ___m_Owner_0; } inline VisualElement_tAF72253CBD78143319BFE58F26C2349B2959C8C0 ** get_address_of_m_Owner_0() { return &___m_Owner_0; } inline void set_m_Owner_0(VisualElement_tAF72253CBD78143319BFE58F26C2349B2959C8C0 * value) { ___m_Owner_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Owner_0), (void*)value); } }; // Native definition for P/Invoke marshalling of UnityEngine.UIElements.VisualElement/Hierarchy struct Hierarchy_t72E95B8C6B44F6CEAF66A6A59564EB373D0A7076_marshaled_pinvoke { VisualElement_tAF72253CBD78143319BFE58F26C2349B2959C8C0 * ___m_Owner_0; }; // Native definition for COM marshalling of UnityEngine.UIElements.VisualElement/Hierarchy struct Hierarchy_t72E95B8C6B44F6CEAF66A6A59564EB373D0A7076_marshaled_com { VisualElement_tAF72253CBD78143319BFE58F26C2349B2959C8C0 * ___m_Owner_0; }; // System.Collections.Generic.List`1/Enumerator struct Enumerator_tD5B99DCCF1F2D9537B88D50339A26665C4DB6633 { public: // System.Collections.Generic.List`1 System.Collections.Generic.List`1/Enumerator::list List_1_tCD74EF8BC539549FF2F92038F46DC476D31C2308 * ___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 FocusedElement_tF9897C653908D7004ACBEC7265361828BA9DB206 ___current_3; public: inline static int32_t get_offset_of_list_0() { return static_cast(offsetof(Enumerator_tD5B99DCCF1F2D9537B88D50339A26665C4DB6633, ___list_0)); } inline List_1_tCD74EF8BC539549FF2F92038F46DC476D31C2308 * get_list_0() const { return ___list_0; } inline List_1_tCD74EF8BC539549FF2F92038F46DC476D31C2308 ** get_address_of_list_0() { return &___list_0; } inline void set_list_0(List_1_tCD74EF8BC539549FF2F92038F46DC476D31C2308 * value) { ___list_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___list_0), (void*)value); } inline static int32_t get_offset_of_index_1() { return static_cast(offsetof(Enumerator_tD5B99DCCF1F2D9537B88D50339A26665C4DB6633, ___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_tD5B99DCCF1F2D9537B88D50339A26665C4DB6633, ___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_tD5B99DCCF1F2D9537B88D50339A26665C4DB6633, ___current_3)); } inline FocusedElement_tF9897C653908D7004ACBEC7265361828BA9DB206 get_current_3() const { return ___current_3; } inline FocusedElement_tF9897C653908D7004ACBEC7265361828BA9DB206 * get_address_of_current_3() { return &___current_3; } inline void set_current_3(FocusedElement_tF9897C653908D7004ACBEC7265361828BA9DB206 value) { ___current_3 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___current_3))->___m_SubTreeRoot_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___current_3))->___m_FocusedElement_1), (void*)NULL); #endif } }; // UnityEngine.UIElements.AddressMode struct AddressMode_tBFA1937F17162DA8458F0F0475C32775CA735E99 { public: // System.Int32 UnityEngine.UIElements.AddressMode::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(AddressMode_tBFA1937F17162DA8458F0F0475C32775CA735E99, ___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.UIElements.Align struct Align_tE4848C66FB87E85CFD96EC84E4FD4AFD919BEEFA { public: // System.Int32 UnityEngine.UIElements.Align::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(Align_tE4848C66FB87E85CFD96EC84E4FD4AFD919BEEFA, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Reflection.BindingFlags struct BindingFlags_tAAAB07D9AC588F0D55D844E51D7035E96DF94733 { public: // System.Int32 System.Reflection.BindingFlags::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(BindingFlags_tAAAB07D9AC588F0D55D844E51D7035E96DF94733, ___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.UIElements.CallbackPhase struct CallbackPhase_t6570C0992B5957C80B4BDD9B8686DAE22D2187F2 { public: // System.Int32 UnityEngine.UIElements.CallbackPhase::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(CallbackPhase_t6570C0992B5957C80B4BDD9B8686DAE22D2187F2, ___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.UIElements.UIR.Implementation.ClipMethod struct ClipMethod_tA71C87935076956E9F6744172102E0169C36420F { public: // System.Int32 UnityEngine.UIElements.UIR.Implementation.ClipMethod::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(ClipMethod_tA71C87935076956E9F6744172102E0169C36420F, ___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.UIElements.UIR.CommandType struct CommandType_tE5CBAC4FE5D78B23EDBE57CDA26AD2A7D153262F { public: // System.Int32 UnityEngine.UIElements.UIR.CommandType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(CommandType_tE5CBAC4FE5D78B23EDBE57CDA26AD2A7D153262F, ___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.UIElements.ContextType struct ContextType_tBB40E55BBAA9BDDE6E882CAB48BF3516DE29C24D { public: // System.Int32 UnityEngine.UIElements.ContextType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(ContextType_tBB40E55BBAA9BDDE6E882CAB48BF3516DE29C24D, ___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.UIElements.Cursor struct Cursor_t6FF56333603B811AE4BB9A0C7D66B88D874A4C4F { public: // UnityEngine.Texture2D UnityEngine.UIElements.Cursor::k__BackingField Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF * ___U3CtextureU3Ek__BackingField_0; // UnityEngine.Vector2 UnityEngine.UIElements.Cursor::k__BackingField Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___U3ChotspotU3Ek__BackingField_1; // System.Int32 UnityEngine.UIElements.Cursor::k__BackingField int32_t ___U3CdefaultCursorIdU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CtextureU3Ek__BackingField_0() { return static_cast(offsetof(Cursor_t6FF56333603B811AE4BB9A0C7D66B88D874A4C4F, ___U3CtextureU3Ek__BackingField_0)); } inline Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF * get_U3CtextureU3Ek__BackingField_0() const { return ___U3CtextureU3Ek__BackingField_0; } inline Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF ** get_address_of_U3CtextureU3Ek__BackingField_0() { return &___U3CtextureU3Ek__BackingField_0; } inline void set_U3CtextureU3Ek__BackingField_0(Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF * value) { ___U3CtextureU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CtextureU3Ek__BackingField_0), (void*)value); } inline static int32_t get_offset_of_U3ChotspotU3Ek__BackingField_1() { return static_cast(offsetof(Cursor_t6FF56333603B811AE4BB9A0C7D66B88D874A4C4F, ___U3ChotspotU3Ek__BackingField_1)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_U3ChotspotU3Ek__BackingField_1() const { return ___U3ChotspotU3Ek__BackingField_1; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_U3ChotspotU3Ek__BackingField_1() { return &___U3ChotspotU3Ek__BackingField_1; } inline void set_U3ChotspotU3Ek__BackingField_1(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___U3ChotspotU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_U3CdefaultCursorIdU3Ek__BackingField_2() { return static_cast(offsetof(Cursor_t6FF56333603B811AE4BB9A0C7D66B88D874A4C4F, ___U3CdefaultCursorIdU3Ek__BackingField_2)); } inline int32_t get_U3CdefaultCursorIdU3Ek__BackingField_2() const { return ___U3CdefaultCursorIdU3Ek__BackingField_2; } inline int32_t* get_address_of_U3CdefaultCursorIdU3Ek__BackingField_2() { return &___U3CdefaultCursorIdU3Ek__BackingField_2; } inline void set_U3CdefaultCursorIdU3Ek__BackingField_2(int32_t value) { ___U3CdefaultCursorIdU3Ek__BackingField_2 = value; } }; // Native definition for P/Invoke marshalling of UnityEngine.UIElements.Cursor struct Cursor_t6FF56333603B811AE4BB9A0C7D66B88D874A4C4F_marshaled_pinvoke { Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF * ___U3CtextureU3Ek__BackingField_0; Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___U3ChotspotU3Ek__BackingField_1; int32_t ___U3CdefaultCursorIdU3Ek__BackingField_2; }; // Native definition for COM marshalling of UnityEngine.UIElements.Cursor struct Cursor_t6FF56333603B811AE4BB9A0C7D66B88D874A4C4F_marshaled_com { Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF * ___U3CtextureU3Ek__BackingField_0; Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___U3ChotspotU3Ek__BackingField_1; int32_t ___U3CdefaultCursorIdU3Ek__BackingField_2; }; // UnityEngine.UIElements.StyleSheets.Syntax.DataType struct DataType_t2C7120155C58DE6C55013172AA4D897CC56F1BC9 { public: // System.Int32 UnityEngine.UIElements.StyleSheets.Syntax.DataType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(DataType_t2C7120155C58DE6C55013172AA4D897CC56F1BC9, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.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_t17DD30660E330C49381DAA99F934BE75CB11F288 * ___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_t17DD30660E330C49381DAA99F934BE75CB11F288 * get_data_9() const { return ___data_9; } inline DelegateData_t17DD30660E330C49381DAA99F934BE75CB11F288 ** get_address_of_data_9() { return &___data_9; } inline void set_data_9(DelegateData_t17DD30660E330C49381DAA99F934BE75CB11F288 * 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_t17DD30660E330C49381DAA99F934BE75CB11F288 * ___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_t17DD30660E330C49381DAA99F934BE75CB11F288 * ___data_9; int32_t ___method_is_virtual_10; }; // UnityEngine.UIElements.DispatchMode struct DispatchMode_t7478B918A948E54B3A42D030C764D728B0C3AAED { public: // System.Int32 UnityEngine.UIElements.DispatchMode::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(DispatchMode_t7478B918A948E54B3A42D030C764D728B0C3AAED, ___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.UIElements.DisplayStyle struct DisplayStyle_t750B52FEB6F4EDF253020C8545E6460B39DC6A64 { public: // System.Int32 UnityEngine.UIElements.DisplayStyle::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(DisplayStyle_t750B52FEB6F4EDF253020C8545E6460B39DC6A64, ___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.Event struct Event_tED49F8EC5A2514F6E877E301B1AB7ABE4647253E : public RuntimeObject { public: // System.IntPtr UnityEngine.Event::m_Ptr intptr_t ___m_Ptr_0; public: inline static int32_t get_offset_of_m_Ptr_0() { return static_cast(offsetof(Event_tED49F8EC5A2514F6E877E301B1AB7ABE4647253E, ___m_Ptr_0)); } inline intptr_t get_m_Ptr_0() const { return ___m_Ptr_0; } inline intptr_t* get_address_of_m_Ptr_0() { return &___m_Ptr_0; } inline void set_m_Ptr_0(intptr_t value) { ___m_Ptr_0 = value; } }; struct Event_tED49F8EC5A2514F6E877E301B1AB7ABE4647253E_StaticFields { public: // UnityEngine.Event UnityEngine.Event::s_Current Event_tED49F8EC5A2514F6E877E301B1AB7ABE4647253E * ___s_Current_1; // UnityEngine.Event UnityEngine.Event::s_MasterEvent Event_tED49F8EC5A2514F6E877E301B1AB7ABE4647253E * ___s_MasterEvent_2; public: inline static int32_t get_offset_of_s_Current_1() { return static_cast(offsetof(Event_tED49F8EC5A2514F6E877E301B1AB7ABE4647253E_StaticFields, ___s_Current_1)); } inline Event_tED49F8EC5A2514F6E877E301B1AB7ABE4647253E * get_s_Current_1() const { return ___s_Current_1; } inline Event_tED49F8EC5A2514F6E877E301B1AB7ABE4647253E ** get_address_of_s_Current_1() { return &___s_Current_1; } inline void set_s_Current_1(Event_tED49F8EC5A2514F6E877E301B1AB7ABE4647253E * value) { ___s_Current_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_Current_1), (void*)value); } inline static int32_t get_offset_of_s_MasterEvent_2() { return static_cast(offsetof(Event_tED49F8EC5A2514F6E877E301B1AB7ABE4647253E_StaticFields, ___s_MasterEvent_2)); } inline Event_tED49F8EC5A2514F6E877E301B1AB7ABE4647253E * get_s_MasterEvent_2() const { return ___s_MasterEvent_2; } inline Event_tED49F8EC5A2514F6E877E301B1AB7ABE4647253E ** get_address_of_s_MasterEvent_2() { return &___s_MasterEvent_2; } inline void set_s_MasterEvent_2(Event_tED49F8EC5A2514F6E877E301B1AB7ABE4647253E * value) { ___s_MasterEvent_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_MasterEvent_2), (void*)value); } }; // Native definition for P/Invoke marshalling of UnityEngine.Event struct Event_tED49F8EC5A2514F6E877E301B1AB7ABE4647253E_marshaled_pinvoke { intptr_t ___m_Ptr_0; }; // Native definition for COM marshalling of UnityEngine.Event struct Event_tED49F8EC5A2514F6E877E301B1AB7ABE4647253E_marshaled_com { intptr_t ___m_Ptr_0; }; // UnityEngine.EventModifiers struct EventModifiers_t74E579DA08774C9BED20643F03DA610285143BFA { 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_t74E579DA08774C9BED20643F03DA610285143BFA, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // UnityEngine.EventType struct EventType_t7441C817FAEEF7090BC0D9084E6DB3E7F635815F { public: // System.Int32 UnityEngine.EventType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(EventType_t7441C817FAEEF7090BC0D9084E6DB3E7F635815F, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.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_tDE44F029589A028F8A3053C5C06153FAB4AAE29F * ____safeSerializationManager_13; // System.Diagnostics.StackTrace[] System.Exception::captured_traces StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971* ___captured_traces_14; // System.IntPtr[] System.Exception::native_trace_ips IntPtrU5BU5D_t27FC72B0409D75AAF33EC42498E8094E95FEE9A6* ___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_tDE44F029589A028F8A3053C5C06153FAB4AAE29F * get__safeSerializationManager_13() const { return ____safeSerializationManager_13; } inline SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F ** get_address_of__safeSerializationManager_13() { return &____safeSerializationManager_13; } inline void set__safeSerializationManager_13(SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F * 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_t4AD999C288CB6D1F38A299D12B1598D606588971* get_captured_traces_14() const { return ___captured_traces_14; } inline StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971** get_address_of_captured_traces_14() { return &___captured_traces_14; } inline void set_captured_traces_14(StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971* 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_t27FC72B0409D75AAF33EC42498E8094E95FEE9A6* get_native_trace_ips_15() const { return ___native_trace_ips_15; } inline IntPtrU5BU5D_t27FC72B0409D75AAF33EC42498E8094E95FEE9A6** get_address_of_native_trace_ips_15() { return &___native_trace_ips_15; } inline void set_native_trace_ips_15(IntPtrU5BU5D_t27FC72B0409D75AAF33EC42498E8094E95FEE9A6* 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_tDE44F029589A028F8A3053C5C06153FAB4AAE29F * ____safeSerializationManager_13; StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971* ___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_tDE44F029589A028F8A3053C5C06153FAB4AAE29F * ____safeSerializationManager_13; StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971* ___captured_traces_14; Il2CppSafeArray/*NONE*/* ___native_trace_ips_15; }; // UnityEngine.UIElements.StyleSheets.Syntax.ExpressionCombinator struct ExpressionCombinator_t895C4BE15C95E61EBD27B935B43823B76A002DAF { public: // System.Int32 UnityEngine.UIElements.StyleSheets.Syntax.ExpressionCombinator::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(ExpressionCombinator_t895C4BE15C95E61EBD27B935B43823B76A002DAF, ___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.UIElements.StyleSheets.Syntax.ExpressionMultiplierType struct ExpressionMultiplierType_t8AA0FEF219DE8DED0ADAB1A85B68F683512BB1C2 { public: // System.Int32 UnityEngine.UIElements.StyleSheets.Syntax.ExpressionMultiplierType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(ExpressionMultiplierType_t8AA0FEF219DE8DED0ADAB1A85B68F683512BB1C2, ___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.UIElements.StyleSheets.Syntax.ExpressionType struct ExpressionType_t0C2A8372027E8024C64AD21EFCB0BCD53617F76B { public: // System.Int32 UnityEngine.UIElements.StyleSheets.Syntax.ExpressionType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(ExpressionType_t0C2A8372027E8024C64AD21EFCB0BCD53617F76B, ___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.UIElements.FlexDirection struct FlexDirection_tF9FE317416B166F44DD6ADDB5D04A74762E378B0 { public: // System.Int32 UnityEngine.UIElements.FlexDirection::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(FlexDirection_tF9FE317416B166F44DD6ADDB5D04A74762E378B0, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // UnityEngine.FontStyle struct FontStyle_t98609253DA79E5B3198BD60AD3518C5B6A2DCF96 { public: // System.Int32 UnityEngine.FontStyle::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(FontStyle_t98609253DA79E5B3198BD60AD3518C5B6A2DCF96, ___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.GUILayoutEntry struct GUILayoutEntry_t2999ED021CB0F188187989AC009621F0AE73A5DE : public RuntimeObject { public: // System.Single UnityEngine.GUILayoutEntry::minWidth float ___minWidth_0; // System.Single UnityEngine.GUILayoutEntry::maxWidth float ___maxWidth_1; // System.Single UnityEngine.GUILayoutEntry::minHeight float ___minHeight_2; // System.Single UnityEngine.GUILayoutEntry::maxHeight float ___maxHeight_3; // UnityEngine.Rect UnityEngine.GUILayoutEntry::rect Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 ___rect_4; // System.Int32 UnityEngine.GUILayoutEntry::stretchWidth int32_t ___stretchWidth_5; // System.Int32 UnityEngine.GUILayoutEntry::stretchHeight int32_t ___stretchHeight_6; // System.Boolean UnityEngine.GUILayoutEntry::consideredForMargin bool ___consideredForMargin_7; // UnityEngine.GUIStyle UnityEngine.GUILayoutEntry::m_Style GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726 * ___m_Style_8; public: inline static int32_t get_offset_of_minWidth_0() { return static_cast(offsetof(GUILayoutEntry_t2999ED021CB0F188187989AC009621F0AE73A5DE, ___minWidth_0)); } inline float get_minWidth_0() const { return ___minWidth_0; } inline float* get_address_of_minWidth_0() { return &___minWidth_0; } inline void set_minWidth_0(float value) { ___minWidth_0 = value; } inline static int32_t get_offset_of_maxWidth_1() { return static_cast(offsetof(GUILayoutEntry_t2999ED021CB0F188187989AC009621F0AE73A5DE, ___maxWidth_1)); } inline float get_maxWidth_1() const { return ___maxWidth_1; } inline float* get_address_of_maxWidth_1() { return &___maxWidth_1; } inline void set_maxWidth_1(float value) { ___maxWidth_1 = value; } inline static int32_t get_offset_of_minHeight_2() { return static_cast(offsetof(GUILayoutEntry_t2999ED021CB0F188187989AC009621F0AE73A5DE, ___minHeight_2)); } inline float get_minHeight_2() const { return ___minHeight_2; } inline float* get_address_of_minHeight_2() { return &___minHeight_2; } inline void set_minHeight_2(float value) { ___minHeight_2 = value; } inline static int32_t get_offset_of_maxHeight_3() { return static_cast(offsetof(GUILayoutEntry_t2999ED021CB0F188187989AC009621F0AE73A5DE, ___maxHeight_3)); } inline float get_maxHeight_3() const { return ___maxHeight_3; } inline float* get_address_of_maxHeight_3() { return &___maxHeight_3; } inline void set_maxHeight_3(float value) { ___maxHeight_3 = value; } inline static int32_t get_offset_of_rect_4() { return static_cast(offsetof(GUILayoutEntry_t2999ED021CB0F188187989AC009621F0AE73A5DE, ___rect_4)); } inline Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 get_rect_4() const { return ___rect_4; } inline Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 * get_address_of_rect_4() { return &___rect_4; } inline void set_rect_4(Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 value) { ___rect_4 = value; } inline static int32_t get_offset_of_stretchWidth_5() { return static_cast(offsetof(GUILayoutEntry_t2999ED021CB0F188187989AC009621F0AE73A5DE, ___stretchWidth_5)); } inline int32_t get_stretchWidth_5() const { return ___stretchWidth_5; } inline int32_t* get_address_of_stretchWidth_5() { return &___stretchWidth_5; } inline void set_stretchWidth_5(int32_t value) { ___stretchWidth_5 = value; } inline static int32_t get_offset_of_stretchHeight_6() { return static_cast(offsetof(GUILayoutEntry_t2999ED021CB0F188187989AC009621F0AE73A5DE, ___stretchHeight_6)); } inline int32_t get_stretchHeight_6() const { return ___stretchHeight_6; } inline int32_t* get_address_of_stretchHeight_6() { return &___stretchHeight_6; } inline void set_stretchHeight_6(int32_t value) { ___stretchHeight_6 = value; } inline static int32_t get_offset_of_consideredForMargin_7() { return static_cast(offsetof(GUILayoutEntry_t2999ED021CB0F188187989AC009621F0AE73A5DE, ___consideredForMargin_7)); } inline bool get_consideredForMargin_7() const { return ___consideredForMargin_7; } inline bool* get_address_of_consideredForMargin_7() { return &___consideredForMargin_7; } inline void set_consideredForMargin_7(bool value) { ___consideredForMargin_7 = value; } inline static int32_t get_offset_of_m_Style_8() { return static_cast(offsetof(GUILayoutEntry_t2999ED021CB0F188187989AC009621F0AE73A5DE, ___m_Style_8)); } inline GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726 * get_m_Style_8() const { return ___m_Style_8; } inline GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726 ** get_address_of_m_Style_8() { return &___m_Style_8; } inline void set_m_Style_8(GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726 * value) { ___m_Style_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Style_8), (void*)value); } }; struct GUILayoutEntry_t2999ED021CB0F188187989AC009621F0AE73A5DE_StaticFields { public: // UnityEngine.Rect UnityEngine.GUILayoutEntry::kDummyRect Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 ___kDummyRect_9; // System.Int32 UnityEngine.GUILayoutEntry::indent int32_t ___indent_10; public: inline static int32_t get_offset_of_kDummyRect_9() { return static_cast(offsetof(GUILayoutEntry_t2999ED021CB0F188187989AC009621F0AE73A5DE_StaticFields, ___kDummyRect_9)); } inline Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 get_kDummyRect_9() const { return ___kDummyRect_9; } inline Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 * get_address_of_kDummyRect_9() { return &___kDummyRect_9; } inline void set_kDummyRect_9(Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 value) { ___kDummyRect_9 = value; } inline static int32_t get_offset_of_indent_10() { return static_cast(offsetof(GUILayoutEntry_t2999ED021CB0F188187989AC009621F0AE73A5DE_StaticFields, ___indent_10)); } inline int32_t get_indent_10() const { return ___indent_10; } inline int32_t* get_address_of_indent_10() { return &___indent_10; } inline void set_indent_10(int32_t value) { ___indent_10 = value; } }; // UnityEngine.UIElements.GradientType struct GradientType_t803A84C089B393299F1958D956B0D52A7443F5DA { public: // System.Int32 UnityEngine.UIElements.GradientType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(GradientType_t803A84C089B393299F1958D956B0D52A7443F5DA, ___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.UIElements.HierarchyChangeType struct HierarchyChangeType_t40FF640609945901A8CF69D73B5D5C3230CD0321 { public: // System.Int32 UnityEngine.UIElements.HierarchyChangeType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(HierarchyChangeType_t40FF640609945901A8CF69D73B5D5C3230CD0321, ___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.UIElements.Justify struct Justify_t533E9C4B4BF06CA4F567CEEE354981055A5DD056 { public: // System.Int32 UnityEngine.UIElements.Justify::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(Justify_t533E9C4B4BF06CA4F567CEEE354981055A5DD056, ___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_t1D303F7D061BF4429872E9F109ADDBCB431671F4 { 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_t1D303F7D061BF4429872E9F109ADDBCB431671F4, ___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; } }; // Unity.Profiling.LowLevel.MarkerFlags struct MarkerFlags_t4A8B5185BAD24803CE9A57187867CB93451AA9E8 { public: // System.UInt16 Unity.Profiling.LowLevel.MarkerFlags::value__ uint16_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(MarkerFlags_t4A8B5185BAD24803CE9A57187867CB93451AA9E8, ___value___2)); } inline uint16_t get_value___2() const { return ___value___2; } inline uint16_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(uint16_t value) { ___value___2 = value; } }; // UnityEngine.UIElements.UIR.MeshHandle struct MeshHandle_tA7A439464E73D2821B9D24EF75EC719A74C441ED : public LinkedPoolItem_1_tA045C3054D704547F777F9EE782948DE268DFFF2 { public: // UnityEngine.UIElements.UIR.Alloc UnityEngine.UIElements.UIR.MeshHandle::allocVerts Alloc_tE0F737C911AA97E63C14F6F9910E900B3BD13FCB ___allocVerts_1; // UnityEngine.UIElements.UIR.Alloc UnityEngine.UIElements.UIR.MeshHandle::allocIndices Alloc_tE0F737C911AA97E63C14F6F9910E900B3BD13FCB ___allocIndices_2; // System.UInt32 UnityEngine.UIElements.UIR.MeshHandle::triangleCount uint32_t ___triangleCount_3; // UnityEngine.UIElements.UIR.Page UnityEngine.UIElements.UIR.MeshHandle::allocPage Page_t0EB186A021F1A37CDD86DA93E111FF9F411B8DB1 * ___allocPage_4; // System.UInt32 UnityEngine.UIElements.UIR.MeshHandle::allocTime uint32_t ___allocTime_5; // System.UInt32 UnityEngine.UIElements.UIR.MeshHandle::updateAllocID uint32_t ___updateAllocID_6; public: inline static int32_t get_offset_of_allocVerts_1() { return static_cast(offsetof(MeshHandle_tA7A439464E73D2821B9D24EF75EC719A74C441ED, ___allocVerts_1)); } inline Alloc_tE0F737C911AA97E63C14F6F9910E900B3BD13FCB get_allocVerts_1() const { return ___allocVerts_1; } inline Alloc_tE0F737C911AA97E63C14F6F9910E900B3BD13FCB * get_address_of_allocVerts_1() { return &___allocVerts_1; } inline void set_allocVerts_1(Alloc_tE0F737C911AA97E63C14F6F9910E900B3BD13FCB value) { ___allocVerts_1 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___allocVerts_1))->___handle_2), (void*)NULL); } inline static int32_t get_offset_of_allocIndices_2() { return static_cast(offsetof(MeshHandle_tA7A439464E73D2821B9D24EF75EC719A74C441ED, ___allocIndices_2)); } inline Alloc_tE0F737C911AA97E63C14F6F9910E900B3BD13FCB get_allocIndices_2() const { return ___allocIndices_2; } inline Alloc_tE0F737C911AA97E63C14F6F9910E900B3BD13FCB * get_address_of_allocIndices_2() { return &___allocIndices_2; } inline void set_allocIndices_2(Alloc_tE0F737C911AA97E63C14F6F9910E900B3BD13FCB value) { ___allocIndices_2 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___allocIndices_2))->___handle_2), (void*)NULL); } inline static int32_t get_offset_of_triangleCount_3() { return static_cast(offsetof(MeshHandle_tA7A439464E73D2821B9D24EF75EC719A74C441ED, ___triangleCount_3)); } inline uint32_t get_triangleCount_3() const { return ___triangleCount_3; } inline uint32_t* get_address_of_triangleCount_3() { return &___triangleCount_3; } inline void set_triangleCount_3(uint32_t value) { ___triangleCount_3 = value; } inline static int32_t get_offset_of_allocPage_4() { return static_cast(offsetof(MeshHandle_tA7A439464E73D2821B9D24EF75EC719A74C441ED, ___allocPage_4)); } inline Page_t0EB186A021F1A37CDD86DA93E111FF9F411B8DB1 * get_allocPage_4() const { return ___allocPage_4; } inline Page_t0EB186A021F1A37CDD86DA93E111FF9F411B8DB1 ** get_address_of_allocPage_4() { return &___allocPage_4; } inline void set_allocPage_4(Page_t0EB186A021F1A37CDD86DA93E111FF9F411B8DB1 * value) { ___allocPage_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___allocPage_4), (void*)value); } inline static int32_t get_offset_of_allocTime_5() { return static_cast(offsetof(MeshHandle_tA7A439464E73D2821B9D24EF75EC719A74C441ED, ___allocTime_5)); } inline uint32_t get_allocTime_5() const { return ___allocTime_5; } inline uint32_t* get_address_of_allocTime_5() { return &___allocTime_5; } inline void set_allocTime_5(uint32_t value) { ___allocTime_5 = value; } inline static int32_t get_offset_of_updateAllocID_6() { return static_cast(offsetof(MeshHandle_tA7A439464E73D2821B9D24EF75EC719A74C441ED, ___updateAllocID_6)); } inline uint32_t get_updateAllocID_6() const { return ___updateAllocID_6; } inline uint32_t* get_address_of_updateAllocID_6() { return &___updateAllocID_6; } inline void set_updateAllocID_6(uint32_t value) { ___updateAllocID_6 = value; } }; // System.Globalization.NumberStyles struct NumberStyles_t379EFBF2535E1C950DEC8042704BB663BF636594 { public: // System.Int32 System.Globalization.NumberStyles::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(NumberStyles_t379EFBF2535E1C950DEC8042704BB663BF636594, ___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_tF2F3778131EFF286AF62B7B013A170F95A91571A : 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_tF2F3778131EFF286AF62B7B013A170F95A91571A, ___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_tF2F3778131EFF286AF62B7B013A170F95A91571A_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_tF2F3778131EFF286AF62B7B013A170F95A91571A_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_tF2F3778131EFF286AF62B7B013A170F95A91571A_marshaled_pinvoke { intptr_t ___m_CachedPtr_0; }; // Native definition for COM marshalling of UnityEngine.Object struct Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_marshaled_com { intptr_t ___m_CachedPtr_0; }; // UnityEngine.ObjectGUIState struct ObjectGUIState_t97CC7EF5BDB43F70877D3FE79657C78065923193 : public RuntimeObject { public: // System.IntPtr UnityEngine.ObjectGUIState::m_Ptr intptr_t ___m_Ptr_0; public: inline static int32_t get_offset_of_m_Ptr_0() { return static_cast(offsetof(ObjectGUIState_t97CC7EF5BDB43F70877D3FE79657C78065923193, ___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; } }; // UnityEngine.UIElements.OverflowClipBox struct OverflowClipBox_tB8968A896CCB7877C2D2AE59028334042C97C2F1 { public: // System.Int32 UnityEngine.UIElements.OverflowClipBox::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(OverflowClipBox_tB8968A896CCB7877C2D2AE59028334042C97C2F1, ___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.UIElements.OverflowInternal struct OverflowInternal_t15D44A865507EFDC5645D08B193FC9BC177A98E4 { public: // System.Int32 UnityEngine.UIElements.OverflowInternal::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(OverflowInternal_t15D44A865507EFDC5645D08B193FC9BC177A98E4, ___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.UIElements.UIR.OwnedState struct OwnedState_t1FC94DD26D85FF79463838D776B1DA18B4448AFA { public: // System.Byte UnityEngine.UIElements.UIR.OwnedState::value__ uint8_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(OwnedState_t1FC94DD26D85FF79463838D776B1DA18B4448AFA, ___value___2)); } inline uint8_t get_value___2() const { return ___value___2; } inline uint8_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(uint8_t value) { ___value___2 = value; } }; // UnityEngine.UIElements.PanelClearSettings struct PanelClearSettings_t3B56F9F11C4E89AFDCBFA69D619F37796233891F { public: // System.Boolean UnityEngine.UIElements.PanelClearSettings::clearDepthStencil bool ___clearDepthStencil_0; // System.Boolean UnityEngine.UIElements.PanelClearSettings::clearColor bool ___clearColor_1; // UnityEngine.Color UnityEngine.UIElements.PanelClearSettings::color Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 ___color_2; public: inline static int32_t get_offset_of_clearDepthStencil_0() { return static_cast(offsetof(PanelClearSettings_t3B56F9F11C4E89AFDCBFA69D619F37796233891F, ___clearDepthStencil_0)); } inline bool get_clearDepthStencil_0() const { return ___clearDepthStencil_0; } inline bool* get_address_of_clearDepthStencil_0() { return &___clearDepthStencil_0; } inline void set_clearDepthStencil_0(bool value) { ___clearDepthStencil_0 = value; } inline static int32_t get_offset_of_clearColor_1() { return static_cast(offsetof(PanelClearSettings_t3B56F9F11C4E89AFDCBFA69D619F37796233891F, ___clearColor_1)); } inline bool get_clearColor_1() const { return ___clearColor_1; } inline bool* get_address_of_clearColor_1() { return &___clearColor_1; } inline void set_clearColor_1(bool value) { ___clearColor_1 = value; } inline static int32_t get_offset_of_color_2() { return static_cast(offsetof(PanelClearSettings_t3B56F9F11C4E89AFDCBFA69D619F37796233891F, ___color_2)); } inline Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 get_color_2() const { return ___color_2; } inline Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 * get_address_of_color_2() { return &___color_2; } inline void set_color_2(Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 value) { ___color_2 = value; } }; // Native definition for P/Invoke marshalling of UnityEngine.UIElements.PanelClearSettings struct PanelClearSettings_t3B56F9F11C4E89AFDCBFA69D619F37796233891F_marshaled_pinvoke { int32_t ___clearDepthStencil_0; int32_t ___clearColor_1; Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 ___color_2; }; // Native definition for COM marshalling of UnityEngine.UIElements.PanelClearSettings struct PanelClearSettings_t3B56F9F11C4E89AFDCBFA69D619F37796233891F_marshaled_com { int32_t ___clearDepthStencil_0; int32_t ___clearColor_1; Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 ___color_2; }; // UnityEngine.UIElements.PickingMode struct PickingMode_tE4A9E47537EE069E6D01FE5BA8B42C6A73C41552 { public: // System.Int32 UnityEngine.UIElements.PickingMode::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(PickingMode_tE4A9E47537EE069E6D01FE5BA8B42C6A73C41552, ___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.UIElements.Position struct Position_tF17D30E6DDB2AF5598D811C62A29EFE8628B9D2A { public: // System.Int32 UnityEngine.UIElements.Position::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(Position_tF17D30E6DDB2AF5598D811C62A29EFE8628B9D2A, ___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; } }; // Unity.Profiling.ProfilerMarker struct ProfilerMarker_tAE86534C80C5D67768DB3B244D8D139A2E6495E1 { public: // System.IntPtr Unity.Profiling.ProfilerMarker::m_Ptr intptr_t ___m_Ptr_0; public: inline static int32_t get_offset_of_m_Ptr_0() { return static_cast(offsetof(ProfilerMarker_tAE86534C80C5D67768DB3B244D8D139A2E6495E1, ___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; } }; // UnityEngine.UIElements.PropagationPhase struct PropagationPhase_tDAF453F45C8A7EC36F0ADFDF89D406305FBFAFB8 { public: // System.Int32 UnityEngine.UIElements.PropagationPhase::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(PropagationPhase_tDAF453F45C8A7EC36F0ADFDF89D406305FBFAFB8, ___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.UIElements.PseudoStates struct PseudoStates_t70E0AFDE5E4631CF8D6DC61F4EFC2A897592520F { public: // System.Int32 UnityEngine.UIElements.PseudoStates::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(PseudoStates_t70E0AFDE5E4631CF8D6DC61F4EFC2A897592520F, ___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.UIElements.UIR.RenderDataDirtyTypes struct RenderDataDirtyTypes_t3BD972F0D361E9B29AFF785A9931216726A34BF6 { public: // System.Int32 UnityEngine.UIElements.UIR.RenderDataDirtyTypes::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(RenderDataDirtyTypes_t3BD972F0D361E9B29AFF785A9931216726A34BF6, ___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.UIElements.RenderHints struct RenderHints_t2229F1931CE245189511EF02048FF877499D8D75 { public: // System.Int32 UnityEngine.UIElements.RenderHints::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(RenderHints_t2229F1931CE245189511EF02048FF877499D8D75, ___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.UIElements.RepaintData struct RepaintData_tECDD72801BC6B1F14937D2AAC25D0181CAE14510 : public RuntimeObject { public: // UnityEngine.Matrix4x4 UnityEngine.UIElements.RepaintData::k__BackingField Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461 ___U3CcurrentOffsetU3Ek__BackingField_0; // UnityEngine.Vector2 UnityEngine.UIElements.RepaintData::k__BackingField Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___U3CmousePositionU3Ek__BackingField_1; // UnityEngine.Rect UnityEngine.UIElements.RepaintData::k__BackingField Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 ___U3CcurrentWorldClipU3Ek__BackingField_2; // UnityEngine.Event UnityEngine.UIElements.RepaintData::k__BackingField Event_tED49F8EC5A2514F6E877E301B1AB7ABE4647253E * ___U3CrepaintEventU3Ek__BackingField_3; public: inline static int32_t get_offset_of_U3CcurrentOffsetU3Ek__BackingField_0() { return static_cast(offsetof(RepaintData_tECDD72801BC6B1F14937D2AAC25D0181CAE14510, ___U3CcurrentOffsetU3Ek__BackingField_0)); } inline Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461 get_U3CcurrentOffsetU3Ek__BackingField_0() const { return ___U3CcurrentOffsetU3Ek__BackingField_0; } inline Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461 * get_address_of_U3CcurrentOffsetU3Ek__BackingField_0() { return &___U3CcurrentOffsetU3Ek__BackingField_0; } inline void set_U3CcurrentOffsetU3Ek__BackingField_0(Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461 value) { ___U3CcurrentOffsetU3Ek__BackingField_0 = value; } inline static int32_t get_offset_of_U3CmousePositionU3Ek__BackingField_1() { return static_cast(offsetof(RepaintData_tECDD72801BC6B1F14937D2AAC25D0181CAE14510, ___U3CmousePositionU3Ek__BackingField_1)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_U3CmousePositionU3Ek__BackingField_1() const { return ___U3CmousePositionU3Ek__BackingField_1; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_U3CmousePositionU3Ek__BackingField_1() { return &___U3CmousePositionU3Ek__BackingField_1; } inline void set_U3CmousePositionU3Ek__BackingField_1(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___U3CmousePositionU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_U3CcurrentWorldClipU3Ek__BackingField_2() { return static_cast(offsetof(RepaintData_tECDD72801BC6B1F14937D2AAC25D0181CAE14510, ___U3CcurrentWorldClipU3Ek__BackingField_2)); } inline Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 get_U3CcurrentWorldClipU3Ek__BackingField_2() const { return ___U3CcurrentWorldClipU3Ek__BackingField_2; } inline Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 * get_address_of_U3CcurrentWorldClipU3Ek__BackingField_2() { return &___U3CcurrentWorldClipU3Ek__BackingField_2; } inline void set_U3CcurrentWorldClipU3Ek__BackingField_2(Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 value) { ___U3CcurrentWorldClipU3Ek__BackingField_2 = value; } inline static int32_t get_offset_of_U3CrepaintEventU3Ek__BackingField_3() { return static_cast(offsetof(RepaintData_tECDD72801BC6B1F14937D2AAC25D0181CAE14510, ___U3CrepaintEventU3Ek__BackingField_3)); } inline Event_tED49F8EC5A2514F6E877E301B1AB7ABE4647253E * get_U3CrepaintEventU3Ek__BackingField_3() const { return ___U3CrepaintEventU3Ek__BackingField_3; } inline Event_tED49F8EC5A2514F6E877E301B1AB7ABE4647253E ** get_address_of_U3CrepaintEventU3Ek__BackingField_3() { return &___U3CrepaintEventU3Ek__BackingField_3; } inline void set_U3CrepaintEventU3Ek__BackingField_3(Event_tED49F8EC5A2514F6E877E301B1AB7ABE4647253E * value) { ___U3CrepaintEventU3Ek__BackingField_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CrepaintEventU3Ek__BackingField_3), (void*)value); } }; // System.RuntimeTypeHandle struct RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 { public: // System.IntPtr System.RuntimeTypeHandle::value intptr_t ___value_0; public: inline static int32_t get_offset_of_value_0() { return static_cast(offsetof(RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9, ___value_0)); } inline intptr_t get_value_0() const { return ___value_0; } inline intptr_t* get_address_of_value_0() { return &___value_0; } inline void set_value_0(intptr_t value) { ___value_0 = value; } }; // UnityEngine.ScaleMode struct ScaleMode_t2D41D186D047D8156791981072D8E7F8759ABB49 { public: // System.Int32 UnityEngine.ScaleMode::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(ScaleMode_t2D41D186D047D8156791981072D8E7F8759ABB49, ___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.UIElements.StyleKeyword struct StyleKeyword_t01A121DD5B4904AB0EA0BFA6E26159EE9AF8B303 { public: // System.Int32 UnityEngine.UIElements.StyleKeyword::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(StyleKeyword_t01A121DD5B4904AB0EA0BFA6E26159EE9AF8B303, ___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.UIElements.StyleSheets.StylePropertyId struct StylePropertyId_t595C8AB8A23E2DDDD0BCF5993E011BBFEA1DF59F { public: // System.Int32 UnityEngine.UIElements.StyleSheets.StylePropertyId::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(StylePropertyId_t595C8AB8A23E2DDDD0BCF5993E011BBFEA1DF59F, ___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.TextAnchor struct TextAnchor_tA4C88E77C2D7312F43412275B01E1341A7CB2232 { public: // System.Int32 UnityEngine.TextAnchor::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(TextAnchor_tA4C88E77C2D7312F43412275B01E1341A7CB2232, ___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.UIElements.TextOverflow struct TextOverflow_t6544CE09D2681CCC3DB102A0424CC8D9C57F3DAF { public: // System.Int32 UnityEngine.UIElements.TextOverflow::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(TextOverflow_t6544CE09D2681CCC3DB102A0424CC8D9C57F3DAF, ___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.UIElements.TextOverflowPosition struct TextOverflowPosition_tCA0C6018005794E9AE477D51FC5A3439B6C05505 { public: // System.Int32 UnityEngine.UIElements.TextOverflowPosition::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(TextOverflowPosition_tCA0C6018005794E9AE477D51FC5A3439B6C05505, ___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.UIElements.TextShadow struct TextShadow_t9399EE93D4D61794CD4380D5D93C98BCA9972233 { public: // UnityEngine.Vector2 UnityEngine.UIElements.TextShadow::offset Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___offset_0; // System.Single UnityEngine.UIElements.TextShadow::blurRadius float ___blurRadius_1; // UnityEngine.Color UnityEngine.UIElements.TextShadow::color Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 ___color_2; public: inline static int32_t get_offset_of_offset_0() { return static_cast(offsetof(TextShadow_t9399EE93D4D61794CD4380D5D93C98BCA9972233, ___offset_0)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_offset_0() const { return ___offset_0; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_offset_0() { return &___offset_0; } inline void set_offset_0(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___offset_0 = value; } inline static int32_t get_offset_of_blurRadius_1() { return static_cast(offsetof(TextShadow_t9399EE93D4D61794CD4380D5D93C98BCA9972233, ___blurRadius_1)); } inline float get_blurRadius_1() const { return ___blurRadius_1; } inline float* get_address_of_blurRadius_1() { return &___blurRadius_1; } inline void set_blurRadius_1(float value) { ___blurRadius_1 = value; } inline static int32_t get_offset_of_color_2() { return static_cast(offsetof(TextShadow_t9399EE93D4D61794CD4380D5D93C98BCA9972233, ___color_2)); } inline Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 get_color_2() const { return ___color_2; } inline Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 * get_address_of_color_2() { return &___color_2; } inline void set_color_2(Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 value) { ___color_2 = value; } }; // UnityEngine.UIElements.TrickleDown struct TrickleDown_t2B43447DBFE33C97173AE2E62A3FBD13E525C6B1 { public: // System.Int32 UnityEngine.UIElements.TrickleDown::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(TrickleDown_t2B43447DBFE33C97173AE2E62A3FBD13E525C6B1, ___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.UIElements.VersionChangeType struct VersionChangeType_t3FEBAA280040F0B49F9F86685176341749F475FB { public: // System.Int32 UnityEngine.UIElements.VersionChangeType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(VersionChangeType_t3FEBAA280040F0B49F9F86685176341749F475FB, ___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.UIElements.Visibility struct Visibility_t163E7C30B370115FC4C127B213DB92B3C50DAF2A { public: // System.Int32 UnityEngine.UIElements.Visibility::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(Visibility_t163E7C30B370115FC4C127B213DB92B3C50DAF2A, ___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.UIElements.VisualElementFlags struct VisualElementFlags_tC8340A28B43B5B88D0727EEDEC5EA4AB45F43470 { public: // System.Int32 UnityEngine.UIElements.VisualElementFlags::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(VisualElementFlags_tC8340A28B43B5B88D0727EEDEC5EA4AB45F43470, ___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.UIElements.VisualTreeUpdatePhase struct VisualTreeUpdatePhase_t9CE3C5377FEB57546B3282CB2B361313337B41CA { public: // System.Int32 UnityEngine.UIElements.VisualTreeUpdatePhase::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(VisualTreeUpdatePhase_t9CE3C5377FEB57546B3282CB2B361313337B41CA, ___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.UIElements.WhiteSpace struct WhiteSpace_tA1C94710E9ABD666CCACF2646025F9B597B300EC { public: // System.Int32 UnityEngine.UIElements.WhiteSpace::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(WhiteSpace_tA1C94710E9ABD666CCACF2646025F9B597B300EC, ___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.UIElements.Wrap struct Wrap_tAE1D45E6C155865D9100F288D2D24FCAF4482CBE { public: // System.Int32 UnityEngine.UIElements.Wrap::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(Wrap_tAE1D45E6C155865D9100F288D2D24FCAF4482CBE, ___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.Yoga.YogaConfig struct YogaConfig_tA06BDF520DE54384107CF42E1E9909DB1C28A7E7 : public RuntimeObject { public: // System.IntPtr UnityEngine.Yoga.YogaConfig::_ygConfig intptr_t ____ygConfig_1; // UnityEngine.Yoga.Logger UnityEngine.Yoga.YogaConfig::_logger Logger_t4B20A24F23C7E3ACC57738D5E2C325474762C5D2 * ____logger_2; public: inline static int32_t get_offset_of__ygConfig_1() { return static_cast(offsetof(YogaConfig_tA06BDF520DE54384107CF42E1E9909DB1C28A7E7, ____ygConfig_1)); } inline intptr_t get__ygConfig_1() const { return ____ygConfig_1; } inline intptr_t* get_address_of__ygConfig_1() { return &____ygConfig_1; } inline void set__ygConfig_1(intptr_t value) { ____ygConfig_1 = value; } inline static int32_t get_offset_of__logger_2() { return static_cast(offsetof(YogaConfig_tA06BDF520DE54384107CF42E1E9909DB1C28A7E7, ____logger_2)); } inline Logger_t4B20A24F23C7E3ACC57738D5E2C325474762C5D2 * get__logger_2() const { return ____logger_2; } inline Logger_t4B20A24F23C7E3ACC57738D5E2C325474762C5D2 ** get_address_of__logger_2() { return &____logger_2; } inline void set__logger_2(Logger_t4B20A24F23C7E3ACC57738D5E2C325474762C5D2 * value) { ____logger_2 = value; Il2CppCodeGenWriteBarrier((void**)(&____logger_2), (void*)value); } }; struct YogaConfig_tA06BDF520DE54384107CF42E1E9909DB1C28A7E7_StaticFields { public: // UnityEngine.Yoga.YogaConfig UnityEngine.Yoga.YogaConfig::Default YogaConfig_tA06BDF520DE54384107CF42E1E9909DB1C28A7E7 * ___Default_0; public: inline static int32_t get_offset_of_Default_0() { return static_cast(offsetof(YogaConfig_tA06BDF520DE54384107CF42E1E9909DB1C28A7E7_StaticFields, ___Default_0)); } inline YogaConfig_tA06BDF520DE54384107CF42E1E9909DB1C28A7E7 * get_Default_0() const { return ___Default_0; } inline YogaConfig_tA06BDF520DE54384107CF42E1E9909DB1C28A7E7 ** get_address_of_Default_0() { return &___Default_0; } inline void set_Default_0(YogaConfig_tA06BDF520DE54384107CF42E1E9909DB1C28A7E7 * value) { ___Default_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Default_0), (void*)value); } }; // UnityEngine.UIElements.ClickDetector/ButtonClickStatus struct ButtonClickStatus_tEF51C193AC150E5EF1BBF55E5CBFD1EE9A312372 : public RuntimeObject { public: // UnityEngine.UIElements.VisualElement UnityEngine.UIElements.ClickDetector/ButtonClickStatus::m_Target VisualElement_tAF72253CBD78143319BFE58F26C2349B2959C8C0 * ___m_Target_0; // UnityEngine.Vector3 UnityEngine.UIElements.ClickDetector/ButtonClickStatus::m_PointerDownPosition Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___m_PointerDownPosition_1; // System.Int64 UnityEngine.UIElements.ClickDetector/ButtonClickStatus::m_LastPointerDownTime int64_t ___m_LastPointerDownTime_2; // System.Int32 UnityEngine.UIElements.ClickDetector/ButtonClickStatus::m_ClickCount int32_t ___m_ClickCount_3; public: inline static int32_t get_offset_of_m_Target_0() { return static_cast(offsetof(ButtonClickStatus_tEF51C193AC150E5EF1BBF55E5CBFD1EE9A312372, ___m_Target_0)); } inline VisualElement_tAF72253CBD78143319BFE58F26C2349B2959C8C0 * get_m_Target_0() const { return ___m_Target_0; } inline VisualElement_tAF72253CBD78143319BFE58F26C2349B2959C8C0 ** get_address_of_m_Target_0() { return &___m_Target_0; } inline void set_m_Target_0(VisualElement_tAF72253CBD78143319BFE58F26C2349B2959C8C0 * value) { ___m_Target_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Target_0), (void*)value); } inline static int32_t get_offset_of_m_PointerDownPosition_1() { return static_cast(offsetof(ButtonClickStatus_tEF51C193AC150E5EF1BBF55E5CBFD1EE9A312372, ___m_PointerDownPosition_1)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_m_PointerDownPosition_1() const { return ___m_PointerDownPosition_1; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_m_PointerDownPosition_1() { return &___m_PointerDownPosition_1; } inline void set_m_PointerDownPosition_1(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___m_PointerDownPosition_1 = value; } inline static int32_t get_offset_of_m_LastPointerDownTime_2() { return static_cast(offsetof(ButtonClickStatus_tEF51C193AC150E5EF1BBF55E5CBFD1EE9A312372, ___m_LastPointerDownTime_2)); } inline int64_t get_m_LastPointerDownTime_2() const { return ___m_LastPointerDownTime_2; } inline int64_t* get_address_of_m_LastPointerDownTime_2() { return &___m_LastPointerDownTime_2; } inline void set_m_LastPointerDownTime_2(int64_t value) { ___m_LastPointerDownTime_2 = value; } inline static int32_t get_offset_of_m_ClickCount_3() { return static_cast(offsetof(ButtonClickStatus_tEF51C193AC150E5EF1BBF55E5CBFD1EE9A312372, ___m_ClickCount_3)); } inline int32_t get_m_ClickCount_3() const { return ___m_ClickCount_3; } inline int32_t* get_address_of_m_ClickCount_3() { return &___m_ClickCount_3; } inline void set_m_ClickCount_3(int32_t value) { ___m_ClickCount_3 = value; } }; // UnityEngine.UIElements.StyleSheets.Dimension/Unit struct Unit_tB29D3FED75F9D31C08A34BF71AFA3B7F3D81AE0F { public: // System.Int32 UnityEngine.UIElements.StyleSheets.Dimension/Unit::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(Unit_tB29D3FED75F9D31C08A34BF71AFA3B7F3D81AE0F, ___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.UIElements.EventBase/EventPropagation struct EventPropagation_t9A8C835BE25DB3F80F1A3B7C5A2D20319578DFB0 { public: // System.Int32 UnityEngine.UIElements.EventBase/EventPropagation::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(EventPropagation_t9A8C835BE25DB3F80F1A3B7C5A2D20319578DFB0, ___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.UIElements.EventBase/LifeCycleStatus struct LifeCycleStatus_t05EC3A0D5AE0E801FE6B611D51023B1F4D093B0F { public: // System.Int32 UnityEngine.UIElements.EventBase/LifeCycleStatus::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(LifeCycleStatus_t05EC3A0D5AE0E801FE6B611D51023B1F4D093B0F, ___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.UIElements.IMGUIContainer/GUIGlobals struct GUIGlobals_t091BB311623EF9DA3B1B9D41B69230205D2BD2D7 { public: // UnityEngine.Matrix4x4 UnityEngine.UIElements.IMGUIContainer/GUIGlobals::matrix Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461 ___matrix_0; // UnityEngine.Color UnityEngine.UIElements.IMGUIContainer/GUIGlobals::color Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 ___color_1; // UnityEngine.Color UnityEngine.UIElements.IMGUIContainer/GUIGlobals::contentColor Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 ___contentColor_2; // UnityEngine.Color UnityEngine.UIElements.IMGUIContainer/GUIGlobals::backgroundColor Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 ___backgroundColor_3; // System.Boolean UnityEngine.UIElements.IMGUIContainer/GUIGlobals::enabled bool ___enabled_4; // System.Boolean UnityEngine.UIElements.IMGUIContainer/GUIGlobals::changed bool ___changed_5; // System.Int32 UnityEngine.UIElements.IMGUIContainer/GUIGlobals::displayIndex int32_t ___displayIndex_6; public: inline static int32_t get_offset_of_matrix_0() { return static_cast(offsetof(GUIGlobals_t091BB311623EF9DA3B1B9D41B69230205D2BD2D7, ___matrix_0)); } inline Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461 get_matrix_0() const { return ___matrix_0; } inline Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461 * get_address_of_matrix_0() { return &___matrix_0; } inline void set_matrix_0(Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461 value) { ___matrix_0 = value; } inline static int32_t get_offset_of_color_1() { return static_cast(offsetof(GUIGlobals_t091BB311623EF9DA3B1B9D41B69230205D2BD2D7, ___color_1)); } inline Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 get_color_1() const { return ___color_1; } inline Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 * get_address_of_color_1() { return &___color_1; } inline void set_color_1(Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 value) { ___color_1 = value; } inline static int32_t get_offset_of_contentColor_2() { return static_cast(offsetof(GUIGlobals_t091BB311623EF9DA3B1B9D41B69230205D2BD2D7, ___contentColor_2)); } inline Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 get_contentColor_2() const { return ___contentColor_2; } inline Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 * get_address_of_contentColor_2() { return &___contentColor_2; } inline void set_contentColor_2(Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 value) { ___contentColor_2 = value; } inline static int32_t get_offset_of_backgroundColor_3() { return static_cast(offsetof(GUIGlobals_t091BB311623EF9DA3B1B9D41B69230205D2BD2D7, ___backgroundColor_3)); } inline Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 get_backgroundColor_3() const { return ___backgroundColor_3; } inline Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 * get_address_of_backgroundColor_3() { return &___backgroundColor_3; } inline void set_backgroundColor_3(Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 value) { ___backgroundColor_3 = value; } inline static int32_t get_offset_of_enabled_4() { return static_cast(offsetof(GUIGlobals_t091BB311623EF9DA3B1B9D41B69230205D2BD2D7, ___enabled_4)); } inline bool get_enabled_4() const { return ___enabled_4; } inline bool* get_address_of_enabled_4() { return &___enabled_4; } inline void set_enabled_4(bool value) { ___enabled_4 = value; } inline static int32_t get_offset_of_changed_5() { return static_cast(offsetof(GUIGlobals_t091BB311623EF9DA3B1B9D41B69230205D2BD2D7, ___changed_5)); } inline bool get_changed_5() const { return ___changed_5; } inline bool* get_address_of_changed_5() { return &___changed_5; } inline void set_changed_5(bool value) { ___changed_5 = value; } inline static int32_t get_offset_of_displayIndex_6() { return static_cast(offsetof(GUIGlobals_t091BB311623EF9DA3B1B9D41B69230205D2BD2D7, ___displayIndex_6)); } inline int32_t get_displayIndex_6() const { return ___displayIndex_6; } inline int32_t* get_address_of_displayIndex_6() { return &___displayIndex_6; } inline void set_displayIndex_6(int32_t value) { ___displayIndex_6 = value; } }; // Native definition for P/Invoke marshalling of UnityEngine.UIElements.IMGUIContainer/GUIGlobals struct GUIGlobals_t091BB311623EF9DA3B1B9D41B69230205D2BD2D7_marshaled_pinvoke { Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461 ___matrix_0; Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 ___color_1; Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 ___contentColor_2; Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 ___backgroundColor_3; int32_t ___enabled_4; int32_t ___changed_5; int32_t ___displayIndex_6; }; // Native definition for COM marshalling of UnityEngine.UIElements.IMGUIContainer/GUIGlobals struct GUIGlobals_t091BB311623EF9DA3B1B9D41B69230205D2BD2D7_marshaled_com { Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461 ___matrix_0; Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 ___color_1; Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 ___contentColor_2; Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 ___backgroundColor_3; int32_t ___enabled_4; int32_t ___changed_5; int32_t ___displayIndex_6; }; // UnityEngine.UIElements.Length/Unit struct Unit_t404BDC0B9D436EDDCC7891B48C4DCE2FCF7098AB { public: // System.Int32 UnityEngine.UIElements.Length/Unit::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(Unit_t404BDC0B9D436EDDCC7891B48C4DCE2FCF7098AB, ___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.UIElements.MouseCaptureDispatchingStrategy/EventBehavior struct EventBehavior_tE1DDEA74EAF57C0DDB53BBCD77F3F49A71940B41 { public: // System.Int32 UnityEngine.UIElements.MouseCaptureDispatchingStrategy/EventBehavior::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(EventBehavior_tE1DDEA74EAF57C0DDB53BBCD77F3F49A71940B41, ___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.UIElements.NavigationMoveEvent/Direction struct Direction_tC4D89FFA6D788142237D9159FC618DDB2A080315 { public: // System.Int32 UnityEngine.UIElements.NavigationMoveEvent/Direction::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(Direction_tC4D89FFA6D788142237D9159FC618DDB2A080315, ___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.UIElements.NavigationTabEvent/Direction struct Direction_tDB70118A7BC19645B6058407BAA3EE0444A36989 { public: // System.Int32 UnityEngine.UIElements.NavigationTabEvent/Direction::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(Direction_tDB70118A7BC19645B6058407BAA3EE0444A36989, ___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; } }; // Unity.Profiling.ProfilerMarker/AutoScope struct AutoScope_tEB00834B4CEE8558238837BA3A36B64020E48F8D { public: // System.IntPtr Unity.Profiling.ProfilerMarker/AutoScope::m_Ptr intptr_t ___m_Ptr_0; public: inline static int32_t get_offset_of_m_Ptr_0() { return static_cast(offsetof(AutoScope_tEB00834B4CEE8558238837BA3A36B64020E48F8D, ___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; } }; // UnityEngine.UIElements.PropagationPaths/Type struct Type_t2A6A2920A8E77CCFAB93B7E98D8EA7A8DFA567B9 { public: // System.Int32 UnityEngine.UIElements.PropagationPaths/Type::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(Type_t2A6A2920A8E77CCFAB93B7E98D8EA7A8DFA567B9, ___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.UIElements.VisualElement/RenderTargetMode struct RenderTargetMode_t754F0DE7C9B165BC0057A446DE6A88078DCBFFFE { public: // System.Int32 UnityEngine.UIElements.VisualElement/RenderTargetMode::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(RenderTargetMode_t754F0DE7C9B165BC0057A446DE6A88078DCBFFFE, ___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.UIElements.UIR.BMPAlloc struct BMPAlloc_t2329D0F6C80ACB6A485F2EC900E52171ED651FA8 { public: // System.Int32 UnityEngine.UIElements.UIR.BMPAlloc::page int32_t ___page_1; // System.UInt16 UnityEngine.UIElements.UIR.BMPAlloc::pageLine uint16_t ___pageLine_2; // System.Byte UnityEngine.UIElements.UIR.BMPAlloc::bitIndex uint8_t ___bitIndex_3; // UnityEngine.UIElements.UIR.OwnedState UnityEngine.UIElements.UIR.BMPAlloc::ownedState uint8_t ___ownedState_4; public: inline static int32_t get_offset_of_page_1() { return static_cast(offsetof(BMPAlloc_t2329D0F6C80ACB6A485F2EC900E52171ED651FA8, ___page_1)); } inline int32_t get_page_1() const { return ___page_1; } inline int32_t* get_address_of_page_1() { return &___page_1; } inline void set_page_1(int32_t value) { ___page_1 = value; } inline static int32_t get_offset_of_pageLine_2() { return static_cast(offsetof(BMPAlloc_t2329D0F6C80ACB6A485F2EC900E52171ED651FA8, ___pageLine_2)); } inline uint16_t get_pageLine_2() const { return ___pageLine_2; } inline uint16_t* get_address_of_pageLine_2() { return &___pageLine_2; } inline void set_pageLine_2(uint16_t value) { ___pageLine_2 = value; } inline static int32_t get_offset_of_bitIndex_3() { return static_cast(offsetof(BMPAlloc_t2329D0F6C80ACB6A485F2EC900E52171ED651FA8, ___bitIndex_3)); } inline uint8_t get_bitIndex_3() const { return ___bitIndex_3; } inline uint8_t* get_address_of_bitIndex_3() { return &___bitIndex_3; } inline void set_bitIndex_3(uint8_t value) { ___bitIndex_3 = value; } inline static int32_t get_offset_of_ownedState_4() { return static_cast(offsetof(BMPAlloc_t2329D0F6C80ACB6A485F2EC900E52171ED651FA8, ___ownedState_4)); } inline uint8_t get_ownedState_4() const { return ___ownedState_4; } inline uint8_t* get_address_of_ownedState_4() { return &___ownedState_4; } inline void set_ownedState_4(uint8_t value) { ___ownedState_4 = value; } }; struct BMPAlloc_t2329D0F6C80ACB6A485F2EC900E52171ED651FA8_StaticFields { public: // UnityEngine.UIElements.UIR.BMPAlloc UnityEngine.UIElements.UIR.BMPAlloc::Invalid BMPAlloc_t2329D0F6C80ACB6A485F2EC900E52171ED651FA8 ___Invalid_0; public: inline static int32_t get_offset_of_Invalid_0() { return static_cast(offsetof(BMPAlloc_t2329D0F6C80ACB6A485F2EC900E52171ED651FA8_StaticFields, ___Invalid_0)); } inline BMPAlloc_t2329D0F6C80ACB6A485F2EC900E52171ED651FA8 get_Invalid_0() const { return ___Invalid_0; } inline BMPAlloc_t2329D0F6C80ACB6A485F2EC900E52171ED651FA8 * get_address_of_Invalid_0() { return &___Invalid_0; } inline void set_Invalid_0(BMPAlloc_t2329D0F6C80ACB6A485F2EC900E52171ED651FA8 value) { ___Invalid_0 = value; } }; // UnityEngine.UIElements.BaseVisualElementPanel struct BaseVisualElementPanel_t0BFFA91D18C8A7D905330E2D6DE84B9B67E7BE30 : public RuntimeObject { public: // System.Action`1 UnityEngine.UIElements.BaseVisualElementPanel::panelDisposed Action_1_t7C40096A76E80520FA25C0E02ECB007C6DB1F18D * ___panelDisposed_0; // System.Single UnityEngine.UIElements.BaseVisualElementPanel::m_Scale float ___m_Scale_1; // UnityEngine.Yoga.YogaConfig UnityEngine.UIElements.BaseVisualElementPanel::yogaConfig YogaConfig_tA06BDF520DE54384107CF42E1E9909DB1C28A7E7 * ___yogaConfig_2; // System.Single UnityEngine.UIElements.BaseVisualElementPanel::m_PixelsPerPoint float ___m_PixelsPerPoint_3; // System.Single UnityEngine.UIElements.BaseVisualElementPanel::m_SortingPriority float ___m_SortingPriority_4; // UnityEngine.UIElements.PanelClearSettings UnityEngine.UIElements.BaseVisualElementPanel::k__BackingField PanelClearSettings_t3B56F9F11C4E89AFDCBFA69D619F37796233891F ___U3CclearSettingsU3Ek__BackingField_5; // System.Boolean UnityEngine.UIElements.BaseVisualElementPanel::k__BackingField bool ___U3CduringLayoutPhaseU3Ek__BackingField_6; // UnityEngine.UIElements.RepaintData UnityEngine.UIElements.BaseVisualElementPanel::k__BackingField RepaintData_tECDD72801BC6B1F14937D2AAC25D0181CAE14510 * ___U3CrepaintDataU3Ek__BackingField_7; // UnityEngine.UIElements.ICursorManager UnityEngine.UIElements.BaseVisualElementPanel::k__BackingField RuntimeObject* ___U3CcursorManagerU3Ek__BackingField_8; // UnityEngine.UIElements.ContextualMenuManager UnityEngine.UIElements.BaseVisualElementPanel::k__BackingField ContextualMenuManager_t1B67CC8512D92D98FE15C246943960CB604C9796 * ___U3CcontextualMenuManagerU3Ek__BackingField_9; // System.Boolean UnityEngine.UIElements.BaseVisualElementPanel::k__BackingField bool ___U3CdisposedU3Ek__BackingField_10; // UnityEngine.UIElements.ElementUnderPointer UnityEngine.UIElements.BaseVisualElementPanel::m_TopElementUnderPointers ElementUnderPointer_t9338858C0C882FA25FBF492500439F0F8663FDDC * ___m_TopElementUnderPointers_11; // System.Action UnityEngine.UIElements.BaseVisualElementPanel::standardShaderChanged Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * ___standardShaderChanged_12; // System.Action UnityEngine.UIElements.BaseVisualElementPanel::standardWorldSpaceShaderChanged Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * ___standardWorldSpaceShaderChanged_13; // System.Action UnityEngine.UIElements.BaseVisualElementPanel::atlasChanged Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * ___atlasChanged_14; // System.Action`1 UnityEngine.UIElements.BaseVisualElementPanel::updateMaterial Action_1_t63C45C5B44E8772727060B2DE65BB77DD9B77BE0 * ___updateMaterial_15; // UnityEngine.UIElements.HierarchyEvent UnityEngine.UIElements.BaseVisualElementPanel::hierarchyChanged HierarchyEvent_t47E86053D8C35FD238EDFA44861E84233257AFC8 * ___hierarchyChanged_16; // System.Action`1 UnityEngine.UIElements.BaseVisualElementPanel::beforeUpdate Action_1_t73D3F8D6D9F06723FCA3C0753A3F3905C08A7D43 * ___beforeUpdate_17; public: inline static int32_t get_offset_of_panelDisposed_0() { return static_cast(offsetof(BaseVisualElementPanel_t0BFFA91D18C8A7D905330E2D6DE84B9B67E7BE30, ___panelDisposed_0)); } inline Action_1_t7C40096A76E80520FA25C0E02ECB007C6DB1F18D * get_panelDisposed_0() const { return ___panelDisposed_0; } inline Action_1_t7C40096A76E80520FA25C0E02ECB007C6DB1F18D ** get_address_of_panelDisposed_0() { return &___panelDisposed_0; } inline void set_panelDisposed_0(Action_1_t7C40096A76E80520FA25C0E02ECB007C6DB1F18D * value) { ___panelDisposed_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___panelDisposed_0), (void*)value); } inline static int32_t get_offset_of_m_Scale_1() { return static_cast(offsetof(BaseVisualElementPanel_t0BFFA91D18C8A7D905330E2D6DE84B9B67E7BE30, ___m_Scale_1)); } inline float get_m_Scale_1() const { return ___m_Scale_1; } inline float* get_address_of_m_Scale_1() { return &___m_Scale_1; } inline void set_m_Scale_1(float value) { ___m_Scale_1 = value; } inline static int32_t get_offset_of_yogaConfig_2() { return static_cast(offsetof(BaseVisualElementPanel_t0BFFA91D18C8A7D905330E2D6DE84B9B67E7BE30, ___yogaConfig_2)); } inline YogaConfig_tA06BDF520DE54384107CF42E1E9909DB1C28A7E7 * get_yogaConfig_2() const { return ___yogaConfig_2; } inline YogaConfig_tA06BDF520DE54384107CF42E1E9909DB1C28A7E7 ** get_address_of_yogaConfig_2() { return &___yogaConfig_2; } inline void set_yogaConfig_2(YogaConfig_tA06BDF520DE54384107CF42E1E9909DB1C28A7E7 * value) { ___yogaConfig_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___yogaConfig_2), (void*)value); } inline static int32_t get_offset_of_m_PixelsPerPoint_3() { return static_cast(offsetof(BaseVisualElementPanel_t0BFFA91D18C8A7D905330E2D6DE84B9B67E7BE30, ___m_PixelsPerPoint_3)); } inline float get_m_PixelsPerPoint_3() const { return ___m_PixelsPerPoint_3; } inline float* get_address_of_m_PixelsPerPoint_3() { return &___m_PixelsPerPoint_3; } inline void set_m_PixelsPerPoint_3(float value) { ___m_PixelsPerPoint_3 = value; } inline static int32_t get_offset_of_m_SortingPriority_4() { return static_cast(offsetof(BaseVisualElementPanel_t0BFFA91D18C8A7D905330E2D6DE84B9B67E7BE30, ___m_SortingPriority_4)); } inline float get_m_SortingPriority_4() const { return ___m_SortingPriority_4; } inline float* get_address_of_m_SortingPriority_4() { return &___m_SortingPriority_4; } inline void set_m_SortingPriority_4(float value) { ___m_SortingPriority_4 = value; } inline static int32_t get_offset_of_U3CclearSettingsU3Ek__BackingField_5() { return static_cast(offsetof(BaseVisualElementPanel_t0BFFA91D18C8A7D905330E2D6DE84B9B67E7BE30, ___U3CclearSettingsU3Ek__BackingField_5)); } inline PanelClearSettings_t3B56F9F11C4E89AFDCBFA69D619F37796233891F get_U3CclearSettingsU3Ek__BackingField_5() const { return ___U3CclearSettingsU3Ek__BackingField_5; } inline PanelClearSettings_t3B56F9F11C4E89AFDCBFA69D619F37796233891F * get_address_of_U3CclearSettingsU3Ek__BackingField_5() { return &___U3CclearSettingsU3Ek__BackingField_5; } inline void set_U3CclearSettingsU3Ek__BackingField_5(PanelClearSettings_t3B56F9F11C4E89AFDCBFA69D619F37796233891F value) { ___U3CclearSettingsU3Ek__BackingField_5 = value; } inline static int32_t get_offset_of_U3CduringLayoutPhaseU3Ek__BackingField_6() { return static_cast(offsetof(BaseVisualElementPanel_t0BFFA91D18C8A7D905330E2D6DE84B9B67E7BE30, ___U3CduringLayoutPhaseU3Ek__BackingField_6)); } inline bool get_U3CduringLayoutPhaseU3Ek__BackingField_6() const { return ___U3CduringLayoutPhaseU3Ek__BackingField_6; } inline bool* get_address_of_U3CduringLayoutPhaseU3Ek__BackingField_6() { return &___U3CduringLayoutPhaseU3Ek__BackingField_6; } inline void set_U3CduringLayoutPhaseU3Ek__BackingField_6(bool value) { ___U3CduringLayoutPhaseU3Ek__BackingField_6 = value; } inline static int32_t get_offset_of_U3CrepaintDataU3Ek__BackingField_7() { return static_cast(offsetof(BaseVisualElementPanel_t0BFFA91D18C8A7D905330E2D6DE84B9B67E7BE30, ___U3CrepaintDataU3Ek__BackingField_7)); } inline RepaintData_tECDD72801BC6B1F14937D2AAC25D0181CAE14510 * get_U3CrepaintDataU3Ek__BackingField_7() const { return ___U3CrepaintDataU3Ek__BackingField_7; } inline RepaintData_tECDD72801BC6B1F14937D2AAC25D0181CAE14510 ** get_address_of_U3CrepaintDataU3Ek__BackingField_7() { return &___U3CrepaintDataU3Ek__BackingField_7; } inline void set_U3CrepaintDataU3Ek__BackingField_7(RepaintData_tECDD72801BC6B1F14937D2AAC25D0181CAE14510 * value) { ___U3CrepaintDataU3Ek__BackingField_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CrepaintDataU3Ek__BackingField_7), (void*)value); } inline static int32_t get_offset_of_U3CcursorManagerU3Ek__BackingField_8() { return static_cast(offsetof(BaseVisualElementPanel_t0BFFA91D18C8A7D905330E2D6DE84B9B67E7BE30, ___U3CcursorManagerU3Ek__BackingField_8)); } inline RuntimeObject* get_U3CcursorManagerU3Ek__BackingField_8() const { return ___U3CcursorManagerU3Ek__BackingField_8; } inline RuntimeObject** get_address_of_U3CcursorManagerU3Ek__BackingField_8() { return &___U3CcursorManagerU3Ek__BackingField_8; } inline void set_U3CcursorManagerU3Ek__BackingField_8(RuntimeObject* value) { ___U3CcursorManagerU3Ek__BackingField_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CcursorManagerU3Ek__BackingField_8), (void*)value); } inline static int32_t get_offset_of_U3CcontextualMenuManagerU3Ek__BackingField_9() { return static_cast(offsetof(BaseVisualElementPanel_t0BFFA91D18C8A7D905330E2D6DE84B9B67E7BE30, ___U3CcontextualMenuManagerU3Ek__BackingField_9)); } inline ContextualMenuManager_t1B67CC8512D92D98FE15C246943960CB604C9796 * get_U3CcontextualMenuManagerU3Ek__BackingField_9() const { return ___U3CcontextualMenuManagerU3Ek__BackingField_9; } inline ContextualMenuManager_t1B67CC8512D92D98FE15C246943960CB604C9796 ** get_address_of_U3CcontextualMenuManagerU3Ek__BackingField_9() { return &___U3CcontextualMenuManagerU3Ek__BackingField_9; } inline void set_U3CcontextualMenuManagerU3Ek__BackingField_9(ContextualMenuManager_t1B67CC8512D92D98FE15C246943960CB604C9796 * value) { ___U3CcontextualMenuManagerU3Ek__BackingField_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CcontextualMenuManagerU3Ek__BackingField_9), (void*)value); } inline static int32_t get_offset_of_U3CdisposedU3Ek__BackingField_10() { return static_cast(offsetof(BaseVisualElementPanel_t0BFFA91D18C8A7D905330E2D6DE84B9B67E7BE30, ___U3CdisposedU3Ek__BackingField_10)); } inline bool get_U3CdisposedU3Ek__BackingField_10() const { return ___U3CdisposedU3Ek__BackingField_10; } inline bool* get_address_of_U3CdisposedU3Ek__BackingField_10() { return &___U3CdisposedU3Ek__BackingField_10; } inline void set_U3CdisposedU3Ek__BackingField_10(bool value) { ___U3CdisposedU3Ek__BackingField_10 = value; } inline static int32_t get_offset_of_m_TopElementUnderPointers_11() { return static_cast(offsetof(BaseVisualElementPanel_t0BFFA91D18C8A7D905330E2D6DE84B9B67E7BE30, ___m_TopElementUnderPointers_11)); } inline ElementUnderPointer_t9338858C0C882FA25FBF492500439F0F8663FDDC * get_m_TopElementUnderPointers_11() const { return ___m_TopElementUnderPointers_11; } inline ElementUnderPointer_t9338858C0C882FA25FBF492500439F0F8663FDDC ** get_address_of_m_TopElementUnderPointers_11() { return &___m_TopElementUnderPointers_11; } inline void set_m_TopElementUnderPointers_11(ElementUnderPointer_t9338858C0C882FA25FBF492500439F0F8663FDDC * value) { ___m_TopElementUnderPointers_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_TopElementUnderPointers_11), (void*)value); } inline static int32_t get_offset_of_standardShaderChanged_12() { return static_cast(offsetof(BaseVisualElementPanel_t0BFFA91D18C8A7D905330E2D6DE84B9B67E7BE30, ___standardShaderChanged_12)); } inline Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * get_standardShaderChanged_12() const { return ___standardShaderChanged_12; } inline Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 ** get_address_of_standardShaderChanged_12() { return &___standardShaderChanged_12; } inline void set_standardShaderChanged_12(Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * value) { ___standardShaderChanged_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___standardShaderChanged_12), (void*)value); } inline static int32_t get_offset_of_standardWorldSpaceShaderChanged_13() { return static_cast(offsetof(BaseVisualElementPanel_t0BFFA91D18C8A7D905330E2D6DE84B9B67E7BE30, ___standardWorldSpaceShaderChanged_13)); } inline Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * get_standardWorldSpaceShaderChanged_13() const { return ___standardWorldSpaceShaderChanged_13; } inline Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 ** get_address_of_standardWorldSpaceShaderChanged_13() { return &___standardWorldSpaceShaderChanged_13; } inline void set_standardWorldSpaceShaderChanged_13(Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * value) { ___standardWorldSpaceShaderChanged_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___standardWorldSpaceShaderChanged_13), (void*)value); } inline static int32_t get_offset_of_atlasChanged_14() { return static_cast(offsetof(BaseVisualElementPanel_t0BFFA91D18C8A7D905330E2D6DE84B9B67E7BE30, ___atlasChanged_14)); } inline Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * get_atlasChanged_14() const { return ___atlasChanged_14; } inline Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 ** get_address_of_atlasChanged_14() { return &___atlasChanged_14; } inline void set_atlasChanged_14(Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * value) { ___atlasChanged_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___atlasChanged_14), (void*)value); } inline static int32_t get_offset_of_updateMaterial_15() { return static_cast(offsetof(BaseVisualElementPanel_t0BFFA91D18C8A7D905330E2D6DE84B9B67E7BE30, ___updateMaterial_15)); } inline Action_1_t63C45C5B44E8772727060B2DE65BB77DD9B77BE0 * get_updateMaterial_15() const { return ___updateMaterial_15; } inline Action_1_t63C45C5B44E8772727060B2DE65BB77DD9B77BE0 ** get_address_of_updateMaterial_15() { return &___updateMaterial_15; } inline void set_updateMaterial_15(Action_1_t63C45C5B44E8772727060B2DE65BB77DD9B77BE0 * value) { ___updateMaterial_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___updateMaterial_15), (void*)value); } inline static int32_t get_offset_of_hierarchyChanged_16() { return static_cast(offsetof(BaseVisualElementPanel_t0BFFA91D18C8A7D905330E2D6DE84B9B67E7BE30, ___hierarchyChanged_16)); } inline HierarchyEvent_t47E86053D8C35FD238EDFA44861E84233257AFC8 * get_hierarchyChanged_16() const { return ___hierarchyChanged_16; } inline HierarchyEvent_t47E86053D8C35FD238EDFA44861E84233257AFC8 ** get_address_of_hierarchyChanged_16() { return &___hierarchyChanged_16; } inline void set_hierarchyChanged_16(HierarchyEvent_t47E86053D8C35FD238EDFA44861E84233257AFC8 * value) { ___hierarchyChanged_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___hierarchyChanged_16), (void*)value); } inline static int32_t get_offset_of_beforeUpdate_17() { return static_cast(offsetof(BaseVisualElementPanel_t0BFFA91D18C8A7D905330E2D6DE84B9B67E7BE30, ___beforeUpdate_17)); } inline Action_1_t73D3F8D6D9F06723FCA3C0753A3F3905C08A7D43 * get_beforeUpdate_17() const { return ___beforeUpdate_17; } inline Action_1_t73D3F8D6D9F06723FCA3C0753A3F3905C08A7D43 ** get_address_of_beforeUpdate_17() { return &___beforeUpdate_17; } inline void set_beforeUpdate_17(Action_1_t73D3F8D6D9F06723FCA3C0753A3F3905C08A7D43 * value) { ___beforeUpdate_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___beforeUpdate_17), (void*)value); } }; // UnityEngine.UIElements.StyleSheets.Dimension struct Dimension_t855263991CCDF82B0CCFEA56864F76CA436571DC { public: // UnityEngine.UIElements.StyleSheets.Dimension/Unit UnityEngine.UIElements.StyleSheets.Dimension::unit int32_t ___unit_0; // System.Single UnityEngine.UIElements.StyleSheets.Dimension::value float ___value_1; public: inline static int32_t get_offset_of_unit_0() { return static_cast(offsetof(Dimension_t855263991CCDF82B0CCFEA56864F76CA436571DC, ___unit_0)); } inline int32_t get_unit_0() const { return ___unit_0; } inline int32_t* get_address_of_unit_0() { return &___unit_0; } inline void set_unit_0(int32_t value) { ___unit_0 = value; } inline static int32_t get_offset_of_value_1() { return static_cast(offsetof(Dimension_t855263991CCDF82B0CCFEA56864F76CA436571DC, ___value_1)); } inline float get_value_1() const { return ___value_1; } inline float* get_address_of_value_1() { return &___value_1; } inline void set_value_1(float value) { ___value_1 = value; } }; // UnityEngine.UIElements.EventBase struct EventBase_tADF8D0ADA92BAF80F76865BAC2E9D85A118D1967 : public RuntimeObject { public: // System.Int64 UnityEngine.UIElements.EventBase::k__BackingField int64_t ___U3CtimestampU3Ek__BackingField_2; // System.UInt64 UnityEngine.UIElements.EventBase::k__BackingField uint64_t ___U3CeventIdU3Ek__BackingField_3; // System.UInt64 UnityEngine.UIElements.EventBase::k__BackingField uint64_t ___U3CtriggerEventIdU3Ek__BackingField_4; // UnityEngine.UIElements.EventBase/EventPropagation UnityEngine.UIElements.EventBase::k__BackingField int32_t ___U3CpropagationU3Ek__BackingField_5; // UnityEngine.UIElements.PropagationPaths UnityEngine.UIElements.EventBase::m_Path PropagationPaths_tB85C101114BB2AA54407B8F7768B403121914E99 * ___m_Path_6; // UnityEngine.UIElements.EventBase/LifeCycleStatus UnityEngine.UIElements.EventBase::k__BackingField int32_t ___U3ClifeCycleStatusU3Ek__BackingField_7; // UnityEngine.UIElements.IEventHandler UnityEngine.UIElements.EventBase::k__BackingField RuntimeObject* ___U3CleafTargetU3Ek__BackingField_8; // UnityEngine.UIElements.IEventHandler UnityEngine.UIElements.EventBase::m_Target RuntimeObject* ___m_Target_9; // System.Collections.Generic.List`1 UnityEngine.UIElements.EventBase::k__BackingField List_1_t4ACD1DD41E60CC6A1D6F597706710F112BB37C92 * ___U3CskipElementsU3Ek__BackingField_10; // UnityEngine.UIElements.PropagationPhase UnityEngine.UIElements.EventBase::k__BackingField int32_t ___U3CpropagationPhaseU3Ek__BackingField_11; // UnityEngine.UIElements.IEventHandler UnityEngine.UIElements.EventBase::m_CurrentTarget RuntimeObject* ___m_CurrentTarget_12; // UnityEngine.Event UnityEngine.UIElements.EventBase::m_ImguiEvent Event_tED49F8EC5A2514F6E877E301B1AB7ABE4647253E * ___m_ImguiEvent_13; // UnityEngine.Vector2 UnityEngine.UIElements.EventBase::k__BackingField Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___U3CoriginalMousePositionU3Ek__BackingField_14; public: inline static int32_t get_offset_of_U3CtimestampU3Ek__BackingField_2() { return static_cast(offsetof(EventBase_tADF8D0ADA92BAF80F76865BAC2E9D85A118D1967, ___U3CtimestampU3Ek__BackingField_2)); } inline int64_t get_U3CtimestampU3Ek__BackingField_2() const { return ___U3CtimestampU3Ek__BackingField_2; } inline int64_t* get_address_of_U3CtimestampU3Ek__BackingField_2() { return &___U3CtimestampU3Ek__BackingField_2; } inline void set_U3CtimestampU3Ek__BackingField_2(int64_t value) { ___U3CtimestampU3Ek__BackingField_2 = value; } inline static int32_t get_offset_of_U3CeventIdU3Ek__BackingField_3() { return static_cast(offsetof(EventBase_tADF8D0ADA92BAF80F76865BAC2E9D85A118D1967, ___U3CeventIdU3Ek__BackingField_3)); } inline uint64_t get_U3CeventIdU3Ek__BackingField_3() const { return ___U3CeventIdU3Ek__BackingField_3; } inline uint64_t* get_address_of_U3CeventIdU3Ek__BackingField_3() { return &___U3CeventIdU3Ek__BackingField_3; } inline void set_U3CeventIdU3Ek__BackingField_3(uint64_t value) { ___U3CeventIdU3Ek__BackingField_3 = value; } inline static int32_t get_offset_of_U3CtriggerEventIdU3Ek__BackingField_4() { return static_cast(offsetof(EventBase_tADF8D0ADA92BAF80F76865BAC2E9D85A118D1967, ___U3CtriggerEventIdU3Ek__BackingField_4)); } inline uint64_t get_U3CtriggerEventIdU3Ek__BackingField_4() const { return ___U3CtriggerEventIdU3Ek__BackingField_4; } inline uint64_t* get_address_of_U3CtriggerEventIdU3Ek__BackingField_4() { return &___U3CtriggerEventIdU3Ek__BackingField_4; } inline void set_U3CtriggerEventIdU3Ek__BackingField_4(uint64_t value) { ___U3CtriggerEventIdU3Ek__BackingField_4 = value; } inline static int32_t get_offset_of_U3CpropagationU3Ek__BackingField_5() { return static_cast(offsetof(EventBase_tADF8D0ADA92BAF80F76865BAC2E9D85A118D1967, ___U3CpropagationU3Ek__BackingField_5)); } inline int32_t get_U3CpropagationU3Ek__BackingField_5() const { return ___U3CpropagationU3Ek__BackingField_5; } inline int32_t* get_address_of_U3CpropagationU3Ek__BackingField_5() { return &___U3CpropagationU3Ek__BackingField_5; } inline void set_U3CpropagationU3Ek__BackingField_5(int32_t value) { ___U3CpropagationU3Ek__BackingField_5 = value; } inline static int32_t get_offset_of_m_Path_6() { return static_cast(offsetof(EventBase_tADF8D0ADA92BAF80F76865BAC2E9D85A118D1967, ___m_Path_6)); } inline PropagationPaths_tB85C101114BB2AA54407B8F7768B403121914E99 * get_m_Path_6() const { return ___m_Path_6; } inline PropagationPaths_tB85C101114BB2AA54407B8F7768B403121914E99 ** get_address_of_m_Path_6() { return &___m_Path_6; } inline void set_m_Path_6(PropagationPaths_tB85C101114BB2AA54407B8F7768B403121914E99 * value) { ___m_Path_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Path_6), (void*)value); } inline static int32_t get_offset_of_U3ClifeCycleStatusU3Ek__BackingField_7() { return static_cast(offsetof(EventBase_tADF8D0ADA92BAF80F76865BAC2E9D85A118D1967, ___U3ClifeCycleStatusU3Ek__BackingField_7)); } inline int32_t get_U3ClifeCycleStatusU3Ek__BackingField_7() const { return ___U3ClifeCycleStatusU3Ek__BackingField_7; } inline int32_t* get_address_of_U3ClifeCycleStatusU3Ek__BackingField_7() { return &___U3ClifeCycleStatusU3Ek__BackingField_7; } inline void set_U3ClifeCycleStatusU3Ek__BackingField_7(int32_t value) { ___U3ClifeCycleStatusU3Ek__BackingField_7 = value; } inline static int32_t get_offset_of_U3CleafTargetU3Ek__BackingField_8() { return static_cast(offsetof(EventBase_tADF8D0ADA92BAF80F76865BAC2E9D85A118D1967, ___U3CleafTargetU3Ek__BackingField_8)); } inline RuntimeObject* get_U3CleafTargetU3Ek__BackingField_8() const { return ___U3CleafTargetU3Ek__BackingField_8; } inline RuntimeObject** get_address_of_U3CleafTargetU3Ek__BackingField_8() { return &___U3CleafTargetU3Ek__BackingField_8; } inline void set_U3CleafTargetU3Ek__BackingField_8(RuntimeObject* value) { ___U3CleafTargetU3Ek__BackingField_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CleafTargetU3Ek__BackingField_8), (void*)value); } inline static int32_t get_offset_of_m_Target_9() { return static_cast(offsetof(EventBase_tADF8D0ADA92BAF80F76865BAC2E9D85A118D1967, ___m_Target_9)); } inline RuntimeObject* get_m_Target_9() const { return ___m_Target_9; } inline RuntimeObject** get_address_of_m_Target_9() { return &___m_Target_9; } inline void set_m_Target_9(RuntimeObject* value) { ___m_Target_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Target_9), (void*)value); } inline static int32_t get_offset_of_U3CskipElementsU3Ek__BackingField_10() { return static_cast(offsetof(EventBase_tADF8D0ADA92BAF80F76865BAC2E9D85A118D1967, ___U3CskipElementsU3Ek__BackingField_10)); } inline List_1_t4ACD1DD41E60CC6A1D6F597706710F112BB37C92 * get_U3CskipElementsU3Ek__BackingField_10() const { return ___U3CskipElementsU3Ek__BackingField_10; } inline List_1_t4ACD1DD41E60CC6A1D6F597706710F112BB37C92 ** get_address_of_U3CskipElementsU3Ek__BackingField_10() { return &___U3CskipElementsU3Ek__BackingField_10; } inline void set_U3CskipElementsU3Ek__BackingField_10(List_1_t4ACD1DD41E60CC6A1D6F597706710F112BB37C92 * value) { ___U3CskipElementsU3Ek__BackingField_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CskipElementsU3Ek__BackingField_10), (void*)value); } inline static int32_t get_offset_of_U3CpropagationPhaseU3Ek__BackingField_11() { return static_cast(offsetof(EventBase_tADF8D0ADA92BAF80F76865BAC2E9D85A118D1967, ___U3CpropagationPhaseU3Ek__BackingField_11)); } inline int32_t get_U3CpropagationPhaseU3Ek__BackingField_11() const { return ___U3CpropagationPhaseU3Ek__BackingField_11; } inline int32_t* get_address_of_U3CpropagationPhaseU3Ek__BackingField_11() { return &___U3CpropagationPhaseU3Ek__BackingField_11; } inline void set_U3CpropagationPhaseU3Ek__BackingField_11(int32_t value) { ___U3CpropagationPhaseU3Ek__BackingField_11 = value; } inline static int32_t get_offset_of_m_CurrentTarget_12() { return static_cast(offsetof(EventBase_tADF8D0ADA92BAF80F76865BAC2E9D85A118D1967, ___m_CurrentTarget_12)); } inline RuntimeObject* get_m_CurrentTarget_12() const { return ___m_CurrentTarget_12; } inline RuntimeObject** get_address_of_m_CurrentTarget_12() { return &___m_CurrentTarget_12; } inline void set_m_CurrentTarget_12(RuntimeObject* value) { ___m_CurrentTarget_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_CurrentTarget_12), (void*)value); } inline static int32_t get_offset_of_m_ImguiEvent_13() { return static_cast(offsetof(EventBase_tADF8D0ADA92BAF80F76865BAC2E9D85A118D1967, ___m_ImguiEvent_13)); } inline Event_tED49F8EC5A2514F6E877E301B1AB7ABE4647253E * get_m_ImguiEvent_13() const { return ___m_ImguiEvent_13; } inline Event_tED49F8EC5A2514F6E877E301B1AB7ABE4647253E ** get_address_of_m_ImguiEvent_13() { return &___m_ImguiEvent_13; } inline void set_m_ImguiEvent_13(Event_tED49F8EC5A2514F6E877E301B1AB7ABE4647253E * value) { ___m_ImguiEvent_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_ImguiEvent_13), (void*)value); } inline static int32_t get_offset_of_U3CoriginalMousePositionU3Ek__BackingField_14() { return static_cast(offsetof(EventBase_tADF8D0ADA92BAF80F76865BAC2E9D85A118D1967, ___U3CoriginalMousePositionU3Ek__BackingField_14)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_U3CoriginalMousePositionU3Ek__BackingField_14() const { return ___U3CoriginalMousePositionU3Ek__BackingField_14; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_U3CoriginalMousePositionU3Ek__BackingField_14() { return &___U3CoriginalMousePositionU3Ek__BackingField_14; } inline void set_U3CoriginalMousePositionU3Ek__BackingField_14(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___U3CoriginalMousePositionU3Ek__BackingField_14 = value; } }; struct EventBase_tADF8D0ADA92BAF80F76865BAC2E9D85A118D1967_StaticFields { public: // System.Int64 UnityEngine.UIElements.EventBase::s_LastTypeId int64_t ___s_LastTypeId_0; // System.UInt64 UnityEngine.UIElements.EventBase::s_NextEventId uint64_t ___s_NextEventId_1; public: inline static int32_t get_offset_of_s_LastTypeId_0() { return static_cast(offsetof(EventBase_tADF8D0ADA92BAF80F76865BAC2E9D85A118D1967_StaticFields, ___s_LastTypeId_0)); } inline int64_t get_s_LastTypeId_0() const { return ___s_LastTypeId_0; } inline int64_t* get_address_of_s_LastTypeId_0() { return &___s_LastTypeId_0; } inline void set_s_LastTypeId_0(int64_t value) { ___s_LastTypeId_0 = value; } inline static int32_t get_offset_of_s_NextEventId_1() { return static_cast(offsetof(EventBase_tADF8D0ADA92BAF80F76865BAC2E9D85A118D1967_StaticFields, ___s_NextEventId_1)); } inline uint64_t get_s_NextEventId_1() const { return ___s_NextEventId_1; } inline uint64_t* get_address_of_s_NextEventId_1() { return &___s_NextEventId_1; } inline void set_s_NextEventId_1(uint64_t value) { ___s_NextEventId_1 = value; } }; // UnityEngine.UIElements.EventCallbackFunctorBase struct EventCallbackFunctorBase_tBB6636112422604DDE486A3DE0F2DE363DE45FAE : public RuntimeObject { public: // UnityEngine.UIElements.CallbackPhase UnityEngine.UIElements.EventCallbackFunctorBase::k__BackingField int32_t ___U3CphaseU3Ek__BackingField_0; public: inline static int32_t get_offset_of_U3CphaseU3Ek__BackingField_0() { return static_cast(offsetof(EventCallbackFunctorBase_tBB6636112422604DDE486A3DE0F2DE363DE45FAE, ___U3CphaseU3Ek__BackingField_0)); } inline int32_t get_U3CphaseU3Ek__BackingField_0() const { return ___U3CphaseU3Ek__BackingField_0; } inline int32_t* get_address_of_U3CphaseU3Ek__BackingField_0() { return &___U3CphaseU3Ek__BackingField_0; } inline void set_U3CphaseU3Ek__BackingField_0(int32_t value) { ___U3CphaseU3Ek__BackingField_0 = value; } }; // UnityEngine.ExitGUIException struct ExitGUIException_tA832626B99B4D827C8064643824847BCAA7877F4 : public Exception_t { public: public: }; // UnityEngine.UIElements.StyleSheets.Syntax.ExpressionMultiplier struct ExpressionMultiplier_t94C9D8A658C34375D48C4601DD71AD40CAACA8E6 { public: // UnityEngine.UIElements.StyleSheets.Syntax.ExpressionMultiplierType UnityEngine.UIElements.StyleSheets.Syntax.ExpressionMultiplier::m_Type int32_t ___m_Type_1; // System.Int32 UnityEngine.UIElements.StyleSheets.Syntax.ExpressionMultiplier::min int32_t ___min_2; // System.Int32 UnityEngine.UIElements.StyleSheets.Syntax.ExpressionMultiplier::max int32_t ___max_3; public: inline static int32_t get_offset_of_m_Type_1() { return static_cast(offsetof(ExpressionMultiplier_t94C9D8A658C34375D48C4601DD71AD40CAACA8E6, ___m_Type_1)); } inline int32_t get_m_Type_1() const { return ___m_Type_1; } inline int32_t* get_address_of_m_Type_1() { return &___m_Type_1; } inline void set_m_Type_1(int32_t value) { ___m_Type_1 = value; } inline static int32_t get_offset_of_min_2() { return static_cast(offsetof(ExpressionMultiplier_t94C9D8A658C34375D48C4601DD71AD40CAACA8E6, ___min_2)); } inline int32_t get_min_2() const { return ___min_2; } inline int32_t* get_address_of_min_2() { return &___min_2; } inline void set_min_2(int32_t value) { ___min_2 = value; } inline static int32_t get_offset_of_max_3() { return static_cast(offsetof(ExpressionMultiplier_t94C9D8A658C34375D48C4601DD71AD40CAACA8E6, ___max_3)); } inline int32_t get_max_3() const { return ___max_3; } inline int32_t* get_address_of_max_3() { return &___max_3; } inline void set_max_3(int32_t value) { ___max_3 = value; } }; // UnityEngine.Font struct Font_tB53D3F362CB1A0B92307B362826F212AE2D2A6A9 : public Object_tF2F3778131EFF286AF62B7B013A170F95A91571A { public: // UnityEngine.Font/FontTextureRebuildCallback UnityEngine.Font::m_FontTextureRebuildCallback FontTextureRebuildCallback_tBF11A511EBD8D237A1C5885D460B42A45DDBB2DB * ___m_FontTextureRebuildCallback_5; public: inline static int32_t get_offset_of_m_FontTextureRebuildCallback_5() { return static_cast(offsetof(Font_tB53D3F362CB1A0B92307B362826F212AE2D2A6A9, ___m_FontTextureRebuildCallback_5)); } inline FontTextureRebuildCallback_tBF11A511EBD8D237A1C5885D460B42A45DDBB2DB * get_m_FontTextureRebuildCallback_5() const { return ___m_FontTextureRebuildCallback_5; } inline FontTextureRebuildCallback_tBF11A511EBD8D237A1C5885D460B42A45DDBB2DB ** get_address_of_m_FontTextureRebuildCallback_5() { return &___m_FontTextureRebuildCallback_5; } inline void set_m_FontTextureRebuildCallback_5(FontTextureRebuildCallback_tBF11A511EBD8D237A1C5885D460B42A45DDBB2DB * value) { ___m_FontTextureRebuildCallback_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_FontTextureRebuildCallback_5), (void*)value); } }; struct Font_tB53D3F362CB1A0B92307B362826F212AE2D2A6A9_StaticFields { public: // System.Action`1 UnityEngine.Font::textureRebuilt Action_1_tC07E78969BFFC97261F80F4C08915A046DFDD9C7 * ___textureRebuilt_4; public: inline static int32_t get_offset_of_textureRebuilt_4() { return static_cast(offsetof(Font_tB53D3F362CB1A0B92307B362826F212AE2D2A6A9_StaticFields, ___textureRebuilt_4)); } inline Action_1_tC07E78969BFFC97261F80F4C08915A046DFDD9C7 * get_textureRebuilt_4() const { return ___textureRebuilt_4; } inline Action_1_tC07E78969BFFC97261F80F4C08915A046DFDD9C7 ** get_address_of_textureRebuilt_4() { return &___textureRebuilt_4; } inline void set_textureRebuilt_4(Action_1_tC07E78969BFFC97261F80F4C08915A046DFDD9C7 * value) { ___textureRebuilt_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___textureRebuilt_4), (void*)value); } }; // UnityEngine.GUILayoutGroup struct GUILayoutGroup_tEA8ADE069ADCDFAAE55323834EDC04B0888F10B9 : public GUILayoutEntry_t2999ED021CB0F188187989AC009621F0AE73A5DE { public: // System.Collections.Generic.List`1 UnityEngine.GUILayoutGroup::entries List_1_t07045BD0BCA84DF3EE9885C9BE0D1F6C57D208AA * ___entries_11; // System.Boolean UnityEngine.GUILayoutGroup::isVertical bool ___isVertical_12; // System.Boolean UnityEngine.GUILayoutGroup::resetCoords bool ___resetCoords_13; // System.Single UnityEngine.GUILayoutGroup::spacing float ___spacing_14; // System.Boolean UnityEngine.GUILayoutGroup::sameSize bool ___sameSize_15; // System.Boolean UnityEngine.GUILayoutGroup::isWindow bool ___isWindow_16; // System.Int32 UnityEngine.GUILayoutGroup::windowID int32_t ___windowID_17; // System.Int32 UnityEngine.GUILayoutGroup::m_Cursor int32_t ___m_Cursor_18; // System.Int32 UnityEngine.GUILayoutGroup::m_StretchableCountX int32_t ___m_StretchableCountX_19; // System.Int32 UnityEngine.GUILayoutGroup::m_StretchableCountY int32_t ___m_StretchableCountY_20; // System.Boolean UnityEngine.GUILayoutGroup::m_UserSpecifiedWidth bool ___m_UserSpecifiedWidth_21; // System.Boolean UnityEngine.GUILayoutGroup::m_UserSpecifiedHeight bool ___m_UserSpecifiedHeight_22; // System.Single UnityEngine.GUILayoutGroup::m_ChildMinWidth float ___m_ChildMinWidth_23; // System.Single UnityEngine.GUILayoutGroup::m_ChildMaxWidth float ___m_ChildMaxWidth_24; // System.Single UnityEngine.GUILayoutGroup::m_ChildMinHeight float ___m_ChildMinHeight_25; // System.Single UnityEngine.GUILayoutGroup::m_ChildMaxHeight float ___m_ChildMaxHeight_26; // System.Int32 UnityEngine.GUILayoutGroup::m_MarginLeft int32_t ___m_MarginLeft_27; // System.Int32 UnityEngine.GUILayoutGroup::m_MarginRight int32_t ___m_MarginRight_28; // System.Int32 UnityEngine.GUILayoutGroup::m_MarginTop int32_t ___m_MarginTop_29; // System.Int32 UnityEngine.GUILayoutGroup::m_MarginBottom int32_t ___m_MarginBottom_30; public: inline static int32_t get_offset_of_entries_11() { return static_cast(offsetof(GUILayoutGroup_tEA8ADE069ADCDFAAE55323834EDC04B0888F10B9, ___entries_11)); } inline List_1_t07045BD0BCA84DF3EE9885C9BE0D1F6C57D208AA * get_entries_11() const { return ___entries_11; } inline List_1_t07045BD0BCA84DF3EE9885C9BE0D1F6C57D208AA ** get_address_of_entries_11() { return &___entries_11; } inline void set_entries_11(List_1_t07045BD0BCA84DF3EE9885C9BE0D1F6C57D208AA * value) { ___entries_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___entries_11), (void*)value); } inline static int32_t get_offset_of_isVertical_12() { return static_cast(offsetof(GUILayoutGroup_tEA8ADE069ADCDFAAE55323834EDC04B0888F10B9, ___isVertical_12)); } inline bool get_isVertical_12() const { return ___isVertical_12; } inline bool* get_address_of_isVertical_12() { return &___isVertical_12; } inline void set_isVertical_12(bool value) { ___isVertical_12 = value; } inline static int32_t get_offset_of_resetCoords_13() { return static_cast(offsetof(GUILayoutGroup_tEA8ADE069ADCDFAAE55323834EDC04B0888F10B9, ___resetCoords_13)); } inline bool get_resetCoords_13() const { return ___resetCoords_13; } inline bool* get_address_of_resetCoords_13() { return &___resetCoords_13; } inline void set_resetCoords_13(bool value) { ___resetCoords_13 = value; } inline static int32_t get_offset_of_spacing_14() { return static_cast(offsetof(GUILayoutGroup_tEA8ADE069ADCDFAAE55323834EDC04B0888F10B9, ___spacing_14)); } inline float get_spacing_14() const { return ___spacing_14; } inline float* get_address_of_spacing_14() { return &___spacing_14; } inline void set_spacing_14(float value) { ___spacing_14 = value; } inline static int32_t get_offset_of_sameSize_15() { return static_cast(offsetof(GUILayoutGroup_tEA8ADE069ADCDFAAE55323834EDC04B0888F10B9, ___sameSize_15)); } inline bool get_sameSize_15() const { return ___sameSize_15; } inline bool* get_address_of_sameSize_15() { return &___sameSize_15; } inline void set_sameSize_15(bool value) { ___sameSize_15 = value; } inline static int32_t get_offset_of_isWindow_16() { return static_cast(offsetof(GUILayoutGroup_tEA8ADE069ADCDFAAE55323834EDC04B0888F10B9, ___isWindow_16)); } inline bool get_isWindow_16() const { return ___isWindow_16; } inline bool* get_address_of_isWindow_16() { return &___isWindow_16; } inline void set_isWindow_16(bool value) { ___isWindow_16 = value; } inline static int32_t get_offset_of_windowID_17() { return static_cast(offsetof(GUILayoutGroup_tEA8ADE069ADCDFAAE55323834EDC04B0888F10B9, ___windowID_17)); } inline int32_t get_windowID_17() const { return ___windowID_17; } inline int32_t* get_address_of_windowID_17() { return &___windowID_17; } inline void set_windowID_17(int32_t value) { ___windowID_17 = value; } inline static int32_t get_offset_of_m_Cursor_18() { return static_cast(offsetof(GUILayoutGroup_tEA8ADE069ADCDFAAE55323834EDC04B0888F10B9, ___m_Cursor_18)); } inline int32_t get_m_Cursor_18() const { return ___m_Cursor_18; } inline int32_t* get_address_of_m_Cursor_18() { return &___m_Cursor_18; } inline void set_m_Cursor_18(int32_t value) { ___m_Cursor_18 = value; } inline static int32_t get_offset_of_m_StretchableCountX_19() { return static_cast(offsetof(GUILayoutGroup_tEA8ADE069ADCDFAAE55323834EDC04B0888F10B9, ___m_StretchableCountX_19)); } inline int32_t get_m_StretchableCountX_19() const { return ___m_StretchableCountX_19; } inline int32_t* get_address_of_m_StretchableCountX_19() { return &___m_StretchableCountX_19; } inline void set_m_StretchableCountX_19(int32_t value) { ___m_StretchableCountX_19 = value; } inline static int32_t get_offset_of_m_StretchableCountY_20() { return static_cast(offsetof(GUILayoutGroup_tEA8ADE069ADCDFAAE55323834EDC04B0888F10B9, ___m_StretchableCountY_20)); } inline int32_t get_m_StretchableCountY_20() const { return ___m_StretchableCountY_20; } inline int32_t* get_address_of_m_StretchableCountY_20() { return &___m_StretchableCountY_20; } inline void set_m_StretchableCountY_20(int32_t value) { ___m_StretchableCountY_20 = value; } inline static int32_t get_offset_of_m_UserSpecifiedWidth_21() { return static_cast(offsetof(GUILayoutGroup_tEA8ADE069ADCDFAAE55323834EDC04B0888F10B9, ___m_UserSpecifiedWidth_21)); } inline bool get_m_UserSpecifiedWidth_21() const { return ___m_UserSpecifiedWidth_21; } inline bool* get_address_of_m_UserSpecifiedWidth_21() { return &___m_UserSpecifiedWidth_21; } inline void set_m_UserSpecifiedWidth_21(bool value) { ___m_UserSpecifiedWidth_21 = value; } inline static int32_t get_offset_of_m_UserSpecifiedHeight_22() { return static_cast(offsetof(GUILayoutGroup_tEA8ADE069ADCDFAAE55323834EDC04B0888F10B9, ___m_UserSpecifiedHeight_22)); } inline bool get_m_UserSpecifiedHeight_22() const { return ___m_UserSpecifiedHeight_22; } inline bool* get_address_of_m_UserSpecifiedHeight_22() { return &___m_UserSpecifiedHeight_22; } inline void set_m_UserSpecifiedHeight_22(bool value) { ___m_UserSpecifiedHeight_22 = value; } inline static int32_t get_offset_of_m_ChildMinWidth_23() { return static_cast(offsetof(GUILayoutGroup_tEA8ADE069ADCDFAAE55323834EDC04B0888F10B9, ___m_ChildMinWidth_23)); } inline float get_m_ChildMinWidth_23() const { return ___m_ChildMinWidth_23; } inline float* get_address_of_m_ChildMinWidth_23() { return &___m_ChildMinWidth_23; } inline void set_m_ChildMinWidth_23(float value) { ___m_ChildMinWidth_23 = value; } inline static int32_t get_offset_of_m_ChildMaxWidth_24() { return static_cast(offsetof(GUILayoutGroup_tEA8ADE069ADCDFAAE55323834EDC04B0888F10B9, ___m_ChildMaxWidth_24)); } inline float get_m_ChildMaxWidth_24() const { return ___m_ChildMaxWidth_24; } inline float* get_address_of_m_ChildMaxWidth_24() { return &___m_ChildMaxWidth_24; } inline void set_m_ChildMaxWidth_24(float value) { ___m_ChildMaxWidth_24 = value; } inline static int32_t get_offset_of_m_ChildMinHeight_25() { return static_cast(offsetof(GUILayoutGroup_tEA8ADE069ADCDFAAE55323834EDC04B0888F10B9, ___m_ChildMinHeight_25)); } inline float get_m_ChildMinHeight_25() const { return ___m_ChildMinHeight_25; } inline float* get_address_of_m_ChildMinHeight_25() { return &___m_ChildMinHeight_25; } inline void set_m_ChildMinHeight_25(float value) { ___m_ChildMinHeight_25 = value; } inline static int32_t get_offset_of_m_ChildMaxHeight_26() { return static_cast(offsetof(GUILayoutGroup_tEA8ADE069ADCDFAAE55323834EDC04B0888F10B9, ___m_ChildMaxHeight_26)); } inline float get_m_ChildMaxHeight_26() const { return ___m_ChildMaxHeight_26; } inline float* get_address_of_m_ChildMaxHeight_26() { return &___m_ChildMaxHeight_26; } inline void set_m_ChildMaxHeight_26(float value) { ___m_ChildMaxHeight_26 = value; } inline static int32_t get_offset_of_m_MarginLeft_27() { return static_cast(offsetof(GUILayoutGroup_tEA8ADE069ADCDFAAE55323834EDC04B0888F10B9, ___m_MarginLeft_27)); } inline int32_t get_m_MarginLeft_27() const { return ___m_MarginLeft_27; } inline int32_t* get_address_of_m_MarginLeft_27() { return &___m_MarginLeft_27; } inline void set_m_MarginLeft_27(int32_t value) { ___m_MarginLeft_27 = value; } inline static int32_t get_offset_of_m_MarginRight_28() { return static_cast(offsetof(GUILayoutGroup_tEA8ADE069ADCDFAAE55323834EDC04B0888F10B9, ___m_MarginRight_28)); } inline int32_t get_m_MarginRight_28() const { return ___m_MarginRight_28; } inline int32_t* get_address_of_m_MarginRight_28() { return &___m_MarginRight_28; } inline void set_m_MarginRight_28(int32_t value) { ___m_MarginRight_28 = value; } inline static int32_t get_offset_of_m_MarginTop_29() { return static_cast(offsetof(GUILayoutGroup_tEA8ADE069ADCDFAAE55323834EDC04B0888F10B9, ___m_MarginTop_29)); } inline int32_t get_m_MarginTop_29() const { return ___m_MarginTop_29; } inline int32_t* get_address_of_m_MarginTop_29() { return &___m_MarginTop_29; } inline void set_m_MarginTop_29(int32_t value) { ___m_MarginTop_29 = value; } inline static int32_t get_offset_of_m_MarginBottom_30() { return static_cast(offsetof(GUILayoutGroup_tEA8ADE069ADCDFAAE55323834EDC04B0888F10B9, ___m_MarginBottom_30)); } inline int32_t get_m_MarginBottom_30() const { return ___m_MarginBottom_30; } inline int32_t* get_address_of_m_MarginBottom_30() { return &___m_MarginBottom_30; } inline void set_m_MarginBottom_30(int32_t value) { ___m_MarginBottom_30 = value; } }; struct GUILayoutGroup_tEA8ADE069ADCDFAAE55323834EDC04B0888F10B9_StaticFields { public: // UnityEngine.GUILayoutEntry UnityEngine.GUILayoutGroup::none GUILayoutEntry_t2999ED021CB0F188187989AC009621F0AE73A5DE * ___none_31; public: inline static int32_t get_offset_of_none_31() { return static_cast(offsetof(GUILayoutGroup_tEA8ADE069ADCDFAAE55323834EDC04B0888F10B9_StaticFields, ___none_31)); } inline GUILayoutEntry_t2999ED021CB0F188187989AC009621F0AE73A5DE * get_none_31() const { return ___none_31; } inline GUILayoutEntry_t2999ED021CB0F188187989AC009621F0AE73A5DE ** get_address_of_none_31() { return &___none_31; } inline void set_none_31(GUILayoutEntry_t2999ED021CB0F188187989AC009621F0AE73A5DE * value) { ___none_31 = value; Il2CppCodeGenWriteBarrier((void**)(&___none_31), (void*)value); } }; // UnityEngine.GameObject struct GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 : public Object_tF2F3778131EFF286AF62B7B013A170F95A91571A { public: public: }; // UnityEngine.UIElements.GradientSettings struct GradientSettings_tDEB247FD6A620DBAE28BDA610E45FEEF5CA81733 { public: // UnityEngine.UIElements.GradientType UnityEngine.UIElements.GradientSettings::gradientType int32_t ___gradientType_0; // UnityEngine.UIElements.AddressMode UnityEngine.UIElements.GradientSettings::addressMode int32_t ___addressMode_1; // UnityEngine.Vector2 UnityEngine.UIElements.GradientSettings::radialFocus Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___radialFocus_2; // UnityEngine.RectInt UnityEngine.UIElements.GradientSettings::location RectInt_tE7B8105A280C1AC73A4157ED41F9B86C9BD91E49 ___location_3; public: inline static int32_t get_offset_of_gradientType_0() { return static_cast(offsetof(GradientSettings_tDEB247FD6A620DBAE28BDA610E45FEEF5CA81733, ___gradientType_0)); } inline int32_t get_gradientType_0() const { return ___gradientType_0; } inline int32_t* get_address_of_gradientType_0() { return &___gradientType_0; } inline void set_gradientType_0(int32_t value) { ___gradientType_0 = value; } inline static int32_t get_offset_of_addressMode_1() { return static_cast(offsetof(GradientSettings_tDEB247FD6A620DBAE28BDA610E45FEEF5CA81733, ___addressMode_1)); } inline int32_t get_addressMode_1() const { return ___addressMode_1; } inline int32_t* get_address_of_addressMode_1() { return &___addressMode_1; } inline void set_addressMode_1(int32_t value) { ___addressMode_1 = value; } inline static int32_t get_offset_of_radialFocus_2() { return static_cast(offsetof(GradientSettings_tDEB247FD6A620DBAE28BDA610E45FEEF5CA81733, ___radialFocus_2)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_radialFocus_2() const { return ___radialFocus_2; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_radialFocus_2() { return &___radialFocus_2; } inline void set_radialFocus_2(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___radialFocus_2 = value; } inline static int32_t get_offset_of_location_3() { return static_cast(offsetof(GradientSettings_tDEB247FD6A620DBAE28BDA610E45FEEF5CA81733, ___location_3)); } inline RectInt_tE7B8105A280C1AC73A4157ED41F9B86C9BD91E49 get_location_3() const { return ___location_3; } inline RectInt_tE7B8105A280C1AC73A4157ED41F9B86C9BD91E49 * get_address_of_location_3() { return &___location_3; } inline void set_location_3(RectInt_tE7B8105A280C1AC73A4157ED41F9B86C9BD91E49 value) { ___location_3 = value; } }; // UnityEngine.UIElements.Length struct Length_tC812F6D7266A044F3AB7DBC98EC0A52678643696 { public: // System.Single UnityEngine.UIElements.Length::m_Value float ___m_Value_0; // UnityEngine.UIElements.Length/Unit UnityEngine.UIElements.Length::m_Unit int32_t ___m_Unit_1; public: inline static int32_t get_offset_of_m_Value_0() { return static_cast(offsetof(Length_tC812F6D7266A044F3AB7DBC98EC0A52678643696, ___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; } inline static int32_t get_offset_of_m_Unit_1() { return static_cast(offsetof(Length_tC812F6D7266A044F3AB7DBC98EC0A52678643696, ___m_Unit_1)); } inline int32_t get_m_Unit_1() const { return ___m_Unit_1; } inline int32_t* get_address_of_m_Unit_1() { return &___m_Unit_1; } inline void set_m_Unit_1(int32_t value) { ___m_Unit_1 = value; } }; // System.MulticastDelegate struct MulticastDelegate_t : public Delegate_t { public: // System.Delegate[] System.MulticastDelegate::delegates DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8* ___delegates_11; public: inline static int32_t get_offset_of_delegates_11() { return static_cast(offsetof(MulticastDelegate_t, ___delegates_11)); } inline DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8* get_delegates_11() const { return ___delegates_11; } inline DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8** get_address_of_delegates_11() { return &___delegates_11; } inline void set_delegates_11(DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8* value) { ___delegates_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___delegates_11), (void*)value); } }; // Native definition for P/Invoke marshalling of System.MulticastDelegate struct MulticastDelegate_t_marshaled_pinvoke : public Delegate_t_marshaled_pinvoke { Delegate_t_marshaled_pinvoke** ___delegates_11; }; // Native definition for COM marshalling of System.MulticastDelegate struct MulticastDelegate_t_marshaled_com : public Delegate_t_marshaled_com { Delegate_t_marshaled_com** ___delegates_11; }; // System.Globalization.NumberFormatInfo struct NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D : public RuntimeObject { public: // System.Int32[] System.Globalization.NumberFormatInfo::numberGroupSizes Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___numberGroupSizes_1; // System.Int32[] System.Globalization.NumberFormatInfo::currencyGroupSizes Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___currencyGroupSizes_2; // System.Int32[] System.Globalization.NumberFormatInfo::percentGroupSizes Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___percentGroupSizes_3; // System.String System.Globalization.NumberFormatInfo::positiveSign String_t* ___positiveSign_4; // System.String System.Globalization.NumberFormatInfo::negativeSign String_t* ___negativeSign_5; // System.String System.Globalization.NumberFormatInfo::numberDecimalSeparator String_t* ___numberDecimalSeparator_6; // System.String System.Globalization.NumberFormatInfo::numberGroupSeparator String_t* ___numberGroupSeparator_7; // System.String System.Globalization.NumberFormatInfo::currencyGroupSeparator String_t* ___currencyGroupSeparator_8; // System.String System.Globalization.NumberFormatInfo::currencyDecimalSeparator String_t* ___currencyDecimalSeparator_9; // System.String System.Globalization.NumberFormatInfo::currencySymbol String_t* ___currencySymbol_10; // System.String System.Globalization.NumberFormatInfo::ansiCurrencySymbol String_t* ___ansiCurrencySymbol_11; // System.String System.Globalization.NumberFormatInfo::nanSymbol String_t* ___nanSymbol_12; // System.String System.Globalization.NumberFormatInfo::positiveInfinitySymbol String_t* ___positiveInfinitySymbol_13; // System.String System.Globalization.NumberFormatInfo::negativeInfinitySymbol String_t* ___negativeInfinitySymbol_14; // System.String System.Globalization.NumberFormatInfo::percentDecimalSeparator String_t* ___percentDecimalSeparator_15; // System.String System.Globalization.NumberFormatInfo::percentGroupSeparator String_t* ___percentGroupSeparator_16; // System.String System.Globalization.NumberFormatInfo::percentSymbol String_t* ___percentSymbol_17; // System.String System.Globalization.NumberFormatInfo::perMilleSymbol String_t* ___perMilleSymbol_18; // System.String[] System.Globalization.NumberFormatInfo::nativeDigits StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___nativeDigits_19; // System.Int32 System.Globalization.NumberFormatInfo::m_dataItem int32_t ___m_dataItem_20; // System.Int32 System.Globalization.NumberFormatInfo::numberDecimalDigits int32_t ___numberDecimalDigits_21; // System.Int32 System.Globalization.NumberFormatInfo::currencyDecimalDigits int32_t ___currencyDecimalDigits_22; // System.Int32 System.Globalization.NumberFormatInfo::currencyPositivePattern int32_t ___currencyPositivePattern_23; // System.Int32 System.Globalization.NumberFormatInfo::currencyNegativePattern int32_t ___currencyNegativePattern_24; // System.Int32 System.Globalization.NumberFormatInfo::numberNegativePattern int32_t ___numberNegativePattern_25; // System.Int32 System.Globalization.NumberFormatInfo::percentPositivePattern int32_t ___percentPositivePattern_26; // System.Int32 System.Globalization.NumberFormatInfo::percentNegativePattern int32_t ___percentNegativePattern_27; // System.Int32 System.Globalization.NumberFormatInfo::percentDecimalDigits int32_t ___percentDecimalDigits_28; // System.Int32 System.Globalization.NumberFormatInfo::digitSubstitution int32_t ___digitSubstitution_29; // System.Boolean System.Globalization.NumberFormatInfo::isReadOnly bool ___isReadOnly_30; // System.Boolean System.Globalization.NumberFormatInfo::m_useUserOverride bool ___m_useUserOverride_31; // System.Boolean System.Globalization.NumberFormatInfo::m_isInvariant bool ___m_isInvariant_32; // System.Boolean System.Globalization.NumberFormatInfo::validForParseAsNumber bool ___validForParseAsNumber_33; // System.Boolean System.Globalization.NumberFormatInfo::validForParseAsCurrency bool ___validForParseAsCurrency_34; public: inline static int32_t get_offset_of_numberGroupSizes_1() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___numberGroupSizes_1)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_numberGroupSizes_1() const { return ___numberGroupSizes_1; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_numberGroupSizes_1() { return &___numberGroupSizes_1; } inline void set_numberGroupSizes_1(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___numberGroupSizes_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___numberGroupSizes_1), (void*)value); } inline static int32_t get_offset_of_currencyGroupSizes_2() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___currencyGroupSizes_2)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_currencyGroupSizes_2() const { return ___currencyGroupSizes_2; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_currencyGroupSizes_2() { return &___currencyGroupSizes_2; } inline void set_currencyGroupSizes_2(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___currencyGroupSizes_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___currencyGroupSizes_2), (void*)value); } inline static int32_t get_offset_of_percentGroupSizes_3() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___percentGroupSizes_3)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_percentGroupSizes_3() const { return ___percentGroupSizes_3; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_percentGroupSizes_3() { return &___percentGroupSizes_3; } inline void set_percentGroupSizes_3(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___percentGroupSizes_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___percentGroupSizes_3), (void*)value); } inline static int32_t get_offset_of_positiveSign_4() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___positiveSign_4)); } inline String_t* get_positiveSign_4() const { return ___positiveSign_4; } inline String_t** get_address_of_positiveSign_4() { return &___positiveSign_4; } inline void set_positiveSign_4(String_t* value) { ___positiveSign_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___positiveSign_4), (void*)value); } inline static int32_t get_offset_of_negativeSign_5() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___negativeSign_5)); } inline String_t* get_negativeSign_5() const { return ___negativeSign_5; } inline String_t** get_address_of_negativeSign_5() { return &___negativeSign_5; } inline void set_negativeSign_5(String_t* value) { ___negativeSign_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___negativeSign_5), (void*)value); } inline static int32_t get_offset_of_numberDecimalSeparator_6() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___numberDecimalSeparator_6)); } inline String_t* get_numberDecimalSeparator_6() const { return ___numberDecimalSeparator_6; } inline String_t** get_address_of_numberDecimalSeparator_6() { return &___numberDecimalSeparator_6; } inline void set_numberDecimalSeparator_6(String_t* value) { ___numberDecimalSeparator_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___numberDecimalSeparator_6), (void*)value); } inline static int32_t get_offset_of_numberGroupSeparator_7() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___numberGroupSeparator_7)); } inline String_t* get_numberGroupSeparator_7() const { return ___numberGroupSeparator_7; } inline String_t** get_address_of_numberGroupSeparator_7() { return &___numberGroupSeparator_7; } inline void set_numberGroupSeparator_7(String_t* value) { ___numberGroupSeparator_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___numberGroupSeparator_7), (void*)value); } inline static int32_t get_offset_of_currencyGroupSeparator_8() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___currencyGroupSeparator_8)); } inline String_t* get_currencyGroupSeparator_8() const { return ___currencyGroupSeparator_8; } inline String_t** get_address_of_currencyGroupSeparator_8() { return &___currencyGroupSeparator_8; } inline void set_currencyGroupSeparator_8(String_t* value) { ___currencyGroupSeparator_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___currencyGroupSeparator_8), (void*)value); } inline static int32_t get_offset_of_currencyDecimalSeparator_9() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___currencyDecimalSeparator_9)); } inline String_t* get_currencyDecimalSeparator_9() const { return ___currencyDecimalSeparator_9; } inline String_t** get_address_of_currencyDecimalSeparator_9() { return &___currencyDecimalSeparator_9; } inline void set_currencyDecimalSeparator_9(String_t* value) { ___currencyDecimalSeparator_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___currencyDecimalSeparator_9), (void*)value); } inline static int32_t get_offset_of_currencySymbol_10() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___currencySymbol_10)); } inline String_t* get_currencySymbol_10() const { return ___currencySymbol_10; } inline String_t** get_address_of_currencySymbol_10() { return &___currencySymbol_10; } inline void set_currencySymbol_10(String_t* value) { ___currencySymbol_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___currencySymbol_10), (void*)value); } inline static int32_t get_offset_of_ansiCurrencySymbol_11() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___ansiCurrencySymbol_11)); } inline String_t* get_ansiCurrencySymbol_11() const { return ___ansiCurrencySymbol_11; } inline String_t** get_address_of_ansiCurrencySymbol_11() { return &___ansiCurrencySymbol_11; } inline void set_ansiCurrencySymbol_11(String_t* value) { ___ansiCurrencySymbol_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___ansiCurrencySymbol_11), (void*)value); } inline static int32_t get_offset_of_nanSymbol_12() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___nanSymbol_12)); } inline String_t* get_nanSymbol_12() const { return ___nanSymbol_12; } inline String_t** get_address_of_nanSymbol_12() { return &___nanSymbol_12; } inline void set_nanSymbol_12(String_t* value) { ___nanSymbol_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___nanSymbol_12), (void*)value); } inline static int32_t get_offset_of_positiveInfinitySymbol_13() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___positiveInfinitySymbol_13)); } inline String_t* get_positiveInfinitySymbol_13() const { return ___positiveInfinitySymbol_13; } inline String_t** get_address_of_positiveInfinitySymbol_13() { return &___positiveInfinitySymbol_13; } inline void set_positiveInfinitySymbol_13(String_t* value) { ___positiveInfinitySymbol_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___positiveInfinitySymbol_13), (void*)value); } inline static int32_t get_offset_of_negativeInfinitySymbol_14() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___negativeInfinitySymbol_14)); } inline String_t* get_negativeInfinitySymbol_14() const { return ___negativeInfinitySymbol_14; } inline String_t** get_address_of_negativeInfinitySymbol_14() { return &___negativeInfinitySymbol_14; } inline void set_negativeInfinitySymbol_14(String_t* value) { ___negativeInfinitySymbol_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___negativeInfinitySymbol_14), (void*)value); } inline static int32_t get_offset_of_percentDecimalSeparator_15() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___percentDecimalSeparator_15)); } inline String_t* get_percentDecimalSeparator_15() const { return ___percentDecimalSeparator_15; } inline String_t** get_address_of_percentDecimalSeparator_15() { return &___percentDecimalSeparator_15; } inline void set_percentDecimalSeparator_15(String_t* value) { ___percentDecimalSeparator_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___percentDecimalSeparator_15), (void*)value); } inline static int32_t get_offset_of_percentGroupSeparator_16() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___percentGroupSeparator_16)); } inline String_t* get_percentGroupSeparator_16() const { return ___percentGroupSeparator_16; } inline String_t** get_address_of_percentGroupSeparator_16() { return &___percentGroupSeparator_16; } inline void set_percentGroupSeparator_16(String_t* value) { ___percentGroupSeparator_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___percentGroupSeparator_16), (void*)value); } inline static int32_t get_offset_of_percentSymbol_17() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___percentSymbol_17)); } inline String_t* get_percentSymbol_17() const { return ___percentSymbol_17; } inline String_t** get_address_of_percentSymbol_17() { return &___percentSymbol_17; } inline void set_percentSymbol_17(String_t* value) { ___percentSymbol_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___percentSymbol_17), (void*)value); } inline static int32_t get_offset_of_perMilleSymbol_18() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___perMilleSymbol_18)); } inline String_t* get_perMilleSymbol_18() const { return ___perMilleSymbol_18; } inline String_t** get_address_of_perMilleSymbol_18() { return &___perMilleSymbol_18; } inline void set_perMilleSymbol_18(String_t* value) { ___perMilleSymbol_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___perMilleSymbol_18), (void*)value); } inline static int32_t get_offset_of_nativeDigits_19() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___nativeDigits_19)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_nativeDigits_19() const { return ___nativeDigits_19; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_nativeDigits_19() { return &___nativeDigits_19; } inline void set_nativeDigits_19(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___nativeDigits_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___nativeDigits_19), (void*)value); } inline static int32_t get_offset_of_m_dataItem_20() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___m_dataItem_20)); } inline int32_t get_m_dataItem_20() const { return ___m_dataItem_20; } inline int32_t* get_address_of_m_dataItem_20() { return &___m_dataItem_20; } inline void set_m_dataItem_20(int32_t value) { ___m_dataItem_20 = value; } inline static int32_t get_offset_of_numberDecimalDigits_21() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___numberDecimalDigits_21)); } inline int32_t get_numberDecimalDigits_21() const { return ___numberDecimalDigits_21; } inline int32_t* get_address_of_numberDecimalDigits_21() { return &___numberDecimalDigits_21; } inline void set_numberDecimalDigits_21(int32_t value) { ___numberDecimalDigits_21 = value; } inline static int32_t get_offset_of_currencyDecimalDigits_22() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___currencyDecimalDigits_22)); } inline int32_t get_currencyDecimalDigits_22() const { return ___currencyDecimalDigits_22; } inline int32_t* get_address_of_currencyDecimalDigits_22() { return &___currencyDecimalDigits_22; } inline void set_currencyDecimalDigits_22(int32_t value) { ___currencyDecimalDigits_22 = value; } inline static int32_t get_offset_of_currencyPositivePattern_23() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___currencyPositivePattern_23)); } inline int32_t get_currencyPositivePattern_23() const { return ___currencyPositivePattern_23; } inline int32_t* get_address_of_currencyPositivePattern_23() { return &___currencyPositivePattern_23; } inline void set_currencyPositivePattern_23(int32_t value) { ___currencyPositivePattern_23 = value; } inline static int32_t get_offset_of_currencyNegativePattern_24() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___currencyNegativePattern_24)); } inline int32_t get_currencyNegativePattern_24() const { return ___currencyNegativePattern_24; } inline int32_t* get_address_of_currencyNegativePattern_24() { return &___currencyNegativePattern_24; } inline void set_currencyNegativePattern_24(int32_t value) { ___currencyNegativePattern_24 = value; } inline static int32_t get_offset_of_numberNegativePattern_25() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___numberNegativePattern_25)); } inline int32_t get_numberNegativePattern_25() const { return ___numberNegativePattern_25; } inline int32_t* get_address_of_numberNegativePattern_25() { return &___numberNegativePattern_25; } inline void set_numberNegativePattern_25(int32_t value) { ___numberNegativePattern_25 = value; } inline static int32_t get_offset_of_percentPositivePattern_26() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___percentPositivePattern_26)); } inline int32_t get_percentPositivePattern_26() const { return ___percentPositivePattern_26; } inline int32_t* get_address_of_percentPositivePattern_26() { return &___percentPositivePattern_26; } inline void set_percentPositivePattern_26(int32_t value) { ___percentPositivePattern_26 = value; } inline static int32_t get_offset_of_percentNegativePattern_27() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___percentNegativePattern_27)); } inline int32_t get_percentNegativePattern_27() const { return ___percentNegativePattern_27; } inline int32_t* get_address_of_percentNegativePattern_27() { return &___percentNegativePattern_27; } inline void set_percentNegativePattern_27(int32_t value) { ___percentNegativePattern_27 = value; } inline static int32_t get_offset_of_percentDecimalDigits_28() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___percentDecimalDigits_28)); } inline int32_t get_percentDecimalDigits_28() const { return ___percentDecimalDigits_28; } inline int32_t* get_address_of_percentDecimalDigits_28() { return &___percentDecimalDigits_28; } inline void set_percentDecimalDigits_28(int32_t value) { ___percentDecimalDigits_28 = value; } inline static int32_t get_offset_of_digitSubstitution_29() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___digitSubstitution_29)); } inline int32_t get_digitSubstitution_29() const { return ___digitSubstitution_29; } inline int32_t* get_address_of_digitSubstitution_29() { return &___digitSubstitution_29; } inline void set_digitSubstitution_29(int32_t value) { ___digitSubstitution_29 = value; } inline static int32_t get_offset_of_isReadOnly_30() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___isReadOnly_30)); } inline bool get_isReadOnly_30() const { return ___isReadOnly_30; } inline bool* get_address_of_isReadOnly_30() { return &___isReadOnly_30; } inline void set_isReadOnly_30(bool value) { ___isReadOnly_30 = value; } inline static int32_t get_offset_of_m_useUserOverride_31() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___m_useUserOverride_31)); } inline bool get_m_useUserOverride_31() const { return ___m_useUserOverride_31; } inline bool* get_address_of_m_useUserOverride_31() { return &___m_useUserOverride_31; } inline void set_m_useUserOverride_31(bool value) { ___m_useUserOverride_31 = value; } inline static int32_t get_offset_of_m_isInvariant_32() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___m_isInvariant_32)); } inline bool get_m_isInvariant_32() const { return ___m_isInvariant_32; } inline bool* get_address_of_m_isInvariant_32() { return &___m_isInvariant_32; } inline void set_m_isInvariant_32(bool value) { ___m_isInvariant_32 = value; } inline static int32_t get_offset_of_validForParseAsNumber_33() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___validForParseAsNumber_33)); } inline bool get_validForParseAsNumber_33() const { return ___validForParseAsNumber_33; } inline bool* get_address_of_validForParseAsNumber_33() { return &___validForParseAsNumber_33; } inline void set_validForParseAsNumber_33(bool value) { ___validForParseAsNumber_33 = value; } inline static int32_t get_offset_of_validForParseAsCurrency_34() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___validForParseAsCurrency_34)); } inline bool get_validForParseAsCurrency_34() const { return ___validForParseAsCurrency_34; } inline bool* get_address_of_validForParseAsCurrency_34() { return &___validForParseAsCurrency_34; } inline void set_validForParseAsCurrency_34(bool value) { ___validForParseAsCurrency_34 = value; } }; struct NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D_StaticFields { public: // System.Globalization.NumberFormatInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.NumberFormatInfo::invariantInfo NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * ___invariantInfo_0; public: inline static int32_t get_offset_of_invariantInfo_0() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D_StaticFields, ___invariantInfo_0)); } inline NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * get_invariantInfo_0() const { return ___invariantInfo_0; } inline NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D ** get_address_of_invariantInfo_0() { return &___invariantInfo_0; } inline void set_invariantInfo_0(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * value) { ___invariantInfo_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___invariantInfo_0), (void*)value); } }; // UnityEngine.ScriptableObject struct ScriptableObject_t4361E08CEBF052C650D3666C7CEC37EB31DE116A : public Object_tF2F3778131EFF286AF62B7B013A170F95A91571A { public: public: }; // Native definition for P/Invoke marshalling of UnityEngine.ScriptableObject struct ScriptableObject_t4361E08CEBF052C650D3666C7CEC37EB31DE116A_marshaled_pinvoke : public Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_marshaled_pinvoke { }; // Native definition for COM marshalling of UnityEngine.ScriptableObject struct ScriptableObject_t4361E08CEBF052C650D3666C7CEC37EB31DE116A_marshaled_com : public Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_marshaled_com { }; // UnityEngine.Sprite struct Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 : public Object_tF2F3778131EFF286AF62B7B013A170F95A91571A { public: public: }; // UnityEngine.UIElements.StyleCursor struct StyleCursor_tC8170AE81E8E4294682DC1106BB0E47F328E8AF1 { public: // UnityEngine.UIElements.Cursor UnityEngine.UIElements.StyleCursor::m_Value Cursor_t6FF56333603B811AE4BB9A0C7D66B88D874A4C4F ___m_Value_0; // UnityEngine.UIElements.StyleKeyword UnityEngine.UIElements.StyleCursor::m_Keyword int32_t ___m_Keyword_1; public: inline static int32_t get_offset_of_m_Value_0() { return static_cast(offsetof(StyleCursor_tC8170AE81E8E4294682DC1106BB0E47F328E8AF1, ___m_Value_0)); } inline Cursor_t6FF56333603B811AE4BB9A0C7D66B88D874A4C4F get_m_Value_0() const { return ___m_Value_0; } inline Cursor_t6FF56333603B811AE4BB9A0C7D66B88D874A4C4F * get_address_of_m_Value_0() { return &___m_Value_0; } inline void set_m_Value_0(Cursor_t6FF56333603B811AE4BB9A0C7D66B88D874A4C4F value) { ___m_Value_0 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___m_Value_0))->___U3CtextureU3Ek__BackingField_0), (void*)NULL); } inline static int32_t get_offset_of_m_Keyword_1() { return static_cast(offsetof(StyleCursor_tC8170AE81E8E4294682DC1106BB0E47F328E8AF1, ___m_Keyword_1)); } inline int32_t get_m_Keyword_1() const { return ___m_Keyword_1; } inline int32_t* get_address_of_m_Keyword_1() { return &___m_Keyword_1; } inline void set_m_Keyword_1(int32_t value) { ___m_Keyword_1 = value; } }; // Native definition for P/Invoke marshalling of UnityEngine.UIElements.StyleCursor struct StyleCursor_tC8170AE81E8E4294682DC1106BB0E47F328E8AF1_marshaled_pinvoke { Cursor_t6FF56333603B811AE4BB9A0C7D66B88D874A4C4F_marshaled_pinvoke ___m_Value_0; int32_t ___m_Keyword_1; }; // Native definition for COM marshalling of UnityEngine.UIElements.StyleCursor struct StyleCursor_tC8170AE81E8E4294682DC1106BB0E47F328E8AF1_marshaled_com { Cursor_t6FF56333603B811AE4BB9A0C7D66B88D874A4C4F_marshaled_com ___m_Value_0; int32_t ___m_Keyword_1; }; // UnityEngine.UIElements.StyleSheets.StylePropertyReader struct StylePropertyReader_t5A3EC102BC4C6701762DBE105D1279F112410162 : public RuntimeObject { public: // System.Collections.Generic.List`1 UnityEngine.UIElements.StyleSheets.StylePropertyReader::m_Values List_1_t0C42943245D6CF1CCD1EE408ED6914022E66B3A6 * ___m_Values_1; // System.Collections.Generic.List`1 UnityEngine.UIElements.StyleSheets.StylePropertyReader::m_ValueCount List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7 * ___m_ValueCount_2; // UnityEngine.UIElements.StyleVariableResolver UnityEngine.UIElements.StyleSheets.StylePropertyReader::m_Resolver StyleVariableResolver_t1A97BC47B9D6EF9D03A5F8FC24F73BE68B7256F1 * ___m_Resolver_3; // UnityEngine.UIElements.StyleSheet UnityEngine.UIElements.StyleSheets.StylePropertyReader::m_Sheet StyleSheet_tB0EAD646842945D83386B5A06090AAFE6A60520F * ___m_Sheet_4; // UnityEngine.UIElements.StyleProperty[] UnityEngine.UIElements.StyleSheets.StylePropertyReader::m_Properties StylePropertyU5BU5D_t23669CD2671449ED8E1CE402285BCF84FF661EA8* ___m_Properties_5; // UnityEngine.UIElements.StyleSheets.StylePropertyId[] UnityEngine.UIElements.StyleSheets.StylePropertyReader::m_PropertyIds StylePropertyIdU5BU5D_t11EA3B9D660DB22C52822AB667E56A3DB1F4A26D* ___m_PropertyIds_6; // System.Int32 UnityEngine.UIElements.StyleSheets.StylePropertyReader::m_CurrentValueIndex int32_t ___m_CurrentValueIndex_7; // System.Int32 UnityEngine.UIElements.StyleSheets.StylePropertyReader::m_CurrentPropertyIndex int32_t ___m_CurrentPropertyIndex_8; // UnityEngine.UIElements.StyleProperty UnityEngine.UIElements.StyleSheets.StylePropertyReader::k__BackingField StyleProperty_tB486793B831D79B39FC6950BDAAE9ECE6BD9E0FD * ___U3CpropertyU3Ek__BackingField_9; // UnityEngine.UIElements.StyleSheets.StylePropertyId UnityEngine.UIElements.StyleSheets.StylePropertyReader::k__BackingField int32_t ___U3CpropertyIdU3Ek__BackingField_10; // System.Int32 UnityEngine.UIElements.StyleSheets.StylePropertyReader::k__BackingField int32_t ___U3CvalueCountU3Ek__BackingField_11; // System.Single UnityEngine.UIElements.StyleSheets.StylePropertyReader::k__BackingField float ___U3CdpiScalingU3Ek__BackingField_12; public: inline static int32_t get_offset_of_m_Values_1() { return static_cast(offsetof(StylePropertyReader_t5A3EC102BC4C6701762DBE105D1279F112410162, ___m_Values_1)); } inline List_1_t0C42943245D6CF1CCD1EE408ED6914022E66B3A6 * get_m_Values_1() const { return ___m_Values_1; } inline List_1_t0C42943245D6CF1CCD1EE408ED6914022E66B3A6 ** get_address_of_m_Values_1() { return &___m_Values_1; } inline void set_m_Values_1(List_1_t0C42943245D6CF1CCD1EE408ED6914022E66B3A6 * value) { ___m_Values_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Values_1), (void*)value); } inline static int32_t get_offset_of_m_ValueCount_2() { return static_cast(offsetof(StylePropertyReader_t5A3EC102BC4C6701762DBE105D1279F112410162, ___m_ValueCount_2)); } inline List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7 * get_m_ValueCount_2() const { return ___m_ValueCount_2; } inline List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7 ** get_address_of_m_ValueCount_2() { return &___m_ValueCount_2; } inline void set_m_ValueCount_2(List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7 * value) { ___m_ValueCount_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_ValueCount_2), (void*)value); } inline static int32_t get_offset_of_m_Resolver_3() { return static_cast(offsetof(StylePropertyReader_t5A3EC102BC4C6701762DBE105D1279F112410162, ___m_Resolver_3)); } inline StyleVariableResolver_t1A97BC47B9D6EF9D03A5F8FC24F73BE68B7256F1 * get_m_Resolver_3() const { return ___m_Resolver_3; } inline StyleVariableResolver_t1A97BC47B9D6EF9D03A5F8FC24F73BE68B7256F1 ** get_address_of_m_Resolver_3() { return &___m_Resolver_3; } inline void set_m_Resolver_3(StyleVariableResolver_t1A97BC47B9D6EF9D03A5F8FC24F73BE68B7256F1 * value) { ___m_Resolver_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Resolver_3), (void*)value); } inline static int32_t get_offset_of_m_Sheet_4() { return static_cast(offsetof(StylePropertyReader_t5A3EC102BC4C6701762DBE105D1279F112410162, ___m_Sheet_4)); } inline StyleSheet_tB0EAD646842945D83386B5A06090AAFE6A60520F * get_m_Sheet_4() const { return ___m_Sheet_4; } inline StyleSheet_tB0EAD646842945D83386B5A06090AAFE6A60520F ** get_address_of_m_Sheet_4() { return &___m_Sheet_4; } inline void set_m_Sheet_4(StyleSheet_tB0EAD646842945D83386B5A06090AAFE6A60520F * value) { ___m_Sheet_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Sheet_4), (void*)value); } inline static int32_t get_offset_of_m_Properties_5() { return static_cast(offsetof(StylePropertyReader_t5A3EC102BC4C6701762DBE105D1279F112410162, ___m_Properties_5)); } inline StylePropertyU5BU5D_t23669CD2671449ED8E1CE402285BCF84FF661EA8* get_m_Properties_5() const { return ___m_Properties_5; } inline StylePropertyU5BU5D_t23669CD2671449ED8E1CE402285BCF84FF661EA8** get_address_of_m_Properties_5() { return &___m_Properties_5; } inline void set_m_Properties_5(StylePropertyU5BU5D_t23669CD2671449ED8E1CE402285BCF84FF661EA8* value) { ___m_Properties_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Properties_5), (void*)value); } inline static int32_t get_offset_of_m_PropertyIds_6() { return static_cast(offsetof(StylePropertyReader_t5A3EC102BC4C6701762DBE105D1279F112410162, ___m_PropertyIds_6)); } inline StylePropertyIdU5BU5D_t11EA3B9D660DB22C52822AB667E56A3DB1F4A26D* get_m_PropertyIds_6() const { return ___m_PropertyIds_6; } inline StylePropertyIdU5BU5D_t11EA3B9D660DB22C52822AB667E56A3DB1F4A26D** get_address_of_m_PropertyIds_6() { return &___m_PropertyIds_6; } inline void set_m_PropertyIds_6(StylePropertyIdU5BU5D_t11EA3B9D660DB22C52822AB667E56A3DB1F4A26D* value) { ___m_PropertyIds_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_PropertyIds_6), (void*)value); } inline static int32_t get_offset_of_m_CurrentValueIndex_7() { return static_cast(offsetof(StylePropertyReader_t5A3EC102BC4C6701762DBE105D1279F112410162, ___m_CurrentValueIndex_7)); } inline int32_t get_m_CurrentValueIndex_7() const { return ___m_CurrentValueIndex_7; } inline int32_t* get_address_of_m_CurrentValueIndex_7() { return &___m_CurrentValueIndex_7; } inline void set_m_CurrentValueIndex_7(int32_t value) { ___m_CurrentValueIndex_7 = value; } inline static int32_t get_offset_of_m_CurrentPropertyIndex_8() { return static_cast(offsetof(StylePropertyReader_t5A3EC102BC4C6701762DBE105D1279F112410162, ___m_CurrentPropertyIndex_8)); } inline int32_t get_m_CurrentPropertyIndex_8() const { return ___m_CurrentPropertyIndex_8; } inline int32_t* get_address_of_m_CurrentPropertyIndex_8() { return &___m_CurrentPropertyIndex_8; } inline void set_m_CurrentPropertyIndex_8(int32_t value) { ___m_CurrentPropertyIndex_8 = value; } inline static int32_t get_offset_of_U3CpropertyU3Ek__BackingField_9() { return static_cast(offsetof(StylePropertyReader_t5A3EC102BC4C6701762DBE105D1279F112410162, ___U3CpropertyU3Ek__BackingField_9)); } inline StyleProperty_tB486793B831D79B39FC6950BDAAE9ECE6BD9E0FD * get_U3CpropertyU3Ek__BackingField_9() const { return ___U3CpropertyU3Ek__BackingField_9; } inline StyleProperty_tB486793B831D79B39FC6950BDAAE9ECE6BD9E0FD ** get_address_of_U3CpropertyU3Ek__BackingField_9() { return &___U3CpropertyU3Ek__BackingField_9; } inline void set_U3CpropertyU3Ek__BackingField_9(StyleProperty_tB486793B831D79B39FC6950BDAAE9ECE6BD9E0FD * value) { ___U3CpropertyU3Ek__BackingField_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CpropertyU3Ek__BackingField_9), (void*)value); } inline static int32_t get_offset_of_U3CpropertyIdU3Ek__BackingField_10() { return static_cast(offsetof(StylePropertyReader_t5A3EC102BC4C6701762DBE105D1279F112410162, ___U3CpropertyIdU3Ek__BackingField_10)); } inline int32_t get_U3CpropertyIdU3Ek__BackingField_10() const { return ___U3CpropertyIdU3Ek__BackingField_10; } inline int32_t* get_address_of_U3CpropertyIdU3Ek__BackingField_10() { return &___U3CpropertyIdU3Ek__BackingField_10; } inline void set_U3CpropertyIdU3Ek__BackingField_10(int32_t value) { ___U3CpropertyIdU3Ek__BackingField_10 = value; } inline static int32_t get_offset_of_U3CvalueCountU3Ek__BackingField_11() { return static_cast(offsetof(StylePropertyReader_t5A3EC102BC4C6701762DBE105D1279F112410162, ___U3CvalueCountU3Ek__BackingField_11)); } inline int32_t get_U3CvalueCountU3Ek__BackingField_11() const { return ___U3CvalueCountU3Ek__BackingField_11; } inline int32_t* get_address_of_U3CvalueCountU3Ek__BackingField_11() { return &___U3CvalueCountU3Ek__BackingField_11; } inline void set_U3CvalueCountU3Ek__BackingField_11(int32_t value) { ___U3CvalueCountU3Ek__BackingField_11 = value; } inline static int32_t get_offset_of_U3CdpiScalingU3Ek__BackingField_12() { return static_cast(offsetof(StylePropertyReader_t5A3EC102BC4C6701762DBE105D1279F112410162, ___U3CdpiScalingU3Ek__BackingField_12)); } inline float get_U3CdpiScalingU3Ek__BackingField_12() const { return ___U3CdpiScalingU3Ek__BackingField_12; } inline float* get_address_of_U3CdpiScalingU3Ek__BackingField_12() { return &___U3CdpiScalingU3Ek__BackingField_12; } inline void set_U3CdpiScalingU3Ek__BackingField_12(float value) { ___U3CdpiScalingU3Ek__BackingField_12 = value; } }; struct StylePropertyReader_t5A3EC102BC4C6701762DBE105D1279F112410162_StaticFields { public: // UnityEngine.UIElements.StyleSheets.StylePropertyReader/GetCursorIdFunction UnityEngine.UIElements.StyleSheets.StylePropertyReader::getCursorIdFunc GetCursorIdFunction_t0822BE5207EC00BA6C3BCFD350809DC4B445C4C8 * ___getCursorIdFunc_0; public: inline static int32_t get_offset_of_getCursorIdFunc_0() { return static_cast(offsetof(StylePropertyReader_t5A3EC102BC4C6701762DBE105D1279F112410162_StaticFields, ___getCursorIdFunc_0)); } inline GetCursorIdFunction_t0822BE5207EC00BA6C3BCFD350809DC4B445C4C8 * get_getCursorIdFunc_0() const { return ___getCursorIdFunc_0; } inline GetCursorIdFunction_t0822BE5207EC00BA6C3BCFD350809DC4B445C4C8 ** get_address_of_getCursorIdFunc_0() { return &___getCursorIdFunc_0; } inline void set_getCursorIdFunc_0(GetCursorIdFunction_t0822BE5207EC00BA6C3BCFD350809DC4B445C4C8 * value) { ___getCursorIdFunc_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___getCursorIdFunc_0), (void*)value); } }; // UnityEngine.UIElements.StyleTextShadow struct StyleTextShadow_tB54453535792E8C4FFB6964549E0C14D907E8A2F { public: // UnityEngine.UIElements.StyleKeyword UnityEngine.UIElements.StyleTextShadow::m_Keyword int32_t ___m_Keyword_0; // UnityEngine.UIElements.TextShadow UnityEngine.UIElements.StyleTextShadow::m_Value TextShadow_t9399EE93D4D61794CD4380D5D93C98BCA9972233 ___m_Value_1; public: inline static int32_t get_offset_of_m_Keyword_0() { return static_cast(offsetof(StyleTextShadow_tB54453535792E8C4FFB6964549E0C14D907E8A2F, ___m_Keyword_0)); } inline int32_t get_m_Keyword_0() const { return ___m_Keyword_0; } inline int32_t* get_address_of_m_Keyword_0() { return &___m_Keyword_0; } inline void set_m_Keyword_0(int32_t value) { ___m_Keyword_0 = value; } inline static int32_t get_offset_of_m_Value_1() { return static_cast(offsetof(StyleTextShadow_tB54453535792E8C4FFB6964549E0C14D907E8A2F, ___m_Value_1)); } inline TextShadow_t9399EE93D4D61794CD4380D5D93C98BCA9972233 get_m_Value_1() const { return ___m_Value_1; } inline TextShadow_t9399EE93D4D61794CD4380D5D93C98BCA9972233 * get_address_of_m_Value_1() { return &___m_Value_1; } inline void set_m_Value_1(TextShadow_t9399EE93D4D61794CD4380D5D93C98BCA9972233 value) { ___m_Value_1 = value; } }; // System.SystemException struct SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 : public Exception_t { public: public: }; // UnityEngine.Texture struct Texture_t9FE0218A1EEDF266E8C85879FE123265CACC95AE : public Object_tF2F3778131EFF286AF62B7B013A170F95A91571A { public: public: }; struct Texture_t9FE0218A1EEDF266E8C85879FE123265CACC95AE_StaticFields { public: // System.Int32 UnityEngine.Texture::GenerateAllMips int32_t ___GenerateAllMips_4; public: inline static int32_t get_offset_of_GenerateAllMips_4() { return static_cast(offsetof(Texture_t9FE0218A1EEDF266E8C85879FE123265CACC95AE_StaticFields, ___GenerateAllMips_4)); } inline int32_t get_GenerateAllMips_4() const { return ___GenerateAllMips_4; } inline int32_t* get_address_of_GenerateAllMips_4() { return &___GenerateAllMips_4; } inline void set_GenerateAllMips_4(int32_t value) { ___GenerateAllMips_4 = value; } }; // System.Type struct Type_t : public MemberInfo_t { public: // System.RuntimeTypeHandle System.Type::_impl RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 ____impl_9; public: inline static int32_t get_offset_of__impl_9() { return static_cast(offsetof(Type_t, ____impl_9)); } inline RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 get__impl_9() const { return ____impl_9; } inline RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 * get_address_of__impl_9() { return &____impl_9; } inline void set__impl_9(RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 value) { ____impl_9 = value; } }; struct Type_t_StaticFields { public: // System.Reflection.MemberFilter System.Type::FilterAttribute MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * ___FilterAttribute_0; // System.Reflection.MemberFilter System.Type::FilterName MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * ___FilterName_1; // System.Reflection.MemberFilter System.Type::FilterNameIgnoreCase MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * ___FilterNameIgnoreCase_2; // System.Object System.Type::Missing RuntimeObject * ___Missing_3; // System.Char System.Type::Delimiter Il2CppChar ___Delimiter_4; // System.Type[] System.Type::EmptyTypes TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* ___EmptyTypes_5; // System.Reflection.Binder System.Type::defaultBinder Binder_t2BEE27FD84737D1E79BC47FD67F6D3DD2F2DDA30 * ___defaultBinder_6; public: inline static int32_t get_offset_of_FilterAttribute_0() { return static_cast(offsetof(Type_t_StaticFields, ___FilterAttribute_0)); } inline MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * get_FilterAttribute_0() const { return ___FilterAttribute_0; } inline MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 ** get_address_of_FilterAttribute_0() { return &___FilterAttribute_0; } inline void set_FilterAttribute_0(MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * value) { ___FilterAttribute_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___FilterAttribute_0), (void*)value); } inline static int32_t get_offset_of_FilterName_1() { return static_cast(offsetof(Type_t_StaticFields, ___FilterName_1)); } inline MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * get_FilterName_1() const { return ___FilterName_1; } inline MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 ** get_address_of_FilterName_1() { return &___FilterName_1; } inline void set_FilterName_1(MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * value) { ___FilterName_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___FilterName_1), (void*)value); } inline static int32_t get_offset_of_FilterNameIgnoreCase_2() { return static_cast(offsetof(Type_t_StaticFields, ___FilterNameIgnoreCase_2)); } inline MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * get_FilterNameIgnoreCase_2() const { return ___FilterNameIgnoreCase_2; } inline MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 ** get_address_of_FilterNameIgnoreCase_2() { return &___FilterNameIgnoreCase_2; } inline void set_FilterNameIgnoreCase_2(MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * value) { ___FilterNameIgnoreCase_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___FilterNameIgnoreCase_2), (void*)value); } inline static int32_t get_offset_of_Missing_3() { return static_cast(offsetof(Type_t_StaticFields, ___Missing_3)); } inline RuntimeObject * get_Missing_3() const { return ___Missing_3; } inline RuntimeObject ** get_address_of_Missing_3() { return &___Missing_3; } inline void set_Missing_3(RuntimeObject * value) { ___Missing_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___Missing_3), (void*)value); } inline static int32_t get_offset_of_Delimiter_4() { return static_cast(offsetof(Type_t_StaticFields, ___Delimiter_4)); } inline Il2CppChar get_Delimiter_4() const { return ___Delimiter_4; } inline Il2CppChar* get_address_of_Delimiter_4() { return &___Delimiter_4; } inline void set_Delimiter_4(Il2CppChar value) { ___Delimiter_4 = value; } inline static int32_t get_offset_of_EmptyTypes_5() { return static_cast(offsetof(Type_t_StaticFields, ___EmptyTypes_5)); } inline TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* get_EmptyTypes_5() const { return ___EmptyTypes_5; } inline TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755** get_address_of_EmptyTypes_5() { return &___EmptyTypes_5; } inline void set_EmptyTypes_5(TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* value) { ___EmptyTypes_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___EmptyTypes_5), (void*)value); } inline static int32_t get_offset_of_defaultBinder_6() { return static_cast(offsetof(Type_t_StaticFields, ___defaultBinder_6)); } inline Binder_t2BEE27FD84737D1E79BC47FD67F6D3DD2F2DDA30 * get_defaultBinder_6() const { return ___defaultBinder_6; } inline Binder_t2BEE27FD84737D1E79BC47FD67F6D3DD2F2DDA30 ** get_address_of_defaultBinder_6() { return &___defaultBinder_6; } inline void set_defaultBinder_6(Binder_t2BEE27FD84737D1E79BC47FD67F6D3DD2F2DDA30 * value) { ___defaultBinder_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___defaultBinder_6), (void*)value); } }; // UnityEngine.UIElements.UIElementsUtility struct UIElementsUtility_t8D96E2B4766C1C1A21CFCBF84A1DC07970D7ECFB : public RuntimeObject { public: public: }; struct UIElementsUtility_t8D96E2B4766C1C1A21CFCBF84A1DC07970D7ECFB_StaticFields { public: // System.Collections.Generic.Stack`1 UnityEngine.UIElements.UIElementsUtility::s_ContainerStack Stack_1_t20E1043910A22E4E9E0E0D704D7AAF5689B234ED * ___s_ContainerStack_0; // System.Collections.Generic.Dictionary`2 UnityEngine.UIElements.UIElementsUtility::s_UIElementsCache Dictionary_2_t7CB51EF9D7E2C5092734DD34FEE797DAA219A509 * ___s_UIElementsCache_1; // UnityEngine.Event UnityEngine.UIElements.UIElementsUtility::s_EventInstance Event_tED49F8EC5A2514F6E877E301B1AB7ABE4647253E * ___s_EventInstance_2; // UnityEngine.Color UnityEngine.UIElements.UIElementsUtility::editorPlayModeTintColor Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 ___editorPlayModeTintColor_3; // UnityEngine.UIElements.UIElementsUtility UnityEngine.UIElements.UIElementsUtility::s_Instance UIElementsUtility_t8D96E2B4766C1C1A21CFCBF84A1DC07970D7ECFB * ___s_Instance_4; // System.Collections.Generic.List`1 UnityEngine.UIElements.UIElementsUtility::s_PanelsIterationList List_1_tB11C28825EC6D7529E4D70C518231DD4CFAF5FF0 * ___s_PanelsIterationList_5; // System.String UnityEngine.UIElements.UIElementsUtility::s_RepaintProfilerMarkerName String_t* ___s_RepaintProfilerMarkerName_6; // System.String UnityEngine.UIElements.UIElementsUtility::s_EventProfilerMarkerName String_t* ___s_EventProfilerMarkerName_7; // Unity.Profiling.ProfilerMarker UnityEngine.UIElements.UIElementsUtility::s_RepaintProfilerMarker ProfilerMarker_tAE86534C80C5D67768DB3B244D8D139A2E6495E1 ___s_RepaintProfilerMarker_8; // Unity.Profiling.ProfilerMarker UnityEngine.UIElements.UIElementsUtility::s_EventProfilerMarker ProfilerMarker_tAE86534C80C5D67768DB3B244D8D139A2E6495E1 ___s_EventProfilerMarker_9; public: inline static int32_t get_offset_of_s_ContainerStack_0() { return static_cast(offsetof(UIElementsUtility_t8D96E2B4766C1C1A21CFCBF84A1DC07970D7ECFB_StaticFields, ___s_ContainerStack_0)); } inline Stack_1_t20E1043910A22E4E9E0E0D704D7AAF5689B234ED * get_s_ContainerStack_0() const { return ___s_ContainerStack_0; } inline Stack_1_t20E1043910A22E4E9E0E0D704D7AAF5689B234ED ** get_address_of_s_ContainerStack_0() { return &___s_ContainerStack_0; } inline void set_s_ContainerStack_0(Stack_1_t20E1043910A22E4E9E0E0D704D7AAF5689B234ED * value) { ___s_ContainerStack_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_ContainerStack_0), (void*)value); } inline static int32_t get_offset_of_s_UIElementsCache_1() { return static_cast(offsetof(UIElementsUtility_t8D96E2B4766C1C1A21CFCBF84A1DC07970D7ECFB_StaticFields, ___s_UIElementsCache_1)); } inline Dictionary_2_t7CB51EF9D7E2C5092734DD34FEE797DAA219A509 * get_s_UIElementsCache_1() const { return ___s_UIElementsCache_1; } inline Dictionary_2_t7CB51EF9D7E2C5092734DD34FEE797DAA219A509 ** get_address_of_s_UIElementsCache_1() { return &___s_UIElementsCache_1; } inline void set_s_UIElementsCache_1(Dictionary_2_t7CB51EF9D7E2C5092734DD34FEE797DAA219A509 * value) { ___s_UIElementsCache_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_UIElementsCache_1), (void*)value); } inline static int32_t get_offset_of_s_EventInstance_2() { return static_cast(offsetof(UIElementsUtility_t8D96E2B4766C1C1A21CFCBF84A1DC07970D7ECFB_StaticFields, ___s_EventInstance_2)); } inline Event_tED49F8EC5A2514F6E877E301B1AB7ABE4647253E * get_s_EventInstance_2() const { return ___s_EventInstance_2; } inline Event_tED49F8EC5A2514F6E877E301B1AB7ABE4647253E ** get_address_of_s_EventInstance_2() { return &___s_EventInstance_2; } inline void set_s_EventInstance_2(Event_tED49F8EC5A2514F6E877E301B1AB7ABE4647253E * value) { ___s_EventInstance_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_EventInstance_2), (void*)value); } inline static int32_t get_offset_of_editorPlayModeTintColor_3() { return static_cast(offsetof(UIElementsUtility_t8D96E2B4766C1C1A21CFCBF84A1DC07970D7ECFB_StaticFields, ___editorPlayModeTintColor_3)); } inline Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 get_editorPlayModeTintColor_3() const { return ___editorPlayModeTintColor_3; } inline Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 * get_address_of_editorPlayModeTintColor_3() { return &___editorPlayModeTintColor_3; } inline void set_editorPlayModeTintColor_3(Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 value) { ___editorPlayModeTintColor_3 = value; } inline static int32_t get_offset_of_s_Instance_4() { return static_cast(offsetof(UIElementsUtility_t8D96E2B4766C1C1A21CFCBF84A1DC07970D7ECFB_StaticFields, ___s_Instance_4)); } inline UIElementsUtility_t8D96E2B4766C1C1A21CFCBF84A1DC07970D7ECFB * get_s_Instance_4() const { return ___s_Instance_4; } inline UIElementsUtility_t8D96E2B4766C1C1A21CFCBF84A1DC07970D7ECFB ** get_address_of_s_Instance_4() { return &___s_Instance_4; } inline void set_s_Instance_4(UIElementsUtility_t8D96E2B4766C1C1A21CFCBF84A1DC07970D7ECFB * value) { ___s_Instance_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_Instance_4), (void*)value); } inline static int32_t get_offset_of_s_PanelsIterationList_5() { return static_cast(offsetof(UIElementsUtility_t8D96E2B4766C1C1A21CFCBF84A1DC07970D7ECFB_StaticFields, ___s_PanelsIterationList_5)); } inline List_1_tB11C28825EC6D7529E4D70C518231DD4CFAF5FF0 * get_s_PanelsIterationList_5() const { return ___s_PanelsIterationList_5; } inline List_1_tB11C28825EC6D7529E4D70C518231DD4CFAF5FF0 ** get_address_of_s_PanelsIterationList_5() { return &___s_PanelsIterationList_5; } inline void set_s_PanelsIterationList_5(List_1_tB11C28825EC6D7529E4D70C518231DD4CFAF5FF0 * value) { ___s_PanelsIterationList_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_PanelsIterationList_5), (void*)value); } inline static int32_t get_offset_of_s_RepaintProfilerMarkerName_6() { return static_cast(offsetof(UIElementsUtility_t8D96E2B4766C1C1A21CFCBF84A1DC07970D7ECFB_StaticFields, ___s_RepaintProfilerMarkerName_6)); } inline String_t* get_s_RepaintProfilerMarkerName_6() const { return ___s_RepaintProfilerMarkerName_6; } inline String_t** get_address_of_s_RepaintProfilerMarkerName_6() { return &___s_RepaintProfilerMarkerName_6; } inline void set_s_RepaintProfilerMarkerName_6(String_t* value) { ___s_RepaintProfilerMarkerName_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_RepaintProfilerMarkerName_6), (void*)value); } inline static int32_t get_offset_of_s_EventProfilerMarkerName_7() { return static_cast(offsetof(UIElementsUtility_t8D96E2B4766C1C1A21CFCBF84A1DC07970D7ECFB_StaticFields, ___s_EventProfilerMarkerName_7)); } inline String_t* get_s_EventProfilerMarkerName_7() const { return ___s_EventProfilerMarkerName_7; } inline String_t** get_address_of_s_EventProfilerMarkerName_7() { return &___s_EventProfilerMarkerName_7; } inline void set_s_EventProfilerMarkerName_7(String_t* value) { ___s_EventProfilerMarkerName_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_EventProfilerMarkerName_7), (void*)value); } inline static int32_t get_offset_of_s_RepaintProfilerMarker_8() { return static_cast(offsetof(UIElementsUtility_t8D96E2B4766C1C1A21CFCBF84A1DC07970D7ECFB_StaticFields, ___s_RepaintProfilerMarker_8)); } inline ProfilerMarker_tAE86534C80C5D67768DB3B244D8D139A2E6495E1 get_s_RepaintProfilerMarker_8() const { return ___s_RepaintProfilerMarker_8; } inline ProfilerMarker_tAE86534C80C5D67768DB3B244D8D139A2E6495E1 * get_address_of_s_RepaintProfilerMarker_8() { return &___s_RepaintProfilerMarker_8; } inline void set_s_RepaintProfilerMarker_8(ProfilerMarker_tAE86534C80C5D67768DB3B244D8D139A2E6495E1 value) { ___s_RepaintProfilerMarker_8 = value; } inline static int32_t get_offset_of_s_EventProfilerMarker_9() { return static_cast(offsetof(UIElementsUtility_t8D96E2B4766C1C1A21CFCBF84A1DC07970D7ECFB_StaticFields, ___s_EventProfilerMarker_9)); } inline ProfilerMarker_tAE86534C80C5D67768DB3B244D8D139A2E6495E1 get_s_EventProfilerMarker_9() const { return ___s_EventProfilerMarker_9; } inline ProfilerMarker_tAE86534C80C5D67768DB3B244D8D139A2E6495E1 * get_address_of_s_EventProfilerMarker_9() { return &___s_EventProfilerMarker_9; } inline void set_s_EventProfilerMarker_9(ProfilerMarker_tAE86534C80C5D67768DB3B244D8D139A2E6495E1 value) { ___s_EventProfilerMarker_9 = value; } }; // System.Action`1 struct Action_1_t7C40096A76E80520FA25C0E02ECB007C6DB1F18D : public MulticastDelegate_t { public: public: }; // System.Action`1 struct Action_1_t73D3F8D6D9F06723FCA3C0753A3F3905C08A7D43 : public MulticastDelegate_t { public: public: }; // System.Action`1 struct Action_1_tD6977CC88510EC45D6546337AF4105D2D5667964 : public MulticastDelegate_t { public: public: }; // UnityEngine.UIElements.EventBase`1 struct EventBase_1_tCCCA3B845A3558F5E4BDD5669345FC7340A749D0 : public EventBase_tADF8D0ADA92BAF80F76865BAC2E9D85A118D1967 { public: // System.Int32 UnityEngine.UIElements.EventBase`1::m_RefCount int32_t ___m_RefCount_17; public: inline static int32_t get_offset_of_m_RefCount_17() { return static_cast(offsetof(EventBase_1_tCCCA3B845A3558F5E4BDD5669345FC7340A749D0, ___m_RefCount_17)); } inline int32_t get_m_RefCount_17() const { return ___m_RefCount_17; } inline int32_t* get_address_of_m_RefCount_17() { return &___m_RefCount_17; } inline void set_m_RefCount_17(int32_t value) { ___m_RefCount_17 = value; } }; struct EventBase_1_tCCCA3B845A3558F5E4BDD5669345FC7340A749D0_StaticFields { public: // System.Int64 UnityEngine.UIElements.EventBase`1::s_TypeId int64_t ___s_TypeId_15; // UnityEngine.UIElements.ObjectPool`1 UnityEngine.UIElements.EventBase`1::s_Pool ObjectPool_1_tC0AB2CB5DDBD0D607490652CD372D2C25C1903BB * ___s_Pool_16; public: inline static int32_t get_offset_of_s_TypeId_15() { return static_cast(offsetof(EventBase_1_tCCCA3B845A3558F5E4BDD5669345FC7340A749D0_StaticFields, ___s_TypeId_15)); } inline int64_t get_s_TypeId_15() const { return ___s_TypeId_15; } inline int64_t* get_address_of_s_TypeId_15() { return &___s_TypeId_15; } inline void set_s_TypeId_15(int64_t value) { ___s_TypeId_15 = value; } inline static int32_t get_offset_of_s_Pool_16() { return static_cast(offsetof(EventBase_1_tCCCA3B845A3558F5E4BDD5669345FC7340A749D0_StaticFields, ___s_Pool_16)); } inline ObjectPool_1_tC0AB2CB5DDBD0D607490652CD372D2C25C1903BB * get_s_Pool_16() const { return ___s_Pool_16; } inline ObjectPool_1_tC0AB2CB5DDBD0D607490652CD372D2C25C1903BB ** get_address_of_s_Pool_16() { return &___s_Pool_16; } inline void set_s_Pool_16(ObjectPool_1_tC0AB2CB5DDBD0D607490652CD372D2C25C1903BB * value) { ___s_Pool_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_Pool_16), (void*)value); } }; // UnityEngine.UIElements.EventBase`1 struct EventBase_1_t27B132C3D42C48EDCA77AAF1240DE589CC3A4232 : public EventBase_tADF8D0ADA92BAF80F76865BAC2E9D85A118D1967 { public: // System.Int32 UnityEngine.UIElements.EventBase`1::m_RefCount int32_t ___m_RefCount_17; public: inline static int32_t get_offset_of_m_RefCount_17() { return static_cast(offsetof(EventBase_1_t27B132C3D42C48EDCA77AAF1240DE589CC3A4232, ___m_RefCount_17)); } inline int32_t get_m_RefCount_17() const { return ___m_RefCount_17; } inline int32_t* get_address_of_m_RefCount_17() { return &___m_RefCount_17; } inline void set_m_RefCount_17(int32_t value) { ___m_RefCount_17 = value; } }; struct EventBase_1_t27B132C3D42C48EDCA77AAF1240DE589CC3A4232_StaticFields { public: // System.Int64 UnityEngine.UIElements.EventBase`1::s_TypeId int64_t ___s_TypeId_15; // UnityEngine.UIElements.ObjectPool`1 UnityEngine.UIElements.EventBase`1::s_Pool ObjectPool_1_t064ADC079E25E86E0BAB30F740D3110D4EF35B46 * ___s_Pool_16; public: inline static int32_t get_offset_of_s_TypeId_15() { return static_cast(offsetof(EventBase_1_t27B132C3D42C48EDCA77AAF1240DE589CC3A4232_StaticFields, ___s_TypeId_15)); } inline int64_t get_s_TypeId_15() const { return ___s_TypeId_15; } inline int64_t* get_address_of_s_TypeId_15() { return &___s_TypeId_15; } inline void set_s_TypeId_15(int64_t value) { ___s_TypeId_15 = value; } inline static int32_t get_offset_of_s_Pool_16() { return static_cast(offsetof(EventBase_1_t27B132C3D42C48EDCA77AAF1240DE589CC3A4232_StaticFields, ___s_Pool_16)); } inline ObjectPool_1_t064ADC079E25E86E0BAB30F740D3110D4EF35B46 * get_s_Pool_16() const { return ___s_Pool_16; } inline ObjectPool_1_t064ADC079E25E86E0BAB30F740D3110D4EF35B46 ** get_address_of_s_Pool_16() { return &___s_Pool_16; } inline void set_s_Pool_16(ObjectPool_1_t064ADC079E25E86E0BAB30F740D3110D4EF35B46 * value) { ___s_Pool_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_Pool_16), (void*)value); } }; // UnityEngine.UIElements.EventBase`1 struct EventBase_1_t937F8B0E926F045B98E34471F9FBEE56F8A6B1F4 : public EventBase_tADF8D0ADA92BAF80F76865BAC2E9D85A118D1967 { public: // System.Int32 UnityEngine.UIElements.EventBase`1::m_RefCount int32_t ___m_RefCount_17; public: inline static int32_t get_offset_of_m_RefCount_17() { return static_cast(offsetof(EventBase_1_t937F8B0E926F045B98E34471F9FBEE56F8A6B1F4, ___m_RefCount_17)); } inline int32_t get_m_RefCount_17() const { return ___m_RefCount_17; } inline int32_t* get_address_of_m_RefCount_17() { return &___m_RefCount_17; } inline void set_m_RefCount_17(int32_t value) { ___m_RefCount_17 = value; } }; struct EventBase_1_t937F8B0E926F045B98E34471F9FBEE56F8A6B1F4_StaticFields { public: // System.Int64 UnityEngine.UIElements.EventBase`1::s_TypeId int64_t ___s_TypeId_15; // UnityEngine.UIElements.ObjectPool`1 UnityEngine.UIElements.EventBase`1::s_Pool ObjectPool_1_t68D507B279E1C3A7FC0AC18FBC5B6E6B07495834 * ___s_Pool_16; public: inline static int32_t get_offset_of_s_TypeId_15() { return static_cast(offsetof(EventBase_1_t937F8B0E926F045B98E34471F9FBEE56F8A6B1F4_StaticFields, ___s_TypeId_15)); } inline int64_t get_s_TypeId_15() const { return ___s_TypeId_15; } inline int64_t* get_address_of_s_TypeId_15() { return &___s_TypeId_15; } inline void set_s_TypeId_15(int64_t value) { ___s_TypeId_15 = value; } inline static int32_t get_offset_of_s_Pool_16() { return static_cast(offsetof(EventBase_1_t937F8B0E926F045B98E34471F9FBEE56F8A6B1F4_StaticFields, ___s_Pool_16)); } inline ObjectPool_1_t68D507B279E1C3A7FC0AC18FBC5B6E6B07495834 * get_s_Pool_16() const { return ___s_Pool_16; } inline ObjectPool_1_t68D507B279E1C3A7FC0AC18FBC5B6E6B07495834 ** get_address_of_s_Pool_16() { return &___s_Pool_16; } inline void set_s_Pool_16(ObjectPool_1_t68D507B279E1C3A7FC0AC18FBC5B6E6B07495834 * value) { ___s_Pool_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_Pool_16), (void*)value); } }; // UnityEngine.UIElements.EventBase`1 struct EventBase_1_tEA3EC96A771350A4CDC57DB50A75C6FB0AC5A374 : public EventBase_tADF8D0ADA92BAF80F76865BAC2E9D85A118D1967 { public: // System.Int32 UnityEngine.UIElements.EventBase`1::m_RefCount int32_t ___m_RefCount_17; public: inline static int32_t get_offset_of_m_RefCount_17() { return static_cast(offsetof(EventBase_1_tEA3EC96A771350A4CDC57DB50A75C6FB0AC5A374, ___m_RefCount_17)); } inline int32_t get_m_RefCount_17() const { return ___m_RefCount_17; } inline int32_t* get_address_of_m_RefCount_17() { return &___m_RefCount_17; } inline void set_m_RefCount_17(int32_t value) { ___m_RefCount_17 = value; } }; struct EventBase_1_tEA3EC96A771350A4CDC57DB50A75C6FB0AC5A374_StaticFields { public: // System.Int64 UnityEngine.UIElements.EventBase`1::s_TypeId int64_t ___s_TypeId_15; // UnityEngine.UIElements.ObjectPool`1 UnityEngine.UIElements.EventBase`1::s_Pool ObjectPool_1_tB7F0F0EA171F3EFFE7079FE4CDEF10B96CFBD0B7 * ___s_Pool_16; public: inline static int32_t get_offset_of_s_TypeId_15() { return static_cast(offsetof(EventBase_1_tEA3EC96A771350A4CDC57DB50A75C6FB0AC5A374_StaticFields, ___s_TypeId_15)); } inline int64_t get_s_TypeId_15() const { return ___s_TypeId_15; } inline int64_t* get_address_of_s_TypeId_15() { return &___s_TypeId_15; } inline void set_s_TypeId_15(int64_t value) { ___s_TypeId_15 = value; } inline static int32_t get_offset_of_s_Pool_16() { return static_cast(offsetof(EventBase_1_tEA3EC96A771350A4CDC57DB50A75C6FB0AC5A374_StaticFields, ___s_Pool_16)); } inline ObjectPool_1_tB7F0F0EA171F3EFFE7079FE4CDEF10B96CFBD0B7 * get_s_Pool_16() const { return ___s_Pool_16; } inline ObjectPool_1_tB7F0F0EA171F3EFFE7079FE4CDEF10B96CFBD0B7 ** get_address_of_s_Pool_16() { return &___s_Pool_16; } inline void set_s_Pool_16(ObjectPool_1_tB7F0F0EA171F3EFFE7079FE4CDEF10B96CFBD0B7 * value) { ___s_Pool_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_Pool_16), (void*)value); } }; // UnityEngine.UIElements.EventBase`1 struct EventBase_1_t08138755340FBBBB94F1DF008916A33BDC2C32B6 : public EventBase_tADF8D0ADA92BAF80F76865BAC2E9D85A118D1967 { public: // System.Int32 UnityEngine.UIElements.EventBase`1::m_RefCount int32_t ___m_RefCount_17; public: inline static int32_t get_offset_of_m_RefCount_17() { return static_cast(offsetof(EventBase_1_t08138755340FBBBB94F1DF008916A33BDC2C32B6, ___m_RefCount_17)); } inline int32_t get_m_RefCount_17() const { return ___m_RefCount_17; } inline int32_t* get_address_of_m_RefCount_17() { return &___m_RefCount_17; } inline void set_m_RefCount_17(int32_t value) { ___m_RefCount_17 = value; } }; struct EventBase_1_t08138755340FBBBB94F1DF008916A33BDC2C32B6_StaticFields { public: // System.Int64 UnityEngine.UIElements.EventBase`1::s_TypeId int64_t ___s_TypeId_15; // UnityEngine.UIElements.ObjectPool`1 UnityEngine.UIElements.EventBase`1::s_Pool ObjectPool_1_tFA9D537CE0DBE230B8F38AFB22AFBFBC0018F52B * ___s_Pool_16; public: inline static int32_t get_offset_of_s_TypeId_15() { return static_cast(offsetof(EventBase_1_t08138755340FBBBB94F1DF008916A33BDC2C32B6_StaticFields, ___s_TypeId_15)); } inline int64_t get_s_TypeId_15() const { return ___s_TypeId_15; } inline int64_t* get_address_of_s_TypeId_15() { return &___s_TypeId_15; } inline void set_s_TypeId_15(int64_t value) { ___s_TypeId_15 = value; } inline static int32_t get_offset_of_s_Pool_16() { return static_cast(offsetof(EventBase_1_t08138755340FBBBB94F1DF008916A33BDC2C32B6_StaticFields, ___s_Pool_16)); } inline ObjectPool_1_tFA9D537CE0DBE230B8F38AFB22AFBFBC0018F52B * get_s_Pool_16() const { return ___s_Pool_16; } inline ObjectPool_1_tFA9D537CE0DBE230B8F38AFB22AFBFBC0018F52B ** get_address_of_s_Pool_16() { return &___s_Pool_16; } inline void set_s_Pool_16(ObjectPool_1_tFA9D537CE0DBE230B8F38AFB22AFBFBC0018F52B * value) { ___s_Pool_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_Pool_16), (void*)value); } }; // UnityEngine.UIElements.EventBase`1 struct EventBase_1_tF2FE9CB04C2528BA126174636E2FFAE99EE69C45 : public EventBase_tADF8D0ADA92BAF80F76865BAC2E9D85A118D1967 { public: // System.Int32 UnityEngine.UIElements.EventBase`1::m_RefCount int32_t ___m_RefCount_17; public: inline static int32_t get_offset_of_m_RefCount_17() { return static_cast(offsetof(EventBase_1_tF2FE9CB04C2528BA126174636E2FFAE99EE69C45, ___m_RefCount_17)); } inline int32_t get_m_RefCount_17() const { return ___m_RefCount_17; } inline int32_t* get_address_of_m_RefCount_17() { return &___m_RefCount_17; } inline void set_m_RefCount_17(int32_t value) { ___m_RefCount_17 = value; } }; struct EventBase_1_tF2FE9CB04C2528BA126174636E2FFAE99EE69C45_StaticFields { public: // System.Int64 UnityEngine.UIElements.EventBase`1::s_TypeId int64_t ___s_TypeId_15; // UnityEngine.UIElements.ObjectPool`1 UnityEngine.UIElements.EventBase`1::s_Pool ObjectPool_1_t5821BB1EC2D05413DFC3AB04F9C4373ED60B1958 * ___s_Pool_16; public: inline static int32_t get_offset_of_s_TypeId_15() { return static_cast(offsetof(EventBase_1_tF2FE9CB04C2528BA126174636E2FFAE99EE69C45_StaticFields, ___s_TypeId_15)); } inline int64_t get_s_TypeId_15() const { return ___s_TypeId_15; } inline int64_t* get_address_of_s_TypeId_15() { return &___s_TypeId_15; } inline void set_s_TypeId_15(int64_t value) { ___s_TypeId_15 = value; } inline static int32_t get_offset_of_s_Pool_16() { return static_cast(offsetof(EventBase_1_tF2FE9CB04C2528BA126174636E2FFAE99EE69C45_StaticFields, ___s_Pool_16)); } inline ObjectPool_1_t5821BB1EC2D05413DFC3AB04F9C4373ED60B1958 * get_s_Pool_16() const { return ___s_Pool_16; } inline ObjectPool_1_t5821BB1EC2D05413DFC3AB04F9C4373ED60B1958 ** get_address_of_s_Pool_16() { return &___s_Pool_16; } inline void set_s_Pool_16(ObjectPool_1_t5821BB1EC2D05413DFC3AB04F9C4373ED60B1958 * value) { ___s_Pool_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_Pool_16), (void*)value); } }; // UnityEngine.UIElements.EventBase`1 struct EventBase_1_t48C51E1303F7463114DA1D80628E1C27716E9316 : public EventBase_tADF8D0ADA92BAF80F76865BAC2E9D85A118D1967 { public: // System.Int32 UnityEngine.UIElements.EventBase`1::m_RefCount int32_t ___m_RefCount_17; public: inline static int32_t get_offset_of_m_RefCount_17() { return static_cast(offsetof(EventBase_1_t48C51E1303F7463114DA1D80628E1C27716E9316, ___m_RefCount_17)); } inline int32_t get_m_RefCount_17() const { return ___m_RefCount_17; } inline int32_t* get_address_of_m_RefCount_17() { return &___m_RefCount_17; } inline void set_m_RefCount_17(int32_t value) { ___m_RefCount_17 = value; } }; struct EventBase_1_t48C51E1303F7463114DA1D80628E1C27716E9316_StaticFields { public: // System.Int64 UnityEngine.UIElements.EventBase`1::s_TypeId int64_t ___s_TypeId_15; // UnityEngine.UIElements.ObjectPool`1 UnityEngine.UIElements.EventBase`1::s_Pool ObjectPool_1_tFF532561CEF4B00CE6B8BB20E8B99CE99BAFF41C * ___s_Pool_16; public: inline static int32_t get_offset_of_s_TypeId_15() { return static_cast(offsetof(EventBase_1_t48C51E1303F7463114DA1D80628E1C27716E9316_StaticFields, ___s_TypeId_15)); } inline int64_t get_s_TypeId_15() const { return ___s_TypeId_15; } inline int64_t* get_address_of_s_TypeId_15() { return &___s_TypeId_15; } inline void set_s_TypeId_15(int64_t value) { ___s_TypeId_15 = value; } inline static int32_t get_offset_of_s_Pool_16() { return static_cast(offsetof(EventBase_1_t48C51E1303F7463114DA1D80628E1C27716E9316_StaticFields, ___s_Pool_16)); } inline ObjectPool_1_tFF532561CEF4B00CE6B8BB20E8B99CE99BAFF41C * get_s_Pool_16() const { return ___s_Pool_16; } inline ObjectPool_1_tFF532561CEF4B00CE6B8BB20E8B99CE99BAFF41C ** get_address_of_s_Pool_16() { return &___s_Pool_16; } inline void set_s_Pool_16(ObjectPool_1_tFF532561CEF4B00CE6B8BB20E8B99CE99BAFF41C * value) { ___s_Pool_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_Pool_16), (void*)value); } }; // UnityEngine.UIElements.EventBase`1 struct EventBase_1_t86205C7C2A40FC0DCD32965794EA5E05FCD3A1D5 : public EventBase_tADF8D0ADA92BAF80F76865BAC2E9D85A118D1967 { public: // System.Int32 UnityEngine.UIElements.EventBase`1::m_RefCount int32_t ___m_RefCount_17; public: inline static int32_t get_offset_of_m_RefCount_17() { return static_cast(offsetof(EventBase_1_t86205C7C2A40FC0DCD32965794EA5E05FCD3A1D5, ___m_RefCount_17)); } inline int32_t get_m_RefCount_17() const { return ___m_RefCount_17; } inline int32_t* get_address_of_m_RefCount_17() { return &___m_RefCount_17; } inline void set_m_RefCount_17(int32_t value) { ___m_RefCount_17 = value; } }; struct EventBase_1_t86205C7C2A40FC0DCD32965794EA5E05FCD3A1D5_StaticFields { public: // System.Int64 UnityEngine.UIElements.EventBase`1::s_TypeId int64_t ___s_TypeId_15; // UnityEngine.UIElements.ObjectPool`1 UnityEngine.UIElements.EventBase`1::s_Pool ObjectPool_1_t4D5790B7998C9C1465534CDEBED2E65A18ED136E * ___s_Pool_16; public: inline static int32_t get_offset_of_s_TypeId_15() { return static_cast(offsetof(EventBase_1_t86205C7C2A40FC0DCD32965794EA5E05FCD3A1D5_StaticFields, ___s_TypeId_15)); } inline int64_t get_s_TypeId_15() const { return ___s_TypeId_15; } inline int64_t* get_address_of_s_TypeId_15() { return &___s_TypeId_15; } inline void set_s_TypeId_15(int64_t value) { ___s_TypeId_15 = value; } inline static int32_t get_offset_of_s_Pool_16() { return static_cast(offsetof(EventBase_1_t86205C7C2A40FC0DCD32965794EA5E05FCD3A1D5_StaticFields, ___s_Pool_16)); } inline ObjectPool_1_t4D5790B7998C9C1465534CDEBED2E65A18ED136E * get_s_Pool_16() const { return ___s_Pool_16; } inline ObjectPool_1_t4D5790B7998C9C1465534CDEBED2E65A18ED136E ** get_address_of_s_Pool_16() { return &___s_Pool_16; } inline void set_s_Pool_16(ObjectPool_1_t4D5790B7998C9C1465534CDEBED2E65A18ED136E * value) { ___s_Pool_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_Pool_16), (void*)value); } }; // UnityEngine.UIElements.EventBase`1 struct EventBase_1_t5FCC702A374515740C39E76FBE629A23B7EAB61D : public EventBase_tADF8D0ADA92BAF80F76865BAC2E9D85A118D1967 { public: // System.Int32 UnityEngine.UIElements.EventBase`1::m_RefCount int32_t ___m_RefCount_17; public: inline static int32_t get_offset_of_m_RefCount_17() { return static_cast(offsetof(EventBase_1_t5FCC702A374515740C39E76FBE629A23B7EAB61D, ___m_RefCount_17)); } inline int32_t get_m_RefCount_17() const { return ___m_RefCount_17; } inline int32_t* get_address_of_m_RefCount_17() { return &___m_RefCount_17; } inline void set_m_RefCount_17(int32_t value) { ___m_RefCount_17 = value; } }; struct EventBase_1_t5FCC702A374515740C39E76FBE629A23B7EAB61D_StaticFields { public: // System.Int64 UnityEngine.UIElements.EventBase`1::s_TypeId int64_t ___s_TypeId_15; // UnityEngine.UIElements.ObjectPool`1 UnityEngine.UIElements.EventBase`1::s_Pool ObjectPool_1_t6C25B0E74EEE484660093338983A5AAAF896D415 * ___s_Pool_16; public: inline static int32_t get_offset_of_s_TypeId_15() { return static_cast(offsetof(EventBase_1_t5FCC702A374515740C39E76FBE629A23B7EAB61D_StaticFields, ___s_TypeId_15)); } inline int64_t get_s_TypeId_15() const { return ___s_TypeId_15; } inline int64_t* get_address_of_s_TypeId_15() { return &___s_TypeId_15; } inline void set_s_TypeId_15(int64_t value) { ___s_TypeId_15 = value; } inline static int32_t get_offset_of_s_Pool_16() { return static_cast(offsetof(EventBase_1_t5FCC702A374515740C39E76FBE629A23B7EAB61D_StaticFields, ___s_Pool_16)); } inline ObjectPool_1_t6C25B0E74EEE484660093338983A5AAAF896D415 * get_s_Pool_16() const { return ___s_Pool_16; } inline ObjectPool_1_t6C25B0E74EEE484660093338983A5AAAF896D415 ** get_address_of_s_Pool_16() { return &___s_Pool_16; } inline void set_s_Pool_16(ObjectPool_1_t6C25B0E74EEE484660093338983A5AAAF896D415 * value) { ___s_Pool_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_Pool_16), (void*)value); } }; // UnityEngine.UIElements.EventBase`1 struct EventBase_1_t7957704ABE2EF00ECF304ED555303C3D66EAEF00 : public EventBase_tADF8D0ADA92BAF80F76865BAC2E9D85A118D1967 { public: // System.Int32 UnityEngine.UIElements.EventBase`1::m_RefCount int32_t ___m_RefCount_17; public: inline static int32_t get_offset_of_m_RefCount_17() { return static_cast(offsetof(EventBase_1_t7957704ABE2EF00ECF304ED555303C3D66EAEF00, ___m_RefCount_17)); } inline int32_t get_m_RefCount_17() const { return ___m_RefCount_17; } inline int32_t* get_address_of_m_RefCount_17() { return &___m_RefCount_17; } inline void set_m_RefCount_17(int32_t value) { ___m_RefCount_17 = value; } }; struct EventBase_1_t7957704ABE2EF00ECF304ED555303C3D66EAEF00_StaticFields { public: // System.Int64 UnityEngine.UIElements.EventBase`1::s_TypeId int64_t ___s_TypeId_15; // UnityEngine.UIElements.ObjectPool`1 UnityEngine.UIElements.EventBase`1::s_Pool ObjectPool_1_t93DA7B168EC10687413F83115D8BC5C033D6F1D6 * ___s_Pool_16; public: inline static int32_t get_offset_of_s_TypeId_15() { return static_cast(offsetof(EventBase_1_t7957704ABE2EF00ECF304ED555303C3D66EAEF00_StaticFields, ___s_TypeId_15)); } inline int64_t get_s_TypeId_15() const { return ___s_TypeId_15; } inline int64_t* get_address_of_s_TypeId_15() { return &___s_TypeId_15; } inline void set_s_TypeId_15(int64_t value) { ___s_TypeId_15 = value; } inline static int32_t get_offset_of_s_Pool_16() { return static_cast(offsetof(EventBase_1_t7957704ABE2EF00ECF304ED555303C3D66EAEF00_StaticFields, ___s_Pool_16)); } inline ObjectPool_1_t93DA7B168EC10687413F83115D8BC5C033D6F1D6 * get_s_Pool_16() const { return ___s_Pool_16; } inline ObjectPool_1_t93DA7B168EC10687413F83115D8BC5C033D6F1D6 ** get_address_of_s_Pool_16() { return &___s_Pool_16; } inline void set_s_Pool_16(ObjectPool_1_t93DA7B168EC10687413F83115D8BC5C033D6F1D6 * value) { ___s_Pool_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_Pool_16), (void*)value); } }; // UnityEngine.UIElements.EventBase`1 struct EventBase_1_tBA8129392E6E2DCB3EC1808A169AB5915BD4D41E : public EventBase_tADF8D0ADA92BAF80F76865BAC2E9D85A118D1967 { public: // System.Int32 UnityEngine.UIElements.EventBase`1::m_RefCount int32_t ___m_RefCount_17; public: inline static int32_t get_offset_of_m_RefCount_17() { return static_cast(offsetof(EventBase_1_tBA8129392E6E2DCB3EC1808A169AB5915BD4D41E, ___m_RefCount_17)); } inline int32_t get_m_RefCount_17() const { return ___m_RefCount_17; } inline int32_t* get_address_of_m_RefCount_17() { return &___m_RefCount_17; } inline void set_m_RefCount_17(int32_t value) { ___m_RefCount_17 = value; } }; struct EventBase_1_tBA8129392E6E2DCB3EC1808A169AB5915BD4D41E_StaticFields { public: // System.Int64 UnityEngine.UIElements.EventBase`1::s_TypeId int64_t ___s_TypeId_15; // UnityEngine.UIElements.ObjectPool`1 UnityEngine.UIElements.EventBase`1::s_Pool ObjectPool_1_t3D63FBEB271DB47DEDEA73B4059751D3ECD87EAA * ___s_Pool_16; public: inline static int32_t get_offset_of_s_TypeId_15() { return static_cast(offsetof(EventBase_1_tBA8129392E6E2DCB3EC1808A169AB5915BD4D41E_StaticFields, ___s_TypeId_15)); } inline int64_t get_s_TypeId_15() const { return ___s_TypeId_15; } inline int64_t* get_address_of_s_TypeId_15() { return &___s_TypeId_15; } inline void set_s_TypeId_15(int64_t value) { ___s_TypeId_15 = value; } inline static int32_t get_offset_of_s_Pool_16() { return static_cast(offsetof(EventBase_1_tBA8129392E6E2DCB3EC1808A169AB5915BD4D41E_StaticFields, ___s_Pool_16)); } inline ObjectPool_1_t3D63FBEB271DB47DEDEA73B4059751D3ECD87EAA * get_s_Pool_16() const { return ___s_Pool_16; } inline ObjectPool_1_t3D63FBEB271DB47DEDEA73B4059751D3ECD87EAA ** get_address_of_s_Pool_16() { return &___s_Pool_16; } inline void set_s_Pool_16(ObjectPool_1_t3D63FBEB271DB47DEDEA73B4059751D3ECD87EAA * value) { ___s_Pool_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_Pool_16), (void*)value); } }; // UnityEngine.UIElements.EventBase`1 struct EventBase_1_t934C843651C0CE40A5EE026FE64520962C69B522 : public EventBase_tADF8D0ADA92BAF80F76865BAC2E9D85A118D1967 { public: // System.Int32 UnityEngine.UIElements.EventBase`1::m_RefCount int32_t ___m_RefCount_17; public: inline static int32_t get_offset_of_m_RefCount_17() { return static_cast(offsetof(EventBase_1_t934C843651C0CE40A5EE026FE64520962C69B522, ___m_RefCount_17)); } inline int32_t get_m_RefCount_17() const { return ___m_RefCount_17; } inline int32_t* get_address_of_m_RefCount_17() { return &___m_RefCount_17; } inline void set_m_RefCount_17(int32_t value) { ___m_RefCount_17 = value; } }; struct EventBase_1_t934C843651C0CE40A5EE026FE64520962C69B522_StaticFields { public: // System.Int64 UnityEngine.UIElements.EventBase`1::s_TypeId int64_t ___s_TypeId_15; // UnityEngine.UIElements.ObjectPool`1 UnityEngine.UIElements.EventBase`1::s_Pool ObjectPool_1_t956FF0B2B6601BFD7966788CE94E02557B7A38B3 * ___s_Pool_16; public: inline static int32_t get_offset_of_s_TypeId_15() { return static_cast(offsetof(EventBase_1_t934C843651C0CE40A5EE026FE64520962C69B522_StaticFields, ___s_TypeId_15)); } inline int64_t get_s_TypeId_15() const { return ___s_TypeId_15; } inline int64_t* get_address_of_s_TypeId_15() { return &___s_TypeId_15; } inline void set_s_TypeId_15(int64_t value) { ___s_TypeId_15 = value; } inline static int32_t get_offset_of_s_Pool_16() { return static_cast(offsetof(EventBase_1_t934C843651C0CE40A5EE026FE64520962C69B522_StaticFields, ___s_Pool_16)); } inline ObjectPool_1_t956FF0B2B6601BFD7966788CE94E02557B7A38B3 * get_s_Pool_16() const { return ___s_Pool_16; } inline ObjectPool_1_t956FF0B2B6601BFD7966788CE94E02557B7A38B3 ** get_address_of_s_Pool_16() { return &___s_Pool_16; } inline void set_s_Pool_16(ObjectPool_1_t956FF0B2B6601BFD7966788CE94E02557B7A38B3 * value) { ___s_Pool_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_Pool_16), (void*)value); } }; // UnityEngine.UIElements.EventBase`1 struct EventBase_1_tDDDEDAC08EEA76EE6E87A95A2363A5A6867FE1F1 : public EventBase_tADF8D0ADA92BAF80F76865BAC2E9D85A118D1967 { public: // System.Int32 UnityEngine.UIElements.EventBase`1::m_RefCount int32_t ___m_RefCount_17; public: inline static int32_t get_offset_of_m_RefCount_17() { return static_cast(offsetof(EventBase_1_tDDDEDAC08EEA76EE6E87A95A2363A5A6867FE1F1, ___m_RefCount_17)); } inline int32_t get_m_RefCount_17() const { return ___m_RefCount_17; } inline int32_t* get_address_of_m_RefCount_17() { return &___m_RefCount_17; } inline void set_m_RefCount_17(int32_t value) { ___m_RefCount_17 = value; } }; struct EventBase_1_tDDDEDAC08EEA76EE6E87A95A2363A5A6867FE1F1_StaticFields { public: // System.Int64 UnityEngine.UIElements.EventBase`1::s_TypeId int64_t ___s_TypeId_15; // UnityEngine.UIElements.ObjectPool`1 UnityEngine.UIElements.EventBase`1::s_Pool ObjectPool_1_t2F23D7AD5708143A56950FD211174D387C0FC610 * ___s_Pool_16; public: inline static int32_t get_offset_of_s_TypeId_15() { return static_cast(offsetof(EventBase_1_tDDDEDAC08EEA76EE6E87A95A2363A5A6867FE1F1_StaticFields, ___s_TypeId_15)); } inline int64_t get_s_TypeId_15() const { return ___s_TypeId_15; } inline int64_t* get_address_of_s_TypeId_15() { return &___s_TypeId_15; } inline void set_s_TypeId_15(int64_t value) { ___s_TypeId_15 = value; } inline static int32_t get_offset_of_s_Pool_16() { return static_cast(offsetof(EventBase_1_tDDDEDAC08EEA76EE6E87A95A2363A5A6867FE1F1_StaticFields, ___s_Pool_16)); } inline ObjectPool_1_t2F23D7AD5708143A56950FD211174D387C0FC610 * get_s_Pool_16() const { return ___s_Pool_16; } inline ObjectPool_1_t2F23D7AD5708143A56950FD211174D387C0FC610 ** get_address_of_s_Pool_16() { return &___s_Pool_16; } inline void set_s_Pool_16(ObjectPool_1_t2F23D7AD5708143A56950FD211174D387C0FC610 * value) { ___s_Pool_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_Pool_16), (void*)value); } }; // UnityEngine.UIElements.EventBase`1 struct EventBase_1_t84E0F696495A86C3A103E8D31D7FC82A98456561 : public EventBase_tADF8D0ADA92BAF80F76865BAC2E9D85A118D1967 { public: // System.Int32 UnityEngine.UIElements.EventBase`1::m_RefCount int32_t ___m_RefCount_17; public: inline static int32_t get_offset_of_m_RefCount_17() { return static_cast(offsetof(EventBase_1_t84E0F696495A86C3A103E8D31D7FC82A98456561, ___m_RefCount_17)); } inline int32_t get_m_RefCount_17() const { return ___m_RefCount_17; } inline int32_t* get_address_of_m_RefCount_17() { return &___m_RefCount_17; } inline void set_m_RefCount_17(int32_t value) { ___m_RefCount_17 = value; } }; struct EventBase_1_t84E0F696495A86C3A103E8D31D7FC82A98456561_StaticFields { public: // System.Int64 UnityEngine.UIElements.EventBase`1::s_TypeId int64_t ___s_TypeId_15; // UnityEngine.UIElements.ObjectPool`1 UnityEngine.UIElements.EventBase`1::s_Pool ObjectPool_1_t58514C76F3DFE9C76E31D52B2285D9BF84A5783D * ___s_Pool_16; public: inline static int32_t get_offset_of_s_TypeId_15() { return static_cast(offsetof(EventBase_1_t84E0F696495A86C3A103E8D31D7FC82A98456561_StaticFields, ___s_TypeId_15)); } inline int64_t get_s_TypeId_15() const { return ___s_TypeId_15; } inline int64_t* get_address_of_s_TypeId_15() { return &___s_TypeId_15; } inline void set_s_TypeId_15(int64_t value) { ___s_TypeId_15 = value; } inline static int32_t get_offset_of_s_Pool_16() { return static_cast(offsetof(EventBase_1_t84E0F696495A86C3A103E8D31D7FC82A98456561_StaticFields, ___s_Pool_16)); } inline ObjectPool_1_t58514C76F3DFE9C76E31D52B2285D9BF84A5783D * get_s_Pool_16() const { return ___s_Pool_16; } inline ObjectPool_1_t58514C76F3DFE9C76E31D52B2285D9BF84A5783D ** get_address_of_s_Pool_16() { return &___s_Pool_16; } inline void set_s_Pool_16(ObjectPool_1_t58514C76F3DFE9C76E31D52B2285D9BF84A5783D * value) { ___s_Pool_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_Pool_16), (void*)value); } }; // UnityEngine.UIElements.EventBase`1 struct EventBase_1_tD663FC14A2C25A70CC0F958E7E49DCD727CEBDC7 : public EventBase_tADF8D0ADA92BAF80F76865BAC2E9D85A118D1967 { public: // System.Int32 UnityEngine.UIElements.EventBase`1::m_RefCount int32_t ___m_RefCount_17; public: inline static int32_t get_offset_of_m_RefCount_17() { return static_cast(offsetof(EventBase_1_tD663FC14A2C25A70CC0F958E7E49DCD727CEBDC7, ___m_RefCount_17)); } inline int32_t get_m_RefCount_17() const { return ___m_RefCount_17; } inline int32_t* get_address_of_m_RefCount_17() { return &___m_RefCount_17; } inline void set_m_RefCount_17(int32_t value) { ___m_RefCount_17 = value; } }; struct EventBase_1_tD663FC14A2C25A70CC0F958E7E49DCD727CEBDC7_StaticFields { public: // System.Int64 UnityEngine.UIElements.EventBase`1::s_TypeId int64_t ___s_TypeId_15; // UnityEngine.UIElements.ObjectPool`1 UnityEngine.UIElements.EventBase`1::s_Pool ObjectPool_1_tD05000F7D5862AF6730921AB55FA13D578333235 * ___s_Pool_16; public: inline static int32_t get_offset_of_s_TypeId_15() { return static_cast(offsetof(EventBase_1_tD663FC14A2C25A70CC0F958E7E49DCD727CEBDC7_StaticFields, ___s_TypeId_15)); } inline int64_t get_s_TypeId_15() const { return ___s_TypeId_15; } inline int64_t* get_address_of_s_TypeId_15() { return &___s_TypeId_15; } inline void set_s_TypeId_15(int64_t value) { ___s_TypeId_15 = value; } inline static int32_t get_offset_of_s_Pool_16() { return static_cast(offsetof(EventBase_1_tD663FC14A2C25A70CC0F958E7E49DCD727CEBDC7_StaticFields, ___s_Pool_16)); } inline ObjectPool_1_tD05000F7D5862AF6730921AB55FA13D578333235 * get_s_Pool_16() const { return ___s_Pool_16; } inline ObjectPool_1_tD05000F7D5862AF6730921AB55FA13D578333235 ** get_address_of_s_Pool_16() { return &___s_Pool_16; } inline void set_s_Pool_16(ObjectPool_1_tD05000F7D5862AF6730921AB55FA13D578333235 * value) { ___s_Pool_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_Pool_16), (void*)value); } }; // UnityEngine.UIElements.EventBase`1 struct EventBase_1_tEC1C92B929387018107403B59137A2A09A0D0748 : public EventBase_tADF8D0ADA92BAF80F76865BAC2E9D85A118D1967 { public: // System.Int32 UnityEngine.UIElements.EventBase`1::m_RefCount int32_t ___m_RefCount_17; public: inline static int32_t get_offset_of_m_RefCount_17() { return static_cast(offsetof(EventBase_1_tEC1C92B929387018107403B59137A2A09A0D0748, ___m_RefCount_17)); } inline int32_t get_m_RefCount_17() const { return ___m_RefCount_17; } inline int32_t* get_address_of_m_RefCount_17() { return &___m_RefCount_17; } inline void set_m_RefCount_17(int32_t value) { ___m_RefCount_17 = value; } }; struct EventBase_1_tEC1C92B929387018107403B59137A2A09A0D0748_StaticFields { public: // System.Int64 UnityEngine.UIElements.EventBase`1::s_TypeId int64_t ___s_TypeId_15; // UnityEngine.UIElements.ObjectPool`1 UnityEngine.UIElements.EventBase`1::s_Pool ObjectPool_1_t2C9392C320589D5BD9EF28418710275B6ED7727A * ___s_Pool_16; public: inline static int32_t get_offset_of_s_TypeId_15() { return static_cast(offsetof(EventBase_1_tEC1C92B929387018107403B59137A2A09A0D0748_StaticFields, ___s_TypeId_15)); } inline int64_t get_s_TypeId_15() const { return ___s_TypeId_15; } inline int64_t* get_address_of_s_TypeId_15() { return &___s_TypeId_15; } inline void set_s_TypeId_15(int64_t value) { ___s_TypeId_15 = value; } inline static int32_t get_offset_of_s_Pool_16() { return static_cast(offsetof(EventBase_1_tEC1C92B929387018107403B59137A2A09A0D0748_StaticFields, ___s_Pool_16)); } inline ObjectPool_1_t2C9392C320589D5BD9EF28418710275B6ED7727A * get_s_Pool_16() const { return ___s_Pool_16; } inline ObjectPool_1_t2C9392C320589D5BD9EF28418710275B6ED7727A ** get_address_of_s_Pool_16() { return &___s_Pool_16; } inline void set_s_Pool_16(ObjectPool_1_t2C9392C320589D5BD9EF28418710275B6ED7727A * value) { ___s_Pool_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_Pool_16), (void*)value); } }; // UnityEngine.UIElements.EventBase`1 struct EventBase_1_t984B23B3F5706EEB7A35E6C729CB1D780C9BD52B : public EventBase_tADF8D0ADA92BAF80F76865BAC2E9D85A118D1967 { public: // System.Int32 UnityEngine.UIElements.EventBase`1::m_RefCount int32_t ___m_RefCount_17; public: inline static int32_t get_offset_of_m_RefCount_17() { return static_cast(offsetof(EventBase_1_t984B23B3F5706EEB7A35E6C729CB1D780C9BD52B, ___m_RefCount_17)); } inline int32_t get_m_RefCount_17() const { return ___m_RefCount_17; } inline int32_t* get_address_of_m_RefCount_17() { return &___m_RefCount_17; } inline void set_m_RefCount_17(int32_t value) { ___m_RefCount_17 = value; } }; struct EventBase_1_t984B23B3F5706EEB7A35E6C729CB1D780C9BD52B_StaticFields { public: // System.Int64 UnityEngine.UIElements.EventBase`1::s_TypeId int64_t ___s_TypeId_15; // UnityEngine.UIElements.ObjectPool`1 UnityEngine.UIElements.EventBase`1::s_Pool ObjectPool_1_t5B764F45EE0DF54CB79F5DDCC4E8A5ED9DAC4BCA * ___s_Pool_16; public: inline static int32_t get_offset_of_s_TypeId_15() { return static_cast(offsetof(EventBase_1_t984B23B3F5706EEB7A35E6C729CB1D780C9BD52B_StaticFields, ___s_TypeId_15)); } inline int64_t get_s_TypeId_15() const { return ___s_TypeId_15; } inline int64_t* get_address_of_s_TypeId_15() { return &___s_TypeId_15; } inline void set_s_TypeId_15(int64_t value) { ___s_TypeId_15 = value; } inline static int32_t get_offset_of_s_Pool_16() { return static_cast(offsetof(EventBase_1_t984B23B3F5706EEB7A35E6C729CB1D780C9BD52B_StaticFields, ___s_Pool_16)); } inline ObjectPool_1_t5B764F45EE0DF54CB79F5DDCC4E8A5ED9DAC4BCA * get_s_Pool_16() const { return ___s_Pool_16; } inline ObjectPool_1_t5B764F45EE0DF54CB79F5DDCC4E8A5ED9DAC4BCA ** get_address_of_s_Pool_16() { return &___s_Pool_16; } inline void set_s_Pool_16(ObjectPool_1_t5B764F45EE0DF54CB79F5DDCC4E8A5ED9DAC4BCA * value) { ___s_Pool_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_Pool_16), (void*)value); } }; // UnityEngine.UIElements.EventBase`1 struct EventBase_1_t5D4A8E4E593C92A7BBAF82B26879CCC197D68B38 : public EventBase_tADF8D0ADA92BAF80F76865BAC2E9D85A118D1967 { public: // System.Int32 UnityEngine.UIElements.EventBase`1::m_RefCount int32_t ___m_RefCount_17; public: inline static int32_t get_offset_of_m_RefCount_17() { return static_cast(offsetof(EventBase_1_t5D4A8E4E593C92A7BBAF82B26879CCC197D68B38, ___m_RefCount_17)); } inline int32_t get_m_RefCount_17() const { return ___m_RefCount_17; } inline int32_t* get_address_of_m_RefCount_17() { return &___m_RefCount_17; } inline void set_m_RefCount_17(int32_t value) { ___m_RefCount_17 = value; } }; struct EventBase_1_t5D4A8E4E593C92A7BBAF82B26879CCC197D68B38_StaticFields { public: // System.Int64 UnityEngine.UIElements.EventBase`1::s_TypeId int64_t ___s_TypeId_15; // UnityEngine.UIElements.ObjectPool`1 UnityEngine.UIElements.EventBase`1::s_Pool ObjectPool_1_tD51521E8381E280C9518939B9B459F6B01DB5C73 * ___s_Pool_16; public: inline static int32_t get_offset_of_s_TypeId_15() { return static_cast(offsetof(EventBase_1_t5D4A8E4E593C92A7BBAF82B26879CCC197D68B38_StaticFields, ___s_TypeId_15)); } inline int64_t get_s_TypeId_15() const { return ___s_TypeId_15; } inline int64_t* get_address_of_s_TypeId_15() { return &___s_TypeId_15; } inline void set_s_TypeId_15(int64_t value) { ___s_TypeId_15 = value; } inline static int32_t get_offset_of_s_Pool_16() { return static_cast(offsetof(EventBase_1_t5D4A8E4E593C92A7BBAF82B26879CCC197D68B38_StaticFields, ___s_Pool_16)); } inline ObjectPool_1_tD51521E8381E280C9518939B9B459F6B01DB5C73 * get_s_Pool_16() const { return ___s_Pool_16; } inline ObjectPool_1_tD51521E8381E280C9518939B9B459F6B01DB5C73 ** get_address_of_s_Pool_16() { return &___s_Pool_16; } inline void set_s_Pool_16(ObjectPool_1_tD51521E8381E280C9518939B9B459F6B01DB5C73 * value) { ___s_Pool_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_Pool_16), (void*)value); } }; // UnityEngine.UIElements.EventBase`1 struct EventBase_1_tAB895FF54333980037BCEDC3E8BB67DF06B5FBF7 : public EventBase_tADF8D0ADA92BAF80F76865BAC2E9D85A118D1967 { public: // System.Int32 UnityEngine.UIElements.EventBase`1::m_RefCount int32_t ___m_RefCount_17; public: inline static int32_t get_offset_of_m_RefCount_17() { return static_cast(offsetof(EventBase_1_tAB895FF54333980037BCEDC3E8BB67DF06B5FBF7, ___m_RefCount_17)); } inline int32_t get_m_RefCount_17() const { return ___m_RefCount_17; } inline int32_t* get_address_of_m_RefCount_17() { return &___m_RefCount_17; } inline void set_m_RefCount_17(int32_t value) { ___m_RefCount_17 = value; } }; struct EventBase_1_tAB895FF54333980037BCEDC3E8BB67DF06B5FBF7_StaticFields { public: // System.Int64 UnityEngine.UIElements.EventBase`1::s_TypeId int64_t ___s_TypeId_15; // UnityEngine.UIElements.ObjectPool`1 UnityEngine.UIElements.EventBase`1::s_Pool ObjectPool_1_tE54019E88DA3112D164A554250EED1E35C37FDD1 * ___s_Pool_16; public: inline static int32_t get_offset_of_s_TypeId_15() { return static_cast(offsetof(EventBase_1_tAB895FF54333980037BCEDC3E8BB67DF06B5FBF7_StaticFields, ___s_TypeId_15)); } inline int64_t get_s_TypeId_15() const { return ___s_TypeId_15; } inline int64_t* get_address_of_s_TypeId_15() { return &___s_TypeId_15; } inline void set_s_TypeId_15(int64_t value) { ___s_TypeId_15 = value; } inline static int32_t get_offset_of_s_Pool_16() { return static_cast(offsetof(EventBase_1_tAB895FF54333980037BCEDC3E8BB67DF06B5FBF7_StaticFields, ___s_Pool_16)); } inline ObjectPool_1_tE54019E88DA3112D164A554250EED1E35C37FDD1 * get_s_Pool_16() const { return ___s_Pool_16; } inline ObjectPool_1_tE54019E88DA3112D164A554250EED1E35C37FDD1 ** get_address_of_s_Pool_16() { return &___s_Pool_16; } inline void set_s_Pool_16(ObjectPool_1_tE54019E88DA3112D164A554250EED1E35C37FDD1 * value) { ___s_Pool_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_Pool_16), (void*)value); } }; // UnityEngine.UIElements.EventBase`1 struct EventBase_1_t087186851DB884B61B785386EDAD1F2292ACA361 : public EventBase_tADF8D0ADA92BAF80F76865BAC2E9D85A118D1967 { public: // System.Int32 UnityEngine.UIElements.EventBase`1::m_RefCount int32_t ___m_RefCount_17; public: inline static int32_t get_offset_of_m_RefCount_17() { return static_cast(offsetof(EventBase_1_t087186851DB884B61B785386EDAD1F2292ACA361, ___m_RefCount_17)); } inline int32_t get_m_RefCount_17() const { return ___m_RefCount_17; } inline int32_t* get_address_of_m_RefCount_17() { return &___m_RefCount_17; } inline void set_m_RefCount_17(int32_t value) { ___m_RefCount_17 = value; } }; struct EventBase_1_t087186851DB884B61B785386EDAD1F2292ACA361_StaticFields { public: // System.Int64 UnityEngine.UIElements.EventBase`1::s_TypeId int64_t ___s_TypeId_15; // UnityEngine.UIElements.ObjectPool`1 UnityEngine.UIElements.EventBase`1::s_Pool ObjectPool_1_tAB599F3DDA22C48B56D7C92DDACF28C4F5FA6B46 * ___s_Pool_16; public: inline static int32_t get_offset_of_s_TypeId_15() { return static_cast(offsetof(EventBase_1_t087186851DB884B61B785386EDAD1F2292ACA361_StaticFields, ___s_TypeId_15)); } inline int64_t get_s_TypeId_15() const { return ___s_TypeId_15; } inline int64_t* get_address_of_s_TypeId_15() { return &___s_TypeId_15; } inline void set_s_TypeId_15(int64_t value) { ___s_TypeId_15 = value; } inline static int32_t get_offset_of_s_Pool_16() { return static_cast(offsetof(EventBase_1_t087186851DB884B61B785386EDAD1F2292ACA361_StaticFields, ___s_Pool_16)); } inline ObjectPool_1_tAB599F3DDA22C48B56D7C92DDACF28C4F5FA6B46 * get_s_Pool_16() const { return ___s_Pool_16; } inline ObjectPool_1_tAB599F3DDA22C48B56D7C92DDACF28C4F5FA6B46 ** get_address_of_s_Pool_16() { return &___s_Pool_16; } inline void set_s_Pool_16(ObjectPool_1_tAB599F3DDA22C48B56D7C92DDACF28C4F5FA6B46 * value) { ___s_Pool_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_Pool_16), (void*)value); } }; // UnityEngine.UIElements.EventBase`1 struct EventBase_1_tBBDD1FCEFCAF1B5505849D84AE933BB0889DCB1A : public EventBase_tADF8D0ADA92BAF80F76865BAC2E9D85A118D1967 { public: // System.Int32 UnityEngine.UIElements.EventBase`1::m_RefCount int32_t ___m_RefCount_17; public: inline static int32_t get_offset_of_m_RefCount_17() { return static_cast(offsetof(EventBase_1_tBBDD1FCEFCAF1B5505849D84AE933BB0889DCB1A, ___m_RefCount_17)); } inline int32_t get_m_RefCount_17() const { return ___m_RefCount_17; } inline int32_t* get_address_of_m_RefCount_17() { return &___m_RefCount_17; } inline void set_m_RefCount_17(int32_t value) { ___m_RefCount_17 = value; } }; struct EventBase_1_tBBDD1FCEFCAF1B5505849D84AE933BB0889DCB1A_StaticFields { public: // System.Int64 UnityEngine.UIElements.EventBase`1::s_TypeId int64_t ___s_TypeId_15; // UnityEngine.UIElements.ObjectPool`1 UnityEngine.UIElements.EventBase`1::s_Pool ObjectPool_1_t857FF3249830FE41B005131405D9FC8477183C43 * ___s_Pool_16; public: inline static int32_t get_offset_of_s_TypeId_15() { return static_cast(offsetof(EventBase_1_tBBDD1FCEFCAF1B5505849D84AE933BB0889DCB1A_StaticFields, ___s_TypeId_15)); } inline int64_t get_s_TypeId_15() const { return ___s_TypeId_15; } inline int64_t* get_address_of_s_TypeId_15() { return &___s_TypeId_15; } inline void set_s_TypeId_15(int64_t value) { ___s_TypeId_15 = value; } inline static int32_t get_offset_of_s_Pool_16() { return static_cast(offsetof(EventBase_1_tBBDD1FCEFCAF1B5505849D84AE933BB0889DCB1A_StaticFields, ___s_Pool_16)); } inline ObjectPool_1_t857FF3249830FE41B005131405D9FC8477183C43 * get_s_Pool_16() const { return ___s_Pool_16; } inline ObjectPool_1_t857FF3249830FE41B005131405D9FC8477183C43 ** get_address_of_s_Pool_16() { return &___s_Pool_16; } inline void set_s_Pool_16(ObjectPool_1_t857FF3249830FE41B005131405D9FC8477183C43 * value) { ___s_Pool_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_Pool_16), (void*)value); } }; // UnityEngine.UIElements.EventBase`1 struct EventBase_1_tF78E96680835E8BEF3593C51AEEF06366913A472 : public EventBase_tADF8D0ADA92BAF80F76865BAC2E9D85A118D1967 { public: // System.Int32 UnityEngine.UIElements.EventBase`1::m_RefCount int32_t ___m_RefCount_17; public: inline static int32_t get_offset_of_m_RefCount_17() { return static_cast(offsetof(EventBase_1_tF78E96680835E8BEF3593C51AEEF06366913A472, ___m_RefCount_17)); } inline int32_t get_m_RefCount_17() const { return ___m_RefCount_17; } inline int32_t* get_address_of_m_RefCount_17() { return &___m_RefCount_17; } inline void set_m_RefCount_17(int32_t value) { ___m_RefCount_17 = value; } }; struct EventBase_1_tF78E96680835E8BEF3593C51AEEF06366913A472_StaticFields { public: // System.Int64 UnityEngine.UIElements.EventBase`1::s_TypeId int64_t ___s_TypeId_15; // UnityEngine.UIElements.ObjectPool`1 UnityEngine.UIElements.EventBase`1::s_Pool ObjectPool_1_tF71D44698155B03E52ED1CA17EC7C07D427BF6D1 * ___s_Pool_16; public: inline static int32_t get_offset_of_s_TypeId_15() { return static_cast(offsetof(EventBase_1_tF78E96680835E8BEF3593C51AEEF06366913A472_StaticFields, ___s_TypeId_15)); } inline int64_t get_s_TypeId_15() const { return ___s_TypeId_15; } inline int64_t* get_address_of_s_TypeId_15() { return &___s_TypeId_15; } inline void set_s_TypeId_15(int64_t value) { ___s_TypeId_15 = value; } inline static int32_t get_offset_of_s_Pool_16() { return static_cast(offsetof(EventBase_1_tF78E96680835E8BEF3593C51AEEF06366913A472_StaticFields, ___s_Pool_16)); } inline ObjectPool_1_tF71D44698155B03E52ED1CA17EC7C07D427BF6D1 * get_s_Pool_16() const { return ___s_Pool_16; } inline ObjectPool_1_tF71D44698155B03E52ED1CA17EC7C07D427BF6D1 ** get_address_of_s_Pool_16() { return &___s_Pool_16; } inline void set_s_Pool_16(ObjectPool_1_tF71D44698155B03E52ED1CA17EC7C07D427BF6D1 * value) { ___s_Pool_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_Pool_16), (void*)value); } }; // UnityEngine.UIElements.EventBase`1 struct EventBase_1_tA6A8BAE78BC19B4ED93CBA18EFE3A5CD069F1CA3 : public EventBase_tADF8D0ADA92BAF80F76865BAC2E9D85A118D1967 { public: // System.Int32 UnityEngine.UIElements.EventBase`1::m_RefCount int32_t ___m_RefCount_17; public: inline static int32_t get_offset_of_m_RefCount_17() { return static_cast(offsetof(EventBase_1_tA6A8BAE78BC19B4ED93CBA18EFE3A5CD069F1CA3, ___m_RefCount_17)); } inline int32_t get_m_RefCount_17() const { return ___m_RefCount_17; } inline int32_t* get_address_of_m_RefCount_17() { return &___m_RefCount_17; } inline void set_m_RefCount_17(int32_t value) { ___m_RefCount_17 = value; } }; struct EventBase_1_tA6A8BAE78BC19B4ED93CBA18EFE3A5CD069F1CA3_StaticFields { public: // System.Int64 UnityEngine.UIElements.EventBase`1::s_TypeId int64_t ___s_TypeId_15; // UnityEngine.UIElements.ObjectPool`1 UnityEngine.UIElements.EventBase`1::s_Pool ObjectPool_1_t99ABE84CB1AD25C9E0452FB58B2D0AFEEF989664 * ___s_Pool_16; public: inline static int32_t get_offset_of_s_TypeId_15() { return static_cast(offsetof(EventBase_1_tA6A8BAE78BC19B4ED93CBA18EFE3A5CD069F1CA3_StaticFields, ___s_TypeId_15)); } inline int64_t get_s_TypeId_15() const { return ___s_TypeId_15; } inline int64_t* get_address_of_s_TypeId_15() { return &___s_TypeId_15; } inline void set_s_TypeId_15(int64_t value) { ___s_TypeId_15 = value; } inline static int32_t get_offset_of_s_Pool_16() { return static_cast(offsetof(EventBase_1_tA6A8BAE78BC19B4ED93CBA18EFE3A5CD069F1CA3_StaticFields, ___s_Pool_16)); } inline ObjectPool_1_t99ABE84CB1AD25C9E0452FB58B2D0AFEEF989664 * get_s_Pool_16() const { return ___s_Pool_16; } inline ObjectPool_1_t99ABE84CB1AD25C9E0452FB58B2D0AFEEF989664 ** get_address_of_s_Pool_16() { return &___s_Pool_16; } inline void set_s_Pool_16(ObjectPool_1_t99ABE84CB1AD25C9E0452FB58B2D0AFEEF989664 * value) { ___s_Pool_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_Pool_16), (void*)value); } }; // UnityEngine.UIElements.EventBase`1 struct EventBase_1_t62B0FC307039A001D92F0657C8D81A6A37C590F7 : public EventBase_tADF8D0ADA92BAF80F76865BAC2E9D85A118D1967 { public: // System.Int32 UnityEngine.UIElements.EventBase`1::m_RefCount int32_t ___m_RefCount_17; public: inline static int32_t get_offset_of_m_RefCount_17() { return static_cast(offsetof(EventBase_1_t62B0FC307039A001D92F0657C8D81A6A37C590F7, ___m_RefCount_17)); } inline int32_t get_m_RefCount_17() const { return ___m_RefCount_17; } inline int32_t* get_address_of_m_RefCount_17() { return &___m_RefCount_17; } inline void set_m_RefCount_17(int32_t value) { ___m_RefCount_17 = value; } }; struct EventBase_1_t62B0FC307039A001D92F0657C8D81A6A37C590F7_StaticFields { public: // System.Int64 UnityEngine.UIElements.EventBase`1::s_TypeId int64_t ___s_TypeId_15; // UnityEngine.UIElements.ObjectPool`1 UnityEngine.UIElements.EventBase`1::s_Pool ObjectPool_1_t35DA079277CF539FB9E19B968864D9EDA91DD6F5 * ___s_Pool_16; public: inline static int32_t get_offset_of_s_TypeId_15() { return static_cast(offsetof(EventBase_1_t62B0FC307039A001D92F0657C8D81A6A37C590F7_StaticFields, ___s_TypeId_15)); } inline int64_t get_s_TypeId_15() const { return ___s_TypeId_15; } inline int64_t* get_address_of_s_TypeId_15() { return &___s_TypeId_15; } inline void set_s_TypeId_15(int64_t value) { ___s_TypeId_15 = value; } inline static int32_t get_offset_of_s_Pool_16() { return static_cast(offsetof(EventBase_1_t62B0FC307039A001D92F0657C8D81A6A37C590F7_StaticFields, ___s_Pool_16)); } inline ObjectPool_1_t35DA079277CF539FB9E19B968864D9EDA91DD6F5 * get_s_Pool_16() const { return ___s_Pool_16; } inline ObjectPool_1_t35DA079277CF539FB9E19B968864D9EDA91DD6F5 ** get_address_of_s_Pool_16() { return &___s_Pool_16; } inline void set_s_Pool_16(ObjectPool_1_t35DA079277CF539FB9E19B968864D9EDA91DD6F5 * value) { ___s_Pool_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_Pool_16), (void*)value); } }; // UnityEngine.UIElements.EventBase`1 struct EventBase_1_t51BB71613219C03DA5A6BD5E1844117B874843CF : public EventBase_tADF8D0ADA92BAF80F76865BAC2E9D85A118D1967 { public: // System.Int32 UnityEngine.UIElements.EventBase`1::m_RefCount int32_t ___m_RefCount_17; public: inline static int32_t get_offset_of_m_RefCount_17() { return static_cast(offsetof(EventBase_1_t51BB71613219C03DA5A6BD5E1844117B874843CF, ___m_RefCount_17)); } inline int32_t get_m_RefCount_17() const { return ___m_RefCount_17; } inline int32_t* get_address_of_m_RefCount_17() { return &___m_RefCount_17; } inline void set_m_RefCount_17(int32_t value) { ___m_RefCount_17 = value; } }; struct EventBase_1_t51BB71613219C03DA5A6BD5E1844117B874843CF_StaticFields { public: // System.Int64 UnityEngine.UIElements.EventBase`1::s_TypeId int64_t ___s_TypeId_15; // UnityEngine.UIElements.ObjectPool`1 UnityEngine.UIElements.EventBase`1::s_Pool ObjectPool_1_t9C0B335D0495105AE43E595211A1C82C936EE011 * ___s_Pool_16; public: inline static int32_t get_offset_of_s_TypeId_15() { return static_cast(offsetof(EventBase_1_t51BB71613219C03DA5A6BD5E1844117B874843CF_StaticFields, ___s_TypeId_15)); } inline int64_t get_s_TypeId_15() const { return ___s_TypeId_15; } inline int64_t* get_address_of_s_TypeId_15() { return &___s_TypeId_15; } inline void set_s_TypeId_15(int64_t value) { ___s_TypeId_15 = value; } inline static int32_t get_offset_of_s_Pool_16() { return static_cast(offsetof(EventBase_1_t51BB71613219C03DA5A6BD5E1844117B874843CF_StaticFields, ___s_Pool_16)); } inline ObjectPool_1_t9C0B335D0495105AE43E595211A1C82C936EE011 * get_s_Pool_16() const { return ___s_Pool_16; } inline ObjectPool_1_t9C0B335D0495105AE43E595211A1C82C936EE011 ** get_address_of_s_Pool_16() { return &___s_Pool_16; } inline void set_s_Pool_16(ObjectPool_1_t9C0B335D0495105AE43E595211A1C82C936EE011 * value) { ___s_Pool_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_Pool_16), (void*)value); } }; // UnityEngine.UIElements.EventBase`1 struct EventBase_1_t315B0FEA6C8D14CB8B406BC700D7811DD71B67A2 : public EventBase_tADF8D0ADA92BAF80F76865BAC2E9D85A118D1967 { public: // System.Int32 UnityEngine.UIElements.EventBase`1::m_RefCount int32_t ___m_RefCount_17; public: inline static int32_t get_offset_of_m_RefCount_17() { return static_cast(offsetof(EventBase_1_t315B0FEA6C8D14CB8B406BC700D7811DD71B67A2, ___m_RefCount_17)); } inline int32_t get_m_RefCount_17() const { return ___m_RefCount_17; } inline int32_t* get_address_of_m_RefCount_17() { return &___m_RefCount_17; } inline void set_m_RefCount_17(int32_t value) { ___m_RefCount_17 = value; } }; struct EventBase_1_t315B0FEA6C8D14CB8B406BC700D7811DD71B67A2_StaticFields { public: // System.Int64 UnityEngine.UIElements.EventBase`1::s_TypeId int64_t ___s_TypeId_15; // UnityEngine.UIElements.ObjectPool`1 UnityEngine.UIElements.EventBase`1::s_Pool ObjectPool_1_t384B5C5D4802FFDD2167919EC81EC3086D4F9D1B * ___s_Pool_16; public: inline static int32_t get_offset_of_s_TypeId_15() { return static_cast(offsetof(EventBase_1_t315B0FEA6C8D14CB8B406BC700D7811DD71B67A2_StaticFields, ___s_TypeId_15)); } inline int64_t get_s_TypeId_15() const { return ___s_TypeId_15; } inline int64_t* get_address_of_s_TypeId_15() { return &___s_TypeId_15; } inline void set_s_TypeId_15(int64_t value) { ___s_TypeId_15 = value; } inline static int32_t get_offset_of_s_Pool_16() { return static_cast(offsetof(EventBase_1_t315B0FEA6C8D14CB8B406BC700D7811DD71B67A2_StaticFields, ___s_Pool_16)); } inline ObjectPool_1_t384B5C5D4802FFDD2167919EC81EC3086D4F9D1B * get_s_Pool_16() const { return ___s_Pool_16; } inline ObjectPool_1_t384B5C5D4802FFDD2167919EC81EC3086D4F9D1B ** get_address_of_s_Pool_16() { return &___s_Pool_16; } inline void set_s_Pool_16(ObjectPool_1_t384B5C5D4802FFDD2167919EC81EC3086D4F9D1B * value) { ___s_Pool_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_Pool_16), (void*)value); } }; // UnityEngine.UIElements.EventBase`1 struct EventBase_1_t55523FAA676983B98ACAD648AF6823E8622352D7 : public EventBase_tADF8D0ADA92BAF80F76865BAC2E9D85A118D1967 { public: // System.Int32 UnityEngine.UIElements.EventBase`1::m_RefCount int32_t ___m_RefCount_17; public: inline static int32_t get_offset_of_m_RefCount_17() { return static_cast(offsetof(EventBase_1_t55523FAA676983B98ACAD648AF6823E8622352D7, ___m_RefCount_17)); } inline int32_t get_m_RefCount_17() const { return ___m_RefCount_17; } inline int32_t* get_address_of_m_RefCount_17() { return &___m_RefCount_17; } inline void set_m_RefCount_17(int32_t value) { ___m_RefCount_17 = value; } }; struct EventBase_1_t55523FAA676983B98ACAD648AF6823E8622352D7_StaticFields { public: // System.Int64 UnityEngine.UIElements.EventBase`1::s_TypeId int64_t ___s_TypeId_15; // UnityEngine.UIElements.ObjectPool`1 UnityEngine.UIElements.EventBase`1::s_Pool ObjectPool_1_tB859B96086074A82FAA62F876E8E120E386FE206 * ___s_Pool_16; public: inline static int32_t get_offset_of_s_TypeId_15() { return static_cast(offsetof(EventBase_1_t55523FAA676983B98ACAD648AF6823E8622352D7_StaticFields, ___s_TypeId_15)); } inline int64_t get_s_TypeId_15() const { return ___s_TypeId_15; } inline int64_t* get_address_of_s_TypeId_15() { return &___s_TypeId_15; } inline void set_s_TypeId_15(int64_t value) { ___s_TypeId_15 = value; } inline static int32_t get_offset_of_s_Pool_16() { return static_cast(offsetof(EventBase_1_t55523FAA676983B98ACAD648AF6823E8622352D7_StaticFields, ___s_Pool_16)); } inline ObjectPool_1_tB859B96086074A82FAA62F876E8E120E386FE206 * get_s_Pool_16() const { return ___s_Pool_16; } inline ObjectPool_1_tB859B96086074A82FAA62F876E8E120E386FE206 ** get_address_of_s_Pool_16() { return &___s_Pool_16; } inline void set_s_Pool_16(ObjectPool_1_tB859B96086074A82FAA62F876E8E120E386FE206 * value) { ___s_Pool_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_Pool_16), (void*)value); } }; // UnityEngine.UIElements.EventBase`1 struct EventBase_1_t96045F377456C52401528D3B6A3635C4C071779A : public EventBase_tADF8D0ADA92BAF80F76865BAC2E9D85A118D1967 { public: // System.Int32 UnityEngine.UIElements.EventBase`1::m_RefCount int32_t ___m_RefCount_17; public: inline static int32_t get_offset_of_m_RefCount_17() { return static_cast(offsetof(EventBase_1_t96045F377456C52401528D3B6A3635C4C071779A, ___m_RefCount_17)); } inline int32_t get_m_RefCount_17() const { return ___m_RefCount_17; } inline int32_t* get_address_of_m_RefCount_17() { return &___m_RefCount_17; } inline void set_m_RefCount_17(int32_t value) { ___m_RefCount_17 = value; } }; struct EventBase_1_t96045F377456C52401528D3B6A3635C4C071779A_StaticFields { public: // System.Int64 UnityEngine.UIElements.EventBase`1::s_TypeId int64_t ___s_TypeId_15; // UnityEngine.UIElements.ObjectPool`1 UnityEngine.UIElements.EventBase`1::s_Pool ObjectPool_1_tCB77472AD87157F88463F8B9897759520902D350 * ___s_Pool_16; public: inline static int32_t get_offset_of_s_TypeId_15() { return static_cast(offsetof(EventBase_1_t96045F377456C52401528D3B6A3635C4C071779A_StaticFields, ___s_TypeId_15)); } inline int64_t get_s_TypeId_15() const { return ___s_TypeId_15; } inline int64_t* get_address_of_s_TypeId_15() { return &___s_TypeId_15; } inline void set_s_TypeId_15(int64_t value) { ___s_TypeId_15 = value; } inline static int32_t get_offset_of_s_Pool_16() { return static_cast(offsetof(EventBase_1_t96045F377456C52401528D3B6A3635C4C071779A_StaticFields, ___s_Pool_16)); } inline ObjectPool_1_tCB77472AD87157F88463F8B9897759520902D350 * get_s_Pool_16() const { return ___s_Pool_16; } inline ObjectPool_1_tCB77472AD87157F88463F8B9897759520902D350 ** get_address_of_s_Pool_16() { return &___s_Pool_16; } inline void set_s_Pool_16(ObjectPool_1_tCB77472AD87157F88463F8B9897759520902D350 * value) { ___s_Pool_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_Pool_16), (void*)value); } }; // UnityEngine.UIElements.EventBase`1 struct EventBase_1_tECC7E5059207C18111D6E40AA14AB1D20052C511 : public EventBase_tADF8D0ADA92BAF80F76865BAC2E9D85A118D1967 { public: // System.Int32 UnityEngine.UIElements.EventBase`1::m_RefCount int32_t ___m_RefCount_17; public: inline static int32_t get_offset_of_m_RefCount_17() { return static_cast(offsetof(EventBase_1_tECC7E5059207C18111D6E40AA14AB1D20052C511, ___m_RefCount_17)); } inline int32_t get_m_RefCount_17() const { return ___m_RefCount_17; } inline int32_t* get_address_of_m_RefCount_17() { return &___m_RefCount_17; } inline void set_m_RefCount_17(int32_t value) { ___m_RefCount_17 = value; } }; struct EventBase_1_tECC7E5059207C18111D6E40AA14AB1D20052C511_StaticFields { public: // System.Int64 UnityEngine.UIElements.EventBase`1::s_TypeId int64_t ___s_TypeId_15; // UnityEngine.UIElements.ObjectPool`1 UnityEngine.UIElements.EventBase`1::s_Pool ObjectPool_1_t2970711D8843F3BA618CD18FD275852D9AD08DFF * ___s_Pool_16; public: inline static int32_t get_offset_of_s_TypeId_15() { return static_cast(offsetof(EventBase_1_tECC7E5059207C18111D6E40AA14AB1D20052C511_StaticFields, ___s_TypeId_15)); } inline int64_t get_s_TypeId_15() const { return ___s_TypeId_15; } inline int64_t* get_address_of_s_TypeId_15() { return &___s_TypeId_15; } inline void set_s_TypeId_15(int64_t value) { ___s_TypeId_15 = value; } inline static int32_t get_offset_of_s_Pool_16() { return static_cast(offsetof(EventBase_1_tECC7E5059207C18111D6E40AA14AB1D20052C511_StaticFields, ___s_Pool_16)); } inline ObjectPool_1_t2970711D8843F3BA618CD18FD275852D9AD08DFF * get_s_Pool_16() const { return ___s_Pool_16; } inline ObjectPool_1_t2970711D8843F3BA618CD18FD275852D9AD08DFF ** get_address_of_s_Pool_16() { return &___s_Pool_16; } inline void set_s_Pool_16(ObjectPool_1_t2970711D8843F3BA618CD18FD275852D9AD08DFF * value) { ___s_Pool_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_Pool_16), (void*)value); } }; // UnityEngine.UIElements.EventBase`1 struct EventBase_1_t4AF11ED1819872C31530DADF51C887C4F7929E17 : public EventBase_tADF8D0ADA92BAF80F76865BAC2E9D85A118D1967 { public: // System.Int32 UnityEngine.UIElements.EventBase`1::m_RefCount int32_t ___m_RefCount_17; public: inline static int32_t get_offset_of_m_RefCount_17() { return static_cast(offsetof(EventBase_1_t4AF11ED1819872C31530DADF51C887C4F7929E17, ___m_RefCount_17)); } inline int32_t get_m_RefCount_17() const { return ___m_RefCount_17; } inline int32_t* get_address_of_m_RefCount_17() { return &___m_RefCount_17; } inline void set_m_RefCount_17(int32_t value) { ___m_RefCount_17 = value; } }; struct EventBase_1_t4AF11ED1819872C31530DADF51C887C4F7929E17_StaticFields { public: // System.Int64 UnityEngine.UIElements.EventBase`1::s_TypeId int64_t ___s_TypeId_15; // UnityEngine.UIElements.ObjectPool`1 UnityEngine.UIElements.EventBase`1::s_Pool ObjectPool_1_tAD1562493614B244F69B2DC2415E55180967BFE5 * ___s_Pool_16; public: inline static int32_t get_offset_of_s_TypeId_15() { return static_cast(offsetof(EventBase_1_t4AF11ED1819872C31530DADF51C887C4F7929E17_StaticFields, ___s_TypeId_15)); } inline int64_t get_s_TypeId_15() const { return ___s_TypeId_15; } inline int64_t* get_address_of_s_TypeId_15() { return &___s_TypeId_15; } inline void set_s_TypeId_15(int64_t value) { ___s_TypeId_15 = value; } inline static int32_t get_offset_of_s_Pool_16() { return static_cast(offsetof(EventBase_1_t4AF11ED1819872C31530DADF51C887C4F7929E17_StaticFields, ___s_Pool_16)); } inline ObjectPool_1_tAD1562493614B244F69B2DC2415E55180967BFE5 * get_s_Pool_16() const { return ___s_Pool_16; } inline ObjectPool_1_tAD1562493614B244F69B2DC2415E55180967BFE5 ** get_address_of_s_Pool_16() { return &___s_Pool_16; } inline void set_s_Pool_16(ObjectPool_1_tAD1562493614B244F69B2DC2415E55180967BFE5 * value) { ___s_Pool_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_Pool_16), (void*)value); } }; // UnityEngine.UIElements.EventBase`1 struct EventBase_1_t5B5B206F9701CE133140DA04006B74A60F051650 : public EventBase_tADF8D0ADA92BAF80F76865BAC2E9D85A118D1967 { public: // System.Int32 UnityEngine.UIElements.EventBase`1::m_RefCount int32_t ___m_RefCount_17; public: inline static int32_t get_offset_of_m_RefCount_17() { return static_cast(offsetof(EventBase_1_t5B5B206F9701CE133140DA04006B74A60F051650, ___m_RefCount_17)); } inline int32_t get_m_RefCount_17() const { return ___m_RefCount_17; } inline int32_t* get_address_of_m_RefCount_17() { return &___m_RefCount_17; } inline void set_m_RefCount_17(int32_t value) { ___m_RefCount_17 = value; } }; struct EventBase_1_t5B5B206F9701CE133140DA04006B74A60F051650_StaticFields { public: // System.Int64 UnityEngine.UIElements.EventBase`1::s_TypeId int64_t ___s_TypeId_15; // UnityEngine.UIElements.ObjectPool`1 UnityEngine.UIElements.EventBase`1::s_Pool ObjectPool_1_tA7349E35ECAB987530D38EB8DA11545A9A823266 * ___s_Pool_16; public: inline static int32_t get_offset_of_s_TypeId_15() { return static_cast(offsetof(EventBase_1_t5B5B206F9701CE133140DA04006B74A60F051650_StaticFields, ___s_TypeId_15)); } inline int64_t get_s_TypeId_15() const { return ___s_TypeId_15; } inline int64_t* get_address_of_s_TypeId_15() { return &___s_TypeId_15; } inline void set_s_TypeId_15(int64_t value) { ___s_TypeId_15 = value; } inline static int32_t get_offset_of_s_Pool_16() { return static_cast(offsetof(EventBase_1_t5B5B206F9701CE133140DA04006B74A60F051650_StaticFields, ___s_Pool_16)); } inline ObjectPool_1_tA7349E35ECAB987530D38EB8DA11545A9A823266 * get_s_Pool_16() const { return ___s_Pool_16; } inline ObjectPool_1_tA7349E35ECAB987530D38EB8DA11545A9A823266 ** get_address_of_s_Pool_16() { return &___s_Pool_16; } inline void set_s_Pool_16(ObjectPool_1_tA7349E35ECAB987530D38EB8DA11545A9A823266 * value) { ___s_Pool_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_Pool_16), (void*)value); } }; // UnityEngine.UIElements.EventBase`1 struct EventBase_1_tB3366DB1DC8FD5A912EFEECB9447711AE0D91C9F : public EventBase_tADF8D0ADA92BAF80F76865BAC2E9D85A118D1967 { public: // System.Int32 UnityEngine.UIElements.EventBase`1::m_RefCount int32_t ___m_RefCount_17; public: inline static int32_t get_offset_of_m_RefCount_17() { return static_cast(offsetof(EventBase_1_tB3366DB1DC8FD5A912EFEECB9447711AE0D91C9F, ___m_RefCount_17)); } inline int32_t get_m_RefCount_17() const { return ___m_RefCount_17; } inline int32_t* get_address_of_m_RefCount_17() { return &___m_RefCount_17; } inline void set_m_RefCount_17(int32_t value) { ___m_RefCount_17 = value; } }; struct EventBase_1_tB3366DB1DC8FD5A912EFEECB9447711AE0D91C9F_StaticFields { public: // System.Int64 UnityEngine.UIElements.EventBase`1::s_TypeId int64_t ___s_TypeId_15; // UnityEngine.UIElements.ObjectPool`1 UnityEngine.UIElements.EventBase`1::s_Pool ObjectPool_1_t008FA497FB5A6C7ED27352D21573CA5B895E403F * ___s_Pool_16; public: inline static int32_t get_offset_of_s_TypeId_15() { return static_cast(offsetof(EventBase_1_tB3366DB1DC8FD5A912EFEECB9447711AE0D91C9F_StaticFields, ___s_TypeId_15)); } inline int64_t get_s_TypeId_15() const { return ___s_TypeId_15; } inline int64_t* get_address_of_s_TypeId_15() { return &___s_TypeId_15; } inline void set_s_TypeId_15(int64_t value) { ___s_TypeId_15 = value; } inline static int32_t get_offset_of_s_Pool_16() { return static_cast(offsetof(EventBase_1_tB3366DB1DC8FD5A912EFEECB9447711AE0D91C9F_StaticFields, ___s_Pool_16)); } inline ObjectPool_1_t008FA497FB5A6C7ED27352D21573CA5B895E403F * get_s_Pool_16() const { return ___s_Pool_16; } inline ObjectPool_1_t008FA497FB5A6C7ED27352D21573CA5B895E403F ** get_address_of_s_Pool_16() { return &___s_Pool_16; } inline void set_s_Pool_16(ObjectPool_1_t008FA497FB5A6C7ED27352D21573CA5B895E403F * value) { ___s_Pool_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_Pool_16), (void*)value); } }; // UnityEngine.UIElements.EventBase`1 struct EventBase_1_t1728ADFE2E9F3F104B0448A9817BE9288C6ADCAF : public EventBase_tADF8D0ADA92BAF80F76865BAC2E9D85A118D1967 { public: // System.Int32 UnityEngine.UIElements.EventBase`1::m_RefCount int32_t ___m_RefCount_17; public: inline static int32_t get_offset_of_m_RefCount_17() { return static_cast(offsetof(EventBase_1_t1728ADFE2E9F3F104B0448A9817BE9288C6ADCAF, ___m_RefCount_17)); } inline int32_t get_m_RefCount_17() const { return ___m_RefCount_17; } inline int32_t* get_address_of_m_RefCount_17() { return &___m_RefCount_17; } inline void set_m_RefCount_17(int32_t value) { ___m_RefCount_17 = value; } }; struct EventBase_1_t1728ADFE2E9F3F104B0448A9817BE9288C6ADCAF_StaticFields { public: // System.Int64 UnityEngine.UIElements.EventBase`1::s_TypeId int64_t ___s_TypeId_15; // UnityEngine.UIElements.ObjectPool`1 UnityEngine.UIElements.EventBase`1::s_Pool ObjectPool_1_t04ED25524685E65B66F545ECC0D7477361FA7DBE * ___s_Pool_16; public: inline static int32_t get_offset_of_s_TypeId_15() { return static_cast(offsetof(EventBase_1_t1728ADFE2E9F3F104B0448A9817BE9288C6ADCAF_StaticFields, ___s_TypeId_15)); } inline int64_t get_s_TypeId_15() const { return ___s_TypeId_15; } inline int64_t* get_address_of_s_TypeId_15() { return &___s_TypeId_15; } inline void set_s_TypeId_15(int64_t value) { ___s_TypeId_15 = value; } inline static int32_t get_offset_of_s_Pool_16() { return static_cast(offsetof(EventBase_1_t1728ADFE2E9F3F104B0448A9817BE9288C6ADCAF_StaticFields, ___s_Pool_16)); } inline ObjectPool_1_t04ED25524685E65B66F545ECC0D7477361FA7DBE * get_s_Pool_16() const { return ___s_Pool_16; } inline ObjectPool_1_t04ED25524685E65B66F545ECC0D7477361FA7DBE ** get_address_of_s_Pool_16() { return &___s_Pool_16; } inline void set_s_Pool_16(ObjectPool_1_t04ED25524685E65B66F545ECC0D7477361FA7DBE * value) { ___s_Pool_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_Pool_16), (void*)value); } }; // UnityEngine.UIElements.EventBase`1 struct EventBase_1_t70EB4D0EB8AA780A35101140D3BFD37ADE3E7D0D : public EventBase_tADF8D0ADA92BAF80F76865BAC2E9D85A118D1967 { public: // System.Int32 UnityEngine.UIElements.EventBase`1::m_RefCount int32_t ___m_RefCount_17; public: inline static int32_t get_offset_of_m_RefCount_17() { return static_cast(offsetof(EventBase_1_t70EB4D0EB8AA780A35101140D3BFD37ADE3E7D0D, ___m_RefCount_17)); } inline int32_t get_m_RefCount_17() const { return ___m_RefCount_17; } inline int32_t* get_address_of_m_RefCount_17() { return &___m_RefCount_17; } inline void set_m_RefCount_17(int32_t value) { ___m_RefCount_17 = value; } }; struct EventBase_1_t70EB4D0EB8AA780A35101140D3BFD37ADE3E7D0D_StaticFields { public: // System.Int64 UnityEngine.UIElements.EventBase`1::s_TypeId int64_t ___s_TypeId_15; // UnityEngine.UIElements.ObjectPool`1 UnityEngine.UIElements.EventBase`1::s_Pool ObjectPool_1_t2CD4C13100D59FEC642FC30541A47C4A7A13491B * ___s_Pool_16; public: inline static int32_t get_offset_of_s_TypeId_15() { return static_cast(offsetof(EventBase_1_t70EB4D0EB8AA780A35101140D3BFD37ADE3E7D0D_StaticFields, ___s_TypeId_15)); } inline int64_t get_s_TypeId_15() const { return ___s_TypeId_15; } inline int64_t* get_address_of_s_TypeId_15() { return &___s_TypeId_15; } inline void set_s_TypeId_15(int64_t value) { ___s_TypeId_15 = value; } inline static int32_t get_offset_of_s_Pool_16() { return static_cast(offsetof(EventBase_1_t70EB4D0EB8AA780A35101140D3BFD37ADE3E7D0D_StaticFields, ___s_Pool_16)); } inline ObjectPool_1_t2CD4C13100D59FEC642FC30541A47C4A7A13491B * get_s_Pool_16() const { return ___s_Pool_16; } inline ObjectPool_1_t2CD4C13100D59FEC642FC30541A47C4A7A13491B ** get_address_of_s_Pool_16() { return &___s_Pool_16; } inline void set_s_Pool_16(ObjectPool_1_t2CD4C13100D59FEC642FC30541A47C4A7A13491B * value) { ___s_Pool_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_Pool_16), (void*)value); } }; // UnityEngine.UIElements.EventBase`1 struct EventBase_1_t952C1AD910F230396DF7AFA0C9B6354AFA90BAB1 : public EventBase_tADF8D0ADA92BAF80F76865BAC2E9D85A118D1967 { public: // System.Int32 UnityEngine.UIElements.EventBase`1::m_RefCount int32_t ___m_RefCount_17; public: inline static int32_t get_offset_of_m_RefCount_17() { return static_cast(offsetof(EventBase_1_t952C1AD910F230396DF7AFA0C9B6354AFA90BAB1, ___m_RefCount_17)); } inline int32_t get_m_RefCount_17() const { return ___m_RefCount_17; } inline int32_t* get_address_of_m_RefCount_17() { return &___m_RefCount_17; } inline void set_m_RefCount_17(int32_t value) { ___m_RefCount_17 = value; } }; struct EventBase_1_t952C1AD910F230396DF7AFA0C9B6354AFA90BAB1_StaticFields { public: // System.Int64 UnityEngine.UIElements.EventBase`1::s_TypeId int64_t ___s_TypeId_15; // UnityEngine.UIElements.ObjectPool`1 UnityEngine.UIElements.EventBase`1::s_Pool ObjectPool_1_t0AC910C3716928BC11AD8B4CA5AA6C184DFDB3A6 * ___s_Pool_16; public: inline static int32_t get_offset_of_s_TypeId_15() { return static_cast(offsetof(EventBase_1_t952C1AD910F230396DF7AFA0C9B6354AFA90BAB1_StaticFields, ___s_TypeId_15)); } inline int64_t get_s_TypeId_15() const { return ___s_TypeId_15; } inline int64_t* get_address_of_s_TypeId_15() { return &___s_TypeId_15; } inline void set_s_TypeId_15(int64_t value) { ___s_TypeId_15 = value; } inline static int32_t get_offset_of_s_Pool_16() { return static_cast(offsetof(EventBase_1_t952C1AD910F230396DF7AFA0C9B6354AFA90BAB1_StaticFields, ___s_Pool_16)); } inline ObjectPool_1_t0AC910C3716928BC11AD8B4CA5AA6C184DFDB3A6 * get_s_Pool_16() const { return ___s_Pool_16; } inline ObjectPool_1_t0AC910C3716928BC11AD8B4CA5AA6C184DFDB3A6 ** get_address_of_s_Pool_16() { return &___s_Pool_16; } inline void set_s_Pool_16(ObjectPool_1_t0AC910C3716928BC11AD8B4CA5AA6C184DFDB3A6 * value) { ___s_Pool_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_Pool_16), (void*)value); } }; // UnityEngine.UIElements.EventBase`1 struct EventBase_1_tCAB8FE7672E09BDCDF66C7D4CA0A452A1BD3AF1D : public EventBase_tADF8D0ADA92BAF80F76865BAC2E9D85A118D1967 { public: // System.Int32 UnityEngine.UIElements.EventBase`1::m_RefCount int32_t ___m_RefCount_17; public: inline static int32_t get_offset_of_m_RefCount_17() { return static_cast(offsetof(EventBase_1_tCAB8FE7672E09BDCDF66C7D4CA0A452A1BD3AF1D, ___m_RefCount_17)); } inline int32_t get_m_RefCount_17() const { return ___m_RefCount_17; } inline int32_t* get_address_of_m_RefCount_17() { return &___m_RefCount_17; } inline void set_m_RefCount_17(int32_t value) { ___m_RefCount_17 = value; } }; struct EventBase_1_tCAB8FE7672E09BDCDF66C7D4CA0A452A1BD3AF1D_StaticFields { public: // System.Int64 UnityEngine.UIElements.EventBase`1::s_TypeId int64_t ___s_TypeId_15; // UnityEngine.UIElements.ObjectPool`1 UnityEngine.UIElements.EventBase`1::s_Pool ObjectPool_1_t7BC984E72EE846ACF5FCA75A9C8526797960EE97 * ___s_Pool_16; public: inline static int32_t get_offset_of_s_TypeId_15() { return static_cast(offsetof(EventBase_1_tCAB8FE7672E09BDCDF66C7D4CA0A452A1BD3AF1D_StaticFields, ___s_TypeId_15)); } inline int64_t get_s_TypeId_15() const { return ___s_TypeId_15; } inline int64_t* get_address_of_s_TypeId_15() { return &___s_TypeId_15; } inline void set_s_TypeId_15(int64_t value) { ___s_TypeId_15 = value; } inline static int32_t get_offset_of_s_Pool_16() { return static_cast(offsetof(EventBase_1_tCAB8FE7672E09BDCDF66C7D4CA0A452A1BD3AF1D_StaticFields, ___s_Pool_16)); } inline ObjectPool_1_t7BC984E72EE846ACF5FCA75A9C8526797960EE97 * get_s_Pool_16() const { return ___s_Pool_16; } inline ObjectPool_1_t7BC984E72EE846ACF5FCA75A9C8526797960EE97 ** get_address_of_s_Pool_16() { return &___s_Pool_16; } inline void set_s_Pool_16(ObjectPool_1_t7BC984E72EE846ACF5FCA75A9C8526797960EE97 * value) { ___s_Pool_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_Pool_16), (void*)value); } }; // UnityEngine.UIElements.EventBase`1 struct EventBase_1_t9137AB5FA204BBAA961F5FADDF6B2D943A2F9E7D : public EventBase_tADF8D0ADA92BAF80F76865BAC2E9D85A118D1967 { public: // System.Int32 UnityEngine.UIElements.EventBase`1::m_RefCount int32_t ___m_RefCount_17; public: inline static int32_t get_offset_of_m_RefCount_17() { return static_cast(offsetof(EventBase_1_t9137AB5FA204BBAA961F5FADDF6B2D943A2F9E7D, ___m_RefCount_17)); } inline int32_t get_m_RefCount_17() const { return ___m_RefCount_17; } inline int32_t* get_address_of_m_RefCount_17() { return &___m_RefCount_17; } inline void set_m_RefCount_17(int32_t value) { ___m_RefCount_17 = value; } }; struct EventBase_1_t9137AB5FA204BBAA961F5FADDF6B2D943A2F9E7D_StaticFields { public: // System.Int64 UnityEngine.UIElements.EventBase`1::s_TypeId int64_t ___s_TypeId_15; // UnityEngine.UIElements.ObjectPool`1 UnityEngine.UIElements.EventBase`1::s_Pool ObjectPool_1_t4F983189429BD79CB532F184E74D9AE2A7A1A89F * ___s_Pool_16; public: inline static int32_t get_offset_of_s_TypeId_15() { return static_cast(offsetof(EventBase_1_t9137AB5FA204BBAA961F5FADDF6B2D943A2F9E7D_StaticFields, ___s_TypeId_15)); } inline int64_t get_s_TypeId_15() const { return ___s_TypeId_15; } inline int64_t* get_address_of_s_TypeId_15() { return &___s_TypeId_15; } inline void set_s_TypeId_15(int64_t value) { ___s_TypeId_15 = value; } inline static int32_t get_offset_of_s_Pool_16() { return static_cast(offsetof(EventBase_1_t9137AB5FA204BBAA961F5FADDF6B2D943A2F9E7D_StaticFields, ___s_Pool_16)); } inline ObjectPool_1_t4F983189429BD79CB532F184E74D9AE2A7A1A89F * get_s_Pool_16() const { return ___s_Pool_16; } inline ObjectPool_1_t4F983189429BD79CB532F184E74D9AE2A7A1A89F ** get_address_of_s_Pool_16() { return &___s_Pool_16; } inline void set_s_Pool_16(ObjectPool_1_t4F983189429BD79CB532F184E74D9AE2A7A1A89F * value) { ___s_Pool_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_Pool_16), (void*)value); } }; // UnityEngine.UIElements.EventBase`1 struct EventBase_1_tE528B4BB683BE1E118B2F81BF844F56CE6C68DAE : public EventBase_tADF8D0ADA92BAF80F76865BAC2E9D85A118D1967 { public: // System.Int32 UnityEngine.UIElements.EventBase`1::m_RefCount int32_t ___m_RefCount_17; public: inline static int32_t get_offset_of_m_RefCount_17() { return static_cast(offsetof(EventBase_1_tE528B4BB683BE1E118B2F81BF844F56CE6C68DAE, ___m_RefCount_17)); } inline int32_t get_m_RefCount_17() const { return ___m_RefCount_17; } inline int32_t* get_address_of_m_RefCount_17() { return &___m_RefCount_17; } inline void set_m_RefCount_17(int32_t value) { ___m_RefCount_17 = value; } }; struct EventBase_1_tE528B4BB683BE1E118B2F81BF844F56CE6C68DAE_StaticFields { public: // System.Int64 UnityEngine.UIElements.EventBase`1::s_TypeId int64_t ___s_TypeId_15; // UnityEngine.UIElements.ObjectPool`1 UnityEngine.UIElements.EventBase`1::s_Pool ObjectPool_1_tC4F8D01CE45CD5ECD1442D3B75480C89C4CEAF3A * ___s_Pool_16; public: inline static int32_t get_offset_of_s_TypeId_15() { return static_cast(offsetof(EventBase_1_tE528B4BB683BE1E118B2F81BF844F56CE6C68DAE_StaticFields, ___s_TypeId_15)); } inline int64_t get_s_TypeId_15() const { return ___s_TypeId_15; } inline int64_t* get_address_of_s_TypeId_15() { return &___s_TypeId_15; } inline void set_s_TypeId_15(int64_t value) { ___s_TypeId_15 = value; } inline static int32_t get_offset_of_s_Pool_16() { return static_cast(offsetof(EventBase_1_tE528B4BB683BE1E118B2F81BF844F56CE6C68DAE_StaticFields, ___s_Pool_16)); } inline ObjectPool_1_tC4F8D01CE45CD5ECD1442D3B75480C89C4CEAF3A * get_s_Pool_16() const { return ___s_Pool_16; } inline ObjectPool_1_tC4F8D01CE45CD5ECD1442D3B75480C89C4CEAF3A ** get_address_of_s_Pool_16() { return &___s_Pool_16; } inline void set_s_Pool_16(ObjectPool_1_tC4F8D01CE45CD5ECD1442D3B75480C89C4CEAF3A * value) { ___s_Pool_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_Pool_16), (void*)value); } }; // UnityEngine.UIElements.EventBase`1 struct EventBase_1_tAAD9DE5EBEB5A723E65F22C92E59551DEFE02683 : public EventBase_tADF8D0ADA92BAF80F76865BAC2E9D85A118D1967 { public: // System.Int32 UnityEngine.UIElements.EventBase`1::m_RefCount int32_t ___m_RefCount_17; public: inline static int32_t get_offset_of_m_RefCount_17() { return static_cast(offsetof(EventBase_1_tAAD9DE5EBEB5A723E65F22C92E59551DEFE02683, ___m_RefCount_17)); } inline int32_t get_m_RefCount_17() const { return ___m_RefCount_17; } inline int32_t* get_address_of_m_RefCount_17() { return &___m_RefCount_17; } inline void set_m_RefCount_17(int32_t value) { ___m_RefCount_17 = value; } }; struct EventBase_1_tAAD9DE5EBEB5A723E65F22C92E59551DEFE02683_StaticFields { public: // System.Int64 UnityEngine.UIElements.EventBase`1::s_TypeId int64_t ___s_TypeId_15; // UnityEngine.UIElements.ObjectPool`1 UnityEngine.UIElements.EventBase`1::s_Pool ObjectPool_1_t6CF2EC0B1786D738EA6F897ED5A6A869F2C1D0CD * ___s_Pool_16; public: inline static int32_t get_offset_of_s_TypeId_15() { return static_cast(offsetof(EventBase_1_tAAD9DE5EBEB5A723E65F22C92E59551DEFE02683_StaticFields, ___s_TypeId_15)); } inline int64_t get_s_TypeId_15() const { return ___s_TypeId_15; } inline int64_t* get_address_of_s_TypeId_15() { return &___s_TypeId_15; } inline void set_s_TypeId_15(int64_t value) { ___s_TypeId_15 = value; } inline static int32_t get_offset_of_s_Pool_16() { return static_cast(offsetof(EventBase_1_tAAD9DE5EBEB5A723E65F22C92E59551DEFE02683_StaticFields, ___s_Pool_16)); } inline ObjectPool_1_t6CF2EC0B1786D738EA6F897ED5A6A869F2C1D0CD * get_s_Pool_16() const { return ___s_Pool_16; } inline ObjectPool_1_t6CF2EC0B1786D738EA6F897ED5A6A869F2C1D0CD ** get_address_of_s_Pool_16() { return &___s_Pool_16; } inline void set_s_Pool_16(ObjectPool_1_t6CF2EC0B1786D738EA6F897ED5A6A869F2C1D0CD * value) { ___s_Pool_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_Pool_16), (void*)value); } }; // System.Func`2 struct Func_2_tB3D19331301201246DE473D608119BB47D418EB9 : public MulticastDelegate_t { public: public: }; // System.Action struct Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 : public MulticastDelegate_t { public: public: }; // System.ArgumentException struct ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 : public SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 { public: // System.String System.ArgumentException::m_paramName String_t* ___m_paramName_17; public: inline static int32_t get_offset_of_m_paramName_17() { return static_cast(offsetof(ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00, ___m_paramName_17)); } inline String_t* get_m_paramName_17() const { return ___m_paramName_17; } inline String_t** get_address_of_m_paramName_17() { return &___m_paramName_17; } inline void set_m_paramName_17(String_t* value) { ___m_paramName_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_paramName_17), (void*)value); } }; // UnityEngine.UIElements.StyleSheets.Syntax.Expression struct Expression_tA1F0FC629B0D44614A81168F45C63359DB197156 : public RuntimeObject { public: // UnityEngine.UIElements.StyleSheets.Syntax.ExpressionType UnityEngine.UIElements.StyleSheets.Syntax.Expression::type int32_t ___type_0; // UnityEngine.UIElements.StyleSheets.Syntax.ExpressionMultiplier UnityEngine.UIElements.StyleSheets.Syntax.Expression::multiplier ExpressionMultiplier_t94C9D8A658C34375D48C4601DD71AD40CAACA8E6 ___multiplier_1; // UnityEngine.UIElements.StyleSheets.Syntax.DataType UnityEngine.UIElements.StyleSheets.Syntax.Expression::dataType int32_t ___dataType_2; // UnityEngine.UIElements.StyleSheets.Syntax.ExpressionCombinator UnityEngine.UIElements.StyleSheets.Syntax.Expression::combinator int32_t ___combinator_3; // UnityEngine.UIElements.StyleSheets.Syntax.Expression[] UnityEngine.UIElements.StyleSheets.Syntax.Expression::subExpressions ExpressionU5BU5D_tC616D1A4427F1ADD06F850414B95F0F1E0C60C8B* ___subExpressions_4; // System.String UnityEngine.UIElements.StyleSheets.Syntax.Expression::keyword String_t* ___keyword_5; public: inline static int32_t get_offset_of_type_0() { return static_cast(offsetof(Expression_tA1F0FC629B0D44614A81168F45C63359DB197156, ___type_0)); } inline int32_t get_type_0() const { return ___type_0; } inline int32_t* get_address_of_type_0() { return &___type_0; } inline void set_type_0(int32_t value) { ___type_0 = value; } inline static int32_t get_offset_of_multiplier_1() { return static_cast(offsetof(Expression_tA1F0FC629B0D44614A81168F45C63359DB197156, ___multiplier_1)); } inline ExpressionMultiplier_t94C9D8A658C34375D48C4601DD71AD40CAACA8E6 get_multiplier_1() const { return ___multiplier_1; } inline ExpressionMultiplier_t94C9D8A658C34375D48C4601DD71AD40CAACA8E6 * get_address_of_multiplier_1() { return &___multiplier_1; } inline void set_multiplier_1(ExpressionMultiplier_t94C9D8A658C34375D48C4601DD71AD40CAACA8E6 value) { ___multiplier_1 = value; } inline static int32_t get_offset_of_dataType_2() { return static_cast(offsetof(Expression_tA1F0FC629B0D44614A81168F45C63359DB197156, ___dataType_2)); } inline int32_t get_dataType_2() const { return ___dataType_2; } inline int32_t* get_address_of_dataType_2() { return &___dataType_2; } inline void set_dataType_2(int32_t value) { ___dataType_2 = value; } inline static int32_t get_offset_of_combinator_3() { return static_cast(offsetof(Expression_tA1F0FC629B0D44614A81168F45C63359DB197156, ___combinator_3)); } inline int32_t get_combinator_3() const { return ___combinator_3; } inline int32_t* get_address_of_combinator_3() { return &___combinator_3; } inline void set_combinator_3(int32_t value) { ___combinator_3 = value; } inline static int32_t get_offset_of_subExpressions_4() { return static_cast(offsetof(Expression_tA1F0FC629B0D44614A81168F45C63359DB197156, ___subExpressions_4)); } inline ExpressionU5BU5D_tC616D1A4427F1ADD06F850414B95F0F1E0C60C8B* get_subExpressions_4() const { return ___subExpressions_4; } inline ExpressionU5BU5D_tC616D1A4427F1ADD06F850414B95F0F1E0C60C8B** get_address_of_subExpressions_4() { return &___subExpressions_4; } inline void set_subExpressions_4(ExpressionU5BU5D_tC616D1A4427F1ADD06F850414B95F0F1E0C60C8B* value) { ___subExpressions_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___subExpressions_4), (void*)value); } inline static int32_t get_offset_of_keyword_5() { return static_cast(offsetof(Expression_tA1F0FC629B0D44614A81168F45C63359DB197156, ___keyword_5)); } inline String_t* get_keyword_5() const { return ___keyword_5; } inline String_t** get_address_of_keyword_5() { return &___keyword_5; } inline void set_keyword_5(String_t* value) { ___keyword_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___keyword_5), (void*)value); } }; // UnityEngine.UIElements.GetViewDataDictionary struct GetViewDataDictionary_t98279159E390DE67BB251497F1B8EEE94CB5A516 : public MulticastDelegate_t { public: public: }; // UnityEngine.UIElements.HierarchyEvent struct HierarchyEvent_t47E86053D8C35FD238EDFA44861E84233257AFC8 : public MulticastDelegate_t { public: public: }; // UnityEngine.UIElements.InheritedData struct InheritedData_t1E9B8F7BF4A295FE2E8DA67A2809C5D8A6377C7F { public: // UnityEngine.Color UnityEngine.UIElements.InheritedData::color Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 ___color_0; // UnityEngine.UIElements.Length UnityEngine.UIElements.InheritedData::fontSize Length_tC812F6D7266A044F3AB7DBC98EC0A52678643696 ___fontSize_1; // UnityEngine.Font UnityEngine.UIElements.InheritedData::unityFont Font_tB53D3F362CB1A0B92307B362826F212AE2D2A6A9 * ___unityFont_2; // UnityEngine.FontStyle UnityEngine.UIElements.InheritedData::unityFontStyleAndWeight int32_t ___unityFontStyleAndWeight_3; // UnityEngine.TextAnchor UnityEngine.UIElements.InheritedData::unityTextAlign int32_t ___unityTextAlign_4; // UnityEngine.UIElements.Visibility UnityEngine.UIElements.InheritedData::visibility int32_t ___visibility_5; // UnityEngine.UIElements.WhiteSpace UnityEngine.UIElements.InheritedData::whiteSpace int32_t ___whiteSpace_6; public: inline static int32_t get_offset_of_color_0() { return static_cast(offsetof(InheritedData_t1E9B8F7BF4A295FE2E8DA67A2809C5D8A6377C7F, ___color_0)); } inline Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 get_color_0() const { return ___color_0; } inline Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 * get_address_of_color_0() { return &___color_0; } inline void set_color_0(Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 value) { ___color_0 = value; } inline static int32_t get_offset_of_fontSize_1() { return static_cast(offsetof(InheritedData_t1E9B8F7BF4A295FE2E8DA67A2809C5D8A6377C7F, ___fontSize_1)); } inline Length_tC812F6D7266A044F3AB7DBC98EC0A52678643696 get_fontSize_1() const { return ___fontSize_1; } inline Length_tC812F6D7266A044F3AB7DBC98EC0A52678643696 * get_address_of_fontSize_1() { return &___fontSize_1; } inline void set_fontSize_1(Length_tC812F6D7266A044F3AB7DBC98EC0A52678643696 value) { ___fontSize_1 = value; } inline static int32_t get_offset_of_unityFont_2() { return static_cast(offsetof(InheritedData_t1E9B8F7BF4A295FE2E8DA67A2809C5D8A6377C7F, ___unityFont_2)); } inline Font_tB53D3F362CB1A0B92307B362826F212AE2D2A6A9 * get_unityFont_2() const { return ___unityFont_2; } inline Font_tB53D3F362CB1A0B92307B362826F212AE2D2A6A9 ** get_address_of_unityFont_2() { return &___unityFont_2; } inline void set_unityFont_2(Font_tB53D3F362CB1A0B92307B362826F212AE2D2A6A9 * value) { ___unityFont_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___unityFont_2), (void*)value); } inline static int32_t get_offset_of_unityFontStyleAndWeight_3() { return static_cast(offsetof(InheritedData_t1E9B8F7BF4A295FE2E8DA67A2809C5D8A6377C7F, ___unityFontStyleAndWeight_3)); } inline int32_t get_unityFontStyleAndWeight_3() const { return ___unityFontStyleAndWeight_3; } inline int32_t* get_address_of_unityFontStyleAndWeight_3() { return &___unityFontStyleAndWeight_3; } inline void set_unityFontStyleAndWeight_3(int32_t value) { ___unityFontStyleAndWeight_3 = value; } inline static int32_t get_offset_of_unityTextAlign_4() { return static_cast(offsetof(InheritedData_t1E9B8F7BF4A295FE2E8DA67A2809C5D8A6377C7F, ___unityTextAlign_4)); } inline int32_t get_unityTextAlign_4() const { return ___unityTextAlign_4; } inline int32_t* get_address_of_unityTextAlign_4() { return &___unityTextAlign_4; } inline void set_unityTextAlign_4(int32_t value) { ___unityTextAlign_4 = value; } inline static int32_t get_offset_of_visibility_5() { return static_cast(offsetof(InheritedData_t1E9B8F7BF4A295FE2E8DA67A2809C5D8A6377C7F, ___visibility_5)); } inline int32_t get_visibility_5() const { return ___visibility_5; } inline int32_t* get_address_of_visibility_5() { return &___visibility_5; } inline void set_visibility_5(int32_t value) { ___visibility_5 = value; } inline static int32_t get_offset_of_whiteSpace_6() { return static_cast(offsetof(InheritedData_t1E9B8F7BF4A295FE2E8DA67A2809C5D8A6377C7F, ___whiteSpace_6)); } inline int32_t get_whiteSpace_6() const { return ___whiteSpace_6; } inline int32_t* get_address_of_whiteSpace_6() { return &___whiteSpace_6; } inline void set_whiteSpace_6(int32_t value) { ___whiteSpace_6 = value; } }; // Native definition for P/Invoke marshalling of UnityEngine.UIElements.InheritedData struct InheritedData_t1E9B8F7BF4A295FE2E8DA67A2809C5D8A6377C7F_marshaled_pinvoke { Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 ___color_0; Length_tC812F6D7266A044F3AB7DBC98EC0A52678643696 ___fontSize_1; Font_tB53D3F362CB1A0B92307B362826F212AE2D2A6A9 * ___unityFont_2; int32_t ___unityFontStyleAndWeight_3; int32_t ___unityTextAlign_4; int32_t ___visibility_5; int32_t ___whiteSpace_6; }; // Native definition for COM marshalling of UnityEngine.UIElements.InheritedData struct InheritedData_t1E9B8F7BF4A295FE2E8DA67A2809C5D8A6377C7F_marshaled_com { Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 ___color_0; Length_tC812F6D7266A044F3AB7DBC98EC0A52678643696 ___fontSize_1; Font_tB53D3F362CB1A0B92307B362826F212AE2D2A6A9 * ___unityFont_2; int32_t ___unityFontStyleAndWeight_3; int32_t ___unityTextAlign_4; int32_t ___visibility_5; int32_t ___whiteSpace_6; }; // UnityEngine.UIElements.InlineStyleAccess struct InlineStyleAccess_t9428EF1076CFEC0E4529A76FF0EBC3D28D964F57 : public StyleValueCollection_t3197D7B80761BCBF51AB28C17867845850701799 { public: // UnityEngine.UIElements.VisualElement UnityEngine.UIElements.InlineStyleAccess::k__BackingField VisualElement_tAF72253CBD78143319BFE58F26C2349B2959C8C0 * ___U3CveU3Ek__BackingField_2; // System.Boolean UnityEngine.UIElements.InlineStyleAccess::m_HasInlineCursor bool ___m_HasInlineCursor_3; // UnityEngine.UIElements.StyleCursor UnityEngine.UIElements.InlineStyleAccess::m_InlineCursor StyleCursor_tC8170AE81E8E4294682DC1106BB0E47F328E8AF1 ___m_InlineCursor_4; // System.Boolean UnityEngine.UIElements.InlineStyleAccess::m_HasInlineTextShadow bool ___m_HasInlineTextShadow_5; // UnityEngine.UIElements.StyleTextShadow UnityEngine.UIElements.InlineStyleAccess::m_InlineTextShadow StyleTextShadow_tB54453535792E8C4FFB6964549E0C14D907E8A2F ___m_InlineTextShadow_6; // UnityEngine.UIElements.InlineStyleAccess/InlineRule UnityEngine.UIElements.InlineStyleAccess::m_InlineRule InlineRule_t1D191360683468194F69C647D7D3900BE9CE82B3 ___m_InlineRule_7; public: inline static int32_t get_offset_of_U3CveU3Ek__BackingField_2() { return static_cast(offsetof(InlineStyleAccess_t9428EF1076CFEC0E4529A76FF0EBC3D28D964F57, ___U3CveU3Ek__BackingField_2)); } inline VisualElement_tAF72253CBD78143319BFE58F26C2349B2959C8C0 * get_U3CveU3Ek__BackingField_2() const { return ___U3CveU3Ek__BackingField_2; } inline VisualElement_tAF72253CBD78143319BFE58F26C2349B2959C8C0 ** get_address_of_U3CveU3Ek__BackingField_2() { return &___U3CveU3Ek__BackingField_2; } inline void set_U3CveU3Ek__BackingField_2(VisualElement_tAF72253CBD78143319BFE58F26C2349B2959C8C0 * value) { ___U3CveU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CveU3Ek__BackingField_2), (void*)value); } inline static int32_t get_offset_of_m_HasInlineCursor_3() { return static_cast(offsetof(InlineStyleAccess_t9428EF1076CFEC0E4529A76FF0EBC3D28D964F57, ___m_HasInlineCursor_3)); } inline bool get_m_HasInlineCursor_3() const { return ___m_HasInlineCursor_3; } inline bool* get_address_of_m_HasInlineCursor_3() { return &___m_HasInlineCursor_3; } inline void set_m_HasInlineCursor_3(bool value) { ___m_HasInlineCursor_3 = value; } inline static int32_t get_offset_of_m_InlineCursor_4() { return static_cast(offsetof(InlineStyleAccess_t9428EF1076CFEC0E4529A76FF0EBC3D28D964F57, ___m_InlineCursor_4)); } inline StyleCursor_tC8170AE81E8E4294682DC1106BB0E47F328E8AF1 get_m_InlineCursor_4() const { return ___m_InlineCursor_4; } inline StyleCursor_tC8170AE81E8E4294682DC1106BB0E47F328E8AF1 * get_address_of_m_InlineCursor_4() { return &___m_InlineCursor_4; } inline void set_m_InlineCursor_4(StyleCursor_tC8170AE81E8E4294682DC1106BB0E47F328E8AF1 value) { ___m_InlineCursor_4 = value; Il2CppCodeGenWriteBarrier((void**)&((&(((&___m_InlineCursor_4))->___m_Value_0))->___U3CtextureU3Ek__BackingField_0), (void*)NULL); } inline static int32_t get_offset_of_m_HasInlineTextShadow_5() { return static_cast(offsetof(InlineStyleAccess_t9428EF1076CFEC0E4529A76FF0EBC3D28D964F57, ___m_HasInlineTextShadow_5)); } inline bool get_m_HasInlineTextShadow_5() const { return ___m_HasInlineTextShadow_5; } inline bool* get_address_of_m_HasInlineTextShadow_5() { return &___m_HasInlineTextShadow_5; } inline void set_m_HasInlineTextShadow_5(bool value) { ___m_HasInlineTextShadow_5 = value; } inline static int32_t get_offset_of_m_InlineTextShadow_6() { return static_cast(offsetof(InlineStyleAccess_t9428EF1076CFEC0E4529A76FF0EBC3D28D964F57, ___m_InlineTextShadow_6)); } inline StyleTextShadow_tB54453535792E8C4FFB6964549E0C14D907E8A2F get_m_InlineTextShadow_6() const { return ___m_InlineTextShadow_6; } inline StyleTextShadow_tB54453535792E8C4FFB6964549E0C14D907E8A2F * get_address_of_m_InlineTextShadow_6() { return &___m_InlineTextShadow_6; } inline void set_m_InlineTextShadow_6(StyleTextShadow_tB54453535792E8C4FFB6964549E0C14D907E8A2F value) { ___m_InlineTextShadow_6 = value; } inline static int32_t get_offset_of_m_InlineRule_7() { return static_cast(offsetof(InlineStyleAccess_t9428EF1076CFEC0E4529A76FF0EBC3D28D964F57, ___m_InlineRule_7)); } inline InlineRule_t1D191360683468194F69C647D7D3900BE9CE82B3 get_m_InlineRule_7() const { return ___m_InlineRule_7; } inline InlineRule_t1D191360683468194F69C647D7D3900BE9CE82B3 * get_address_of_m_InlineRule_7() { return &___m_InlineRule_7; } inline void set_m_InlineRule_7(InlineRule_t1D191360683468194F69C647D7D3900BE9CE82B3 value) { ___m_InlineRule_7 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___m_InlineRule_7))->___sheet_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___m_InlineRule_7))->___properties_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___m_InlineRule_7))->___propertyIds_2), (void*)NULL); #endif } }; struct InlineStyleAccess_t9428EF1076CFEC0E4529A76FF0EBC3D28D964F57_StaticFields { public: // UnityEngine.UIElements.StyleSheets.StylePropertyReader UnityEngine.UIElements.InlineStyleAccess::s_StylePropertyReader StylePropertyReader_t5A3EC102BC4C6701762DBE105D1279F112410162 * ___s_StylePropertyReader_1; public: inline static int32_t get_offset_of_s_StylePropertyReader_1() { return static_cast(offsetof(InlineStyleAccess_t9428EF1076CFEC0E4529A76FF0EBC3D28D964F57_StaticFields, ___s_StylePropertyReader_1)); } inline StylePropertyReader_t5A3EC102BC4C6701762DBE105D1279F112410162 * get_s_StylePropertyReader_1() const { return ___s_StylePropertyReader_1; } inline StylePropertyReader_t5A3EC102BC4C6701762DBE105D1279F112410162 ** get_address_of_s_StylePropertyReader_1() { return &___s_StylePropertyReader_1; } inline void set_s_StylePropertyReader_1(StylePropertyReader_t5A3EC102BC4C6701762DBE105D1279F112410162 * value) { ___s_StylePropertyReader_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_StylePropertyReader_1), (void*)value); } }; // UnityEngine.UIElements.LoadResourceFunction struct LoadResourceFunction_tC8B248C3A029A6C7E29976A421652F7262656F92 : public MulticastDelegate_t { public: public: }; // UnityEngine.UIElements.NonInheritedData struct NonInheritedData_t3214A5E84AA3C44A80F8B493DC92D00072194A07 { public: // UnityEngine.UIElements.Align UnityEngine.UIElements.NonInheritedData::alignContent int32_t ___alignContent_0; // UnityEngine.UIElements.Align UnityEngine.UIElements.NonInheritedData::alignItems int32_t ___alignItems_1; // UnityEngine.UIElements.Align UnityEngine.UIElements.NonInheritedData::alignSelf int32_t ___alignSelf_2; // UnityEngine.Color UnityEngine.UIElements.NonInheritedData::backgroundColor Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 ___backgroundColor_3; // UnityEngine.UIElements.Background UnityEngine.UIElements.NonInheritedData::backgroundImage Background_t14D781972AD80DA2C6B3070F7A7EE46F063CDEAD ___backgroundImage_4; // UnityEngine.Color UnityEngine.UIElements.NonInheritedData::borderBottomColor Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 ___borderBottomColor_5; // UnityEngine.UIElements.Length UnityEngine.UIElements.NonInheritedData::borderBottomLeftRadius Length_tC812F6D7266A044F3AB7DBC98EC0A52678643696 ___borderBottomLeftRadius_6; // UnityEngine.UIElements.Length UnityEngine.UIElements.NonInheritedData::borderBottomRightRadius Length_tC812F6D7266A044F3AB7DBC98EC0A52678643696 ___borderBottomRightRadius_7; // System.Single UnityEngine.UIElements.NonInheritedData::borderBottomWidth float ___borderBottomWidth_8; // UnityEngine.Color UnityEngine.UIElements.NonInheritedData::borderLeftColor Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 ___borderLeftColor_9; // System.Single UnityEngine.UIElements.NonInheritedData::borderLeftWidth float ___borderLeftWidth_10; // UnityEngine.Color UnityEngine.UIElements.NonInheritedData::borderRightColor Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 ___borderRightColor_11; // System.Single UnityEngine.UIElements.NonInheritedData::borderRightWidth float ___borderRightWidth_12; // UnityEngine.Color UnityEngine.UIElements.NonInheritedData::borderTopColor Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 ___borderTopColor_13; // UnityEngine.UIElements.Length UnityEngine.UIElements.NonInheritedData::borderTopLeftRadius Length_tC812F6D7266A044F3AB7DBC98EC0A52678643696 ___borderTopLeftRadius_14; // UnityEngine.UIElements.Length UnityEngine.UIElements.NonInheritedData::borderTopRightRadius Length_tC812F6D7266A044F3AB7DBC98EC0A52678643696 ___borderTopRightRadius_15; // System.Single UnityEngine.UIElements.NonInheritedData::borderTopWidth float ___borderTopWidth_16; // UnityEngine.UIElements.Length UnityEngine.UIElements.NonInheritedData::bottom Length_tC812F6D7266A044F3AB7DBC98EC0A52678643696 ___bottom_17; // UnityEngine.UIElements.Cursor UnityEngine.UIElements.NonInheritedData::cursor Cursor_t6FF56333603B811AE4BB9A0C7D66B88D874A4C4F ___cursor_18; // UnityEngine.UIElements.DisplayStyle UnityEngine.UIElements.NonInheritedData::display int32_t ___display_19; // UnityEngine.UIElements.Length UnityEngine.UIElements.NonInheritedData::flexBasis Length_tC812F6D7266A044F3AB7DBC98EC0A52678643696 ___flexBasis_20; // UnityEngine.UIElements.FlexDirection UnityEngine.UIElements.NonInheritedData::flexDirection int32_t ___flexDirection_21; // System.Single UnityEngine.UIElements.NonInheritedData::flexGrow float ___flexGrow_22; // System.Single UnityEngine.UIElements.NonInheritedData::flexShrink float ___flexShrink_23; // UnityEngine.UIElements.Wrap UnityEngine.UIElements.NonInheritedData::flexWrap int32_t ___flexWrap_24; // UnityEngine.UIElements.Length UnityEngine.UIElements.NonInheritedData::height Length_tC812F6D7266A044F3AB7DBC98EC0A52678643696 ___height_25; // UnityEngine.UIElements.Justify UnityEngine.UIElements.NonInheritedData::justifyContent int32_t ___justifyContent_26; // UnityEngine.UIElements.Length UnityEngine.UIElements.NonInheritedData::left Length_tC812F6D7266A044F3AB7DBC98EC0A52678643696 ___left_27; // UnityEngine.UIElements.Length UnityEngine.UIElements.NonInheritedData::marginBottom Length_tC812F6D7266A044F3AB7DBC98EC0A52678643696 ___marginBottom_28; // UnityEngine.UIElements.Length UnityEngine.UIElements.NonInheritedData::marginLeft Length_tC812F6D7266A044F3AB7DBC98EC0A52678643696 ___marginLeft_29; // UnityEngine.UIElements.Length UnityEngine.UIElements.NonInheritedData::marginRight Length_tC812F6D7266A044F3AB7DBC98EC0A52678643696 ___marginRight_30; // UnityEngine.UIElements.Length UnityEngine.UIElements.NonInheritedData::marginTop Length_tC812F6D7266A044F3AB7DBC98EC0A52678643696 ___marginTop_31; // UnityEngine.UIElements.Length UnityEngine.UIElements.NonInheritedData::maxHeight Length_tC812F6D7266A044F3AB7DBC98EC0A52678643696 ___maxHeight_32; // UnityEngine.UIElements.Length UnityEngine.UIElements.NonInheritedData::maxWidth Length_tC812F6D7266A044F3AB7DBC98EC0A52678643696 ___maxWidth_33; // UnityEngine.UIElements.Length UnityEngine.UIElements.NonInheritedData::minHeight Length_tC812F6D7266A044F3AB7DBC98EC0A52678643696 ___minHeight_34; // UnityEngine.UIElements.Length UnityEngine.UIElements.NonInheritedData::minWidth Length_tC812F6D7266A044F3AB7DBC98EC0A52678643696 ___minWidth_35; // System.Single UnityEngine.UIElements.NonInheritedData::opacity float ___opacity_36; // UnityEngine.UIElements.OverflowInternal UnityEngine.UIElements.NonInheritedData::overflow int32_t ___overflow_37; // UnityEngine.UIElements.Length UnityEngine.UIElements.NonInheritedData::paddingBottom Length_tC812F6D7266A044F3AB7DBC98EC0A52678643696 ___paddingBottom_38; // UnityEngine.UIElements.Length UnityEngine.UIElements.NonInheritedData::paddingLeft Length_tC812F6D7266A044F3AB7DBC98EC0A52678643696 ___paddingLeft_39; // UnityEngine.UIElements.Length UnityEngine.UIElements.NonInheritedData::paddingRight Length_tC812F6D7266A044F3AB7DBC98EC0A52678643696 ___paddingRight_40; // UnityEngine.UIElements.Length UnityEngine.UIElements.NonInheritedData::paddingTop Length_tC812F6D7266A044F3AB7DBC98EC0A52678643696 ___paddingTop_41; // UnityEngine.UIElements.Position UnityEngine.UIElements.NonInheritedData::position int32_t ___position_42; // UnityEngine.UIElements.Length UnityEngine.UIElements.NonInheritedData::right Length_tC812F6D7266A044F3AB7DBC98EC0A52678643696 ___right_43; // UnityEngine.UIElements.TextOverflow UnityEngine.UIElements.NonInheritedData::textOverflow int32_t ___textOverflow_44; // UnityEngine.UIElements.Length UnityEngine.UIElements.NonInheritedData::top Length_tC812F6D7266A044F3AB7DBC98EC0A52678643696 ___top_45; // UnityEngine.Color UnityEngine.UIElements.NonInheritedData::unityBackgroundImageTintColor Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 ___unityBackgroundImageTintColor_46; // UnityEngine.ScaleMode UnityEngine.UIElements.NonInheritedData::unityBackgroundScaleMode int32_t ___unityBackgroundScaleMode_47; // UnityEngine.UIElements.OverflowClipBox UnityEngine.UIElements.NonInheritedData::unityOverflowClipBox int32_t ___unityOverflowClipBox_48; // System.Int32 UnityEngine.UIElements.NonInheritedData::unitySliceBottom int32_t ___unitySliceBottom_49; // System.Int32 UnityEngine.UIElements.NonInheritedData::unitySliceLeft int32_t ___unitySliceLeft_50; // System.Int32 UnityEngine.UIElements.NonInheritedData::unitySliceRight int32_t ___unitySliceRight_51; // System.Int32 UnityEngine.UIElements.NonInheritedData::unitySliceTop int32_t ___unitySliceTop_52; // UnityEngine.UIElements.TextOverflowPosition UnityEngine.UIElements.NonInheritedData::unityTextOverflowPosition int32_t ___unityTextOverflowPosition_53; // UnityEngine.UIElements.Length UnityEngine.UIElements.NonInheritedData::width Length_tC812F6D7266A044F3AB7DBC98EC0A52678643696 ___width_54; public: inline static int32_t get_offset_of_alignContent_0() { return static_cast(offsetof(NonInheritedData_t3214A5E84AA3C44A80F8B493DC92D00072194A07, ___alignContent_0)); } inline int32_t get_alignContent_0() const { return ___alignContent_0; } inline int32_t* get_address_of_alignContent_0() { return &___alignContent_0; } inline void set_alignContent_0(int32_t value) { ___alignContent_0 = value; } inline static int32_t get_offset_of_alignItems_1() { return static_cast(offsetof(NonInheritedData_t3214A5E84AA3C44A80F8B493DC92D00072194A07, ___alignItems_1)); } inline int32_t get_alignItems_1() const { return ___alignItems_1; } inline int32_t* get_address_of_alignItems_1() { return &___alignItems_1; } inline void set_alignItems_1(int32_t value) { ___alignItems_1 = value; } inline static int32_t get_offset_of_alignSelf_2() { return static_cast(offsetof(NonInheritedData_t3214A5E84AA3C44A80F8B493DC92D00072194A07, ___alignSelf_2)); } inline int32_t get_alignSelf_2() const { return ___alignSelf_2; } inline int32_t* get_address_of_alignSelf_2() { return &___alignSelf_2; } inline void set_alignSelf_2(int32_t value) { ___alignSelf_2 = value; } inline static int32_t get_offset_of_backgroundColor_3() { return static_cast(offsetof(NonInheritedData_t3214A5E84AA3C44A80F8B493DC92D00072194A07, ___backgroundColor_3)); } inline Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 get_backgroundColor_3() const { return ___backgroundColor_3; } inline Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 * get_address_of_backgroundColor_3() { return &___backgroundColor_3; } inline void set_backgroundColor_3(Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 value) { ___backgroundColor_3 = value; } inline static int32_t get_offset_of_backgroundImage_4() { return static_cast(offsetof(NonInheritedData_t3214A5E84AA3C44A80F8B493DC92D00072194A07, ___backgroundImage_4)); } inline Background_t14D781972AD80DA2C6B3070F7A7EE46F063CDEAD get_backgroundImage_4() const { return ___backgroundImage_4; } inline Background_t14D781972AD80DA2C6B3070F7A7EE46F063CDEAD * get_address_of_backgroundImage_4() { return &___backgroundImage_4; } inline void set_backgroundImage_4(Background_t14D781972AD80DA2C6B3070F7A7EE46F063CDEAD value) { ___backgroundImage_4 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___backgroundImage_4))->___m_Texture_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___backgroundImage_4))->___m_Sprite_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___backgroundImage_4))->___m_RenderTexture_2), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___backgroundImage_4))->___m_VectorImage_3), (void*)NULL); #endif } inline static int32_t get_offset_of_borderBottomColor_5() { return static_cast(offsetof(NonInheritedData_t3214A5E84AA3C44A80F8B493DC92D00072194A07, ___borderBottomColor_5)); } inline Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 get_borderBottomColor_5() const { return ___borderBottomColor_5; } inline Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 * get_address_of_borderBottomColor_5() { return &___borderBottomColor_5; } inline void set_borderBottomColor_5(Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 value) { ___borderBottomColor_5 = value; } inline static int32_t get_offset_of_borderBottomLeftRadius_6() { return static_cast(offsetof(NonInheritedData_t3214A5E84AA3C44A80F8B493DC92D00072194A07, ___borderBottomLeftRadius_6)); } inline Length_tC812F6D7266A044F3AB7DBC98EC0A52678643696 get_borderBottomLeftRadius_6() const { return ___borderBottomLeftRadius_6; } inline Length_tC812F6D7266A044F3AB7DBC98EC0A52678643696 * get_address_of_borderBottomLeftRadius_6() { return &___borderBottomLeftRadius_6; } inline void set_borderBottomLeftRadius_6(Length_tC812F6D7266A044F3AB7DBC98EC0A52678643696 value) { ___borderBottomLeftRadius_6 = value; } inline static int32_t get_offset_of_borderBottomRightRadius_7() { return static_cast(offsetof(NonInheritedData_t3214A5E84AA3C44A80F8B493DC92D00072194A07, ___borderBottomRightRadius_7)); } inline Length_tC812F6D7266A044F3AB7DBC98EC0A52678643696 get_borderBottomRightRadius_7() const { return ___borderBottomRightRadius_7; } inline Length_tC812F6D7266A044F3AB7DBC98EC0A52678643696 * get_address_of_borderBottomRightRadius_7() { return &___borderBottomRightRadius_7; } inline void set_borderBottomRightRadius_7(Length_tC812F6D7266A044F3AB7DBC98EC0A52678643696 value) { ___borderBottomRightRadius_7 = value; } inline static int32_t get_offset_of_borderBottomWidth_8() { return static_cast(offsetof(NonInheritedData_t3214A5E84AA3C44A80F8B493DC92D00072194A07, ___borderBottomWidth_8)); } inline float get_borderBottomWidth_8() const { return ___borderBottomWidth_8; } inline float* get_address_of_borderBottomWidth_8() { return &___borderBottomWidth_8; } inline void set_borderBottomWidth_8(float value) { ___borderBottomWidth_8 = value; } inline static int32_t get_offset_of_borderLeftColor_9() { return static_cast(offsetof(NonInheritedData_t3214A5E84AA3C44A80F8B493DC92D00072194A07, ___borderLeftColor_9)); } inline Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 get_borderLeftColor_9() const { return ___borderLeftColor_9; } inline Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 * get_address_of_borderLeftColor_9() { return &___borderLeftColor_9; } inline void set_borderLeftColor_9(Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 value) { ___borderLeftColor_9 = value; } inline static int32_t get_offset_of_borderLeftWidth_10() { return static_cast(offsetof(NonInheritedData_t3214A5E84AA3C44A80F8B493DC92D00072194A07, ___borderLeftWidth_10)); } inline float get_borderLeftWidth_10() const { return ___borderLeftWidth_10; } inline float* get_address_of_borderLeftWidth_10() { return &___borderLeftWidth_10; } inline void set_borderLeftWidth_10(float value) { ___borderLeftWidth_10 = value; } inline static int32_t get_offset_of_borderRightColor_11() { return static_cast(offsetof(NonInheritedData_t3214A5E84AA3C44A80F8B493DC92D00072194A07, ___borderRightColor_11)); } inline Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 get_borderRightColor_11() const { return ___borderRightColor_11; } inline Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 * get_address_of_borderRightColor_11() { return &___borderRightColor_11; } inline void set_borderRightColor_11(Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 value) { ___borderRightColor_11 = value; } inline static int32_t get_offset_of_borderRightWidth_12() { return static_cast(offsetof(NonInheritedData_t3214A5E84AA3C44A80F8B493DC92D00072194A07, ___borderRightWidth_12)); } inline float get_borderRightWidth_12() const { return ___borderRightWidth_12; } inline float* get_address_of_borderRightWidth_12() { return &___borderRightWidth_12; } inline void set_borderRightWidth_12(float value) { ___borderRightWidth_12 = value; } inline static int32_t get_offset_of_borderTopColor_13() { return static_cast(offsetof(NonInheritedData_t3214A5E84AA3C44A80F8B493DC92D00072194A07, ___borderTopColor_13)); } inline Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 get_borderTopColor_13() const { return ___borderTopColor_13; } inline Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 * get_address_of_borderTopColor_13() { return &___borderTopColor_13; } inline void set_borderTopColor_13(Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 value) { ___borderTopColor_13 = value; } inline static int32_t get_offset_of_borderTopLeftRadius_14() { return static_cast(offsetof(NonInheritedData_t3214A5E84AA3C44A80F8B493DC92D00072194A07, ___borderTopLeftRadius_14)); } inline Length_tC812F6D7266A044F3AB7DBC98EC0A52678643696 get_borderTopLeftRadius_14() const { return ___borderTopLeftRadius_14; } inline Length_tC812F6D7266A044F3AB7DBC98EC0A52678643696 * get_address_of_borderTopLeftRadius_14() { return &___borderTopLeftRadius_14; } inline void set_borderTopLeftRadius_14(Length_tC812F6D7266A044F3AB7DBC98EC0A52678643696 value) { ___borderTopLeftRadius_14 = value; } inline static int32_t get_offset_of_borderTopRightRadius_15() { return static_cast(offsetof(NonInheritedData_t3214A5E84AA3C44A80F8B493DC92D00072194A07, ___borderTopRightRadius_15)); } inline Length_tC812F6D7266A044F3AB7DBC98EC0A52678643696 get_borderTopRightRadius_15() const { return ___borderTopRightRadius_15; } inline Length_tC812F6D7266A044F3AB7DBC98EC0A52678643696 * get_address_of_borderTopRightRadius_15() { return &___borderTopRightRadius_15; } inline void set_borderTopRightRadius_15(Length_tC812F6D7266A044F3AB7DBC98EC0A52678643696 value) { ___borderTopRightRadius_15 = value; } inline static int32_t get_offset_of_borderTopWidth_16() { return static_cast(offsetof(NonInheritedData_t3214A5E84AA3C44A80F8B493DC92D00072194A07, ___borderTopWidth_16)); } inline float get_borderTopWidth_16() const { return ___borderTopWidth_16; } inline float* get_address_of_borderTopWidth_16() { return &___borderTopWidth_16; } inline void set_borderTopWidth_16(float value) { ___borderTopWidth_16 = value; } inline static int32_t get_offset_of_bottom_17() { return static_cast(offsetof(NonInheritedData_t3214A5E84AA3C44A80F8B493DC92D00072194A07, ___bottom_17)); } inline Length_tC812F6D7266A044F3AB7DBC98EC0A52678643696 get_bottom_17() const { return ___bottom_17; } inline Length_tC812F6D7266A044F3AB7DBC98EC0A52678643696 * get_address_of_bottom_17() { return &___bottom_17; } inline void set_bottom_17(Length_tC812F6D7266A044F3AB7DBC98EC0A52678643696 value) { ___bottom_17 = value; } inline static int32_t get_offset_of_cursor_18() { return static_cast(offsetof(NonInheritedData_t3214A5E84AA3C44A80F8B493DC92D00072194A07, ___cursor_18)); } inline Cursor_t6FF56333603B811AE4BB9A0C7D66B88D874A4C4F get_cursor_18() const { return ___cursor_18; } inline Cursor_t6FF56333603B811AE4BB9A0C7D66B88D874A4C4F * get_address_of_cursor_18() { return &___cursor_18; } inline void set_cursor_18(Cursor_t6FF56333603B811AE4BB9A0C7D66B88D874A4C4F value) { ___cursor_18 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___cursor_18))->___U3CtextureU3Ek__BackingField_0), (void*)NULL); } inline static int32_t get_offset_of_display_19() { return static_cast(offsetof(NonInheritedData_t3214A5E84AA3C44A80F8B493DC92D00072194A07, ___display_19)); } inline int32_t get_display_19() const { return ___display_19; } inline int32_t* get_address_of_display_19() { return &___display_19; } inline void set_display_19(int32_t value) { ___display_19 = value; } inline static int32_t get_offset_of_flexBasis_20() { return static_cast(offsetof(NonInheritedData_t3214A5E84AA3C44A80F8B493DC92D00072194A07, ___flexBasis_20)); } inline Length_tC812F6D7266A044F3AB7DBC98EC0A52678643696 get_flexBasis_20() const { return ___flexBasis_20; } inline Length_tC812F6D7266A044F3AB7DBC98EC0A52678643696 * get_address_of_flexBasis_20() { return &___flexBasis_20; } inline void set_flexBasis_20(Length_tC812F6D7266A044F3AB7DBC98EC0A52678643696 value) { ___flexBasis_20 = value; } inline static int32_t get_offset_of_flexDirection_21() { return static_cast(offsetof(NonInheritedData_t3214A5E84AA3C44A80F8B493DC92D00072194A07, ___flexDirection_21)); } inline int32_t get_flexDirection_21() const { return ___flexDirection_21; } inline int32_t* get_address_of_flexDirection_21() { return &___flexDirection_21; } inline void set_flexDirection_21(int32_t value) { ___flexDirection_21 = value; } inline static int32_t get_offset_of_flexGrow_22() { return static_cast(offsetof(NonInheritedData_t3214A5E84AA3C44A80F8B493DC92D00072194A07, ___flexGrow_22)); } inline float get_flexGrow_22() const { return ___flexGrow_22; } inline float* get_address_of_flexGrow_22() { return &___flexGrow_22; } inline void set_flexGrow_22(float value) { ___flexGrow_22 = value; } inline static int32_t get_offset_of_flexShrink_23() { return static_cast(offsetof(NonInheritedData_t3214A5E84AA3C44A80F8B493DC92D00072194A07, ___flexShrink_23)); } inline float get_flexShrink_23() const { return ___flexShrink_23; } inline float* get_address_of_flexShrink_23() { return &___flexShrink_23; } inline void set_flexShrink_23(float value) { ___flexShrink_23 = value; } inline static int32_t get_offset_of_flexWrap_24() { return static_cast(offsetof(NonInheritedData_t3214A5E84AA3C44A80F8B493DC92D00072194A07, ___flexWrap_24)); } inline int32_t get_flexWrap_24() const { return ___flexWrap_24; } inline int32_t* get_address_of_flexWrap_24() { return &___flexWrap_24; } inline void set_flexWrap_24(int32_t value) { ___flexWrap_24 = value; } inline static int32_t get_offset_of_height_25() { return static_cast(offsetof(NonInheritedData_t3214A5E84AA3C44A80F8B493DC92D00072194A07, ___height_25)); } inline Length_tC812F6D7266A044F3AB7DBC98EC0A52678643696 get_height_25() const { return ___height_25; } inline Length_tC812F6D7266A044F3AB7DBC98EC0A52678643696 * get_address_of_height_25() { return &___height_25; } inline void set_height_25(Length_tC812F6D7266A044F3AB7DBC98EC0A52678643696 value) { ___height_25 = value; } inline static int32_t get_offset_of_justifyContent_26() { return static_cast(offsetof(NonInheritedData_t3214A5E84AA3C44A80F8B493DC92D00072194A07, ___justifyContent_26)); } inline int32_t get_justifyContent_26() const { return ___justifyContent_26; } inline int32_t* get_address_of_justifyContent_26() { return &___justifyContent_26; } inline void set_justifyContent_26(int32_t value) { ___justifyContent_26 = value; } inline static int32_t get_offset_of_left_27() { return static_cast(offsetof(NonInheritedData_t3214A5E84AA3C44A80F8B493DC92D00072194A07, ___left_27)); } inline Length_tC812F6D7266A044F3AB7DBC98EC0A52678643696 get_left_27() const { return ___left_27; } inline Length_tC812F6D7266A044F3AB7DBC98EC0A52678643696 * get_address_of_left_27() { return &___left_27; } inline void set_left_27(Length_tC812F6D7266A044F3AB7DBC98EC0A52678643696 value) { ___left_27 = value; } inline static int32_t get_offset_of_marginBottom_28() { return static_cast(offsetof(NonInheritedData_t3214A5E84AA3C44A80F8B493DC92D00072194A07, ___marginBottom_28)); } inline Length_tC812F6D7266A044F3AB7DBC98EC0A52678643696 get_marginBottom_28() const { return ___marginBottom_28; } inline Length_tC812F6D7266A044F3AB7DBC98EC0A52678643696 * get_address_of_marginBottom_28() { return &___marginBottom_28; } inline void set_marginBottom_28(Length_tC812F6D7266A044F3AB7DBC98EC0A52678643696 value) { ___marginBottom_28 = value; } inline static int32_t get_offset_of_marginLeft_29() { return static_cast(offsetof(NonInheritedData_t3214A5E84AA3C44A80F8B493DC92D00072194A07, ___marginLeft_29)); } inline Length_tC812F6D7266A044F3AB7DBC98EC0A52678643696 get_marginLeft_29() const { return ___marginLeft_29; } inline Length_tC812F6D7266A044F3AB7DBC98EC0A52678643696 * get_address_of_marginLeft_29() { return &___marginLeft_29; } inline void set_marginLeft_29(Length_tC812F6D7266A044F3AB7DBC98EC0A52678643696 value) { ___marginLeft_29 = value; } inline static int32_t get_offset_of_marginRight_30() { return static_cast(offsetof(NonInheritedData_t3214A5E84AA3C44A80F8B493DC92D00072194A07, ___marginRight_30)); } inline Length_tC812F6D7266A044F3AB7DBC98EC0A52678643696 get_marginRight_30() const { return ___marginRight_30; } inline Length_tC812F6D7266A044F3AB7DBC98EC0A52678643696 * get_address_of_marginRight_30() { return &___marginRight_30; } inline void set_marginRight_30(Length_tC812F6D7266A044F3AB7DBC98EC0A52678643696 value) { ___marginRight_30 = value; } inline static int32_t get_offset_of_marginTop_31() { return static_cast(offsetof(NonInheritedData_t3214A5E84AA3C44A80F8B493DC92D00072194A07, ___marginTop_31)); } inline Length_tC812F6D7266A044F3AB7DBC98EC0A52678643696 get_marginTop_31() const { return ___marginTop_31; } inline Length_tC812F6D7266A044F3AB7DBC98EC0A52678643696 * get_address_of_marginTop_31() { return &___marginTop_31; } inline void set_marginTop_31(Length_tC812F6D7266A044F3AB7DBC98EC0A52678643696 value) { ___marginTop_31 = value; } inline static int32_t get_offset_of_maxHeight_32() { return static_cast(offsetof(NonInheritedData_t3214A5E84AA3C44A80F8B493DC92D00072194A07, ___maxHeight_32)); } inline Length_tC812F6D7266A044F3AB7DBC98EC0A52678643696 get_maxHeight_32() const { return ___maxHeight_32; } inline Length_tC812F6D7266A044F3AB7DBC98EC0A52678643696 * get_address_of_maxHeight_32() { return &___maxHeight_32; } inline void set_maxHeight_32(Length_tC812F6D7266A044F3AB7DBC98EC0A52678643696 value) { ___maxHeight_32 = value; } inline static int32_t get_offset_of_maxWidth_33() { return static_cast(offsetof(NonInheritedData_t3214A5E84AA3C44A80F8B493DC92D00072194A07, ___maxWidth_33)); } inline Length_tC812F6D7266A044F3AB7DBC98EC0A52678643696 get_maxWidth_33() const { return ___maxWidth_33; } inline Length_tC812F6D7266A044F3AB7DBC98EC0A52678643696 * get_address_of_maxWidth_33() { return &___maxWidth_33; } inline void set_maxWidth_33(Length_tC812F6D7266A044F3AB7DBC98EC0A52678643696 value) { ___maxWidth_33 = value; } inline static int32_t get_offset_of_minHeight_34() { return static_cast(offsetof(NonInheritedData_t3214A5E84AA3C44A80F8B493DC92D00072194A07, ___minHeight_34)); } inline Length_tC812F6D7266A044F3AB7DBC98EC0A52678643696 get_minHeight_34() const { return ___minHeight_34; } inline Length_tC812F6D7266A044F3AB7DBC98EC0A52678643696 * get_address_of_minHeight_34() { return &___minHeight_34; } inline void set_minHeight_34(Length_tC812F6D7266A044F3AB7DBC98EC0A52678643696 value) { ___minHeight_34 = value; } inline static int32_t get_offset_of_minWidth_35() { return static_cast(offsetof(NonInheritedData_t3214A5E84AA3C44A80F8B493DC92D00072194A07, ___minWidth_35)); } inline Length_tC812F6D7266A044F3AB7DBC98EC0A52678643696 get_minWidth_35() const { return ___minWidth_35; } inline Length_tC812F6D7266A044F3AB7DBC98EC0A52678643696 * get_address_of_minWidth_35() { return &___minWidth_35; } inline void set_minWidth_35(Length_tC812F6D7266A044F3AB7DBC98EC0A52678643696 value) { ___minWidth_35 = value; } inline static int32_t get_offset_of_opacity_36() { return static_cast(offsetof(NonInheritedData_t3214A5E84AA3C44A80F8B493DC92D00072194A07, ___opacity_36)); } inline float get_opacity_36() const { return ___opacity_36; } inline float* get_address_of_opacity_36() { return &___opacity_36; } inline void set_opacity_36(float value) { ___opacity_36 = value; } inline static int32_t get_offset_of_overflow_37() { return static_cast(offsetof(NonInheritedData_t3214A5E84AA3C44A80F8B493DC92D00072194A07, ___overflow_37)); } inline int32_t get_overflow_37() const { return ___overflow_37; } inline int32_t* get_address_of_overflow_37() { return &___overflow_37; } inline void set_overflow_37(int32_t value) { ___overflow_37 = value; } inline static int32_t get_offset_of_paddingBottom_38() { return static_cast(offsetof(NonInheritedData_t3214A5E84AA3C44A80F8B493DC92D00072194A07, ___paddingBottom_38)); } inline Length_tC812F6D7266A044F3AB7DBC98EC0A52678643696 get_paddingBottom_38() const { return ___paddingBottom_38; } inline Length_tC812F6D7266A044F3AB7DBC98EC0A52678643696 * get_address_of_paddingBottom_38() { return &___paddingBottom_38; } inline void set_paddingBottom_38(Length_tC812F6D7266A044F3AB7DBC98EC0A52678643696 value) { ___paddingBottom_38 = value; } inline static int32_t get_offset_of_paddingLeft_39() { return static_cast(offsetof(NonInheritedData_t3214A5E84AA3C44A80F8B493DC92D00072194A07, ___paddingLeft_39)); } inline Length_tC812F6D7266A044F3AB7DBC98EC0A52678643696 get_paddingLeft_39() const { return ___paddingLeft_39; } inline Length_tC812F6D7266A044F3AB7DBC98EC0A52678643696 * get_address_of_paddingLeft_39() { return &___paddingLeft_39; } inline void set_paddingLeft_39(Length_tC812F6D7266A044F3AB7DBC98EC0A52678643696 value) { ___paddingLeft_39 = value; } inline static int32_t get_offset_of_paddingRight_40() { return static_cast(offsetof(NonInheritedData_t3214A5E84AA3C44A80F8B493DC92D00072194A07, ___paddingRight_40)); } inline Length_tC812F6D7266A044F3AB7DBC98EC0A52678643696 get_paddingRight_40() const { return ___paddingRight_40; } inline Length_tC812F6D7266A044F3AB7DBC98EC0A52678643696 * get_address_of_paddingRight_40() { return &___paddingRight_40; } inline void set_paddingRight_40(Length_tC812F6D7266A044F3AB7DBC98EC0A52678643696 value) { ___paddingRight_40 = value; } inline static int32_t get_offset_of_paddingTop_41() { return static_cast(offsetof(NonInheritedData_t3214A5E84AA3C44A80F8B493DC92D00072194A07, ___paddingTop_41)); } inline Length_tC812F6D7266A044F3AB7DBC98EC0A52678643696 get_paddingTop_41() const { return ___paddingTop_41; } inline Length_tC812F6D7266A044F3AB7DBC98EC0A52678643696 * get_address_of_paddingTop_41() { return &___paddingTop_41; } inline void set_paddingTop_41(Length_tC812F6D7266A044F3AB7DBC98EC0A52678643696 value) { ___paddingTop_41 = value; } inline static int32_t get_offset_of_position_42() { return static_cast(offsetof(NonInheritedData_t3214A5E84AA3C44A80F8B493DC92D00072194A07, ___position_42)); } inline int32_t get_position_42() const { return ___position_42; } inline int32_t* get_address_of_position_42() { return &___position_42; } inline void set_position_42(int32_t value) { ___position_42 = value; } inline static int32_t get_offset_of_right_43() { return static_cast(offsetof(NonInheritedData_t3214A5E84AA3C44A80F8B493DC92D00072194A07, ___right_43)); } inline Length_tC812F6D7266A044F3AB7DBC98EC0A52678643696 get_right_43() const { return ___right_43; } inline Length_tC812F6D7266A044F3AB7DBC98EC0A52678643696 * get_address_of_right_43() { return &___right_43; } inline void set_right_43(Length_tC812F6D7266A044F3AB7DBC98EC0A52678643696 value) { ___right_43 = value; } inline static int32_t get_offset_of_textOverflow_44() { return static_cast(offsetof(NonInheritedData_t3214A5E84AA3C44A80F8B493DC92D00072194A07, ___textOverflow_44)); } inline int32_t get_textOverflow_44() const { return ___textOverflow_44; } inline int32_t* get_address_of_textOverflow_44() { return &___textOverflow_44; } inline void set_textOverflow_44(int32_t value) { ___textOverflow_44 = value; } inline static int32_t get_offset_of_top_45() { return static_cast(offsetof(NonInheritedData_t3214A5E84AA3C44A80F8B493DC92D00072194A07, ___top_45)); } inline Length_tC812F6D7266A044F3AB7DBC98EC0A52678643696 get_top_45() const { return ___top_45; } inline Length_tC812F6D7266A044F3AB7DBC98EC0A52678643696 * get_address_of_top_45() { return &___top_45; } inline void set_top_45(Length_tC812F6D7266A044F3AB7DBC98EC0A52678643696 value) { ___top_45 = value; } inline static int32_t get_offset_of_unityBackgroundImageTintColor_46() { return static_cast(offsetof(NonInheritedData_t3214A5E84AA3C44A80F8B493DC92D00072194A07, ___unityBackgroundImageTintColor_46)); } inline Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 get_unityBackgroundImageTintColor_46() const { return ___unityBackgroundImageTintColor_46; } inline Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 * get_address_of_unityBackgroundImageTintColor_46() { return &___unityBackgroundImageTintColor_46; } inline void set_unityBackgroundImageTintColor_46(Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 value) { ___unityBackgroundImageTintColor_46 = value; } inline static int32_t get_offset_of_unityBackgroundScaleMode_47() { return static_cast(offsetof(NonInheritedData_t3214A5E84AA3C44A80F8B493DC92D00072194A07, ___unityBackgroundScaleMode_47)); } inline int32_t get_unityBackgroundScaleMode_47() const { return ___unityBackgroundScaleMode_47; } inline int32_t* get_address_of_unityBackgroundScaleMode_47() { return &___unityBackgroundScaleMode_47; } inline void set_unityBackgroundScaleMode_47(int32_t value) { ___unityBackgroundScaleMode_47 = value; } inline static int32_t get_offset_of_unityOverflowClipBox_48() { return static_cast(offsetof(NonInheritedData_t3214A5E84AA3C44A80F8B493DC92D00072194A07, ___unityOverflowClipBox_48)); } inline int32_t get_unityOverflowClipBox_48() const { return ___unityOverflowClipBox_48; } inline int32_t* get_address_of_unityOverflowClipBox_48() { return &___unityOverflowClipBox_48; } inline void set_unityOverflowClipBox_48(int32_t value) { ___unityOverflowClipBox_48 = value; } inline static int32_t get_offset_of_unitySliceBottom_49() { return static_cast(offsetof(NonInheritedData_t3214A5E84AA3C44A80F8B493DC92D00072194A07, ___unitySliceBottom_49)); } inline int32_t get_unitySliceBottom_49() const { return ___unitySliceBottom_49; } inline int32_t* get_address_of_unitySliceBottom_49() { return &___unitySliceBottom_49; } inline void set_unitySliceBottom_49(int32_t value) { ___unitySliceBottom_49 = value; } inline static int32_t get_offset_of_unitySliceLeft_50() { return static_cast(offsetof(NonInheritedData_t3214A5E84AA3C44A80F8B493DC92D00072194A07, ___unitySliceLeft_50)); } inline int32_t get_unitySliceLeft_50() const { return ___unitySliceLeft_50; } inline int32_t* get_address_of_unitySliceLeft_50() { return &___unitySliceLeft_50; } inline void set_unitySliceLeft_50(int32_t value) { ___unitySliceLeft_50 = value; } inline static int32_t get_offset_of_unitySliceRight_51() { return static_cast(offsetof(NonInheritedData_t3214A5E84AA3C44A80F8B493DC92D00072194A07, ___unitySliceRight_51)); } inline int32_t get_unitySliceRight_51() const { return ___unitySliceRight_51; } inline int32_t* get_address_of_unitySliceRight_51() { return &___unitySliceRight_51; } inline void set_unitySliceRight_51(int32_t value) { ___unitySliceRight_51 = value; } inline static int32_t get_offset_of_unitySliceTop_52() { return static_cast(offsetof(NonInheritedData_t3214A5E84AA3C44A80F8B493DC92D00072194A07, ___unitySliceTop_52)); } inline int32_t get_unitySliceTop_52() const { return ___unitySliceTop_52; } inline int32_t* get_address_of_unitySliceTop_52() { return &___unitySliceTop_52; } inline void set_unitySliceTop_52(int32_t value) { ___unitySliceTop_52 = value; } inline static int32_t get_offset_of_unityTextOverflowPosition_53() { return static_cast(offsetof(NonInheritedData_t3214A5E84AA3C44A80F8B493DC92D00072194A07, ___unityTextOverflowPosition_53)); } inline int32_t get_unityTextOverflowPosition_53() const { return ___unityTextOverflowPosition_53; } inline int32_t* get_address_of_unityTextOverflowPosition_53() { return &___unityTextOverflowPosition_53; } inline void set_unityTextOverflowPosition_53(int32_t value) { ___unityTextOverflowPosition_53 = value; } inline static int32_t get_offset_of_width_54() { return static_cast(offsetof(NonInheritedData_t3214A5E84AA3C44A80F8B493DC92D00072194A07, ___width_54)); } inline Length_tC812F6D7266A044F3AB7DBC98EC0A52678643696 get_width_54() const { return ___width_54; } inline Length_tC812F6D7266A044F3AB7DBC98EC0A52678643696 * get_address_of_width_54() { return &___width_54; } inline void set_width_54(Length_tC812F6D7266A044F3AB7DBC98EC0A52678643696 value) { ___width_54 = value; } }; // Native definition for P/Invoke marshalling of UnityEngine.UIElements.NonInheritedData struct NonInheritedData_t3214A5E84AA3C44A80F8B493DC92D00072194A07_marshaled_pinvoke { int32_t ___alignContent_0; int32_t ___alignItems_1; int32_t ___alignSelf_2; Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 ___backgroundColor_3; Background_t14D781972AD80DA2C6B3070F7A7EE46F063CDEAD_marshaled_pinvoke ___backgroundImage_4; Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 ___borderBottomColor_5; Length_tC812F6D7266A044F3AB7DBC98EC0A52678643696 ___borderBottomLeftRadius_6; Length_tC812F6D7266A044F3AB7DBC98EC0A52678643696 ___borderBottomRightRadius_7; float ___borderBottomWidth_8; Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 ___borderLeftColor_9; float ___borderLeftWidth_10; Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 ___borderRightColor_11; float ___borderRightWidth_12; Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 ___borderTopColor_13; Length_tC812F6D7266A044F3AB7DBC98EC0A52678643696 ___borderTopLeftRadius_14; Length_tC812F6D7266A044F3AB7DBC98EC0A52678643696 ___borderTopRightRadius_15; float ___borderTopWidth_16; Length_tC812F6D7266A044F3AB7DBC98EC0A52678643696 ___bottom_17; Cursor_t6FF56333603B811AE4BB9A0C7D66B88D874A4C4F_marshaled_pinvoke ___cursor_18; int32_t ___display_19; Length_tC812F6D7266A044F3AB7DBC98EC0A52678643696 ___flexBasis_20; int32_t ___flexDirection_21; float ___flexGrow_22; float ___flexShrink_23; int32_t ___flexWrap_24; Length_tC812F6D7266A044F3AB7DBC98EC0A52678643696 ___height_25; int32_t ___justifyContent_26; Length_tC812F6D7266A044F3AB7DBC98EC0A52678643696 ___left_27; Length_tC812F6D7266A044F3AB7DBC98EC0A52678643696 ___marginBottom_28; Length_tC812F6D7266A044F3AB7DBC98EC0A52678643696 ___marginLeft_29; Length_tC812F6D7266A044F3AB7DBC98EC0A52678643696 ___marginRight_30; Length_tC812F6D7266A044F3AB7DBC98EC0A52678643696 ___marginTop_31; Length_tC812F6D7266A044F3AB7DBC98EC0A52678643696 ___maxHeight_32; Length_tC812F6D7266A044F3AB7DBC98EC0A52678643696 ___maxWidth_33; Length_tC812F6D7266A044F3AB7DBC98EC0A52678643696 ___minHeight_34; Length_tC812F6D7266A044F3AB7DBC98EC0A52678643696 ___minWidth_35; float ___opacity_36; int32_t ___overflow_37; Length_tC812F6D7266A044F3AB7DBC98EC0A52678643696 ___paddingBottom_38; Length_tC812F6D7266A044F3AB7DBC98EC0A52678643696 ___paddingLeft_39; Length_tC812F6D7266A044F3AB7DBC98EC0A52678643696 ___paddingRight_40; Length_tC812F6D7266A044F3AB7DBC98EC0A52678643696 ___paddingTop_41; int32_t ___position_42; Length_tC812F6D7266A044F3AB7DBC98EC0A52678643696 ___right_43; int32_t ___textOverflow_44; Length_tC812F6D7266A044F3AB7DBC98EC0A52678643696 ___top_45; Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 ___unityBackgroundImageTintColor_46; int32_t ___unityBackgroundScaleMode_47; int32_t ___unityOverflowClipBox_48; int32_t ___unitySliceBottom_49; int32_t ___unitySliceLeft_50; int32_t ___unitySliceRight_51; int32_t ___unitySliceTop_52; int32_t ___unityTextOverflowPosition_53; Length_tC812F6D7266A044F3AB7DBC98EC0A52678643696 ___width_54; }; // Native definition for COM marshalling of UnityEngine.UIElements.NonInheritedData struct NonInheritedData_t3214A5E84AA3C44A80F8B493DC92D00072194A07_marshaled_com { int32_t ___alignContent_0; int32_t ___alignItems_1; int32_t ___alignSelf_2; Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 ___backgroundColor_3; Background_t14D781972AD80DA2C6B3070F7A7EE46F063CDEAD_marshaled_com ___backgroundImage_4; Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 ___borderBottomColor_5; Length_tC812F6D7266A044F3AB7DBC98EC0A52678643696 ___borderBottomLeftRadius_6; Length_tC812F6D7266A044F3AB7DBC98EC0A52678643696 ___borderBottomRightRadius_7; float ___borderBottomWidth_8; Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 ___borderLeftColor_9; float ___borderLeftWidth_10; Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 ___borderRightColor_11; float ___borderRightWidth_12; Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 ___borderTopColor_13; Length_tC812F6D7266A044F3AB7DBC98EC0A52678643696 ___borderTopLeftRadius_14; Length_tC812F6D7266A044F3AB7DBC98EC0A52678643696 ___borderTopRightRadius_15; float ___borderTopWidth_16; Length_tC812F6D7266A044F3AB7DBC98EC0A52678643696 ___bottom_17; Cursor_t6FF56333603B811AE4BB9A0C7D66B88D874A4C4F_marshaled_com ___cursor_18; int32_t ___display_19; Length_tC812F6D7266A044F3AB7DBC98EC0A52678643696 ___flexBasis_20; int32_t ___flexDirection_21; float ___flexGrow_22; float ___flexShrink_23; int32_t ___flexWrap_24; Length_tC812F6D7266A044F3AB7DBC98EC0A52678643696 ___height_25; int32_t ___justifyContent_26; Length_tC812F6D7266A044F3AB7DBC98EC0A52678643696 ___left_27; Length_tC812F6D7266A044F3AB7DBC98EC0A52678643696 ___marginBottom_28; Length_tC812F6D7266A044F3AB7DBC98EC0A52678643696 ___marginLeft_29; Length_tC812F6D7266A044F3AB7DBC98EC0A52678643696 ___marginRight_30; Length_tC812F6D7266A044F3AB7DBC98EC0A52678643696 ___marginTop_31; Length_tC812F6D7266A044F3AB7DBC98EC0A52678643696 ___maxHeight_32; Length_tC812F6D7266A044F3AB7DBC98EC0A52678643696 ___maxWidth_33; Length_tC812F6D7266A044F3AB7DBC98EC0A52678643696 ___minHeight_34; Length_tC812F6D7266A044F3AB7DBC98EC0A52678643696 ___minWidth_35; float ___opacity_36; int32_t ___overflow_37; Length_tC812F6D7266A044F3AB7DBC98EC0A52678643696 ___paddingBottom_38; Length_tC812F6D7266A044F3AB7DBC98EC0A52678643696 ___paddingLeft_39; Length_tC812F6D7266A044F3AB7DBC98EC0A52678643696 ___paddingRight_40; Length_tC812F6D7266A044F3AB7DBC98EC0A52678643696 ___paddingTop_41; int32_t ___position_42; Length_tC812F6D7266A044F3AB7DBC98EC0A52678643696 ___right_43; int32_t ___textOverflow_44; Length_tC812F6D7266A044F3AB7DBC98EC0A52678643696 ___top_45; Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 ___unityBackgroundImageTintColor_46; int32_t ___unityBackgroundScaleMode_47; int32_t ___unityOverflowClipBox_48; int32_t ___unitySliceBottom_49; int32_t ___unitySliceLeft_50; int32_t ___unitySliceRight_51; int32_t ___unitySliceTop_52; int32_t ___unityTextOverflowPosition_53; Length_tC812F6D7266A044F3AB7DBC98EC0A52678643696 ___width_54; }; // UnityEngine.UIElements.Panel struct Panel_t476A329F94E775CA31284CD78FD12460EEB05A3F : public BaseVisualElementPanel_t0BFFA91D18C8A7D905330E2D6DE84B9B67E7BE30 { public: // UnityEngine.UIElements.VisualElement UnityEngine.UIElements.Panel::m_RootContainer VisualElement_tAF72253CBD78143319BFE58F26C2349B2959C8C0 * ___m_RootContainer_18; // UnityEngine.UIElements.VisualTreeUpdater UnityEngine.UIElements.Panel::m_VisualTreeUpdater VisualTreeUpdater_tD6408ED21607A11CCA2F26D09A50AED30B8C1A64 * ___m_VisualTreeUpdater_19; // System.String UnityEngine.UIElements.Panel::m_PanelName String_t* ___m_PanelName_20; // System.UInt32 UnityEngine.UIElements.Panel::m_Version uint32_t ___m_Version_21; // System.UInt32 UnityEngine.UIElements.Panel::m_RepaintVersion uint32_t ___m_RepaintVersion_22; // System.UInt32 UnityEngine.UIElements.Panel::m_HierarchyVersion uint32_t ___m_HierarchyVersion_23; // Unity.Profiling.ProfilerMarker UnityEngine.UIElements.Panel::m_MarkerBeforeUpdate ProfilerMarker_tAE86534C80C5D67768DB3B244D8D139A2E6495E1 ___m_MarkerBeforeUpdate_24; // Unity.Profiling.ProfilerMarker UnityEngine.UIElements.Panel::m_MarkerUpdate ProfilerMarker_tAE86534C80C5D67768DB3B244D8D139A2E6495E1 ___m_MarkerUpdate_25; // Unity.Profiling.ProfilerMarker UnityEngine.UIElements.Panel::m_MarkerLayout ProfilerMarker_tAE86534C80C5D67768DB3B244D8D139A2E6495E1 ___m_MarkerLayout_26; // Unity.Profiling.ProfilerMarker UnityEngine.UIElements.Panel::m_MarkerBindings ProfilerMarker_tAE86534C80C5D67768DB3B244D8D139A2E6495E1 ___m_MarkerBindings_27; // Unity.Profiling.ProfilerMarker UnityEngine.UIElements.Panel::m_MarkerAnimations ProfilerMarker_tAE86534C80C5D67768DB3B244D8D139A2E6495E1 ___m_MarkerAnimations_28; // UnityEngine.UIElements.EventDispatcher UnityEngine.UIElements.Panel::k__BackingField EventDispatcher_t96A750D2456ECAD9F478B4BBB9832D3D05948BC8 * ___U3CdispatcherU3Ek__BackingField_30; // UnityEngine.UIElements.TimerEventScheduler UnityEngine.UIElements.Panel::m_Scheduler TimerEventScheduler_tBFB88C1237A1F9B74C5A80668899D4FD984C3619 * ___m_Scheduler_31; // UnityEngine.ScriptableObject UnityEngine.UIElements.Panel::k__BackingField ScriptableObject_t4361E08CEBF052C650D3666C7CEC37EB31DE116A * ___U3CownerObjectU3Ek__BackingField_32; // UnityEngine.UIElements.ContextType UnityEngine.UIElements.Panel::k__BackingField int32_t ___U3CcontextTypeU3Ek__BackingField_33; // UnityEngine.UIElements.SavePersistentViewData UnityEngine.UIElements.Panel::k__BackingField SavePersistentViewData_t76588E7F1497A5002044502587742FCD2B974311 * ___U3CsaveViewDataU3Ek__BackingField_34; // UnityEngine.UIElements.GetViewDataDictionary UnityEngine.UIElements.Panel::k__BackingField GetViewDataDictionary_t98279159E390DE67BB251497F1B8EEE94CB5A516 * ___U3CgetViewDataDictionaryU3Ek__BackingField_35; // UnityEngine.UIElements.FocusController UnityEngine.UIElements.Panel::k__BackingField FocusController_tC337430532E3E8FF9AD076CA4A5E3F49E437839B * ___U3CfocusControllerU3Ek__BackingField_36; // UnityEngine.EventInterests UnityEngine.UIElements.Panel::k__BackingField EventInterests_t4DC3B6F7CFFDBF0AC4DE302F9102C769B87B9D79 ___U3CIMGUIEventInterestsU3Ek__BackingField_37; // System.Int32 UnityEngine.UIElements.Panel::k__BackingField int32_t ___U3CIMGUIContainersCountU3Ek__BackingField_40; // UnityEngine.UIElements.IMGUIContainer UnityEngine.UIElements.Panel::k__BackingField IMGUIContainer_t0C8BA9DB6BE59812D122D0B25558114E24DAC9C0 * ___U3CrootIMGUIContainerU3Ek__BackingField_41; // UnityEngine.Shader UnityEngine.UIElements.Panel::m_StandardShader Shader_tB2355DC4F3CAF20B2F1AB5AABBF37C3555FFBC39 * ___m_StandardShader_42; // UnityEngine.UIElements.AtlasBase UnityEngine.UIElements.Panel::m_Atlas AtlasBase_tDB4C470C02253BAD18D1BF83FADB620209E4A37D * ___m_Atlas_43; // System.Boolean UnityEngine.UIElements.Panel::m_ValidatingLayout bool ___m_ValidatingLayout_44; public: inline static int32_t get_offset_of_m_RootContainer_18() { return static_cast(offsetof(Panel_t476A329F94E775CA31284CD78FD12460EEB05A3F, ___m_RootContainer_18)); } inline VisualElement_tAF72253CBD78143319BFE58F26C2349B2959C8C0 * get_m_RootContainer_18() const { return ___m_RootContainer_18; } inline VisualElement_tAF72253CBD78143319BFE58F26C2349B2959C8C0 ** get_address_of_m_RootContainer_18() { return &___m_RootContainer_18; } inline void set_m_RootContainer_18(VisualElement_tAF72253CBD78143319BFE58F26C2349B2959C8C0 * value) { ___m_RootContainer_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_RootContainer_18), (void*)value); } inline static int32_t get_offset_of_m_VisualTreeUpdater_19() { return static_cast(offsetof(Panel_t476A329F94E775CA31284CD78FD12460EEB05A3F, ___m_VisualTreeUpdater_19)); } inline VisualTreeUpdater_tD6408ED21607A11CCA2F26D09A50AED30B8C1A64 * get_m_VisualTreeUpdater_19() const { return ___m_VisualTreeUpdater_19; } inline VisualTreeUpdater_tD6408ED21607A11CCA2F26D09A50AED30B8C1A64 ** get_address_of_m_VisualTreeUpdater_19() { return &___m_VisualTreeUpdater_19; } inline void set_m_VisualTreeUpdater_19(VisualTreeUpdater_tD6408ED21607A11CCA2F26D09A50AED30B8C1A64 * value) { ___m_VisualTreeUpdater_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_VisualTreeUpdater_19), (void*)value); } inline static int32_t get_offset_of_m_PanelName_20() { return static_cast(offsetof(Panel_t476A329F94E775CA31284CD78FD12460EEB05A3F, ___m_PanelName_20)); } inline String_t* get_m_PanelName_20() const { return ___m_PanelName_20; } inline String_t** get_address_of_m_PanelName_20() { return &___m_PanelName_20; } inline void set_m_PanelName_20(String_t* value) { ___m_PanelName_20 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_PanelName_20), (void*)value); } inline static int32_t get_offset_of_m_Version_21() { return static_cast(offsetof(Panel_t476A329F94E775CA31284CD78FD12460EEB05A3F, ___m_Version_21)); } inline uint32_t get_m_Version_21() const { return ___m_Version_21; } inline uint32_t* get_address_of_m_Version_21() { return &___m_Version_21; } inline void set_m_Version_21(uint32_t value) { ___m_Version_21 = value; } inline static int32_t get_offset_of_m_RepaintVersion_22() { return static_cast(offsetof(Panel_t476A329F94E775CA31284CD78FD12460EEB05A3F, ___m_RepaintVersion_22)); } inline uint32_t get_m_RepaintVersion_22() const { return ___m_RepaintVersion_22; } inline uint32_t* get_address_of_m_RepaintVersion_22() { return &___m_RepaintVersion_22; } inline void set_m_RepaintVersion_22(uint32_t value) { ___m_RepaintVersion_22 = value; } inline static int32_t get_offset_of_m_HierarchyVersion_23() { return static_cast(offsetof(Panel_t476A329F94E775CA31284CD78FD12460EEB05A3F, ___m_HierarchyVersion_23)); } inline uint32_t get_m_HierarchyVersion_23() const { return ___m_HierarchyVersion_23; } inline uint32_t* get_address_of_m_HierarchyVersion_23() { return &___m_HierarchyVersion_23; } inline void set_m_HierarchyVersion_23(uint32_t value) { ___m_HierarchyVersion_23 = value; } inline static int32_t get_offset_of_m_MarkerBeforeUpdate_24() { return static_cast(offsetof(Panel_t476A329F94E775CA31284CD78FD12460EEB05A3F, ___m_MarkerBeforeUpdate_24)); } inline ProfilerMarker_tAE86534C80C5D67768DB3B244D8D139A2E6495E1 get_m_MarkerBeforeUpdate_24() const { return ___m_MarkerBeforeUpdate_24; } inline ProfilerMarker_tAE86534C80C5D67768DB3B244D8D139A2E6495E1 * get_address_of_m_MarkerBeforeUpdate_24() { return &___m_MarkerBeforeUpdate_24; } inline void set_m_MarkerBeforeUpdate_24(ProfilerMarker_tAE86534C80C5D67768DB3B244D8D139A2E6495E1 value) { ___m_MarkerBeforeUpdate_24 = value; } inline static int32_t get_offset_of_m_MarkerUpdate_25() { return static_cast(offsetof(Panel_t476A329F94E775CA31284CD78FD12460EEB05A3F, ___m_MarkerUpdate_25)); } inline ProfilerMarker_tAE86534C80C5D67768DB3B244D8D139A2E6495E1 get_m_MarkerUpdate_25() const { return ___m_MarkerUpdate_25; } inline ProfilerMarker_tAE86534C80C5D67768DB3B244D8D139A2E6495E1 * get_address_of_m_MarkerUpdate_25() { return &___m_MarkerUpdate_25; } inline void set_m_MarkerUpdate_25(ProfilerMarker_tAE86534C80C5D67768DB3B244D8D139A2E6495E1 value) { ___m_MarkerUpdate_25 = value; } inline static int32_t get_offset_of_m_MarkerLayout_26() { return static_cast(offsetof(Panel_t476A329F94E775CA31284CD78FD12460EEB05A3F, ___m_MarkerLayout_26)); } inline ProfilerMarker_tAE86534C80C5D67768DB3B244D8D139A2E6495E1 get_m_MarkerLayout_26() const { return ___m_MarkerLayout_26; } inline ProfilerMarker_tAE86534C80C5D67768DB3B244D8D139A2E6495E1 * get_address_of_m_MarkerLayout_26() { return &___m_MarkerLayout_26; } inline void set_m_MarkerLayout_26(ProfilerMarker_tAE86534C80C5D67768DB3B244D8D139A2E6495E1 value) { ___m_MarkerLayout_26 = value; } inline static int32_t get_offset_of_m_MarkerBindings_27() { return static_cast(offsetof(Panel_t476A329F94E775CA31284CD78FD12460EEB05A3F, ___m_MarkerBindings_27)); } inline ProfilerMarker_tAE86534C80C5D67768DB3B244D8D139A2E6495E1 get_m_MarkerBindings_27() const { return ___m_MarkerBindings_27; } inline ProfilerMarker_tAE86534C80C5D67768DB3B244D8D139A2E6495E1 * get_address_of_m_MarkerBindings_27() { return &___m_MarkerBindings_27; } inline void set_m_MarkerBindings_27(ProfilerMarker_tAE86534C80C5D67768DB3B244D8D139A2E6495E1 value) { ___m_MarkerBindings_27 = value; } inline static int32_t get_offset_of_m_MarkerAnimations_28() { return static_cast(offsetof(Panel_t476A329F94E775CA31284CD78FD12460EEB05A3F, ___m_MarkerAnimations_28)); } inline ProfilerMarker_tAE86534C80C5D67768DB3B244D8D139A2E6495E1 get_m_MarkerAnimations_28() const { return ___m_MarkerAnimations_28; } inline ProfilerMarker_tAE86534C80C5D67768DB3B244D8D139A2E6495E1 * get_address_of_m_MarkerAnimations_28() { return &___m_MarkerAnimations_28; } inline void set_m_MarkerAnimations_28(ProfilerMarker_tAE86534C80C5D67768DB3B244D8D139A2E6495E1 value) { ___m_MarkerAnimations_28 = value; } inline static int32_t get_offset_of_U3CdispatcherU3Ek__BackingField_30() { return static_cast(offsetof(Panel_t476A329F94E775CA31284CD78FD12460EEB05A3F, ___U3CdispatcherU3Ek__BackingField_30)); } inline EventDispatcher_t96A750D2456ECAD9F478B4BBB9832D3D05948BC8 * get_U3CdispatcherU3Ek__BackingField_30() const { return ___U3CdispatcherU3Ek__BackingField_30; } inline EventDispatcher_t96A750D2456ECAD9F478B4BBB9832D3D05948BC8 ** get_address_of_U3CdispatcherU3Ek__BackingField_30() { return &___U3CdispatcherU3Ek__BackingField_30; } inline void set_U3CdispatcherU3Ek__BackingField_30(EventDispatcher_t96A750D2456ECAD9F478B4BBB9832D3D05948BC8 * value) { ___U3CdispatcherU3Ek__BackingField_30 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CdispatcherU3Ek__BackingField_30), (void*)value); } inline static int32_t get_offset_of_m_Scheduler_31() { return static_cast(offsetof(Panel_t476A329F94E775CA31284CD78FD12460EEB05A3F, ___m_Scheduler_31)); } inline TimerEventScheduler_tBFB88C1237A1F9B74C5A80668899D4FD984C3619 * get_m_Scheduler_31() const { return ___m_Scheduler_31; } inline TimerEventScheduler_tBFB88C1237A1F9B74C5A80668899D4FD984C3619 ** get_address_of_m_Scheduler_31() { return &___m_Scheduler_31; } inline void set_m_Scheduler_31(TimerEventScheduler_tBFB88C1237A1F9B74C5A80668899D4FD984C3619 * value) { ___m_Scheduler_31 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Scheduler_31), (void*)value); } inline static int32_t get_offset_of_U3CownerObjectU3Ek__BackingField_32() { return static_cast(offsetof(Panel_t476A329F94E775CA31284CD78FD12460EEB05A3F, ___U3CownerObjectU3Ek__BackingField_32)); } inline ScriptableObject_t4361E08CEBF052C650D3666C7CEC37EB31DE116A * get_U3CownerObjectU3Ek__BackingField_32() const { return ___U3CownerObjectU3Ek__BackingField_32; } inline ScriptableObject_t4361E08CEBF052C650D3666C7CEC37EB31DE116A ** get_address_of_U3CownerObjectU3Ek__BackingField_32() { return &___U3CownerObjectU3Ek__BackingField_32; } inline void set_U3CownerObjectU3Ek__BackingField_32(ScriptableObject_t4361E08CEBF052C650D3666C7CEC37EB31DE116A * value) { ___U3CownerObjectU3Ek__BackingField_32 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CownerObjectU3Ek__BackingField_32), (void*)value); } inline static int32_t get_offset_of_U3CcontextTypeU3Ek__BackingField_33() { return static_cast(offsetof(Panel_t476A329F94E775CA31284CD78FD12460EEB05A3F, ___U3CcontextTypeU3Ek__BackingField_33)); } inline int32_t get_U3CcontextTypeU3Ek__BackingField_33() const { return ___U3CcontextTypeU3Ek__BackingField_33; } inline int32_t* get_address_of_U3CcontextTypeU3Ek__BackingField_33() { return &___U3CcontextTypeU3Ek__BackingField_33; } inline void set_U3CcontextTypeU3Ek__BackingField_33(int32_t value) { ___U3CcontextTypeU3Ek__BackingField_33 = value; } inline static int32_t get_offset_of_U3CsaveViewDataU3Ek__BackingField_34() { return static_cast(offsetof(Panel_t476A329F94E775CA31284CD78FD12460EEB05A3F, ___U3CsaveViewDataU3Ek__BackingField_34)); } inline SavePersistentViewData_t76588E7F1497A5002044502587742FCD2B974311 * get_U3CsaveViewDataU3Ek__BackingField_34() const { return ___U3CsaveViewDataU3Ek__BackingField_34; } inline SavePersistentViewData_t76588E7F1497A5002044502587742FCD2B974311 ** get_address_of_U3CsaveViewDataU3Ek__BackingField_34() { return &___U3CsaveViewDataU3Ek__BackingField_34; } inline void set_U3CsaveViewDataU3Ek__BackingField_34(SavePersistentViewData_t76588E7F1497A5002044502587742FCD2B974311 * value) { ___U3CsaveViewDataU3Ek__BackingField_34 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CsaveViewDataU3Ek__BackingField_34), (void*)value); } inline static int32_t get_offset_of_U3CgetViewDataDictionaryU3Ek__BackingField_35() { return static_cast(offsetof(Panel_t476A329F94E775CA31284CD78FD12460EEB05A3F, ___U3CgetViewDataDictionaryU3Ek__BackingField_35)); } inline GetViewDataDictionary_t98279159E390DE67BB251497F1B8EEE94CB5A516 * get_U3CgetViewDataDictionaryU3Ek__BackingField_35() const { return ___U3CgetViewDataDictionaryU3Ek__BackingField_35; } inline GetViewDataDictionary_t98279159E390DE67BB251497F1B8EEE94CB5A516 ** get_address_of_U3CgetViewDataDictionaryU3Ek__BackingField_35() { return &___U3CgetViewDataDictionaryU3Ek__BackingField_35; } inline void set_U3CgetViewDataDictionaryU3Ek__BackingField_35(GetViewDataDictionary_t98279159E390DE67BB251497F1B8EEE94CB5A516 * value) { ___U3CgetViewDataDictionaryU3Ek__BackingField_35 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CgetViewDataDictionaryU3Ek__BackingField_35), (void*)value); } inline static int32_t get_offset_of_U3CfocusControllerU3Ek__BackingField_36() { return static_cast(offsetof(Panel_t476A329F94E775CA31284CD78FD12460EEB05A3F, ___U3CfocusControllerU3Ek__BackingField_36)); } inline FocusController_tC337430532E3E8FF9AD076CA4A5E3F49E437839B * get_U3CfocusControllerU3Ek__BackingField_36() const { return ___U3CfocusControllerU3Ek__BackingField_36; } inline FocusController_tC337430532E3E8FF9AD076CA4A5E3F49E437839B ** get_address_of_U3CfocusControllerU3Ek__BackingField_36() { return &___U3CfocusControllerU3Ek__BackingField_36; } inline void set_U3CfocusControllerU3Ek__BackingField_36(FocusController_tC337430532E3E8FF9AD076CA4A5E3F49E437839B * value) { ___U3CfocusControllerU3Ek__BackingField_36 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CfocusControllerU3Ek__BackingField_36), (void*)value); } inline static int32_t get_offset_of_U3CIMGUIEventInterestsU3Ek__BackingField_37() { return static_cast(offsetof(Panel_t476A329F94E775CA31284CD78FD12460EEB05A3F, ___U3CIMGUIEventInterestsU3Ek__BackingField_37)); } inline EventInterests_t4DC3B6F7CFFDBF0AC4DE302F9102C769B87B9D79 get_U3CIMGUIEventInterestsU3Ek__BackingField_37() const { return ___U3CIMGUIEventInterestsU3Ek__BackingField_37; } inline EventInterests_t4DC3B6F7CFFDBF0AC4DE302F9102C769B87B9D79 * get_address_of_U3CIMGUIEventInterestsU3Ek__BackingField_37() { return &___U3CIMGUIEventInterestsU3Ek__BackingField_37; } inline void set_U3CIMGUIEventInterestsU3Ek__BackingField_37(EventInterests_t4DC3B6F7CFFDBF0AC4DE302F9102C769B87B9D79 value) { ___U3CIMGUIEventInterestsU3Ek__BackingField_37 = value; } inline static int32_t get_offset_of_U3CIMGUIContainersCountU3Ek__BackingField_40() { return static_cast(offsetof(Panel_t476A329F94E775CA31284CD78FD12460EEB05A3F, ___U3CIMGUIContainersCountU3Ek__BackingField_40)); } inline int32_t get_U3CIMGUIContainersCountU3Ek__BackingField_40() const { return ___U3CIMGUIContainersCountU3Ek__BackingField_40; } inline int32_t* get_address_of_U3CIMGUIContainersCountU3Ek__BackingField_40() { return &___U3CIMGUIContainersCountU3Ek__BackingField_40; } inline void set_U3CIMGUIContainersCountU3Ek__BackingField_40(int32_t value) { ___U3CIMGUIContainersCountU3Ek__BackingField_40 = value; } inline static int32_t get_offset_of_U3CrootIMGUIContainerU3Ek__BackingField_41() { return static_cast(offsetof(Panel_t476A329F94E775CA31284CD78FD12460EEB05A3F, ___U3CrootIMGUIContainerU3Ek__BackingField_41)); } inline IMGUIContainer_t0C8BA9DB6BE59812D122D0B25558114E24DAC9C0 * get_U3CrootIMGUIContainerU3Ek__BackingField_41() const { return ___U3CrootIMGUIContainerU3Ek__BackingField_41; } inline IMGUIContainer_t0C8BA9DB6BE59812D122D0B25558114E24DAC9C0 ** get_address_of_U3CrootIMGUIContainerU3Ek__BackingField_41() { return &___U3CrootIMGUIContainerU3Ek__BackingField_41; } inline void set_U3CrootIMGUIContainerU3Ek__BackingField_41(IMGUIContainer_t0C8BA9DB6BE59812D122D0B25558114E24DAC9C0 * value) { ___U3CrootIMGUIContainerU3Ek__BackingField_41 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CrootIMGUIContainerU3Ek__BackingField_41), (void*)value); } inline static int32_t get_offset_of_m_StandardShader_42() { return static_cast(offsetof(Panel_t476A329F94E775CA31284CD78FD12460EEB05A3F, ___m_StandardShader_42)); } inline Shader_tB2355DC4F3CAF20B2F1AB5AABBF37C3555FFBC39 * get_m_StandardShader_42() const { return ___m_StandardShader_42; } inline Shader_tB2355DC4F3CAF20B2F1AB5AABBF37C3555FFBC39 ** get_address_of_m_StandardShader_42() { return &___m_StandardShader_42; } inline void set_m_StandardShader_42(Shader_tB2355DC4F3CAF20B2F1AB5AABBF37C3555FFBC39 * value) { ___m_StandardShader_42 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_StandardShader_42), (void*)value); } inline static int32_t get_offset_of_m_Atlas_43() { return static_cast(offsetof(Panel_t476A329F94E775CA31284CD78FD12460EEB05A3F, ___m_Atlas_43)); } inline AtlasBase_tDB4C470C02253BAD18D1BF83FADB620209E4A37D * get_m_Atlas_43() const { return ___m_Atlas_43; } inline AtlasBase_tDB4C470C02253BAD18D1BF83FADB620209E4A37D ** get_address_of_m_Atlas_43() { return &___m_Atlas_43; } inline void set_m_Atlas_43(AtlasBase_tDB4C470C02253BAD18D1BF83FADB620209E4A37D * value) { ___m_Atlas_43 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Atlas_43), (void*)value); } inline static int32_t get_offset_of_m_ValidatingLayout_44() { return static_cast(offsetof(Panel_t476A329F94E775CA31284CD78FD12460EEB05A3F, ___m_ValidatingLayout_44)); } inline bool get_m_ValidatingLayout_44() const { return ___m_ValidatingLayout_44; } inline bool* get_address_of_m_ValidatingLayout_44() { return &___m_ValidatingLayout_44; } inline void set_m_ValidatingLayout_44(bool value) { ___m_ValidatingLayout_44 = value; } }; struct Panel_t476A329F94E775CA31284CD78FD12460EEB05A3F_StaticFields { public: // Unity.Profiling.ProfilerMarker UnityEngine.UIElements.Panel::s_MarkerPickAll ProfilerMarker_tAE86534C80C5D67768DB3B244D8D139A2E6495E1 ___s_MarkerPickAll_29; // UnityEngine.UIElements.LoadResourceFunction UnityEngine.UIElements.Panel::k__BackingField LoadResourceFunction_tC8B248C3A029A6C7E29976A421652F7262656F92 * ___U3CloadResourceFuncU3Ek__BackingField_38; // UnityEngine.UIElements.TimeMsFunction UnityEngine.UIElements.Panel::k__BackingField TimeMsFunction_tA8C39B5612EEA072E31B8B065796054F4FF447A7 * ___U3CTimeSinceStartupU3Ek__BackingField_39; // System.Action`1 UnityEngine.UIElements.Panel::beforeAnyRepaint Action_1_tD6977CC88510EC45D6546337AF4105D2D5667964 * ___beforeAnyRepaint_45; public: inline static int32_t get_offset_of_s_MarkerPickAll_29() { return static_cast(offsetof(Panel_t476A329F94E775CA31284CD78FD12460EEB05A3F_StaticFields, ___s_MarkerPickAll_29)); } inline ProfilerMarker_tAE86534C80C5D67768DB3B244D8D139A2E6495E1 get_s_MarkerPickAll_29() const { return ___s_MarkerPickAll_29; } inline ProfilerMarker_tAE86534C80C5D67768DB3B244D8D139A2E6495E1 * get_address_of_s_MarkerPickAll_29() { return &___s_MarkerPickAll_29; } inline void set_s_MarkerPickAll_29(ProfilerMarker_tAE86534C80C5D67768DB3B244D8D139A2E6495E1 value) { ___s_MarkerPickAll_29 = value; } inline static int32_t get_offset_of_U3CloadResourceFuncU3Ek__BackingField_38() { return static_cast(offsetof(Panel_t476A329F94E775CA31284CD78FD12460EEB05A3F_StaticFields, ___U3CloadResourceFuncU3Ek__BackingField_38)); } inline LoadResourceFunction_tC8B248C3A029A6C7E29976A421652F7262656F92 * get_U3CloadResourceFuncU3Ek__BackingField_38() const { return ___U3CloadResourceFuncU3Ek__BackingField_38; } inline LoadResourceFunction_tC8B248C3A029A6C7E29976A421652F7262656F92 ** get_address_of_U3CloadResourceFuncU3Ek__BackingField_38() { return &___U3CloadResourceFuncU3Ek__BackingField_38; } inline void set_U3CloadResourceFuncU3Ek__BackingField_38(LoadResourceFunction_tC8B248C3A029A6C7E29976A421652F7262656F92 * value) { ___U3CloadResourceFuncU3Ek__BackingField_38 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CloadResourceFuncU3Ek__BackingField_38), (void*)value); } inline static int32_t get_offset_of_U3CTimeSinceStartupU3Ek__BackingField_39() { return static_cast(offsetof(Panel_t476A329F94E775CA31284CD78FD12460EEB05A3F_StaticFields, ___U3CTimeSinceStartupU3Ek__BackingField_39)); } inline TimeMsFunction_tA8C39B5612EEA072E31B8B065796054F4FF447A7 * get_U3CTimeSinceStartupU3Ek__BackingField_39() const { return ___U3CTimeSinceStartupU3Ek__BackingField_39; } inline TimeMsFunction_tA8C39B5612EEA072E31B8B065796054F4FF447A7 ** get_address_of_U3CTimeSinceStartupU3Ek__BackingField_39() { return &___U3CTimeSinceStartupU3Ek__BackingField_39; } inline void set_U3CTimeSinceStartupU3Ek__BackingField_39(TimeMsFunction_tA8C39B5612EEA072E31B8B065796054F4FF447A7 * value) { ___U3CTimeSinceStartupU3Ek__BackingField_39 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CTimeSinceStartupU3Ek__BackingField_39), (void*)value); } inline static int32_t get_offset_of_beforeAnyRepaint_45() { return static_cast(offsetof(Panel_t476A329F94E775CA31284CD78FD12460EEB05A3F_StaticFields, ___beforeAnyRepaint_45)); } inline Action_1_tD6977CC88510EC45D6546337AF4105D2D5667964 * get_beforeAnyRepaint_45() const { return ___beforeAnyRepaint_45; } inline Action_1_tD6977CC88510EC45D6546337AF4105D2D5667964 ** get_address_of_beforeAnyRepaint_45() { return &___beforeAnyRepaint_45; } inline void set_beforeAnyRepaint_45(Action_1_tD6977CC88510EC45D6546337AF4105D2D5667964 * value) { ___beforeAnyRepaint_45 = value; Il2CppCodeGenWriteBarrier((void**)(&___beforeAnyRepaint_45), (void*)value); } }; // UnityEngine.UIElements.UIR.RenderChainVEData struct RenderChainVEData_t656B15476E05EB7869DD55CC758974CE2A8FD8D1 { public: // UnityEngine.UIElements.VisualElement UnityEngine.UIElements.UIR.RenderChainVEData::prev VisualElement_tAF72253CBD78143319BFE58F26C2349B2959C8C0 * ___prev_0; // UnityEngine.UIElements.VisualElement UnityEngine.UIElements.UIR.RenderChainVEData::next VisualElement_tAF72253CBD78143319BFE58F26C2349B2959C8C0 * ___next_1; // UnityEngine.UIElements.VisualElement UnityEngine.UIElements.UIR.RenderChainVEData::groupTransformAncestor VisualElement_tAF72253CBD78143319BFE58F26C2349B2959C8C0 * ___groupTransformAncestor_2; // UnityEngine.UIElements.VisualElement UnityEngine.UIElements.UIR.RenderChainVEData::boneTransformAncestor VisualElement_tAF72253CBD78143319BFE58F26C2349B2959C8C0 * ___boneTransformAncestor_3; // UnityEngine.UIElements.VisualElement UnityEngine.UIElements.UIR.RenderChainVEData::prevDirty VisualElement_tAF72253CBD78143319BFE58F26C2349B2959C8C0 * ___prevDirty_4; // UnityEngine.UIElements.VisualElement UnityEngine.UIElements.UIR.RenderChainVEData::nextDirty VisualElement_tAF72253CBD78143319BFE58F26C2349B2959C8C0 * ___nextDirty_5; // System.Int32 UnityEngine.UIElements.UIR.RenderChainVEData::hierarchyDepth int32_t ___hierarchyDepth_6; // UnityEngine.UIElements.UIR.RenderDataDirtyTypes UnityEngine.UIElements.UIR.RenderChainVEData::dirtiedValues int32_t ___dirtiedValues_7; // System.UInt32 UnityEngine.UIElements.UIR.RenderChainVEData::dirtyID uint32_t ___dirtyID_8; // UnityEngine.UIElements.UIR.Implementation.ClipMethod UnityEngine.UIElements.UIR.RenderChainVEData::clipMethod int32_t ___clipMethod_9; // UnityEngine.UIElements.UIR.RenderChainCommand UnityEngine.UIElements.UIR.RenderChainVEData::firstCommand RenderChainCommand_t687866AA005A30DF2AF3D60E22ADC708C90828F1 * ___firstCommand_10; // UnityEngine.UIElements.UIR.RenderChainCommand UnityEngine.UIElements.UIR.RenderChainVEData::lastCommand RenderChainCommand_t687866AA005A30DF2AF3D60E22ADC708C90828F1 * ___lastCommand_11; // UnityEngine.UIElements.UIR.RenderChainCommand UnityEngine.UIElements.UIR.RenderChainVEData::firstClosingCommand RenderChainCommand_t687866AA005A30DF2AF3D60E22ADC708C90828F1 * ___firstClosingCommand_12; // UnityEngine.UIElements.UIR.RenderChainCommand UnityEngine.UIElements.UIR.RenderChainVEData::lastClosingCommand RenderChainCommand_t687866AA005A30DF2AF3D60E22ADC708C90828F1 * ___lastClosingCommand_13; // System.Boolean UnityEngine.UIElements.UIR.RenderChainVEData::isInChain bool ___isInChain_14; // System.Boolean UnityEngine.UIElements.UIR.RenderChainVEData::isStencilClipped bool ___isStencilClipped_15; // System.Boolean UnityEngine.UIElements.UIR.RenderChainVEData::isHierarchyHidden bool ___isHierarchyHidden_16; // System.Boolean UnityEngine.UIElements.UIR.RenderChainVEData::disableNudging bool ___disableNudging_17; // System.Boolean UnityEngine.UIElements.UIR.RenderChainVEData::usesLegacyText bool ___usesLegacyText_18; // UnityEngine.UIElements.UIR.MeshHandle UnityEngine.UIElements.UIR.RenderChainVEData::data MeshHandle_tA7A439464E73D2821B9D24EF75EC719A74C441ED * ___data_19; // UnityEngine.UIElements.UIR.MeshHandle UnityEngine.UIElements.UIR.RenderChainVEData::closingData MeshHandle_tA7A439464E73D2821B9D24EF75EC719A74C441ED * ___closingData_20; // UnityEngine.Matrix4x4 UnityEngine.UIElements.UIR.RenderChainVEData::verticesSpace Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461 ___verticesSpace_21; // System.Int32 UnityEngine.UIElements.UIR.RenderChainVEData::displacementUVStart int32_t ___displacementUVStart_22; // System.Int32 UnityEngine.UIElements.UIR.RenderChainVEData::displacementUVEnd int32_t ___displacementUVEnd_23; // UnityEngine.UIElements.UIR.BMPAlloc UnityEngine.UIElements.UIR.RenderChainVEData::transformID BMPAlloc_t2329D0F6C80ACB6A485F2EC900E52171ED651FA8 ___transformID_24; // UnityEngine.UIElements.UIR.BMPAlloc UnityEngine.UIElements.UIR.RenderChainVEData::clipRectID BMPAlloc_t2329D0F6C80ACB6A485F2EC900E52171ED651FA8 ___clipRectID_25; // UnityEngine.UIElements.UIR.BMPAlloc UnityEngine.UIElements.UIR.RenderChainVEData::opacityID BMPAlloc_t2329D0F6C80ACB6A485F2EC900E52171ED651FA8 ___opacityID_26; // UnityEngine.UIElements.UIR.BMPAlloc UnityEngine.UIElements.UIR.RenderChainVEData::textCoreSettingsID BMPAlloc_t2329D0F6C80ACB6A485F2EC900E52171ED651FA8 ___textCoreSettingsID_27; // System.Single UnityEngine.UIElements.UIR.RenderChainVEData::compositeOpacity float ___compositeOpacity_28; // UnityEngine.UIElements.VisualElement UnityEngine.UIElements.UIR.RenderChainVEData::prevText VisualElement_tAF72253CBD78143319BFE58F26C2349B2959C8C0 * ___prevText_29; // UnityEngine.UIElements.VisualElement UnityEngine.UIElements.UIR.RenderChainVEData::nextText VisualElement_tAF72253CBD78143319BFE58F26C2349B2959C8C0 * ___nextText_30; // System.Collections.Generic.List`1 UnityEngine.UIElements.UIR.RenderChainVEData::textEntries List_1_t5D9124F36ADC50D7FBCB5390DA772BDB26966C45 * ___textEntries_31; // UnityEngine.UIElements.UIR.BasicNode`1 UnityEngine.UIElements.UIR.RenderChainVEData::textures BasicNode_1_t50926A7B122A7CBF935CADAA3B6A63CB8DC36B65 * ___textures_32; public: inline static int32_t get_offset_of_prev_0() { return static_cast(offsetof(RenderChainVEData_t656B15476E05EB7869DD55CC758974CE2A8FD8D1, ___prev_0)); } inline VisualElement_tAF72253CBD78143319BFE58F26C2349B2959C8C0 * get_prev_0() const { return ___prev_0; } inline VisualElement_tAF72253CBD78143319BFE58F26C2349B2959C8C0 ** get_address_of_prev_0() { return &___prev_0; } inline void set_prev_0(VisualElement_tAF72253CBD78143319BFE58F26C2349B2959C8C0 * value) { ___prev_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___prev_0), (void*)value); } inline static int32_t get_offset_of_next_1() { return static_cast(offsetof(RenderChainVEData_t656B15476E05EB7869DD55CC758974CE2A8FD8D1, ___next_1)); } inline VisualElement_tAF72253CBD78143319BFE58F26C2349B2959C8C0 * get_next_1() const { return ___next_1; } inline VisualElement_tAF72253CBD78143319BFE58F26C2349B2959C8C0 ** get_address_of_next_1() { return &___next_1; } inline void set_next_1(VisualElement_tAF72253CBD78143319BFE58F26C2349B2959C8C0 * value) { ___next_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___next_1), (void*)value); } inline static int32_t get_offset_of_groupTransformAncestor_2() { return static_cast(offsetof(RenderChainVEData_t656B15476E05EB7869DD55CC758974CE2A8FD8D1, ___groupTransformAncestor_2)); } inline VisualElement_tAF72253CBD78143319BFE58F26C2349B2959C8C0 * get_groupTransformAncestor_2() const { return ___groupTransformAncestor_2; } inline VisualElement_tAF72253CBD78143319BFE58F26C2349B2959C8C0 ** get_address_of_groupTransformAncestor_2() { return &___groupTransformAncestor_2; } inline void set_groupTransformAncestor_2(VisualElement_tAF72253CBD78143319BFE58F26C2349B2959C8C0 * value) { ___groupTransformAncestor_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___groupTransformAncestor_2), (void*)value); } inline static int32_t get_offset_of_boneTransformAncestor_3() { return static_cast(offsetof(RenderChainVEData_t656B15476E05EB7869DD55CC758974CE2A8FD8D1, ___boneTransformAncestor_3)); } inline VisualElement_tAF72253CBD78143319BFE58F26C2349B2959C8C0 * get_boneTransformAncestor_3() const { return ___boneTransformAncestor_3; } inline VisualElement_tAF72253CBD78143319BFE58F26C2349B2959C8C0 ** get_address_of_boneTransformAncestor_3() { return &___boneTransformAncestor_3; } inline void set_boneTransformAncestor_3(VisualElement_tAF72253CBD78143319BFE58F26C2349B2959C8C0 * value) { ___boneTransformAncestor_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___boneTransformAncestor_3), (void*)value); } inline static int32_t get_offset_of_prevDirty_4() { return static_cast(offsetof(RenderChainVEData_t656B15476E05EB7869DD55CC758974CE2A8FD8D1, ___prevDirty_4)); } inline VisualElement_tAF72253CBD78143319BFE58F26C2349B2959C8C0 * get_prevDirty_4() const { return ___prevDirty_4; } inline VisualElement_tAF72253CBD78143319BFE58F26C2349B2959C8C0 ** get_address_of_prevDirty_4() { return &___prevDirty_4; } inline void set_prevDirty_4(VisualElement_tAF72253CBD78143319BFE58F26C2349B2959C8C0 * value) { ___prevDirty_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___prevDirty_4), (void*)value); } inline static int32_t get_offset_of_nextDirty_5() { return static_cast(offsetof(RenderChainVEData_t656B15476E05EB7869DD55CC758974CE2A8FD8D1, ___nextDirty_5)); } inline VisualElement_tAF72253CBD78143319BFE58F26C2349B2959C8C0 * get_nextDirty_5() const { return ___nextDirty_5; } inline VisualElement_tAF72253CBD78143319BFE58F26C2349B2959C8C0 ** get_address_of_nextDirty_5() { return &___nextDirty_5; } inline void set_nextDirty_5(VisualElement_tAF72253CBD78143319BFE58F26C2349B2959C8C0 * value) { ___nextDirty_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___nextDirty_5), (void*)value); } inline static int32_t get_offset_of_hierarchyDepth_6() { return static_cast(offsetof(RenderChainVEData_t656B15476E05EB7869DD55CC758974CE2A8FD8D1, ___hierarchyDepth_6)); } inline int32_t get_hierarchyDepth_6() const { return ___hierarchyDepth_6; } inline int32_t* get_address_of_hierarchyDepth_6() { return &___hierarchyDepth_6; } inline void set_hierarchyDepth_6(int32_t value) { ___hierarchyDepth_6 = value; } inline static int32_t get_offset_of_dirtiedValues_7() { return static_cast(offsetof(RenderChainVEData_t656B15476E05EB7869DD55CC758974CE2A8FD8D1, ___dirtiedValues_7)); } inline int32_t get_dirtiedValues_7() const { return ___dirtiedValues_7; } inline int32_t* get_address_of_dirtiedValues_7() { return &___dirtiedValues_7; } inline void set_dirtiedValues_7(int32_t value) { ___dirtiedValues_7 = value; } inline static int32_t get_offset_of_dirtyID_8() { return static_cast(offsetof(RenderChainVEData_t656B15476E05EB7869DD55CC758974CE2A8FD8D1, ___dirtyID_8)); } inline uint32_t get_dirtyID_8() const { return ___dirtyID_8; } inline uint32_t* get_address_of_dirtyID_8() { return &___dirtyID_8; } inline void set_dirtyID_8(uint32_t value) { ___dirtyID_8 = value; } inline static int32_t get_offset_of_clipMethod_9() { return static_cast(offsetof(RenderChainVEData_t656B15476E05EB7869DD55CC758974CE2A8FD8D1, ___clipMethod_9)); } inline int32_t get_clipMethod_9() const { return ___clipMethod_9; } inline int32_t* get_address_of_clipMethod_9() { return &___clipMethod_9; } inline void set_clipMethod_9(int32_t value) { ___clipMethod_9 = value; } inline static int32_t get_offset_of_firstCommand_10() { return static_cast(offsetof(RenderChainVEData_t656B15476E05EB7869DD55CC758974CE2A8FD8D1, ___firstCommand_10)); } inline RenderChainCommand_t687866AA005A30DF2AF3D60E22ADC708C90828F1 * get_firstCommand_10() const { return ___firstCommand_10; } inline RenderChainCommand_t687866AA005A30DF2AF3D60E22ADC708C90828F1 ** get_address_of_firstCommand_10() { return &___firstCommand_10; } inline void set_firstCommand_10(RenderChainCommand_t687866AA005A30DF2AF3D60E22ADC708C90828F1 * value) { ___firstCommand_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___firstCommand_10), (void*)value); } inline static int32_t get_offset_of_lastCommand_11() { return static_cast(offsetof(RenderChainVEData_t656B15476E05EB7869DD55CC758974CE2A8FD8D1, ___lastCommand_11)); } inline RenderChainCommand_t687866AA005A30DF2AF3D60E22ADC708C90828F1 * get_lastCommand_11() const { return ___lastCommand_11; } inline RenderChainCommand_t687866AA005A30DF2AF3D60E22ADC708C90828F1 ** get_address_of_lastCommand_11() { return &___lastCommand_11; } inline void set_lastCommand_11(RenderChainCommand_t687866AA005A30DF2AF3D60E22ADC708C90828F1 * value) { ___lastCommand_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___lastCommand_11), (void*)value); } inline static int32_t get_offset_of_firstClosingCommand_12() { return static_cast(offsetof(RenderChainVEData_t656B15476E05EB7869DD55CC758974CE2A8FD8D1, ___firstClosingCommand_12)); } inline RenderChainCommand_t687866AA005A30DF2AF3D60E22ADC708C90828F1 * get_firstClosingCommand_12() const { return ___firstClosingCommand_12; } inline RenderChainCommand_t687866AA005A30DF2AF3D60E22ADC708C90828F1 ** get_address_of_firstClosingCommand_12() { return &___firstClosingCommand_12; } inline void set_firstClosingCommand_12(RenderChainCommand_t687866AA005A30DF2AF3D60E22ADC708C90828F1 * value) { ___firstClosingCommand_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___firstClosingCommand_12), (void*)value); } inline static int32_t get_offset_of_lastClosingCommand_13() { return static_cast(offsetof(RenderChainVEData_t656B15476E05EB7869DD55CC758974CE2A8FD8D1, ___lastClosingCommand_13)); } inline RenderChainCommand_t687866AA005A30DF2AF3D60E22ADC708C90828F1 * get_lastClosingCommand_13() const { return ___lastClosingCommand_13; } inline RenderChainCommand_t687866AA005A30DF2AF3D60E22ADC708C90828F1 ** get_address_of_lastClosingCommand_13() { return &___lastClosingCommand_13; } inline void set_lastClosingCommand_13(RenderChainCommand_t687866AA005A30DF2AF3D60E22ADC708C90828F1 * value) { ___lastClosingCommand_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___lastClosingCommand_13), (void*)value); } inline static int32_t get_offset_of_isInChain_14() { return static_cast(offsetof(RenderChainVEData_t656B15476E05EB7869DD55CC758974CE2A8FD8D1, ___isInChain_14)); } inline bool get_isInChain_14() const { return ___isInChain_14; } inline bool* get_address_of_isInChain_14() { return &___isInChain_14; } inline void set_isInChain_14(bool value) { ___isInChain_14 = value; } inline static int32_t get_offset_of_isStencilClipped_15() { return static_cast(offsetof(RenderChainVEData_t656B15476E05EB7869DD55CC758974CE2A8FD8D1, ___isStencilClipped_15)); } inline bool get_isStencilClipped_15() const { return ___isStencilClipped_15; } inline bool* get_address_of_isStencilClipped_15() { return &___isStencilClipped_15; } inline void set_isStencilClipped_15(bool value) { ___isStencilClipped_15 = value; } inline static int32_t get_offset_of_isHierarchyHidden_16() { return static_cast(offsetof(RenderChainVEData_t656B15476E05EB7869DD55CC758974CE2A8FD8D1, ___isHierarchyHidden_16)); } inline bool get_isHierarchyHidden_16() const { return ___isHierarchyHidden_16; } inline bool* get_address_of_isHierarchyHidden_16() { return &___isHierarchyHidden_16; } inline void set_isHierarchyHidden_16(bool value) { ___isHierarchyHidden_16 = value; } inline static int32_t get_offset_of_disableNudging_17() { return static_cast(offsetof(RenderChainVEData_t656B15476E05EB7869DD55CC758974CE2A8FD8D1, ___disableNudging_17)); } inline bool get_disableNudging_17() const { return ___disableNudging_17; } inline bool* get_address_of_disableNudging_17() { return &___disableNudging_17; } inline void set_disableNudging_17(bool value) { ___disableNudging_17 = value; } inline static int32_t get_offset_of_usesLegacyText_18() { return static_cast(offsetof(RenderChainVEData_t656B15476E05EB7869DD55CC758974CE2A8FD8D1, ___usesLegacyText_18)); } inline bool get_usesLegacyText_18() const { return ___usesLegacyText_18; } inline bool* get_address_of_usesLegacyText_18() { return &___usesLegacyText_18; } inline void set_usesLegacyText_18(bool value) { ___usesLegacyText_18 = value; } inline static int32_t get_offset_of_data_19() { return static_cast(offsetof(RenderChainVEData_t656B15476E05EB7869DD55CC758974CE2A8FD8D1, ___data_19)); } inline MeshHandle_tA7A439464E73D2821B9D24EF75EC719A74C441ED * get_data_19() const { return ___data_19; } inline MeshHandle_tA7A439464E73D2821B9D24EF75EC719A74C441ED ** get_address_of_data_19() { return &___data_19; } inline void set_data_19(MeshHandle_tA7A439464E73D2821B9D24EF75EC719A74C441ED * value) { ___data_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___data_19), (void*)value); } inline static int32_t get_offset_of_closingData_20() { return static_cast(offsetof(RenderChainVEData_t656B15476E05EB7869DD55CC758974CE2A8FD8D1, ___closingData_20)); } inline MeshHandle_tA7A439464E73D2821B9D24EF75EC719A74C441ED * get_closingData_20() const { return ___closingData_20; } inline MeshHandle_tA7A439464E73D2821B9D24EF75EC719A74C441ED ** get_address_of_closingData_20() { return &___closingData_20; } inline void set_closingData_20(MeshHandle_tA7A439464E73D2821B9D24EF75EC719A74C441ED * value) { ___closingData_20 = value; Il2CppCodeGenWriteBarrier((void**)(&___closingData_20), (void*)value); } inline static int32_t get_offset_of_verticesSpace_21() { return static_cast(offsetof(RenderChainVEData_t656B15476E05EB7869DD55CC758974CE2A8FD8D1, ___verticesSpace_21)); } inline Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461 get_verticesSpace_21() const { return ___verticesSpace_21; } inline Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461 * get_address_of_verticesSpace_21() { return &___verticesSpace_21; } inline void set_verticesSpace_21(Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461 value) { ___verticesSpace_21 = value; } inline static int32_t get_offset_of_displacementUVStart_22() { return static_cast(offsetof(RenderChainVEData_t656B15476E05EB7869DD55CC758974CE2A8FD8D1, ___displacementUVStart_22)); } inline int32_t get_displacementUVStart_22() const { return ___displacementUVStart_22; } inline int32_t* get_address_of_displacementUVStart_22() { return &___displacementUVStart_22; } inline void set_displacementUVStart_22(int32_t value) { ___displacementUVStart_22 = value; } inline static int32_t get_offset_of_displacementUVEnd_23() { return static_cast(offsetof(RenderChainVEData_t656B15476E05EB7869DD55CC758974CE2A8FD8D1, ___displacementUVEnd_23)); } inline int32_t get_displacementUVEnd_23() const { return ___displacementUVEnd_23; } inline int32_t* get_address_of_displacementUVEnd_23() { return &___displacementUVEnd_23; } inline void set_displacementUVEnd_23(int32_t value) { ___displacementUVEnd_23 = value; } inline static int32_t get_offset_of_transformID_24() { return static_cast(offsetof(RenderChainVEData_t656B15476E05EB7869DD55CC758974CE2A8FD8D1, ___transformID_24)); } inline BMPAlloc_t2329D0F6C80ACB6A485F2EC900E52171ED651FA8 get_transformID_24() const { return ___transformID_24; } inline BMPAlloc_t2329D0F6C80ACB6A485F2EC900E52171ED651FA8 * get_address_of_transformID_24() { return &___transformID_24; } inline void set_transformID_24(BMPAlloc_t2329D0F6C80ACB6A485F2EC900E52171ED651FA8 value) { ___transformID_24 = value; } inline static int32_t get_offset_of_clipRectID_25() { return static_cast(offsetof(RenderChainVEData_t656B15476E05EB7869DD55CC758974CE2A8FD8D1, ___clipRectID_25)); } inline BMPAlloc_t2329D0F6C80ACB6A485F2EC900E52171ED651FA8 get_clipRectID_25() const { return ___clipRectID_25; } inline BMPAlloc_t2329D0F6C80ACB6A485F2EC900E52171ED651FA8 * get_address_of_clipRectID_25() { return &___clipRectID_25; } inline void set_clipRectID_25(BMPAlloc_t2329D0F6C80ACB6A485F2EC900E52171ED651FA8 value) { ___clipRectID_25 = value; } inline static int32_t get_offset_of_opacityID_26() { return static_cast(offsetof(RenderChainVEData_t656B15476E05EB7869DD55CC758974CE2A8FD8D1, ___opacityID_26)); } inline BMPAlloc_t2329D0F6C80ACB6A485F2EC900E52171ED651FA8 get_opacityID_26() const { return ___opacityID_26; } inline BMPAlloc_t2329D0F6C80ACB6A485F2EC900E52171ED651FA8 * get_address_of_opacityID_26() { return &___opacityID_26; } inline void set_opacityID_26(BMPAlloc_t2329D0F6C80ACB6A485F2EC900E52171ED651FA8 value) { ___opacityID_26 = value; } inline static int32_t get_offset_of_textCoreSettingsID_27() { return static_cast(offsetof(RenderChainVEData_t656B15476E05EB7869DD55CC758974CE2A8FD8D1, ___textCoreSettingsID_27)); } inline BMPAlloc_t2329D0F6C80ACB6A485F2EC900E52171ED651FA8 get_textCoreSettingsID_27() const { return ___textCoreSettingsID_27; } inline BMPAlloc_t2329D0F6C80ACB6A485F2EC900E52171ED651FA8 * get_address_of_textCoreSettingsID_27() { return &___textCoreSettingsID_27; } inline void set_textCoreSettingsID_27(BMPAlloc_t2329D0F6C80ACB6A485F2EC900E52171ED651FA8 value) { ___textCoreSettingsID_27 = value; } inline static int32_t get_offset_of_compositeOpacity_28() { return static_cast(offsetof(RenderChainVEData_t656B15476E05EB7869DD55CC758974CE2A8FD8D1, ___compositeOpacity_28)); } inline float get_compositeOpacity_28() const { return ___compositeOpacity_28; } inline float* get_address_of_compositeOpacity_28() { return &___compositeOpacity_28; } inline void set_compositeOpacity_28(float value) { ___compositeOpacity_28 = value; } inline static int32_t get_offset_of_prevText_29() { return static_cast(offsetof(RenderChainVEData_t656B15476E05EB7869DD55CC758974CE2A8FD8D1, ___prevText_29)); } inline VisualElement_tAF72253CBD78143319BFE58F26C2349B2959C8C0 * get_prevText_29() const { return ___prevText_29; } inline VisualElement_tAF72253CBD78143319BFE58F26C2349B2959C8C0 ** get_address_of_prevText_29() { return &___prevText_29; } inline void set_prevText_29(VisualElement_tAF72253CBD78143319BFE58F26C2349B2959C8C0 * value) { ___prevText_29 = value; Il2CppCodeGenWriteBarrier((void**)(&___prevText_29), (void*)value); } inline static int32_t get_offset_of_nextText_30() { return static_cast(offsetof(RenderChainVEData_t656B15476E05EB7869DD55CC758974CE2A8FD8D1, ___nextText_30)); } inline VisualElement_tAF72253CBD78143319BFE58F26C2349B2959C8C0 * get_nextText_30() const { return ___nextText_30; } inline VisualElement_tAF72253CBD78143319BFE58F26C2349B2959C8C0 ** get_address_of_nextText_30() { return &___nextText_30; } inline void set_nextText_30(VisualElement_tAF72253CBD78143319BFE58F26C2349B2959C8C0 * value) { ___nextText_30 = value; Il2CppCodeGenWriteBarrier((void**)(&___nextText_30), (void*)value); } inline static int32_t get_offset_of_textEntries_31() { return static_cast(offsetof(RenderChainVEData_t656B15476E05EB7869DD55CC758974CE2A8FD8D1, ___textEntries_31)); } inline List_1_t5D9124F36ADC50D7FBCB5390DA772BDB26966C45 * get_textEntries_31() const { return ___textEntries_31; } inline List_1_t5D9124F36ADC50D7FBCB5390DA772BDB26966C45 ** get_address_of_textEntries_31() { return &___textEntries_31; } inline void set_textEntries_31(List_1_t5D9124F36ADC50D7FBCB5390DA772BDB26966C45 * value) { ___textEntries_31 = value; Il2CppCodeGenWriteBarrier((void**)(&___textEntries_31), (void*)value); } inline static int32_t get_offset_of_textures_32() { return static_cast(offsetof(RenderChainVEData_t656B15476E05EB7869DD55CC758974CE2A8FD8D1, ___textures_32)); } inline BasicNode_1_t50926A7B122A7CBF935CADAA3B6A63CB8DC36B65 * get_textures_32() const { return ___textures_32; } inline BasicNode_1_t50926A7B122A7CBF935CADAA3B6A63CB8DC36B65 ** get_address_of_textures_32() { return &___textures_32; } inline void set_textures_32(BasicNode_1_t50926A7B122A7CBF935CADAA3B6A63CB8DC36B65 * value) { ___textures_32 = value; Il2CppCodeGenWriteBarrier((void**)(&___textures_32), (void*)value); } }; // Native definition for P/Invoke marshalling of UnityEngine.UIElements.UIR.RenderChainVEData struct RenderChainVEData_t656B15476E05EB7869DD55CC758974CE2A8FD8D1_marshaled_pinvoke { VisualElement_tAF72253CBD78143319BFE58F26C2349B2959C8C0 * ___prev_0; VisualElement_tAF72253CBD78143319BFE58F26C2349B2959C8C0 * ___next_1; VisualElement_tAF72253CBD78143319BFE58F26C2349B2959C8C0 * ___groupTransformAncestor_2; VisualElement_tAF72253CBD78143319BFE58F26C2349B2959C8C0 * ___boneTransformAncestor_3; VisualElement_tAF72253CBD78143319BFE58F26C2349B2959C8C0 * ___prevDirty_4; VisualElement_tAF72253CBD78143319BFE58F26C2349B2959C8C0 * ___nextDirty_5; int32_t ___hierarchyDepth_6; int32_t ___dirtiedValues_7; uint32_t ___dirtyID_8; int32_t ___clipMethod_9; RenderChainCommand_t687866AA005A30DF2AF3D60E22ADC708C90828F1 * ___firstCommand_10; RenderChainCommand_t687866AA005A30DF2AF3D60E22ADC708C90828F1 * ___lastCommand_11; RenderChainCommand_t687866AA005A30DF2AF3D60E22ADC708C90828F1 * ___firstClosingCommand_12; RenderChainCommand_t687866AA005A30DF2AF3D60E22ADC708C90828F1 * ___lastClosingCommand_13; int32_t ___isInChain_14; int32_t ___isStencilClipped_15; int32_t ___isHierarchyHidden_16; int32_t ___disableNudging_17; int32_t ___usesLegacyText_18; MeshHandle_tA7A439464E73D2821B9D24EF75EC719A74C441ED * ___data_19; MeshHandle_tA7A439464E73D2821B9D24EF75EC719A74C441ED * ___closingData_20; Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461 ___verticesSpace_21; int32_t ___displacementUVStart_22; int32_t ___displacementUVEnd_23; BMPAlloc_t2329D0F6C80ACB6A485F2EC900E52171ED651FA8 ___transformID_24; BMPAlloc_t2329D0F6C80ACB6A485F2EC900E52171ED651FA8 ___clipRectID_25; BMPAlloc_t2329D0F6C80ACB6A485F2EC900E52171ED651FA8 ___opacityID_26; BMPAlloc_t2329D0F6C80ACB6A485F2EC900E52171ED651FA8 ___textCoreSettingsID_27; float ___compositeOpacity_28; VisualElement_tAF72253CBD78143319BFE58F26C2349B2959C8C0 * ___prevText_29; VisualElement_tAF72253CBD78143319BFE58F26C2349B2959C8C0 * ___nextText_30; List_1_t5D9124F36ADC50D7FBCB5390DA772BDB26966C45 * ___textEntries_31; BasicNode_1_t50926A7B122A7CBF935CADAA3B6A63CB8DC36B65 * ___textures_32; }; // Native definition for COM marshalling of UnityEngine.UIElements.UIR.RenderChainVEData struct RenderChainVEData_t656B15476E05EB7869DD55CC758974CE2A8FD8D1_marshaled_com { VisualElement_tAF72253CBD78143319BFE58F26C2349B2959C8C0 * ___prev_0; VisualElement_tAF72253CBD78143319BFE58F26C2349B2959C8C0 * ___next_1; VisualElement_tAF72253CBD78143319BFE58F26C2349B2959C8C0 * ___groupTransformAncestor_2; VisualElement_tAF72253CBD78143319BFE58F26C2349B2959C8C0 * ___boneTransformAncestor_3; VisualElement_tAF72253CBD78143319BFE58F26C2349B2959C8C0 * ___prevDirty_4; VisualElement_tAF72253CBD78143319BFE58F26C2349B2959C8C0 * ___nextDirty_5; int32_t ___hierarchyDepth_6; int32_t ___dirtiedValues_7; uint32_t ___dirtyID_8; int32_t ___clipMethod_9; RenderChainCommand_t687866AA005A30DF2AF3D60E22ADC708C90828F1 * ___firstCommand_10; RenderChainCommand_t687866AA005A30DF2AF3D60E22ADC708C90828F1 * ___lastCommand_11; RenderChainCommand_t687866AA005A30DF2AF3D60E22ADC708C90828F1 * ___firstClosingCommand_12; RenderChainCommand_t687866AA005A30DF2AF3D60E22ADC708C90828F1 * ___lastClosingCommand_13; int32_t ___isInChain_14; int32_t ___isStencilClipped_15; int32_t ___isHierarchyHidden_16; int32_t ___disableNudging_17; int32_t ___usesLegacyText_18; MeshHandle_tA7A439464E73D2821B9D24EF75EC719A74C441ED * ___data_19; MeshHandle_tA7A439464E73D2821B9D24EF75EC719A74C441ED * ___closingData_20; Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461 ___verticesSpace_21; int32_t ___displacementUVStart_22; int32_t ___displacementUVEnd_23; BMPAlloc_t2329D0F6C80ACB6A485F2EC900E52171ED651FA8 ___transformID_24; BMPAlloc_t2329D0F6C80ACB6A485F2EC900E52171ED651FA8 ___clipRectID_25; BMPAlloc_t2329D0F6C80ACB6A485F2EC900E52171ED651FA8 ___opacityID_26; BMPAlloc_t2329D0F6C80ACB6A485F2EC900E52171ED651FA8 ___textCoreSettingsID_27; float ___compositeOpacity_28; VisualElement_tAF72253CBD78143319BFE58F26C2349B2959C8C0 * ___prevText_29; VisualElement_tAF72253CBD78143319BFE58F26C2349B2959C8C0 * ___nextText_30; List_1_t5D9124F36ADC50D7FBCB5390DA772BDB26966C45 * ___textEntries_31; BasicNode_1_t50926A7B122A7CBF935CADAA3B6A63CB8DC36B65 * ___textures_32; }; // UnityEngine.RenderTexture struct RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849 : public Texture_t9FE0218A1EEDF266E8C85879FE123265CACC95AE { public: public: }; // UnityEngine.Texture2D struct Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF : public Texture_t9FE0218A1EEDF266E8C85879FE123265CACC95AE { public: public: }; // UnityEngine.UIElements.TimeMsFunction struct TimeMsFunction_tA8C39B5612EEA072E31B8B065796054F4FF447A7 : public MulticastDelegate_t { public: public: }; // UnityEngine.UIElements.VectorImage struct VectorImage_t2C2B26B2A738C1DCD0845B82228343838DAE2022 : public ScriptableObject_t4361E08CEBF052C650D3666C7CEC37EB31DE116A { public: // UnityEngine.Texture2D UnityEngine.UIElements.VectorImage::atlas Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF * ___atlas_4; // UnityEngine.UIElements.VectorImageVertex[] UnityEngine.UIElements.VectorImage::vertices VectorImageVertexU5BU5D_t3763E588EB85BC209EEE51BBAEFB8C6B0B53D4C6* ___vertices_5; // System.UInt16[] UnityEngine.UIElements.VectorImage::indices UInt16U5BU5D_t42D35C587B07DCDBCFDADF572C6D733AE85B2A67* ___indices_6; // UnityEngine.UIElements.GradientSettings[] UnityEngine.UIElements.VectorImage::settings GradientSettingsU5BU5D_tA46B4329A05EDB682A503179055DF4B31B2E7EEA* ___settings_7; // UnityEngine.Vector2 UnityEngine.UIElements.VectorImage::size Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___size_8; public: inline static int32_t get_offset_of_atlas_4() { return static_cast(offsetof(VectorImage_t2C2B26B2A738C1DCD0845B82228343838DAE2022, ___atlas_4)); } inline Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF * get_atlas_4() const { return ___atlas_4; } inline Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF ** get_address_of_atlas_4() { return &___atlas_4; } inline void set_atlas_4(Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF * value) { ___atlas_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___atlas_4), (void*)value); } inline static int32_t get_offset_of_vertices_5() { return static_cast(offsetof(VectorImage_t2C2B26B2A738C1DCD0845B82228343838DAE2022, ___vertices_5)); } inline VectorImageVertexU5BU5D_t3763E588EB85BC209EEE51BBAEFB8C6B0B53D4C6* get_vertices_5() const { return ___vertices_5; } inline VectorImageVertexU5BU5D_t3763E588EB85BC209EEE51BBAEFB8C6B0B53D4C6** get_address_of_vertices_5() { return &___vertices_5; } inline void set_vertices_5(VectorImageVertexU5BU5D_t3763E588EB85BC209EEE51BBAEFB8C6B0B53D4C6* value) { ___vertices_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___vertices_5), (void*)value); } inline static int32_t get_offset_of_indices_6() { return static_cast(offsetof(VectorImage_t2C2B26B2A738C1DCD0845B82228343838DAE2022, ___indices_6)); } inline UInt16U5BU5D_t42D35C587B07DCDBCFDADF572C6D733AE85B2A67* get_indices_6() const { return ___indices_6; } inline UInt16U5BU5D_t42D35C587B07DCDBCFDADF572C6D733AE85B2A67** get_address_of_indices_6() { return &___indices_6; } inline void set_indices_6(UInt16U5BU5D_t42D35C587B07DCDBCFDADF572C6D733AE85B2A67* value) { ___indices_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___indices_6), (void*)value); } inline static int32_t get_offset_of_settings_7() { return static_cast(offsetof(VectorImage_t2C2B26B2A738C1DCD0845B82228343838DAE2022, ___settings_7)); } inline GradientSettingsU5BU5D_tA46B4329A05EDB682A503179055DF4B31B2E7EEA* get_settings_7() const { return ___settings_7; } inline GradientSettingsU5BU5D_tA46B4329A05EDB682A503179055DF4B31B2E7EEA** get_address_of_settings_7() { return &___settings_7; } inline void set_settings_7(GradientSettingsU5BU5D_tA46B4329A05EDB682A503179055DF4B31B2E7EEA* value) { ___settings_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___settings_7), (void*)value); } inline static int32_t get_offset_of_size_8() { return static_cast(offsetof(VectorImage_t2C2B26B2A738C1DCD0845B82228343838DAE2022, ___size_8)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_size_8() const { return ___size_8; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_size_8() { return &___size_8; } inline void set_size_8(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___size_8 = value; } }; // UnityEngine.UIElements.CommandEventBase`1 struct CommandEventBase_1_tF2AEE851390BA430910A36BEE15AB39E4FD4CA43 : public EventBase_1_tF2FE9CB04C2528BA126174636E2FFAE99EE69C45 { public: // System.String UnityEngine.UIElements.CommandEventBase`1::m_CommandName String_t* ___m_CommandName_18; public: inline static int32_t get_offset_of_m_CommandName_18() { return static_cast(offsetof(CommandEventBase_1_tF2AEE851390BA430910A36BEE15AB39E4FD4CA43, ___m_CommandName_18)); } inline String_t* get_m_CommandName_18() const { return ___m_CommandName_18; } inline String_t** get_address_of_m_CommandName_18() { return &___m_CommandName_18; } inline void set_m_CommandName_18(String_t* value) { ___m_CommandName_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_CommandName_18), (void*)value); } }; // UnityEngine.UIElements.FocusEventBase`1 struct FocusEventBase_1_tD3D64C176CBC513865DC7ACF3149527EB31F108A : public EventBase_1_t27B132C3D42C48EDCA77AAF1240DE589CC3A4232 { public: // UnityEngine.UIElements.Focusable UnityEngine.UIElements.FocusEventBase`1::k__BackingField Focusable_t54CC145FEE85D2A5D92761C419288150CF5BEC14 * ___U3CrelatedTargetU3Ek__BackingField_18; // UnityEngine.UIElements.FocusChangeDirection UnityEngine.UIElements.FocusEventBase`1::k__BackingField FocusChangeDirection_t735EB259C7198DEC617BA20828C4F947F35C0118 * ___U3CdirectionU3Ek__BackingField_19; // UnityEngine.UIElements.FocusController UnityEngine.UIElements.FocusEventBase`1::k__BackingField FocusController_tC337430532E3E8FF9AD076CA4A5E3F49E437839B * ___U3CfocusControllerU3Ek__BackingField_20; // System.Boolean UnityEngine.UIElements.FocusEventBase`1::k__BackingField bool ___U3CIsFocusDelegatedU3Ek__BackingField_21; public: inline static int32_t get_offset_of_U3CrelatedTargetU3Ek__BackingField_18() { return static_cast(offsetof(FocusEventBase_1_tD3D64C176CBC513865DC7ACF3149527EB31F108A, ___U3CrelatedTargetU3Ek__BackingField_18)); } inline Focusable_t54CC145FEE85D2A5D92761C419288150CF5BEC14 * get_U3CrelatedTargetU3Ek__BackingField_18() const { return ___U3CrelatedTargetU3Ek__BackingField_18; } inline Focusable_t54CC145FEE85D2A5D92761C419288150CF5BEC14 ** get_address_of_U3CrelatedTargetU3Ek__BackingField_18() { return &___U3CrelatedTargetU3Ek__BackingField_18; } inline void set_U3CrelatedTargetU3Ek__BackingField_18(Focusable_t54CC145FEE85D2A5D92761C419288150CF5BEC14 * value) { ___U3CrelatedTargetU3Ek__BackingField_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CrelatedTargetU3Ek__BackingField_18), (void*)value); } inline static int32_t get_offset_of_U3CdirectionU3Ek__BackingField_19() { return static_cast(offsetof(FocusEventBase_1_tD3D64C176CBC513865DC7ACF3149527EB31F108A, ___U3CdirectionU3Ek__BackingField_19)); } inline FocusChangeDirection_t735EB259C7198DEC617BA20828C4F947F35C0118 * get_U3CdirectionU3Ek__BackingField_19() const { return ___U3CdirectionU3Ek__BackingField_19; } inline FocusChangeDirection_t735EB259C7198DEC617BA20828C4F947F35C0118 ** get_address_of_U3CdirectionU3Ek__BackingField_19() { return &___U3CdirectionU3Ek__BackingField_19; } inline void set_U3CdirectionU3Ek__BackingField_19(FocusChangeDirection_t735EB259C7198DEC617BA20828C4F947F35C0118 * value) { ___U3CdirectionU3Ek__BackingField_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CdirectionU3Ek__BackingField_19), (void*)value); } inline static int32_t get_offset_of_U3CfocusControllerU3Ek__BackingField_20() { return static_cast(offsetof(FocusEventBase_1_tD3D64C176CBC513865DC7ACF3149527EB31F108A, ___U3CfocusControllerU3Ek__BackingField_20)); } inline FocusController_tC337430532E3E8FF9AD076CA4A5E3F49E437839B * get_U3CfocusControllerU3Ek__BackingField_20() const { return ___U3CfocusControllerU3Ek__BackingField_20; } inline FocusController_tC337430532E3E8FF9AD076CA4A5E3F49E437839B ** get_address_of_U3CfocusControllerU3Ek__BackingField_20() { return &___U3CfocusControllerU3Ek__BackingField_20; } inline void set_U3CfocusControllerU3Ek__BackingField_20(FocusController_tC337430532E3E8FF9AD076CA4A5E3F49E437839B * value) { ___U3CfocusControllerU3Ek__BackingField_20 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CfocusControllerU3Ek__BackingField_20), (void*)value); } inline static int32_t get_offset_of_U3CIsFocusDelegatedU3Ek__BackingField_21() { return static_cast(offsetof(FocusEventBase_1_tD3D64C176CBC513865DC7ACF3149527EB31F108A, ___U3CIsFocusDelegatedU3Ek__BackingField_21)); } inline bool get_U3CIsFocusDelegatedU3Ek__BackingField_21() const { return ___U3CIsFocusDelegatedU3Ek__BackingField_21; } inline bool* get_address_of_U3CIsFocusDelegatedU3Ek__BackingField_21() { return &___U3CIsFocusDelegatedU3Ek__BackingField_21; } inline void set_U3CIsFocusDelegatedU3Ek__BackingField_21(bool value) { ___U3CIsFocusDelegatedU3Ek__BackingField_21 = value; } }; // UnityEngine.UIElements.FocusEventBase`1 struct FocusEventBase_1_tEA8B0105587253B0BAE2EE8505641847C06066E5 : public EventBase_1_t48C51E1303F7463114DA1D80628E1C27716E9316 { public: // UnityEngine.UIElements.Focusable UnityEngine.UIElements.FocusEventBase`1::k__BackingField Focusable_t54CC145FEE85D2A5D92761C419288150CF5BEC14 * ___U3CrelatedTargetU3Ek__BackingField_18; // UnityEngine.UIElements.FocusChangeDirection UnityEngine.UIElements.FocusEventBase`1::k__BackingField FocusChangeDirection_t735EB259C7198DEC617BA20828C4F947F35C0118 * ___U3CdirectionU3Ek__BackingField_19; // UnityEngine.UIElements.FocusController UnityEngine.UIElements.FocusEventBase`1::k__BackingField FocusController_tC337430532E3E8FF9AD076CA4A5E3F49E437839B * ___U3CfocusControllerU3Ek__BackingField_20; // System.Boolean UnityEngine.UIElements.FocusEventBase`1::k__BackingField bool ___U3CIsFocusDelegatedU3Ek__BackingField_21; public: inline static int32_t get_offset_of_U3CrelatedTargetU3Ek__BackingField_18() { return static_cast(offsetof(FocusEventBase_1_tEA8B0105587253B0BAE2EE8505641847C06066E5, ___U3CrelatedTargetU3Ek__BackingField_18)); } inline Focusable_t54CC145FEE85D2A5D92761C419288150CF5BEC14 * get_U3CrelatedTargetU3Ek__BackingField_18() const { return ___U3CrelatedTargetU3Ek__BackingField_18; } inline Focusable_t54CC145FEE85D2A5D92761C419288150CF5BEC14 ** get_address_of_U3CrelatedTargetU3Ek__BackingField_18() { return &___U3CrelatedTargetU3Ek__BackingField_18; } inline void set_U3CrelatedTargetU3Ek__BackingField_18(Focusable_t54CC145FEE85D2A5D92761C419288150CF5BEC14 * value) { ___U3CrelatedTargetU3Ek__BackingField_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CrelatedTargetU3Ek__BackingField_18), (void*)value); } inline static int32_t get_offset_of_U3CdirectionU3Ek__BackingField_19() { return static_cast(offsetof(FocusEventBase_1_tEA8B0105587253B0BAE2EE8505641847C06066E5, ___U3CdirectionU3Ek__BackingField_19)); } inline FocusChangeDirection_t735EB259C7198DEC617BA20828C4F947F35C0118 * get_U3CdirectionU3Ek__BackingField_19() const { return ___U3CdirectionU3Ek__BackingField_19; } inline FocusChangeDirection_t735EB259C7198DEC617BA20828C4F947F35C0118 ** get_address_of_U3CdirectionU3Ek__BackingField_19() { return &___U3CdirectionU3Ek__BackingField_19; } inline void set_U3CdirectionU3Ek__BackingField_19(FocusChangeDirection_t735EB259C7198DEC617BA20828C4F947F35C0118 * value) { ___U3CdirectionU3Ek__BackingField_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CdirectionU3Ek__BackingField_19), (void*)value); } inline static int32_t get_offset_of_U3CfocusControllerU3Ek__BackingField_20() { return static_cast(offsetof(FocusEventBase_1_tEA8B0105587253B0BAE2EE8505641847C06066E5, ___U3CfocusControllerU3Ek__BackingField_20)); } inline FocusController_tC337430532E3E8FF9AD076CA4A5E3F49E437839B * get_U3CfocusControllerU3Ek__BackingField_20() const { return ___U3CfocusControllerU3Ek__BackingField_20; } inline FocusController_tC337430532E3E8FF9AD076CA4A5E3F49E437839B ** get_address_of_U3CfocusControllerU3Ek__BackingField_20() { return &___U3CfocusControllerU3Ek__BackingField_20; } inline void set_U3CfocusControllerU3Ek__BackingField_20(FocusController_tC337430532E3E8FF9AD076CA4A5E3F49E437839B * value) { ___U3CfocusControllerU3Ek__BackingField_20 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CfocusControllerU3Ek__BackingField_20), (void*)value); } inline static int32_t get_offset_of_U3CIsFocusDelegatedU3Ek__BackingField_21() { return static_cast(offsetof(FocusEventBase_1_tEA8B0105587253B0BAE2EE8505641847C06066E5, ___U3CIsFocusDelegatedU3Ek__BackingField_21)); } inline bool get_U3CIsFocusDelegatedU3Ek__BackingField_21() const { return ___U3CIsFocusDelegatedU3Ek__BackingField_21; } inline bool* get_address_of_U3CIsFocusDelegatedU3Ek__BackingField_21() { return &___U3CIsFocusDelegatedU3Ek__BackingField_21; } inline void set_U3CIsFocusDelegatedU3Ek__BackingField_21(bool value) { ___U3CIsFocusDelegatedU3Ek__BackingField_21 = value; } }; // UnityEngine.UIElements.FocusEventBase`1 struct FocusEventBase_1_tE9F805C748FD072DFA5543E9896F2359110BC51C : public EventBase_1_t86205C7C2A40FC0DCD32965794EA5E05FCD3A1D5 { public: // UnityEngine.UIElements.Focusable UnityEngine.UIElements.FocusEventBase`1::k__BackingField Focusable_t54CC145FEE85D2A5D92761C419288150CF5BEC14 * ___U3CrelatedTargetU3Ek__BackingField_18; // UnityEngine.UIElements.FocusChangeDirection UnityEngine.UIElements.FocusEventBase`1::k__BackingField FocusChangeDirection_t735EB259C7198DEC617BA20828C4F947F35C0118 * ___U3CdirectionU3Ek__BackingField_19; // UnityEngine.UIElements.FocusController UnityEngine.UIElements.FocusEventBase`1::k__BackingField FocusController_tC337430532E3E8FF9AD076CA4A5E3F49E437839B * ___U3CfocusControllerU3Ek__BackingField_20; // System.Boolean UnityEngine.UIElements.FocusEventBase`1::k__BackingField bool ___U3CIsFocusDelegatedU3Ek__BackingField_21; public: inline static int32_t get_offset_of_U3CrelatedTargetU3Ek__BackingField_18() { return static_cast(offsetof(FocusEventBase_1_tE9F805C748FD072DFA5543E9896F2359110BC51C, ___U3CrelatedTargetU3Ek__BackingField_18)); } inline Focusable_t54CC145FEE85D2A5D92761C419288150CF5BEC14 * get_U3CrelatedTargetU3Ek__BackingField_18() const { return ___U3CrelatedTargetU3Ek__BackingField_18; } inline Focusable_t54CC145FEE85D2A5D92761C419288150CF5BEC14 ** get_address_of_U3CrelatedTargetU3Ek__BackingField_18() { return &___U3CrelatedTargetU3Ek__BackingField_18; } inline void set_U3CrelatedTargetU3Ek__BackingField_18(Focusable_t54CC145FEE85D2A5D92761C419288150CF5BEC14 * value) { ___U3CrelatedTargetU3Ek__BackingField_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CrelatedTargetU3Ek__BackingField_18), (void*)value); } inline static int32_t get_offset_of_U3CdirectionU3Ek__BackingField_19() { return static_cast(offsetof(FocusEventBase_1_tE9F805C748FD072DFA5543E9896F2359110BC51C, ___U3CdirectionU3Ek__BackingField_19)); } inline FocusChangeDirection_t735EB259C7198DEC617BA20828C4F947F35C0118 * get_U3CdirectionU3Ek__BackingField_19() const { return ___U3CdirectionU3Ek__BackingField_19; } inline FocusChangeDirection_t735EB259C7198DEC617BA20828C4F947F35C0118 ** get_address_of_U3CdirectionU3Ek__BackingField_19() { return &___U3CdirectionU3Ek__BackingField_19; } inline void set_U3CdirectionU3Ek__BackingField_19(FocusChangeDirection_t735EB259C7198DEC617BA20828C4F947F35C0118 * value) { ___U3CdirectionU3Ek__BackingField_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CdirectionU3Ek__BackingField_19), (void*)value); } inline static int32_t get_offset_of_U3CfocusControllerU3Ek__BackingField_20() { return static_cast(offsetof(FocusEventBase_1_tE9F805C748FD072DFA5543E9896F2359110BC51C, ___U3CfocusControllerU3Ek__BackingField_20)); } inline FocusController_tC337430532E3E8FF9AD076CA4A5E3F49E437839B * get_U3CfocusControllerU3Ek__BackingField_20() const { return ___U3CfocusControllerU3Ek__BackingField_20; } inline FocusController_tC337430532E3E8FF9AD076CA4A5E3F49E437839B ** get_address_of_U3CfocusControllerU3Ek__BackingField_20() { return &___U3CfocusControllerU3Ek__BackingField_20; } inline void set_U3CfocusControllerU3Ek__BackingField_20(FocusController_tC337430532E3E8FF9AD076CA4A5E3F49E437839B * value) { ___U3CfocusControllerU3Ek__BackingField_20 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CfocusControllerU3Ek__BackingField_20), (void*)value); } inline static int32_t get_offset_of_U3CIsFocusDelegatedU3Ek__BackingField_21() { return static_cast(offsetof(FocusEventBase_1_tE9F805C748FD072DFA5543E9896F2359110BC51C, ___U3CIsFocusDelegatedU3Ek__BackingField_21)); } inline bool get_U3CIsFocusDelegatedU3Ek__BackingField_21() const { return ___U3CIsFocusDelegatedU3Ek__BackingField_21; } inline bool* get_address_of_U3CIsFocusDelegatedU3Ek__BackingField_21() { return &___U3CIsFocusDelegatedU3Ek__BackingField_21; } inline void set_U3CIsFocusDelegatedU3Ek__BackingField_21(bool value) { ___U3CIsFocusDelegatedU3Ek__BackingField_21 = value; } }; // UnityEngine.UIElements.FocusEventBase`1 struct FocusEventBase_1_t3DCEA0DB545B2B18FFE2C9CFB4F972D8D680CF01 : public EventBase_1_t5FCC702A374515740C39E76FBE629A23B7EAB61D { public: // UnityEngine.UIElements.Focusable UnityEngine.UIElements.FocusEventBase`1::k__BackingField Focusable_t54CC145FEE85D2A5D92761C419288150CF5BEC14 * ___U3CrelatedTargetU3Ek__BackingField_18; // UnityEngine.UIElements.FocusChangeDirection UnityEngine.UIElements.FocusEventBase`1::k__BackingField FocusChangeDirection_t735EB259C7198DEC617BA20828C4F947F35C0118 * ___U3CdirectionU3Ek__BackingField_19; // UnityEngine.UIElements.FocusController UnityEngine.UIElements.FocusEventBase`1::k__BackingField FocusController_tC337430532E3E8FF9AD076CA4A5E3F49E437839B * ___U3CfocusControllerU3Ek__BackingField_20; // System.Boolean UnityEngine.UIElements.FocusEventBase`1::k__BackingField bool ___U3CIsFocusDelegatedU3Ek__BackingField_21; public: inline static int32_t get_offset_of_U3CrelatedTargetU3Ek__BackingField_18() { return static_cast(offsetof(FocusEventBase_1_t3DCEA0DB545B2B18FFE2C9CFB4F972D8D680CF01, ___U3CrelatedTargetU3Ek__BackingField_18)); } inline Focusable_t54CC145FEE85D2A5D92761C419288150CF5BEC14 * get_U3CrelatedTargetU3Ek__BackingField_18() const { return ___U3CrelatedTargetU3Ek__BackingField_18; } inline Focusable_t54CC145FEE85D2A5D92761C419288150CF5BEC14 ** get_address_of_U3CrelatedTargetU3Ek__BackingField_18() { return &___U3CrelatedTargetU3Ek__BackingField_18; } inline void set_U3CrelatedTargetU3Ek__BackingField_18(Focusable_t54CC145FEE85D2A5D92761C419288150CF5BEC14 * value) { ___U3CrelatedTargetU3Ek__BackingField_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CrelatedTargetU3Ek__BackingField_18), (void*)value); } inline static int32_t get_offset_of_U3CdirectionU3Ek__BackingField_19() { return static_cast(offsetof(FocusEventBase_1_t3DCEA0DB545B2B18FFE2C9CFB4F972D8D680CF01, ___U3CdirectionU3Ek__BackingField_19)); } inline FocusChangeDirection_t735EB259C7198DEC617BA20828C4F947F35C0118 * get_U3CdirectionU3Ek__BackingField_19() const { return ___U3CdirectionU3Ek__BackingField_19; } inline FocusChangeDirection_t735EB259C7198DEC617BA20828C4F947F35C0118 ** get_address_of_U3CdirectionU3Ek__BackingField_19() { return &___U3CdirectionU3Ek__BackingField_19; } inline void set_U3CdirectionU3Ek__BackingField_19(FocusChangeDirection_t735EB259C7198DEC617BA20828C4F947F35C0118 * value) { ___U3CdirectionU3Ek__BackingField_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CdirectionU3Ek__BackingField_19), (void*)value); } inline static int32_t get_offset_of_U3CfocusControllerU3Ek__BackingField_20() { return static_cast(offsetof(FocusEventBase_1_t3DCEA0DB545B2B18FFE2C9CFB4F972D8D680CF01, ___U3CfocusControllerU3Ek__BackingField_20)); } inline FocusController_tC337430532E3E8FF9AD076CA4A5E3F49E437839B * get_U3CfocusControllerU3Ek__BackingField_20() const { return ___U3CfocusControllerU3Ek__BackingField_20; } inline FocusController_tC337430532E3E8FF9AD076CA4A5E3F49E437839B ** get_address_of_U3CfocusControllerU3Ek__BackingField_20() { return &___U3CfocusControllerU3Ek__BackingField_20; } inline void set_U3CfocusControllerU3Ek__BackingField_20(FocusController_tC337430532E3E8FF9AD076CA4A5E3F49E437839B * value) { ___U3CfocusControllerU3Ek__BackingField_20 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CfocusControllerU3Ek__BackingField_20), (void*)value); } inline static int32_t get_offset_of_U3CIsFocusDelegatedU3Ek__BackingField_21() { return static_cast(offsetof(FocusEventBase_1_t3DCEA0DB545B2B18FFE2C9CFB4F972D8D680CF01, ___U3CIsFocusDelegatedU3Ek__BackingField_21)); } inline bool get_U3CIsFocusDelegatedU3Ek__BackingField_21() const { return ___U3CIsFocusDelegatedU3Ek__BackingField_21; } inline bool* get_address_of_U3CIsFocusDelegatedU3Ek__BackingField_21() { return &___U3CIsFocusDelegatedU3Ek__BackingField_21; } inline void set_U3CIsFocusDelegatedU3Ek__BackingField_21(bool value) { ___U3CIsFocusDelegatedU3Ek__BackingField_21 = value; } }; // UnityEngine.UIElements.FocusEventBase`1 struct FocusEventBase_1_t78C365238C34FB7FEC16D7554A6DC2CEC6C53E71 : public EventBase_1_t96045F377456C52401528D3B6A3635C4C071779A { public: // UnityEngine.UIElements.Focusable UnityEngine.UIElements.FocusEventBase`1::k__BackingField Focusable_t54CC145FEE85D2A5D92761C419288150CF5BEC14 * ___U3CrelatedTargetU3Ek__BackingField_18; // UnityEngine.UIElements.FocusChangeDirection UnityEngine.UIElements.FocusEventBase`1::k__BackingField FocusChangeDirection_t735EB259C7198DEC617BA20828C4F947F35C0118 * ___U3CdirectionU3Ek__BackingField_19; // UnityEngine.UIElements.FocusController UnityEngine.UIElements.FocusEventBase`1::k__BackingField FocusController_tC337430532E3E8FF9AD076CA4A5E3F49E437839B * ___U3CfocusControllerU3Ek__BackingField_20; // System.Boolean UnityEngine.UIElements.FocusEventBase`1::k__BackingField bool ___U3CIsFocusDelegatedU3Ek__BackingField_21; public: inline static int32_t get_offset_of_U3CrelatedTargetU3Ek__BackingField_18() { return static_cast(offsetof(FocusEventBase_1_t78C365238C34FB7FEC16D7554A6DC2CEC6C53E71, ___U3CrelatedTargetU3Ek__BackingField_18)); } inline Focusable_t54CC145FEE85D2A5D92761C419288150CF5BEC14 * get_U3CrelatedTargetU3Ek__BackingField_18() const { return ___U3CrelatedTargetU3Ek__BackingField_18; } inline Focusable_t54CC145FEE85D2A5D92761C419288150CF5BEC14 ** get_address_of_U3CrelatedTargetU3Ek__BackingField_18() { return &___U3CrelatedTargetU3Ek__BackingField_18; } inline void set_U3CrelatedTargetU3Ek__BackingField_18(Focusable_t54CC145FEE85D2A5D92761C419288150CF5BEC14 * value) { ___U3CrelatedTargetU3Ek__BackingField_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CrelatedTargetU3Ek__BackingField_18), (void*)value); } inline static int32_t get_offset_of_U3CdirectionU3Ek__BackingField_19() { return static_cast(offsetof(FocusEventBase_1_t78C365238C34FB7FEC16D7554A6DC2CEC6C53E71, ___U3CdirectionU3Ek__BackingField_19)); } inline FocusChangeDirection_t735EB259C7198DEC617BA20828C4F947F35C0118 * get_U3CdirectionU3Ek__BackingField_19() const { return ___U3CdirectionU3Ek__BackingField_19; } inline FocusChangeDirection_t735EB259C7198DEC617BA20828C4F947F35C0118 ** get_address_of_U3CdirectionU3Ek__BackingField_19() { return &___U3CdirectionU3Ek__BackingField_19; } inline void set_U3CdirectionU3Ek__BackingField_19(FocusChangeDirection_t735EB259C7198DEC617BA20828C4F947F35C0118 * value) { ___U3CdirectionU3Ek__BackingField_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CdirectionU3Ek__BackingField_19), (void*)value); } inline static int32_t get_offset_of_U3CfocusControllerU3Ek__BackingField_20() { return static_cast(offsetof(FocusEventBase_1_t78C365238C34FB7FEC16D7554A6DC2CEC6C53E71, ___U3CfocusControllerU3Ek__BackingField_20)); } inline FocusController_tC337430532E3E8FF9AD076CA4A5E3F49E437839B * get_U3CfocusControllerU3Ek__BackingField_20() const { return ___U3CfocusControllerU3Ek__BackingField_20; } inline FocusController_tC337430532E3E8FF9AD076CA4A5E3F49E437839B ** get_address_of_U3CfocusControllerU3Ek__BackingField_20() { return &___U3CfocusControllerU3Ek__BackingField_20; } inline void set_U3CfocusControllerU3Ek__BackingField_20(FocusController_tC337430532E3E8FF9AD076CA4A5E3F49E437839B * value) { ___U3CfocusControllerU3Ek__BackingField_20 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CfocusControllerU3Ek__BackingField_20), (void*)value); } inline static int32_t get_offset_of_U3CIsFocusDelegatedU3Ek__BackingField_21() { return static_cast(offsetof(FocusEventBase_1_t78C365238C34FB7FEC16D7554A6DC2CEC6C53E71, ___U3CIsFocusDelegatedU3Ek__BackingField_21)); } inline bool get_U3CIsFocusDelegatedU3Ek__BackingField_21() const { return ___U3CIsFocusDelegatedU3Ek__BackingField_21; } inline bool* get_address_of_U3CIsFocusDelegatedU3Ek__BackingField_21() { return &___U3CIsFocusDelegatedU3Ek__BackingField_21; } inline void set_U3CIsFocusDelegatedU3Ek__BackingField_21(bool value) { ___U3CIsFocusDelegatedU3Ek__BackingField_21 = value; } }; // UnityEngine.UIElements.KeyboardEventBase`1 struct KeyboardEventBase_1_t241DE9277CA8B10D5E950EC6995711467412743E : public EventBase_1_tBA8129392E6E2DCB3EC1808A169AB5915BD4D41E { public: // UnityEngine.EventModifiers UnityEngine.UIElements.KeyboardEventBase`1::k__BackingField int32_t ___U3CmodifiersU3Ek__BackingField_18; // System.Char UnityEngine.UIElements.KeyboardEventBase`1::k__BackingField Il2CppChar ___U3CcharacterU3Ek__BackingField_19; // UnityEngine.KeyCode UnityEngine.UIElements.KeyboardEventBase`1::k__BackingField int32_t ___U3CkeyCodeU3Ek__BackingField_20; public: inline static int32_t get_offset_of_U3CmodifiersU3Ek__BackingField_18() { return static_cast(offsetof(KeyboardEventBase_1_t241DE9277CA8B10D5E950EC6995711467412743E, ___U3CmodifiersU3Ek__BackingField_18)); } inline int32_t get_U3CmodifiersU3Ek__BackingField_18() const { return ___U3CmodifiersU3Ek__BackingField_18; } inline int32_t* get_address_of_U3CmodifiersU3Ek__BackingField_18() { return &___U3CmodifiersU3Ek__BackingField_18; } inline void set_U3CmodifiersU3Ek__BackingField_18(int32_t value) { ___U3CmodifiersU3Ek__BackingField_18 = value; } inline static int32_t get_offset_of_U3CcharacterU3Ek__BackingField_19() { return static_cast(offsetof(KeyboardEventBase_1_t241DE9277CA8B10D5E950EC6995711467412743E, ___U3CcharacterU3Ek__BackingField_19)); } inline Il2CppChar get_U3CcharacterU3Ek__BackingField_19() const { return ___U3CcharacterU3Ek__BackingField_19; } inline Il2CppChar* get_address_of_U3CcharacterU3Ek__BackingField_19() { return &___U3CcharacterU3Ek__BackingField_19; } inline void set_U3CcharacterU3Ek__BackingField_19(Il2CppChar value) { ___U3CcharacterU3Ek__BackingField_19 = value; } inline static int32_t get_offset_of_U3CkeyCodeU3Ek__BackingField_20() { return static_cast(offsetof(KeyboardEventBase_1_t241DE9277CA8B10D5E950EC6995711467412743E, ___U3CkeyCodeU3Ek__BackingField_20)); } inline int32_t get_U3CkeyCodeU3Ek__BackingField_20() const { return ___U3CkeyCodeU3Ek__BackingField_20; } inline int32_t* get_address_of_U3CkeyCodeU3Ek__BackingField_20() { return &___U3CkeyCodeU3Ek__BackingField_20; } inline void set_U3CkeyCodeU3Ek__BackingField_20(int32_t value) { ___U3CkeyCodeU3Ek__BackingField_20 = value; } }; // UnityEngine.UIElements.KeyboardEventBase`1 struct KeyboardEventBase_1_t470115110F914E0A4BC09D581661B1E92C85588E : public EventBase_1_t934C843651C0CE40A5EE026FE64520962C69B522 { public: // UnityEngine.EventModifiers UnityEngine.UIElements.KeyboardEventBase`1::k__BackingField int32_t ___U3CmodifiersU3Ek__BackingField_18; // System.Char UnityEngine.UIElements.KeyboardEventBase`1::k__BackingField Il2CppChar ___U3CcharacterU3Ek__BackingField_19; // UnityEngine.KeyCode UnityEngine.UIElements.KeyboardEventBase`1::k__BackingField int32_t ___U3CkeyCodeU3Ek__BackingField_20; public: inline static int32_t get_offset_of_U3CmodifiersU3Ek__BackingField_18() { return static_cast(offsetof(KeyboardEventBase_1_t470115110F914E0A4BC09D581661B1E92C85588E, ___U3CmodifiersU3Ek__BackingField_18)); } inline int32_t get_U3CmodifiersU3Ek__BackingField_18() const { return ___U3CmodifiersU3Ek__BackingField_18; } inline int32_t* get_address_of_U3CmodifiersU3Ek__BackingField_18() { return &___U3CmodifiersU3Ek__BackingField_18; } inline void set_U3CmodifiersU3Ek__BackingField_18(int32_t value) { ___U3CmodifiersU3Ek__BackingField_18 = value; } inline static int32_t get_offset_of_U3CcharacterU3Ek__BackingField_19() { return static_cast(offsetof(KeyboardEventBase_1_t470115110F914E0A4BC09D581661B1E92C85588E, ___U3CcharacterU3Ek__BackingField_19)); } inline Il2CppChar get_U3CcharacterU3Ek__BackingField_19() const { return ___U3CcharacterU3Ek__BackingField_19; } inline Il2CppChar* get_address_of_U3CcharacterU3Ek__BackingField_19() { return &___U3CcharacterU3Ek__BackingField_19; } inline void set_U3CcharacterU3Ek__BackingField_19(Il2CppChar value) { ___U3CcharacterU3Ek__BackingField_19 = value; } inline static int32_t get_offset_of_U3CkeyCodeU3Ek__BackingField_20() { return static_cast(offsetof(KeyboardEventBase_1_t470115110F914E0A4BC09D581661B1E92C85588E, ___U3CkeyCodeU3Ek__BackingField_20)); } inline int32_t get_U3CkeyCodeU3Ek__BackingField_20() const { return ___U3CkeyCodeU3Ek__BackingField_20; } inline int32_t* get_address_of_U3CkeyCodeU3Ek__BackingField_20() { return &___U3CkeyCodeU3Ek__BackingField_20; } inline void set_U3CkeyCodeU3Ek__BackingField_20(int32_t value) { ___U3CkeyCodeU3Ek__BackingField_20 = value; } }; // UnityEngine.UIElements.MouseEventBase`1 struct MouseEventBase_1_t9F7D703752C59B2758B0C44ED89EFD86323772AE : public EventBase_1_tEA3EC96A771350A4CDC57DB50A75C6FB0AC5A374 { public: // UnityEngine.EventModifiers UnityEngine.UIElements.MouseEventBase`1::k__BackingField int32_t ___U3CmodifiersU3Ek__BackingField_18; // UnityEngine.Vector2 UnityEngine.UIElements.MouseEventBase`1::k__BackingField Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___U3CmousePositionU3Ek__BackingField_19; // UnityEngine.Vector2 UnityEngine.UIElements.MouseEventBase`1::k__BackingField Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___U3ClocalMousePositionU3Ek__BackingField_20; // UnityEngine.Vector2 UnityEngine.UIElements.MouseEventBase`1::k__BackingField Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___U3CmouseDeltaU3Ek__BackingField_21; // System.Int32 UnityEngine.UIElements.MouseEventBase`1::k__BackingField int32_t ___U3CclickCountU3Ek__BackingField_22; // System.Int32 UnityEngine.UIElements.MouseEventBase`1::