#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 GenericVirtualFuncInvoker0 { typedef R (*Func)(void*, const RuntimeMethod*); static inline R Invoke (const RuntimeMethod* method, RuntimeObject* obj) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData); return ((Func)invokeData.methodPtr)(obj, invokeData.method); } }; 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 InterfaceFuncInvoker3 { typedef R (*Func)(void*, T1, T2, T3, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1, T2 p2, T3 p3) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, invokeData.method); } }; template struct GenericInterfaceFuncInvoker0 { typedef R (*Func)(void*, const RuntimeMethod*); static inline R Invoke (const RuntimeMethod* method, RuntimeObject* obj) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData); return ((Func)invokeData.methodPtr)(obj, invokeData.method); } }; template struct InvokerFuncInvoker1; template struct InvokerFuncInvoker1 { static inline R Invoke (Il2CppMethodPointer methodPtr, const RuntimeMethod* method, void* obj, T1* p1) { R ret; void* params[1] = { p1 }; method->invoker_method(methodPtr, method, obj, params, &ret); return ret; } }; template struct InvokerFuncInvoker2; template struct InvokerFuncInvoker2 { static inline R Invoke (Il2CppMethodPointer methodPtr, const RuntimeMethod* method, void* obj, T1* p1, T2* p2) { R ret; void* params[2] = { p1, p2 }; method->invoker_method(methodPtr, method, obj, params, &ret); return ret; } }; // UnityEngine.UIElements.UQueryState`1/ActionQueryMatcher struct ActionQueryMatcher_tB76860A856401075A2CF71D45AC72A9C0F1BB99E; // UnityEngine.UIElements.UQueryState`1/ActionQueryMatcher struct ActionQueryMatcher_tBA08813774EDD8920F40BFFC2F27B8329C7923DD; // System.Action`1> struct Action_1_t68F947CFF3E836EB3A2C880E204C2D89F5AEB115; // System.Action`1> struct Action_1_tCB2600FFD386071D232B22D0FFBB8989B853DFD5; // System.Action`1 struct Action_1_tB6C5CA9EEF96CFE0F4054FD7CC4455C722E66514; // System.Action`1 struct Action_1_tF0C1AFCCE9CE63382F43540DC0DA04A8939A8A53; // System.Action`1 struct Action_1_t741CBBCB28E18BDBDEED4AE3BD7DBEEEA526DA43; // System.Action`1 struct Action_1_tD91E4D0ED3C2E385D3BDD4B3EA48B5F99D39F1DC; // System.Action`1 struct Action_1_tE55F8AC1EEC45D0C976E56B2950D65EC814C06E6; // System.Action`1 struct Action_1_tD69A6DC9FBE94131E52F5A73B2A9D4AB51EEC404; // System.Action`1 struct Action_1_t996DFD52B4BDA6CBE8058C13167C4D2B8C612CAA; // System.Action`1 struct Action_1_t3DC3411926243F1DB9C330F8E105B904E38C1A0B; // System.Action`1 struct Action_1_t6F9EB113EB3F16226AEF811A2744F4111C116C87; // System.Action`1 struct Action_1_tEFD4B3570567C07AE1CC4A2D290987F4347F2F01; // System.Action`1 struct Action_1_t6043513E89820190529C82ABBDD8FD0BB2A9AC09; // System.Action`1 struct Action_1_t310F18CB4338A2740CA701F160C62E2C3198E66A; // System.Action`1 struct Action_1_t66B514BE877E216616DEDD40416127189FE16FA3; // System.Action`2 struct Action_2_tD7438462601D3939500ED67463331FE00CFFBDB8; // System.Action`2 struct Action_2_t829FF86EEA250A853DF3A95B2C4DAC034707E20F; // System.Action`2 struct Action_2_t4FD84D64C1341169AC2F73750A356411BCEAF88A; // System.Action`2 struct Action_2_t96795EA3C89E06F9B479144D4AEBDFA5FE40A1D1; // System.Action`2 struct Action_2_tA1EAD43A5C76FF3E77D1705EC83B9AB7B1BE7D88; // System.Action`2 struct Action_2_tE18332F29E8B0E081617E38B4A34F0089F310E53; // UnityEngine.UIElements.BaseField`1 struct BaseField_1_t33E37D3A182C1DDE900EA4039FE03BF68FD0CD26; // UnityEngine.UIElements.UIR.BasicNode`1 struct BasicNode_1_t7B4D545DCD6949B2E1C85D63DF038E44602F7DDB; // UnityEngine.UIElements.ChangeEvent`1 struct ChangeEvent_1_t59730190AEEC760B97F416AC38A51AB64D67D371; // UnityEngine.UIElements.ChangeEvent`1 struct ChangeEvent_1_tC8920B8153267870361787158B3897821AA4522F; // System.Collections.Generic.Comparer`1 struct Comparer_1_t2FF14F26F4D678A8FA199B888FF61A2A9D1D2D80; // System.Comparison`1 struct Comparison_1_t62E531E7B8260E2C6C2718C3BDB8CF8655139645; // System.Comparison`1 struct Comparison_1_tDC6D61CA754C84A3295884737521D1DFC4BA171A; // System.Comparison`1 struct Comparison_1_t1E2D8261CC6BDF2163403F266C5410F5D18FABE0; // System.Comparison`1 struct Comparison_1_t585524D4B8699EB3503F85919EA5969BAB3D47EA; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_tBFA6A92ADF404217ADC6287258F898AC33533339; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_tA75D1125AC9BE8F005BA9B868B373398E643C907; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_tB87BEC840CF876F5CE38D31A5FD1BFD7BDCCCD75; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_tDAF0CFE0CE67D29980B6E16E14494B452AA7C270; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t514396B90715EDD83BB0470C76C2F426F9381C71; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t37F557505423C20CABB84F18ADA6FE019FD5411F; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t2A9A7F3ECFC3483F89253F3C4BB5BE98A37F6EF3; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t14FE4A752A83D53771C584E4C8D14E01F2AFD7BA; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t00B3CBC13D1439C8660D9FC33442C5620590706F; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_tED98F9DEB20653ED194C08F6C90D3752C3EDEA28; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t645C7B1DAE2D839B52A5E387C165CE13D5465B00; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t41165BF747F041590086BE39A59BE164430A3CEF; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t29D782BF5D0A26D11A04865B4306B86575506834; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t9BEC34FFAABF80FD27E35B9955364F9D176F44EA; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t4055F6540F36F21F9FEDAFB92D8E0089B38EBBC8; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_tF099D849028F7351B6B99091102D4A3417711574; // UnityEngine.UIElements.EventCallback`1 struct EventCallback_1_t1FFCCC98AE7C52F427D11F1609ED56BE1E4AEF88; // UnityEngine.UIElements.EventCallback`1 struct EventCallback_1_tDE93D01AB4244ED03015ADF985CF61A9E3CA060F; // UnityEngine.UIElements.EventCallback`1 struct EventCallback_1_tCE5E8F1D2A7EE5EC636D68025C6D899BD17EF38B; // UnityEngine.UIElements.EventCallback`1 struct EventCallback_1_t435839AFF4474F7EAE0AA8A59F737E798CEAFD30; // UnityEngine.UIElements.EventCallback`1 struct EventCallback_1_tF213A6C7DEAE29A9970B73DB52E8778214E5CD9C; // UnityEngine.UIElements.EventCallback`1 struct EventCallback_1_tDFA2360CDCE536A2DE7FA625C0295865A67D40B4; // UnityEngine.UIElements.EventCallback`1 struct EventCallback_1_t15E400616AB56B841F72D09E503D6377E8366E07; // UnityEngine.UIElements.EventCallback`1 struct EventCallback_1_tCF242F8E93BCF576DC25DFA8544DC8816F42CFE7; // UnityEngine.UIElements.EventCallback`1 struct EventCallback_1_tBC1DA4FF1E26FC091E77AD11B6F780C5D237AF2C; // UnityEngine.UIElements.EventCallback`1 struct EventCallback_1_t7C6768AD962B0B50514570724A38E07DA18FB1FA; // UnityEngine.UIElements.EventCallback`1 struct EventCallback_1_tE2BCC4FFB156A2716749F7BDD0036A743B039913; // System.Func`1 struct Func_1_t2BE7F58348C9CC544A8973B3A9E55541DE43C457; // System.Func`1 struct Func_1_tEA19435E526C20D577E34BADB14CA06F066636C2; // System.Func`2 struct Func_2_tDDBE08B46BEFDD869DE0B97D023CB9C89674FED6; // System.Func`2 struct Func_2_t2FDA873D8482C79555CFB05233D610E8F1C7C354; // System.Func`2 struct Func_2_tE1F0D41563EE092E5E5540B061449FDE88F1DC00; // System.Func`2 struct Func_2_t2A7432CC4F64D0DF6D8629208B154CF139B39AF2; // System.Func`2 struct Func_2_t33ED521BE3A7E943FA8D764514952EDF1AF1C0FA; // System.Func`3 struct Func_3_tE3C94684D6DF31A003FECCCBC631507046C81ECE; // System.Func`3 struct Func_3_t79BD8B3734A7771622ADCD860FFC589C81C058FA; // System.Func`3 struct Func_3_tAD7EE8FC165028B732FB7B83E71870F0B8E791E0; // System.Func`3 struct Func_3_t2376B3D8C7A437FC32F21C4C4E4B3E7D2302007C; // System.Func`3 struct Func_3_t91DB6FD7FB36205E9CF7A442EB7A337299776A3D; // System.Func`3 struct Func_3_t21FE404F1FF5BB9658AD8FC7A60BC71347B096BC; // System.Func`3 struct Func_3_t6745994E8BE66E70CABFC83E108BB6BB52414502; // System.Func`3 struct Func_3_tB92C805F866D2EB9A48A2CC06AAF77E333340E9F; // System.Func`3 struct Func_3_t5853662BEAC371606CF3B0A970C0C364071786A6; // System.Collections.Generic.HashSet`1 struct HashSet_1_t1E83A872D720F688A22A53879E9C48E0DE80B3BE; // System.Collections.Generic.HashSet`1 struct HashSet_1_t2F33BEB06EEA4A872E2FAF464382422AA39AE885; // System.Collections.Generic.HashSet`1 struct HashSet_1_tEFC6605F7DE53F71946C33FD371E53C3100F2178; // System.Collections.Generic.HashSet`1 struct HashSet_1_tD7C5CB4AA796FB70BE1FB3BB598BF7B3BD245035; // System.Collections.Generic.HashSet`1 struct HashSet_1_t95ABEAA04E177570445F27ECCBABE556363578CB; // System.Collections.Generic.IEnumerable`1 struct IEnumerable_1_tFBAB9009349DC2FC4CC42F96D81C9D0B29E160FE; // System.Collections.Generic.IEnumerable`1 struct IEnumerable_1_tCE758D940790D6D0D56B457E522C195F8C413AF2; // System.Collections.Generic.IEnumerable`1 struct IEnumerable_1_tF95C9E01A913DD50575531C8305932628663D9E9; // System.Collections.Generic.IEnumerable`1 struct IEnumerable_1_tC8F648DAC54860B2E32294DCF939576E41EF594A; // System.Collections.Generic.IEnumerable`1 struct IEnumerable_1_tCEF1F6C69EA77DC2CEFABB0AC09506F177DC9164; // System.Collections.Generic.IEnumerable`1 struct IEnumerable_1_tCC160952E834BABD4C3A6BDA971ED4DD97B3B01D; // System.Collections.Generic.IEqualityComparer`1 struct IEqualityComparer_1_t2CBC1E01F8DDF83EBED512F498266114532DD927; // System.Collections.Generic.IEqualityComparer`1 struct IEqualityComparer_1_tDBFC8496F14612776AF930DBF84AFE7D06D1F0E9; // System.Collections.Generic.IEqualityComparer`1 struct IEqualityComparer_1_tDBA96AAC21C7C21D26B68A9F19E6AE4E015D2316; // System.Collections.Generic.IEqualityComparer`1 struct IEqualityComparer_1_t2CA7720C7ADCCDECD3B02E45878B4478619D5347; // System.Collections.Generic.IEqualityComparer`1 struct IEqualityComparer_1_tAE94C8F24AD5B94D4EE85CA9FC59E3409D41CAF7; // System.Collections.Generic.IEqualityComparer`1 struct IEqualityComparer_1_t341DBC625B94A179D2F2C3E3CF45C76E281F4612; // System.Collections.Generic.IEqualityComparer`1 struct IEqualityComparer_1_t28C95BC84663336FDD24A851DFF64782876EA734; // System.Collections.Generic.IList`1 struct IList_1_tFB8BE2ED9A601C1259EAB8D73D1B3E96EA321FA1; // System.Collections.Generic.Dictionary`2/KeyCollection struct KeyCollection_t7032C42BDB9F81A00537C262F53859F054515A62; // System.Collections.Generic.Dictionary`2/KeyCollection struct KeyCollection_tFC2475FAA4D60E151C59DA3B9A5AE8F8A430C9C3; // System.Collections.Generic.Dictionary`2/KeyCollection struct KeyCollection_t02AA3851B1EDACE86C778A221321A359FA3441D4; // System.Collections.Generic.Dictionary`2/KeyCollection struct KeyCollection_tAFB9383D0D5BB1B6F60638686806B2F9E2FF6F65; // System.Collections.Generic.Dictionary`2/KeyCollection struct KeyCollection_tB45A861D090B15129521119AE48ED3813820A974; // System.Collections.Generic.Dictionary`2/KeyCollection struct KeyCollection_t85D7EE0BF2C0CFEF0B29BD162EBF6D7932A18524; // System.Collections.Generic.Dictionary`2/KeyCollection struct KeyCollection_tC5B239E49B6B3F63B394F906A069240465B098DF; // System.Collections.Generic.Dictionary`2/KeyCollection struct KeyCollection_tF6D68C9DEFB5EE51E16CCE2C8FA4B432F4629265; // UnityEngine.UIElements.KeyboardEventBase`1 struct KeyboardEventBase_1_t8A33E6EBB804F18BFE49BE0C38C5D0B8E233B6FA; // UnityEngine.UIElements.KeyboardEventBase`1 struct KeyboardEventBase_1_tB4DAE7BE749F5CB0E5230FC31380D5BD30259B0C; // UnityEngine.UIElements.UQueryState`1/ListQueryMatcher`1 struct ListQueryMatcher_1_t4D10BEF648526B008BEB75C8576A7D1EBFD73A83; // UnityEngine.UIElements.UQueryState`1/ListQueryMatcher`1 struct ListQueryMatcher_1_tC447E3396770813CE332360F6EECEEFB6B51FA69; // UnityEngine.UIElements.UQueryState`1/ListQueryMatcher`1 struct ListQueryMatcher_1_t7F21A0BB6BC47F1797366366A8E33731906C2940; // System.Collections.Generic.List`1> struct List_1_t60F39D768DAD2345527AD3EE73FAB2667DF4F260; // System.Collections.Generic.List`1 struct List_1_t4453356B16CA8CC9BAD2E99699548F641C55C044; // System.Collections.Generic.List`1 struct List_1_t8B6D523FAB1ACF201D7DDB1CF78CD1745942E20F; // System.Collections.Generic.List`1 struct List_1_t6FBD33EFCD307A54E0E8F62AAA0677E2ADAE58D3; // System.Collections.Generic.List`1 struct List_1_t6006DCF334470A9CC92C9A727DA40E2BA2092B01; // System.Collections.Generic.List`1 struct List_1_t96E9133B70FB6765E6B138E810D33E18901715DA; // System.Collections.Generic.List`1 struct List_1_t05915E9237850A58106982B7FE4BC5DA4E872E73; // System.Collections.Generic.List`1 struct List_1_tDA4D291C60B1EFA9EA50BBA3367C657CC9410576; // System.Collections.Generic.List`1 struct List_1_t569CB45C96475FFA9C716A7CC2ADE24112D38121; // System.Collections.Generic.List`1 struct List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D; // System.Collections.Generic.List`1 struct List_1_t9FF902E193613BD654FD1CF8DBDEF7B872504919; // System.Collections.Generic.List`1 struct List_1_t3ADC2CEE608F7E0043EBE4FD425E6C9AE43E19CC; // System.Collections.Generic.List`1 struct List_1_t42A86FE68C8321F340DE626A644141DAF4A411E7; // System.Collections.Generic.List`1 struct List_1_t7C8CC805CEADA09DFAC2AC1A5D731D5EE956F6DC; // System.Collections.Generic.List`1 struct List_1_tA1D3D4FCA4CFF8E02845F48D747A4C704D4C9CAE; // System.Collections.Generic.List`1 struct List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD; // System.Collections.Generic.List`1 struct List_1_t365205E6BE687FCF41975C16741DD9C303C1C269; // System.Collections.Generic.List`1 struct List_1_t893BC4E6EA21D89E7107414FB1199B089EB9F122; // System.Collections.Generic.List`1 struct List_1_tB8CE94A1885E4D10B34A91CC9D21169286DC0A63; // System.Collections.Generic.List`1 struct List_1_t85FF16594D5F70EECC5855882558F8E26EF6BAFF; // System.Collections.Generic.List`1 struct List_1_tEA16F82F7871418E28EB6F551D77A8AD9F2E337F; // System.Collections.Generic.List`1 struct List_1_t686B3253BF1ECA33C528F281967CD2DA263C252E; // System.Collections.Generic.List`1 struct List_1_t05E80B72E11DAF32DE5C2209E33E4AA7D99CCE45; // System.Collections.Generic.List`1 struct List_1_t4EB7DA35FB6C543101A0C09A56EE4B652F4E1777; // System.Collections.Generic.List`1 struct List_1_t63B31A07921C5E19BCA9E85447E2260F37E3E777; // System.Collections.Generic.List`1 struct List_1_t6115BBE78FE9310B180A2027321DF46F2A06AC95; // System.Collections.Generic.List`1 struct List_1_tA2DA9358299C5C3E2E66D546D9B0E9089C3D7DBE; // System.Collections.Generic.List`1 struct List_1_t1E327CB749CA1F2F2DA41B2D4DFF57FD6BE0FF66; // System.Collections.Generic.List`1 struct List_1_t70EE7982F45810D4B024CF720D910E67974A3094; // System.Collections.Generic.List`1 struct List_1_tD83E9FC86E76D3E92623990C84D4238B8EA05D5B; // System.Collections.Generic.List`1 struct List_1_t70BBA01AC05569034FEB9847D92E5F046528FBAF; // System.Collections.Generic.List`1 struct List_1_t10D8EC0B84DD3EDB54DA9AE6AF65B5AB50BA9D5A; // System.Collections.Generic.List`1 struct List_1_t3A511618E31C01BE3D1EA788ABB9AD6F354E8485; // UnityEngine.UIElements.ObjectPool`1> struct ObjectPool_1_t4B6FA9735BC5BF40624419B712D9493C7EF11802; // UnityEngine.UIElements.ObjectPool`1> struct ObjectPool_1_t006A020DCEB7871AAAA93FEE358DCC0499FD14F0; // UnityEngine.UIElements.ObjectPool`1 struct ObjectPool_1_t7FDDBA964772905A89719355C6E4F07922AA0C78; // UnityEngine.UIElements.ObjectPool`1 struct ObjectPool_1_tA8C5B26B8CCBE92B90CDF4FBB00333936EACE68F; // UnityEngine.UIElements.ObjectPool`1 struct ObjectPool_1_t5FC06EAFF1CF75D5A94102AEB85EBD17B92324E7; // UnityEngine.UIElements.ObjectPool`1 struct ObjectPool_1_t30C8F70D98C7F0227113800C031CF8E316BD7608; // UnityEngine.UIElements.ObjectPool`1 struct ObjectPool_1_t58FACB77D1CC237FB39BCD540235D55E5E9ED75F; // UnityEngine.UIElements.ObjectPool`1 struct ObjectPool_1_tC6626AC387E62EDBD0EA56924280D44E6476EC67; // UnityEngine.UIElements.ObjectPool`1 struct ObjectPool_1_t36D394C38E988B494FF27A209F41C47573069AFA; // UnityEngine.UIElements.ObjectPool`1 struct ObjectPool_1_t37080504ECCFF986BCF1E7D4C1D26BB929DEC7E9; // UnityEngine.UIElements.ObjectPool`1 struct ObjectPool_1_t1E06F490DDD84FA5A692D737BD9F030BF209D3E2; // UnityEngine.UIElements.ObjectPool`1 struct ObjectPool_1_tB85DB0D054AA6927A16B00E00530B77F48198E8F; // UnityEngine.UIElements.ObjectPool`1 struct ObjectPool_1_tD29E2BEBACB54993D8FEA9165FCF17908E97141C; // UnityEngine.UIElements.ObjectPool`1 struct ObjectPool_1_t2E11CDAC72859A812629F64CB88669487FD5F0B5; // UnityEngine.UIElements.ObjectPool`1 struct ObjectPool_1_tC06B45D8A0C7CBBDAE418090727D1DF1F2FCB9F6; // UnityEngine.UIElements.ObjectPool`1 struct ObjectPool_1_tDF51BF8B537DAD012AFE10CFC541363835B64992; // UnityEngine.UIElements.ObjectPool`1 struct ObjectPool_1_tD9D36AAF97C27AAA8F8C10396B70EE8016C3DB39; // UnityEngine.UIElements.ObjectPool`1 struct ObjectPool_1_t8AFFCB7DAAEE40E4043E3A85360B759A778B3F5B; // UnityEngine.UIElements.ObjectPool`1 struct ObjectPool_1_tEA9E5136DCE87BF5FDC7E117132869969F52A700; // UnityEngine.UIElements.ObjectPool`1 struct ObjectPool_1_tC020A5F878E420221282228F0D54930B0296FE7C; // UnityEngine.UIElements.ObjectPool`1 struct ObjectPool_1_t933A34C114FA4EFD296D25E7C2034879B3DC840E; // UnityEngine.UIElements.ObjectPool`1 struct ObjectPool_1_t625CC081156CCA83AF28F9AC872DA35BC4C19D8B; // UnityEngine.UIElements.PanelChangedEventBase`1 struct PanelChangedEventBase_1_t08E54FB461E77FFD76488075D78EFDBED77D44E3; // UnityEngine.UIElements.PanelChangedEventBase`1 struct PanelChangedEventBase_1_t2214183CD8DA6044ECE671FF1DA69DCB8DDC8C39; // UnityEngine.UIElements.PanelChangedEventBase`1 struct PanelChangedEventBase_1_tBD261468FE94C0F11CE3EE232C78393DEB70F0E2; // UnityEngine.UIElements.PointerEventBase`1 struct PointerEventBase_1_tCC99C5B34F8B8F012105435FC4A3CE4FD098045F; // UnityEngine.UIElements.PointerEventBase`1 struct PointerEventBase_1_tE5B00823964EF715DC1ED310DB3F91B16D40D7C7; // UnityEngine.UIElements.PointerEventBase`1 struct PointerEventBase_1_t7591EB7533D2DA4AE63C7E535343F090911843C9; // UnityEngine.UIElements.PointerEventBase`1 struct PointerEventBase_1_tED9D60928194E4D1F6C5F9C95D258E9102815B4B; // UnityEngine.UIElements.PointerEventBase`1 struct PointerEventBase_1_t2DFB78320E5810F8163F6CF5D3C5537CF40B2496; // UnityEngine.UIElements.StyleDataRef`1/RefCounted struct RefCounted_t6B975CD3D06E8D955346FC0D66E8F6E449D49A44; // UnityEngine.UIElements.StyleDataRef`1/RefCounted struct RefCounted_t0E133AD36715877AE1CE72539A0199B4D3AA8CD1; // UnityEngine.UIElements.StyleDataRef`1/RefCounted struct RefCounted_t81BCBAE57D930C934CF7A439452D65303AC6A8CD; // UnityEngine.UIElements.StyleDataRef`1/RefCounted struct RefCounted_t78303B1CD3D08C664ABB15EBD7C882DA3E06CF7D; // UnityEngine.UIElements.StyleDataRef`1/RefCounted struct RefCounted_tA9FB4D63A1064BD322AFDFCD70319CB384C057D9; // UnityEngine.UIElements.StyleDataRef`1/RefCounted struct RefCounted_t812D790A2C787F18230F9234F6C9B84D4AC1A85A; // System.Collections.Generic.Stack`1> struct Stack_1_t89D5688AF7850C61B3DF8B5BED042DEBFA7AC9BC; // System.Collections.Generic.Stack`1 struct Stack_1_t9978CB0119EA70B0C3101996FB3D675B2D59025A; // System.Collections.Generic.Stack`1 struct Stack_1_tAD790A47551563636908E21E4F08C54C0C323EB5; // System.Collections.Generic.Stack`1 struct Stack_1_tED2C2A36F6C3F66D1AE3ECC4B99177D661C08F11; // UnityEngine.UIElements.StylePropertyAnimationSystem/Values`1/TransitionEventsFrameState struct TransitionEventsFrameState_tE3B03C5A4D3A9B62395A67012747638ADE7B8D2D; // UnityEngine.UIElements.StylePropertyAnimationSystem/Values`1/TransitionEventsFrameState struct TransitionEventsFrameState_t31FA216B798ED8FA3490C3CA515528DCA4F26A2C; // UnityEngine.UIElements.StylePropertyAnimationSystem/Values`1/TransitionEventsFrameState struct TransitionEventsFrameState_t2B8264420B693D76C74F99F305197870C62C10F4; // UnityEngine.UIElements.StylePropertyAnimationSystem/Values`1/TransitionEventsFrameState struct TransitionEventsFrameState_t9DC16C7535A4271EA0FD763A64CD7CF84670EC64; // UnityEngine.UIElements.StylePropertyAnimationSystem/Values`1/TransitionEventsFrameState struct TransitionEventsFrameState_t25D5D3420391A40A0B978B0D5CA13F775283274E; // UnityEngine.UIElements.StylePropertyAnimationSystem/Values`1/TransitionEventsFrameState struct TransitionEventsFrameState_t896507B4A758D8F131A06984765BA0F57C8939A2; // UnityEngine.UIElements.StylePropertyAnimationSystem/Values`1/TransitionEventsFrameState struct TransitionEventsFrameState_t7FB3FD474018D429F5F1EE705EF9ADA6F197EDEF; // UnityEngine.UIElements.StylePropertyAnimationSystem/Values`1/TransitionEventsFrameState struct TransitionEventsFrameState_t3F9A8EB2B33780D3F2037BFEED0A3C6A03B03FEC; // UnityEngine.UIElements.TypedUxmlAttributeDescription`1 struct TypedUxmlAttributeDescription_1_t7ECE12D1C0C385835D77803906F54B792532FD39; // UnityEngine.UIElements.UxmlEnumAttributeDescription`1 struct UxmlEnumAttributeDescription_1_tC4ABA6DF74F58C15F2597C1640A58CC16D9551B3; // UnityEngine.UIElements.UxmlEnumAttributeDescription`1 struct UxmlEnumAttributeDescription_1_tBBB2CDD127ABE7FAC6ED7B5CA5A3911FF0AF7CE4; // UnityEngine.UIElements.UxmlFactory`2 struct UxmlFactory_2_tA5B21BD283B57202633CBFD2ABB84CE9AD987DF2; // UnityEngine.UIElements.UxmlFactory`2 struct UxmlFactory_2_t8EB039498EE25D0F0B57B0E86AFC4B4F1F0C5933; // UnityEngine.UIElements.UxmlFactory`2 struct UxmlFactory_2_tA0A97C5E51045F69E0AB6E6EDDD9EBB7BBDB30C9; // UnityEngine.UIElements.Experimental.ValueAnimation`1 struct ValueAnimation_1_t639ABF37111B0184CCB3DE2F577E466F04B28FAC; // System.Collections.Generic.Dictionary`2/ValueCollection struct ValueCollection_t610505C1353EB2B43336B80F2791B3368126589C; // System.Collections.Generic.Dictionary`2/ValueCollection struct ValueCollection_t5B6097EC9CBD2ABCE260E95609E9C03674249074; // System.Collections.Generic.Dictionary`2/ValueCollection struct ValueCollection_t885AA1B6C959F1BB0EB2CBBE91A8773264DBA655; // System.Collections.Generic.Dictionary`2/ValueCollection struct ValueCollection_t11DEEA44D63ED0917BD47EFD3C51372B0EA9E1BF; // System.Collections.Generic.Dictionary`2/ValueCollection struct ValueCollection_t038245E04B5D2A80048D9F8021A23E69A0C9DBAA; // System.Collections.Generic.Dictionary`2/ValueCollection struct ValueCollection_t95D84B4301FFC2CEAA9EBB93DE72CFC9CE2995B2; // System.Collections.Generic.Dictionary`2/ValueCollection struct ValueCollection_t06CDA99DB645BD0BA87E9F06322972BF06B8B0B1; // System.Collections.Generic.Dictionary`2/ValueCollection struct ValueCollection_tBFB44848CD0102BAD045541C44604965E5A35EA2; // UnityEngine.UIElements.StylePropertyAnimationSystem/ValuesDiscrete`1 struct ValuesDiscrete_1_t63B8F92F4DAABF488DAEF85235D684338A5BF983; // UnityEngine.UIElements.StylePropertyAnimationSystem/ValuesDiscrete`1 struct ValuesDiscrete_1_t3FE71D851C5B6AD9E518846FD0AE377C4FD977C8; // UnityEngine.UIElements.StylePropertyAnimationSystem/ValuesDiscrete`1 struct ValuesDiscrete_1_tEEAF52293B68D5800CAC73A14E2C3B3B02E6C2B1; // UnityEngine.UIElements.StylePropertyAnimationSystem/ValuesDiscrete`1 struct ValuesDiscrete_1_t7E99F13B947129354031274B76C3B094031D33E7; // UnityEngine.UIElements.StylePropertyAnimationSystem/Values`1 struct Values_1_t1B84258FDB622ABECA26BA9E2E8F638E1B6B213F; // UnityEngine.UIElements.StylePropertyAnimationSystem/Values`1 struct Values_1_tD710D214E4D407A033AE57CE091D4C4FBB293714; // UnityEngine.UIElements.StylePropertyAnimationSystem/Values`1 struct Values_1_tFB112CD52331C038F6B928FEAFAB19A06FD2F62C; // UnityEngine.UIElements.StylePropertyAnimationSystem/Values`1 struct Values_1_t4B3725FE6B9D8A60439FC42ABC27E2FAE91ACBA5; // UnityEngine.UIElements.StylePropertyAnimationSystem/Values`1 struct Values_1_tF515CA326AF84CBBA1A40F1C76BC6D39AA409215; // UnityEngine.UIElements.StylePropertyAnimationSystem/Values`1/EmptyData[] struct EmptyDataU5BU5D_t4FC6419C796BBADFEC77D9CB97A3FB7B1C6D5CB8; // UnityEngine.UIElements.StylePropertyAnimationSystem/Values`1/EmptyData[] struct EmptyDataU5BU5D_t024015F2FF2FC69854D9FD05CE50190B4B1F3A64; // UnityEngine.UIElements.StylePropertyAnimationSystem/Values`1/EmptyData[] struct EmptyDataU5BU5D_t568C72D6625FA05F854FF86F02910C531D98B72E; // UnityEngine.UIElements.StylePropertyAnimationSystem/Values`1/EmptyData[] struct EmptyDataU5BU5D_t4EA7859B72A26B20006E0BD02EC63611C4C71485; // UnityEngine.UIElements.StylePropertyAnimationSystem/Values`1/EmptyData[] struct EmptyDataU5BU5D_tF2D26ADE6FCC1E97FB2FFC1DC56D63F08E711A3C; // UnityEngine.UIElements.StylePropertyAnimationSystem/Values`1/EmptyData[] struct EmptyDataU5BU5D_t8EE2FFAAC9B7C301CF4690109183A2EFDFC5A20F; // UnityEngine.UIElements.StylePropertyAnimationSystem/Values`1/EmptyData[] struct EmptyDataU5BU5D_tB3A736D4DE7E747B7C1B6CA7B36EB41FA6207653; // UnityEngine.UIElements.StylePropertyAnimationSystem/Values`1/EmptyData[] struct EmptyDataU5BU5D_tFD0240910F0FF75CC94A141EDE346043BD9C179C; // System.Collections.Generic.Dictionary`2/Entry[] struct EntryU5BU5D_t20232555B01299E50C6D0216F01265BFAE9192BD; // System.Collections.Generic.Dictionary`2/Entry[] struct EntryU5BU5D_tB8FEF74C22D10FED7BD4FF2BD19B172A3EDD90AA; // System.Collections.Generic.Dictionary`2/Entry[] struct EntryU5BU5D_tD309F552B0A24641B68AB256A56D6957D257D1F1; // System.Collections.Generic.Dictionary`2/Entry[] struct EntryU5BU5D_t05E52844511353E4ABF08A5014CE9794F2BC7FB2; // System.Collections.Generic.Dictionary`2/Entry[] struct EntryU5BU5D_t1E85CBF91297C9D62A0FC2AD29FD24E33C8A5E54; // System.Collections.Generic.Dictionary`2/Entry[] struct EntryU5BU5D_t5C6BE3F8D8C9F5DBCDEF6446DF86F557102A5F67; // System.Collections.Generic.Dictionary`2/Entry[] struct EntryU5BU5D_tF9A333B05D89C80863205975D040FE0EF8B5D19B; // System.Collections.Generic.Dictionary`2/Entry[] struct EntryU5BU5D_t7F98B69A7E03C7962E8464AC964AF60FAD664681; // System.Collections.Generic.HashSet`1/Slot[] struct SlotU5BU5D_t056AB4465CFC0A3D07F7C0975B7EE25ED67AB270; // System.Collections.Generic.HashSet`1/Slot[] struct SlotU5BU5D_tF596AD324082C553DB364C768406A40BB3C85343; // System.Collections.Generic.HashSet`1/Slot[] struct SlotU5BU5D_t8B8EE191EEC1575F1F0CAC91A208DBFDF2821D01; // System.Collections.Generic.HashSet`1/Slot[] struct SlotU5BU5D_t94CA178993B9FC71F63E131258D20773C4BC2048; // UnityEngine.UIElements.StylePropertyAnimationSystem/Values`1/StyleData[] struct StyleDataU5BU5D_tF87CDE51588E78D4C87C144731581FB5284776E0; // UnityEngine.UIElements.StylePropertyAnimationSystem/Values`1/StyleData[] struct StyleDataU5BU5D_t2EA8BFBB228BC22ECF5964A1BCC0289725FB4389; // UnityEngine.UIElements.StylePropertyAnimationSystem/Values`1/StyleData[] struct StyleDataU5BU5D_tD406BDE6B313334D7A7241DDEA636226CC9C0043; // UnityEngine.UIElements.StylePropertyAnimationSystem/Values`1/StyleData[] struct StyleDataU5BU5D_tBB18CE54D6B9B54229E01AFF7CCB44B8305F2386; // UnityEngine.UIElements.StylePropertyAnimationSystem/Values`1/StyleData[] struct StyleDataU5BU5D_t988DBB7FAB3D7D4E114C94A5CF2E305E3FFB2A7F; // UnityEngine.UIElements.StylePropertyAnimationSystem/Values`1/StyleData[] struct StyleDataU5BU5D_t597C3C3BF0BFFC87AB6037E85E0829D999602263; // UnityEngine.UIElements.StylePropertyAnimationSystem/Values`1/StyleData[] struct StyleDataU5BU5D_tDCCCED3D71A0A84CDB77E5222463121D4EB611CC; // UnityEngine.UIElements.StylePropertyAnimationSystem/Values`1/StyleData[] struct StyleDataU5BU5D_tAD21796096D8CBCE199118430F1C659AA1DFB822; // UnityEngine.UIElements.StylePropertyAnimationSystem/Values`1/TimingData[] struct TimingDataU5BU5D_t0DDECCB612303E94B577E5978AB4B36B5192AFB1; // UnityEngine.UIElements.StylePropertyAnimationSystem/Values`1/TimingData[] struct TimingDataU5BU5D_t7D21FA13314B030338650732321EC6B9E93FF0F6; // UnityEngine.UIElements.StylePropertyAnimationSystem/Values`1/TimingData[] struct TimingDataU5BU5D_t45DAD27FEA03547B7581715461816FA37E7EC651; // UnityEngine.UIElements.StylePropertyAnimationSystem/Values`1/TimingData[] struct TimingDataU5BU5D_tE963FB40D15F6761CC687300F7A3EFCD58A8505A; // UnityEngine.UIElements.StylePropertyAnimationSystem/Values`1/TimingData[] struct TimingDataU5BU5D_t0BCD78985159E6EF1D974E34B209EDE880E06269; // UnityEngine.UIElements.StylePropertyAnimationSystem/Values`1/TimingData[] struct TimingDataU5BU5D_tE92E1403336542C4CF4B76824A22545D0EB14E14; // UnityEngine.UIElements.StylePropertyAnimationSystem/Values`1/TimingData[] struct TimingDataU5BU5D_t1C0E9B6D937D57C27438BFA33BC2DB905EE4973E; // UnityEngine.UIElements.StylePropertyAnimationSystem/Values`1/TimingData[] struct TimingDataU5BU5D_t634CA6261A1EDA23867D38722881D8D9610065E3; // UnityEngine.UIElements.Background[] struct BackgroundU5BU5D_t29762095DD694E79A85A59135735FF02E54C4B46; // System.Byte[] struct ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031; // System.Char[] struct CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB; // UnityEngine.Color[] struct ColorU5BU5D_t612261CF293F6FFC3D80AB52259FF0DC2B2CC389; // UnityEngine.UIElements.ComputedTransitionProperty[] struct ComputedTransitionPropertyU5BU5D_t25B9E78F5276CDA297C8215C316452CAB8219E82; // System.Delegate[] struct DelegateU5BU5D_tC5AB7E8F745616680F337909D3A8E6C722CDF771; // UnityEngine.UIElements.StyleSheets.Dimension[] struct DimensionU5BU5D_t1EE1B3F9368D444E779CAB3E1CBD9959F8762F4B; // UnityEngine.Display[] struct DisplayU5BU5D_tAD77D7EE2B839E3EDA0D1C0028B64F867F400C7F; // UnityEngine.Font[] struct FontU5BU5D_t418554EC037A82050D1E53593D5B2A8C395054F3; // UnityEngine.UIElements.FontDefinition[] struct FontDefinitionU5BU5D_t31BDC3E2D72918B36F815F95F7CBA1F057E3DA39; // UnityEngine.UIElements.GradientSettings[] struct GradientSettingsU5BU5D_t5A316EDE81269563C087800A519341276F98AF9C; // UnityEngine.UIElements.IBinding[] struct IBindingU5BU5D_t613F45AB09D463EB5B2820B80DD36DC7B9AA5A06; // UnityEngine.UIElements.IBindingRequest[] struct IBindingRequestU5BU5D_t50E5D8ED606C132389E435540A60AB3D17949EC3; // UnityEngine.UIElements.IMGUIContainer[] struct IMGUIContainerU5BU5D_t3AA24182A7206CDAB5C607C545BDEE7E47C8B10A; // UnityEngine.UIElements.IUIElementsUtility[] struct IUIElementsUtilityU5BU5D_tD3A0152357E8A9F48A042AAE6A2EF0D2855344A3; // UnityEngine.UIElements.Experimental.IValueAnimationUpdate[] struct IValueAnimationUpdateU5BU5D_t250909B263EE1BB62A80F2449EAD3709E83C5C78; // UnityEngine.UIElements.IVisualTreeUpdater[] struct IVisualTreeUpdaterU5BU5D_t9E9D948BC4F327DA519FEB2BCEC12FB7FD7C59E8; // System.Int32[] struct Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C; // System.Int32Enum[] struct Int32EnumU5BU5D_t87B7DB802810C38016332669039EF42C487A081F; // System.IntPtr[] struct IntPtrU5BU5D_tFD177F8C806A6921AD7150264CCC62FA00CAD832; // System.Object[] struct ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918; // UnityEngine.Object[] struct ObjectU5BU5D_tD4BF1BEC72A31DF6611C0B8FA3112AF128FC3F8A; // UnityEngine.UIElements.Panel[] struct PanelU5BU5D_t7D67D36AB863888E29362503DEAFC876C6538C0B; // UnityEngine.UIElements.ReusableCollectionItem[] struct ReusableCollectionItemU5BU5D_t7B98FF5B03A63736FAB4B967CBD8C0AC0822F2F9; // UnityEngine.UIElements.Rotate[] struct RotateU5BU5D_tD482C518713DEC5763C34C827A9B6DB565776772; // UnityEngine.UIElements.RuleMatcher[] struct RuleMatcherU5BU5D_t0135EA06151E72D04414F3EAF9420CB85EE2236C; // UnityEngine.UIElements.StyleSheets.ScalableImage[] struct ScalableImageU5BU5D_t8C989174900062AED19A057FDCF0529F8C594A52; // UnityEngine.UIElements.Scale[] struct ScaleU5BU5D_tE608175710457D7343DD849244BF59B58157F0EF; // UnityEngine.UIElements.StyleSheets.SelectorMatchRecord[] struct SelectorMatchRecordU5BU5D_t6033C70B62D6E4C7261F40F64F75070577947A19; // System.Single[] struct SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C; // System.Diagnostics.StackTrace[] struct StackTraceU5BU5D_t32FBCB20930EAF5BAE3F450FF75228E5450DA0DF; // System.String[] struct StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248; // UnityEngine.UIElements.StyleComplexSelector[] struct StyleComplexSelectorU5BU5D_tF7B5239DE9BF477DECF97EFBA7CB1D71C45DB857; // UnityEngine.UIElements.StyleProperty[] struct StylePropertyU5BU5D_t1DEB0C869D51682C0583AA00CE776FE8B8C36783; // UnityEngine.UIElements.StyleSheets.StylePropertyId[] struct StylePropertyIdU5BU5D_t6A118EB2D7976A5AE0C4E89D3F53D4454EC7E359; // UnityEngine.UIElements.StyleRule[] struct StyleRuleU5BU5D_t7897A39D88CA043B2BFB5B28C53B41564EBA3AF3; // UnityEngine.UIElements.StyleSelector[] struct StyleSelectorU5BU5D_t11A633455FC601606B3DF3CEDDDAB1625B54708D; // UnityEngine.UIElements.StyleSelectorPart[] struct StyleSelectorPartU5BU5D_tBA574FB3E75E94E52874FDB7B05B9048E8A5421B; // UnityEngine.UIElements.StyleSheet[] struct StyleSheetU5BU5D_tFFAA0F92657246FFBFE954290B305CCCBA9DD1A7; // UnityEngine.UIElements.StyleValueHandle[] struct StyleValueHandleU5BU5D_t66B7732469E9E30B1FB9A6E386315DAB36914ADE; // UnityEngine.UIElements.TextShadow[] struct TextShadowU5BU5D_tF37C87EBD3D8745BEDABCE2EA499DE16C15B5D8C; // UnityEngine.UIElements.TransformOrigin[] struct TransformOriginU5BU5D_t0BDBC9C8F1888009152284DC2903B3C289F826DA; // UnityEngine.UIElements.Translate[] struct TranslateU5BU5D_t9199DFD72A8EC5FA4C33D75E5F85242F9F97E358; // System.Type[] struct TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB; // System.UInt16[] struct UInt16U5BU5D_tEB7C42D811D999D2AA815BADC3FCCDD9C67B3F83; // UnityEngine.UIElements.VectorImageVertex[] struct VectorImageVertexU5BU5D_tA19C37074824265F1A5684A6F2C156559455C1C4; // UnityEngine.UIElements.VisualElement[] struct VisualElementU5BU5D_tCAE8038767BF0FBEE26B3470C0FC4AE60E5229DF; // UnityEngine.UIElements.UIR.MeshBuilder/VertexClipEdge[] struct VertexClipEdgeU5BU5D_t996146320A0ACC313D3EF0F5791237A90C2E34AA; // UnityEngine.UIElements.StyleSheet/ImportStruct[] struct ImportStructU5BU5D_t42D231FD5BB4B620965D7BED87D56D531B4C7AE9; // UnityEngine.UIElements.TemplateAsset/AttributeOverride[] struct AttributeOverrideU5BU5D_t4D2E0B93EF3A1A1EB58AC1F48E6CFE20A0EA27E8; // UnityEngine.UIElements.VisualElementFocusRing/FocusRingRecord[] struct FocusRingRecordU5BU5D_tEF4D674D6630E0BABDC146E3DA39D58EEE0056F6; // System.Action struct Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07; // System.ArgumentNullException struct ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129; // System.ArgumentOutOfRangeException struct ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F; // UnityEngine.UIElements.AtlasBase struct AtlasBase_t196C45243F41C19DC6258965057BBAA150D278BC; // UnityEngine.UIElements.AttachToPanelEvent struct AttachToPanelEvent_t95C0BC3DD37F324A7816CB2574B56D976C932B28; // UnityEngine.UIElements.BaseBoolField struct BaseBoolField_t01F8AFD72D18F0EB65F949062615550A9ED30B0D; // UnityEngine.UIElements.BaseRuntimePanel struct BaseRuntimePanel_tEDFA512CC6692082EBBB87E5DC446A88D2E75DC4; // UnityEngine.UIElements.BaseVerticalCollectionView struct BaseVerticalCollectionView_t2BCDC86B9E301E46CFB2500A834D640F0B96ADAE; // UnityEngine.UIElements.BaseVisualElementPanel struct BaseVisualElementPanel_tE3811F3D1474B72CB6CD5BCEECFF5B5CBEC1E303; // UnityEngine.UIElements.BaseVisualTreeHierarchyTrackerUpdater struct BaseVisualTreeHierarchyTrackerUpdater_t9FD4CD3627F642894C6485E93BF309961FCFBC03; // UnityEngine.UIElements.BaseVisualTreeUpdater struct BaseVisualTreeUpdater_t234B0DC7D28731E61BA8215154765170E5D0AB41; // UnityEngine.UIElements.BindableElement struct BindableElement_t873EFF65032D21AB3B7BFBA21675D1693967435C; // System.Reflection.Binder struct Binder_t91BFCE95A7057FADF4D8A1A342AFE52872246235; // UnityEngine.UIElements.CallbackEventHandler struct CallbackEventHandler_t99E35735225B4ACEAD1BA981632FD2D46E9CB2B4; // UnityEngine.UIElements.Clickable struct Clickable_tED3E313565F64BDF5DA9D3FE0FEFFD0E17E53834; // UnityEngine.UIElements.CollectionViewController struct CollectionViewController_t89D7C4989B72B4127DF82DC97FED5D7FE01D9768; // UnityEngine.UIElements.CollectionVirtualizationController struct CollectionVirtualizationController_t55D4B8A3B70A7C50AC8BEF90F18EF888017E7801; // UnityEngine.UIElements.ContextClickEvent struct ContextClickEvent_t06F36D1ACA5C8390D5085158C7D7C1BCF9549EA3; // UnityEngine.UIElements.ContextualMenuManager struct ContextualMenuManager_tEE3B1F33FFFD180705467CA625AEBA0F5D63154B; // UnityEngine.UIElements.CustomStyleResolvedEvent struct CustomStyleResolvedEvent_t54D095D62773F628A6A05A4531DEE990166062E6; // UnityEngine.UIElements.DefaultDragAndDropClient struct DefaultDragAndDropClient_t22E34F0CC0902F8BB146736C13745F686C8E8BE3; // UnityEngine.UIElements.DefaultEventSystem struct DefaultEventSystem_t264BDF66772AC091E74E08415FB9C70FAE619F98; // System.Delegate struct Delegate_t; // System.DelegateData struct DelegateData_t9B286B493293CD2D23A5B2B5EF0E5B1324C2B77E; // UnityEngine.UIElements.DetachFromPanelEvent struct DetachFromPanelEvent_t5E26427B0E6AF96F0C522D1FCEDDC078D755E496; // UnityEngine.Display struct Display_t06A3B0F5169CA3C02A4D5171F27499A23D3581D1; // UnityEngine.UIElements.DragEventsProcessor struct DragEventsProcessor_tC4594177C458D0DE91C0A4D1017CEF93DA69C9B6; // UnityEngine.UIElements.ElementUnderPointer struct ElementUnderPointer_tB43AD64F79C6F06829D8B90318AF1A6BBE9C1904; // UnityEngine.Event struct Event_tEBC6F24B56CE22B9C9AD1AC6C24A6B83BC3860CB; // UnityEngine.UIElements.EventBase struct EventBase_tD7F89B936EB8074AE31E7B15976C072277371F7C; // UnityEngine.UIElements.EventCallbackRegistry struct EventCallbackRegistry_tE18297C3F7E535BD82EDA83EC6D6DAA386226B85; // UnityEngine.UIElements.EventDispatcher struct EventDispatcher_t9BC38CC96E93EAD1D818EE751260FE4687B0D398; // System.Exception struct Exception_t; // UnityEngine.UIElements.ExecuteCommandEvent struct ExecuteCommandEvent_t41D5C771261998F58E01612B66E1EF60C100F6D4; // UnityEngine.UIElements.FocusChangeDirection struct FocusChangeDirection_t95F4784CF68331792EB9077AEAB01E17822991EF; // UnityEngine.UIElements.FocusController struct FocusController_t5D2E45F2CCBE3B7082DE4088EE03C2E8F736011A; // UnityEngine.UIElements.Focusable struct Focusable_t39F2BAF0AF6CA465BC2BEDAF9B5B2CF379B846D0; // UnityEngine.Font struct Font_tC95270EA3198038970422D78B74A7F2E218A96B6; // UnityEngine.TextCore.Text.FontAsset struct FontAsset_t61A6446D934E582651044E33D250EA8D306AB958; // UnityEngine.GUILayoutGroup struct GUILayoutGroup_tD08496E80F283C290B5B90D7BFB3C9C7CC33CD8D; // UnityEngine.GameObject struct GameObject_t76FEDD663AB33C991A9C9A23129337651094216F; // UnityEngineInternal.GenericStack struct GenericStack_t1FB49AB7D847C97ABAA97AB232CA416CABD24C49; // UnityEngine.UIElements.GeometryChangedEvent struct GeometryChangedEvent_tB4A621001850F337A676F8CC27F172B8ADB22A9A; // UnityEngine.UIElements.GetViewDataDictionary struct GetViewDataDictionary_tF745E6CC7E18A67630A2B294F0BBFB27C6E57638; // UnityEngine.UIElements.HierarchyEvent struct HierarchyEvent_tB23E4347BC47656A014CA104A5B1DDC172A2A705; // UnityEngine.UIElements.StyleSheets.HierarchyTraversal struct HierarchyTraversal_t89B1D4664C1C066FEED9B372488A3F751CB6FE7D; // UnityEngine.UIElements.IBinding struct IBinding_t02FD99E9C9F2072B28E110F16C157666F5B2DBC7; // UnityEngine.UIElements.IBindingRequest struct IBindingRequest_t518F483F4C7F6968F3B55E59AE2276F3822494AE; // UnityEngine.UIElements.ICollectionDragAndDropController struct ICollectionDragAndDropController_t30018C4F1C5ADA75B5E68B48A7BACE33E851168C; // UnityEngine.UIElements.ICursorManager struct ICursorManager_t78B026DED2559C62810B21C54C5F882457073A8B; // UnityEngine.UIElements.ICustomStyle struct ICustomStyle_t4385916BE4168875B5CC8B442752D4A1A6A69026; // System.Collections.IDictionary struct IDictionary_t6D03155AF1FA9083817AA5B6AD7DEEACC26AB220; // UnityEngine.UIElements.IEventHandler struct IEventHandler_tB1627CA1B7729F3E714572E69A79C91A1578C9A3; // UnityEngine.UIElements.IFocusRing struct IFocusRing_t08BC753A7D9FFD5F88C58DF61E4FF056804CEC78; // System.Collections.IList struct IList_t1C522956D79B7DC92B5B01053DF1AC058C8B598D; // UnityEngine.UIElements.IMGUIContainer struct IMGUIContainer_t2BB1312DCDFA8AC98E9ADA9EA696F2328A598A26; // UnityEngine.UIElements.IMGUIEvent struct IMGUIEvent_t51059D1DE672CD0F0D4E8CAAD593E3A09FAE52B5; // UnityEngine.UIElements.IManipulator struct IManipulator_t72ADA8E9221C6883C2EAF66532E4C88914018708; // UnityEngine.UIElements.IPanel struct IPanel_tAD0F3807B6DE2ECA557380E7DB5F3A179BE5A7A5; // UnityEngine.UIElements.IPointerEvent struct IPointerEvent_t934940574FFC2D6D155265ACC6D78BC48174D9B7; // UnityEngine.UIElements.IResolvedStyle struct IResolvedStyle_t6A3530BA6147B091C278593F21F86B09CD42BE89; // UnityEngine.UIElements.IStylePainter struct IStylePainter_t0B2A07F3DA2AD05641C95841817F32B352E464E6; // UnityEngine.UIElements.IStylePropertyAnimationSystem struct IStylePropertyAnimationSystem_t120D77C8BFB230CA7DBF45D3FB1F5AFBA0504DE2; // UnityEngine.UIElements.IStylePropertyAnimations struct IStylePropertyAnimations_tB90A36DDFC6923EE285E54A51D9B78316CE06764; // UnityEngine.UIElements.ITextHandle struct ITextHandle_tE073838D8ECC8553222F256E181F96527EC273E4; // UnityEngine.UIElements.IUIElementsUtility struct IUIElementsUtility_tEDFD18216EB5EB263369C081C63B13611A954EF2; // UnityEngine.UIElements.IUxmlAttributes struct IUxmlAttributes_t9B6679F04874117C59014DE49C35B1841F9A1DDE; // UnityEngine.UIElements.Experimental.IValueAnimationUpdate struct IValueAnimationUpdate_tD91305A3A7CACF4703A3FCB06D1D3349D4DDCE5B; // UnityEngine.UIElements.IVisualElementPanelActivatable struct IVisualElementPanelActivatable_t1534145F3AB53C9E6C85BA2DBAE04B9103F35CB0; // UnityEngine.UIElements.IVisualElementScheduledItem struct IVisualElementScheduledItem_t309F1A5445514122A9E3F64182D0D8A4DE34C48F; // UnityEngine.UIElements.IVisualElementScheduler struct IVisualElementScheduler_tA68650FA9218398E77265748741B091638336FD8; // UnityEngine.UIElements.IVisualTreeUpdater struct IVisualTreeUpdater_t4AF1E0B23A6AEFF024F1AC23815089B2495C7F06; // UnityEngine.UIElements.InlineStyleAccess struct InlineStyleAccess_t5CA7877999C9442491A220AE50D605C84D09A165; // UnityEngine.UIElements.KeyDownEvent struct KeyDownEvent_t1971978254C8EE65CDDD992AF86B44E442CDD18C; // UnityEngine.UIElements.KeyUpEvent struct KeyUpEvent_tA037C42AEA6A8E0919BA60BD796B3AD1DA506394; // UnityEngine.UIElements.KeyboardNavigationManipulator struct KeyboardNavigationManipulator_t7E9BA3568ADC1660C4E09B924ECD457E33B835B3; // UnityEngine.UIElements.Label struct Label_tC160668F9119CE0F5567021FB208E64A5B1C5B70; // UnityEngine.UIElements.ListViewDragger struct ListViewDragger_t692E8911568C27949D7B443C4B82CB7925111BBD; // UnityEngine.UIElements.LoadResourceFunction struct LoadResourceFunction_tA999A2DDCB9CDCF68E4274A58336A39ABB7AF850; // UnityEngine.Material struct Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3; // System.Reflection.MemberFilter struct MemberFilter_tF644F1AE82F611B677CE1964D5A3277DDA21D553; // UnityEngine.UIElements.MeshGenerationContext struct MeshGenerationContext_tD1BD8DB52C7126A7987DE5DF1A4AF47A906EAF62; // UnityEngine.UIElements.UIR.MeshHandle struct MeshHandle_tC1E9A7ECCFDAEFDE064B8D58B35B9CEE5A70A22E; // System.Reflection.MethodInfo struct MethodInfo_t; // UnityEngine.UIElements.MouseEnterWindowEvent struct MouseEnterWindowEvent_t35235A8FC26FECB74331E4E5CF5E3ED9BBDD2FA6; // UnityEngine.UIElements.MouseLeaveWindowEvent struct MouseLeaveWindowEvent_t29DA8DE08DB54EC65B5D52A2C149C761D7D113C7; // UnityEngine.UIElements.NavigationSubmitEvent struct NavigationSubmitEvent_t193DCBDB6CBC8FF9F0A545B48962188505665BB1; // UnityEngine.Object struct Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C; // UnityEngine.ObjectGUIState struct ObjectGUIState_t7BE88DC8B9C7187A77D63BBCBE9DB7B674863C15; // UnityEngine.UIElements.Panel struct Panel_t2B0DCF68A7A5EBC347FAE66F046EA98B53AF1AB9; // UnityEngine.UIElements.PointerCancelEvent struct PointerCancelEvent_t566D42065C3B376AD49A44A406AFE929A6CFEE51; // UnityEngine.UIElements.PointerDownEvent struct PointerDownEvent_tABAAD1BACBB98156D6BCCED51E11883EAFE03A51; // UnityEngine.UIElements.PointerMoveEvent struct PointerMoveEvent_t2C1E2E20A07034638F48C3EB94B8520549D770C3; // UnityEngine.UIElements.PointerUpEvent struct PointerUpEvent_tCE779E8B94675B6A2758B82F6A84771CB26913D9; // UnityEngine.UIElements.PropagationPaths struct PropagationPaths_tA17A0F2CAFF1A86B552ED6D984DAA2F14AB2B0E5; // System.Text.RegularExpressions.Regex struct Regex_tE773142C2BE45C5D362B0F815AFF831707A51772; // UnityEngine.UIElements.UIR.RenderChainCommand struct RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727; // UnityEngine.RenderTexture struct RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27; // UnityEngine.UIElements.RepaintData struct RepaintData_t90534752135661579EC254884F550545D001B5EA; // UnityEngine.UIElements.RepeatButton struct RepeatButton_t2CF59798FF30EF6DB8030E2D93CD346E38DDF981; // UnityEngine.UIElements.ReusableCollectionItem struct ReusableCollectionItem_t58A07E0E19A545B24DBE7711A46490EF5E239086; // System.Runtime.Serialization.SafeSerializationManager struct SafeSerializationManager_tCBB85B95DFD1634237140CD892E82D06ECB3F5E6; // UnityEngine.UIElements.SavePersistentViewData struct SavePersistentViewData_tFE77B8450170D95B16B3017D62F81F2139D4F716; // UnityEngine.ScriptableObject struct ScriptableObject_tB3BFDB921A1B1795B38A5417D3B97A89A140436A; // UnityEngine.UIElements.ScrollView struct ScrollView_t7CE209084E084FAA0E8DF3CD8E3B8BB9EB27E8D9; // UnityEngine.UIElements.Scroller struct Scroller_tFE2BC2FCB5D2BD623828C332E0BBF95D472D99A8; // System.Runtime.Serialization.SerializationInfo struct SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37; // UnityEngine.Shader struct Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692; // UnityEngine.UIElements.Slider struct Slider_t5891706383A14955E3FAD68A79829F3234681652; // UnityEngine.Sprite struct Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99; // System.String struct String_t; // UnityEngine.UIElements.StyleComplexSelector struct StyleComplexSelector_tE46C29F65FDBA48D3152781187401C8B55B7D8AD; // UnityEngine.UIElements.StyleMatchingContext struct StyleMatchingContext_tF3A1D3569F8EEB1C549CEAE4998224A60A0A5D26; // UnityEngine.UIElements.StyleProperty struct StyleProperty_tD117EB807BAA83855E65AC56B8D6FB84D6F7CF83; // UnityEngine.UIElements.StyleSheets.StylePropertyReader struct StylePropertyReader_tA960AF3A0C411045E92E04E997D7EB2EF1B7552A; // UnityEngine.UIElements.StyleRule struct StyleRule_t69F0C0989004F85BBD9C72BC7A73F79BFE61651E; // UnityEngine.UIElements.StyleSelector struct StyleSelector_t9B00AE16312CA9F598A45B52F74BC14899CA7362; // UnityEngine.UIElements.StyleSheet struct StyleSheet_t6FAF43FCDB45BC6BED0522A222FD4C1A9BB10428; // UnityEngine.UIElements.StyleVariableContext struct StyleVariableContext_tF74F2787CE1F6BEBBFBFF0771CF493AC9E403527; // UnityEngine.UIElements.StyleVariableResolver struct StyleVariableResolver_tB24ACDD043A87F2F2339E1523539739D427B5185; // UnityEngine.UIElements.TemplateAsset struct TemplateAsset_tC664499D6A2637AE64DC3F73181C4CBA73664807; // UnityEngine.UIElements.TemplateContainer struct TemplateContainer_tDF6DDDD82C75A6332F0194C2B39AF157F6342DA2; // UnityEngine.UIElements.TextElement struct TextElement_tD56C5044CCC5552285DC8A9950CC60448C80FEE0; // UnityEngine.Texture2D struct Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4; // UnityEngine.UIElements.TimeMsFunction struct TimeMsFunction_t1893856976EB95CF5608ACC3642AD8B79994CA2B; // UnityEngine.UIElements.TimerEventScheduler struct TimerEventScheduler_tAF33EE8B1C54425235E4893B0C5088629FBE7862; // System.Type struct Type_t; // UnityEngine.UIElements.UIElementsUtility struct UIElementsUtility_t03323144D50362C6BF96652D3355728749769293; // UnityEngine.UIElements.UxmlAttributeDescription struct UxmlAttributeDescription_t742D021489DB2B564142146CAAAC3F9191825EF2; // UnityEngine.UIElements.UxmlBoolAttributeDescription struct UxmlBoolAttributeDescription_t86EA1242C539B39911E63699A4AE0C47918701CE; // UnityEngine.UIElements.UxmlIntAttributeDescription struct UxmlIntAttributeDescription_tFDF4F77C2CD7C4790E8E135B0F353699D19CB5B4; // UnityEngine.UIElements.UxmlStringAttributeDescription struct UxmlStringAttributeDescription_t60C9BE81B6A3251AD7A38A90E46F240E016293EF; // UnityEngine.UIElements.UxmlTypeRestriction struct UxmlTypeRestriction_t2C4CE1ED76502CDF80010880E058AF0582910A92; // UnityEngine.UIElements.ValidateCommandEvent struct ValidateCommandEvent_t0FFED9E9EA11DA2AAB7ACF37C9D0CDB1FD847FDA; // UnityEngine.UIElements.VectorImage struct VectorImage_t7BD8CE948377FFE95FCA0C48014ACDFC13B8F8FC; // UnityEngine.UIElements.VisualElement struct VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115; // UnityEngine.UIElements.VisualElementAnimationSystem struct VisualElementAnimationSystem_t234427A8D095436E29A167AF646B5B5B2908D5A7; // UnityEngine.UIElements.VisualElementFocusChangeDirection struct VisualElementFocusChangeDirection_tD1DD80791661F047CF3190012233938B756F871C; // UnityEngine.UIElements.VisualElementFocusChangeTarget struct VisualElementFocusChangeTarget_t0179C01AB4F011FA3A5292A3FE63702A9603E0BD; // UnityEngine.UIElements.VisualElementFocusRing struct VisualElementFocusRing_t8965E2C7F4AC653F2C416E2B81F66E51FE8EEFE3; // UnityEngine.UIElements.VisualElementPanelActivator struct VisualElementPanelActivator_t1CCD740B7D2995A4097A8FCF6ADCDD6B6A51B7DB; // UnityEngine.UIElements.VisualTreeAsset struct VisualTreeAsset_tFB5BF81F0780A412AE5A7C2C552B3EEA64EA2EEB; // UnityEngine.UIElements.VisualTreeBindingsUpdater struct VisualTreeBindingsUpdater_t6EF5299259D0A81E931840287AE6C7E43093A637; // UnityEngine.UIElements.VisualTreeStyleUpdater struct VisualTreeStyleUpdater_t5F2622AC7562F7647C21B9C3CB4D2B7E98C50D68; // UnityEngine.UIElements.VisualTreeStyleUpdaterTraversal struct VisualTreeStyleUpdaterTraversal_t7CCC9D063FAA493F39CCB1510F72CBCBD1BAB377; // UnityEngine.UIElements.VisualTreeTransformClipUpdater struct VisualTreeTransformClipUpdater_t3DFB28E52D60790DE253FA5746D1E3CA20B33C67; // UnityEngine.UIElements.VisualTreeUpdater struct VisualTreeUpdater_tFDE7D9F9A146A26B2ED69565B7BD142B416AB9C9; // UnityEngine.UIElements.VisualTreeViewDataUpdater struct VisualTreeViewDataUpdater_t79CB853ABA16F193CFC65AA0826641D78CF8B986; // System.Void struct Void_t4861ACF8F4594C3437BB48B6E56783494B843915; // UnityEngine.UIElements.WheelEvent struct WheelEvent_tDD5DB3A6F5F6FDB59AD7FF27491502FF18B9775E; // UnityEngine.Yoga.YogaConfig struct YogaConfig_tE8B56F99460C291C1F7F46DBD8BAC9F0B653A345; // UnityEngine.Yoga.YogaNode struct YogaNode_t4B5B593220CCB315B5A60CB48BA4795636F04DDA; // UnityEngine.UIElements.BindableElement/UxmlTraits struct UxmlTraits_tDED0FF94BF82D1F4DCFD14DBC22DCA51D30D1172; // UnityEngine.Canvas/WillRenderCanvases struct WillRenderCanvases_tA4A6E66DBA797DCB45B995DBA449A9D1D80D0FBC; // UnityEngine.UIElements.DefaultEventSystem/IInput struct IInput_t5B034697E44657CF7B5B7F4CA12E3653B3BBAFC3; // UnityEngine.Display/DisplaysUpdatedDelegate struct DisplaysUpdatedDelegate_t1BAACED9BE72131FD59213A3186F5D7AB9E1FD68; // UnityEngine.Font/FontTextureRebuildCallback struct FontTextureRebuildCallback_t76D5E172DF8AA57E67763D453AAC40F0961D09B1; // UnityEngine.GUILayoutUtility/LayoutCache struct LayoutCache_tF844B2FAD6933B78FD5EFEBDE0529BCBAC19BA60; // UnityEngine.UIElements.StylePropertyAnimationSystem/ValuesBackground struct ValuesBackground_tFF4533C18E78BDA24210ECA0967C209A2FD2FB34; // UnityEngine.UIElements.StylePropertyAnimationSystem/ValuesFont struct ValuesFont_tD9B58EA95F0D99292A54C9C6C879318BBE3B02A4; // UnityEngine.UIElements.StylePropertyAnimationSystem/ValuesFontDefinition struct ValuesFontDefinition_t4D0C2DECA9435D3EB901FE70837AD878111678F7; // UnityEngine.UIElements.StylePropertyAnimationSystem/ValuesRotate struct ValuesRotate_t90582D6825FCBEF3C2A68160CCEC275C51217C63; // UnityEngine.UIElements.StylePropertyAnimationSystem/ValuesScale struct ValuesScale_t21E6FC5B09789CB4974FC2ED15C3F83B863FCF8A; // UnityEngine.UIElements.StylePropertyAnimationSystem/ValuesTextShadow struct ValuesTextShadow_t50CB05DF0E7770164252616605C61B37DB4A966C; // UnityEngine.UIElements.StylePropertyAnimationSystem/ValuesTransformOrigin struct ValuesTransformOrigin_tB46EC0F073E360E1431CCD4E580BA675D716823F; // UnityEngine.UIElements.StylePropertyAnimationSystem/ValuesTranslate struct ValuesTranslate_tFB5B432755E0DAA7DD8C95E78FDCC78C4885940B; // UnityEngine.UIElements.StyleSheets.StylePropertyReader/GetCursorIdFunction struct GetCursorIdFunction_tB1504572DE66050EB344B89BEDCB49E880152CF1; // UnityEngine.UIElements.TemplateContainer/UxmlFactory struct UxmlFactory_t5721E550FC36B9FB25920C8A1BF3ED0690EAD095; // UnityEngine.UIElements.TemplateContainer/UxmlTraits struct UxmlTraits_t0D8AB59C52341D77460AC5A03B477ED2C6A05AB6; // UnityEngine.UIElements.TextElement/UxmlFactory struct UxmlFactory_tAECA77E800F1C8D8B4750E8DE5B030FB6BC0E218; // UnityEngine.UIElements.TextElement/UxmlTraits struct UxmlTraits_t8F9F8E46DE4A7DDD1380F89F35F670433ADFF3FC; // UnityEngine.UIElements.UIElementsRuntimeUtility/<>c struct U3CU3Ec_t6042E22AA75B815EB5AFF67CF2E5338D33120D3D; // UnityEngine.UIElements.UIElementsRuntimeUtility/CreateRuntimePanelDelegate struct CreateRuntimePanelDelegate_t7E3FB54A953B205ED387CEDE488C803E18813B91; // UnityEngine.UIElements.UIEventRegistration/<>c struct U3CU3Ec_t75D3DBB2D38F889557135A53513BEE0B500F3DD7; // UnityEngine.UIElements.UQuery/FirstQueryMatcher struct FirstQueryMatcher_t155DC2AB451449FC24BE54267962172CD085960C; // UnityEngine.UIElements.UQuery/SingleQueryMatcher struct SingleQueryMatcher_t4ED9B644699A7BB8E8E0FAD523636003AC2892EC; // UnityEngine.UIElements.UQuery/UQueryMatcher struct UQueryMatcher_tF8783F54BA397641240DA7025126F6301EF53FF8; // UnityEngine.UIElements.VisualElement/CustomStyleAccess struct CustomStyleAccess_t170C852102B4D09FB478B620A75B14D096F9F2B1; // UnityEngine.UIElements.VisualElement/TypeData struct TypeData_t01D670B4E71B5571B38C7412B1E652A47D6AF66A; // UnityEngine.UIElements.VisualElementFocusRing/FocusRingRecord struct FocusRingRecord_t052040F78934F1651B6BD1F65F10FB80CAEFC32D; // UnityEngine.UIElements.VisualTreeStyleUpdaterTraversal/<>c struct U3CU3Ec_tD85AC599FA8D7FFDFB50F5FD2F62908FDEB78B2C; // UnityEngine.UIElements.VisualTreeUpdater/UpdaterArray struct UpdaterArray_tF8D43D2A3598E7C17ABB5308E83FDECF1F36A449; // UnityEngine.UIElements.UQuery/UQueryMatcher/<>c struct U3CU3Ec_tF01E5C138C84522F3F0F8EA62F1A494AE4BB2502; IL2CPP_EXTERN_C RuntimeClass* Action_1_t310F18CB4338A2740CA701F160C62E2C3198E66A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Action_1_t3DC3411926243F1DB9C330F8E105B904E38C1A0B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Action_1_t741CBBCB28E18BDBDEED4AE3BD7DBEEEA526DA43_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Action_1_tB6C5CA9EEF96CFE0F4054FD7CC4455C722E66514_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Action_1_tCB2600FFD386071D232B22D0FFBB8989B853DFD5_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Action_1_tD69A6DC9FBE94131E52F5A73B2A9D4AB51EEC404_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Action_1_tF0C1AFCCE9CE63382F43540DC0DA04A8939A8A53_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Action_2_t4FD84D64C1341169AC2F73750A356411BCEAF88A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Action_2_tD7438462601D3939500ED67463331FE00CFFBDB8_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Action_2_tE18332F29E8B0E081617E38B4A34F0089F310E53_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* AttachToPanelEvent_t95C0BC3DD37F324A7816CB2574B56D976C932B28_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* BaseField_1_t33E37D3A182C1DDE900EA4039FE03BF68FD0CD26_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* BaseRuntimePanel_tEDFA512CC6692082EBBB87E5DC446A88D2E75DC4_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* BaseVerticalCollectionView_t2BCDC86B9E301E46CFB2500A834D640F0B96ADAE_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* BitConverter_t6E99605185963BC12B3D369E13F2B88997E64A27_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Canvas_t2DB4CEFDFF732884866C83F11ABF75F5AE8FFB26_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Clickable_tED3E313565F64BDF5DA9D3FE0FEFFD0E17E53834_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CollectionViewController_t89D7C4989B72B4127DF82DC97FED5D7FE01D9768_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Color_tD001788D726C3A7F1379BEED0260B9591F440C1F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Comparison_1_t1E2D8261CC6BDF2163403F266C5410F5D18FABE0_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Comparison_1_t585524D4B8699EB3503F85919EA5969BAB3D47EA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Comparison_1_tDC6D61CA754C84A3295884737521D1DFC4BA171A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ComputedTransitionUtils_tC9191F301DCE1CB02C3FFC174E651E14204F1C7A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DefaultEventSystem_t264BDF66772AC091E74E08415FB9C70FAE619F98_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DetachFromPanelEvent_t5E26427B0E6AF96F0C522D1FCEDDC078D755E496_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Dictionary_2_t14FE4A752A83D53771C584E4C8D14E01F2AFD7BA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Dictionary_2_t37F557505423C20CABB84F18ADA6FE019FD5411F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Dictionary_2_tB87BEC840CF876F5CE38D31A5FD1BFD7BDCCCD75_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Dictionary_2_tBFA6A92ADF404217ADC6287258F898AC33533339_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Dictionary_2_tDAF0CFE0CE67D29980B6E16E14494B452AA7C270_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Display_t06A3B0F5169CA3C02A4D5171F27499A23D3581D1_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* EventBase_1_t2637736704939772A86A2904BCFD1B314097DD1E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* EventBase_1_t28A1B2B8FC43209D9402B4CC45E8C562DFDC26AD_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* EventBase_1_t3BDDADBC1D58267000128C31AD0EB2BAAAEC6F22_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* EventBase_1_t7187CB27405B98ED004503ABE606225C50E656A0_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* EventBase_1_t730BB171C1C7F183359949BD5F4BA81AFE9A35CE_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* EventBase_1_t7D3D212E8AD9C53105AAC51DBD4FA5F700586F68_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* EventBase_1_t8C644CD99134CBBFDB84260302CD495995488415_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* EventBase_1_t9ED9D70674CFE9504A67746757FB582440278391_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* EventBase_1_tE40FE9F8AB3B020689A80981F4566336B3EFA9B6_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* EventBase_1_tF3176CA51B64DBB3010435BA1986B05039647C37_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* EventCallback_1_t1FFCCC98AE7C52F427D11F1609ED56BE1E4AEF88_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* EventCallback_1_t435839AFF4474F7EAE0AA8A59F737E798CEAFD30_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* EventCallback_1_t7C6768AD962B0B50514570724A38E07DA18FB1FA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* EventCallback_1_tBC1DA4FF1E26FC091E77AD11B6F780C5D237AF2C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* EventCallback_1_tCE5E8F1D2A7EE5EC636D68025C6D899BD17EF38B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* EventCallback_1_tCF242F8E93BCF576DC25DFA8544DC8816F42CFE7_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* EventCallback_1_tDE93D01AB4244ED03015ADF985CF61A9E3CA060F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* EventCallback_1_tDFA2360CDCE536A2DE7FA625C0295865A67D40B4_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* EventCallback_1_tE2BCC4FFB156A2716749F7BDD0036A743B039913_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* EventCallback_1_tF213A6C7DEAE29A9970B73DB52E8778214E5CD9C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Event_tEBC6F24B56CE22B9C9AD1AC6C24A6B83BC3860CB_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* FirstQueryMatcher_t155DC2AB451449FC24BE54267962172CD085960C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* FocusChangeDirection_t95F4784CF68331792EB9077AEAB01E17822991EF_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* FocusRingRecord_t052040F78934F1651B6BD1F65F10FB80CAEFC32D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Focusable_t39F2BAF0AF6CA465BC2BEDAF9B5B2CF379B846D0_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Func_2_tDDBE08B46BEFDD869DE0B97D023CB9C89674FED6_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Func_3_t21FE404F1FF5BB9658AD8FC7A60BC71347B096BC_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Func_3_t2376B3D8C7A437FC32F21C4C4E4B3E7D2302007C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Func_3_t5853662BEAC371606CF3B0A970C0C364071786A6_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Func_3_t6745994E8BE66E70CABFC83E108BB6BB52414502_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Func_3_t91DB6FD7FB36205E9CF7A442EB7A337299776A3D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Func_3_tB92C805F866D2EB9A48A2CC06AAF77E333340E9F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* GC_t920F9CF6EBB7C787E5010A4352E1B587F356DC58_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* GUIContent_t15E48D4BEB1E6B6044F7DEB5E350800F511C2ED2_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* GUILayoutUtility_t48D00CD11CFC1E09E8EC2E51D59E735F5D24836F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* GUIUtility_tA20863F7281628086EFC61CF90CB52D20E1FD76A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* GUI_tA9CDB3D69DB13D51AD83ABDB587EF95947EC2D2A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* HashSet_1_t1E83A872D720F688A22A53879E9C48E0DE80B3BE_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* HashSet_1_t95ABEAA04E177570445F27ECCBABE556363578CB_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* HashSet_1_tEFC6605F7DE53F71946C33FD371E53C3100F2178_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IBindable_tC033D86A91EFC1DB9A0DD25E218A1D6E0C4D306A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IBindingRequest_t518F483F4C7F6968F3B55E59AE2276F3822494AE_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IBinding_t02FD99E9C9F2072B28E110F16C157666F5B2DBC7_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ICollection_1_t828FEFDDBF830D003AFB480F0898186B499E26B0_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ICollection_t37E7B9DC5B4EF41D190D607F92835BF1171C0E8E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ICustomStyle_t4385916BE4168875B5CC8B442752D4A1A6A69026_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IEnumerable_1_tC8F648DAC54860B2E32294DCF939576E41EF594A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IEnumerable_1_tCE758D940790D6D0D56B457E522C195F8C413AF2_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IEnumerator_1_t2A9C63083A2E1F3154B162888A0D4FD37ED0C247_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IEnumerator_1_tD6A90A7446DA8E6CF865EDFBBF18C1200BB6D452_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IMGUIContainer_t2BB1312DCDFA8AC98E9ADA9EA696F2328A598A26_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IManipulator_t72ADA8E9221C6883C2EAF66532E4C88914018708_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IMouseEvent_tF59A3DD3CA593DB23B47764DF0521996D509A59E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* INotifyValueChanged_1_t9F444590945CE5030A5A1DAE3E564F8BC5B76594_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IPanel_tAD0F3807B6DE2ECA557380E7DB5F3A179BE5A7A5_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IPointerEvent_t934940574FFC2D6D155265ACC6D78BC48174D9B7_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IReorderable_tC3E3CFC733150A60D1647D92D874A2D0A8DAC046_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IResolvedStyle_t6A3530BA6147B091C278593F21F86B09CD42BE89_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IStylePropertyAnimationSystem_t120D77C8BFB230CA7DBF45D3FB1F5AFBA0504DE2_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IStylePropertyAnimations_tB90A36DDFC6923EE285E54A51D9B78316CE06764_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ITextHandle_tE073838D8ECC8553222F256E181F96527EC273E4_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IUIElementsUtility_tEDFD18216EB5EB263369C081C63B13611A954EF2_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IValueAnimationUpdate_tD91305A3A7CACF4703A3FCB06D1D3349D4DDCE5B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IVisualElementPanelActivatable_t1534145F3AB53C9E6C85BA2DBAE04B9103F35CB0_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IVisualElementScheduledItem_t309F1A5445514122A9E3F64182D0D8A4DE34C48F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IVisualElementScheduler_tA68650FA9218398E77265748741B091638336FD8_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IVisualTreeUpdaterU5BU5D_t9E9D948BC4F327DA519FEB2BCEC12FB7FD7C59E8_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IVisualTreeUpdater_t4AF1E0B23A6AEFF024F1AC23815089B2495C7F06_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* InitialStyle_tB45723AD8BBFFB1A576F025D76BB814D983B19FF_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IntPtr_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* KeyDownEvent_t1971978254C8EE65CDDD992AF86B44E442CDD18C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* KeyboardNavigationManipulator_t7E9BA3568ADC1660C4E09B924ECD457E33B835B3_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Label_tC160668F9119CE0F5567021FB208E64A5B1C5B70_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ListViewDragger_t692E8911568C27949D7B443C4B82CB7925111BBD_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* List_1_t05915E9237850A58106982B7FE4BC5DA4E872E73_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* List_1_t365205E6BE687FCF41975C16741DD9C303C1C269_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* List_1_t42A86FE68C8321F340DE626A644141DAF4A411E7_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* List_1_t4453356B16CA8CC9BAD2E99699548F641C55C044_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* List_1_t6006DCF334470A9CC92C9A727DA40E2BA2092B01_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* List_1_t70EE7982F45810D4B024CF720D910E67974A3094_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* List_1_t8B6D523FAB1ACF201D7DDB1CF78CD1745942E20F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* List_1_t96E9133B70FB6765E6B138E810D33E18901715DA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* List_1_t9FF902E193613BD654FD1CF8DBDEF7B872504919_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* List_1_tA1D3D4FCA4CFF8E02845F48D747A4C704D4C9CAE_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* List_1_tD83E9FC86E76D3E92623990C84D4238B8EA05D5B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* List_1_tEA16F82F7871418E28EB6F551D77A8AD9F2E337F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Math_tEB65DE7CA8B083C412C969C92981C030865486CE_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Mathf_tE284D016E3B297B72311AAD9EB8F0E643F6A4682_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* MeshBuilder_t73D46F57E528BF26B22D710789F8E63D0F966A1F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ObjectListPool_1_tE76B8FE823DEE80A5482089E5541B863AF4D64D1_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ObjectPool_1_t006A020DCEB7871AAAA93FEE358DCC0499FD14F0_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ObjectPool_1_t933A34C114FA4EFD296D25E7C2034879B3DC840E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Panel_t2B0DCF68A7A5EBC347FAE66F046EA98B53AF1AB9_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* PointerDeviceState_tD94EF3C9710026DE8B7E83B6C842524C7C6EBA8C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* PointerId_tE48DCDC5C36DD1F5595C28EE48C0243BA8BEF35C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* PointerType_t6E813E47699AA9C948D9EFEF36F481B5EDD5BCD4_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* PointerUpEvent_tCE779E8B94675B6A2758B82F6A84771CB26913D9_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ScrollView_t7CE209084E084FAA0E8DF3CD8E3B8BB9EB27E8D9_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Single_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Stack_1_t9978CB0119EA70B0C3101996FB3D675B2D59025A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* String_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* StyleCache_tC05503D1856687B724FC44ED0146CC105C465445_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* StyleMatchingContext_tF3A1D3569F8EEB1C549CEAE4998224A60A0A5D26_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* StylePropertyName_tCBE2B561C690538C8514BF56426AC486DC35B6FF_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* StylePropertyReader_tA960AF3A0C411045E92E04E997D7EB2EF1B7552A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* StylePropertyUtil_t11D3E3E4F0B51C0D07736B9FCADFC78C99AA0190_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* StyleVariableContext_tF74F2787CE1F6BEBBFBFF0771CF493AC9E403527_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TemplateAsset_tC664499D6A2637AE64DC3F73181C4CBA73664807_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TemplateContainer_tDF6DDDD82C75A6332F0194C2B39AF157F6342DA2_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TextCoreHandle_t06766751C4FA547A46F83A8E3DD33A6FF2EBE4B5_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TextElement_tD56C5044CCC5552285DC8A9950CC60448C80FEE0_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TextShadow_t6BADF37AB90ABCB63859A225B58AC5A580950A05_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Type_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec_t6042E22AA75B815EB5AFF67CF2E5338D33120D3D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec_t75D3DBB2D38F889557135A53513BEE0B500F3DD7_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec_tD85AC599FA8D7FFDFB50F5FD2F62908FDEB78B2C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec_tF01E5C138C84522F3F0F8EA62F1A494AE4BB2502_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* UIElementsPackageUtility_tE9E513C85D65D60A1BA9652BBFC6C3C6652C821A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* UIElementsRuntimeUtilityNative_t9DE2C23158D553BB693212D0D8AEAE8594E75938_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* UIElementsRuntimeUtility_t40591BFE969CBBBB42A0B326B4DDE04637D7279F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* UIElementsUtility_t03323144D50362C6BF96652D3355728749769293_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* UIEventRegistration_tAA631D040C6CE46FC9C0542976AAEEE5CE9CDE7A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* UQueryExtensions_t1271382882DF1B8FEEDE5EFA510405ABA7BD3426_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* UpdaterArray_tF8D43D2A3598E7C17ABB5308E83FDECF1F36A449_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* UxmlBoolAttributeDescription_t86EA1242C539B39911E63699A4AE0C47918701CE_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* UxmlStringAttributeDescription_t60C9BE81B6A3251AD7A38A90E46F240E016293EF_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* VisualElementAnimationSystem_t234427A8D095436E29A167AF646B5B5B2908D5A7_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* VisualElementFocusChangeDirection_tD1DD80791661F047CF3190012233938B756F871C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* VisualElementFocusChangeTarget_t0179C01AB4F011FA3A5292A3FE63702A9603E0BD_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* VisualElementListPool_tB82E686FE29EA30D8CEDF6FF352FD1B7E7A30095_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* VisualElementStyleSheetSet_t01465769E0D9109A677300311A7058701873A23B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* VisualElementUtils_t40D4F58B1AA48524658BD0DC09E4CCD7DAAF722C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* VisualTreeBindingsUpdater_t6EF5299259D0A81E931840287AE6C7E43093A637_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* VisualTreeStyleUpdaterTraversal_t7CCC9D063FAA493F39CCB1510F72CBCBD1BAB377_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* VisualTreeStyleUpdater_t5F2622AC7562F7647C21B9C3CB4D2B7E98C50D68_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* VisualTreeTransformClipUpdater_t3DFB28E52D60790DE253FA5746D1E3CA20B33C67_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* VisualTreeViewDataUpdater_t79CB853ABA16F193CFC65AA0826641D78CF8B986_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C String_t* _stringLiteral037C461B7701AD27801066F5D62BDC1991EF46AE; IL2CPP_EXTERN_C String_t* _stringLiteral04CD7AF9A036E0043DA993F7272EF14CA84A2A80; IL2CPP_EXTERN_C String_t* _stringLiteral0FD7778C505E2DD5B768867C52EF1557D3D121B2; IL2CPP_EXTERN_C String_t* _stringLiteral162E354EAE4E9F8A41DF5A0666F44A7B75A92C05; IL2CPP_EXTERN_C String_t* _stringLiteral17C5B3DDE674990943347781621C5DD44D0F0917; IL2CPP_EXTERN_C String_t* _stringLiteral17CD413977AD843771733C48B6EA198129F49690; IL2CPP_EXTERN_C String_t* _stringLiteral27F4E38F96E25FC6A303C61D7E1304CAF64B7541; IL2CPP_EXTERN_C String_t* _stringLiteral28B7EDF9E324F8C7C00DCE82B9611E6089187E1F; IL2CPP_EXTERN_C String_t* _stringLiteral339E02DADAA93533DC4C87FB4AC0F5F1E0832C2E; IL2CPP_EXTERN_C String_t* _stringLiteral35BFF0C070809528BCAE19C360FEF7D619AE8EF3; IL2CPP_EXTERN_C String_t* _stringLiteral36282FAC116D9FD6B37CC425310E1A8510F08A53; IL2CPP_EXTERN_C String_t* _stringLiteral38696CB98344D3E251D7C2136292CA1104CF1134; IL2CPP_EXTERN_C String_t* _stringLiteral3F8C0254FACC1239A4D11D071CA10DC23CE95363; IL2CPP_EXTERN_C String_t* _stringLiteral449C8A34D68C78E02A683038E1EB263B6C784F5F; IL2CPP_EXTERN_C String_t* _stringLiteral466F88DACA4907F6B17D2F2DA645967462DB7166; IL2CPP_EXTERN_C String_t* _stringLiteral508FC97525146E8F2964FF05AC4A7C131CB1D259; IL2CPP_EXTERN_C String_t* _stringLiteral54ADB9482FE5054F63B11E03134FA799012EA962; IL2CPP_EXTERN_C String_t* _stringLiteral5E196F621D73DB41274AA4B71FB107E58AE2665F; IL2CPP_EXTERN_C String_t* _stringLiteral7000CA216348CC086B68BA79CE0504CB5F4CA23C; IL2CPP_EXTERN_C String_t* _stringLiteral70A8AF0511C1A25EF3B28D18A927B18416F2AE7D; IL2CPP_EXTERN_C String_t* _stringLiteral8172BAC95C9A5BE9FAE6423959034DB348689962; IL2CPP_EXTERN_C String_t* _stringLiteral8F9D3584F7D0B6CC245A5748CB912CCB9B2F169D; IL2CPP_EXTERN_C String_t* _stringLiteral8FAA117178EB41836A79DE1488D5930324A7D4A4; IL2CPP_EXTERN_C String_t* _stringLiteral91DDC08CA2894E07E790A983587FFE6E407AD261; IL2CPP_EXTERN_C String_t* _stringLiteral93CAFA94883520C5C77C91292F8E827A327CB5E9; IL2CPP_EXTERN_C String_t* _stringLiteral9574F1C142C4873944B93FEF7DD2308ED4944962; IL2CPP_EXTERN_C String_t* _stringLiteral976786DDC8FB293730C144771624182C6C896F20; IL2CPP_EXTERN_C String_t* _stringLiteral9ACE0BED2471C9C27137BB81345BAA2EA0547444; IL2CPP_EXTERN_C String_t* _stringLiteralA01E7667E3AD57BE432A894D11E8333E4CDAD6D5; IL2CPP_EXTERN_C String_t* _stringLiteralA9A2D8AE09EB3661567F93C8337AF0D0216E48A7; IL2CPP_EXTERN_C String_t* _stringLiteralAAC93F88C83A2A92B2F1A1AE03073F73D6D7C535; IL2CPP_EXTERN_C String_t* _stringLiteralB04E6A757168B91383DCF5A72C81738955D0E6DA; IL2CPP_EXTERN_C String_t* _stringLiteralBFCC6EE94F1B7AA05A04750903E25F93A7188AE0; IL2CPP_EXTERN_C String_t* _stringLiteralCA4180444B8161949D0803CC9373F87B425EC72D; IL2CPP_EXTERN_C String_t* _stringLiteralCA4C37D993E9DE9D6A9ACD0A4394D625D239626D; IL2CPP_EXTERN_C String_t* _stringLiteralCF71917878FB4C2D84A1A27F2A69BCCC69BF691D; IL2CPP_EXTERN_C String_t* _stringLiteralD2AD49AA57E8A76DE35DAF65939DD4C845BCF018; IL2CPP_EXTERN_C String_t* _stringLiteralD31E93C25781F618E0FCBEEC839C108E350E227E; IL2CPP_EXTERN_C String_t* _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709; IL2CPP_EXTERN_C String_t* _stringLiteralE74D0D5F55779C51D221B063E84DEC1ECD4E18E8; IL2CPP_EXTERN_C String_t* _stringLiteralEBD7F17B3D530A6E800EB887A20126AE05FB2233; IL2CPP_EXTERN_C String_t* _stringLiteralECEDF23804E8E7DD6854A62B05F29DB328995568; IL2CPP_EXTERN_C String_t* _stringLiteralF3D5D234CF68393E1285D153D0F7F08A480D0B60; IL2CPP_EXTERN_C String_t* _stringLiteralF3E84B722399601AD7E281754E917478AA9AD48D; IL2CPP_EXTERN_C String_t* _stringLiteralF65151A3C7E2F7F238E9DB61B2325103207EDF10; IL2CPP_EXTERN_C String_t* _stringLiteralFE3CDBE9D3C244138D4F64C1BEB914490F7E7BBD; IL2CPP_EXTERN_C String_t* _stringLiteralFFEF3DBE279EE1F92E1E2E46F45BC18EBBF55A1A; IL2CPP_EXTERN_C const RuntimeMethod* BaseBoolField_OnClickEvent_m8CAE14D9EE0A26F490FDFB55F9920897C9701E92_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* BaseBoolField_OnKeyDown_mFFAFE9E34BCC4528FFCBCAB1BA2BC0AE6E926CAF_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* BaseBoolField_OnNavigationSubmit_m6D6494D09510A072D2156DC9F7E71698D14C6C7B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* BaseField_1_SetValueWithoutNotify_mE1888FF9E5512BBD89B8CD0F73D31929C7E4B4F9_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* BaseField_1__ctor_m1FD855229311BD63CECAAE3605D9742910D614B4_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* BaseField_1_get_mixedValueLabel_m87D1A00E47C4888C16445376CB00291B06E0BB3D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* BaseField_1_get_showMixedValue_m82F618A9811B9F5C550CAC312D1E844E69BF11E0_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* BaseField_1_get_visualInput_m6A3524290300B23D39D5D57B06FEDFC8A8103286_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* BaseVerticalCollectionView_Apply_m5CB486171885004B1AFCE5A64A6F7EA85359C3AA_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* BaseVerticalCollectionView_CreateVirtualizationController_TisReusableCollectionItem_t58A07E0E19A545B24DBE7711A46490EF5E239086_m80BE730714B5941882EFFAE4A1D8F7A05FB32DFB_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* BaseVerticalCollectionView_OnAttachToPanel_m57F8653A41F712277C502C83435F5B193041D055_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* BaseVerticalCollectionView_OnCustomStyleResolved_m6BD78676C47925976E39B5AF0A7EEB5A8DE2D035_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* BaseVerticalCollectionView_OnDetachFromPanel_m97D27B2D07F3F1D7D3E27AE23B69C16F4B5F6A26_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* BaseVerticalCollectionView_OnItemIndexChanged_mD4FE2A6624A75359E00ED8BE8DD1817A8C3B5AD0_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* BaseVerticalCollectionView_OnItemsSourceChanged_mD1E9C9856DF2E37DF2A3936B92896C0EF3732A59_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* BaseVerticalCollectionView_OnPointerCancel_mC3C9DDB12C7EC1141235ED55B2A1E60E78E147D7_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* BaseVerticalCollectionView_OnPointerDown_m5D93CAB5EA0C6A689E2DAEC3CC51B91DA982C7FB_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* BaseVerticalCollectionView_OnPointerMove_mD952477FA90503D123A4D7ABEFC857A4B8A1181E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* BaseVerticalCollectionView_OnPointerUp_m1E19E869421960F75C4CC0E32CD56FB88CC3A6FA_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* BaseVerticalCollectionView_OnSizeChanged_m940C5F46FB9141AEA55B894893D80FC37560A88A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* BaseVerticalCollectionView_RefreshItems_m53943EBC70FFE5C66EE6A7FEF5ECA33DE80AC0D6_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* BaseVerticalCollectionView_U3C_ctorU3Eb__141_0_mB6E41E99792B2DD4099F87AE5E864E521F27303B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* BaseVerticalCollectionView_set_fixedItemHeight_m14CA50DAC1007FB42483201BCBB2FAEBBDC7F5F5_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CallbackEventHandler_RegisterCallback_TisAttachToPanelEvent_t95C0BC3DD37F324A7816CB2574B56D976C932B28_mE90FCB724E9E49659FDCAE9A1BB0FC9BA01C9BEF_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CallbackEventHandler_RegisterCallback_TisCustomStyleResolvedEvent_t54D095D62773F628A6A05A4531DEE990166062E6_m667D7BACFE267AD56818889E3879640E13998401_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CallbackEventHandler_RegisterCallback_TisDetachFromPanelEvent_t5E26427B0E6AF96F0C522D1FCEDDC078D755E496_mED85B91BE761D1DBE3001231E0050CD612946F2C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CallbackEventHandler_RegisterCallback_TisGeometryChangedEvent_tB4A621001850F337A676F8CC27F172B8ADB22A9A_m34764823E27F27068C7C0E4F34879B1C395A117F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CallbackEventHandler_RegisterCallback_TisKeyDownEvent_t1971978254C8EE65CDDD992AF86B44E442CDD18C_m046581E97BE6F7CECB84314566EB164BC15C9A66_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CallbackEventHandler_RegisterCallback_TisNavigationSubmitEvent_t193DCBDB6CBC8FF9F0A545B48962188505665BB1_mE3AEBEE052ADD6289D44E50FBAB102AF11F8F443_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CallbackEventHandler_RegisterCallback_TisPointerCancelEvent_t566D42065C3B376AD49A44A406AFE929A6CFEE51_mE83DFDC25FA4E7E3A266F03E681EA0012BF8F2B4_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CallbackEventHandler_RegisterCallback_TisPointerDownEvent_tABAAD1BACBB98156D6BCCED51E11883EAFE03A51_mB50EABDE414D7C266411468DE2497738C902B820_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CallbackEventHandler_RegisterCallback_TisPointerMoveEvent_t2C1E2E20A07034638F48C3EB94B8520549D770C3_mA3E722BB63A92FD6550289D5155483E408E4795B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CallbackEventHandler_RegisterCallback_TisPointerUpEvent_tCE779E8B94675B6A2758B82F6A84771CB26913D9_m3CB1C8964D34063EC97466FD36BAF24692213866_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CallbackEventHandler_UnregisterCallback_TisAttachToPanelEvent_t95C0BC3DD37F324A7816CB2574B56D976C932B28_m70ECAB60D095EDB2BB60D44BC1ABBF8FB4853918_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CallbackEventHandler_UnregisterCallback_TisDetachFromPanelEvent_t5E26427B0E6AF96F0C522D1FCEDDC078D755E496_mBB7D7B6A24C2AB04A9347FD693F502B54BDA3D9D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CallbackEventHandler_UnregisterCallback_TisPointerCancelEvent_t566D42065C3B376AD49A44A406AFE929A6CFEE51_m5F10C8DEFC75B4A190E365536DEE17FE5E5A3A18_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CallbackEventHandler_UnregisterCallback_TisPointerDownEvent_tABAAD1BACBB98156D6BCCED51E11883EAFE03A51_m3289E47B906D6F66490543857408759250B0F509_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CallbackEventHandler_UnregisterCallback_TisPointerMoveEvent_t2C1E2E20A07034638F48C3EB94B8520549D770C3_m6F47F7C447568B774EE45E245D99CBD6CDEC3CC1_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CallbackEventHandler_UnregisterCallback_TisPointerUpEvent_tCE779E8B94675B6A2758B82F6A84771CB26913D9_m6260930D0C12A5DFCA80D6D299023CA1A157680A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ChangeEvent_1_GetPooled_m15297ECCA4BDA47A11745DD5488B2BAEA668F3B8_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CommandEventBase_1_GetPooled_m61AF40E47E74C04E4B21489A663A2EBB760BD233_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CommandEventBase_1_GetPooled_m6A68F8FC4571B3C90958032BF5C20CC915532FD9_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Comparer_1_get_Default_mFA9C01A4FD30844386EF685E68E6C876B374A7AC_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CustomStyleProperty_1__ctor_m8937D5A8F5F6402CB74D27C77E80BD629E757126_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_Add_m7E7CE16C083CA2BAF0BB18B3909E955F856C6549_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_Clear_mCFB5EA7351D5860D2B91592B91A84CA265A41433_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_GetEnumerator_m8C7FB5FB370E174A1E314C9220EFB76406A4D409_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_Remove_m40E3663C24B9DADC2F10986A49782036A6958768_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_TryGetValue_m5AA55080E929801814A2AED67C1EACB487D558FC_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_TryGetValue_m78C9AC85869C06425887CA940EFEFD6207DF4DC2_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_TryGetValue_m7C62E9319DFF989F9298F29252B186A0319CC603_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_TryGetValue_m81D51C6A91B208CD76088FDCEC562F6E60764D6D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_TryGetValue_m894EED4B920A7E036F5429A657DF12B0FDD2B11F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_TryGetValue_mF155464CB79CE1BD12D0DEEF296E4407D67A19BA_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2__ctor_m1E790C2A22E975110DB700CA347DB477F45AD1C2_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2__ctor_m5B32FBC624618211EB461D59CFBB10E987FD1329_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2__ctor_m921B1816FDB9DE9430319093C9DE2A6243262F69_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2__ctor_mBEC4E38B198F019959ECAB9CE3437B73253AE3D4_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2__ctor_mCD43812843791080F89B79C59B2E16F40B82DEE6_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_set_Item_m21A97D26BB4F4E2AA6C6D354ED00CE809D04A899_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_set_Item_m4DAC77901642EE686ABF55AAD8F67A4596B71933_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_set_Item_m93F01F1B65530458C3D84CE06F304BE82F37873A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_FirstOrDefault_TisVisualElement_t2667F9D19E62C7A315927506C06F223AB9234115_m2C8E6C8A473DD44DAF7F84CBC00BBEDC3DF559A2_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_First_TisInt32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_m81F9097232CFAB66F1A435C67D878D997C102A39_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_ToList_TisIValueAnimationUpdate_tD91305A3A7CACF4703A3FCB06D1D3349D4DDCE5B_m8EB36C095D791FDD7FD5CCBDD7A654A9F1F62254_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_Dispose_m1C386F18ECDFD5AC109EB3B0EA9809153CC7BF6A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_Dispose_m291410D5F9CB92C2F08939877756F392076F9E3D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_Dispose_m416CF8D4D2AD5EE845327B4AC919FAE0EA4C9A9F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_Dispose_m4748880E0D5EEB4A56CBD6A5DB7A35E7DD46B902_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_Dispose_m4A64BFA5057E379EF80557690A9F84DB8C0DC380_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_Dispose_m5F522A170F8E78225109622835A1ED8F1A94B243_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_Dispose_m6CD11F2EFF6976F97B8B55EFB31EDD6E4795714F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_Dispose_m6EE8E72BF22AD473DF79632FFDA9620C1E922958_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_Dispose_mE8A61DE28C0B419DC46A7E482F53AD8E4C110D71_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_MoveNext_m107CBF90FC8B08468EED6C5626DE5E1020E5E3AA_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_MoveNext_m3AD1122A7AE2E179AD53B3B1D5EAF8BDB82F73BB_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_MoveNext_m40D8670842DA5800C3444B65C2D4D15A274DC5B3_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_MoveNext_m5B0ECBA1E9651467D7B7B233F99F906B30EDB9FD_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_MoveNext_m8C27BC6AB851ED5A524D338773D899AD31A32CE9_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_MoveNext_m8C54D1F7DEEC1BE5800030FE4A9FD1A2C7AA3EB0_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_MoveNext_m8DCF64B4B5AF3403887135F92831A8AA2860B581_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_MoveNext_mBA36AD146491CAAF512A40D7F3009F3F501B3A19_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_MoveNext_mCC5803E8FC84FDD6E3BFED09544AD5182D71627B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_MoveNext_mFFFB52936E43BDEA0BEA6256737F9F2170E1EF58_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_get_Current_m0C5344E9357270CF625B196536F14CCD92E68600_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_get_Current_m147A69287974487C69FC23BDDD7E7EBF9C7653BB_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_get_Current_m52EEE738BA2DBEE07AF31967D59E0AE58696DCB8_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_get_Current_m8D9C15BF69440DB1A54A9D68FD4A464E48A39D9B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_get_Current_mA179262BF69888BDAADC160A77E58AC16A86E09D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_get_Current_mA403B61665EA48A93CA41F99B3951C9E8B668655_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_get_Current_mAD71FBE1E11F8D8E113EABC817736E4C52C489B7_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_get_Current_mB2B99865BB11133B5E417A73FA60540C0FA69219_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_get_Current_mDC3A08B923D56A2683663018E71ECB5906B92563_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_get_Current_mEFB5475B24F1D9A32001AFA4D24E100190A30CC5_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EventBase_1_GetPooled_mF91E0FAD49A0E275BF0F9A0B39EEF242720360DB_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EventBase_1_TypeId_m0E5E6E3BA81EDC51AE2140B87750CBB02FF403A3_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EventBase_1_TypeId_m549CCD510BCEBB6B7090D178BD96B3713E9D0935_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EventBase_1_TypeId_m61B3275FCA5E74C9CA9B3ECA7221663C37F87D44_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EventBase_1_TypeId_m80157FCA497F30A6201BD4E0DE779B6FF0767D27_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EventBase_1_TypeId_m8225EA1EDF290D850438A2C04F6466F745BC188C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EventBase_1_TypeId_m94D4F70D71BE62AB4C7C97A8445830726A8BCCB7_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EventBase_1_TypeId_mA696806F4EF6643EFFA933ECA851AACECEA58585_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EventBase_1_TypeId_mD84AD25B70856E6F247494BB3ACCCA14072D3DAC_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EventBase_1_TypeId_mF974BEEC820F79BD614977D40BDC358A2925330E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* HashSet_1_Add_m1C0A0F097F468FE3FEB82628C5BDF86D4A249E9E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* HashSet_1_Add_mF3D4CF6D0150392127D5561A87DCDEDA9A81BE5D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* HashSet_1_Add_mF6040E43B0C67E3BCBB475A6F0E216A34F2BF878_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* HashSet_1_Clear_mE06F7BAC3E20A5FADEF8550F4B18DC8967565085_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* HashSet_1_Contains_m2B95A60056DDAFCA7D8D88A96EE0E256D62AA544_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* HashSet_1_Contains_mAE49939A0DE08C4864E8560F3F7FCDAC2E193853_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* HashSet_1_GetEnumerator_mA29A05BFE8663CB18D9F1D8C3D32BDEE9422F679_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* HashSet_1_Remove_m22275ED32609374C998026A0B28E261404A6E7D1_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* HashSet_1_Remove_m34AD61534763646E785918560C227C4B3EBE0297_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* HashSet_1__ctor_m1EF60485B3C694B2264B65E4532B9AA823C9294A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* HashSet_1__ctor_m780CFB8A2D23543157D1A0E1FADF781E1AF81E03_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* HashSet_1__ctor_mD57668E64A01D84E8F4A793217FA5F1D8592A201_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* HashSet_1_get_Count_mE03E09F8B2FE444358AC5D56459E48371815AE3F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* KeyValuePair_2_get_Value_mB91C90106409829A405E3230F68A209CCC1AF3E4_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* KeyboardEventBase_1_GetPooled_m2F685E0AD4915385B4265EDE105B4AF424FECE4F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* KeyboardEventBase_1_GetPooled_mFBB190A3F24C17826581A00A063A52E85FBBAC43_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* KeyboardEventBase_1_get_character_m1E37E5E3AA11D7538A88E00209C4EAD83E128825_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* KeyboardEventBase_1_get_keyCode_m1F9724EFC75BE6E998EC0DB5515F7FD577257D6B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* KeyboardEventBase_1_get_modifiers_m0842BDF157A5124C4B011494F378B7DEA32E1AFB_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* KeyboardEventBase_1_get_shiftKey_m6F17812A43DB9076880B0ACA64DD5675FA30E418_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_AddRange_m5BE5F84704B271FCE2230DF31D36388ED67274E9_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_AddRange_mB8004F63D807C585217AB900A8B0AAF85B89C8EF_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_m0248A96C5334E9A93E6994B7780478BCD994EA3D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_m279C0978CC526BF9B72DB9D6800851EB3EC3C964_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_m3C83E75B614E81ACCA3C10CAF32408B4DB651780_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_mE38B906E23CE99427280DDA2B90D9586D4AFA38F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_mEBCF994CC3814631017F46A387B1A192ED6C85C7_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_mEC29573CC4FEFCC809CCBE573115DDC3A6B010E5_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Clear_m16C1F2C61FED5955F10EB36BC1CB2DF34B128994_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Clear_m2AAF9E701399D94DF3735A99591C29E5099EF150_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Clear_m5AD0C0A25F915C81E05CD8CF6EE05BF29A50DF0B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Clear_m693293F9C11FFD2D583A0722818DA5AEE76AAE50_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Clear_mDAF9870CFC71F28FB95E39E6FB8DAA87C97BABDA_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Clear_mEDFAB2B4DB2068C66161077345E55EFB190D4AE4_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Clear_mF6795DE5F49C1D0B91D6A0955F448B22970D67A9_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Clear_mFFD1DE94ECDDFAF083EB0B6F3355AD6CD5480E38_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Contains_m4FD96E89F15844C90032C7386BAB528817F1FF5B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Contains_m7E66CC8F2A81FA9B093B1C62CFB6DAD41B05E48C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_GetEnumerator_m021BB3EAFF0E120808F74DE4769B43BA8D0838DD_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_GetEnumerator_m0A49BD1D755F744764446BA2BDB86487C93219CF_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_GetEnumerator_m0C114D820AC2D6FF3B90A7BF84EC8257BA93C06B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_GetEnumerator_m5DFF7A24900653441015D07D879C4E9F20835ED9_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_GetEnumerator_m5E55416AB4F1C7A5BA700264BBB8692D4DE3C674_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_GetEnumerator_m73FCFD48BC506BB12BF2DF61A6961EFAF0D9F019_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_GetEnumerator_mE6F3076D89344FC2995B486A9C47674551D68D5D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_GetEnumerator_mF5D9E096002B7090B760693DAB28D2AB9C6D92F4_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Insert_m9B035902C30EA237BAC050800DF537BB8D71D7D5_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_RemoveAt_m76C4CDACF47BA529BAFADFC8D5E13DB9587F4004_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_RemoveRange_m4EAEF3DDB8961AC3CE2CA911C19DF91A3B2AD043_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_RemoveRange_mFD75BDD260958701787D5B99FB1B53E02BD453AE_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Remove_m2B41E5B9E061DD4D5F58B693018024AADF2AD7F5_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Remove_m4DFA48F4CEB9169601E75FC28517C5C06EFA5AD7_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Sort_m4F5CD92CB8F6CEF63681C2AC398C84E20301E7D1_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Sort_m714289BDFA284DC5095F3684CE05F71824F32862_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Sort_mD3B66520B2F25989200A0CED9AA786045DED2201_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m020E56BAD0BB49CFE3FCE3DB934D337DF2A9BDE8_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m17F501B5A5C289ECE1B4F3D6EBF05DFA421433F8_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m391F372FB5098152BA1B3D133B8B003F84863635_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m3C332A204F7E245BC756631AB669E7518D14AEE1_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m47C984B9AA0A8275E583ADDB0EB2FB2990A4D30E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m4EC50CBAE9399D75913371F1F4FEB9ACD2CEA4C0_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m4F0233457AF4EB4A3440E7DF64AEB37FA4FB8BCA_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m5EE3096A28CB4C1C1D2D8161243246FB7AEDD36E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m7F078BB342729BDF11327FD89D7872265328F690_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_mA48744F2905DE0BC44CABEB0CE0C6DEF97D2B4E7_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_mC1F54B1DC3476208ED7E01701AEAFC0CD5D982C3_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_mF0C1921461493490BF6F2AF6CA86D16BC59E327B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Capacity_m08A615436DC3E7BFE7EB28C4ABEB6F2E206DFC0D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_m1558721197A3A4276E9F04272F90E6E0A151EE46_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_m23B52A99235B313D224F8196857920B730F8C46F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_m24E760F4F6A287D54A56CD3E9450AD902F652E2F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_m377F4EA9935CBD64678FEB9BCBEEFEF87B63BACA_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_m5777C0AA841C7008E525835CC04307C281B827E6_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_mF590592E32D421DE2C6E2F0D5C2F62FB14CCEFDF_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_mAF806CF027C067E2D860C6CDD471231E83558A0D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_mB33745D62B8763A3CCF432DC7DE3151625657F68_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_mBB2665215C9020491DBEB82B9E3CABA0071A5B1B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_mBB70B3890705AA69A1BBCEFCA66C9BFA8D559AC3_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_mD99081BEFA1AB3526715F489192B0F7F596C183D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_set_Capacity_m87135B480D6FAF4B38D7F9395B9F38BA4DD0070C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* MouseEventBase_1_GetPooled_m8C6995CB419078ADA8ECE2F55534BEAD08A724D3_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* MouseEventBase_1_GetPooled_mF7FA5CF3F62DD922AEC7C9D91E7C8A44D8546972_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1_GetValueOrDefault_m86E1210429A6EA0082CC7806DD638E8B4555F148_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1_GetValueOrDefault_m8D130DB7F2A1E694736B449176F9C26DB456597B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1__ctor_m141FA88563AC0B5179132FB929EABD02C47FF703_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1__ctor_m4FAA8281CB4EFFD8B817734351FB3AC20A0CD6F5_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ObjectListPool_1_Release_mFD025119C0A5CEBD645A754BCB6719A2B85B0FA9_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ObjectPool_1_Get_m16A1DF984C6B9C400A558D142660931D99416C93_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ObjectPool_1_Get_m667463FE9900F821038BDF505AD5CCE63CE76B8B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ObjectPool_1_Release_m119D069CEADAD46DC4469668B5FC65F42DE6EE96_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ObjectPool_1_Release_m971AD50C887D09F9A60E99CD7637A47F61160146_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ObjectPool_1__ctor_mA1E177120AF12CEE3415C46BD3A1D03A1BD10034_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ObjectPool_1__ctor_mEEC5EE1FF93D90041D7D42A3B257DDB41AECF186_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* PanelChangedEventBase_1_get_destinationPanel_m8AE1564C5D0CADA5428BFC43C5111C6227ED65C0_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* PanelChangedEventBase_1_get_originPanel_mB78D4DFA7608CBBC25903E7944DF9CB36D57A3A3_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* PointerEventBase_1_GetPooled_m10D094A7FAE83076C825728A9F4927E9CB4B2404_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* PointerEventBase_1_GetPooled_m89B7D8BB018CCED165D063F17F94AA4D7010AA6A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* PointerEventBase_1_GetPooled_mCC5A79A6D29E0A1C846BA8E348CA7704B159170B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* PointerEventBase_1_get_button_m2C8D3EC8071AFDA85E4B71093A129E0E0A7FD25D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* PointerEventBase_1_get_isPrimary_mE2A52BF852EE9E4E8D7C83599B93CE9E7A2664E2_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* PointerEventBase_1_get_pointerId_m2666488A68716BD85D3277905899BDE7CF3826C8_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* PointerEventBase_1_get_pointerId_m494A184CC32780C69FAE61D8361DE5F4A53FF2C6_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* PointerEventBase_1_get_pointerType_m1724EBAD6D0313ABE5739C89FC27EBFAF86D1926_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* PointerEventBase_1_get_pointerType_m8817EEF724FE7CE591C159986B913554E98E939A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* PointerEventBase_1_get_pressedButtons_m5A50ECC9E90E177443813450F81D5F283C48BD4A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Stack_1_Peek_m13C80E3DC8A6511B9BDB7E103EBEDA48F01FA268_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Stack_1_Pop_mEF84DDD7FF942B3F3DF06C0DC4EEF2DF8898AEFB_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Stack_1_Push_mE10497E370D3E1B579DD53F1CED6A6EB5E927500_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Stack_1__ctor_m0615EDA1CB3BC18643EC212AA4F9AA4B2A2B5CA9_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Stack_1_get_Count_m8A822544BE7A4CBFFA3268952AB59CD32A1E5327_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* StyleDataRef_1_GetHashCode_mAEEA82C794CABD2A9FE60FE5B06BABE7C7122277_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TextElement_OnGenerateVisualContent_mB4B04A8CEE610D66401684E7F293C0C41481A9A3_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TextElement_OnGeometryChanged_m315369635F1BD57A1E1A1B7E0C64B020B1C68B81_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TypedUxmlAttributeDescription_1_set_defaultValue_mCCFDF65293F595155203C9BD9977733342224870_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3CProcessMatchedRulesU3Eb__24_0_m563FEBA7F7D1D41F9ADA0F60A64777FD94653FD6_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3CSortPanelsU3Eb__43_0_mD4A1A2AEC148F73D85010370EEE0FC16F5B48868_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3CTraverseRecursiveU3Eb__5_0_mBFC5671308DE0736DEF9B843DD95F8C9D7369EF4_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3C_cctorU3Eb__1_0_m4F00D0B447A2C13FB8F477171D66FCB6CE4E9579_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3C_cctorU3Eb__1_1_m8AA172ACFC011A50E0D1C4360F0DF0970D292318_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3C_cctorU3Eb__1_2_m7B432A5BB3B23205E1C26B06E73E433A4E26F2C6_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3C_cctorU3Eb__1_3_mE00AAAC20805B0872F7AFB57D2F12BEA1F573325_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3C_cctorU3Eb__1_4_mFDEDE5699B5D3D0BBB78D792F238CCBE50AF7E68_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3C_cctorU3Eb__1_5_mBE27CE2B62C59258515E2CCDF41BCAEAFD7FEF2B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3C_cctorU3Eb__9_0_m684C6B019EA84D35FB7E3D1DF3995039F29059D8_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3C_cctorU3Eb__9_1_m9A008F9FB54F11B72F2FDF452C08F6DB7E4E9571_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* UIElementsRuntimeUtility_BeginRenderOverlays_m8E2B0F667387D9ABF2832816A83B148B719CC007_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* UIElementsRuntimeUtility_EndRenderOverlays_mC7EE1EDF5446DF97F9775408B55FAAD503ABA1E5_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* UIElementsRuntimeUtility_UpdateRuntimePanels_mD337ED3AB442DE0380E5D3A2B4910B2F1A1A7C33_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* UQueryBuilder_1_Build_m77D2E8687661A5AFD4BC6C85600B25F906A45139_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* UQueryBuilder_1_Class_m7C51D3BCF8AF2444E9A03BAEBBE2A8BA17109746_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* UQueryBuilder_1_Name_mEE12054DE08E286D94242BFDFE36C92F7258507D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* UQueryBuilder_1_SingleBaseType_m766F478654E2AA9D25C951AF79A17A241CFB28B8_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* UQueryBuilder_1__ctor_m841C38F69A30425CCEA1F93525C97AD0B9648486_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* UQueryExtensions_Q_m625363964EA8275D50A9767F1E3468901C1B0BEC_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* UQueryState_1_First_m0E66C612BCBDFFA32D636D936B37CF56C0C2BA94_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* UQueryState_1_RebuildOn_m6A44E1618AB0FD0EDCBEEF093B74FDEA03723004_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* UxmlFactory_2__ctor_m1EAD5B8148AC5467CF2774840E258D93AF49C9BC_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* UxmlFactory_2__ctor_mB672680ACFBD52DB0DA168603F12DDE51C07C75A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ValuesDiscrete_1__ctor_m0E4BD2599AB0377656A8065339C19DB6E099FC27_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ValuesDiscrete_1__ctor_mA5E3A335CD04AB1496F9C42E7BDA9D6E1551BB66_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ValuesDiscrete_1__ctor_mFDAFF02FCBE6E8293FD5C7BE340D296D32DF674F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ValuesRotate_IsSame_m934C9AE018DBE8323DE418E7F495CEA7242CC95E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ValuesScale_IsSame_mAEF3B51523F4F06001443A4CC01FDDA5A47921F3_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ValuesTextShadow_IsSame_mAC612E12D10A15D8D4559360573679894BA8FFEA_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ValuesTransformOrigin_IsSame_mE455CA86C4ACEE8C568056D6CC206F60C6830173_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ValuesTranslate_IsSame_m425EEE8109F1A6910A6306C63240B2AD5D89A67A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Values_1__ctor_m516D4E8920F3D100B223855A347BD87B06985666_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Values_1__ctor_m6C0823FA2DEF3358FC7605F415298C25AB5A0792_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Values_1__ctor_m93E0C4785A19CAE7F9E6AF562B3AC151F93C467E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Values_1__ctor_mDBBD3320F73277C566561C33397418535A8371EE_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Values_1__ctor_mFFEF26A8BD0E03F73FCD1306CBAD763A96908EC3_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* VisualElementExtensions_LocalToWorld_m7B641884AAF03808F74FAF4F380F8924F5D712D9_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* VisualElementExtensions_WorldToLocal_m73A28B6D31099BB7A7B7E1D12A501B9D6389CFB9_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* VisualElementExtensions_WorldToLocal_m9ECA21DA783ACF346C10BD96D64C0DA85D02C19A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* VisualElementFocusRing_FocusRingSort_m3B38EE0A757FFC2CADAEE6FAC7CBD90B02E91B40_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* VisualElementFocusRing_GetFocusChangeDirection_m040BA490720263A6F4D9C8666F77F0AF4F30D587_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* VisualElementPanelActivator_OnEnter_m35F19B55A036E75B7197F971C546F8B162CFBB00_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* VisualElementPanelActivator_OnLeave_m9B458D27DC27A0338690FE4986DDED7450B8F39A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* VisualElementStyleSheetSet_Add_mE5653A810724A67573079E2B4D39FFB260C38214_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* VisualTreeStyleUpdaterTraversal_OnProcessMatchResult_m9B18B8EC77D2DA6F166FC1A650BD73A13CC40680_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* VisualTreeUpdater_SetUpdater_TisUIRLayoutUpdater_t90228F3698DB774BA11D4FBD7DCE8D08BE8DB5B3_m4620EBE804BE7EA33A438FD806F27A59B88EF94F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* VisualTreeUpdater_SetUpdater_TisUIRRepaintUpdater_tA4093F3857EA96D9E5E9EFD7C18785C787E1408E_mE6D0EBAE20CF2F3FEDBC5F057D1B227A75EE0E8B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* VisualTreeUpdater_SetUpdater_TisVisualElementAnimationSystem_t234427A8D095436E29A167AF646B5B5B2908D5A7_m0E425144C205AA20A3AE7C9A67DEA05D012F5EBD_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* VisualTreeUpdater_SetUpdater_TisVisualTreeBindingsUpdater_t6EF5299259D0A81E931840287AE6C7E43093A637_m0A357ED36B8D958B4F3102F39439BA475F390CE0_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* VisualTreeUpdater_SetUpdater_TisVisualTreeStyleUpdater_t5F2622AC7562F7647C21B9C3CB4D2B7E98C50D68_mAE1E73D29AB563BEC9FB6BAC26003F185B2D3446_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* VisualTreeUpdater_SetUpdater_TisVisualTreeTransformClipUpdater_t3DFB28E52D60790DE253FA5746D1E3CA20B33C67_mDB8ED3E891DCE40059863E94397200807BEB9597_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* VisualTreeUpdater_SetUpdater_TisVisualTreeViewDataUpdater_t79CB853ABA16F193CFC65AA0826641D78CF8B986_mB436EFFA13D99D35730E3F4C93C08C8CD422A709_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeType* Foldout_t150CF00C27D0C105EC2831E0BA1C5D8A96EF5DC3_0_0_0_var; struct ComputedTransitionProperty_tD8E4D8EB5DD69E063944F27A48D9263F4F1354E1_marshaled_com; struct ComputedTransitionProperty_tD8E4D8EB5DD69E063944F27A48D9263F4F1354E1_marshaled_pinvoke; struct Delegate_t_marshaled_com; struct Delegate_t_marshaled_pinvoke; struct Exception_t_marshaled_com; struct Exception_t_marshaled_pinvoke; struct StyleValueHandle_t5831643AAA7AD8C5C43A4498C5E0A2545F78227D; struct StyleDataU5BU5D_tF87CDE51588E78D4C87C144731581FB5284776E0; struct StyleDataU5BU5D_t2EA8BFBB228BC22ECF5964A1BCC0289725FB4389; struct StyleDataU5BU5D_tD406BDE6B313334D7A7241DDEA636226CC9C0043; struct StyleDataU5BU5D_tBB18CE54D6B9B54229E01AFF7CCB44B8305F2386; struct StyleDataU5BU5D_t988DBB7FAB3D7D4E114C94A5CF2E305E3FFB2A7F; struct StyleDataU5BU5D_t597C3C3BF0BFFC87AB6037E85E0829D999602263; struct StyleDataU5BU5D_tDCCCED3D71A0A84CDB77E5222463121D4EB611CC; struct StyleDataU5BU5D_tAD21796096D8CBCE199118430F1C659AA1DFB822; struct TimingDataU5BU5D_tE963FB40D15F6761CC687300F7A3EFCD58A8505A; struct TimingDataU5BU5D_t0BCD78985159E6EF1D974E34B209EDE880E06269; struct TimingDataU5BU5D_tE92E1403336542C4CF4B76824A22545D0EB14E14; struct TimingDataU5BU5D_t1C0E9B6D937D57C27438BFA33BC2DB905EE4973E; struct TimingDataU5BU5D_t634CA6261A1EDA23867D38722881D8D9610065E3; struct ComputedTransitionPropertyU5BU5D_t25B9E78F5276CDA297C8215C316452CAB8219E82; struct DelegateU5BU5D_tC5AB7E8F745616680F337909D3A8E6C722CDF771; struct DisplayU5BU5D_tAD77D7EE2B839E3EDA0D1C0028B64F867F400C7F; struct GradientSettingsU5BU5D_t5A316EDE81269563C087800A519341276F98AF9C; struct IVisualTreeUpdaterU5BU5D_t9E9D948BC4F327DA519FEB2BCEC12FB7FD7C59E8; struct Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C; struct Int32EnumU5BU5D_t87B7DB802810C38016332669039EF42C487A081F; struct ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918; struct SelectorMatchRecordU5BU5D_t6033C70B62D6E4C7261F40F64F75070577947A19; struct StylePropertyU5BU5D_t1DEB0C869D51682C0583AA00CE776FE8B8C36783; struct StylePropertyIdU5BU5D_t6A118EB2D7976A5AE0C4E89D3F53D4454EC7E359; struct StyleSelectorU5BU5D_t11A633455FC601606B3DF3CEDDDAB1625B54708D; struct StyleSelectorPartU5BU5D_tBA574FB3E75E94E52874FDB7B05B9048E8A5421B; struct StyleValueHandleU5BU5D_t66B7732469E9E30B1FB9A6E386315DAB36914ADE; struct UInt16U5BU5D_tEB7C42D811D999D2AA815BADC3FCCDD9C67B3F83; struct VectorImageVertexU5BU5D_tA19C37074824265F1A5684A6F2C156559455C1C4; struct VisualElementU5BU5D_tCAE8038767BF0FBEE26B3470C0FC4AE60E5229DF; IL2CPP_EXTERN_C_BEGIN IL2CPP_EXTERN_C_END #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.Comparer`1 struct Comparer_1_t2FF14F26F4D678A8FA199B888FF61A2A9D1D2D80 : public RuntimeObject { }; struct Comparer_1_t2FF14F26F4D678A8FA199B888FF61A2A9D1D2D80_StaticFields { // System.Collections.Generic.Comparer`1 modreq(System.Runtime.CompilerServices.IsVolatile) System.Collections.Generic.Comparer`1::defaultComparer Comparer_1_t2FF14F26F4D678A8FA199B888FF61A2A9D1D2D80* ___defaultComparer_0; }; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_tBFA6A92ADF404217ADC6287258F898AC33533339 : public RuntimeObject { // System.Int32[] System.Collections.Generic.Dictionary`2::_buckets Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ____buckets_0; // System.Collections.Generic.Dictionary`2/Entry[] System.Collections.Generic.Dictionary`2::_entries EntryU5BU5D_t20232555B01299E50C6D0216F01265BFAE9192BD* ____entries_1; // System.Int32 System.Collections.Generic.Dictionary`2::_count int32_t ____count_2; // System.Int32 System.Collections.Generic.Dictionary`2::_freeList int32_t ____freeList_3; // System.Int32 System.Collections.Generic.Dictionary`2::_freeCount int32_t ____freeCount_4; // System.Int32 System.Collections.Generic.Dictionary`2::_version int32_t ____version_5; // System.Collections.Generic.IEqualityComparer`1 System.Collections.Generic.Dictionary`2::_comparer RuntimeObject* ____comparer_6; // System.Collections.Generic.Dictionary`2/KeyCollection System.Collections.Generic.Dictionary`2::_keys KeyCollection_t7032C42BDB9F81A00537C262F53859F054515A62* ____keys_7; // System.Collections.Generic.Dictionary`2/ValueCollection System.Collections.Generic.Dictionary`2::_values ValueCollection_t610505C1353EB2B43336B80F2791B3368126589C* ____values_8; // System.Object System.Collections.Generic.Dictionary`2::_syncRoot RuntimeObject* ____syncRoot_9; }; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_tB87BEC840CF876F5CE38D31A5FD1BFD7BDCCCD75 : public RuntimeObject { // System.Int32[] System.Collections.Generic.Dictionary`2::_buckets Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ____buckets_0; // System.Collections.Generic.Dictionary`2/Entry[] System.Collections.Generic.Dictionary`2::_entries EntryU5BU5D_tB8FEF74C22D10FED7BD4FF2BD19B172A3EDD90AA* ____entries_1; // System.Int32 System.Collections.Generic.Dictionary`2::_count int32_t ____count_2; // System.Int32 System.Collections.Generic.Dictionary`2::_freeList int32_t ____freeList_3; // System.Int32 System.Collections.Generic.Dictionary`2::_freeCount int32_t ____freeCount_4; // System.Int32 System.Collections.Generic.Dictionary`2::_version int32_t ____version_5; // System.Collections.Generic.IEqualityComparer`1 System.Collections.Generic.Dictionary`2::_comparer RuntimeObject* ____comparer_6; // System.Collections.Generic.Dictionary`2/KeyCollection System.Collections.Generic.Dictionary`2::_keys KeyCollection_tFC2475FAA4D60E151C59DA3B9A5AE8F8A430C9C3* ____keys_7; // System.Collections.Generic.Dictionary`2/ValueCollection System.Collections.Generic.Dictionary`2::_values ValueCollection_t5B6097EC9CBD2ABCE260E95609E9C03674249074* ____values_8; // System.Object System.Collections.Generic.Dictionary`2::_syncRoot RuntimeObject* ____syncRoot_9; }; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_tDAF0CFE0CE67D29980B6E16E14494B452AA7C270 : public RuntimeObject { // System.Int32[] System.Collections.Generic.Dictionary`2::_buckets Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ____buckets_0; // System.Collections.Generic.Dictionary`2/Entry[] System.Collections.Generic.Dictionary`2::_entries EntryU5BU5D_tD309F552B0A24641B68AB256A56D6957D257D1F1* ____entries_1; // System.Int32 System.Collections.Generic.Dictionary`2::_count int32_t ____count_2; // System.Int32 System.Collections.Generic.Dictionary`2::_freeList int32_t ____freeList_3; // System.Int32 System.Collections.Generic.Dictionary`2::_freeCount int32_t ____freeCount_4; // System.Int32 System.Collections.Generic.Dictionary`2::_version int32_t ____version_5; // System.Collections.Generic.IEqualityComparer`1 System.Collections.Generic.Dictionary`2::_comparer RuntimeObject* ____comparer_6; // System.Collections.Generic.Dictionary`2/KeyCollection System.Collections.Generic.Dictionary`2::_keys KeyCollection_t02AA3851B1EDACE86C778A221321A359FA3441D4* ____keys_7; // System.Collections.Generic.Dictionary`2/ValueCollection System.Collections.Generic.Dictionary`2::_values ValueCollection_t885AA1B6C959F1BB0EB2CBBE91A8773264DBA655* ____values_8; // System.Object System.Collections.Generic.Dictionary`2::_syncRoot RuntimeObject* ____syncRoot_9; }; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t37F557505423C20CABB84F18ADA6FE019FD5411F : public RuntimeObject { // System.Int32[] System.Collections.Generic.Dictionary`2::_buckets Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ____buckets_0; // System.Collections.Generic.Dictionary`2/Entry[] System.Collections.Generic.Dictionary`2::_entries EntryU5BU5D_t05E52844511353E4ABF08A5014CE9794F2BC7FB2* ____entries_1; // System.Int32 System.Collections.Generic.Dictionary`2::_count int32_t ____count_2; // System.Int32 System.Collections.Generic.Dictionary`2::_freeList int32_t ____freeList_3; // System.Int32 System.Collections.Generic.Dictionary`2::_freeCount int32_t ____freeCount_4; // System.Int32 System.Collections.Generic.Dictionary`2::_version int32_t ____version_5; // System.Collections.Generic.IEqualityComparer`1 System.Collections.Generic.Dictionary`2::_comparer RuntimeObject* ____comparer_6; // System.Collections.Generic.Dictionary`2/KeyCollection System.Collections.Generic.Dictionary`2::_keys KeyCollection_tAFB9383D0D5BB1B6F60638686806B2F9E2FF6F65* ____keys_7; // System.Collections.Generic.Dictionary`2/ValueCollection System.Collections.Generic.Dictionary`2::_values ValueCollection_t11DEEA44D63ED0917BD47EFD3C51372B0EA9E1BF* ____values_8; // System.Object System.Collections.Generic.Dictionary`2::_syncRoot RuntimeObject* ____syncRoot_9; }; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t14FE4A752A83D53771C584E4C8D14E01F2AFD7BA : public RuntimeObject { // System.Int32[] System.Collections.Generic.Dictionary`2::_buckets Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ____buckets_0; // System.Collections.Generic.Dictionary`2/Entry[] System.Collections.Generic.Dictionary`2::_entries EntryU5BU5D_t1E85CBF91297C9D62A0FC2AD29FD24E33C8A5E54* ____entries_1; // System.Int32 System.Collections.Generic.Dictionary`2::_count int32_t ____count_2; // System.Int32 System.Collections.Generic.Dictionary`2::_freeList int32_t ____freeList_3; // System.Int32 System.Collections.Generic.Dictionary`2::_freeCount int32_t ____freeCount_4; // System.Int32 System.Collections.Generic.Dictionary`2::_version int32_t ____version_5; // System.Collections.Generic.IEqualityComparer`1 System.Collections.Generic.Dictionary`2::_comparer RuntimeObject* ____comparer_6; // System.Collections.Generic.Dictionary`2/KeyCollection System.Collections.Generic.Dictionary`2::_keys KeyCollection_tB45A861D090B15129521119AE48ED3813820A974* ____keys_7; // System.Collections.Generic.Dictionary`2/ValueCollection System.Collections.Generic.Dictionary`2::_values ValueCollection_t038245E04B5D2A80048D9F8021A23E69A0C9DBAA* ____values_8; // System.Object System.Collections.Generic.Dictionary`2::_syncRoot RuntimeObject* ____syncRoot_9; }; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_tED98F9DEB20653ED194C08F6C90D3752C3EDEA28 : public RuntimeObject { // System.Int32[] System.Collections.Generic.Dictionary`2::_buckets Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ____buckets_0; // System.Collections.Generic.Dictionary`2/Entry[] System.Collections.Generic.Dictionary`2::_entries EntryU5BU5D_t5C6BE3F8D8C9F5DBCDEF6446DF86F557102A5F67* ____entries_1; // System.Int32 System.Collections.Generic.Dictionary`2::_count int32_t ____count_2; // System.Int32 System.Collections.Generic.Dictionary`2::_freeList int32_t ____freeList_3; // System.Int32 System.Collections.Generic.Dictionary`2::_freeCount int32_t ____freeCount_4; // System.Int32 System.Collections.Generic.Dictionary`2::_version int32_t ____version_5; // System.Collections.Generic.IEqualityComparer`1 System.Collections.Generic.Dictionary`2::_comparer RuntimeObject* ____comparer_6; // System.Collections.Generic.Dictionary`2/KeyCollection System.Collections.Generic.Dictionary`2::_keys KeyCollection_t85D7EE0BF2C0CFEF0B29BD162EBF6D7932A18524* ____keys_7; // System.Collections.Generic.Dictionary`2/ValueCollection System.Collections.Generic.Dictionary`2::_values ValueCollection_t95D84B4301FFC2CEAA9EBB93DE72CFC9CE2995B2* ____values_8; // System.Object System.Collections.Generic.Dictionary`2::_syncRoot RuntimeObject* ____syncRoot_9; }; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t41165BF747F041590086BE39A59BE164430A3CEF : public RuntimeObject { // System.Int32[] System.Collections.Generic.Dictionary`2::_buckets Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ____buckets_0; // System.Collections.Generic.Dictionary`2/Entry[] System.Collections.Generic.Dictionary`2::_entries EntryU5BU5D_tF9A333B05D89C80863205975D040FE0EF8B5D19B* ____entries_1; // System.Int32 System.Collections.Generic.Dictionary`2::_count int32_t ____count_2; // System.Int32 System.Collections.Generic.Dictionary`2::_freeList int32_t ____freeList_3; // System.Int32 System.Collections.Generic.Dictionary`2::_freeCount int32_t ____freeCount_4; // System.Int32 System.Collections.Generic.Dictionary`2::_version int32_t ____version_5; // System.Collections.Generic.IEqualityComparer`1 System.Collections.Generic.Dictionary`2::_comparer RuntimeObject* ____comparer_6; // System.Collections.Generic.Dictionary`2/KeyCollection System.Collections.Generic.Dictionary`2::_keys KeyCollection_tC5B239E49B6B3F63B394F906A069240465B098DF* ____keys_7; // System.Collections.Generic.Dictionary`2/ValueCollection System.Collections.Generic.Dictionary`2::_values ValueCollection_t06CDA99DB645BD0BA87E9F06322972BF06B8B0B1* ____values_8; // System.Object System.Collections.Generic.Dictionary`2::_syncRoot RuntimeObject* ____syncRoot_9; }; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t9BEC34FFAABF80FD27E35B9955364F9D176F44EA : public RuntimeObject { // System.Int32[] System.Collections.Generic.Dictionary`2::_buckets Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ____buckets_0; // System.Collections.Generic.Dictionary`2/Entry[] System.Collections.Generic.Dictionary`2::_entries EntryU5BU5D_t7F98B69A7E03C7962E8464AC964AF60FAD664681* ____entries_1; // System.Int32 System.Collections.Generic.Dictionary`2::_count int32_t ____count_2; // System.Int32 System.Collections.Generic.Dictionary`2::_freeList int32_t ____freeList_3; // System.Int32 System.Collections.Generic.Dictionary`2::_freeCount int32_t ____freeCount_4; // System.Int32 System.Collections.Generic.Dictionary`2::_version int32_t ____version_5; // System.Collections.Generic.IEqualityComparer`1 System.Collections.Generic.Dictionary`2::_comparer RuntimeObject* ____comparer_6; // System.Collections.Generic.Dictionary`2/KeyCollection System.Collections.Generic.Dictionary`2::_keys KeyCollection_tF6D68C9DEFB5EE51E16CCE2C8FA4B432F4629265* ____keys_7; // System.Collections.Generic.Dictionary`2/ValueCollection System.Collections.Generic.Dictionary`2::_values ValueCollection_tBFB44848CD0102BAD045541C44604965E5A35EA2* ____values_8; // System.Object System.Collections.Generic.Dictionary`2::_syncRoot RuntimeObject* ____syncRoot_9; }; // System.Collections.Generic.HashSet`1 struct HashSet_1_t1E83A872D720F688A22A53879E9C48E0DE80B3BE : public RuntimeObject { // System.Int32[] System.Collections.Generic.HashSet`1::_buckets Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ____buckets_7; // System.Collections.Generic.HashSet`1/Slot[] System.Collections.Generic.HashSet`1::_slots SlotU5BU5D_t056AB4465CFC0A3D07F7C0975B7EE25ED67AB270* ____slots_8; // System.Int32 System.Collections.Generic.HashSet`1::_count int32_t ____count_9; // System.Int32 System.Collections.Generic.HashSet`1::_lastIndex int32_t ____lastIndex_10; // System.Int32 System.Collections.Generic.HashSet`1::_freeList int32_t ____freeList_11; // System.Collections.Generic.IEqualityComparer`1 System.Collections.Generic.HashSet`1::_comparer RuntimeObject* ____comparer_12; // System.Int32 System.Collections.Generic.HashSet`1::_version int32_t ____version_13; // System.Runtime.Serialization.SerializationInfo System.Collections.Generic.HashSet`1::_siInfo SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* ____siInfo_14; }; // System.Collections.Generic.HashSet`1 struct HashSet_1_t2F33BEB06EEA4A872E2FAF464382422AA39AE885 : public RuntimeObject { // System.Int32[] System.Collections.Generic.HashSet`1::_buckets Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ____buckets_7; // System.Collections.Generic.HashSet`1/Slot[] System.Collections.Generic.HashSet`1::_slots SlotU5BU5D_tF596AD324082C553DB364C768406A40BB3C85343* ____slots_8; // System.Int32 System.Collections.Generic.HashSet`1::_count int32_t ____count_9; // System.Int32 System.Collections.Generic.HashSet`1::_lastIndex int32_t ____lastIndex_10; // System.Int32 System.Collections.Generic.HashSet`1::_freeList int32_t ____freeList_11; // System.Collections.Generic.IEqualityComparer`1 System.Collections.Generic.HashSet`1::_comparer RuntimeObject* ____comparer_12; // System.Int32 System.Collections.Generic.HashSet`1::_version int32_t ____version_13; // System.Runtime.Serialization.SerializationInfo System.Collections.Generic.HashSet`1::_siInfo SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* ____siInfo_14; }; // System.Collections.Generic.HashSet`1 struct HashSet_1_tEFC6605F7DE53F71946C33FD371E53C3100F2178 : public RuntimeObject { // System.Int32[] System.Collections.Generic.HashSet`1::_buckets Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ____buckets_7; // System.Collections.Generic.HashSet`1/Slot[] System.Collections.Generic.HashSet`1::_slots SlotU5BU5D_t8B8EE191EEC1575F1F0CAC91A208DBFDF2821D01* ____slots_8; // System.Int32 System.Collections.Generic.HashSet`1::_count int32_t ____count_9; // System.Int32 System.Collections.Generic.HashSet`1::_lastIndex int32_t ____lastIndex_10; // System.Int32 System.Collections.Generic.HashSet`1::_freeList int32_t ____freeList_11; // System.Collections.Generic.IEqualityComparer`1 System.Collections.Generic.HashSet`1::_comparer RuntimeObject* ____comparer_12; // System.Int32 System.Collections.Generic.HashSet`1::_version int32_t ____version_13; // System.Runtime.Serialization.SerializationInfo System.Collections.Generic.HashSet`1::_siInfo SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* ____siInfo_14; }; // System.Collections.Generic.HashSet`1 struct HashSet_1_t95ABEAA04E177570445F27ECCBABE556363578CB : public RuntimeObject { // System.Int32[] System.Collections.Generic.HashSet`1::_buckets Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ____buckets_7; // System.Collections.Generic.HashSet`1/Slot[] System.Collections.Generic.HashSet`1::_slots SlotU5BU5D_t94CA178993B9FC71F63E131258D20773C4BC2048* ____slots_8; // System.Int32 System.Collections.Generic.HashSet`1::_count int32_t ____count_9; // System.Int32 System.Collections.Generic.HashSet`1::_lastIndex int32_t ____lastIndex_10; // System.Int32 System.Collections.Generic.HashSet`1::_freeList int32_t ____freeList_11; // System.Collections.Generic.IEqualityComparer`1 System.Collections.Generic.HashSet`1::_comparer RuntimeObject* ____comparer_12; // System.Int32 System.Collections.Generic.HashSet`1::_version int32_t ____version_13; // System.Runtime.Serialization.SerializationInfo System.Collections.Generic.HashSet`1::_siInfo SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* ____siInfo_14; }; // System.Collections.Generic.List`1 struct List_1_t4453356B16CA8CC9BAD2E99699548F641C55C044 : public RuntimeObject { // T[] System.Collections.Generic.List`1::_items IBindingU5BU5D_t613F45AB09D463EB5B2820B80DD36DC7B9AA5A06* ____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; }; struct List_1_t4453356B16CA8CC9BAD2E99699548F641C55C044_StaticFields { // T[] System.Collections.Generic.List`1::s_emptyArray IBindingU5BU5D_t613F45AB09D463EB5B2820B80DD36DC7B9AA5A06* ___s_emptyArray_5; }; // System.Collections.Generic.List`1 struct List_1_t8B6D523FAB1ACF201D7DDB1CF78CD1745942E20F : public RuntimeObject { // T[] System.Collections.Generic.List`1::_items IBindingRequestU5BU5D_t50E5D8ED606C132389E435540A60AB3D17949EC3* ____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; }; struct List_1_t8B6D523FAB1ACF201D7DDB1CF78CD1745942E20F_StaticFields { // T[] System.Collections.Generic.List`1::s_emptyArray IBindingRequestU5BU5D_t50E5D8ED606C132389E435540A60AB3D17949EC3* ___s_emptyArray_5; }; // System.Collections.Generic.List`1 struct List_1_t6006DCF334470A9CC92C9A727DA40E2BA2092B01 : public RuntimeObject { // T[] System.Collections.Generic.List`1::_items IUIElementsUtilityU5BU5D_tD3A0152357E8A9F48A042AAE6A2EF0D2855344A3* ____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; }; struct List_1_t6006DCF334470A9CC92C9A727DA40E2BA2092B01_StaticFields { // T[] System.Collections.Generic.List`1::s_emptyArray IUIElementsUtilityU5BU5D_tD3A0152357E8A9F48A042AAE6A2EF0D2855344A3* ___s_emptyArray_5; }; // System.Collections.Generic.List`1 struct List_1_t96E9133B70FB6765E6B138E810D33E18901715DA : public RuntimeObject { // T[] System.Collections.Generic.List`1::_items IValueAnimationUpdateU5BU5D_t250909B263EE1BB62A80F2449EAD3709E83C5C78* ____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; }; struct List_1_t96E9133B70FB6765E6B138E810D33E18901715DA_StaticFields { // T[] System.Collections.Generic.List`1::s_emptyArray IValueAnimationUpdateU5BU5D_t250909B263EE1BB62A80F2449EAD3709E83C5C78* ___s_emptyArray_5; }; // System.Collections.Generic.List`1 struct List_1_t05915E9237850A58106982B7FE4BC5DA4E872E73 : public RuntimeObject { // T[] System.Collections.Generic.List`1::_items Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ____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; }; struct List_1_t05915E9237850A58106982B7FE4BC5DA4E872E73_StaticFields { // T[] System.Collections.Generic.List`1::s_emptyArray Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ___s_emptyArray_5; }; // System.Collections.Generic.List`1 struct List_1_tDA4D291C60B1EFA9EA50BBA3367C657CC9410576 : public RuntimeObject { // T[] System.Collections.Generic.List`1::_items Int32EnumU5BU5D_t87B7DB802810C38016332669039EF42C487A081F* ____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; }; struct List_1_tDA4D291C60B1EFA9EA50BBA3367C657CC9410576_StaticFields { // T[] System.Collections.Generic.List`1::s_emptyArray Int32EnumU5BU5D_t87B7DB802810C38016332669039EF42C487A081F* ___s_emptyArray_5; }; // System.Collections.Generic.List`1 struct List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D : public RuntimeObject { // T[] System.Collections.Generic.List`1::_items ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ____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; }; struct List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D_StaticFields { // T[] System.Collections.Generic.List`1::s_emptyArray ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___s_emptyArray_5; }; // System.Collections.Generic.List`1 struct List_1_t9FF902E193613BD654FD1CF8DBDEF7B872504919 : public RuntimeObject { // T[] System.Collections.Generic.List`1::_items PanelU5BU5D_t7D67D36AB863888E29362503DEAFC876C6538C0B* ____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; }; struct List_1_t9FF902E193613BD654FD1CF8DBDEF7B872504919_StaticFields { // T[] System.Collections.Generic.List`1::s_emptyArray PanelU5BU5D_t7D67D36AB863888E29362503DEAFC876C6538C0B* ___s_emptyArray_5; }; // System.Collections.Generic.List`1 struct List_1_t42A86FE68C8321F340DE626A644141DAF4A411E7 : public RuntimeObject { // T[] System.Collections.Generic.List`1::_items ReusableCollectionItemU5BU5D_t7B98FF5B03A63736FAB4B967CBD8C0AC0822F2F9* ____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; }; struct List_1_t42A86FE68C8321F340DE626A644141DAF4A411E7_StaticFields { // T[] System.Collections.Generic.List`1::s_emptyArray ReusableCollectionItemU5BU5D_t7B98FF5B03A63736FAB4B967CBD8C0AC0822F2F9* ___s_emptyArray_5; }; // System.Collections.Generic.List`1 struct List_1_t7C8CC805CEADA09DFAC2AC1A5D731D5EE956F6DC : public RuntimeObject { // T[] System.Collections.Generic.List`1::_items RuleMatcherU5BU5D_t0135EA06151E72D04414F3EAF9420CB85EE2236C* ____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; }; struct List_1_t7C8CC805CEADA09DFAC2AC1A5D731D5EE956F6DC_StaticFields { // T[] System.Collections.Generic.List`1::s_emptyArray RuleMatcherU5BU5D_t0135EA06151E72D04414F3EAF9420CB85EE2236C* ___s_emptyArray_5; }; // System.Collections.Generic.List`1 struct List_1_tA1D3D4FCA4CFF8E02845F48D747A4C704D4C9CAE : public RuntimeObject { // T[] System.Collections.Generic.List`1::_items SelectorMatchRecordU5BU5D_t6033C70B62D6E4C7261F40F64F75070577947A19* ____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; }; struct List_1_tA1D3D4FCA4CFF8E02845F48D747A4C704D4C9CAE_StaticFields { // T[] System.Collections.Generic.List`1::s_emptyArray SelectorMatchRecordU5BU5D_t6033C70B62D6E4C7261F40F64F75070577947A19* ___s_emptyArray_5; }; // System.Collections.Generic.List`1 struct List_1_t365205E6BE687FCF41975C16741DD9C303C1C269 : public RuntimeObject { // T[] System.Collections.Generic.List`1::_items StylePropertyIdU5BU5D_t6A118EB2D7976A5AE0C4E89D3F53D4454EC7E359* ____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; }; struct List_1_t365205E6BE687FCF41975C16741DD9C303C1C269_StaticFields { // T[] System.Collections.Generic.List`1::s_emptyArray StylePropertyIdU5BU5D_t6A118EB2D7976A5AE0C4E89D3F53D4454EC7E359* ___s_emptyArray_5; }; // System.Collections.Generic.List`1 struct List_1_tEA16F82F7871418E28EB6F551D77A8AD9F2E337F : public RuntimeObject { // T[] System.Collections.Generic.List`1::_items StyleSheetU5BU5D_tFFAA0F92657246FFBFE954290B305CCCBA9DD1A7* ____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; }; struct List_1_tEA16F82F7871418E28EB6F551D77A8AD9F2E337F_StaticFields { // T[] System.Collections.Generic.List`1::s_emptyArray StyleSheetU5BU5D_tFFAA0F92657246FFBFE954290B305CCCBA9DD1A7* ___s_emptyArray_5; }; // System.Collections.Generic.List`1 struct List_1_t6115BBE78FE9310B180A2027321DF46F2A06AC95 : public RuntimeObject { // T[] System.Collections.Generic.List`1::_items VisualElementU5BU5D_tCAE8038767BF0FBEE26B3470C0FC4AE60E5229DF* ____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; }; struct List_1_t6115BBE78FE9310B180A2027321DF46F2A06AC95_StaticFields { // T[] System.Collections.Generic.List`1::s_emptyArray VisualElementU5BU5D_tCAE8038767BF0FBEE26B3470C0FC4AE60E5229DF* ___s_emptyArray_5; }; // System.Collections.Generic.List`1 struct List_1_t70EE7982F45810D4B024CF720D910E67974A3094 : public RuntimeObject { // T[] System.Collections.Generic.List`1::_items AttributeOverrideU5BU5D_t4D2E0B93EF3A1A1EB58AC1F48E6CFE20A0EA27E8* ____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; }; struct List_1_t70EE7982F45810D4B024CF720D910E67974A3094_StaticFields { // T[] System.Collections.Generic.List`1::s_emptyArray AttributeOverrideU5BU5D_t4D2E0B93EF3A1A1EB58AC1F48E6CFE20A0EA27E8* ___s_emptyArray_5; }; // System.Collections.Generic.List`1 struct List_1_tD83E9FC86E76D3E92623990C84D4238B8EA05D5B : public RuntimeObject { // T[] System.Collections.Generic.List`1::_items FocusRingRecordU5BU5D_tEF4D674D6630E0BABDC146E3DA39D58EEE0056F6* ____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; }; struct List_1_tD83E9FC86E76D3E92623990C84D4238B8EA05D5B_StaticFields { // T[] System.Collections.Generic.List`1::s_emptyArray FocusRingRecordU5BU5D_tEF4D674D6630E0BABDC146E3DA39D58EEE0056F6* ___s_emptyArray_5; }; // UnityEngine.UIElements.ObjectPool`1> struct ObjectPool_1_t006A020DCEB7871AAAA93FEE358DCC0499FD14F0 : public RuntimeObject { // System.Collections.Generic.Stack`1 UnityEngine.UIElements.ObjectPool`1::m_Stack Stack_1_t89D5688AF7850C61B3DF8B5BED042DEBFA7AC9BC* ___m_Stack_0; // System.Int32 UnityEngine.UIElements.ObjectPool`1::m_MaxSize int32_t ___m_MaxSize_1; }; // UnityEngine.UIElements.ObjectPool`1 struct ObjectPool_1_t933A34C114FA4EFD296D25E7C2034879B3DC840E : public RuntimeObject { // System.Collections.Generic.Stack`1 UnityEngine.UIElements.ObjectPool`1::m_Stack Stack_1_tED2C2A36F6C3F66D1AE3ECC4B99177D661C08F11* ___m_Stack_0; // System.Int32 UnityEngine.UIElements.ObjectPool`1::m_MaxSize int32_t ___m_MaxSize_1; }; // System.Collections.Generic.Stack`1 struct Stack_1_t9978CB0119EA70B0C3101996FB3D675B2D59025A : public RuntimeObject { // T[] System.Collections.Generic.Stack`1::_array IMGUIContainerU5BU5D_t3AA24182A7206CDAB5C607C545BDEE7E47C8B10A* ____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; }; // System.Collections.Generic.Stack`1 struct Stack_1_tAD790A47551563636908E21E4F08C54C0C323EB5 : public RuntimeObject { // T[] System.Collections.Generic.Stack`1::_array ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ____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; }; // UnityEngine.UIElements.UxmlFactory`2 struct UxmlFactory_2_t8EB039498EE25D0F0B57B0E86AFC4B4F1F0C5933 : public RuntimeObject { // TTraits UnityEngine.UIElements.UxmlFactory`2::m_Traits UxmlTraits_t0D8AB59C52341D77460AC5A03B477ED2C6A05AB6* ___m_Traits_0; }; // UnityEngine.UIElements.UxmlFactory`2 struct UxmlFactory_2_tA0A97C5E51045F69E0AB6E6EDDD9EBB7BBDB30C9 : public RuntimeObject { // TTraits UnityEngine.UIElements.UxmlFactory`2::m_Traits UxmlTraits_t8F9F8E46DE4A7DDD1380F89F35F670433ADFF3FC* ___m_Traits_0; }; struct Il2CppArrayBounds; // UnityEngine.UIElements.BaseVisualTreeUpdater struct BaseVisualTreeUpdater_t234B0DC7D28731E61BA8215154765170E5D0AB41 : public RuntimeObject { // System.Action`1 UnityEngine.UIElements.BaseVisualTreeUpdater::panelChanged Action_1_tF0C1AFCCE9CE63382F43540DC0DA04A8939A8A53* ___panelChanged_0; // UnityEngine.UIElements.BaseVisualElementPanel UnityEngine.UIElements.BaseVisualTreeUpdater::m_Panel BaseVisualElementPanel_tE3811F3D1474B72CB6CD5BCEECFF5B5CBEC1E303* ___m_Panel_1; }; // UnityEngine.UIElements.CallbackEventHandler struct CallbackEventHandler_t99E35735225B4ACEAD1BA981632FD2D46E9CB2B4 : public RuntimeObject { // UnityEngine.UIElements.EventCallbackRegistry UnityEngine.UIElements.CallbackEventHandler::m_CallbackRegistry EventCallbackRegistry_tE18297C3F7E535BD82EDA83EC6D6DAA386226B85* ___m_CallbackRegistry_0; }; // UnityEngine.UIElements.CollectionViewController struct CollectionViewController_t89D7C4989B72B4127DF82DC97FED5D7FE01D9768 : public RuntimeObject { // UnityEngine.UIElements.BaseVerticalCollectionView UnityEngine.UIElements.CollectionViewController::m_View BaseVerticalCollectionView_t2BCDC86B9E301E46CFB2500A834D640F0B96ADAE* ___m_View_0; // System.Collections.IList UnityEngine.UIElements.CollectionViewController::m_ItemsSource RuntimeObject* ___m_ItemsSource_1; // System.Action UnityEngine.UIElements.CollectionViewController::itemsSourceChanged Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* ___itemsSourceChanged_2; // System.Action`2 UnityEngine.UIElements.CollectionViewController::itemIndexChanged Action_2_tD7438462601D3939500ED67463331FE00CFFBDB8* ___itemIndexChanged_3; }; // UnityEngine.UIElements.CollectionVirtualizationController struct CollectionVirtualizationController_t55D4B8A3B70A7C50AC8BEF90F18EF888017E7801 : public RuntimeObject { // UnityEngine.UIElements.ScrollView UnityEngine.UIElements.CollectionVirtualizationController::m_ScrollView ScrollView_t7CE209084E084FAA0E8DF3CD8E3B8BB9EB27E8D9* ___m_ScrollView_0; }; // UnityEngine.UIElements.FocusChangeDirection struct FocusChangeDirection_t95F4784CF68331792EB9077AEAB01E17822991EF : public RuntimeObject { // System.Int32 UnityEngine.UIElements.FocusChangeDirection::m_Value int32_t ___m_Value_3; }; struct FocusChangeDirection_t95F4784CF68331792EB9077AEAB01E17822991EF_StaticFields { // UnityEngine.UIElements.FocusChangeDirection UnityEngine.UIElements.FocusChangeDirection::k__BackingField FocusChangeDirection_t95F4784CF68331792EB9077AEAB01E17822991EF* ___U3CunspecifiedU3Ek__BackingField_0; // UnityEngine.UIElements.FocusChangeDirection UnityEngine.UIElements.FocusChangeDirection::k__BackingField FocusChangeDirection_t95F4784CF68331792EB9077AEAB01E17822991EF* ___U3CnoneU3Ek__BackingField_1; // UnityEngine.UIElements.FocusChangeDirection UnityEngine.UIElements.FocusChangeDirection::k__BackingField FocusChangeDirection_t95F4784CF68331792EB9077AEAB01E17822991EF* ___U3ClastValueU3Ek__BackingField_2; }; // UnityEngine.UIElements.FocusController struct FocusController_t5D2E45F2CCBE3B7082DE4088EE03C2E8F736011A : public RuntimeObject { // UnityEngine.UIElements.IFocusRing UnityEngine.UIElements.FocusController::k__BackingField RuntimeObject* ___U3CfocusRingU3Ek__BackingField_0; // System.Collections.Generic.List`1 UnityEngine.UIElements.FocusController::m_FocusedElements List_1_t1E327CB749CA1F2F2DA41B2D4DFF57FD6BE0FF66* ___m_FocusedElements_1; // UnityEngine.UIElements.Focusable UnityEngine.UIElements.FocusController::m_LastFocusedElement Focusable_t39F2BAF0AF6CA465BC2BEDAF9B5B2CF379B846D0* ___m_LastFocusedElement_2; // UnityEngine.UIElements.Focusable UnityEngine.UIElements.FocusController::m_LastPendingFocusedElement Focusable_t39F2BAF0AF6CA465BC2BEDAF9B5B2CF379B846D0* ___m_LastPendingFocusedElement_3; // System.Int32 UnityEngine.UIElements.FocusController::m_PendingFocusCount int32_t ___m_PendingFocusCount_4; // System.Int32 UnityEngine.UIElements.FocusController::k__BackingField int32_t ___U3CimguiKeyboardControlU3Ek__BackingField_5; }; // UnityEngine.GUIUtility struct GUIUtility_tA20863F7281628086EFC61CF90CB52D20E1FD76A : public RuntimeObject { }; struct GUIUtility_tA20863F7281628086EFC61CF90CB52D20E1FD76A_StaticFields { // System.Int32 UnityEngine.GUIUtility::s_SkinMode int32_t ___s_SkinMode_0; // System.Int32 UnityEngine.GUIUtility::s_OriginalID int32_t ___s_OriginalID_1; // System.Action UnityEngine.GUIUtility::takeCapture Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* ___takeCapture_2; // System.Action UnityEngine.GUIUtility::releaseCapture Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* ___releaseCapture_3; // System.Func`3 UnityEngine.GUIUtility::processEvent Func_3_t2376B3D8C7A437FC32F21C4C4E4B3E7D2302007C* ___processEvent_4; // System.Action UnityEngine.GUIUtility::cleanupRoots Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* ___cleanupRoots_5; // System.Func`2 UnityEngine.GUIUtility::endContainerGUIFromException Func_2_tDDBE08B46BEFDD869DE0B97D023CB9C89674FED6* ___endContainerGUIFromException_6; // System.Action UnityEngine.GUIUtility::guiChanged Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* ___guiChanged_7; // System.Boolean UnityEngine.GUIUtility::k__BackingField bool ___U3CguiIsExitingU3Ek__BackingField_8; // System.Func`1 UnityEngine.GUIUtility::s_HasCurrentWindowKeyFocusFunc Func_1_t2BE7F58348C9CC544A8973B3A9E55541DE43C457* ___s_HasCurrentWindowKeyFocusFunc_9; }; // UnityEngine.UIElements.StyleSheets.HierarchyTraversal struct HierarchyTraversal_t89B1D4664C1C066FEED9B372488A3F751CB6FE7D : public RuntimeObject { }; // UnityEngine.UIElements.Manipulator struct Manipulator_tD5727ABA1F5AD1A50927212FAEB090E6BBCB4EBE : public RuntimeObject { // UnityEngine.UIElements.VisualElement UnityEngine.UIElements.Manipulator::m_Target VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___m_Target_0; }; // System.Reflection.MemberInfo struct MemberInfo_t : public RuntimeObject { }; // UnityEngine.UIElements.MeshGenerationContext struct MeshGenerationContext_tD1BD8DB52C7126A7987DE5DF1A4AF47A906EAF62 : public RuntimeObject { // UnityEngine.UIElements.IStylePainter UnityEngine.UIElements.MeshGenerationContext::painter RuntimeObject* ___painter_0; }; // UnityEngine.UIElements.PointerId struct PointerId_tE48DCDC5C36DD1F5595C28EE48C0243BA8BEF35C : public RuntimeObject { }; struct PointerId_tE48DCDC5C36DD1F5595C28EE48C0243BA8BEF35C_StaticFields { // 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_t19C97395396A72ECAF310612F0760F165060314C* ___hoveringPointers_7; }; // UnityEngine.UIElements.PointerType struct PointerType_t6E813E47699AA9C948D9EFEF36F481B5EDD5BCD4 : public RuntimeObject { }; struct PointerType_t6E813E47699AA9C948D9EFEF36F481B5EDD5BCD4_StaticFields { // 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; }; // UnityEngine.UIElements.ReusableCollectionItem struct ReusableCollectionItem_t58A07E0E19A545B24DBE7711A46490EF5E239086 : public RuntimeObject { // UnityEngine.UIElements.VisualElement UnityEngine.UIElements.ReusableCollectionItem::k__BackingField VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___U3CbindableElementU3Ek__BackingField_0; // UnityEngine.UIElements.Experimental.ValueAnimation`1 UnityEngine.UIElements.ReusableCollectionItem::k__BackingField ValueAnimation_1_t639ABF37111B0184CCB3DE2F577E466F04B28FAC* ___U3CanimatorU3Ek__BackingField_1; // System.Int32 UnityEngine.UIElements.ReusableCollectionItem::k__BackingField int32_t ___U3CindexU3Ek__BackingField_2; // System.Int32 UnityEngine.UIElements.ReusableCollectionItem::k__BackingField int32_t ___U3CidU3Ek__BackingField_3; // System.Action`1 UnityEngine.UIElements.ReusableCollectionItem::onGeometryChanged Action_1_t6043513E89820190529C82ABBDD8FD0BB2A9AC09* ___onGeometryChanged_4; // UnityEngine.UIElements.EventCallback`1 UnityEngine.UIElements.ReusableCollectionItem::m_GeometryChangedEventCallback EventCallback_1_t435839AFF4474F7EAE0AA8A59F737E798CEAFD30* ___m_GeometryChangedEventCallback_5; }; // System.String struct String_t : public RuntimeObject { // System.Int32 System.String::_stringLength int32_t ____stringLength_4; // System.Char System.String::_firstChar Il2CppChar ____firstChar_5; }; struct String_t_StaticFields { // System.String System.String::Empty String_t* ___Empty_6; }; // UnityEngine.UIElements.StyleCache struct StyleCache_tC05503D1856687B724FC44ED0146CC105C465445 : public RuntimeObject { }; struct StyleCache_tC05503D1856687B724FC44ED0146CC105C465445_StaticFields { // System.Collections.Generic.Dictionary`2 UnityEngine.UIElements.StyleCache::s_ComputedStyleCache Dictionary_2_t37F557505423C20CABB84F18ADA6FE019FD5411F* ___s_ComputedStyleCache_0; // System.Collections.Generic.Dictionary`2 UnityEngine.UIElements.StyleCache::s_StyleVariableContextCache Dictionary_2_tDAF0CFE0CE67D29980B6E16E14494B452AA7C270* ___s_StyleVariableContextCache_1; // System.Collections.Generic.Dictionary`2 UnityEngine.UIElements.StyleCache::s_ComputedTransitionsCache Dictionary_2_tBFA6A92ADF404217ADC6287258F898AC33533339* ___s_ComputedTransitionsCache_2; }; // UnityEngine.UIElements.StyleComplexSelector struct StyleComplexSelector_tE46C29F65FDBA48D3152781187401C8B55B7D8AD : public RuntimeObject { // System.Int32 UnityEngine.UIElements.StyleComplexSelector::m_Specificity int32_t ___m_Specificity_0; // UnityEngine.UIElements.StyleRule UnityEngine.UIElements.StyleComplexSelector::k__BackingField StyleRule_t69F0C0989004F85BBD9C72BC7A73F79BFE61651E* ___U3CruleU3Ek__BackingField_1; // UnityEngine.UIElements.StyleSelector[] UnityEngine.UIElements.StyleComplexSelector::m_Selectors StyleSelectorU5BU5D_t11A633455FC601606B3DF3CEDDDAB1625B54708D* ___m_Selectors_2; // System.Int32 UnityEngine.UIElements.StyleComplexSelector::ruleIndex int32_t ___ruleIndex_3; // UnityEngine.UIElements.StyleComplexSelector UnityEngine.UIElements.StyleComplexSelector::nextInTable StyleComplexSelector_tE46C29F65FDBA48D3152781187401C8B55B7D8AD* ___nextInTable_4; // System.Int32 UnityEngine.UIElements.StyleComplexSelector::orderInStyleSheet int32_t ___orderInStyleSheet_5; }; struct StyleComplexSelector_tE46C29F65FDBA48D3152781187401C8B55B7D8AD_StaticFields { // System.Collections.Generic.Dictionary`2 UnityEngine.UIElements.StyleComplexSelector::s_PseudoStates Dictionary_2_t29D782BF5D0A26D11A04865B4306B86575506834* ___s_PseudoStates_6; }; // UnityEngine.UIElements.StyleMatchingContext struct StyleMatchingContext_tF3A1D3569F8EEB1C549CEAE4998224A60A0A5D26 : public RuntimeObject { // System.Collections.Generic.List`1 UnityEngine.UIElements.StyleMatchingContext::m_StyleSheetStack List_1_tEA16F82F7871418E28EB6F551D77A8AD9F2E337F* ___m_StyleSheetStack_0; // UnityEngine.UIElements.StyleVariableContext UnityEngine.UIElements.StyleMatchingContext::variableContext StyleVariableContext_tF74F2787CE1F6BEBBFBFF0771CF493AC9E403527* ___variableContext_1; // UnityEngine.UIElements.VisualElement UnityEngine.UIElements.StyleMatchingContext::currentElement VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___currentElement_2; // System.Action`2 UnityEngine.UIElements.StyleMatchingContext::processResult Action_2_tE18332F29E8B0E081617E38B4A34F0089F310E53* ___processResult_3; }; // UnityEngine.UIElements.StyleProperty struct StyleProperty_tD117EB807BAA83855E65AC56B8D6FB84D6F7CF83 : public RuntimeObject { // System.String UnityEngine.UIElements.StyleProperty::m_Name String_t* ___m_Name_0; // System.Int32 UnityEngine.UIElements.StyleProperty::m_Line int32_t ___m_Line_1; // UnityEngine.UIElements.StyleValueHandle[] UnityEngine.UIElements.StyleProperty::m_Values StyleValueHandleU5BU5D_t66B7732469E9E30B1FB9A6E386315DAB36914ADE* ___m_Values_2; // System.Boolean UnityEngine.UIElements.StyleProperty::isCustomProperty bool ___isCustomProperty_3; // System.Boolean UnityEngine.UIElements.StyleProperty::requireVariableResolve bool ___requireVariableResolve_4; }; // UnityEngine.UIElements.StyleSheets.StylePropertyUtil struct StylePropertyUtil_t11D3E3E4F0B51C0D07736B9FCADFC78C99AA0190 : public RuntimeObject { }; struct StylePropertyUtil_t11D3E3E4F0B51C0D07736B9FCADFC78C99AA0190_StaticFields { // System.Collections.Generic.HashSet`1 UnityEngine.UIElements.StyleSheets.StylePropertyUtil::s_AnimatablePropertiesHash HashSet_1_tD7C5CB4AA796FB70BE1FB3BB598BF7B3BD245035* ___s_AnimatablePropertiesHash_0; // System.Collections.Generic.Dictionary`2 UnityEngine.UIElements.StyleSheets.StylePropertyUtil::s_NameToId Dictionary_2_tED98F9DEB20653ED194C08F6C90D3752C3EDEA28* ___s_NameToId_1; // System.Collections.Generic.Dictionary`2 UnityEngine.UIElements.StyleSheets.StylePropertyUtil::s_IdToName Dictionary_2_t9BEC34FFAABF80FD27E35B9955364F9D176F44EA* ___s_IdToName_2; // UnityEngine.UIElements.StyleSheets.StylePropertyId[] UnityEngine.UIElements.StyleSheets.StylePropertyUtil::s_AnimatableProperties StylePropertyIdU5BU5D_t6A118EB2D7976A5AE0C4E89D3F53D4454EC7E359* ___s_AnimatableProperties_3; }; // UnityEngine.UIElements.StyleRule struct StyleRule_t69F0C0989004F85BBD9C72BC7A73F79BFE61651E : public RuntimeObject { // UnityEngine.UIElements.StyleProperty[] UnityEngine.UIElements.StyleRule::m_Properties StylePropertyU5BU5D_t1DEB0C869D51682C0583AA00CE776FE8B8C36783* ___m_Properties_0; // System.Int32 UnityEngine.UIElements.StyleRule::line int32_t ___line_1; // System.Int32 UnityEngine.UIElements.StyleRule::customPropertiesCount int32_t ___customPropertiesCount_2; }; // UnityEngine.UIElements.StyleValueCollection struct StyleValueCollection_t5ADC08D23E648FBE78F2C161494786E6C83E1377 : public RuntimeObject { // System.Collections.Generic.List`1 UnityEngine.UIElements.StyleValueCollection::m_Values List_1_t686B3253BF1ECA33C528F281967CD2DA263C252E* ___m_Values_0; }; // UnityEngine.UIElements.StyleVariableContext struct StyleVariableContext_tF74F2787CE1F6BEBBFBFF0771CF493AC9E403527 : public RuntimeObject { // System.Int32 UnityEngine.UIElements.StyleVariableContext::m_VariableHash int32_t ___m_VariableHash_1; // System.Collections.Generic.List`1 UnityEngine.UIElements.StyleVariableContext::m_Variables List_1_t4EB7DA35FB6C543101A0C09A56EE4B652F4E1777* ___m_Variables_2; // System.Collections.Generic.List`1 UnityEngine.UIElements.StyleVariableContext::m_SortedHash List_1_t05915E9237850A58106982B7FE4BC5DA4E872E73* ___m_SortedHash_3; }; struct StyleVariableContext_tF74F2787CE1F6BEBBFBFF0771CF493AC9E403527_StaticFields { // UnityEngine.UIElements.StyleVariableContext UnityEngine.UIElements.StyleVariableContext::none StyleVariableContext_tF74F2787CE1F6BEBBFBFF0771CF493AC9E403527* ___none_0; }; // UnityEngine.UIElements.UIElementsPackageUtility struct UIElementsPackageUtility_tE9E513C85D65D60A1BA9652BBFC6C3C6652C821A : public RuntimeObject { }; struct UIElementsPackageUtility_tE9E513C85D65D60A1BA9652BBFC6C3C6652C821A_StaticFields { // System.String UnityEngine.UIElements.UIElementsPackageUtility::EditorResourcesBasePath String_t* ___EditorResourcesBasePath_0; // System.Boolean UnityEngine.UIElements.UIElementsPackageUtility::IsUIEPackageLoaded bool ___IsUIEPackageLoaded_1; }; // UnityEngine.UIElements.UIElementsRuntimeUtilityNative struct UIElementsRuntimeUtilityNative_t9DE2C23158D553BB693212D0D8AEAE8594E75938 : public RuntimeObject { }; struct UIElementsRuntimeUtilityNative_t9DE2C23158D553BB693212D0D8AEAE8594E75938_StaticFields { // System.Action UnityEngine.UIElements.UIElementsRuntimeUtilityNative::RepaintOverlayPanelsCallback Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* ___RepaintOverlayPanelsCallback_0; // System.Action UnityEngine.UIElements.UIElementsRuntimeUtilityNative::UpdateRuntimePanelsCallback Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* ___UpdateRuntimePanelsCallback_1; }; // UnityEngine.UIElements.UIEventRegistration struct UIEventRegistration_tAA631D040C6CE46FC9C0542976AAEEE5CE9CDE7A : public RuntimeObject { }; struct UIEventRegistration_tAA631D040C6CE46FC9C0542976AAEEE5CE9CDE7A_StaticFields { // System.Collections.Generic.List`1 UnityEngine.UIElements.UIEventRegistration::s_Utilities List_1_t6006DCF334470A9CC92C9A727DA40E2BA2092B01* ___s_Utilities_0; }; // UnityEngine.UIElements.UQuery struct UQuery_t7A56B80ADADCEAF20E2F3D45B72F807EB604FF7D : public RuntimeObject { }; // UnityEngine.UIElements.UxmlTraits struct UxmlTraits_t3311A2EDB0705584A614B5511216DAD5279C4160 : public RuntimeObject { // System.Boolean UnityEngine.UIElements.UxmlTraits::k__BackingField bool ___U3CcanHaveAnyAttributeU3Ek__BackingField_0; }; // System.ValueType struct ValueType_t6D9B272BD21782F0A9A14F2E41F85A50E97A986F : public RuntimeObject { }; // Native definition for P/Invoke marshalling of System.ValueType struct ValueType_t6D9B272BD21782F0A9A14F2E41F85A50E97A986F_marshaled_pinvoke { }; // Native definition for COM marshalling of System.ValueType struct ValueType_t6D9B272BD21782F0A9A14F2E41F85A50E97A986F_marshaled_com { }; // UnityEngine.UIElements.VisualElementExtensions struct VisualElementExtensions_t5F9CD76F92E7BD4E3F3B6FEF246057D6FEAF9A61 : public RuntimeObject { }; // UnityEngine.UIElements.VisualElementListPool struct VisualElementListPool_tB82E686FE29EA30D8CEDF6FF352FD1B7E7A30095 : public RuntimeObject { }; struct VisualElementListPool_tB82E686FE29EA30D8CEDF6FF352FD1B7E7A30095_StaticFields { // UnityEngine.UIElements.ObjectPool`1> UnityEngine.UIElements.VisualElementListPool::pool ObjectPool_1_t006A020DCEB7871AAAA93FEE358DCC0499FD14F0* ___pool_0; }; // UnityEngine.UIElements.VisualElementPanelActivator struct VisualElementPanelActivator_t1CCD740B7D2995A4097A8FCF6ADCDD6B6A51B7DB : public RuntimeObject { // UnityEngine.UIElements.IVisualElementPanelActivatable UnityEngine.UIElements.VisualElementPanelActivator::m_Activatable RuntimeObject* ___m_Activatable_0; // System.Boolean UnityEngine.UIElements.VisualElementPanelActivator::k__BackingField bool ___U3CisActiveU3Ek__BackingField_1; // System.Boolean UnityEngine.UIElements.VisualElementPanelActivator::k__BackingField bool ___U3CisDetachingU3Ek__BackingField_2; }; // UnityEngine.UIElements.VisualElementUtils struct VisualElementUtils_t40D4F58B1AA48524658BD0DC09E4CCD7DAAF722C : public RuntimeObject { }; struct VisualElementUtils_t40D4F58B1AA48524658BD0DC09E4CCD7DAAF722C_StaticFields { // System.Collections.Generic.HashSet`1 UnityEngine.UIElements.VisualElementUtils::s_usedNames HashSet_1_tEFC6605F7DE53F71946C33FD371E53C3100F2178* ___s_usedNames_0; // System.Type UnityEngine.UIElements.VisualElementUtils::s_FoldoutType Type_t* ___s_FoldoutType_1; }; // UnityEngine.UIElements.VisualTreeUpdater struct VisualTreeUpdater_tFDE7D9F9A146A26B2ED69565B7BD142B416AB9C9 : public RuntimeObject { // UnityEngine.UIElements.BaseVisualElementPanel UnityEngine.UIElements.VisualTreeUpdater::m_Panel BaseVisualElementPanel_tE3811F3D1474B72CB6CD5BCEECFF5B5CBEC1E303* ___m_Panel_0; // UnityEngine.UIElements.VisualTreeUpdater/UpdaterArray UnityEngine.UIElements.VisualTreeUpdater::m_UpdaterArray UpdaterArray_tF8D43D2A3598E7C17ABB5308E83FDECF1F36A449* ___m_UpdaterArray_1; }; // UnityEngine.GUILayoutUtility/LayoutCache struct LayoutCache_tF844B2FAD6933B78FD5EFEBDE0529BCBAC19BA60 : public RuntimeObject { // System.Int32 UnityEngine.GUILayoutUtility/LayoutCache::k__BackingField int32_t ___U3CidU3Ek__BackingField_0; // UnityEngine.GUILayoutGroup UnityEngine.GUILayoutUtility/LayoutCache::topLevel GUILayoutGroup_tD08496E80F283C290B5B90D7BFB3C9C7CC33CD8D* ___topLevel_1; // UnityEngineInternal.GenericStack UnityEngine.GUILayoutUtility/LayoutCache::layoutGroups GenericStack_t1FB49AB7D847C97ABAA97AB232CA416CABD24C49* ___layoutGroups_2; // UnityEngine.GUILayoutGroup UnityEngine.GUILayoutUtility/LayoutCache::windows GUILayoutGroup_tD08496E80F283C290B5B90D7BFB3C9C7CC33CD8D* ___windows_3; }; // UnityEngine.UIElements.StylePropertyAnimationSystem/Values struct Values_t810A8E7A95A5716F91CE1BDC1EE3AD25FE329E24 : public RuntimeObject { }; // UnityEngine.UIElements.UIElementsRuntimeUtility/<>c struct U3CU3Ec_t6042E22AA75B815EB5AFF67CF2E5338D33120D3D : public RuntimeObject { }; struct U3CU3Ec_t6042E22AA75B815EB5AFF67CF2E5338D33120D3D_StaticFields { // UnityEngine.UIElements.UIElementsRuntimeUtility/<>c UnityEngine.UIElements.UIElementsRuntimeUtility/<>c::<>9 U3CU3Ec_t6042E22AA75B815EB5AFF67CF2E5338D33120D3D* ___U3CU3E9_0; // System.Comparison`1 UnityEngine.UIElements.UIElementsRuntimeUtility/<>c::<>9__43_0 Comparison_1_tDC6D61CA754C84A3295884737521D1DFC4BA171A* ___U3CU3E9__43_0_1; }; // UnityEngine.UIElements.UIEventRegistration/<>c struct U3CU3Ec_t75D3DBB2D38F889557135A53513BEE0B500F3DD7 : public RuntimeObject { }; struct U3CU3Ec_t75D3DBB2D38F889557135A53513BEE0B500F3DD7_StaticFields { // UnityEngine.UIElements.UIEventRegistration/<>c UnityEngine.UIElements.UIEventRegistration/<>c::<>9 U3CU3Ec_t75D3DBB2D38F889557135A53513BEE0B500F3DD7* ___U3CU3E9_0; }; // UnityEngine.UIElements.VisualElementFocusRing/FocusRingRecord struct FocusRingRecord_t052040F78934F1651B6BD1F65F10FB80CAEFC32D : public RuntimeObject { // System.Int32 UnityEngine.UIElements.VisualElementFocusRing/FocusRingRecord::m_AutoIndex int32_t ___m_AutoIndex_0; // UnityEngine.UIElements.Focusable UnityEngine.UIElements.VisualElementFocusRing/FocusRingRecord::m_Focusable Focusable_t39F2BAF0AF6CA465BC2BEDAF9B5B2CF379B846D0* ___m_Focusable_1; // System.Boolean UnityEngine.UIElements.VisualElementFocusRing/FocusRingRecord::m_IsSlot bool ___m_IsSlot_2; // System.Collections.Generic.List`1 UnityEngine.UIElements.VisualElementFocusRing/FocusRingRecord::m_ScopeNavigationOrder List_1_tD83E9FC86E76D3E92623990C84D4238B8EA05D5B* ___m_ScopeNavigationOrder_3; }; // UnityEngine.UIElements.VisualTreeStyleUpdaterTraversal/<>c struct U3CU3Ec_tD85AC599FA8D7FFDFB50F5FD2F62908FDEB78B2C : public RuntimeObject { }; struct U3CU3Ec_tD85AC599FA8D7FFDFB50F5FD2F62908FDEB78B2C_StaticFields { // UnityEngine.UIElements.VisualTreeStyleUpdaterTraversal/<>c UnityEngine.UIElements.VisualTreeStyleUpdaterTraversal/<>c::<>9 U3CU3Ec_tD85AC599FA8D7FFDFB50F5FD2F62908FDEB78B2C* ___U3CU3E9_0; // System.Comparison`1 UnityEngine.UIElements.VisualTreeStyleUpdaterTraversal/<>c::<>9__24_0 Comparison_1_t1E2D8261CC6BDF2163403F266C5410F5D18FABE0* ___U3CU3E9__24_0_1; }; // UnityEngine.UIElements.VisualTreeUpdater/UpdaterArray struct UpdaterArray_tF8D43D2A3598E7C17ABB5308E83FDECF1F36A449 : public RuntimeObject { // UnityEngine.UIElements.IVisualTreeUpdater[] UnityEngine.UIElements.VisualTreeUpdater/UpdaterArray::m_VisualTreeUpdaters IVisualTreeUpdaterU5BU5D_t9E9D948BC4F327DA519FEB2BCEC12FB7FD7C59E8* ___m_VisualTreeUpdaters_0; }; // UnityEngine.UIElements.UQuery/UQueryMatcher/<>c struct U3CU3Ec_tF01E5C138C84522F3F0F8EA62F1A494AE4BB2502 : public RuntimeObject { }; struct U3CU3Ec_tF01E5C138C84522F3F0F8EA62F1A494AE4BB2502_StaticFields { // UnityEngine.UIElements.UQuery/UQueryMatcher/<>c UnityEngine.UIElements.UQuery/UQueryMatcher/<>c::<>9 U3CU3Ec_tF01E5C138C84522F3F0F8EA62F1A494AE4BB2502* ___U3CU3E9_0; // System.Action`2 UnityEngine.UIElements.UQuery/UQueryMatcher/<>c::<>9__5_0 Action_2_tE18332F29E8B0E081617E38B4A34F0089F310E53* ___U3CU3E9__5_0_1; }; // UnityEngine.UIElements.StylePropertyAnimationSystem/AnimationDataSet`2,UnityEngine.UIElements.Background> struct AnimationDataSet_2_t07C050B2EAC67E726A0EDE08E5279AEDE10CD2E1 { // UnityEngine.UIElements.VisualElement[] UnityEngine.UIElements.StylePropertyAnimationSystem/AnimationDataSet`2::elements VisualElementU5BU5D_tCAE8038767BF0FBEE26B3470C0FC4AE60E5229DF* ___elements_0; // UnityEngine.UIElements.StyleSheets.StylePropertyId[] UnityEngine.UIElements.StylePropertyAnimationSystem/AnimationDataSet`2::properties StylePropertyIdU5BU5D_t6A118EB2D7976A5AE0C4E89D3F53D4454EC7E359* ___properties_1; // TTimingData[] UnityEngine.UIElements.StylePropertyAnimationSystem/AnimationDataSet`2::timing EmptyDataU5BU5D_t4FC6419C796BBADFEC77D9CB97A3FB7B1C6D5CB8* ___timing_2; // TStyleData[] UnityEngine.UIElements.StylePropertyAnimationSystem/AnimationDataSet`2::style BackgroundU5BU5D_t29762095DD694E79A85A59135735FF02E54C4B46* ___style_3; // System.Int32 UnityEngine.UIElements.StylePropertyAnimationSystem/AnimationDataSet`2::count int32_t ___count_4; // System.Collections.Generic.Dictionary`2 UnityEngine.UIElements.StylePropertyAnimationSystem/AnimationDataSet`2::indices Dictionary_2_tF099D849028F7351B6B99091102D4A3417711574* ___indices_5; }; // UnityEngine.UIElements.StylePropertyAnimationSystem/AnimationDataSet`2,UnityEngine.Font> struct AnimationDataSet_2_t92FCAA6D89846E7F4BBF5F806D25FD218AD2DF9D { // UnityEngine.UIElements.VisualElement[] UnityEngine.UIElements.StylePropertyAnimationSystem/AnimationDataSet`2::elements VisualElementU5BU5D_tCAE8038767BF0FBEE26B3470C0FC4AE60E5229DF* ___elements_0; // UnityEngine.UIElements.StyleSheets.StylePropertyId[] UnityEngine.UIElements.StylePropertyAnimationSystem/AnimationDataSet`2::properties StylePropertyIdU5BU5D_t6A118EB2D7976A5AE0C4E89D3F53D4454EC7E359* ___properties_1; // TTimingData[] UnityEngine.UIElements.StylePropertyAnimationSystem/AnimationDataSet`2::timing EmptyDataU5BU5D_t024015F2FF2FC69854D9FD05CE50190B4B1F3A64* ___timing_2; // TStyleData[] UnityEngine.UIElements.StylePropertyAnimationSystem/AnimationDataSet`2::style FontU5BU5D_t418554EC037A82050D1E53593D5B2A8C395054F3* ___style_3; // System.Int32 UnityEngine.UIElements.StylePropertyAnimationSystem/AnimationDataSet`2::count int32_t ___count_4; // System.Collections.Generic.Dictionary`2 UnityEngine.UIElements.StylePropertyAnimationSystem/AnimationDataSet`2::indices Dictionary_2_tF099D849028F7351B6B99091102D4A3417711574* ___indices_5; }; // UnityEngine.UIElements.StylePropertyAnimationSystem/AnimationDataSet`2,UnityEngine.UIElements.FontDefinition> struct AnimationDataSet_2_t484294514C51AC5E0E440CDA5AF2A1043C53E0FC { // UnityEngine.UIElements.VisualElement[] UnityEngine.UIElements.StylePropertyAnimationSystem/AnimationDataSet`2::elements VisualElementU5BU5D_tCAE8038767BF0FBEE26B3470C0FC4AE60E5229DF* ___elements_0; // UnityEngine.UIElements.StyleSheets.StylePropertyId[] UnityEngine.UIElements.StylePropertyAnimationSystem/AnimationDataSet`2::properties StylePropertyIdU5BU5D_t6A118EB2D7976A5AE0C4E89D3F53D4454EC7E359* ___properties_1; // TTimingData[] UnityEngine.UIElements.StylePropertyAnimationSystem/AnimationDataSet`2::timing EmptyDataU5BU5D_t568C72D6625FA05F854FF86F02910C531D98B72E* ___timing_2; // TStyleData[] UnityEngine.UIElements.StylePropertyAnimationSystem/AnimationDataSet`2::style FontDefinitionU5BU5D_t31BDC3E2D72918B36F815F95F7CBA1F057E3DA39* ___style_3; // System.Int32 UnityEngine.UIElements.StylePropertyAnimationSystem/AnimationDataSet`2::count int32_t ___count_4; // System.Collections.Generic.Dictionary`2 UnityEngine.UIElements.StylePropertyAnimationSystem/AnimationDataSet`2::indices Dictionary_2_tF099D849028F7351B6B99091102D4A3417711574* ___indices_5; }; // UnityEngine.UIElements.StylePropertyAnimationSystem/AnimationDataSet`2,UnityEngine.UIElements.Rotate> struct AnimationDataSet_2_tC89D9008D3FFA8DFDC3145842EFEC11F9D8EBEAC { // UnityEngine.UIElements.VisualElement[] UnityEngine.UIElements.StylePropertyAnimationSystem/AnimationDataSet`2::elements VisualElementU5BU5D_tCAE8038767BF0FBEE26B3470C0FC4AE60E5229DF* ___elements_0; // UnityEngine.UIElements.StyleSheets.StylePropertyId[] UnityEngine.UIElements.StylePropertyAnimationSystem/AnimationDataSet`2::properties StylePropertyIdU5BU5D_t6A118EB2D7976A5AE0C4E89D3F53D4454EC7E359* ___properties_1; // TTimingData[] UnityEngine.UIElements.StylePropertyAnimationSystem/AnimationDataSet`2::timing EmptyDataU5BU5D_t4EA7859B72A26B20006E0BD02EC63611C4C71485* ___timing_2; // TStyleData[] UnityEngine.UIElements.StylePropertyAnimationSystem/AnimationDataSet`2::style RotateU5BU5D_tD482C518713DEC5763C34C827A9B6DB565776772* ___style_3; // System.Int32 UnityEngine.UIElements.StylePropertyAnimationSystem/AnimationDataSet`2::count int32_t ___count_4; // System.Collections.Generic.Dictionary`2 UnityEngine.UIElements.StylePropertyAnimationSystem/AnimationDataSet`2::indices Dictionary_2_tF099D849028F7351B6B99091102D4A3417711574* ___indices_5; }; // UnityEngine.UIElements.StylePropertyAnimationSystem/AnimationDataSet`2,UnityEngine.UIElements.Scale> struct AnimationDataSet_2_tF4CF89DB617BD2ACE24400B864B2FB32EADB9D04 { // UnityEngine.UIElements.VisualElement[] UnityEngine.UIElements.StylePropertyAnimationSystem/AnimationDataSet`2::elements VisualElementU5BU5D_tCAE8038767BF0FBEE26B3470C0FC4AE60E5229DF* ___elements_0; // UnityEngine.UIElements.StyleSheets.StylePropertyId[] UnityEngine.UIElements.StylePropertyAnimationSystem/AnimationDataSet`2::properties StylePropertyIdU5BU5D_t6A118EB2D7976A5AE0C4E89D3F53D4454EC7E359* ___properties_1; // TTimingData[] UnityEngine.UIElements.StylePropertyAnimationSystem/AnimationDataSet`2::timing EmptyDataU5BU5D_tF2D26ADE6FCC1E97FB2FFC1DC56D63F08E711A3C* ___timing_2; // TStyleData[] UnityEngine.UIElements.StylePropertyAnimationSystem/AnimationDataSet`2::style ScaleU5BU5D_tE608175710457D7343DD849244BF59B58157F0EF* ___style_3; // System.Int32 UnityEngine.UIElements.StylePropertyAnimationSystem/AnimationDataSet`2::count int32_t ___count_4; // System.Collections.Generic.Dictionary`2 UnityEngine.UIElements.StylePropertyAnimationSystem/AnimationDataSet`2::indices Dictionary_2_tF099D849028F7351B6B99091102D4A3417711574* ___indices_5; }; // UnityEngine.UIElements.StylePropertyAnimationSystem/AnimationDataSet`2,UnityEngine.UIElements.TextShadow> struct AnimationDataSet_2_t41E105586D98932D715A57A47A3E21B5C3A7B340 { // UnityEngine.UIElements.VisualElement[] UnityEngine.UIElements.StylePropertyAnimationSystem/AnimationDataSet`2::elements VisualElementU5BU5D_tCAE8038767BF0FBEE26B3470C0FC4AE60E5229DF* ___elements_0; // UnityEngine.UIElements.StyleSheets.StylePropertyId[] UnityEngine.UIElements.StylePropertyAnimationSystem/AnimationDataSet`2::properties StylePropertyIdU5BU5D_t6A118EB2D7976A5AE0C4E89D3F53D4454EC7E359* ___properties_1; // TTimingData[] UnityEngine.UIElements.StylePropertyAnimationSystem/AnimationDataSet`2::timing EmptyDataU5BU5D_t8EE2FFAAC9B7C301CF4690109183A2EFDFC5A20F* ___timing_2; // TStyleData[] UnityEngine.UIElements.StylePropertyAnimationSystem/AnimationDataSet`2::style TextShadowU5BU5D_tF37C87EBD3D8745BEDABCE2EA499DE16C15B5D8C* ___style_3; // System.Int32 UnityEngine.UIElements.StylePropertyAnimationSystem/AnimationDataSet`2::count int32_t ___count_4; // System.Collections.Generic.Dictionary`2 UnityEngine.UIElements.StylePropertyAnimationSystem/AnimationDataSet`2::indices Dictionary_2_tF099D849028F7351B6B99091102D4A3417711574* ___indices_5; }; // UnityEngine.UIElements.StylePropertyAnimationSystem/AnimationDataSet`2,UnityEngine.UIElements.TransformOrigin> struct AnimationDataSet_2_t4532152E7A78B3E14F61FA9CA7C80BC1C3269D33 { // UnityEngine.UIElements.VisualElement[] UnityEngine.UIElements.StylePropertyAnimationSystem/AnimationDataSet`2::elements VisualElementU5BU5D_tCAE8038767BF0FBEE26B3470C0FC4AE60E5229DF* ___elements_0; // UnityEngine.UIElements.StyleSheets.StylePropertyId[] UnityEngine.UIElements.StylePropertyAnimationSystem/AnimationDataSet`2::properties StylePropertyIdU5BU5D_t6A118EB2D7976A5AE0C4E89D3F53D4454EC7E359* ___properties_1; // TTimingData[] UnityEngine.UIElements.StylePropertyAnimationSystem/AnimationDataSet`2::timing EmptyDataU5BU5D_tB3A736D4DE7E747B7C1B6CA7B36EB41FA6207653* ___timing_2; // TStyleData[] UnityEngine.UIElements.StylePropertyAnimationSystem/AnimationDataSet`2::style TransformOriginU5BU5D_t0BDBC9C8F1888009152284DC2903B3C289F826DA* ___style_3; // System.Int32 UnityEngine.UIElements.StylePropertyAnimationSystem/AnimationDataSet`2::count int32_t ___count_4; // System.Collections.Generic.Dictionary`2 UnityEngine.UIElements.StylePropertyAnimationSystem/AnimationDataSet`2::indices Dictionary_2_tF099D849028F7351B6B99091102D4A3417711574* ___indices_5; }; // UnityEngine.UIElements.StylePropertyAnimationSystem/AnimationDataSet`2,UnityEngine.UIElements.Translate> struct AnimationDataSet_2_t9D395E96FBE02DA4D17B2E175F9B5C297C1BBAA8 { // UnityEngine.UIElements.VisualElement[] UnityEngine.UIElements.StylePropertyAnimationSystem/AnimationDataSet`2::elements VisualElementU5BU5D_tCAE8038767BF0FBEE26B3470C0FC4AE60E5229DF* ___elements_0; // UnityEngine.UIElements.StyleSheets.StylePropertyId[] UnityEngine.UIElements.StylePropertyAnimationSystem/AnimationDataSet`2::properties StylePropertyIdU5BU5D_t6A118EB2D7976A5AE0C4E89D3F53D4454EC7E359* ___properties_1; // TTimingData[] UnityEngine.UIElements.StylePropertyAnimationSystem/AnimationDataSet`2::timing EmptyDataU5BU5D_tFD0240910F0FF75CC94A141EDE346043BD9C179C* ___timing_2; // TStyleData[] UnityEngine.UIElements.StylePropertyAnimationSystem/AnimationDataSet`2::style TranslateU5BU5D_t9199DFD72A8EC5FA4C33D75E5F85242F9F97E358* ___style_3; // System.Int32 UnityEngine.UIElements.StylePropertyAnimationSystem/AnimationDataSet`2::count int32_t ___count_4; // System.Collections.Generic.Dictionary`2 UnityEngine.UIElements.StylePropertyAnimationSystem/AnimationDataSet`2::indices Dictionary_2_tF099D849028F7351B6B99091102D4A3417711574* ___indices_5; }; // UnityEngine.UIElements.StylePropertyAnimationSystem/AnimationDataSet`2,UnityEngine.UIElements.StylePropertyAnimationSystem/Values`1/StyleData> struct AnimationDataSet_2_tA243970D144368E3CCB216CDCA976F7B00517D50 { // UnityEngine.UIElements.VisualElement[] UnityEngine.UIElements.StylePropertyAnimationSystem/AnimationDataSet`2::elements VisualElementU5BU5D_tCAE8038767BF0FBEE26B3470C0FC4AE60E5229DF* ___elements_0; // UnityEngine.UIElements.StyleSheets.StylePropertyId[] UnityEngine.UIElements.StylePropertyAnimationSystem/AnimationDataSet`2::properties StylePropertyIdU5BU5D_t6A118EB2D7976A5AE0C4E89D3F53D4454EC7E359* ___properties_1; // TTimingData[] UnityEngine.UIElements.StylePropertyAnimationSystem/AnimationDataSet`2::timing TimingDataU5BU5D_t0DDECCB612303E94B577E5978AB4B36B5192AFB1* ___timing_2; // TStyleData[] UnityEngine.UIElements.StylePropertyAnimationSystem/AnimationDataSet`2::style StyleDataU5BU5D_tF87CDE51588E78D4C87C144731581FB5284776E0* ___style_3; // System.Int32 UnityEngine.UIElements.StylePropertyAnimationSystem/AnimationDataSet`2::count int32_t ___count_4; // System.Collections.Generic.Dictionary`2 UnityEngine.UIElements.StylePropertyAnimationSystem/AnimationDataSet`2::indices Dictionary_2_tF099D849028F7351B6B99091102D4A3417711574* ___indices_5; }; // UnityEngine.UIElements.StylePropertyAnimationSystem/AnimationDataSet`2,UnityEngine.UIElements.StylePropertyAnimationSystem/Values`1/StyleData> struct AnimationDataSet_2_t8E5EB9E2247E8F068107485D54A764AE142E23BF { // UnityEngine.UIElements.VisualElement[] UnityEngine.UIElements.StylePropertyAnimationSystem/AnimationDataSet`2::elements VisualElementU5BU5D_tCAE8038767BF0FBEE26B3470C0FC4AE60E5229DF* ___elements_0; // UnityEngine.UIElements.StyleSheets.StylePropertyId[] UnityEngine.UIElements.StylePropertyAnimationSystem/AnimationDataSet`2::properties StylePropertyIdU5BU5D_t6A118EB2D7976A5AE0C4E89D3F53D4454EC7E359* ___properties_1; // TTimingData[] UnityEngine.UIElements.StylePropertyAnimationSystem/AnimationDataSet`2::timing TimingDataU5BU5D_t7D21FA13314B030338650732321EC6B9E93FF0F6* ___timing_2; // TStyleData[] UnityEngine.UIElements.StylePropertyAnimationSystem/AnimationDataSet`2::style StyleDataU5BU5D_t2EA8BFBB228BC22ECF5964A1BCC0289725FB4389* ___style_3; // System.Int32 UnityEngine.UIElements.StylePropertyAnimationSystem/AnimationDataSet`2::count int32_t ___count_4; // System.Collections.Generic.Dictionary`2 UnityEngine.UIElements.StylePropertyAnimationSystem/AnimationDataSet`2::indices Dictionary_2_tF099D849028F7351B6B99091102D4A3417711574* ___indices_5; }; // UnityEngine.UIElements.StylePropertyAnimationSystem/AnimationDataSet`2,UnityEngine.UIElements.StylePropertyAnimationSystem/Values`1/StyleData> struct AnimationDataSet_2_tEF417861004C34C4652386FBC8E77254726BA9AC { // UnityEngine.UIElements.VisualElement[] UnityEngine.UIElements.StylePropertyAnimationSystem/AnimationDataSet`2::elements VisualElementU5BU5D_tCAE8038767BF0FBEE26B3470C0FC4AE60E5229DF* ___elements_0; // UnityEngine.UIElements.StyleSheets.StylePropertyId[] UnityEngine.UIElements.StylePropertyAnimationSystem/AnimationDataSet`2::properties StylePropertyIdU5BU5D_t6A118EB2D7976A5AE0C4E89D3F53D4454EC7E359* ___properties_1; // TTimingData[] UnityEngine.UIElements.StylePropertyAnimationSystem/AnimationDataSet`2::timing TimingDataU5BU5D_t45DAD27FEA03547B7581715461816FA37E7EC651* ___timing_2; // TStyleData[] UnityEngine.UIElements.StylePropertyAnimationSystem/AnimationDataSet`2::style StyleDataU5BU5D_tD406BDE6B313334D7A7241DDEA636226CC9C0043* ___style_3; // System.Int32 UnityEngine.UIElements.StylePropertyAnimationSystem/AnimationDataSet`2::count int32_t ___count_4; // System.Collections.Generic.Dictionary`2 UnityEngine.UIElements.StylePropertyAnimationSystem/AnimationDataSet`2::indices Dictionary_2_tF099D849028F7351B6B99091102D4A3417711574* ___indices_5; }; // UnityEngine.UIElements.StylePropertyAnimationSystem/AnimationDataSet`2,UnityEngine.UIElements.StylePropertyAnimationSystem/Values`1/StyleData> struct AnimationDataSet_2_t0C85CDF29C591FFB68A31A73E030182698C727FA { // UnityEngine.UIElements.VisualElement[] UnityEngine.UIElements.StylePropertyAnimationSystem/AnimationDataSet`2::elements VisualElementU5BU5D_tCAE8038767BF0FBEE26B3470C0FC4AE60E5229DF* ___elements_0; // UnityEngine.UIElements.StyleSheets.StylePropertyId[] UnityEngine.UIElements.StylePropertyAnimationSystem/AnimationDataSet`2::properties StylePropertyIdU5BU5D_t6A118EB2D7976A5AE0C4E89D3F53D4454EC7E359* ___properties_1; // TTimingData[] UnityEngine.UIElements.StylePropertyAnimationSystem/AnimationDataSet`2::timing TimingDataU5BU5D_tE963FB40D15F6761CC687300F7A3EFCD58A8505A* ___timing_2; // TStyleData[] UnityEngine.UIElements.StylePropertyAnimationSystem/AnimationDataSet`2::style StyleDataU5BU5D_tBB18CE54D6B9B54229E01AFF7CCB44B8305F2386* ___style_3; // System.Int32 UnityEngine.UIElements.StylePropertyAnimationSystem/AnimationDataSet`2::count int32_t ___count_4; // System.Collections.Generic.Dictionary`2 UnityEngine.UIElements.StylePropertyAnimationSystem/AnimationDataSet`2::indices Dictionary_2_tF099D849028F7351B6B99091102D4A3417711574* ___indices_5; }; // UnityEngine.UIElements.StylePropertyAnimationSystem/AnimationDataSet`2,UnityEngine.UIElements.StylePropertyAnimationSystem/Values`1/StyleData> struct AnimationDataSet_2_t295398C1274FE0EB846F0554EBF4EF36A80BCDBE { // UnityEngine.UIElements.VisualElement[] UnityEngine.UIElements.StylePropertyAnimationSystem/AnimationDataSet`2::elements VisualElementU5BU5D_tCAE8038767BF0FBEE26B3470C0FC4AE60E5229DF* ___elements_0; // UnityEngine.UIElements.StyleSheets.StylePropertyId[] UnityEngine.UIElements.StylePropertyAnimationSystem/AnimationDataSet`2::properties StylePropertyIdU5BU5D_t6A118EB2D7976A5AE0C4E89D3F53D4454EC7E359* ___properties_1; // TTimingData[] UnityEngine.UIElements.StylePropertyAnimationSystem/AnimationDataSet`2::timing TimingDataU5BU5D_t0BCD78985159E6EF1D974E34B209EDE880E06269* ___timing_2; // TStyleData[] UnityEngine.UIElements.StylePropertyAnimationSystem/AnimationDataSet`2::style StyleDataU5BU5D_t988DBB7FAB3D7D4E114C94A5CF2E305E3FFB2A7F* ___style_3; // System.Int32 UnityEngine.UIElements.StylePropertyAnimationSystem/AnimationDataSet`2::count int32_t ___count_4; // System.Collections.Generic.Dictionary`2 UnityEngine.UIElements.StylePropertyAnimationSystem/AnimationDataSet`2::indices Dictionary_2_tF099D849028F7351B6B99091102D4A3417711574* ___indices_5; }; // UnityEngine.UIElements.StylePropertyAnimationSystem/AnimationDataSet`2,UnityEngine.UIElements.StylePropertyAnimationSystem/Values`1/StyleData> struct AnimationDataSet_2_t9B3435A0C6251F2602B478702F4F7EC8CEDBC437 { // UnityEngine.UIElements.VisualElement[] UnityEngine.UIElements.StylePropertyAnimationSystem/AnimationDataSet`2::elements VisualElementU5BU5D_tCAE8038767BF0FBEE26B3470C0FC4AE60E5229DF* ___elements_0; // UnityEngine.UIElements.StyleSheets.StylePropertyId[] UnityEngine.UIElements.StylePropertyAnimationSystem/AnimationDataSet`2::properties StylePropertyIdU5BU5D_t6A118EB2D7976A5AE0C4E89D3F53D4454EC7E359* ___properties_1; // TTimingData[] UnityEngine.UIElements.StylePropertyAnimationSystem/AnimationDataSet`2::timing TimingDataU5BU5D_tE92E1403336542C4CF4B76824A22545D0EB14E14* ___timing_2; // TStyleData[] UnityEngine.UIElements.StylePropertyAnimationSystem/AnimationDataSet`2::style StyleDataU5BU5D_t597C3C3BF0BFFC87AB6037E85E0829D999602263* ___style_3; // System.Int32 UnityEngine.UIElements.StylePropertyAnimationSystem/AnimationDataSet`2::count int32_t ___count_4; // System.Collections.Generic.Dictionary`2 UnityEngine.UIElements.StylePropertyAnimationSystem/AnimationDataSet`2::indices Dictionary_2_tF099D849028F7351B6B99091102D4A3417711574* ___indices_5; }; // UnityEngine.UIElements.StylePropertyAnimationSystem/AnimationDataSet`2,UnityEngine.UIElements.StylePropertyAnimationSystem/Values`1/StyleData> struct AnimationDataSet_2_t51062A50DDCEFF7458A164F033D211C9E0701513 { // UnityEngine.UIElements.VisualElement[] UnityEngine.UIElements.StylePropertyAnimationSystem/AnimationDataSet`2::elements VisualElementU5BU5D_tCAE8038767BF0FBEE26B3470C0FC4AE60E5229DF* ___elements_0; // UnityEngine.UIElements.StyleSheets.StylePropertyId[] UnityEngine.UIElements.StylePropertyAnimationSystem/AnimationDataSet`2::properties StylePropertyIdU5BU5D_t6A118EB2D7976A5AE0C4E89D3F53D4454EC7E359* ___properties_1; // TTimingData[] UnityEngine.UIElements.StylePropertyAnimationSystem/AnimationDataSet`2::timing TimingDataU5BU5D_t1C0E9B6D937D57C27438BFA33BC2DB905EE4973E* ___timing_2; // TStyleData[] UnityEngine.UIElements.StylePropertyAnimationSystem/AnimationDataSet`2::style StyleDataU5BU5D_tDCCCED3D71A0A84CDB77E5222463121D4EB611CC* ___style_3; // System.Int32 UnityEngine.UIElements.StylePropertyAnimationSystem/AnimationDataSet`2::count int32_t ___count_4; // System.Collections.Generic.Dictionary`2 UnityEngine.UIElements.StylePropertyAnimationSystem/AnimationDataSet`2::indices Dictionary_2_tF099D849028F7351B6B99091102D4A3417711574* ___indices_5; }; // UnityEngine.UIElements.StylePropertyAnimationSystem/AnimationDataSet`2,UnityEngine.UIElements.StylePropertyAnimationSystem/Values`1/StyleData> struct AnimationDataSet_2_t22FC41AC7166F393727321C212FD541AA7DC4880 { // UnityEngine.UIElements.VisualElement[] UnityEngine.UIElements.StylePropertyAnimationSystem/AnimationDataSet`2::elements VisualElementU5BU5D_tCAE8038767BF0FBEE26B3470C0FC4AE60E5229DF* ___elements_0; // UnityEngine.UIElements.StyleSheets.StylePropertyId[] UnityEngine.UIElements.StylePropertyAnimationSystem/AnimationDataSet`2::properties StylePropertyIdU5BU5D_t6A118EB2D7976A5AE0C4E89D3F53D4454EC7E359* ___properties_1; // TTimingData[] UnityEngine.UIElements.StylePropertyAnimationSystem/AnimationDataSet`2::timing TimingDataU5BU5D_t634CA6261A1EDA23867D38722881D8D9610065E3* ___timing_2; // TStyleData[] UnityEngine.UIElements.StylePropertyAnimationSystem/AnimationDataSet`2::style StyleDataU5BU5D_tAD21796096D8CBCE199118430F1C659AA1DFB822* ___style_3; // System.Int32 UnityEngine.UIElements.StylePropertyAnimationSystem/AnimationDataSet`2::count int32_t ___count_4; // System.Collections.Generic.Dictionary`2 UnityEngine.UIElements.StylePropertyAnimationSystem/AnimationDataSet`2::indices Dictionary_2_tF099D849028F7351B6B99091102D4A3417711574* ___indices_5; }; // UnityEngine.UIElements.CustomStyleProperty`1 struct CustomStyleProperty_1_t6871E5DBF19AB4DC7E1134B32A03B7A458D52E9F { // System.String UnityEngine.UIElements.CustomStyleProperty`1::k__BackingField String_t* ___U3CnameU3Ek__BackingField_0; }; // Native definition for P/Invoke marshalling of UnityEngine.UIElements.CustomStyleProperty`1 #ifndef CustomStyleProperty_1_t8315EF5D1C5F5FB5F920B77E40695C07DAAB349A_marshaled_pinvoke_define #define CustomStyleProperty_1_t8315EF5D1C5F5FB5F920B77E40695C07DAAB349A_marshaled_pinvoke_define struct CustomStyleProperty_1_t8315EF5D1C5F5FB5F920B77E40695C07DAAB349A_marshaled_pinvoke { char* ___U3CnameU3Ek__BackingField_0; }; #endif // Native definition for COM marshalling of UnityEngine.UIElements.CustomStyleProperty`1 #ifndef CustomStyleProperty_1_t8315EF5D1C5F5FB5F920B77E40695C07DAAB349A_marshaled_com_define #define CustomStyleProperty_1_t8315EF5D1C5F5FB5F920B77E40695C07DAAB349A_marshaled_com_define struct CustomStyleProperty_1_t8315EF5D1C5F5FB5F920B77E40695C07DAAB349A_marshaled_com { Il2CppChar* ___U3CnameU3Ek__BackingField_0; }; #endif // System.Collections.Generic.List`1/Enumerator struct Enumerator_tBDD9B5C80D0253BE51FFE58EFD3F13D94403C45F { // System.Collections.Generic.List`1 System.Collections.Generic.List`1/Enumerator::_list List_1_t4453356B16CA8CC9BAD2E99699548F641C55C044* ____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; }; // System.Collections.Generic.List`1/Enumerator struct Enumerator_tE5EF51FF6CB7A653B173D734D03BA62BABDB403F { // System.Collections.Generic.List`1 System.Collections.Generic.List`1/Enumerator::_list List_1_t8B6D523FAB1ACF201D7DDB1CF78CD1745942E20F* ____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; }; // System.Collections.Generic.List`1/Enumerator struct Enumerator_tA1EB71867407F83F482948E0E6D02466F39BCBD5 { // System.Collections.Generic.List`1 System.Collections.Generic.List`1/Enumerator::_list List_1_t6006DCF334470A9CC92C9A727DA40E2BA2092B01* ____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; }; // System.Collections.Generic.List`1/Enumerator struct Enumerator_t54FBE51E1E7597CC88424504B71922EE44B2AF04 { // System.Collections.Generic.List`1 System.Collections.Generic.List`1/Enumerator::_list List_1_t96E9133B70FB6765E6B138E810D33E18901715DA* ____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; }; // System.Collections.Generic.HashSet`1/Enumerator struct Enumerator_t72556E98D7DDBE118A973D782D523D15A96461C8 { // System.Collections.Generic.HashSet`1 System.Collections.Generic.HashSet`1/Enumerator::_set HashSet_1_t2F33BEB06EEA4A872E2FAF464382422AA39AE885* ____set_0; // System.Int32 System.Collections.Generic.HashSet`1/Enumerator::_index int32_t ____index_1; // System.Int32 System.Collections.Generic.HashSet`1/Enumerator::_version int32_t ____version_2; // T System.Collections.Generic.HashSet`1/Enumerator::_current RuntimeObject* ____current_3; }; // System.Collections.Generic.List`1/Enumerator struct Enumerator_t9473BAB568A27E2339D48C1F91319E0F6D244D7A { // System.Collections.Generic.List`1 System.Collections.Generic.List`1/Enumerator::_list List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* ____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; }; // System.Collections.Generic.List`1/Enumerator struct Enumerator_t0D7BFF7BA0DCFB8FBD71A70BC578DD4E0645952A { // System.Collections.Generic.List`1 System.Collections.Generic.List`1/Enumerator::_list List_1_t9FF902E193613BD654FD1CF8DBDEF7B872504919* ____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 Panel_t2B0DCF68A7A5EBC347FAE66F046EA98B53AF1AB9* ____current_3; }; // System.Collections.Generic.HashSet`1/Enumerator struct Enumerator_tC8B17CCCCF02844B647F3D0A586099A30F10D26D { // System.Collections.Generic.HashSet`1 System.Collections.Generic.HashSet`1/Enumerator::_set HashSet_1_t95ABEAA04E177570445F27ECCBABE556363578CB* ____set_0; // System.Int32 System.Collections.Generic.HashSet`1/Enumerator::_index int32_t ____index_1; // System.Int32 System.Collections.Generic.HashSet`1/Enumerator::_version int32_t ____version_2; // T System.Collections.Generic.HashSet`1/Enumerator::_current VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ____current_3; }; // System.Collections.Generic.List`1/Enumerator struct Enumerator_t525CCF47F5DE823F18E9256867C3ED50B81066A6 { // System.Collections.Generic.List`1 System.Collections.Generic.List`1/Enumerator::_list List_1_tD83E9FC86E76D3E92623990C84D4238B8EA05D5B* ____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 FocusRingRecord_t052040F78934F1651B6BD1F65F10FB80CAEFC32D* ____current_3; }; // System.Collections.Generic.KeyValuePair`2 struct KeyValuePair_2_tDC26B09C26BA829DDE331BCB6AF7C508C763D7A3 { // TKey System.Collections.Generic.KeyValuePair`2::key int32_t ___key_0; // TValue System.Collections.Generic.KeyValuePair`2::value RuntimeObject* ___value_1; }; // System.Collections.Generic.KeyValuePair`2 struct KeyValuePair_2_t505A343A26517F6679CE90A143FD6590F5400A93 { // TKey System.Collections.Generic.KeyValuePair`2::key int32_t ___key_0; // TValue System.Collections.Generic.KeyValuePair`2::value Panel_t2B0DCF68A7A5EBC347FAE66F046EA98B53AF1AB9* ___value_1; }; // System.Nullable`1 struct Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01 { // System.Boolean System.Nullable`1::hasValue bool ___hasValue_0; // T System.Nullable`1::value bool ___value_1; }; // System.Nullable`1 struct Nullable_1_tCF32C56A2641879C053C86F273C0C6EC1B40BC28 { // System.Boolean System.Nullable`1::hasValue bool ___hasValue_0; // T System.Nullable`1::value int32_t ___value_1; }; // UnityEngine.UIElements.StylePropertyAnimationSystem/Values`1/StyleData struct StyleData_t3E4A29038DDBDCB28D9E44F7EE3218AA8169F385 { // T UnityEngine.UIElements.StylePropertyAnimationSystem/Values`1/StyleData::startValue Font_tC95270EA3198038970422D78B74A7F2E218A96B6* ___startValue_0; // T UnityEngine.UIElements.StylePropertyAnimationSystem/Values`1/StyleData::endValue Font_tC95270EA3198038970422D78B74A7F2E218A96B6* ___endValue_1; // T UnityEngine.UIElements.StylePropertyAnimationSystem/Values`1/StyleData::reversingAdjustedStartValue Font_tC95270EA3198038970422D78B74A7F2E218A96B6* ___reversingAdjustedStartValue_2; // T UnityEngine.UIElements.StylePropertyAnimationSystem/Values`1/StyleData::currentValue Font_tC95270EA3198038970422D78B74A7F2E218A96B6* ___currentValue_3; }; // UnityEngine.UIElements.StyleDataRef`1 struct StyleDataRef_1_tBB9987581539847AE5CCA2EA2349E05CDC9127FA { // UnityEngine.UIElements.StyleDataRef`1/RefCounted UnityEngine.UIElements.StyleDataRef`1::m_Ref RefCounted_t6B975CD3D06E8D955346FC0D66E8F6E449D49A44* ___m_Ref_0; }; // UnityEngine.UIElements.StyleDataRef`1 struct StyleDataRef_1_t5330A6F4EAC0EAB88E3B9849D866AA23BB6BE5F4 { // UnityEngine.UIElements.StyleDataRef`1/RefCounted UnityEngine.UIElements.StyleDataRef`1::m_Ref RefCounted_t0E133AD36715877AE1CE72539A0199B4D3AA8CD1* ___m_Ref_0; }; // UnityEngine.UIElements.StyleDataRef`1 struct StyleDataRef_1_tF773E9CBC6DC0FEB38DF95A6F3F47AC49AE045B3 { // UnityEngine.UIElements.StyleDataRef`1/RefCounted UnityEngine.UIElements.StyleDataRef`1::m_Ref RefCounted_t81BCBAE57D930C934CF7A439452D65303AC6A8CD* ___m_Ref_0; }; // UnityEngine.UIElements.StyleDataRef`1 struct StyleDataRef_1_t1D59CCAB740BE6B330D5B5FDA9F67391800200B3 { // UnityEngine.UIElements.StyleDataRef`1/RefCounted UnityEngine.UIElements.StyleDataRef`1::m_Ref RefCounted_t78303B1CD3D08C664ABB15EBD7C882DA3E06CF7D* ___m_Ref_0; }; // UnityEngine.UIElements.StyleDataRef`1 struct StyleDataRef_1_t6A7B146DD79EDF7F42CD8CCF3E411B40AA729B8E { // UnityEngine.UIElements.StyleDataRef`1/RefCounted UnityEngine.UIElements.StyleDataRef`1::m_Ref RefCounted_tA9FB4D63A1064BD322AFDFCD70319CB384C057D9* ___m_Ref_0; }; // UnityEngine.UIElements.StyleDataRef`1 struct StyleDataRef_1_t9CB834B90E638D92A3BE5123B0D3989697AA87FC { // UnityEngine.UIElements.StyleDataRef`1/RefCounted UnityEngine.UIElements.StyleDataRef`1::m_Ref RefCounted_t812D790A2C787F18230F9234F6C9B84D4AC1A85A* ___m_Ref_0; }; // UnityEngine.UIElements.StylePropertyAnimationSystem/Values`1/TimingData struct TimingData_t9F5BE2ECB5F5FDBD04072B4459F64CB033858F11 { // System.Int64 UnityEngine.UIElements.StylePropertyAnimationSystem/Values`1/TimingData::startTimeMs int64_t ___startTimeMs_0; // System.Int32 UnityEngine.UIElements.StylePropertyAnimationSystem/Values`1/TimingData::durationMs int32_t ___durationMs_1; // System.Func`2 UnityEngine.UIElements.StylePropertyAnimationSystem/Values`1/TimingData::easingCurve Func_2_t2A7432CC4F64D0DF6D8629208B154CF139B39AF2* ___easingCurve_2; // System.Single UnityEngine.UIElements.StylePropertyAnimationSystem/Values`1/TimingData::easedProgress float ___easedProgress_3; // System.Single UnityEngine.UIElements.StylePropertyAnimationSystem/Values`1/TimingData::reversingShorteningFactor float ___reversingShorteningFactor_4; // System.Boolean UnityEngine.UIElements.StylePropertyAnimationSystem/Values`1/TimingData::isStarted bool ___isStarted_5; // System.Int32 UnityEngine.UIElements.StylePropertyAnimationSystem/Values`1/TimingData::delayMs int32_t ___delayMs_6; }; // UnityEngine.UIElements.StylePropertyAnimationSystem/Values`1/TimingData struct TimingData_t098AB9F533C2FCADF814F88C5A5C79F7AF2FCF49 { // System.Int64 UnityEngine.UIElements.StylePropertyAnimationSystem/Values`1/TimingData::startTimeMs int64_t ___startTimeMs_0; // System.Int32 UnityEngine.UIElements.StylePropertyAnimationSystem/Values`1/TimingData::durationMs int32_t ___durationMs_1; // System.Func`2 UnityEngine.UIElements.StylePropertyAnimationSystem/Values`1/TimingData::easingCurve Func_2_t2A7432CC4F64D0DF6D8629208B154CF139B39AF2* ___easingCurve_2; // System.Single UnityEngine.UIElements.StylePropertyAnimationSystem/Values`1/TimingData::easedProgress float ___easedProgress_3; // System.Single UnityEngine.UIElements.StylePropertyAnimationSystem/Values`1/TimingData::reversingShorteningFactor float ___reversingShorteningFactor_4; // System.Boolean UnityEngine.UIElements.StylePropertyAnimationSystem/Values`1/TimingData::isStarted bool ___isStarted_5; // System.Int32 UnityEngine.UIElements.StylePropertyAnimationSystem/Values`1/TimingData::delayMs int32_t ___delayMs_6; }; // UnityEngine.UIElements.StylePropertyAnimationSystem/Values`1/TimingData struct TimingData_t70F8D4FF0A51972717A1ED53525241240EF457FE { // System.Int64 UnityEngine.UIElements.StylePropertyAnimationSystem/Values`1/TimingData::startTimeMs int64_t ___startTimeMs_0; // System.Int32 UnityEngine.UIElements.StylePropertyAnimationSystem/Values`1/TimingData::durationMs int32_t ___durationMs_1; // System.Func`2 UnityEngine.UIElements.StylePropertyAnimationSystem/Values`1/TimingData::easingCurve Func_2_t2A7432CC4F64D0DF6D8629208B154CF139B39AF2* ___easingCurve_2; // System.Single UnityEngine.UIElements.StylePropertyAnimationSystem/Values`1/TimingData::easedProgress float ___easedProgress_3; // System.Single UnityEngine.UIElements.StylePropertyAnimationSystem/Values`1/TimingData::reversingShorteningFactor float ___reversingShorteningFactor_4; // System.Boolean UnityEngine.UIElements.StylePropertyAnimationSystem/Values`1/TimingData::isStarted bool ___isStarted_5; // System.Int32 UnityEngine.UIElements.StylePropertyAnimationSystem/Values`1/TimingData::delayMs int32_t ___delayMs_6; }; // UnityEngine.UIElements.StylePropertyAnimationSystem/Values`1/TimingData struct TimingData_t0F88AE7B3D3525F39CAAED92C1983CCCF4961B92 { // System.Int64 UnityEngine.UIElements.StylePropertyAnimationSystem/Values`1/TimingData::startTimeMs int64_t ___startTimeMs_0; // System.Int32 UnityEngine.UIElements.StylePropertyAnimationSystem/Values`1/TimingData::durationMs int32_t ___durationMs_1; // System.Func`2 UnityEngine.UIElements.StylePropertyAnimationSystem/Values`1/TimingData::easingCurve Func_2_t2A7432CC4F64D0DF6D8629208B154CF139B39AF2* ___easingCurve_2; // System.Single UnityEngine.UIElements.StylePropertyAnimationSystem/Values`1/TimingData::easedProgress float ___easedProgress_3; // System.Single UnityEngine.UIElements.StylePropertyAnimationSystem/Values`1/TimingData::reversingShorteningFactor float ___reversingShorteningFactor_4; // System.Boolean UnityEngine.UIElements.StylePropertyAnimationSystem/Values`1/TimingData::isStarted bool ___isStarted_5; // System.Int32 UnityEngine.UIElements.StylePropertyAnimationSystem/Values`1/TimingData::delayMs int32_t ___delayMs_6; }; // UnityEngine.UIElements.StylePropertyAnimationSystem/Values`1/TimingData struct TimingData_tD402D38A47B4E24DECDDD6B9725E579AD10131F3 { // System.Int64 UnityEngine.UIElements.StylePropertyAnimationSystem/Values`1/TimingData::startTimeMs int64_t ___startTimeMs_0; // System.Int32 UnityEngine.UIElements.StylePropertyAnimationSystem/Values`1/TimingData::durationMs int32_t ___durationMs_1; // System.Func`2 UnityEngine.UIElements.StylePropertyAnimationSystem/Values`1/TimingData::easingCurve Func_2_t2A7432CC4F64D0DF6D8629208B154CF139B39AF2* ___easingCurve_2; // System.Single UnityEngine.UIElements.StylePropertyAnimationSystem/Values`1/TimingData::easedProgress float ___easedProgress_3; // System.Single UnityEngine.UIElements.StylePropertyAnimationSystem/Values`1/TimingData::reversingShorteningFactor float ___reversingShorteningFactor_4; // System.Boolean UnityEngine.UIElements.StylePropertyAnimationSystem/Values`1/TimingData::isStarted bool ___isStarted_5; // System.Int32 UnityEngine.UIElements.StylePropertyAnimationSystem/Values`1/TimingData::delayMs int32_t ___delayMs_6; }; // UnityEngine.UIElements.UQueryState`1 struct UQueryState_1_tDA47936DEF27643350186CA4E1DED7053A3D02B2 { // UnityEngine.UIElements.VisualElement UnityEngine.UIElements.UQueryState`1::m_Element VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___m_Element_1; // System.Collections.Generic.List`1 UnityEngine.UIElements.UQueryState`1::m_Matchers List_1_t7C8CC805CEADA09DFAC2AC1A5D731D5EE956F6DC* ___m_Matchers_2; }; struct UQueryState_1_tDA47936DEF27643350186CA4E1DED7053A3D02B2_StaticFields { // UnityEngine.UIElements.UQueryState`1/ActionQueryMatcher UnityEngine.UIElements.UQueryState`1::s_Action ActionQueryMatcher_tB76860A856401075A2CF71D45AC72A9C0F1BB99E* ___s_Action_0; // UnityEngine.UIElements.UQueryState`1/ListQueryMatcher`1 UnityEngine.UIElements.UQueryState`1::s_List ListQueryMatcher_1_t4D10BEF648526B008BEB75C8576A7D1EBFD73A83* ___s_List_3; // UnityEngine.UIElements.UQueryState`1/ListQueryMatcher`1 UnityEngine.UIElements.UQueryState`1::s_EnumerationList ListQueryMatcher_1_tC447E3396770813CE332360F6EECEEFB6B51FA69* ___s_EnumerationList_4; }; // UnityEngine.UIElements.UQueryState`1 struct UQueryState_1_t9A60C9E48C10156AE4F8BF8D5C4657061CEF02BA { // UnityEngine.UIElements.VisualElement UnityEngine.UIElements.UQueryState`1::m_Element VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___m_Element_1; // System.Collections.Generic.List`1 UnityEngine.UIElements.UQueryState`1::m_Matchers List_1_t7C8CC805CEADA09DFAC2AC1A5D731D5EE956F6DC* ___m_Matchers_2; }; struct UQueryState_1_t9A60C9E48C10156AE4F8BF8D5C4657061CEF02BA_StaticFields { // UnityEngine.UIElements.UQueryState`1/ActionQueryMatcher UnityEngine.UIElements.UQueryState`1::s_Action ActionQueryMatcher_tBA08813774EDD8920F40BFFC2F27B8329C7923DD* ___s_Action_0; // UnityEngine.UIElements.UQueryState`1/ListQueryMatcher`1 UnityEngine.UIElements.UQueryState`1::s_List ListQueryMatcher_1_t7F21A0BB6BC47F1797366366A8E33731906C2940* ___s_List_3; // UnityEngine.UIElements.UQueryState`1/ListQueryMatcher`1 UnityEngine.UIElements.UQueryState`1::s_EnumerationList ListQueryMatcher_1_t7F21A0BB6BC47F1797366366A8E33731906C2940* ___s_EnumerationList_4; }; // UnityEngine.UIElements.Background struct Background_t3C720DED4FAF016332D29FB86C9BE8D5D0D8F0C8 { // UnityEngine.Texture2D UnityEngine.UIElements.Background::m_Texture Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* ___m_Texture_0; // UnityEngine.Sprite UnityEngine.UIElements.Background::m_Sprite Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99* ___m_Sprite_1; // UnityEngine.RenderTexture UnityEngine.UIElements.Background::m_RenderTexture RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* ___m_RenderTexture_2; // UnityEngine.UIElements.VectorImage UnityEngine.UIElements.Background::m_VectorImage VectorImage_t7BD8CE948377FFE95FCA0C48014ACDFC13B8F8FC* ___m_VectorImage_3; }; // Native definition for P/Invoke marshalling of UnityEngine.UIElements.Background struct Background_t3C720DED4FAF016332D29FB86C9BE8D5D0D8F0C8_marshaled_pinvoke { Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* ___m_Texture_0; Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99* ___m_Sprite_1; RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* ___m_RenderTexture_2; VectorImage_t7BD8CE948377FFE95FCA0C48014ACDFC13B8F8FC* ___m_VectorImage_3; }; // Native definition for COM marshalling of UnityEngine.UIElements.Background struct Background_t3C720DED4FAF016332D29FB86C9BE8D5D0D8F0C8_marshaled_com { Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* ___m_Texture_0; Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99* ___m_Sprite_1; RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* ___m_RenderTexture_2; VectorImage_t7BD8CE948377FFE95FCA0C48014ACDFC13B8F8FC* ___m_VectorImage_3; }; // System.Boolean struct Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22 { // System.Boolean System.Boolean::m_value bool ___m_value_0; }; struct Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_StaticFields { // System.String System.Boolean::TrueString String_t* ___TrueString_5; // System.String System.Boolean::FalseString String_t* ___FalseString_6; }; // System.Char struct Char_t521A6F19B456D956AF452D926C32709DC03D6B17 { // System.Char System.Char::m_value Il2CppChar ___m_value_0; }; struct Char_t521A6F19B456D956AF452D926C32709DC03D6B17_StaticFields { // System.Byte[] System.Char::s_categoryForLatin1 ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___s_categoryForLatin1_3; }; // UnityEngine.Color struct Color_tD001788D726C3A7F1379BEED0260B9591F440C1F { // 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; }; // UnityEngine.Color32 struct Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B { union { #pragma pack(push, tp, 1) struct { // System.Int32 UnityEngine.Color32::rgba int32_t ___rgba_0; }; #pragma pack(pop, tp) struct { int32_t ___rgba_0_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { // System.Byte UnityEngine.Color32::r uint8_t ___r_1; }; #pragma pack(pop, tp) struct { uint8_t ___r_1_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___g_2_OffsetPadding[1]; // System.Byte UnityEngine.Color32::g uint8_t ___g_2; }; #pragma pack(pop, tp) struct { char ___g_2_OffsetPadding_forAlignmentOnly[1]; uint8_t ___g_2_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___b_3_OffsetPadding[2]; // System.Byte UnityEngine.Color32::b uint8_t ___b_3; }; #pragma pack(pop, tp) struct { char ___b_3_OffsetPadding_forAlignmentOnly[2]; uint8_t ___b_3_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___a_4_OffsetPadding[3]; // System.Byte UnityEngine.Color32::a uint8_t ___a_4; }; #pragma pack(pop, tp) struct { char ___a_4_OffsetPadding_forAlignmentOnly[3]; uint8_t ___a_4_forAlignmentOnly; }; }; }; // UnityEngine.UIElements.CreationContext struct CreationContext_t9C57B5BE551CCE200C0A2C72711BFF9DA298C257 { // UnityEngine.UIElements.VisualElement UnityEngine.UIElements.CreationContext::k__BackingField VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___U3CtargetU3Ek__BackingField_1; // UnityEngine.UIElements.VisualTreeAsset UnityEngine.UIElements.CreationContext::k__BackingField VisualTreeAsset_tFB5BF81F0780A412AE5A7C2C552B3EEA64EA2EEB* ___U3CvisualTreeAssetU3Ek__BackingField_2; // System.Collections.Generic.Dictionary`2 UnityEngine.UIElements.CreationContext::k__BackingField Dictionary_2_t41165BF747F041590086BE39A59BE164430A3CEF* ___U3CslotInsertionPointsU3Ek__BackingField_3; // System.Collections.Generic.List`1 UnityEngine.UIElements.CreationContext::k__BackingField List_1_t70EE7982F45810D4B024CF720D910E67974A3094* ___U3CattributeOverridesU3Ek__BackingField_4; }; struct CreationContext_t9C57B5BE551CCE200C0A2C72711BFF9DA298C257_StaticFields { // UnityEngine.UIElements.CreationContext UnityEngine.UIElements.CreationContext::Default CreationContext_t9C57B5BE551CCE200C0A2C72711BFF9DA298C257 ___Default_0; }; // Native definition for P/Invoke marshalling of UnityEngine.UIElements.CreationContext struct CreationContext_t9C57B5BE551CCE200C0A2C72711BFF9DA298C257_marshaled_pinvoke { VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___U3CtargetU3Ek__BackingField_1; VisualTreeAsset_tFB5BF81F0780A412AE5A7C2C552B3EEA64EA2EEB* ___U3CvisualTreeAssetU3Ek__BackingField_2; Dictionary_2_t41165BF747F041590086BE39A59BE164430A3CEF* ___U3CslotInsertionPointsU3Ek__BackingField_3; List_1_t70EE7982F45810D4B024CF720D910E67974A3094* ___U3CattributeOverridesU3Ek__BackingField_4; }; // Native definition for COM marshalling of UnityEngine.UIElements.CreationContext struct CreationContext_t9C57B5BE551CCE200C0A2C72711BFF9DA298C257_marshaled_com { VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___U3CtargetU3Ek__BackingField_1; VisualTreeAsset_tFB5BF81F0780A412AE5A7C2C552B3EEA64EA2EEB* ___U3CvisualTreeAssetU3Ek__BackingField_2; Dictionary_2_t41165BF747F041590086BE39A59BE164430A3CEF* ___U3CslotInsertionPointsU3Ek__BackingField_3; List_1_t70EE7982F45810D4B024CF720D910E67974A3094* ___U3CattributeOverridesU3Ek__BackingField_4; }; // System.Enum struct Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2 : public ValueType_t6D9B272BD21782F0A9A14F2E41F85A50E97A986F { }; struct Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2_StaticFields { // System.Char[] System.Enum::enumSeperatorCharArray CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___enumSeperatorCharArray_0; }; // Native definition for P/Invoke marshalling of System.Enum struct Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2_marshaled_pinvoke { }; // Native definition for COM marshalling of System.Enum struct Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2_marshaled_com { }; // UnityEngine.EventInterests struct EventInterests_tF375F3296A6689BC4B016F237123DB5457515EC8 { // 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; }; // Native definition for P/Invoke marshalling of UnityEngine.EventInterests struct EventInterests_tF375F3296A6689BC4B016F237123DB5457515EC8_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_tF375F3296A6689BC4B016F237123DB5457515EC8_marshaled_com { int32_t ___U3CwantsMouseMoveU3Ek__BackingField_0; int32_t ___U3CwantsMouseEnterLeaveWindowU3Ek__BackingField_1; int32_t ___U3CwantsLessLayoutEventsU3Ek__BackingField_2; }; // UnityEngine.UIElements.Focusable struct Focusable_t39F2BAF0AF6CA465BC2BEDAF9B5B2CF379B846D0 : public CallbackEventHandler_t99E35735225B4ACEAD1BA981632FD2D46E9CB2B4 { // 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; }; // UnityEngine.UIElements.FontDefinition struct FontDefinition_t65281B0E106365C28AD3F2525DE148719AEEA30C { // UnityEngine.Font UnityEngine.UIElements.FontDefinition::m_Font Font_tC95270EA3198038970422D78B74A7F2E218A96B6* ___m_Font_0; // UnityEngine.TextCore.Text.FontAsset UnityEngine.UIElements.FontDefinition::m_FontAsset FontAsset_t61A6446D934E582651044E33D250EA8D306AB958* ___m_FontAsset_1; }; // Native definition for P/Invoke marshalling of UnityEngine.UIElements.FontDefinition struct FontDefinition_t65281B0E106365C28AD3F2525DE148719AEEA30C_marshaled_pinvoke { Font_tC95270EA3198038970422D78B74A7F2E218A96B6* ___m_Font_0; FontAsset_t61A6446D934E582651044E33D250EA8D306AB958* ___m_FontAsset_1; }; // Native definition for COM marshalling of UnityEngine.UIElements.FontDefinition struct FontDefinition_t65281B0E106365C28AD3F2525DE148719AEEA30C_marshaled_com { Font_tC95270EA3198038970422D78B74A7F2E218A96B6* ___m_Font_0; FontAsset_t61A6446D934E582651044E33D250EA8D306AB958* ___m_FontAsset_1; }; // System.Int32 struct Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C { // System.Int32 System.Int32::m_value int32_t ___m_value_0; }; // System.Int64 struct Int64_t092CFB123BE63C28ACDAF65C68F21A526050DBA3 { // System.Int64 System.Int64::m_value int64_t ___m_value_0; }; // System.IntPtr struct IntPtr_t { // System.Void* System.IntPtr::m_value void* ___m_value_0; }; struct IntPtr_t_StaticFields { // System.IntPtr System.IntPtr::Zero intptr_t ___Zero_1; }; // UnityEngine.UIElements.KeyboardNavigationManipulator struct KeyboardNavigationManipulator_t7E9BA3568ADC1660C4E09B924ECD457E33B835B3 : public Manipulator_tD5727ABA1F5AD1A50927212FAEB090E6BBCB4EBE { // System.Action`2 UnityEngine.UIElements.KeyboardNavigationManipulator::m_Action Action_2_t4FD84D64C1341169AC2F73750A356411BCEAF88A* ___m_Action_1; }; // UnityEngine.Mathf struct Mathf_tE284D016E3B297B72311AAD9EB8F0E643F6A4682 { union { struct { }; uint8_t Mathf_tE284D016E3B297B72311AAD9EB8F0E643F6A4682__padding[1]; }; }; struct Mathf_tE284D016E3B297B72311AAD9EB8F0E643F6A4682_StaticFields { // System.Single UnityEngine.Mathf::Epsilon float ___Epsilon_0; }; // UnityEngine.Matrix4x4 struct Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 { // 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; }; struct Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6_StaticFields { // UnityEngine.Matrix4x4 UnityEngine.Matrix4x4::zeroMatrix Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 ___zeroMatrix_16; // UnityEngine.Matrix4x4 UnityEngine.Matrix4x4::identityMatrix Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 ___identityMatrix_17; }; // UnityEngine.PropertyName struct PropertyName_tE4B4AAA58AF3BF2C0CD95509EB7B786F096901C2 { // System.Int32 UnityEngine.PropertyName::id int32_t ___id_0; }; // UnityEngine.Rect struct Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D { // 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; }; // UnityEngine.RectInt struct RectInt_t1744D10E1063135DA9D574F95205B98DAC600CB8 { // 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; }; // UnityEngine.UIElements.RuleMatcher struct RuleMatcher_t327CFEB02C81AA20E639DE949DCBBAB5E92FF28E { // UnityEngine.UIElements.StyleSheet UnityEngine.UIElements.RuleMatcher::sheet StyleSheet_t6FAF43FCDB45BC6BED0522A222FD4C1A9BB10428* ___sheet_0; // UnityEngine.UIElements.StyleComplexSelector UnityEngine.UIElements.RuleMatcher::complexSelector StyleComplexSelector_tE46C29F65FDBA48D3152781187401C8B55B7D8AD* ___complexSelector_1; }; // Native definition for P/Invoke marshalling of UnityEngine.UIElements.RuleMatcher struct RuleMatcher_t327CFEB02C81AA20E639DE949DCBBAB5E92FF28E_marshaled_pinvoke { StyleSheet_t6FAF43FCDB45BC6BED0522A222FD4C1A9BB10428* ___sheet_0; StyleComplexSelector_tE46C29F65FDBA48D3152781187401C8B55B7D8AD* ___complexSelector_1; }; // Native definition for COM marshalling of UnityEngine.UIElements.RuleMatcher struct RuleMatcher_t327CFEB02C81AA20E639DE949DCBBAB5E92FF28E_marshaled_com { StyleSheet_t6FAF43FCDB45BC6BED0522A222FD4C1A9BB10428* ___sheet_0; StyleComplexSelector_tE46C29F65FDBA48D3152781187401C8B55B7D8AD* ___complexSelector_1; }; // UnityEngine.UIElements.StyleSheets.SelectorMatchRecord struct SelectorMatchRecord_t1E93CDB54312CFB4A67768BB25ABB9AFB31BC5D7 { // UnityEngine.UIElements.StyleSheet UnityEngine.UIElements.StyleSheets.SelectorMatchRecord::sheet StyleSheet_t6FAF43FCDB45BC6BED0522A222FD4C1A9BB10428* ___sheet_0; // System.Int32 UnityEngine.UIElements.StyleSheets.SelectorMatchRecord::styleSheetIndexInStack int32_t ___styleSheetIndexInStack_1; // UnityEngine.UIElements.StyleComplexSelector UnityEngine.UIElements.StyleSheets.SelectorMatchRecord::complexSelector StyleComplexSelector_tE46C29F65FDBA48D3152781187401C8B55B7D8AD* ___complexSelector_2; }; // Native definition for P/Invoke marshalling of UnityEngine.UIElements.StyleSheets.SelectorMatchRecord struct SelectorMatchRecord_t1E93CDB54312CFB4A67768BB25ABB9AFB31BC5D7_marshaled_pinvoke { StyleSheet_t6FAF43FCDB45BC6BED0522A222FD4C1A9BB10428* ___sheet_0; int32_t ___styleSheetIndexInStack_1; StyleComplexSelector_tE46C29F65FDBA48D3152781187401C8B55B7D8AD* ___complexSelector_2; }; // Native definition for COM marshalling of UnityEngine.UIElements.StyleSheets.SelectorMatchRecord struct SelectorMatchRecord_t1E93CDB54312CFB4A67768BB25ABB9AFB31BC5D7_marshaled_com { StyleSheet_t6FAF43FCDB45BC6BED0522A222FD4C1A9BB10428* ___sheet_0; int32_t ___styleSheetIndexInStack_1; StyleComplexSelector_tE46C29F65FDBA48D3152781187401C8B55B7D8AD* ___complexSelector_2; }; // System.Single struct Single_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C { // System.Single System.Single::m_value float ___m_value_0; }; // UnityEngine.UIElements.StyleVariable struct StyleVariable_t5D4DEC936102A13961F4F2C6214B83D6CDC56269 { // System.String UnityEngine.UIElements.StyleVariable::name String_t* ___name_0; // UnityEngine.UIElements.StyleSheet UnityEngine.UIElements.StyleVariable::sheet StyleSheet_t6FAF43FCDB45BC6BED0522A222FD4C1A9BB10428* ___sheet_1; // UnityEngine.UIElements.StyleValueHandle[] UnityEngine.UIElements.StyleVariable::handles StyleValueHandleU5BU5D_t66B7732469E9E30B1FB9A6E386315DAB36914ADE* ___handles_2; }; // Native definition for P/Invoke marshalling of UnityEngine.UIElements.StyleVariable struct StyleVariable_t5D4DEC936102A13961F4F2C6214B83D6CDC56269_marshaled_pinvoke { char* ___name_0; StyleSheet_t6FAF43FCDB45BC6BED0522A222FD4C1A9BB10428* ___sheet_1; StyleValueHandle_t5831643AAA7AD8C5C43A4498C5E0A2545F78227D* ___handles_2; }; // Native definition for COM marshalling of UnityEngine.UIElements.StyleVariable struct StyleVariable_t5D4DEC936102A13961F4F2C6214B83D6CDC56269_marshaled_com { Il2CppChar* ___name_0; StyleSheet_t6FAF43FCDB45BC6BED0522A222FD4C1A9BB10428* ___sheet_1; StyleValueHandle_t5831643AAA7AD8C5C43A4498C5E0A2545F78227D* ___handles_2; }; // System.UInt16 struct UInt16_tF4C148C876015C212FD72652D0B6ED8CC247A455 { // System.UInt16 System.UInt16::m_value uint16_t ___m_value_0; }; // System.UInt32 struct UInt32_t1833D51FFA667B18A5AA4B8D34DE284F8495D29B { // System.UInt32 System.UInt32::m_value uint32_t ___m_value_0; }; // UnityEngine.Vector2 struct Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 { // System.Single UnityEngine.Vector2::x float ___x_0; // System.Single UnityEngine.Vector2::y float ___y_1; }; struct Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7_StaticFields { // UnityEngine.Vector2 UnityEngine.Vector2::zeroVector Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___zeroVector_2; // UnityEngine.Vector2 UnityEngine.Vector2::oneVector Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___oneVector_3; // UnityEngine.Vector2 UnityEngine.Vector2::upVector Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___upVector_4; // UnityEngine.Vector2 UnityEngine.Vector2::downVector Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___downVector_5; // UnityEngine.Vector2 UnityEngine.Vector2::leftVector Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___leftVector_6; // UnityEngine.Vector2 UnityEngine.Vector2::rightVector Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___rightVector_7; // UnityEngine.Vector2 UnityEngine.Vector2::positiveInfinityVector Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___positiveInfinityVector_8; // UnityEngine.Vector2 UnityEngine.Vector2::negativeInfinityVector Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___negativeInfinityVector_9; }; // UnityEngine.Vector3 struct Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 { // System.Single UnityEngine.Vector3::x float ___x_2; // System.Single UnityEngine.Vector3::y float ___y_3; // System.Single UnityEngine.Vector3::z float ___z_4; }; struct Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2_StaticFields { // UnityEngine.Vector3 UnityEngine.Vector3::zeroVector Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___zeroVector_5; // UnityEngine.Vector3 UnityEngine.Vector3::oneVector Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___oneVector_6; // UnityEngine.Vector3 UnityEngine.Vector3::upVector Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___upVector_7; // UnityEngine.Vector3 UnityEngine.Vector3::downVector Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___downVector_8; // UnityEngine.Vector3 UnityEngine.Vector3::leftVector Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___leftVector_9; // UnityEngine.Vector3 UnityEngine.Vector3::rightVector Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___rightVector_10; // UnityEngine.Vector3 UnityEngine.Vector3::forwardVector Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___forwardVector_11; // UnityEngine.Vector3 UnityEngine.Vector3::backVector Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___backVector_12; // UnityEngine.Vector3 UnityEngine.Vector3::positiveInfinityVector Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___positiveInfinityVector_13; // UnityEngine.Vector3 UnityEngine.Vector3::negativeInfinityVector Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___negativeInfinityVector_14; }; // UnityEngine.Vector4 struct Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 { // System.Single UnityEngine.Vector4::x float ___x_1; // System.Single UnityEngine.Vector4::y float ___y_2; // System.Single UnityEngine.Vector4::z float ___z_3; // System.Single UnityEngine.Vector4::w float ___w_4; }; struct Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3_StaticFields { // UnityEngine.Vector4 UnityEngine.Vector4::zeroVector Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___zeroVector_5; // UnityEngine.Vector4 UnityEngine.Vector4::oneVector Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___oneVector_6; // UnityEngine.Vector4 UnityEngine.Vector4::positiveInfinityVector Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___positiveInfinityVector_7; // UnityEngine.Vector4 UnityEngine.Vector4::negativeInfinityVector Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___negativeInfinityVector_8; }; // UnityEngine.UIElements.VisualElementFocusChangeDirection struct VisualElementFocusChangeDirection_tD1DD80791661F047CF3190012233938B756F871C : public FocusChangeDirection_t95F4784CF68331792EB9077AEAB01E17822991EF { }; struct VisualElementFocusChangeDirection_tD1DD80791661F047CF3190012233938B756F871C_StaticFields { // UnityEngine.UIElements.VisualElementFocusChangeDirection UnityEngine.UIElements.VisualElementFocusChangeDirection::s_Left VisualElementFocusChangeDirection_tD1DD80791661F047CF3190012233938B756F871C* ___s_Left_4; // UnityEngine.UIElements.VisualElementFocusChangeDirection UnityEngine.UIElements.VisualElementFocusChangeDirection::s_Right VisualElementFocusChangeDirection_tD1DD80791661F047CF3190012233938B756F871C* ___s_Right_5; }; // UnityEngine.UIElements.VisualElementFocusChangeTarget struct VisualElementFocusChangeTarget_t0179C01AB4F011FA3A5292A3FE63702A9603E0BD : public FocusChangeDirection_t95F4784CF68331792EB9077AEAB01E17822991EF { // UnityEngine.UIElements.Focusable UnityEngine.UIElements.VisualElementFocusChangeTarget::k__BackingField Focusable_t39F2BAF0AF6CA465BC2BEDAF9B5B2CF379B846D0* ___U3CtargetU3Ek__BackingField_5; }; struct VisualElementFocusChangeTarget_t0179C01AB4F011FA3A5292A3FE63702A9603E0BD_StaticFields { // UnityEngine.UIElements.ObjectPool`1 UnityEngine.UIElements.VisualElementFocusChangeTarget::Pool ObjectPool_1_t933A34C114FA4EFD296D25E7C2034879B3DC840E* ___Pool_4; }; // UnityEngine.UIElements.VisualElementStyleSheetSet struct VisualElementStyleSheetSet_t01465769E0D9109A677300311A7058701873A23B { // UnityEngine.UIElements.VisualElement UnityEngine.UIElements.VisualElementStyleSheetSet::m_Element VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___m_Element_0; }; // Native definition for P/Invoke marshalling of UnityEngine.UIElements.VisualElementStyleSheetSet struct VisualElementStyleSheetSet_t01465769E0D9109A677300311A7058701873A23B_marshaled_pinvoke { VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___m_Element_0; }; // Native definition for COM marshalling of UnityEngine.UIElements.VisualElementStyleSheetSet struct VisualElementStyleSheetSet_t01465769E0D9109A677300311A7058701873A23B_marshaled_com { VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___m_Element_0; }; // UnityEngine.UIElements.VisualTreeStyleUpdaterTraversal struct VisualTreeStyleUpdaterTraversal_t7CCC9D063FAA493F39CCB1510F72CBCBD1BAB377 : public HierarchyTraversal_t89B1D4664C1C066FEED9B372488A3F751CB6FE7D { // UnityEngine.UIElements.StyleVariableContext UnityEngine.UIElements.VisualTreeStyleUpdaterTraversal::m_ProcessVarContext StyleVariableContext_tF74F2787CE1F6BEBBFBFF0771CF493AC9E403527* ___m_ProcessVarContext_0; // System.Collections.Generic.HashSet`1 UnityEngine.UIElements.VisualTreeStyleUpdaterTraversal::m_UpdateList HashSet_1_t95ABEAA04E177570445F27ECCBABE556363578CB* ___m_UpdateList_1; // System.Collections.Generic.HashSet`1 UnityEngine.UIElements.VisualTreeStyleUpdaterTraversal::m_ParentList HashSet_1_t95ABEAA04E177570445F27ECCBABE556363578CB* ___m_ParentList_2; // System.Collections.Generic.List`1 UnityEngine.UIElements.VisualTreeStyleUpdaterTraversal::m_TempMatchResults List_1_tA1D3D4FCA4CFF8E02845F48D747A4C704D4C9CAE* ___m_TempMatchResults_3; // System.Single UnityEngine.UIElements.VisualTreeStyleUpdaterTraversal::k__BackingField float ___U3CcurrentPixelsPerPointU3Ek__BackingField_4; // UnityEngine.UIElements.StyleMatchingContext UnityEngine.UIElements.VisualTreeStyleUpdaterTraversal::m_StyleMatchingContext StyleMatchingContext_tF3A1D3569F8EEB1C549CEAE4998224A60A0A5D26* ___m_StyleMatchingContext_5; // UnityEngine.UIElements.StyleSheets.StylePropertyReader UnityEngine.UIElements.VisualTreeStyleUpdaterTraversal::m_StylePropertyReader StylePropertyReader_tA960AF3A0C411045E92E04E997D7EB2EF1B7552A* ___m_StylePropertyReader_6; // System.Collections.Generic.List`1 UnityEngine.UIElements.VisualTreeStyleUpdaterTraversal::m_AnimatedProperties List_1_t365205E6BE687FCF41975C16741DD9C303C1C269* ___m_AnimatedProperties_7; }; // System.Void struct Void_t4861ACF8F4594C3437BB48B6E56783494B843915 { union { struct { }; uint8_t Void_t4861ACF8F4594C3437BB48B6E56783494B843915__padding[1]; }; }; // UnityEngine.UIElements.BaseVerticalCollectionView/<>c__DisplayClass162_0 struct U3CU3Ec__DisplayClass162_0_tBE307E11C5775EDFFBBEDB33921DCAFADE71099F { // UnityEngine.UIElements.BaseVerticalCollectionView UnityEngine.UIElements.BaseVerticalCollectionView/<>c__DisplayClass162_0::<>4__this BaseVerticalCollectionView_t2BCDC86B9E301E46CFB2500A834D640F0B96ADAE* ___U3CU3E4__this_0; // System.Boolean UnityEngine.UIElements.BaseVerticalCollectionView/<>c__DisplayClass162_0::shiftKey bool ___shiftKey_1; }; // UnityEngine.UIElements.InlineStyleAccess/InlineRule struct InlineRule_t33A25EE06BCFCD5561E60223DF8544C8EF644C30 { // UnityEngine.UIElements.StyleSheet UnityEngine.UIElements.InlineStyleAccess/InlineRule::sheet StyleSheet_t6FAF43FCDB45BC6BED0522A222FD4C1A9BB10428* ___sheet_0; // UnityEngine.UIElements.StyleProperty[] UnityEngine.UIElements.InlineStyleAccess/InlineRule::properties StylePropertyU5BU5D_t1DEB0C869D51682C0583AA00CE776FE8B8C36783* ___properties_1; // UnityEngine.UIElements.StyleSheets.StylePropertyId[] UnityEngine.UIElements.InlineStyleAccess/InlineRule::propertyIds StylePropertyIdU5BU5D_t6A118EB2D7976A5AE0C4E89D3F53D4454EC7E359* ___propertyIds_2; }; // Native definition for P/Invoke marshalling of UnityEngine.UIElements.InlineStyleAccess/InlineRule struct InlineRule_t33A25EE06BCFCD5561E60223DF8544C8EF644C30_marshaled_pinvoke { StyleSheet_t6FAF43FCDB45BC6BED0522A222FD4C1A9BB10428* ___sheet_0; StylePropertyU5BU5D_t1DEB0C869D51682C0583AA00CE776FE8B8C36783* ___properties_1; int32_t* ___propertyIds_2; }; // Native definition for COM marshalling of UnityEngine.UIElements.InlineStyleAccess/InlineRule struct InlineRule_t33A25EE06BCFCD5561E60223DF8544C8EF644C30_marshaled_com { StyleSheet_t6FAF43FCDB45BC6BED0522A222FD4C1A9BB10428* ___sheet_0; StylePropertyU5BU5D_t1DEB0C869D51682C0583AA00CE776FE8B8C36783* ___properties_1; int32_t* ___propertyIds_2; }; // UnityEngine.UIElements.TemplateContainer/UxmlFactory struct UxmlFactory_t5721E550FC36B9FB25920C8A1BF3ED0690EAD095 : public UxmlFactory_2_t8EB039498EE25D0F0B57B0E86AFC4B4F1F0C5933 { }; // UnityEngine.UIElements.TextElement/UxmlFactory struct UxmlFactory_tAECA77E800F1C8D8B4750E8DE5B030FB6BC0E218 : public UxmlFactory_2_tA0A97C5E51045F69E0AB6E6EDDD9EBB7BBDB30C9 { }; // UnityEngine.UIElements.UQuery/UQueryMatcher struct UQueryMatcher_tF8783F54BA397641240DA7025126F6301EF53FF8 : public HierarchyTraversal_t89B1D4664C1C066FEED9B372488A3F751CB6FE7D { // System.Collections.Generic.List`1 UnityEngine.UIElements.UQuery/UQueryMatcher::m_Matchers List_1_t7C8CC805CEADA09DFAC2AC1A5D731D5EE956F6DC* ___m_Matchers_0; }; // UnityEngine.UIElements.VisualElement/Hierarchy struct Hierarchy_t4CF226F0EDE9C117C51C505730FC80641B1F1677 { // UnityEngine.UIElements.VisualElement UnityEngine.UIElements.VisualElement/Hierarchy::m_Owner VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___m_Owner_0; }; // Native definition for P/Invoke marshalling of UnityEngine.UIElements.VisualElement/Hierarchy struct Hierarchy_t4CF226F0EDE9C117C51C505730FC80641B1F1677_marshaled_pinvoke { VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___m_Owner_0; }; // Native definition for COM marshalling of UnityEngine.UIElements.VisualElement/Hierarchy struct Hierarchy_t4CF226F0EDE9C117C51C505730FC80641B1F1677_marshaled_com { VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___m_Owner_0; }; // UnityEngine.UIElements.VisualElement/UxmlTraits struct UxmlTraits_t45D4AB9B0148A110826C5201495FF23814A12E4B : public UxmlTraits_t3311A2EDB0705584A614B5511216DAD5279C4160 { // UnityEngine.UIElements.UxmlStringAttributeDescription UnityEngine.UIElements.VisualElement/UxmlTraits::m_Name UxmlStringAttributeDescription_t60C9BE81B6A3251AD7A38A90E46F240E016293EF* ___m_Name_1; // UnityEngine.UIElements.UxmlStringAttributeDescription UnityEngine.UIElements.VisualElement/UxmlTraits::m_ViewDataKey UxmlStringAttributeDescription_t60C9BE81B6A3251AD7A38A90E46F240E016293EF* ___m_ViewDataKey_2; // UnityEngine.UIElements.UxmlEnumAttributeDescription`1 UnityEngine.UIElements.VisualElement/UxmlTraits::m_PickingMode UxmlEnumAttributeDescription_1_tC4ABA6DF74F58C15F2597C1640A58CC16D9551B3* ___m_PickingMode_3; // UnityEngine.UIElements.UxmlStringAttributeDescription UnityEngine.UIElements.VisualElement/UxmlTraits::m_Tooltip UxmlStringAttributeDescription_t60C9BE81B6A3251AD7A38A90E46F240E016293EF* ___m_Tooltip_4; // UnityEngine.UIElements.UxmlEnumAttributeDescription`1 UnityEngine.UIElements.VisualElement/UxmlTraits::m_UsageHints UxmlEnumAttributeDescription_1_tBBB2CDD127ABE7FAC6ED7B5CA5A3911FF0AF7CE4* ___m_UsageHints_5; // UnityEngine.UIElements.UxmlIntAttributeDescription UnityEngine.UIElements.VisualElement/UxmlTraits::k__BackingField UxmlIntAttributeDescription_tFDF4F77C2CD7C4790E8E135B0F353699D19CB5B4* ___U3CfocusIndexU3Ek__BackingField_6; // UnityEngine.UIElements.UxmlIntAttributeDescription UnityEngine.UIElements.VisualElement/UxmlTraits::m_TabIndex UxmlIntAttributeDescription_tFDF4F77C2CD7C4790E8E135B0F353699D19CB5B4* ___m_TabIndex_7; // UnityEngine.UIElements.UxmlBoolAttributeDescription UnityEngine.UIElements.VisualElement/UxmlTraits::k__BackingField UxmlBoolAttributeDescription_t86EA1242C539B39911E63699A4AE0C47918701CE* ___U3CfocusableU3Ek__BackingField_8; // UnityEngine.UIElements.UxmlStringAttributeDescription UnityEngine.UIElements.VisualElement/UxmlTraits::m_Class UxmlStringAttributeDescription_t60C9BE81B6A3251AD7A38A90E46F240E016293EF* ___m_Class_9; // UnityEngine.UIElements.UxmlStringAttributeDescription UnityEngine.UIElements.VisualElement/UxmlTraits::m_ContentContainer UxmlStringAttributeDescription_t60C9BE81B6A3251AD7A38A90E46F240E016293EF* ___m_ContentContainer_10; // UnityEngine.UIElements.UxmlStringAttributeDescription UnityEngine.UIElements.VisualElement/UxmlTraits::m_Style UxmlStringAttributeDescription_t60C9BE81B6A3251AD7A38A90E46F240E016293EF* ___m_Style_11; }; // System.Collections.Generic.List`1/Enumerator struct Enumerator_t4D71533BFF7D546FC7EB99A4D25A5233CF4684D2 { // System.Collections.Generic.List`1 System.Collections.Generic.List`1/Enumerator::_list List_1_tA1D3D4FCA4CFF8E02845F48D747A4C704D4C9CAE* ____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 SelectorMatchRecord_t1E93CDB54312CFB4A67768BB25ABB9AFB31BC5D7 ____current_3; }; // System.Collections.Generic.Dictionary`2/Enumerator struct Enumerator_tE92C1AC40A104A179B94F8A013728FD9314CFBD3 { // System.Collections.Generic.Dictionary`2 System.Collections.Generic.Dictionary`2/Enumerator::_dictionary Dictionary_2_tA75D1125AC9BE8F005BA9B868B373398E643C907* ____dictionary_0; // System.Int32 System.Collections.Generic.Dictionary`2/Enumerator::_version int32_t ____version_1; // System.Int32 System.Collections.Generic.Dictionary`2/Enumerator::_index int32_t ____index_2; // System.Collections.Generic.KeyValuePair`2 System.Collections.Generic.Dictionary`2/Enumerator::_current KeyValuePair_2_tDC26B09C26BA829DDE331BCB6AF7C508C763D7A3 ____current_3; // System.Int32 System.Collections.Generic.Dictionary`2/Enumerator::_getEnumeratorRetType int32_t ____getEnumeratorRetType_4; }; // System.Collections.Generic.Dictionary`2/Enumerator struct Enumerator_tDF072DA54B02F88EA2752139159B5A4048CF1F44 { // System.Collections.Generic.Dictionary`2 System.Collections.Generic.Dictionary`2/Enumerator::_dictionary Dictionary_2_tB87BEC840CF876F5CE38D31A5FD1BFD7BDCCCD75* ____dictionary_0; // System.Int32 System.Collections.Generic.Dictionary`2/Enumerator::_version int32_t ____version_1; // System.Int32 System.Collections.Generic.Dictionary`2/Enumerator::_index int32_t ____index_2; // System.Collections.Generic.KeyValuePair`2 System.Collections.Generic.Dictionary`2/Enumerator::_current KeyValuePair_2_t505A343A26517F6679CE90A143FD6590F5400A93 ____current_3; // System.Int32 System.Collections.Generic.Dictionary`2/Enumerator::_getEnumeratorRetType int32_t ____getEnumeratorRetType_4; }; // UnityEngine.UIElements.StylePropertyAnimationSystem/Values`1/StyleData struct StyleData_t333EEFF82EBFC5313C5D5BD07C3E5258C87D2CC6 { // T UnityEngine.UIElements.StylePropertyAnimationSystem/Values`1/StyleData::startValue Background_t3C720DED4FAF016332D29FB86C9BE8D5D0D8F0C8 ___startValue_0; // T UnityEngine.UIElements.StylePropertyAnimationSystem/Values`1/StyleData::endValue Background_t3C720DED4FAF016332D29FB86C9BE8D5D0D8F0C8 ___endValue_1; // T UnityEngine.UIElements.StylePropertyAnimationSystem/Values`1/StyleData::reversingAdjustedStartValue Background_t3C720DED4FAF016332D29FB86C9BE8D5D0D8F0C8 ___reversingAdjustedStartValue_2; // T UnityEngine.UIElements.StylePropertyAnimationSystem/Values`1/StyleData::currentValue Background_t3C720DED4FAF016332D29FB86C9BE8D5D0D8F0C8 ___currentValue_3; }; // UnityEngine.UIElements.StylePropertyAnimationSystem/Values`1/StyleData struct StyleData_t7B881346F61A413495F318F9A8EF71C751EC6472 { // T UnityEngine.UIElements.StylePropertyAnimationSystem/Values`1/StyleData::startValue FontDefinition_t65281B0E106365C28AD3F2525DE148719AEEA30C ___startValue_0; // T UnityEngine.UIElements.StylePropertyAnimationSystem/Values`1/StyleData::endValue FontDefinition_t65281B0E106365C28AD3F2525DE148719AEEA30C ___endValue_1; // T UnityEngine.UIElements.StylePropertyAnimationSystem/Values`1/StyleData::reversingAdjustedStartValue FontDefinition_t65281B0E106365C28AD3F2525DE148719AEEA30C ___reversingAdjustedStartValue_2; // T UnityEngine.UIElements.StylePropertyAnimationSystem/Values`1/StyleData::currentValue FontDefinition_t65281B0E106365C28AD3F2525DE148719AEEA30C ___currentValue_3; }; // UnityEngine.UIElements.StylePropertyAnimationSystem/Values`1 struct Values_1_t19A1E2B4752BCDF06B5D68597FF7E74704C6F99F : public Values_t810A8E7A95A5716F91CE1BDC1EE3AD25FE329E24 { // System.Int64 UnityEngine.UIElements.StylePropertyAnimationSystem/Values`1::m_CurrentTimeMs int64_t ___m_CurrentTimeMs_0; // UnityEngine.UIElements.StylePropertyAnimationSystem/Values`1/TransitionEventsFrameState UnityEngine.UIElements.StylePropertyAnimationSystem/Values`1::m_CurrentFrameEventsState TransitionEventsFrameState_tE3B03C5A4D3A9B62395A67012747638ADE7B8D2D* ___m_CurrentFrameEventsState_1; // UnityEngine.UIElements.StylePropertyAnimationSystem/Values`1/TransitionEventsFrameState UnityEngine.UIElements.StylePropertyAnimationSystem/Values`1::m_NextFrameEventsState TransitionEventsFrameState_tE3B03C5A4D3A9B62395A67012747638ADE7B8D2D* ___m_NextFrameEventsState_2; // UnityEngine.UIElements.StylePropertyAnimationSystem/AnimationDataSet`2,UnityEngine.UIElements.StylePropertyAnimationSystem/Values`1/StyleData> UnityEngine.UIElements.StylePropertyAnimationSystem/Values`1::running AnimationDataSet_2_tA243970D144368E3CCB216CDCA976F7B00517D50 ___running_3; // UnityEngine.UIElements.StylePropertyAnimationSystem/AnimationDataSet`2,T> UnityEngine.UIElements.StylePropertyAnimationSystem/Values`1::completed AnimationDataSet_2_t07C050B2EAC67E726A0EDE08E5279AEDE10CD2E1 ___completed_4; }; // UnityEngine.UIElements.StylePropertyAnimationSystem/Values`1 struct Values_1_t847FBD1B084B655B0ADE6AE351351F4425943D8E : public Values_t810A8E7A95A5716F91CE1BDC1EE3AD25FE329E24 { // System.Int64 UnityEngine.UIElements.StylePropertyAnimationSystem/Values`1::m_CurrentTimeMs int64_t ___m_CurrentTimeMs_0; // UnityEngine.UIElements.StylePropertyAnimationSystem/Values`1/TransitionEventsFrameState UnityEngine.UIElements.StylePropertyAnimationSystem/Values`1::m_CurrentFrameEventsState TransitionEventsFrameState_t31FA216B798ED8FA3490C3CA515528DCA4F26A2C* ___m_CurrentFrameEventsState_1; // UnityEngine.UIElements.StylePropertyAnimationSystem/Values`1/TransitionEventsFrameState UnityEngine.UIElements.StylePropertyAnimationSystem/Values`1::m_NextFrameEventsState TransitionEventsFrameState_t31FA216B798ED8FA3490C3CA515528DCA4F26A2C* ___m_NextFrameEventsState_2; // UnityEngine.UIElements.StylePropertyAnimationSystem/AnimationDataSet`2,UnityEngine.UIElements.StylePropertyAnimationSystem/Values`1/StyleData> UnityEngine.UIElements.StylePropertyAnimationSystem/Values`1::running AnimationDataSet_2_t8E5EB9E2247E8F068107485D54A764AE142E23BF ___running_3; // UnityEngine.UIElements.StylePropertyAnimationSystem/AnimationDataSet`2,T> UnityEngine.UIElements.StylePropertyAnimationSystem/Values`1::completed AnimationDataSet_2_t92FCAA6D89846E7F4BBF5F806D25FD218AD2DF9D ___completed_4; }; // UnityEngine.UIElements.StylePropertyAnimationSystem/Values`1 struct Values_1_t45BEBFF589B2E0FB589C839603CF54DAFA8EE2B7 : public Values_t810A8E7A95A5716F91CE1BDC1EE3AD25FE329E24 { // System.Int64 UnityEngine.UIElements.StylePropertyAnimationSystem/Values`1::m_CurrentTimeMs int64_t ___m_CurrentTimeMs_0; // UnityEngine.UIElements.StylePropertyAnimationSystem/Values`1/TransitionEventsFrameState UnityEngine.UIElements.StylePropertyAnimationSystem/Values`1::m_CurrentFrameEventsState TransitionEventsFrameState_t2B8264420B693D76C74F99F305197870C62C10F4* ___m_CurrentFrameEventsState_1; // UnityEngine.UIElements.StylePropertyAnimationSystem/Values`1/TransitionEventsFrameState UnityEngine.UIElements.StylePropertyAnimationSystem/Values`1::m_NextFrameEventsState TransitionEventsFrameState_t2B8264420B693D76C74F99F305197870C62C10F4* ___m_NextFrameEventsState_2; // UnityEngine.UIElements.StylePropertyAnimationSystem/AnimationDataSet`2,UnityEngine.UIElements.StylePropertyAnimationSystem/Values`1/StyleData> UnityEngine.UIElements.StylePropertyAnimationSystem/Values`1::running AnimationDataSet_2_tEF417861004C34C4652386FBC8E77254726BA9AC ___running_3; // UnityEngine.UIElements.StylePropertyAnimationSystem/AnimationDataSet`2,T> UnityEngine.UIElements.StylePropertyAnimationSystem/Values`1::completed AnimationDataSet_2_t484294514C51AC5E0E440CDA5AF2A1043C53E0FC ___completed_4; }; // UnityEngine.UIElements.StylePropertyAnimationSystem/Values`1 struct Values_1_t1B84258FDB622ABECA26BA9E2E8F638E1B6B213F : public Values_t810A8E7A95A5716F91CE1BDC1EE3AD25FE329E24 { // System.Int64 UnityEngine.UIElements.StylePropertyAnimationSystem/Values`1::m_CurrentTimeMs int64_t ___m_CurrentTimeMs_0; // UnityEngine.UIElements.StylePropertyAnimationSystem/Values`1/TransitionEventsFrameState UnityEngine.UIElements.StylePropertyAnimationSystem/Values`1::m_CurrentFrameEventsState TransitionEventsFrameState_t9DC16C7535A4271EA0FD763A64CD7CF84670EC64* ___m_CurrentFrameEventsState_1; // UnityEngine.UIElements.StylePropertyAnimationSystem/Values`1/TransitionEventsFrameState UnityEngine.UIElements.StylePropertyAnimationSystem/Values`1::m_NextFrameEventsState TransitionEventsFrameState_t9DC16C7535A4271EA0FD763A64CD7CF84670EC64* ___m_NextFrameEventsState_2; // UnityEngine.UIElements.StylePropertyAnimationSystem/AnimationDataSet`2,UnityEngine.UIElements.StylePropertyAnimationSystem/Values`1/StyleData> UnityEngine.UIElements.StylePropertyAnimationSystem/Values`1::running AnimationDataSet_2_t0C85CDF29C591FFB68A31A73E030182698C727FA ___running_3; // UnityEngine.UIElements.StylePropertyAnimationSystem/AnimationDataSet`2,T> UnityEngine.UIElements.StylePropertyAnimationSystem/Values`1::completed AnimationDataSet_2_tC89D9008D3FFA8DFDC3145842EFEC11F9D8EBEAC ___completed_4; }; // UnityEngine.UIElements.StylePropertyAnimationSystem/Values`1 struct Values_1_tD710D214E4D407A033AE57CE091D4C4FBB293714 : public Values_t810A8E7A95A5716F91CE1BDC1EE3AD25FE329E24 { // System.Int64 UnityEngine.UIElements.StylePropertyAnimationSystem/Values`1::m_CurrentTimeMs int64_t ___m_CurrentTimeMs_0; // UnityEngine.UIElements.StylePropertyAnimationSystem/Values`1/TransitionEventsFrameState UnityEngine.UIElements.StylePropertyAnimationSystem/Values`1::m_CurrentFrameEventsState TransitionEventsFrameState_t25D5D3420391A40A0B978B0D5CA13F775283274E* ___m_CurrentFrameEventsState_1; // UnityEngine.UIElements.StylePropertyAnimationSystem/Values`1/TransitionEventsFrameState UnityEngine.UIElements.StylePropertyAnimationSystem/Values`1::m_NextFrameEventsState TransitionEventsFrameState_t25D5D3420391A40A0B978B0D5CA13F775283274E* ___m_NextFrameEventsState_2; // UnityEngine.UIElements.StylePropertyAnimationSystem/AnimationDataSet`2,UnityEngine.UIElements.StylePropertyAnimationSystem/Values`1/StyleData> UnityEngine.UIElements.StylePropertyAnimationSystem/Values`1::running AnimationDataSet_2_t295398C1274FE0EB846F0554EBF4EF36A80BCDBE ___running_3; // UnityEngine.UIElements.StylePropertyAnimationSystem/AnimationDataSet`2,T> UnityEngine.UIElements.StylePropertyAnimationSystem/Values`1::completed AnimationDataSet_2_tF4CF89DB617BD2ACE24400B864B2FB32EADB9D04 ___completed_4; }; // UnityEngine.UIElements.StylePropertyAnimationSystem/Values`1 struct Values_1_tFB112CD52331C038F6B928FEAFAB19A06FD2F62C : public Values_t810A8E7A95A5716F91CE1BDC1EE3AD25FE329E24 { // System.Int64 UnityEngine.UIElements.StylePropertyAnimationSystem/Values`1::m_CurrentTimeMs int64_t ___m_CurrentTimeMs_0; // UnityEngine.UIElements.StylePropertyAnimationSystem/Values`1/TransitionEventsFrameState UnityEngine.UIElements.StylePropertyAnimationSystem/Values`1::m_CurrentFrameEventsState TransitionEventsFrameState_t896507B4A758D8F131A06984765BA0F57C8939A2* ___m_CurrentFrameEventsState_1; // UnityEngine.UIElements.StylePropertyAnimationSystem/Values`1/TransitionEventsFrameState UnityEngine.UIElements.StylePropertyAnimationSystem/Values`1::m_NextFrameEventsState TransitionEventsFrameState_t896507B4A758D8F131A06984765BA0F57C8939A2* ___m_NextFrameEventsState_2; // UnityEngine.UIElements.StylePropertyAnimationSystem/AnimationDataSet`2,UnityEngine.UIElements.StylePropertyAnimationSystem/Values`1/StyleData> UnityEngine.UIElements.StylePropertyAnimationSystem/Values`1::running AnimationDataSet_2_t9B3435A0C6251F2602B478702F4F7EC8CEDBC437 ___running_3; // UnityEngine.UIElements.StylePropertyAnimationSystem/AnimationDataSet`2,T> UnityEngine.UIElements.StylePropertyAnimationSystem/Values`1::completed AnimationDataSet_2_t41E105586D98932D715A57A47A3E21B5C3A7B340 ___completed_4; }; // UnityEngine.UIElements.StylePropertyAnimationSystem/Values`1 struct Values_1_t4B3725FE6B9D8A60439FC42ABC27E2FAE91ACBA5 : public Values_t810A8E7A95A5716F91CE1BDC1EE3AD25FE329E24 { // System.Int64 UnityEngine.UIElements.StylePropertyAnimationSystem/Values`1::m_CurrentTimeMs int64_t ___m_CurrentTimeMs_0; // UnityEngine.UIElements.StylePropertyAnimationSystem/Values`1/TransitionEventsFrameState UnityEngine.UIElements.StylePropertyAnimationSystem/Values`1::m_CurrentFrameEventsState TransitionEventsFrameState_t7FB3FD474018D429F5F1EE705EF9ADA6F197EDEF* ___m_CurrentFrameEventsState_1; // UnityEngine.UIElements.StylePropertyAnimationSystem/Values`1/TransitionEventsFrameState UnityEngine.UIElements.StylePropertyAnimationSystem/Values`1::m_NextFrameEventsState TransitionEventsFrameState_t7FB3FD474018D429F5F1EE705EF9ADA6F197EDEF* ___m_NextFrameEventsState_2; // UnityEngine.UIElements.StylePropertyAnimationSystem/AnimationDataSet`2,UnityEngine.UIElements.StylePropertyAnimationSystem/Values`1/StyleData> UnityEngine.UIElements.StylePropertyAnimationSystem/Values`1::running AnimationDataSet_2_t51062A50DDCEFF7458A164F033D211C9E0701513 ___running_3; // UnityEngine.UIElements.StylePropertyAnimationSystem/AnimationDataSet`2,T> UnityEngine.UIElements.StylePropertyAnimationSystem/Values`1::completed AnimationDataSet_2_t4532152E7A78B3E14F61FA9CA7C80BC1C3269D33 ___completed_4; }; // UnityEngine.UIElements.StylePropertyAnimationSystem/Values`1 struct Values_1_tF515CA326AF84CBBA1A40F1C76BC6D39AA409215 : public Values_t810A8E7A95A5716F91CE1BDC1EE3AD25FE329E24 { // System.Int64 UnityEngine.UIElements.StylePropertyAnimationSystem/Values`1::m_CurrentTimeMs int64_t ___m_CurrentTimeMs_0; // UnityEngine.UIElements.StylePropertyAnimationSystem/Values`1/TransitionEventsFrameState UnityEngine.UIElements.StylePropertyAnimationSystem/Values`1::m_CurrentFrameEventsState TransitionEventsFrameState_t3F9A8EB2B33780D3F2037BFEED0A3C6A03B03FEC* ___m_CurrentFrameEventsState_1; // UnityEngine.UIElements.StylePropertyAnimationSystem/Values`1/TransitionEventsFrameState UnityEngine.UIElements.StylePropertyAnimationSystem/Values`1::m_NextFrameEventsState TransitionEventsFrameState_t3F9A8EB2B33780D3F2037BFEED0A3C6A03B03FEC* ___m_NextFrameEventsState_2; // UnityEngine.UIElements.StylePropertyAnimationSystem/AnimationDataSet`2,UnityEngine.UIElements.StylePropertyAnimationSystem/Values`1/StyleData> UnityEngine.UIElements.StylePropertyAnimationSystem/Values`1::running AnimationDataSet_2_t22FC41AC7166F393727321C212FD541AA7DC4880 ___running_3; // UnityEngine.UIElements.StylePropertyAnimationSystem/AnimationDataSet`2,T> UnityEngine.UIElements.StylePropertyAnimationSystem/Values`1::completed AnimationDataSet_2_t9D395E96FBE02DA4D17B2E175F9B5C297C1BBAA8 ___completed_4; }; // UnityEngine.UIElements.AddressMode struct AddressMode_t2C6D839F1391CCABEFAB25D8500B448D3CAB5EA3 { // System.Int32 UnityEngine.UIElements.AddressMode::value__ int32_t ___value___2; }; // UnityEngine.UIElements.AlternatingRowBackground struct AlternatingRowBackground_t5970E82515609444BB4F9E993645CA4A9A9803E5 { // System.Int32 UnityEngine.UIElements.AlternatingRowBackground::value__ int32_t ___value___2; }; // System.Reflection.BindingFlags struct BindingFlags_t5DC2835E4AE9C1862B3AD172EF35B6A5F4F1812C { // System.Int32 System.Reflection.BindingFlags::value__ int32_t ___value___2; }; // UnityEngine.UIElements.UIR.Implementation.ClipMethod struct ClipMethod_t576E65D24928AB1D0072DB926DDFA98B84FBCEDB { // System.Int32 UnityEngine.UIElements.UIR.Implementation.ClipMethod::value__ int32_t ___value___2; }; // UnityEngine.UIElements.CollectionVirtualizationMethod struct CollectionVirtualizationMethod_tF4A3B1303302D2B17F74CDB7D8A5287C8B056C88 { // System.Int32 UnityEngine.UIElements.CollectionVirtualizationMethod::value__ int32_t ___value___2; }; // UnityEngine.UIElements.ComputedStyle struct ComputedStyle_t8B08CCCEE20525528B3FFDAC6D3F58F101AAF54C { // UnityEngine.UIElements.StyleDataRef`1 UnityEngine.UIElements.ComputedStyle::inheritedData StyleDataRef_1_tBB9987581539847AE5CCA2EA2349E05CDC9127FA ___inheritedData_0; // UnityEngine.UIElements.StyleDataRef`1 UnityEngine.UIElements.ComputedStyle::layoutData StyleDataRef_1_t5330A6F4EAC0EAB88E3B9849D866AA23BB6BE5F4 ___layoutData_1; // UnityEngine.UIElements.StyleDataRef`1 UnityEngine.UIElements.ComputedStyle::rareData StyleDataRef_1_tF773E9CBC6DC0FEB38DF95A6F3F47AC49AE045B3 ___rareData_2; // UnityEngine.UIElements.StyleDataRef`1 UnityEngine.UIElements.ComputedStyle::transformData StyleDataRef_1_t1D59CCAB740BE6B330D5B5FDA9F67391800200B3 ___transformData_3; // UnityEngine.UIElements.StyleDataRef`1 UnityEngine.UIElements.ComputedStyle::transitionData StyleDataRef_1_t6A7B146DD79EDF7F42CD8CCF3E411B40AA729B8E ___transitionData_4; // UnityEngine.UIElements.StyleDataRef`1 UnityEngine.UIElements.ComputedStyle::visualData StyleDataRef_1_t9CB834B90E638D92A3BE5123B0D3989697AA87FC ___visualData_5; // UnityEngine.Yoga.YogaNode UnityEngine.UIElements.ComputedStyle::yogaNode YogaNode_t4B5B593220CCB315B5A60CB48BA4795636F04DDA* ___yogaNode_6; // System.Collections.Generic.Dictionary`2 UnityEngine.UIElements.ComputedStyle::customProperties Dictionary_2_t645C7B1DAE2D839B52A5E387C165CE13D5465B00* ___customProperties_7; // System.Int64 UnityEngine.UIElements.ComputedStyle::matchingRulesHash int64_t ___matchingRulesHash_8; // System.Single UnityEngine.UIElements.ComputedStyle::dpiScaling float ___dpiScaling_9; // UnityEngine.UIElements.ComputedTransitionProperty[] UnityEngine.UIElements.ComputedStyle::computedTransitions ComputedTransitionPropertyU5BU5D_t25B9E78F5276CDA297C8215C316452CAB8219E82* ___computedTransitions_10; }; // Native definition for P/Invoke marshalling of UnityEngine.UIElements.ComputedStyle struct ComputedStyle_t8B08CCCEE20525528B3FFDAC6D3F58F101AAF54C_marshaled_pinvoke { StyleDataRef_1_tBB9987581539847AE5CCA2EA2349E05CDC9127FA ___inheritedData_0; StyleDataRef_1_t5330A6F4EAC0EAB88E3B9849D866AA23BB6BE5F4 ___layoutData_1; StyleDataRef_1_tF773E9CBC6DC0FEB38DF95A6F3F47AC49AE045B3 ___rareData_2; StyleDataRef_1_t1D59CCAB740BE6B330D5B5FDA9F67391800200B3 ___transformData_3; StyleDataRef_1_t6A7B146DD79EDF7F42CD8CCF3E411B40AA729B8E ___transitionData_4; StyleDataRef_1_t9CB834B90E638D92A3BE5123B0D3989697AA87FC ___visualData_5; YogaNode_t4B5B593220CCB315B5A60CB48BA4795636F04DDA* ___yogaNode_6; Dictionary_2_t645C7B1DAE2D839B52A5E387C165CE13D5465B00* ___customProperties_7; int64_t ___matchingRulesHash_8; float ___dpiScaling_9; ComputedTransitionProperty_tD8E4D8EB5DD69E063944F27A48D9263F4F1354E1_marshaled_pinvoke* ___computedTransitions_10; }; // Native definition for COM marshalling of UnityEngine.UIElements.ComputedStyle struct ComputedStyle_t8B08CCCEE20525528B3FFDAC6D3F58F101AAF54C_marshaled_com { StyleDataRef_1_tBB9987581539847AE5CCA2EA2349E05CDC9127FA ___inheritedData_0; StyleDataRef_1_t5330A6F4EAC0EAB88E3B9849D866AA23BB6BE5F4 ___layoutData_1; StyleDataRef_1_tF773E9CBC6DC0FEB38DF95A6F3F47AC49AE045B3 ___rareData_2; StyleDataRef_1_t1D59CCAB740BE6B330D5B5FDA9F67391800200B3 ___transformData_3; StyleDataRef_1_t6A7B146DD79EDF7F42CD8CCF3E411B40AA729B8E ___transitionData_4; StyleDataRef_1_t9CB834B90E638D92A3BE5123B0D3989697AA87FC ___visualData_5; YogaNode_t4B5B593220CCB315B5A60CB48BA4795636F04DDA* ___yogaNode_6; Dictionary_2_t645C7B1DAE2D839B52A5E387C165CE13D5465B00* ___customProperties_7; int64_t ___matchingRulesHash_8; float ___dpiScaling_9; ComputedTransitionProperty_tD8E4D8EB5DD69E063944F27A48D9263F4F1354E1_marshaled_com* ___computedTransitions_10; }; // UnityEngine.UIElements.ContextType struct ContextType_t50FAC10DB1D4E29B37E532DED9CAA804FC4E59A0 { // System.Int32 UnityEngine.UIElements.ContextType::value__ int32_t ___value___2; }; // UnityEngine.UIElements.Cursor struct Cursor_t24C3B5095F65B86794C4F7EA168E324DFDA9EE82 { // UnityEngine.Texture2D UnityEngine.UIElements.Cursor::k__BackingField Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* ___U3CtextureU3Ek__BackingField_0; // UnityEngine.Vector2 UnityEngine.UIElements.Cursor::k__BackingField Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___U3ChotspotU3Ek__BackingField_1; // System.Int32 UnityEngine.UIElements.Cursor::k__BackingField int32_t ___U3CdefaultCursorIdU3Ek__BackingField_2; }; // Native definition for P/Invoke marshalling of UnityEngine.UIElements.Cursor struct Cursor_t24C3B5095F65B86794C4F7EA168E324DFDA9EE82_marshaled_pinvoke { Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* ___U3CtextureU3Ek__BackingField_0; Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___U3ChotspotU3Ek__BackingField_1; int32_t ___U3CdefaultCursorIdU3Ek__BackingField_2; }; // Native definition for COM marshalling of UnityEngine.UIElements.Cursor struct Cursor_t24C3B5095F65B86794C4F7EA168E324DFDA9EE82_marshaled_com { Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* ___U3CtextureU3Ek__BackingField_0; Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___U3ChotspotU3Ek__BackingField_1; int32_t ___U3CdefaultCursorIdU3Ek__BackingField_2; }; // UnityEngine.UIElements.DefaultEventSystem struct DefaultEventSystem_t264BDF66772AC091E74E08415FB9C70FAE619F98 : public RuntimeObject { // UnityEngine.UIElements.DefaultEventSystem/IInput UnityEngine.UIElements.DefaultEventSystem::m_Input RuntimeObject* ___m_Input_1; // System.String UnityEngine.UIElements.DefaultEventSystem::m_HorizontalAxis String_t* ___m_HorizontalAxis_2; // System.String UnityEngine.UIElements.DefaultEventSystem::m_VerticalAxis String_t* ___m_VerticalAxis_3; // System.String UnityEngine.UIElements.DefaultEventSystem::m_SubmitButton String_t* ___m_SubmitButton_4; // System.String UnityEngine.UIElements.DefaultEventSystem::m_CancelButton String_t* ___m_CancelButton_5; // System.Single UnityEngine.UIElements.DefaultEventSystem::m_InputActionsPerSecond float ___m_InputActionsPerSecond_6; // System.Single UnityEngine.UIElements.DefaultEventSystem::m_RepeatDelay float ___m_RepeatDelay_7; // System.Boolean UnityEngine.UIElements.DefaultEventSystem::m_SendingTouchEvents bool ___m_SendingTouchEvents_8; // UnityEngine.Event UnityEngine.UIElements.DefaultEventSystem::m_Event Event_tEBC6F24B56CE22B9C9AD1AC6C24A6B83BC3860CB* ___m_Event_9; // UnityEngine.UIElements.BaseRuntimePanel UnityEngine.UIElements.DefaultEventSystem::m_FocusedPanel BaseRuntimePanel_tEDFA512CC6692082EBBB87E5DC446A88D2E75DC4* ___m_FocusedPanel_10; // System.Int32 UnityEngine.UIElements.DefaultEventSystem::m_ConsecutiveMoveCount int32_t ___m_ConsecutiveMoveCount_11; // UnityEngine.Vector2 UnityEngine.UIElements.DefaultEventSystem::m_LastMoveVector Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___m_LastMoveVector_12; // System.Single UnityEngine.UIElements.DefaultEventSystem::m_PrevActionTime float ___m_PrevActionTime_13; }; struct DefaultEventSystem_t264BDF66772AC091E74E08415FB9C70FAE619F98_StaticFields { // System.Func`1 UnityEngine.UIElements.DefaultEventSystem::IsEditorRemoteConnected Func_1_t2BE7F58348C9CC544A8973B3A9E55541DE43C457* ___IsEditorRemoteConnected_0; }; // System.Delegate struct Delegate_t : public RuntimeObject { // 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.IntPtr System.Delegate::interp_method intptr_t ___interp_method_7; // System.IntPtr System.Delegate::interp_invoke_impl intptr_t ___interp_invoke_impl_8; // System.Reflection.MethodInfo System.Delegate::method_info MethodInfo_t* ___method_info_9; // System.Reflection.MethodInfo System.Delegate::original_method_info MethodInfo_t* ___original_method_info_10; // System.DelegateData System.Delegate::data DelegateData_t9B286B493293CD2D23A5B2B5EF0E5B1324C2B77E* ___data_11; // System.Boolean System.Delegate::method_is_virtual bool ___method_is_virtual_12; }; // 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; intptr_t ___interp_method_7; intptr_t ___interp_invoke_impl_8; MethodInfo_t* ___method_info_9; MethodInfo_t* ___original_method_info_10; DelegateData_t9B286B493293CD2D23A5B2B5EF0E5B1324C2B77E* ___data_11; int32_t ___method_is_virtual_12; }; // 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; intptr_t ___interp_method_7; intptr_t ___interp_invoke_impl_8; MethodInfo_t* ___method_info_9; MethodInfo_t* ___original_method_info_10; DelegateData_t9B286B493293CD2D23A5B2B5EF0E5B1324C2B77E* ___data_11; int32_t ___method_is_virtual_12; }; // UnityEngine.UIElements.DispatchMode struct DispatchMode_t19462FC6D47F5BF63B55FBDEB5C7D498D50DB3DC { // System.Int32 UnityEngine.UIElements.DispatchMode::value__ int32_t ___value___2; }; // UnityEngine.Display struct Display_t06A3B0F5169CA3C02A4D5171F27499A23D3581D1 : public RuntimeObject { // System.IntPtr UnityEngine.Display::nativeDisplay intptr_t ___nativeDisplay_0; }; struct Display_t06A3B0F5169CA3C02A4D5171F27499A23D3581D1_StaticFields { // UnityEngine.Display[] UnityEngine.Display::displays DisplayU5BU5D_tAD77D7EE2B839E3EDA0D1C0028B64F867F400C7F* ___displays_1; // UnityEngine.Display UnityEngine.Display::_mainDisplay Display_t06A3B0F5169CA3C02A4D5171F27499A23D3581D1* ____mainDisplay_2; // UnityEngine.Display/DisplaysUpdatedDelegate UnityEngine.Display::onDisplaysUpdated DisplaysUpdatedDelegate_t1BAACED9BE72131FD59213A3186F5D7AB9E1FD68* ___onDisplaysUpdated_3; }; // UnityEngine.UIElements.DragAndDropPosition struct DragAndDropPosition_tC9A4DD8C1BF3067240258FF2C81E5F31CEE007AF { // System.Int32 UnityEngine.UIElements.DragAndDropPosition::value__ int32_t ___value___2; }; // UnityEngine.Event struct Event_tEBC6F24B56CE22B9C9AD1AC6C24A6B83BC3860CB : public RuntimeObject { // System.IntPtr UnityEngine.Event::m_Ptr intptr_t ___m_Ptr_0; }; struct Event_tEBC6F24B56CE22B9C9AD1AC6C24A6B83BC3860CB_StaticFields { // UnityEngine.Event UnityEngine.Event::s_Current Event_tEBC6F24B56CE22B9C9AD1AC6C24A6B83BC3860CB* ___s_Current_1; // UnityEngine.Event UnityEngine.Event::s_MasterEvent Event_tEBC6F24B56CE22B9C9AD1AC6C24A6B83BC3860CB* ___s_MasterEvent_2; }; // Native definition for P/Invoke marshalling of UnityEngine.Event struct Event_tEBC6F24B56CE22B9C9AD1AC6C24A6B83BC3860CB_marshaled_pinvoke { intptr_t ___m_Ptr_0; }; // Native definition for COM marshalling of UnityEngine.Event struct Event_tEBC6F24B56CE22B9C9AD1AC6C24A6B83BC3860CB_marshaled_com { intptr_t ___m_Ptr_0; }; // UnityEngine.EventModifiers struct EventModifiers_t48244B043FBB42CDD555C6AC43279EC7158777AC { // System.Int32 UnityEngine.EventModifiers::value__ int32_t ___value___2; }; // UnityEngine.EventType struct EventType_tC62F0D77DB08D7326B58B2D8CF43BD45CFD3203E { // System.Int32 UnityEngine.EventType::value__ int32_t ___value___2; }; // System.Exception struct Exception_t : public RuntimeObject { // 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_tCBB85B95DFD1634237140CD892E82D06ECB3F5E6* ____safeSerializationManager_13; // System.Diagnostics.StackTrace[] System.Exception::captured_traces StackTraceU5BU5D_t32FBCB20930EAF5BAE3F450FF75228E5450DA0DF* ___captured_traces_14; // System.IntPtr[] System.Exception::native_trace_ips IntPtrU5BU5D_tFD177F8C806A6921AD7150264CCC62FA00CAD832* ___native_trace_ips_15; // System.Int32 System.Exception::caught_in_unmanaged int32_t ___caught_in_unmanaged_16; }; struct Exception_t_StaticFields { // System.Object System.Exception::s_EDILock RuntimeObject* ___s_EDILock_0; }; // 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_tCBB85B95DFD1634237140CD892E82D06ECB3F5E6* ____safeSerializationManager_13; StackTraceU5BU5D_t32FBCB20930EAF5BAE3F450FF75228E5450DA0DF* ___captured_traces_14; Il2CppSafeArray/*NONE*/* ___native_trace_ips_15; int32_t ___caught_in_unmanaged_16; }; // 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_tCBB85B95DFD1634237140CD892E82D06ECB3F5E6* ____safeSerializationManager_13; StackTraceU5BU5D_t32FBCB20930EAF5BAE3F450FF75228E5450DA0DF* ___captured_traces_14; Il2CppSafeArray/*NONE*/* ___native_trace_ips_15; int32_t ___caught_in_unmanaged_16; }; // UnityEngine.FontStyle struct FontStyle_tDD46734FA9BCB99FB315CD7CAD1137EE536136D1 { // System.Int32 UnityEngine.FontStyle::value__ int32_t ___value___2; }; // UnityEngine.UIElements.GradientType struct GradientType_tF6700196CF15D686C2CFC54BDDE6EF4B4B325F22 { // System.Int32 UnityEngine.UIElements.GradientType::value__ int32_t ___value___2; }; // UnityEngine.UIElements.HierarchyChangeType struct HierarchyChangeType_t4AB1A5DF8963637F09533BEB1BE11C663EAB78AF { // System.Int32 UnityEngine.UIElements.HierarchyChangeType::value__ int32_t ___value___2; }; // System.Int32Enum struct Int32Enum_tCBAC8BA2BFF3A845FA599F303093BBBA374B6F0C { // System.Int32 System.Int32Enum::value__ int32_t ___value___2; }; // UnityEngine.KeyCode struct KeyCode_t75B9ECCC26D858F55040DDFF9523681E996D17E9 { // System.Int32 UnityEngine.KeyCode::value__ int32_t ___value___2; }; // UnityEngine.UIElements.KeyboardNavigationOperation struct KeyboardNavigationOperation_tCEB962A6C192C10343A351F0415BD8084E3B8635 { // System.Int32 UnityEngine.UIElements.KeyboardNavigationOperation::value__ int32_t ___value___2; }; // Unity.Profiling.LowLevel.MarkerFlags struct MarkerFlags_t58228A99AC6567F565911ED792189DBBDFF83E30 { // System.UInt16 Unity.Profiling.LowLevel.MarkerFlags::value__ uint16_t ___value___2; }; // UnityEngine.UIElements.MouseButton struct MouseButton_tEF578B8F208D798E053BC320C29FCBB655E24454 { // System.Int32 UnityEngine.UIElements.MouseButton::value__ int32_t ___value___2; }; // UnityEngine.Object struct Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C : public RuntimeObject { // System.IntPtr UnityEngine.Object::m_CachedPtr intptr_t ___m_CachedPtr_0; }; struct Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_StaticFields { // System.Int32 UnityEngine.Object::OffsetOfInstanceIDInCPlusPlusObject int32_t ___OffsetOfInstanceIDInCPlusPlusObject_1; }; // Native definition for P/Invoke marshalling of UnityEngine.Object struct Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_marshaled_pinvoke { intptr_t ___m_CachedPtr_0; }; // Native definition for COM marshalling of UnityEngine.Object struct Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_marshaled_com { intptr_t ___m_CachedPtr_0; }; // UnityEngine.ObjectGUIState struct ObjectGUIState_t7BE88DC8B9C7187A77D63BBCBE9DB7B674863C15 : public RuntimeObject { // System.IntPtr UnityEngine.ObjectGUIState::m_Ptr intptr_t ___m_Ptr_0; }; // UnityEngine.UIElements.OverflowInternal struct OverflowInternal_t6A74561363466CCB7905A65D3E5E24887AE0F11F { // System.Int32 UnityEngine.UIElements.OverflowInternal::value__ int32_t ___value___2; }; // UnityEngine.UIElements.UIR.OwnedState struct OwnedState_t0957CA36E21DE8A443B616EBE83B25CCCA70B5A4 { // System.Byte UnityEngine.UIElements.UIR.OwnedState::value__ uint8_t ___value___2; }; // UnityEngine.UIElements.PanelClearSettings struct PanelClearSettings_tA3D8EE9A4864781CE3E5FED5225C6FB37ED66EE7 { // 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_tD001788D726C3A7F1379BEED0260B9591F440C1F ___color_2; }; // Native definition for P/Invoke marshalling of UnityEngine.UIElements.PanelClearSettings struct PanelClearSettings_tA3D8EE9A4864781CE3E5FED5225C6FB37ED66EE7_marshaled_pinvoke { int32_t ___clearDepthStencil_0; int32_t ___clearColor_1; Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___color_2; }; // Native definition for COM marshalling of UnityEngine.UIElements.PanelClearSettings struct PanelClearSettings_tA3D8EE9A4864781CE3E5FED5225C6FB37ED66EE7_marshaled_com { int32_t ___clearDepthStencil_0; int32_t ___clearColor_1; Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___color_2; }; // UnityEngine.UIElements.PickingMode struct PickingMode_t5699BF9E5F2587E0D297984D5BF5B63B768E66AC { // System.Int32 UnityEngine.UIElements.PickingMode::value__ int32_t ___value___2; }; // Unity.Profiling.ProfilerMarker struct ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD { // System.IntPtr Unity.Profiling.ProfilerMarker::m_Ptr intptr_t ___m_Ptr_0; }; // UnityEngine.UIElements.PropagationPhase struct PropagationPhase_tF3BE8BF5ED45FC52A828B7B6F078B64F01FAE6D6 { // System.Int32 UnityEngine.UIElements.PropagationPhase::value__ int32_t ___value___2; }; // UnityEngine.UIElements.PseudoStates struct PseudoStates_tF4AB056E8743741BCE464A0983A060A53AAB7E4D { // System.Int32 UnityEngine.UIElements.PseudoStates::value__ int32_t ___value___2; }; // UnityEngine.UIElements.UIR.RenderDataDirtyTypes struct RenderDataDirtyTypes_tEF0AE4EB7DF790A711AA45103050432B8FEDB907 { // System.Int32 UnityEngine.UIElements.UIR.RenderDataDirtyTypes::value__ int32_t ___value___2; }; // UnityEngine.UIElements.RenderHints struct RenderHints_t4032FC4AB3FD946FD2A484865B8861730D9035E7 { // System.Int32 UnityEngine.UIElements.RenderHints::value__ int32_t ___value___2; }; // System.RuntimeTypeHandle struct RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B { // System.IntPtr System.RuntimeTypeHandle::value intptr_t ___value_0; }; // UnityEngine.UIElements.Scale struct Scale_t5594C69C1AC9398B57ABF6C4FA0D4E791B7A4DC7 { // UnityEngine.Vector3 UnityEngine.UIElements.Scale::m_Scale Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___m_Scale_0; // System.Boolean UnityEngine.UIElements.Scale::m_IsNone bool ___m_IsNone_1; }; // Native definition for P/Invoke marshalling of UnityEngine.UIElements.Scale struct Scale_t5594C69C1AC9398B57ABF6C4FA0D4E791B7A4DC7_marshaled_pinvoke { Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___m_Scale_0; int32_t ___m_IsNone_1; }; // Native definition for COM marshalling of UnityEngine.UIElements.Scale struct Scale_t5594C69C1AC9398B57ABF6C4FA0D4E791B7A4DC7_marshaled_com { Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___m_Scale_0; int32_t ___m_IsNone_1; }; // UnityEngine.UIElements.ScrollViewMode struct ScrollViewMode_t6968C4B2BB3C46CF458E96BCE644E88B6893DE17 { // System.Int32 UnityEngine.UIElements.ScrollViewMode::value__ int32_t ___value___2; }; // UnityEngine.UIElements.ScrollerVisibility struct ScrollerVisibility_t92D9B3B68D98EF2FBB3B743F7D5CF140CA3C0778 { // System.Int32 UnityEngine.UIElements.ScrollerVisibility::value__ int32_t ___value___2; }; // UnityEngine.UIElements.SelectionType struct SelectionType_t606E5DED60240D7E52388344A8A1EF4EC4E54079 { // System.Int32 UnityEngine.UIElements.SelectionType::value__ int32_t ___value___2; }; // UnityEngine.UIElements.SliderDirection struct SliderDirection_t179916935492981073453855C9D3FA1F44749D02 { // System.Int32 UnityEngine.UIElements.SliderDirection::value__ int32_t ___value___2; }; // UnityEngine.UIElements.StyleKeyword struct StyleKeyword_t2812E72266C15CBA8927586972DC2FD27B10E705 { // System.Int32 UnityEngine.UIElements.StyleKeyword::value__ int32_t ___value___2; }; // UnityEngine.UIElements.StyleSheets.StylePropertyId struct StylePropertyId_tA3B8A5213F5BA43F9C5443B27B165D744713BE69 { // System.Int32 UnityEngine.UIElements.StyleSheets.StylePropertyId::value__ int32_t ___value___2; }; // UnityEngine.UIElements.StyleSelectorRelationship struct StyleSelectorRelationship_tAABCDC80BF87B347ACE1C64B32C85B05268A7F9E { // System.Int32 UnityEngine.UIElements.StyleSelectorRelationship::value__ int32_t ___value___2; }; // UnityEngine.UIElements.StyleSelectorType struct StyleSelectorType_t425962DE6D175F785FA2B5554D793B71D39430A3 { // System.Int32 UnityEngine.UIElements.StyleSelectorType::value__ int32_t ___value___2; }; // UnityEngine.UIElements.StyleValueType struct StyleValueType_tC3253FE046DBB95224A74D13B534D015CC4AADDE { // System.Int32 UnityEngine.UIElements.StyleValueType::value__ int32_t ___value___2; }; // UnityEngine.TextAnchor struct TextAnchor_tA46E794186AC1CD0F22888652F589EBF7DFDF830 { // System.Int32 UnityEngine.TextAnchor::value__ int32_t ___value___2; }; // UnityEngine.UIElements.TextOverflow struct TextOverflow_tF5F972A9B8C1DF48FD3E878216CE6B4F94B94ADA { // System.Int32 UnityEngine.UIElements.TextOverflow::value__ int32_t ___value___2; }; // UnityEngine.UIElements.TextOverflowPosition struct TextOverflowPosition_tB30616AE6E61CCEF425E41C8CD5110EC2547DF02 { // System.Int32 UnityEngine.UIElements.TextOverflowPosition::value__ int32_t ___value___2; }; // UnityEngine.UIElements.TextShadow struct TextShadow_t6BADF37AB90ABCB63859A225B58AC5A580950A05 { // UnityEngine.Vector2 UnityEngine.UIElements.TextShadow::offset Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___offset_0; // System.Single UnityEngine.UIElements.TextShadow::blurRadius float ___blurRadius_1; // UnityEngine.Color UnityEngine.UIElements.TextShadow::color Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___color_2; }; // UnityEngine.UIElements.TrickleDown struct TrickleDown_t862EABE449B6C94F79F2B1D713990C35ABADDF38 { // System.Int32 UnityEngine.UIElements.TrickleDown::value__ int32_t ___value___2; }; // UnityEngine.UIElements.UQueryExtensions struct UQueryExtensions_t1271382882DF1B8FEEDE5EFA510405ABA7BD3426 : public RuntimeObject { }; struct UQueryExtensions_t1271382882DF1B8FEEDE5EFA510405ABA7BD3426_StaticFields { // UnityEngine.UIElements.UQueryState`1 UnityEngine.UIElements.UQueryExtensions::SingleElementEmptyQuery UQueryState_1_t9A60C9E48C10156AE4F8BF8D5C4657061CEF02BA ___SingleElementEmptyQuery_0; // UnityEngine.UIElements.UQueryState`1 UnityEngine.UIElements.UQueryExtensions::SingleElementNameQuery UQueryState_1_t9A60C9E48C10156AE4F8BF8D5C4657061CEF02BA ___SingleElementNameQuery_1; // UnityEngine.UIElements.UQueryState`1 UnityEngine.UIElements.UQueryExtensions::SingleElementClassQuery UQueryState_1_t9A60C9E48C10156AE4F8BF8D5C4657061CEF02BA ___SingleElementClassQuery_2; // UnityEngine.UIElements.UQueryState`1 UnityEngine.UIElements.UQueryExtensions::SingleElementNameAndClassQuery UQueryState_1_t9A60C9E48C10156AE4F8BF8D5C4657061CEF02BA ___SingleElementNameAndClassQuery_3; // UnityEngine.UIElements.UQueryState`1 UnityEngine.UIElements.UQueryExtensions::SingleElementTypeQuery UQueryState_1_t9A60C9E48C10156AE4F8BF8D5C4657061CEF02BA ___SingleElementTypeQuery_4; // UnityEngine.UIElements.UQueryState`1 UnityEngine.UIElements.UQueryExtensions::SingleElementTypeAndNameQuery UQueryState_1_t9A60C9E48C10156AE4F8BF8D5C4657061CEF02BA ___SingleElementTypeAndNameQuery_5; // UnityEngine.UIElements.UQueryState`1 UnityEngine.UIElements.UQueryExtensions::SingleElementTypeAndClassQuery UQueryState_1_t9A60C9E48C10156AE4F8BF8D5C4657061CEF02BA ___SingleElementTypeAndClassQuery_6; // UnityEngine.UIElements.UQueryState`1 UnityEngine.UIElements.UQueryExtensions::SingleElementTypeAndNameAndClassQuery UQueryState_1_t9A60C9E48C10156AE4F8BF8D5C4657061CEF02BA ___SingleElementTypeAndNameAndClassQuery_7; }; // UnityEngine.UIElements.UsageHints struct UsageHints_t2C29E97E6A37FA32178EA7E8A715008BD4834C42 { // System.Int32 UnityEngine.UIElements.UsageHints::value__ int32_t ___value___2; }; // UnityEngine.UIElements.VectorImageVertex struct VectorImageVertex_t9D42377517CC059BD40E2A626ECEBE0C94CA0948 { // UnityEngine.Vector3 UnityEngine.UIElements.VectorImageVertex::position Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___position_0; // UnityEngine.Color32 UnityEngine.UIElements.VectorImageVertex::tint Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B ___tint_1; // UnityEngine.Vector2 UnityEngine.UIElements.VectorImageVertex::uv Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___uv_2; // System.UInt32 UnityEngine.UIElements.VectorImageVertex::settingIndex uint32_t ___settingIndex_3; }; // UnityEngine.UIElements.VersionChangeType struct VersionChangeType_t8D9A58D958CC211E9300168DC98D3F7DF67594C3 { // System.Int32 UnityEngine.UIElements.VersionChangeType::value__ int32_t ___value___2; }; // UnityEngine.UIElements.VisualElementFlags struct VisualElementFlags_t4D1066E11400967A1A2DA7331391ACDC4AA14409 { // System.Int32 UnityEngine.UIElements.VisualElementFlags::value__ int32_t ___value___2; }; // UnityEngine.UIElements.VisualTreeUpdatePhase struct VisualTreeUpdatePhase_t1EF45877A1796DC3991B9FF3A6AD762BE02DF67D { // System.Int32 UnityEngine.UIElements.VisualTreeUpdatePhase::value__ int32_t ___value___2; }; // UnityEngine.UIElements.WhiteSpace struct WhiteSpace_t05265AA4B0C087FAE778422383EA36AF84EDCDD2 { // System.Int32 UnityEngine.UIElements.WhiteSpace::value__ int32_t ___value___2; }; // UnityEngine.UIElements.Angle/Unit struct Unit_t21DCD5C095F7DC1A0B9A47CAF8CAD3E7776CD3DB { // System.Int32 UnityEngine.UIElements.Angle/Unit::value__ int32_t ___value___2; }; // UnityEngine.UIElements.BaseVisualTreeHierarchyTrackerUpdater/State struct State_t224D64892B43DCC7CDD79EFA18335A35F7D3F33A { // System.Int32 UnityEngine.UIElements.BaseVisualTreeHierarchyTrackerUpdater/State::value__ int32_t ___value___2; }; // UnityEngine.UIElements.BindableElement/UxmlTraits struct UxmlTraits_tDED0FF94BF82D1F4DCFD14DBC22DCA51D30D1172 : public UxmlTraits_t45D4AB9B0148A110826C5201495FF23814A12E4B { // UnityEngine.UIElements.UxmlStringAttributeDescription UnityEngine.UIElements.BindableElement/UxmlTraits::m_PropertyPath UxmlStringAttributeDescription_t60C9BE81B6A3251AD7A38A90E46F240E016293EF* ___m_PropertyPath_12; }; // UnityEngine.UIElements.DefaultEventSystem/UpdateMode struct UpdateMode_t2E8DCE17E1F0CC97765FA6A0B3092D8AC506667F { // System.Int32 UnityEngine.UIElements.DefaultEventSystem/UpdateMode::value__ int32_t ___value___2; }; // UnityEngine.UIElements.DragEventsProcessor/DragState struct DragState_tB14E29E7194B5F86B9F1EE6951E43897A3CB1A89 { // System.Int32 UnityEngine.UIElements.DragEventsProcessor/DragState::value__ int32_t ___value___2; }; // UnityEngine.UIElements.EventBase/EventPropagation struct EventPropagation_t024AF56F7A787C03AA21B065B624553EF52E7B83 { // System.Int32 UnityEngine.UIElements.EventBase/EventPropagation::value__ int32_t ___value___2; }; // UnityEngine.UIElements.EventBase/LifeCycleStatus struct LifeCycleStatus_tEE500629F5431B574B8047EB70864747D348D38C { // System.Int32 UnityEngine.UIElements.EventBase/LifeCycleStatus::value__ int32_t ___value___2; }; // UnityEngine.UIElements.IMGUIContainer/GUIGlobals struct GUIGlobals_tA6082A955224515E1D82F5B41D84A0CD35A9CF10 { // UnityEngine.Matrix4x4 UnityEngine.UIElements.IMGUIContainer/GUIGlobals::matrix Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 ___matrix_0; // UnityEngine.Color UnityEngine.UIElements.IMGUIContainer/GUIGlobals::color Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___color_1; // UnityEngine.Color UnityEngine.UIElements.IMGUIContainer/GUIGlobals::contentColor Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___contentColor_2; // UnityEngine.Color UnityEngine.UIElements.IMGUIContainer/GUIGlobals::backgroundColor Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___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; }; // Native definition for P/Invoke marshalling of UnityEngine.UIElements.IMGUIContainer/GUIGlobals struct GUIGlobals_tA6082A955224515E1D82F5B41D84A0CD35A9CF10_marshaled_pinvoke { Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 ___matrix_0; Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___color_1; Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___contentColor_2; Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___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_tA6082A955224515E1D82F5B41D84A0CD35A9CF10_marshaled_com { Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 ___matrix_0; Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___color_1; Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___contentColor_2; Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___backgroundColor_3; int32_t ___enabled_4; int32_t ___changed_5; int32_t ___displayIndex_6; }; // UnityEngine.UIElements.Length/Unit struct Unit_t7A9C3ABB0618BEBFDC1813D07080CE0C145448ED { // System.Int32 UnityEngine.UIElements.Length/Unit::value__ int32_t ___value___2; }; // Unity.Profiling.ProfilerMarker/AutoScope struct AutoScope_tFB983697E28885CB10FFDB92D7EFD0615AEF3139 { // System.IntPtr Unity.Profiling.ProfilerMarker/AutoScope::m_Ptr intptr_t ___m_Ptr_0; }; // UnityEngine.UIElements.ScrollView/TouchScrollBehavior struct TouchScrollBehavior_tDFF4DB42BA6E5CFD89F263270DEBDB5E6CF4E66E { // System.Int32 UnityEngine.UIElements.ScrollView/TouchScrollBehavior::value__ int32_t ___value___2; }; // UnityEngine.UIElements.UQuery/SingleQueryMatcher struct SingleQueryMatcher_t4ED9B644699A7BB8E8E0FAD523636003AC2892EC : public UQueryMatcher_tF8783F54BA397641240DA7025126F6301EF53FF8 { // UnityEngine.UIElements.VisualElement UnityEngine.UIElements.UQuery/SingleQueryMatcher::k__BackingField VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___U3CmatchU3Ek__BackingField_1; }; // UnityEngine.UIElements.UxmlAttributeDescription/Use struct Use_tB32C57550EDF1A878B28A5BD90C918FFBD876670 { // System.Int32 UnityEngine.UIElements.UxmlAttributeDescription/Use::value__ int32_t ___value___2; }; // UnityEngine.UIElements.VisualElement/MeasureMode struct MeasureMode_t35F26AA967A10198AA0924BD26D23DA0D999BE53 { // System.Int32 UnityEngine.UIElements.VisualElement/MeasureMode::value__ int32_t ___value___2; }; // UnityEngine.UIElements.VisualElement/RenderTargetMode struct RenderTargetMode_tAE75E29BB61A64BDE7646D5CBD353B64BCFA9F3A { // System.Int32 UnityEngine.UIElements.VisualElement/RenderTargetMode::value__ int32_t ___value___2; }; // UnityEngine.UIElements.VisualElementFocusRing/DefaultFocusOrder struct DefaultFocusOrder_t9EEC8B5DF0685386B41519B150765DD4F7905090 { // System.Int32 UnityEngine.UIElements.VisualElementFocusRing/DefaultFocusOrder::value__ int32_t ___value___2; }; // System.Collections.Generic.List`1/Enumerator struct Enumerator_t6209EE23CCD16838DA331AC87789A15508C6C72B { // System.Collections.Generic.List`1 System.Collections.Generic.List`1/Enumerator::_list List_1_tDA4D291C60B1EFA9EA50BBA3367C657CC9410576* ____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 int32_t ____current_3; }; // System.Collections.Generic.List`1/Enumerator struct Enumerator_tE75B17BD23B7FE4380B8296A8D60B816B42CB84B { // System.Collections.Generic.List`1 System.Collections.Generic.List`1/Enumerator::_list List_1_t365205E6BE687FCF41975C16741DD9C303C1C269* ____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 int32_t ____current_3; }; // UnityEngine.UIElements.StylePropertyAnimationSystem/Values`1/StyleData struct StyleData_t81910989C0A6416625FEA66A143ED9AA9CE6EAD1 { // T UnityEngine.UIElements.StylePropertyAnimationSystem/Values`1/StyleData::startValue Scale_t5594C69C1AC9398B57ABF6C4FA0D4E791B7A4DC7 ___startValue_0; // T UnityEngine.UIElements.StylePropertyAnimationSystem/Values`1/StyleData::endValue Scale_t5594C69C1AC9398B57ABF6C4FA0D4E791B7A4DC7 ___endValue_1; // T UnityEngine.UIElements.StylePropertyAnimationSystem/Values`1/StyleData::reversingAdjustedStartValue Scale_t5594C69C1AC9398B57ABF6C4FA0D4E791B7A4DC7 ___reversingAdjustedStartValue_2; // T UnityEngine.UIElements.StylePropertyAnimationSystem/Values`1/StyleData::currentValue Scale_t5594C69C1AC9398B57ABF6C4FA0D4E791B7A4DC7 ___currentValue_3; }; // UnityEngine.UIElements.StylePropertyAnimationSystem/Values`1/StyleData struct StyleData_t8550AC117CD613FE87B52CC3540296500B7F3DF8 { // T UnityEngine.UIElements.StylePropertyAnimationSystem/Values`1/StyleData::startValue TextShadow_t6BADF37AB90ABCB63859A225B58AC5A580950A05 ___startValue_0; // T UnityEngine.UIElements.StylePropertyAnimationSystem/Values`1/StyleData::endValue TextShadow_t6BADF37AB90ABCB63859A225B58AC5A580950A05 ___endValue_1; // T UnityEngine.UIElements.StylePropertyAnimationSystem/Values`1/StyleData::reversingAdjustedStartValue TextShadow_t6BADF37AB90ABCB63859A225B58AC5A580950A05 ___reversingAdjustedStartValue_2; // T UnityEngine.UIElements.StylePropertyAnimationSystem/Values`1/StyleData::currentValue TextShadow_t6BADF37AB90ABCB63859A225B58AC5A580950A05 ___currentValue_3; }; // UnityEngine.UIElements.UQueryBuilder`1 struct UQueryBuilder_1_t8CB9E64859C07C671A5AFE928DC28F2828EC1BD2 { // System.Collections.Generic.List`1 UnityEngine.UIElements.UQueryBuilder`1::m_StyleSelectors List_1_tB8CE94A1885E4D10B34A91CC9D21169286DC0A63* ___m_StyleSelectors_0; // System.Collections.Generic.List`1 UnityEngine.UIElements.UQueryBuilder`1::m_Parts List_1_t85FF16594D5F70EECC5855882558F8E26EF6BAFF* ___m_Parts_1; // UnityEngine.UIElements.VisualElement UnityEngine.UIElements.UQueryBuilder`1::m_Element VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___m_Element_2; // System.Collections.Generic.List`1 UnityEngine.UIElements.UQueryBuilder`1::m_Matchers List_1_t7C8CC805CEADA09DFAC2AC1A5D731D5EE956F6DC* ___m_Matchers_3; // UnityEngine.UIElements.StyleSelectorRelationship UnityEngine.UIElements.UQueryBuilder`1::m_Relationship int32_t ___m_Relationship_4; // System.Int32 UnityEngine.UIElements.UQueryBuilder`1::pseudoStatesMask int32_t ___pseudoStatesMask_5; // System.Int32 UnityEngine.UIElements.UQueryBuilder`1::negatedPseudoStatesMask int32_t ___negatedPseudoStatesMask_6; }; // UnityEngine.UIElements.UQueryBuilder`1 struct UQueryBuilder_1_tC18E0AFFC0E0113DFEBC6E56C8BB13FD596A3139 { // System.Collections.Generic.List`1 UnityEngine.UIElements.UQueryBuilder`1::m_StyleSelectors List_1_tB8CE94A1885E4D10B34A91CC9D21169286DC0A63* ___m_StyleSelectors_0; // System.Collections.Generic.List`1 UnityEngine.UIElements.UQueryBuilder`1::m_Parts List_1_t85FF16594D5F70EECC5855882558F8E26EF6BAFF* ___m_Parts_1; // UnityEngine.UIElements.VisualElement UnityEngine.UIElements.UQueryBuilder`1::m_Element VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___m_Element_2; // System.Collections.Generic.List`1 UnityEngine.UIElements.UQueryBuilder`1::m_Matchers List_1_t7C8CC805CEADA09DFAC2AC1A5D731D5EE956F6DC* ___m_Matchers_3; // UnityEngine.UIElements.StyleSelectorRelationship UnityEngine.UIElements.UQueryBuilder`1::m_Relationship int32_t ___m_Relationship_4; // System.Int32 UnityEngine.UIElements.UQueryBuilder`1::pseudoStatesMask int32_t ___pseudoStatesMask_5; // System.Int32 UnityEngine.UIElements.UQueryBuilder`1::negatedPseudoStatesMask int32_t ___negatedPseudoStatesMask_6; }; // UnityEngine.UIElements.StylePropertyAnimationSystem/ValuesDiscrete`1 struct ValuesDiscrete_1_t63B8F92F4DAABF488DAEF85235D684338A5BF983 : public Values_1_t19A1E2B4752BCDF06B5D68597FF7E74704C6F99F { // System.Func`3 UnityEngine.UIElements.StylePropertyAnimationSystem/ValuesDiscrete`1::k__BackingField Func_3_tE3C94684D6DF31A003FECCCBC631507046C81ECE* ___U3CSameFuncU3Ek__BackingField_5; }; // UnityEngine.UIElements.StylePropertyAnimationSystem/ValuesDiscrete`1 struct ValuesDiscrete_1_t3FE71D851C5B6AD9E518846FD0AE377C4FD977C8 : public Values_1_t847FBD1B084B655B0ADE6AE351351F4425943D8E { // System.Func`3 UnityEngine.UIElements.StylePropertyAnimationSystem/ValuesDiscrete`1::k__BackingField Func_3_t79BD8B3734A7771622ADCD860FFC589C81C058FA* ___U3CSameFuncU3Ek__BackingField_5; }; // UnityEngine.UIElements.StylePropertyAnimationSystem/ValuesDiscrete`1 struct ValuesDiscrete_1_tEEAF52293B68D5800CAC73A14E2C3B3B02E6C2B1 : public Values_1_t45BEBFF589B2E0FB589C839603CF54DAFA8EE2B7 { // System.Func`3 UnityEngine.UIElements.StylePropertyAnimationSystem/ValuesDiscrete`1::k__BackingField Func_3_tAD7EE8FC165028B732FB7B83E71870F0B8E791E0* ___U3CSameFuncU3Ek__BackingField_5; }; // UnityEngine.UIElements.Angle struct Angle_t0229F612898D65B3CC646C40A32D93D8A33C1DFC { // System.Single UnityEngine.UIElements.Angle::m_Value float ___m_Value_0; // UnityEngine.UIElements.Angle/Unit UnityEngine.UIElements.Angle::m_Unit int32_t ___m_Unit_1; }; // UnityEngine.UIElements.UIR.BMPAlloc struct BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 { // 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; }; struct BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30_StaticFields { // UnityEngine.UIElements.UIR.BMPAlloc UnityEngine.UIElements.UIR.BMPAlloc::Invalid BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___Invalid_0; }; // UnityEngine.UIElements.BaseVisualElementPanel struct BaseVisualElementPanel_tE3811F3D1474B72CB6CD5BCEECFF5B5CBEC1E303 : public RuntimeObject { // System.Action`1 UnityEngine.UIElements.BaseVisualElementPanel::panelDisposed Action_1_tF0C1AFCCE9CE63382F43540DC0DA04A8939A8A53* ___panelDisposed_0; // System.Single UnityEngine.UIElements.BaseVisualElementPanel::m_Scale float ___m_Scale_1; // UnityEngine.Yoga.YogaConfig UnityEngine.UIElements.BaseVisualElementPanel::yogaConfig YogaConfig_tE8B56F99460C291C1F7F46DBD8BAC9F0B653A345* ___yogaConfig_2; // System.Single UnityEngine.UIElements.BaseVisualElementPanel::m_PixelsPerPoint float ___m_PixelsPerPoint_3; // UnityEngine.UIElements.PanelClearSettings UnityEngine.UIElements.BaseVisualElementPanel::k__BackingField PanelClearSettings_tA3D8EE9A4864781CE3E5FED5225C6FB37ED66EE7 ___U3CclearSettingsU3Ek__BackingField_4; // System.Boolean UnityEngine.UIElements.BaseVisualElementPanel::k__BackingField bool ___U3CduringLayoutPhaseU3Ek__BackingField_5; // UnityEngine.UIElements.RepaintData UnityEngine.UIElements.BaseVisualElementPanel::k__BackingField RepaintData_t90534752135661579EC254884F550545D001B5EA* ___U3CrepaintDataU3Ek__BackingField_6; // UnityEngine.UIElements.ICursorManager UnityEngine.UIElements.BaseVisualElementPanel::k__BackingField RuntimeObject* ___U3CcursorManagerU3Ek__BackingField_7; // UnityEngine.UIElements.ContextualMenuManager UnityEngine.UIElements.BaseVisualElementPanel::k__BackingField ContextualMenuManager_tEE3B1F33FFFD180705467CA625AEBA0F5D63154B* ___U3CcontextualMenuManagerU3Ek__BackingField_8; // System.Boolean UnityEngine.UIElements.BaseVisualElementPanel::k__BackingField bool ___U3CdisposedU3Ek__BackingField_9; // UnityEngine.UIElements.ElementUnderPointer UnityEngine.UIElements.BaseVisualElementPanel::m_TopElementUnderPointers ElementUnderPointer_tB43AD64F79C6F06829D8B90318AF1A6BBE9C1904* ___m_TopElementUnderPointers_10; // System.Action UnityEngine.UIElements.BaseVisualElementPanel::standardShaderChanged Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* ___standardShaderChanged_11; // System.Action UnityEngine.UIElements.BaseVisualElementPanel::standardWorldSpaceShaderChanged Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* ___standardWorldSpaceShaderChanged_12; // System.Action UnityEngine.UIElements.BaseVisualElementPanel::atlasChanged Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* ___atlasChanged_13; // System.Action`1 UnityEngine.UIElements.BaseVisualElementPanel::updateMaterial Action_1_t996DFD52B4BDA6CBE8058C13167C4D2B8C612CAA* ___updateMaterial_14; // UnityEngine.UIElements.HierarchyEvent UnityEngine.UIElements.BaseVisualElementPanel::hierarchyChanged HierarchyEvent_tB23E4347BC47656A014CA104A5B1DDC172A2A705* ___hierarchyChanged_15; // System.Action`1 UnityEngine.UIElements.BaseVisualElementPanel::beforeUpdate Action_1_tE55F8AC1EEC45D0C976E56B2950D65EC814C06E6* ___beforeUpdate_16; }; // UnityEngine.UIElements.BaseVisualTreeHierarchyTrackerUpdater struct BaseVisualTreeHierarchyTrackerUpdater_t9FD4CD3627F642894C6485E93BF309961FCFBC03 : public BaseVisualTreeUpdater_t234B0DC7D28731E61BA8215154765170E5D0AB41 { // UnityEngine.UIElements.BaseVisualTreeHierarchyTrackerUpdater/State UnityEngine.UIElements.BaseVisualTreeHierarchyTrackerUpdater::m_State int32_t ___m_State_2; // UnityEngine.UIElements.VisualElement UnityEngine.UIElements.BaseVisualTreeHierarchyTrackerUpdater::m_CurrentChangeElement VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___m_CurrentChangeElement_3; // UnityEngine.UIElements.VisualElement UnityEngine.UIElements.BaseVisualTreeHierarchyTrackerUpdater::m_CurrentChangeParent VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___m_CurrentChangeParent_4; }; // UnityEngine.Component struct Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3 : public Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C { }; // UnityEngine.UIElements.ComputedTransitionProperty struct ComputedTransitionProperty_tD8E4D8EB5DD69E063944F27A48D9263F4F1354E1 { // UnityEngine.UIElements.StyleSheets.StylePropertyId UnityEngine.UIElements.ComputedTransitionProperty::id int32_t ___id_0; // System.Int32 UnityEngine.UIElements.ComputedTransitionProperty::durationMs int32_t ___durationMs_1; // System.Int32 UnityEngine.UIElements.ComputedTransitionProperty::delayMs int32_t ___delayMs_2; // System.Func`2 UnityEngine.UIElements.ComputedTransitionProperty::easingCurve Func_2_t2A7432CC4F64D0DF6D8629208B154CF139B39AF2* ___easingCurve_3; }; // Native definition for P/Invoke marshalling of UnityEngine.UIElements.ComputedTransitionProperty struct ComputedTransitionProperty_tD8E4D8EB5DD69E063944F27A48D9263F4F1354E1_marshaled_pinvoke { int32_t ___id_0; int32_t ___durationMs_1; int32_t ___delayMs_2; Il2CppMethodPointer ___easingCurve_3; }; // Native definition for COM marshalling of UnityEngine.UIElements.ComputedTransitionProperty struct ComputedTransitionProperty_tD8E4D8EB5DD69E063944F27A48D9263F4F1354E1_marshaled_com { int32_t ___id_0; int32_t ___durationMs_1; int32_t ___delayMs_2; Il2CppMethodPointer ___easingCurve_3; }; // UnityEngine.UIElements.DragEventsProcessor struct DragEventsProcessor_tC4594177C458D0DE91C0A4D1017CEF93DA69C9B6 : public RuntimeObject { // System.Boolean UnityEngine.UIElements.DragEventsProcessor::m_IsRegistered bool ___m_IsRegistered_0; // UnityEngine.UIElements.DragEventsProcessor/DragState UnityEngine.UIElements.DragEventsProcessor::m_DragState int32_t ___m_DragState_1; // UnityEngine.Vector3 UnityEngine.UIElements.DragEventsProcessor::m_Start Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___m_Start_2; // UnityEngine.UIElements.VisualElement UnityEngine.UIElements.DragEventsProcessor::m_Target VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___m_Target_3; // UnityEngine.UIElements.DefaultDragAndDropClient UnityEngine.UIElements.DragEventsProcessor::dragAndDropClient DefaultDragAndDropClient_t22E34F0CC0902F8BB146736C13745F686C8E8BE3* ___dragAndDropClient_4; }; // UnityEngine.UIElements.EventBase struct EventBase_tD7F89B936EB8074AE31E7B15976C072277371F7C : public RuntimeObject { // 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_tA17A0F2CAFF1A86B552ED6D984DAA2F14AB2B0E5* ___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_t6FBD33EFCD307A54E0E8F62AAA0677E2ADAE58D3* ___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_tEBC6F24B56CE22B9C9AD1AC6C24A6B83BC3860CB* ___m_ImguiEvent_13; // UnityEngine.Vector2 UnityEngine.UIElements.EventBase::k__BackingField Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___U3CoriginalMousePositionU3Ek__BackingField_14; }; struct EventBase_tD7F89B936EB8074AE31E7B15976C072277371F7C_StaticFields { // System.Int64 UnityEngine.UIElements.EventBase::s_LastTypeId int64_t ___s_LastTypeId_0; // System.UInt64 UnityEngine.UIElements.EventBase::s_NextEventId uint64_t ___s_NextEventId_1; }; // UnityEngine.Font struct Font_tC95270EA3198038970422D78B74A7F2E218A96B6 : public Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C { // UnityEngine.Font/FontTextureRebuildCallback UnityEngine.Font::m_FontTextureRebuildCallback FontTextureRebuildCallback_t76D5E172DF8AA57E67763D453AAC40F0961D09B1* ___m_FontTextureRebuildCallback_5; }; struct Font_tC95270EA3198038970422D78B74A7F2E218A96B6_StaticFields { // System.Action`1 UnityEngine.Font::textureRebuilt Action_1_tD91E4D0ED3C2E385D3BDD4B3EA48B5F99D39F1DC* ___textureRebuilt_4; }; // UnityEngine.UIElements.GradientSettings struct GradientSettings_tADA3CAA17319C58811DE187298039CC950FBAAF3 { // 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_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___radialFocus_2; // UnityEngine.RectInt UnityEngine.UIElements.GradientSettings::location RectInt_t1744D10E1063135DA9D574F95205B98DAC600CB8 ___location_3; }; // UnityEngine.UIElements.Length struct Length_t90BB06D47DD6DB461ED21BD3E3241FAB6C824256 { // System.Single UnityEngine.UIElements.Length::m_Value float ___m_Value_1; // UnityEngine.UIElements.Length/Unit UnityEngine.UIElements.Length::m_Unit int32_t ___m_Unit_2; }; // UnityEngine.UIElements.ManipulatorActivationFilter struct ManipulatorActivationFilter_t866A0295DA75EA271B30BDC1F9EEA2C4FDEB1A81 { // UnityEngine.UIElements.MouseButton UnityEngine.UIElements.ManipulatorActivationFilter::