#include "il2cpp-config.h" #ifndef _MSC_VER # include #else # include #endif #include #include #include #include #include #include #include #include "il2cpp-class-internals.h" #include "codegen/il2cpp-codegen.h" #include "il2cpp-object-internals.h" template struct VirtFuncInvoker2 { typedef R (*Func)(void*, T1, T2, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; template struct VirtFuncInvoker3 { typedef R (*Func)(void*, T1, T2, T3, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, invokeData.method); } }; template struct VirtFuncInvoker0 { typedef R (*Func)(void*, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, invokeData.method); } }; template struct VirtActionInvoker2 { typedef void (*Action)(void*, T1, T2, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); ((Action)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; struct VirtActionInvoker0 { typedef void (*Action)(void*, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); ((Action)invokeData.methodPtr)(obj, invokeData.method); } }; template struct VirtActionInvoker1 { typedef void (*Action)(void*, T1, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); ((Action)invokeData.methodPtr)(obj, p1, invokeData.method); } }; template struct VirtFuncInvoker1 { typedef R (*Func)(void*, T1, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, p1, invokeData.method); } }; template struct VirtActionInvoker4 { typedef void (*Action)(void*, T1, T2, T3, T4, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); ((Action)invokeData.methodPtr)(obj, p1, p2, p3, p4, invokeData.method); } }; template struct VirtActionInvoker3 { typedef void (*Action)(void*, T1, T2, T3, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); ((Action)invokeData.methodPtr)(obj, p1, p2, p3, invokeData.method); } }; template struct GenericVirtFuncInvoker2 { typedef R (*Func)(void*, T1, T2, const RuntimeMethod*); static inline R Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData); return ((Func)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; template struct GenericVirtFuncInvoker3 { typedef R (*Func)(void*, T1, T2, T3, const RuntimeMethod*); static inline R Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2, T3 p3) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData); return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, 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 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 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 GenericInterfaceFuncInvoker2 { typedef R (*Func)(void*, T1, T2, const RuntimeMethod*); static inline R Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData); return ((Func)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; template struct GenericInterfaceFuncInvoker3 { typedef R (*Func)(void*, T1, T2, T3, const RuntimeMethod*); static inline R Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2, T3 p3) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData); return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, invokeData.method); } }; // System.AsyncCallback struct AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4; // System.Byte[] struct ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821; // System.Char[] struct CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2; // System.Collections.Generic.Dictionary`2/Entry[] struct EntryU5BU5D_tA596791A37F5C2B925EE1476BA2442D5E5316A65; // System.Collections.Generic.Dictionary`2/Entry[] struct EntryU5BU5D_t83472AF42CF15340B69320DB78A92569D3E0E84A; // System.Collections.Generic.Dictionary`2/Entry[] struct EntryU5BU5D_t771BA166F0450465AFAF66A1700FD2795A4BA1F9; // System.Collections.Generic.Dictionary`2/Entry[] struct EntryU5BU5D_t90E4F8C54658D7EA3F0A2651885278664C1571E5; // System.Collections.Generic.Dictionary`2/Entry[] struct EntryU5BU5D_t772E68E8A6D443C9D7FA9AD0A1CE7DA227B1716F; // System.Collections.Generic.Dictionary`2/Entry[] struct EntryU5BU5D_t1E4AE0D6B995525BB1C4D41DEEFBE471BC18D016; // System.Collections.Generic.Dictionary`2/Entry[] struct EntryU5BU5D_t9E77B457CE81537B7A52CA81FB44CD61E6C768DE; // System.Collections.Generic.Dictionary`2/Entry[] struct EntryU5BU5D_tB6C43D40E4E0A2AFA3F321B798129054434025A3; // System.Collections.Generic.Dictionary`2/KeyCollection struct KeyCollection_tDE5C2F87AF59381514D6B5EA859528D8F7714914; // System.Collections.Generic.Dictionary`2/KeyCollection struct KeyCollection_tFE8CF965F943777FDE01AA327E8A8A064F02D5C6; // System.Collections.Generic.Dictionary`2/KeyCollection struct KeyCollection_t07175316A062A97612A0750CD9FCFAC6C13270FA; // System.Collections.Generic.Dictionary`2/KeyCollection struct KeyCollection_t03BB272A9451A135AD2A72A4423621732C54D8F0; // System.Collections.Generic.Dictionary`2/KeyCollection struct KeyCollection_t820F2769751F9F0B58C93C02C9670AB526A52F76; // System.Collections.Generic.Dictionary`2/KeyCollection struct KeyCollection_t3EB97B973F23219D7B2F2030C752C31454E13D68; // System.Collections.Generic.Dictionary`2/KeyCollection struct KeyCollection_t35AEDBC9333063E685B0630066A07E27DAA4458E; // System.Collections.Generic.Dictionary`2/KeyCollection struct KeyCollection_t186AA1690E9C1968917E1274F47CB5219413155E; // System.Collections.Generic.Dictionary`2/ValueCollection struct ValueCollection_t798235ED912A931B30CE1D4420394A2C70F92D3B; // System.Collections.Generic.Dictionary`2/ValueCollection struct ValueCollection_t499AE4EBD0009EE2502F3E20540139817D2B32B4; // System.Collections.Generic.Dictionary`2/ValueCollection struct ValueCollection_t4B03F142CD9DE8CA06D9CD246A5403B64C000D60; // System.Collections.Generic.Dictionary`2/ValueCollection struct ValueCollection_tFA9430740A64EE9E99B7BDFDA616D8159CB5F833; // System.Collections.Generic.Dictionary`2/ValueCollection struct ValueCollection_tAE2877D42D5EAFB57503A06072903D664FAB8BBC; // System.Collections.Generic.Dictionary`2/ValueCollection struct ValueCollection_t9FC6D60C751701CD8F6837C8B0743F956AE91B94; // System.Collections.Generic.Dictionary`2/ValueCollection struct ValueCollection_tD05BE7E874606BE1666F506FBA62FF2A845B26CF; // System.Collections.Generic.Dictionary`2/ValueCollection struct ValueCollection_t5A7963CC3A612ECA2C9CB011D44D3665D8DE39D5; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t2258334B2FD1F225C68C5C4869898F9DF49998FB; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_tE3E6025AC9C3BB9097F41BFF9BC27B2BBFCDE55E; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_tFE2A3F3BDE1290B85039D74816BB1FE1109BE0F8; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t153D0F5AE46083080C7F009F4157945894AE5172; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t03608389BB57475AA3F4B2B79D176A27807BC884; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_tDB939E6E0E9E83758F9FA2A270BB63BA4F2AAB51; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t221535D3325411A400D9459B702A8CBB211138AA; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t00BE7C96940D99992E2BD12503120721610579B6; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_tB8558F828CA34969420FA247382AE9D176E4F2DD; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t26153B1CA174E7BE6377AC3DD5269ED7D1A4417E; // System.Collections.Generic.IEqualityComparer`1 struct IEqualityComparer_1_t7B82AA0F8B96BAAA21E36DDF7A1FE4348BDDBE95; // System.Collections.Generic.IEqualityComparer`1 struct IEqualityComparer_1_tD0969593907B647ACCBAE8E336A606202F276D7F; // System.Collections.Generic.IList`1 struct IList_1_tF29E035126153F9F00537AA5AF6CF508765D3708; // System.Collections.Generic.List`1 struct List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226; // System.Collections.Generic.List`1 struct List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D; // System.Collections.Generic.List`1 struct List_1_tAFAA4C916321DE9AA66ADE0817825F91176F7B1F; // System.Collections.Generic.List`1 struct List_1_tC70C6440D52352E39351D0AA14AFC2650D2F49D2; // System.Collections.Generic.List`1 struct List_1_tB475D93BF35F7DC55F0698DC0FBE10EA50B44440; // System.Collections.Generic.List`1 struct List_1_t44EC76A93C519FDBA44AC231322728FA5CB7CCD7; // System.Collections.Generic.List`1 struct List_1_t21E8C843C2AB5D199B2D33D304A7041B2EABDA98; // System.Collections.Generic.List`1 struct List_1_t79D428C965AF00BBE02D2084005462FAA9DE9D82; // System.Collections.Generic.List`1 struct List_1_t92F4E8ED1A46FBFA368EA365A6D089A1E5E9B76B; // System.Collections.Generic.List`1 struct List_1_t0B7C25150CD7C695F30CA9FD135ABDC260D9F7D8; // System.Collections.Generic.List`1 struct List_1_t64BA96BFC713F221050385E91C868CE455C245D6; // System.Collections.Generic.List`1 struct List_1_tBA8D772D87B6502B2A4D0EFE166C846285F50650; // System.Collections.Generic.List`1 struct List_1_t1371A4C947CC837AB1F6DB3782573DD2B0244CC5; // System.Collections.Generic.List`1 struct List_1_tA9632D9BB7B59420E8AAD3A6DDCEAA073407FB01; // System.Collections.Generic.List`1 struct List_1_tC6550F4D86CF67D987B6B46F46941B36D02A9680; // System.Collections.IDictionary struct IDictionary_t1BD5C1546718A374EA8122FBD6C6EE45331E8CE7; // System.Collections.IEnumerator struct IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A; // System.Delegate struct Delegate_t; // System.DelegateData struct DelegateData_t1BF9F691B56DAE5F8C28C5E084FDE94F15F27BBE; // System.Delegate[] struct DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86; // System.Diagnostics.StackTrace[] struct StackTraceU5BU5D_t855F09649EA34DEE7C1B6F088E0538E3CCC3F196; // System.IAsyncResult struct IAsyncResult_t8E194308510B375B42432981AE5E7488C458D598; // System.Int32Enum[] struct Int32EnumU5BU5D_t0A5530B4D0EA3796F661E767F9F7D7005A62CE4A; // System.Int32[] struct Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83; // System.IntPtr[] struct IntPtrU5BU5D_t4DC01DCB9A6DF6C9792A6513595D7A11E637DCDD; // System.NotSupportedException struct NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010; // System.Object[] struct ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A; // System.Predicate`1 struct Predicate_1_t4AA10EFD4C5497CA1CD0FE35A6AF5990FF5D0979; // System.Predicate`1 struct Predicate_1_t2B619EB1058AB248861104FBBD88E2812F9601FA; // System.Reflection.Binder struct Binder_t4D5CB06963501D32847C057B57157D6DC49CA759; // System.Reflection.MemberFilter struct MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381; // System.Reflection.MethodInfo struct MethodInfo_t; // System.Runtime.Serialization.SafeSerializationManager struct SafeSerializationManager_t4A754D86B0F784B18CBC36C073BA564BED109770; // System.Single[] struct SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5; // System.String struct String_t; // System.String[] struct StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E; // System.Text.StringBuilder struct StringBuilder_t; // System.Type struct Type_t; // System.Type[] struct TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F; // System.Void struct Void_t22962CB4C05B1D89B55A6E1139F0E87A90987017; // TMPro.FaceInfo struct FaceInfo_t43812B1A171B1AE8E3591EADED098DE81264F6A5; // TMPro.KerningPair struct KerningPair_t4FCF2540D9DBE27046ED4A8643B7AA644ED0DAAD; // TMPro.KerningTable struct KerningTable_tAF8D2AABDC878598EFE90D838BAAD285FA8CE05F; // TMPro.MaterialReference[] struct MaterialReferenceU5BU5D_t01EC9C1C00A504C2EF9FBAF95DE26BB88E9B743B; // TMPro.TMP_Asset struct TMP_Asset_tE47F21E07C734D11D5DCEA5C0A0264465963CB2D; // TMPro.TMP_CharacterInfo[] struct TMP_CharacterInfoU5BU5D_t415BD08A7E8A8C311B1F7BD9C3AC60BF99339604; // TMPro.TMP_ColorGradient struct TMP_ColorGradient_tEA29C4736B1786301A803B6C0FB30107A10D79B7; // TMPro.TMP_ColorGradient[] struct TMP_ColorGradientU5BU5D_t0948D618AC4240E6F0CFE0125BB6A4E931DE847C; // TMPro.TMP_FontAsset struct TMP_FontAsset_t44D2006105B39FB33AE5A0ADF07A7EF36C72385C; // TMPro.TMP_FontAsset[] struct TMP_FontAssetU5BU5D_tEB327A5027D783481F3A26C7C179513CF6477260; // TMPro.TMP_FontWeights[] struct TMP_FontWeightsU5BU5D_t9FFE1820D3ADA4C96281B4595E9DEC04CF5297C1; // TMPro.TMP_Glyph struct TMP_Glyph_tCAA5E0C262A3DAF50537C03D9EA90B51B05BA62C; // TMPro.TMP_InputField struct TMP_InputField_tC3C57E697A57232E8A855D39600CF06CFDA8F6CB; // TMPro.TMP_InputField/d__238 struct U3CCaretBlinkU3Ed__238_tDD1D89977B92814D0E0AABFB268C1F72300B5E00; // TMPro.TMP_InputField/d__255 struct U3CMouseDragOutsideRectU3Ed__255_t35B77C0D9040C8DDA56D28F67BCF6AC6C891B646; // TMPro.TMP_InputField/OnChangeEvent struct OnChangeEvent_t1610FEF044826EE0837528C1E90FCDFC45B3D7AD; // TMPro.TMP_InputField/OnValidateInput struct OnValidateInput_t47FA5831345A245F5C6FD9C0E4F5CE43430C1863; // TMPro.TMP_InputField/SelectionEvent struct SelectionEvent_t346DD0E470654B452107A056EDE13F796AEAFD3A; // TMPro.TMP_InputField/SubmitEvent struct SubmitEvent_tD1BC174A4FE2411600541703750F0F03E991A9BC; // TMPro.TMP_InputField/TextSelectionEvent struct TextSelectionEvent_tD42FAD7CC0AA2E613884FC6E86A11EE59CDA3854; // TMPro.TMP_InputValidator struct TMP_InputValidator_t4C673E12211AFB82AAF94D9DEA556FDC306E69CD; // TMPro.TMP_LineInfo[] struct TMP_LineInfoU5BU5D_t3D5D11E746B537C3951927E490B7A1BAB9C23A5C; // TMPro.TMP_LinkInfo[] struct TMP_LinkInfoU5BU5D_t5965804162EB43CD70F792B74DA179B32224BB0D; // TMPro.TMP_MaterialManager/<>c__DisplayClass10_0 struct U3CU3Ec__DisplayClass10_0_tAAB13A2FFE2219F209342BA70FCD76C7404946A4; // TMPro.TMP_MaterialManager/<>c__DisplayClass12_0 struct U3CU3Ec__DisplayClass12_0_t2666A1135A73D6750A4AC7047EEC0CC150600784; // TMPro.TMP_MaterialManager/<>c__DisplayClass13_0 struct U3CU3Ec__DisplayClass13_0_t701F64C46C41D6B470DFE93B4C73C7DA4511A925; // TMPro.TMP_MaterialManager/<>c__DisplayClass14_0 struct U3CU3Ec__DisplayClass14_0_tC1D5FD918047BA071AF300412FF259E679F4D51A; // TMPro.TMP_MaterialManager/FallbackMaterial struct FallbackMaterial_t538C842FD3863FAF785036939034732F56B2473A; // TMPro.TMP_MaterialManager/FallbackMaterial[] struct FallbackMaterialU5BU5D_t2326B017A9411B76726BABB5386F1CB93DD05CF8; // TMPro.TMP_MaterialManager/MaskingMaterial struct MaskingMaterial_tD567961933B31276005075026B5BA552CF42F30B; // TMPro.TMP_MaterialManager/MaskingMaterial[] struct MaskingMaterialU5BU5D_t87C1E14485A7CE1983D1E5D25DAFCB2896DDD733; // TMPro.TMP_MeshInfo[] struct TMP_MeshInfoU5BU5D_t7F7564862ADABD75DAD9B09FF274591F807FFDE9; // TMPro.TMP_PageInfo[] struct TMP_PageInfoU5BU5D_tFB7F7AD2CD9ADBE07099C1A06170B51AA8D9D847; // TMPro.TMP_ScrollbarEventHandler struct TMP_ScrollbarEventHandler_t081C59DD8EC81899836C864E45E60977A40FBA83; // TMPro.TMP_SelectionCaret struct TMP_SelectionCaret_t7F1E220CCC04FF32D259F3BCF50B7CF30938551E; // TMPro.TMP_Settings struct TMP_Settings_t1CCF2DFCF66223CC1AC404F9AEE3E257BA37255A; // TMPro.TMP_Settings/LineBreakingTable struct LineBreakingTable_tB80E0533075B07F5080E99393CEF91FDC8C2AB25; // TMPro.TMP_Sprite struct TMP_Sprite_t8D26AE7781056AB44B074C80FFC74AFB076E1353; // TMPro.TMP_SpriteAnimator struct TMP_SpriteAnimator_tEB1A22D4A88DC5AAC3EFBDD8FD10B2A02C7B0D17; // TMPro.TMP_SpriteAnimator/d__7 struct U3CDoSpriteAnimationInternalU3Ed__7_t31ADE0DE24AE64EC437AED7B01D5749E9248C2AC; // TMPro.TMP_SpriteAsset struct TMP_SpriteAsset_tF896FFED2AA9395D6BC40FFEAC6DE7555A27A487; // TMPro.TMP_SpriteAsset[] struct TMP_SpriteAssetU5BU5D_t72EA6A2179CE6327B33BFA58FA9CB390306D5B35; // TMPro.TMP_Sprite[] struct TMP_SpriteU5BU5D_tAEB601F8747AC786372A54DB534710D8F80AA802; // TMPro.TMP_Style struct TMP_Style_t9FD01084B9E3F1D4B92E87114C454C98BA20FBAD; // TMPro.TMP_StyleSheet struct TMP_StyleSheet_tC6C45E5B0EC8EF4BA7BB147712516656B0D26C04; // TMPro.TMP_Style[] struct TMP_StyleU5BU5D_tF3AA3B78161AA2A98313AA0A9ED423D9A608351A; // TMPro.TMP_SubMesh struct TMP_SubMesh_tB9C2AFAA42A17F92D31845EEFCD99B144867A96D; // TMPro.TMP_SubMeshUI struct TMP_SubMeshUI_tA1CA59D5820CBD2494E1A1562E02FE4D4272A2A1; // TMPro.TMP_SubMeshUI[] struct TMP_SubMeshUIU5BU5D_tB20103A3891C74028E821AA6857CD89D59C9A87E; // TMPro.TMP_SubMesh[] struct TMP_SubMeshU5BU5D_t1847E144072AA6E3FEB91A5E855C564CE48448FD; // TMPro.TMP_Text struct TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7; // TMPro.TMP_TextElement struct TMP_TextElement_tB9A6A361BB93487BD07DDDA37A368819DA46C344; // TMPro.TMP_TextInfo struct TMP_TextInfo_tC40DAAB47C5BD5AD21B3F456D860474D96D9C181; // TMPro.TMP_WordInfo[] struct TMP_WordInfoU5BU5D_t2C9C805935A8C8FFD43BF92C96AC70737AA52F09; // TMPro.TextAlignmentOptions[] struct TextAlignmentOptionsU5BU5D_t4AE8FA5E3D695ED64EBBCFBAF8C780A0EB0BD33B; // TMPro.TextMeshPro struct TextMeshPro_t6FF60D9DCAF295045FE47C014CC855C5784752E2; // TMPro.TextMeshProUGUI struct TextMeshProUGUI_tBA60B913AB6151F8563F7078AD67EB6458129438; // TMPro.XML_TagAttribute[] struct XML_TagAttributeU5BU5D_tFE12AC6A01EC7B573E971252DAB696F355F76B6B; // UnityEngine.Behaviour struct Behaviour_tBDC7E9C3C898AD8348891B82D3E345801D920CA8; // UnityEngine.Camera struct Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34; // UnityEngine.Camera/CameraCallback struct CameraCallback_t8BBB42AA08D7498DFC11F4128117055BC7F0B9D0; // UnityEngine.Canvas struct Canvas_tBC28BF1DD8D8499A89B5781505833D3728CF8591; // UnityEngine.Canvas/WillRenderCanvases struct WillRenderCanvases_tBD5AD090B5938021DEAA679A5AEEA790F60A8BEE; // UnityEngine.CanvasRenderer struct CanvasRenderer_tB4D9C9FE77FD5C9C4546FC022D6E956960BC2B72; // UnityEngine.Canvas[] struct CanvasU5BU5D_t9A0DED7A1C92D7DCBC82864C92A06CA527E72E60; // UnityEngine.Color32[] struct Color32U5BU5D_tABFBCB467E6D1B791303A0D3A3AA1A482F620983; // UnityEngine.Component struct Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621; // UnityEngine.Coroutine struct Coroutine_tAE7DB2FC70A0AE6477F896F852057CB0754F06EC; // UnityEngine.Event struct Event_t187FF6A6B357447B83EC2064823EE0AEC5263210; // UnityEngine.EventSystems.BaseEventData struct BaseEventData_t46C9D2AE3183A742EDE89944AF64A23DBF1B80A5; // UnityEngine.EventSystems.BaseRaycaster struct BaseRaycaster_tC7F6105A89F54A38FBFC2659901855FDBB0E3966; // UnityEngine.EventSystems.EventSystem struct EventSystem_t06ACEF1C8D95D44D3A7F57ED4BAA577101B4EA77; // UnityEngine.EventSystems.PointerEventData struct PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63; // UnityEngine.Events.InvokableCallList struct InvokableCallList_t18AA4F473C7B295216B7D4B9723B4F3DFCCC9A3F; // UnityEngine.Events.PersistentCallGroup struct PersistentCallGroup_t6E5DF2EBDA42794B5FE0C6DAA97DF65F0BFF571F; // UnityEngine.Events.UnityAction struct UnityAction_tD19B26F1B2C048E38FD5801A33573BE01064CAF4; // UnityEngine.Events.UnityEvent`1 struct UnityEvent_1_t9E897A46A46C78F7104A831E63BB081546EFFF0D; // UnityEngine.Events.UnityEvent`1 struct UnityEvent_1_tACA444CD8B2CBDCD9393629F06117A47C27A8F15; // UnityEngine.Events.UnityEvent`3 struct UnityEvent_3_t2806FFBD49F1501D6C532F2520EFAB143233B6D9; // UnityEngine.Events.UnityEvent`3 struct UnityEvent_3_t832C126B9440500DC7A72F1FAC225BF1007C27A9; // UnityEngine.GameObject struct GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F; // UnityEngine.Material struct Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598; // UnityEngine.Material[] struct MaterialU5BU5D_tD2350F98F2A1BB6C7A5FBFE1474DFC47331AB398; // UnityEngine.Mesh struct Mesh_t6106B8D8E4C691321581AB0445552EC78B947B8C; // UnityEngine.MeshFilter struct MeshFilter_t8D4BA8E8723DE5CFF53B0DA5EE2F6B3A5B0E0FE0; // UnityEngine.MonoBehaviour struct MonoBehaviour_t4A60845CF505405AF8BE8C61CC07F75CADEF6429; // UnityEngine.Object struct Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0; // UnityEngine.RectTransform struct RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20; // UnityEngine.RectTransform/ReapplyDrivenProperties struct ReapplyDrivenProperties_t431F4FBD9C59AE097FE33C4354CC6251B01B527D; // UnityEngine.Renderer struct Renderer_t0556D67DD582620D1F495627EDE30D03284151F4; // UnityEngine.ScriptableObject struct ScriptableObject_tAB015486CEAB714DA0D5C1BA389B84FB90427734; // UnityEngine.Shader struct Shader_tE2731FF351B74AB4186897484FB01E000C1160CA; // UnityEngine.Sprite struct Sprite_tCA09498D612D08DE668653AF1E9C12BF53434198; // UnityEngine.TextAsset struct TextAsset_tEE9F5A28C3B564D6BA849C45C13192B9E0EF8D4E; // UnityEngine.Texture struct Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4; // UnityEngine.Texture2D struct Texture2D_tBBF96AC337723E2EF156DF17E09D4379FD05DE1C; // UnityEngine.TouchScreenKeyboard struct TouchScreenKeyboard_t2A69F85698E9780470181532D3F2BC903623FD90; // UnityEngine.Transform struct Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA; // UnityEngine.UI.AnimationTriggers struct AnimationTriggers_t164EF8B310E294B7D0F6BF1A87376731EBD06DC5; // UnityEngine.UI.CoroutineTween.TweenRunner`1 struct TweenRunner_1_t56CEB168ADE3739A1BDDBF258FDC759DF8927172; // UnityEngine.UI.Graphic struct Graphic_tBA2C3EF11D3DAEBB57F6879AB0BB4F8BD40D00D8; // UnityEngine.UI.ICanvasElement struct ICanvasElement_t26FA36346B5CB52C9144DF0076E33E8C367471D2; // UnityEngine.UI.IMaterialModifier struct IMaterialModifier_tAC8DDB479CEB6915244BA50AE95BF3BBF9F2E84C; // UnityEngine.UI.IMaterialModifier[] struct IMaterialModifierU5BU5D_tD9DB4C76C93A80CBF25FF086D0AAA974AD22EC14; // UnityEngine.UI.LayoutElement struct LayoutElement_tD503826DB41B6EA85AC689292F8B2661B3C1048B; // UnityEngine.UI.Mask struct Mask_t082A7A79B4BF2063E5F81D2F84D968569D737CCB; // UnityEngine.UI.Mask[] struct MaskU5BU5D_tD4ED9D0998BA57E142C0588E1D7348E0915B2F35; // UnityEngine.UI.MaskableGraphic struct MaskableGraphic_tDA46A5925C6A2101217C9F52C855B5C1A36A7A0F; // UnityEngine.UI.MaskableGraphic/CullStateChangedEvent struct CullStateChangedEvent_t6BC3E87DBC04B585798460D55F56B86C23B62FE4; // UnityEngine.UI.RectMask2D struct RectMask2D_tF2CF19F2A4FE2D2FFC7E6F7809374757CA2F377B; // UnityEngine.UI.Scrollbar struct Scrollbar_t8F8679D0EAFACBCBD603E6B0E741E6A783DB3389; // UnityEngine.UI.Selectable struct Selectable_tAA9065030FE0468018DEC880302F95FEA9C0133A; // UnityEngine.UI.VertexHelper struct VertexHelper_t27373EA2CF0F5810EC8CF873D0A6D6C0B23DAC3F; // UnityEngine.UIVertex[] struct UIVertexU5BU5D_tB560F9F9269864891FCE1677971F603A08AA857A; // UnityEngine.Vector2[] struct Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6; // UnityEngine.Vector3[] struct Vector3U5BU5D_tB9EC3346CC4A0EA5447D968E84A9AC1F6F372C28; // UnityEngine.Vector4[] struct Vector4U5BU5D_t51402C154FFFCF7217A9BEC4B834F0B726C10F66; // UnityEngine.WaitForSeconds struct WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8; extern RuntimeClass* CameraCallback_t8BBB42AA08D7498DFC11F4128117055BC7F0B9D0_il2cpp_TypeInfo_var; extern RuntimeClass* Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34_il2cpp_TypeInfo_var; extern RuntimeClass* CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2_il2cpp_TypeInfo_var; extern RuntimeClass* Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_il2cpp_TypeInfo_var; extern RuntimeClass* Color32U5BU5D_tABFBCB467E6D1B791303A0D3A3AA1A482F620983_il2cpp_TypeInfo_var; extern RuntimeClass* Debug_t7B5FCB117E2FD63B6838BC52821B252E2BFB61C4_il2cpp_TypeInfo_var; extern RuntimeClass* Dictionary_2_t00BE7C96940D99992E2BD12503120721610579B6_il2cpp_TypeInfo_var; extern RuntimeClass* Dictionary_2_t153D0F5AE46083080C7F009F4157945894AE5172_il2cpp_TypeInfo_var; extern RuntimeClass* Dictionary_2_t2258334B2FD1F225C68C5C4869898F9DF49998FB_il2cpp_TypeInfo_var; extern RuntimeClass* Dictionary_2_t26153B1CA174E7BE6377AC3DD5269ED7D1A4417E_il2cpp_TypeInfo_var; extern RuntimeClass* Dictionary_2_tE3E6025AC9C3BB9097F41BFF9BC27B2BBFCDE55E_il2cpp_TypeInfo_var; extern RuntimeClass* Dictionary_2_tFE2A3F3BDE1290B85039D74816BB1FE1109BE0F8_il2cpp_TypeInfo_var; extern RuntimeClass* FallbackMaterial_t538C842FD3863FAF785036939034732F56B2473A_il2cpp_TypeInfo_var; extern RuntimeClass* GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F_il2cpp_TypeInfo_var; extern RuntimeClass* ICollection_1_tBA66D5ABD8760F5C2E703E523E1A7DE284F89DB7_il2cpp_TypeInfo_var; extern RuntimeClass* IList_1_tF29E035126153F9F00537AA5AF6CF508765D3708_il2cpp_TypeInfo_var; extern RuntimeClass* IMaterialModifier_tAC8DDB479CEB6915244BA50AE95BF3BBF9F2E84C_il2cpp_TypeInfo_var; extern RuntimeClass* Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83_il2cpp_TypeInfo_var; extern RuntimeClass* Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var; extern RuntimeClass* LineBreakingTable_tB80E0533075B07F5080E99393CEF91FDC8C2AB25_il2cpp_TypeInfo_var; extern RuntimeClass* List_1_t44EC76A93C519FDBA44AC231322728FA5CB7CCD7_il2cpp_TypeInfo_var; extern RuntimeClass* List_1_t92F4E8ED1A46FBFA368EA365A6D089A1E5E9B76B_il2cpp_TypeInfo_var; extern RuntimeClass* List_1_tB475D93BF35F7DC55F0698DC0FBE10EA50B44440_il2cpp_TypeInfo_var; extern RuntimeClass* List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226_il2cpp_TypeInfo_var; extern RuntimeClass* MaskingMaterial_tD567961933B31276005075026B5BA552CF42F30B_il2cpp_TypeInfo_var; extern RuntimeClass* MaterialReferenceU5BU5D_t01EC9C1C00A504C2EF9FBAF95DE26BB88E9B743B_il2cpp_TypeInfo_var; extern RuntimeClass* Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598_il2cpp_TypeInfo_var; extern RuntimeClass* Mathf_tFBDE6467D269BFE410605C7D806FD9991D4A89CB_il2cpp_TypeInfo_var; extern RuntimeClass* Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA_il2cpp_TypeInfo_var; extern RuntimeClass* Mesh_t6106B8D8E4C691321581AB0445552EC78B947B8C_il2cpp_TypeInfo_var; extern RuntimeClass* NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var; extern RuntimeClass* ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var; extern RuntimeClass* Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var; extern RuntimeClass* Predicate_1_t2B619EB1058AB248861104FBBD88E2812F9601FA_il2cpp_TypeInfo_var; extern RuntimeClass* Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357_il2cpp_TypeInfo_var; extern RuntimeClass* RectTransformUtility_t9B90669A72B05A33DD88BEBB817BC9CDBB614BBA_il2cpp_TypeInfo_var; extern RuntimeClass* ShaderUtilities_t94FED29CB763EEA57E3BBCA7B305F9A3CB1180B8_il2cpp_TypeInfo_var; extern RuntimeClass* SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5_il2cpp_TypeInfo_var; extern RuntimeClass* Single_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_il2cpp_TypeInfo_var; extern RuntimeClass* String_t_il2cpp_TypeInfo_var; extern RuntimeClass* TMP_CharacterInfoU5BU5D_t415BD08A7E8A8C311B1F7BD9C3AC60BF99339604_il2cpp_TypeInfo_var; extern RuntimeClass* TMP_ColorGradientU5BU5D_t0948D618AC4240E6F0CFE0125BB6A4E931DE847C_il2cpp_TypeInfo_var; extern RuntimeClass* TMP_LineInfoU5BU5D_t3D5D11E746B537C3951927E490B7A1BAB9C23A5C_il2cpp_TypeInfo_var; extern RuntimeClass* TMP_ListPool_1_t5398E301B537C02F8884006B37F92E6D8C48B1C2_il2cpp_TypeInfo_var; extern RuntimeClass* TMP_ListPool_1_t64B8C0FD867F43C5DFCBFDB8A20F60F4E1DA6382_il2cpp_TypeInfo_var; extern RuntimeClass* TMP_ListPool_1_t6AF85EA790CBB44ECEF9B2D12B791541C651C699_il2cpp_TypeInfo_var; extern RuntimeClass* TMP_MaterialManager_t7BAB3C3D85A0B0532A12D1C11F6B28413EE8E336_il2cpp_TypeInfo_var; extern RuntimeClass* TMP_Math_t074FB253662A213E8905642B8B29473EC794FE44_il2cpp_TypeInfo_var; extern RuntimeClass* TMP_MeshInfo_t0140B4A33090360DC5CFB47CD8419369BBE3AD2E_il2cpp_TypeInfo_var; extern RuntimeClass* TMP_Settings_t1CCF2DFCF66223CC1AC404F9AEE3E257BA37255A_il2cpp_TypeInfo_var; extern RuntimeClass* TMP_SpriteAsset_tF896FFED2AA9395D6BC40FFEAC6DE7555A27A487_il2cpp_TypeInfo_var; extern RuntimeClass* TMP_StyleSheet_tC6C45E5B0EC8EF4BA7BB147712516656B0D26C04_il2cpp_TypeInfo_var; extern RuntimeClass* TMP_TextInfo_tC40DAAB47C5BD5AD21B3F456D860474D96D9C181_il2cpp_TypeInfo_var; extern RuntimeClass* TMP_TextUtilities_t0C64120E363A3DA0CB859D321248294080076A45_il2cpp_TypeInfo_var; extern RuntimeClass* TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7_il2cpp_TypeInfo_var; extern RuntimeClass* TextAlignmentOptionsU5BU5D_t4AE8FA5E3D695ED64EBBCFBAF8C780A0EB0BD33B_il2cpp_TypeInfo_var; extern RuntimeClass* TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F_il2cpp_TypeInfo_var; extern RuntimeClass* Type_t_il2cpp_TypeInfo_var; extern RuntimeClass* U3CDoSpriteAnimationInternalU3Ed__7_t31ADE0DE24AE64EC437AED7B01D5749E9248C2AC_il2cpp_TypeInfo_var; extern RuntimeClass* U3CU3Ec__DisplayClass10_0_tAAB13A2FFE2219F209342BA70FCD76C7404946A4_il2cpp_TypeInfo_var; extern RuntimeClass* U3CU3Ec__DisplayClass12_0_t2666A1135A73D6750A4AC7047EEC0CC150600784_il2cpp_TypeInfo_var; extern RuntimeClass* U3CU3Ec__DisplayClass13_0_t701F64C46C41D6B470DFE93B4C73C7DA4511A925_il2cpp_TypeInfo_var; extern RuntimeClass* U3CU3Ec__DisplayClass14_0_tC1D5FD918047BA071AF300412FF259E679F4D51A_il2cpp_TypeInfo_var; extern RuntimeClass* Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6_il2cpp_TypeInfo_var; extern RuntimeClass* Vector2_tA85D2DD88578276CA8A8796756458277E72D073D_il2cpp_TypeInfo_var; extern RuntimeClass* Vector3U5BU5D_tB9EC3346CC4A0EA5447D968E84A9AC1F6F372C28_il2cpp_TypeInfo_var; extern RuntimeClass* Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_il2cpp_TypeInfo_var; extern RuntimeClass* Vector4U5BU5D_t51402C154FFFCF7217A9BEC4B834F0B726C10F66_il2cpp_TypeInfo_var; extern RuntimeClass* Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E_il2cpp_TypeInfo_var; extern RuntimeClass* WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8_il2cpp_TypeInfo_var; extern RuntimeClass* WillRenderCanvases_tBD5AD090B5938021DEAA679A5AEEA790F60A8BEE_il2cpp_TypeInfo_var; extern RuntimeClass* XML_TagAttributeU5BU5D_tFE12AC6A01EC7B573E971252DAB696F355F76B6B_il2cpp_TypeInfo_var; extern RuntimeField* U3CPrivateImplementationDetailsU3E_t2BDD5686E87BA22996C7749A9C7A7F86EB589380____9E6378168821DBABB7EE3D0154346480FAC8AEF1_1_FieldInfo_var; extern String_t* _stringLiteral1024E1471592DAB1461966285F71111E8C1610B0; extern String_t* _stringLiteral183C8AF35DDE0BE2F957B6E542FE5A8C27A99BDB; extern String_t* _stringLiteral1C0B86484F8B2DC90F08A968F8F79D5D1171834D; extern String_t* _stringLiteral22FB440A1DE153903FA39B1C83A844F653393236; extern String_t* _stringLiteral2D7C7BB591591B8BB038EB0A7C757AE36C863943; extern String_t* _stringLiteral339CD4DB8B8B70A934DFE94BDE23BB89DE574858; extern String_t* _stringLiteral35FCB175635B3AB6888C2DE3B64C7D6B27014E8D; extern String_t* _stringLiteral3E3B9BB05C551567B9D774152AA50370AE81486C; extern String_t* _stringLiteral3ED06EA352E96F170A78D7E141112D3569631725; extern String_t* _stringLiteral4786DD42D98074830355B8C228EA1A9203083EAA; extern String_t* _stringLiteral4FF447B8EF42CA51FA6FB287BED8D40F49BE58F1; extern String_t* _stringLiteral53AD64E836ED4EC6B9DF61715FC37568B5C94EA2; extern String_t* _stringLiteral5973848C6501D0CBD36E2FEC74C9661380E25EA5; extern String_t* _stringLiteral5A004C1523F86794FE6F977B55097686E20D8304; extern String_t* _stringLiteral5E0AD8390D778D86A4A369E5AD6950036A8EBB86; extern String_t* _stringLiteral63DB3A23ADE9FDBA5CD6ED08EE88A9012ECF1D3F; extern String_t* _stringLiteral648D3FF342F6BC4EA342FCE666A1341736A162DB; extern String_t* _stringLiteral6A56CCA260305ACFFA7E272F9409B168A5F0A579; extern String_t* _stringLiteral6C79F40E9971EDE5D7898262E4346DE45737437F; extern String_t* _stringLiteral711BAA11E33707FB9304BD392064C8935EA2B30B; extern String_t* _stringLiteral88662CD467A15F89AF196202C1376D1542A1E5D3; extern String_t* _stringLiteral991C128854695FAA88055DB7F154B1F82B87D68E; extern String_t* _stringLiteral9A7F092BFF46065C52C12B64BF30546FCC9D3F5F; extern String_t* _stringLiteral9B24BD9BCDFD34C72167701B0277AD547FD0D743; extern String_t* _stringLiteralA1C228140224A87633C6452311427F0CE085C377; extern String_t* _stringLiteralAD5CCB3727998BE07388CFE561EA5EE974163B7F; extern String_t* _stringLiteralAEF764014DF0B2F5A19D934BE54FCC26CCE86071; extern String_t* _stringLiteralB4511F10A25B1240C07B55A71B8B94D7B9E2D1A5; extern String_t* _stringLiteralBB78933982803AE7A266E283B996C13B23E6ABF0; extern String_t* _stringLiteralC66BE6D01FEF123B62D27FE4CB29873CCF4DC6BD; extern String_t* _stringLiteralCF00EEC9C0CAFF4BD148B8ECABEF64C5301BD5EA; extern String_t* _stringLiteralD2E4887F89B38EE0F7535A54B69748BC2C2338AC; extern String_t* _stringLiteralD4FD7C003DF9191F4C17D92DE8F934497389F611; extern String_t* _stringLiteralD826C033687D1697821EF37793DC16B3ED3237A4; extern String_t* _stringLiteralDC6A37BBC1B047C14B2DF1FE03C9EE13F02E0253; extern String_t* _stringLiteralE229274C8FA52F62563E7E7E51ABF1B2335E60DD; extern String_t* _stringLiteralE8E403D51E4B4B12EC53FB65AE662B0F550D310E; extern const RuntimeMethod* Array_Resize_TisColor32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23_mA39C68B1C980BEBDFEB4B5FD59FE8174B7D2A877_RuntimeMethod_var; extern const RuntimeMethod* Array_Resize_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_m2A2BB01628DE9B8E236690A0290F1600DEB7CB51_RuntimeMethod_var; extern const RuntimeMethod* Array_Resize_TisVector2_tA85D2DD88578276CA8A8796756458277E72D073D_m56C0390C053F9691A6205B03B7FEFFC0DFD7B871_RuntimeMethod_var; extern const RuntimeMethod* Array_Resize_TisVector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_mE09CCC0CA1B60D8E230EF11016A9096028955960_RuntimeMethod_var; extern const RuntimeMethod* Array_Resize_TisVector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E_m9C488ECB425A5762CC2B63F68FB006B6C45309D6_RuntimeMethod_var; extern const RuntimeMethod* Component_GetComponent_TisCanvasRenderer_tB4D9C9FE77FD5C9C4546FC022D6E956960BC2B72_m656D49904B3F94B59037C34C25609C7F992F3625_RuntimeMethod_var; extern const RuntimeMethod* Component_GetComponent_TisLayoutElement_tD503826DB41B6EA85AC689292F8B2661B3C1048B_mACA9D3C2B7ADBC090A1641FD71AE7A7F61811C4E_RuntimeMethod_var; extern const RuntimeMethod* Component_GetComponent_TisMeshFilter_t8D4BA8E8723DE5CFF53B0DA5EE2F6B3A5B0E0FE0_mF3F89565A9CEFF85AA1FB27C6EC64BE590DC386B_RuntimeMethod_var; extern const RuntimeMethod* Component_GetComponent_TisRectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20_m751D9E690C55EAC53AB8C54812EFEAA238E52575_RuntimeMethod_var; extern const RuntimeMethod* Component_GetComponent_TisRenderer_t0556D67DD582620D1F495627EDE30D03284151F4_m3E0C8F08ADF98436AEF5AE9F4C56A51FF7D0A892_RuntimeMethod_var; extern const RuntimeMethod* Component_GetComponent_TisTMP_SpriteAnimator_tEB1A22D4A88DC5AAC3EFBDD8FD10B2A02C7B0D17_mC866972021C4FC76574D6BAEBCDE1DF62BFEA44B_RuntimeMethod_var; extern const RuntimeMethod* Component_GetComponent_TisTMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7_mD443382B13E3276EB4AEE7C0B34B0F06FC474395_RuntimeMethod_var; extern const RuntimeMethod* Component_GetComponent_TisTransform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA_m9885424E349D692D715FADED33BD0E2D0CEFB20F_RuntimeMethod_var; extern const RuntimeMethod* Component_GetComponentsInParent_TisCanvas_tBC28BF1DD8D8499A89B5781505833D3728CF8591_mCDB9F6BF86EDCAA7E9E851979CCAF8A39A50CC1A_RuntimeMethod_var; extern const RuntimeMethod* Component_GetComponents_TisIMaterialModifier_tAC8DDB479CEB6915244BA50AE95BF3BBF9F2E84C_m0E061B892638A68112CEF3A1199498E27C7F93BF_RuntimeMethod_var; extern const RuntimeMethod* Component_GetComponents_TisMask_t082A7A79B4BF2063E5F81D2F84D968569D737CCB_mABE0E5864C7CE9AA6C7EBD5A5A4FABB63E1F1E7A_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2_Add_mBF09C059286B84E7C32F45C8EE608EC50290515B_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2_Add_mCCB932C5E485AD6A3C60E877558D14503AC96CC0_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2_Add_mDC25A2F4744B497C39F127D97327CC7B56E68903_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2_Add_mE4F7F213173082B958C0A53A28B90C39609B4F01_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2_Add_mF6618DFB283E932B23D231CAE8B646844A6C0DCB_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2_Add_mFAD4E21F5CE7180A2C02C7347F2B796CA2114523_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2_Clear_m0CA40F5E4BBDCC81A0B535E960B33E3732184272_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2_Clear_m21BFA6747EB4DEB58CA7722B1A0A3E6804D18726_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2_Clear_m7DE8E346650F09FFAB65ABCACFEBCB2FAB2F4499_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2_ContainsKey_m02249D312CE214756C9763DBAF6F9BF7FD49CB48_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2_ContainsKey_mAD3579388571E44B78561EA372F140CD6A68A47B_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2_ContainsKey_mBC44DAB119CBE7A4B7820ABF12AD024A4654471E_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2_Remove_m094A319B30B2053A6445A621BF73A69B76B28B96_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2_Remove_m739E37A1198D5703D1FF1E0BA3EA1CFEE63AD04B_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2_Remove_mB91AAD925DE095F4E1CB98619C45E3D925AC8C61_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2_TryGetValue_m0DFB2F0EEF292C9B5BB1F29982A4E8B409686056_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2_TryGetValue_m39CD23D9E3A56F0A0AA983400424E3AFF96DC466_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2_TryGetValue_m505F9616419297745581AECD9ACD68DCD3FE0B1D_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2_TryGetValue_m750966FCCA0610E7548D83B4E0037B0424FA8249_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2_TryGetValue_mB9B63D8E7BCFDAE358FC737600D7BEA605A62891_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2_TryGetValue_mCAA4E8F2E26E5B44515EE0F136EE18CE7FA21167_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2_TryGetValue_mF63B7CEA87637EBDF9463BD38E61F29EB10148CC_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2__ctor_m392806454208498594B18750F111F108ACA055CA_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2__ctor_m4D7D0EC2703C4D03F8F1F8F8AD0D70C6F0B3E31B_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2__ctor_m5B4A5BC34051AAA3F4C9590CF249F3A095332161_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2__ctor_m6A1DEBC9CE2F44030B6B80C04A4E0AC16456A66E_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2__ctor_m6E61F53B2620D878B55FAD9AA7F1763930CAA700_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2__ctor_mD52EC54F0E4C5C6BE9EDEEE1F838F09E589387A9_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2_get_Item_m31E51B6CDE6944ED5DE6FF827034160C72DEB956_RuntimeMethod_var; extern const RuntimeMethod* GameObject_AddComponent_TisTMP_SpriteAnimator_tEB1A22D4A88DC5AAC3EFBDD8FD10B2A02C7B0D17_m6E1DAD985C228E9AC2C7EB85E4E9E79618D90540_RuntimeMethod_var; extern const RuntimeMethod* GameObject_AddComponent_TisTMP_SubMeshUI_tA1CA59D5820CBD2494E1A1562E02FE4D4272A2A1_mA7C2BECEC62ED35A056D224057DDD4DAC7B67FC8_RuntimeMethod_var; extern const RuntimeMethod* GameObject_GetComponent_TisMeshFilter_t8D4BA8E8723DE5CFF53B0DA5EE2F6B3A5B0E0FE0_mD1BA4FFEB800AB3D102141CD0A0ECE237EA70FB4_RuntimeMethod_var; extern const RuntimeMethod* GameObject_GetComponent_TisRectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20_m43C07809909DE265C356A2CD8E8B290E74E2EFC7_RuntimeMethod_var; extern const RuntimeMethod* GameObject_GetComponent_TisTMP_SubMesh_tB9C2AFAA42A17F92D31845EEFCD99B144867A96D_mEFD49EBAF1AD467B424BB5A1E63F325F7A3171F2_RuntimeMethod_var; extern const RuntimeMethod* List_1_Add_m2255848B377AE6B60674879FC0019214E6B26D66_RuntimeMethod_var; extern const RuntimeMethod* List_1_Add_m50C0D1F69B2EF31137658E2F052EBBAC7BF82771_RuntimeMethod_var; extern const RuntimeMethod* List_1_Add_m997A073A591DADB7DE9D778CEE76F75807B59E14_RuntimeMethod_var; extern const RuntimeMethod* List_1_Clear_m63FDD80814E06377881C9449DAFC789FE3790638_RuntimeMethod_var; extern const RuntimeMethod* List_1_Clear_mC455BD77767538B1E02BE31A5E915DEE70E7D88C_RuntimeMethod_var; extern const RuntimeMethod* List_1_Contains_m275CA0DC5737E7EF9DBEAC629F8DE280CFFA96D6_RuntimeMethod_var; extern const RuntimeMethod* List_1_FindIndex_mC905B9D699C606452C2031CACCCCF24ACB4FA8CE_RuntimeMethod_var; extern const RuntimeMethod* List_1_RemoveAt_m15D6D619153F836E6F5CB1DE1E86203516519885_RuntimeMethod_var; extern const RuntimeMethod* List_1__ctor_m2DD0B22C2AEB9E37639B1FD8026B51B2C8AAFE50_RuntimeMethod_var; extern const RuntimeMethod* List_1__ctor_m32E37CD83332EFDDFE3E1D7C84ABAA8D8BC5DB34_RuntimeMethod_var; extern const RuntimeMethod* List_1__ctor_m4156BEC52987E84FC9F4140240BD7C6389AA9F01_RuntimeMethod_var; extern const RuntimeMethod* List_1__ctor_mA7F9F92F641CEECFD9D8CFDC667568A05FFD27B4_RuntimeMethod_var; extern const RuntimeMethod* List_1_get_Count_m1699944B3877811C3B111611DCD11DB1F64D6466_RuntimeMethod_var; extern const RuntimeMethod* List_1_get_Count_m1CE55CFD212AF67035DE458318924295971F165B_RuntimeMethod_var; extern const RuntimeMethod* List_1_get_Count_m2229D68C51EA987F8F86549720B342E50D9AA830_RuntimeMethod_var; extern const RuntimeMethod* List_1_get_Count_m43C38F0B404D5702BC5AE12E8DD2D30467061CB4_RuntimeMethod_var; extern const RuntimeMethod* List_1_get_Count_m55E2E357E01B9A9D82D19ECB2E6D4AE7B3C28637_RuntimeMethod_var; extern const RuntimeMethod* List_1_get_Count_mC2BF61E663533AED02640D7F45786D6E5BA355E4_RuntimeMethod_var; extern const RuntimeMethod* List_1_get_Count_mC69B3DF3DBE8F7C578FBC4AAC9361B42D01447AB_RuntimeMethod_var; extern const RuntimeMethod* List_1_get_Count_mE04D8511C4932A02D8555BE67D00DA6376B15628_RuntimeMethod_var; extern const RuntimeMethod* List_1_get_Item_m065F2325CBE72552B7A34C3CDC4DB8734CEF0094_RuntimeMethod_var; extern const RuntimeMethod* List_1_get_Item_m340E24EC2531B411F6394AEC9A80C6E9A573FF74_RuntimeMethod_var; extern const RuntimeMethod* List_1_get_Item_m687E3FAD8F12378B9AA123818CB87FE37AC8BBFB_RuntimeMethod_var; extern const RuntimeMethod* List_1_get_Item_m81E0E009B1CBEE6C2E7B406157858B07ED5DD5BA_RuntimeMethod_var; extern const RuntimeMethod* List_1_get_Item_m9423B6EB6979CF2A23FEA8AAB83F81BB5E6232D4_RuntimeMethod_var; extern const RuntimeMethod* List_1_get_Item_mA2EF700F87EDC8F73DFDAA61F8447F1531DCA9EF_RuntimeMethod_var; extern const RuntimeMethod* List_1_get_Item_mC612817754A6D38EE27C6F53CE39983E997AF393_RuntimeMethod_var; extern const RuntimeMethod* List_1_get_Item_mDE21FE97DC535D40026515C5A11E4E54321E3C8A_RuntimeMethod_var; extern const RuntimeMethod* Predicate_1__ctor_m05419B336180184A16F3D17B38BC86708C8C788E_RuntimeMethod_var; extern const RuntimeMethod* Resources_Load_TisMaterial_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598_m063558F0FA853B659FC7B606407BEF40E8D6D99F_RuntimeMethod_var; extern const RuntimeMethod* Resources_Load_TisTMP_ColorGradient_tEA29C4736B1786301A803B6C0FB30107A10D79B7_m036F6CFD0FF4EC2C939374E820155958D8B6AE27_RuntimeMethod_var; extern const RuntimeMethod* Resources_Load_TisTMP_FontAsset_t44D2006105B39FB33AE5A0ADF07A7EF36C72385C_m7FFD9402FE658F2ACA2B8DC4F8D6E70292984F62_RuntimeMethod_var; extern const RuntimeMethod* Resources_Load_TisTMP_Settings_t1CCF2DFCF66223CC1AC404F9AEE3E257BA37255A_mD35B883B51916EEB56163AA80F1723E244C1E3BB_RuntimeMethod_var; extern const RuntimeMethod* Resources_Load_TisTMP_SpriteAsset_tF896FFED2AA9395D6BC40FFEAC6DE7555A27A487_m235E6B3DF863329928AB7926F34502C74818A7F5_RuntimeMethod_var; extern const RuntimeMethod* Resources_Load_TisTMP_StyleSheet_tC6C45E5B0EC8EF4BA7BB147712516656B0D26C04_mD823A52619FA63BC876C5484D2F5B24AA1533A10_RuntimeMethod_var; extern const RuntimeMethod* TMP_ListPool_1_Get_m2A625FE8890189335F84DBA7B0FFFD984C1AC7CA_RuntimeMethod_var; extern const RuntimeMethod* TMP_ListPool_1_Get_mE7830422D07D873206C9C86EE885950CFCEEC6D3_RuntimeMethod_var; extern const RuntimeMethod* TMP_ListPool_1_Get_mEE0695819C8F1C8188F19F76FBF88EC9DFED2B07_RuntimeMethod_var; extern const RuntimeMethod* TMP_ListPool_1_Release_m4E2034447C89045A490E9635CE79B30E8D24EA80_RuntimeMethod_var; extern const RuntimeMethod* TMP_ListPool_1_Release_mC88951551AE5C45A061D1B7B4E1522EA1CE9735F_RuntimeMethod_var; extern const RuntimeMethod* TMP_ListPool_1_Release_mF773AFF7EA91D0FB0301DC1FB616C312A81C728D_RuntimeMethod_var; extern const RuntimeMethod* TMP_MaterialManager_OnPreRenderCanvas_m839EA882D14989062273CD1D75D2CF7E047BD3CE_RuntimeMethod_var; extern const RuntimeMethod* TMP_MaterialManager_OnPreRender_mCB5BC98FDBD1C0B102E811036BF5136DB2FC9A0D_RuntimeMethod_var; extern const RuntimeMethod* TMP_TextInfo_Resize_TisTMP_LinkInfo_t7F4B699290A975144DF7094667825BCD52594468_m4FB163E67E82336C20B9F358C2757F6D59C8FF15_RuntimeMethod_var; extern const RuntimeMethod* TMP_Text_ResizeInternalArray_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_m643C2435D51D727A61316B4F8792433C575D499D_RuntimeMethod_var; extern const RuntimeMethod* TMP_XmlTagStack_1_Add_m03B0BA2D0C8B5128F0B46F454A4F7B63A1156E74_RuntimeMethod_var; extern const RuntimeMethod* TMP_XmlTagStack_1_Add_m29679127F54B65C98DAED182DD245BF69060F629_RuntimeMethod_var; extern const RuntimeMethod* TMP_XmlTagStack_1_Add_m493ADD7DA19B6D63E1C454B72E928054DDC70B2C_RuntimeMethod_var; extern const RuntimeMethod* TMP_XmlTagStack_1_Add_m7964E658BBB72B97E4EB505FCF67A8ABB851DF9C_RuntimeMethod_var; extern const RuntimeMethod* TMP_XmlTagStack_1_Add_m82B45E361449908A046CD79FFF0D23FA822C54A4_RuntimeMethod_var; extern const RuntimeMethod* TMP_XmlTagStack_1_Add_mB2628B02A9A7FC8B2F221063AEE99319C2970810_RuntimeMethod_var; extern const RuntimeMethod* TMP_XmlTagStack_1_Clear_m05BA8CFA55336352653879F5E39605B34CEB77AA_RuntimeMethod_var; extern const RuntimeMethod* TMP_XmlTagStack_1_Clear_mBC8537575909EDDE7D2A3A12DFE7BA0F221D80B1_RuntimeMethod_var; extern const RuntimeMethod* TMP_XmlTagStack_1_CurrentItem_m1E9D36DBFF6A35363BDE00DE2191A618165B33F4_RuntimeMethod_var; extern const RuntimeMethod* TMP_XmlTagStack_1_Pop_mA3B410BF3987408BF05B5ACD9A8DA46F85A71A72_RuntimeMethod_var; extern const RuntimeMethod* TMP_XmlTagStack_1_Push_mE7ED0C38829B0D8ADA6625EE2E6D8DA4A1BA92D2_RuntimeMethod_var; extern const RuntimeMethod* TMP_XmlTagStack_1_Remove_m22953D95F38A8EC793D3A4622E8E6773AF868E46_RuntimeMethod_var; extern const RuntimeMethod* TMP_XmlTagStack_1_Remove_m8D9BFBC1F5CD98342E36FD3B5A34C3BD39D32595_RuntimeMethod_var; extern const RuntimeMethod* TMP_XmlTagStack_1_Remove_m91E9888483E697CD83EBB99123CF84148ED73261_RuntimeMethod_var; extern const RuntimeMethod* TMP_XmlTagStack_1_Remove_mBD61FA4538DF8537C363244B61E7C0190AF0139D_RuntimeMethod_var; extern const RuntimeMethod* TMP_XmlTagStack_1_Remove_mCA6262745A99717F0A32A777F87949ABB39A1896_RuntimeMethod_var; extern const RuntimeMethod* TMP_XmlTagStack_1_Remove_mF6C330151F1F882EDF2C3E09AAF443D8FB1EF413_RuntimeMethod_var; extern const RuntimeMethod* TMP_XmlTagStack_1_SetDefault_m17ECA8DA42249391B3A14A111616023A8E85DB52_RuntimeMethod_var; extern const RuntimeMethod* TMP_XmlTagStack_1_SetDefault_m2D809655073417FD923ECC16C5532124CE3F71BC_RuntimeMethod_var; extern const RuntimeMethod* TMP_XmlTagStack_1_SetDefault_m65707E628DE429E95D08F4D21FF8416A1343B2C3_RuntimeMethod_var; extern const RuntimeMethod* TMP_XmlTagStack_1_SetDefault_m6CDA9BC2B7EFC3CFCCE823B98D8D3E9CB84863F6_RuntimeMethod_var; extern const RuntimeMethod* TMP_XmlTagStack_1__ctor_m2617DF08A7863E6D29438DC310157023558E2CCC_RuntimeMethod_var; extern const RuntimeMethod* TMP_XmlTagStack_1__ctor_m2EBA860FA568DBF1F45C05331A062B7528B81D73_RuntimeMethod_var; extern const RuntimeMethod* TMP_XmlTagStack_1__ctor_m8A60E76CEA10DC399FC951342ACB2AE23F37A856_RuntimeMethod_var; extern const RuntimeMethod* TMP_XmlTagStack_1__ctor_m90F41C3E14B143EFA607D077D602632173E814CE_RuntimeMethod_var; extern const RuntimeMethod* TMP_XmlTagStack_1__ctor_mF16FADE1F163BEB0A958D482712D9A56FCF5F5F9_RuntimeMethod_var; extern const RuntimeMethod* TMP_XmlTagStack_1__ctor_mF28BB4403B4976794A2BF6A91CDC8CF12110E380_RuntimeMethod_var; extern const RuntimeMethod* U3CCaretBlinkU3Ed__238_System_Collections_IEnumerator_Reset_mC44728F0D38D58F312DCFEE6CFDD9C7B2DDE76E2_RuntimeMethod_var; extern const RuntimeMethod* U3CDoSpriteAnimationInternalU3Ed__7_System_Collections_IEnumerator_Reset_m02D8195F2DE1EA6A1687D2857FE327783C02DEF1_RuntimeMethod_var; extern const RuntimeMethod* U3CMouseDragOutsideRectU3Ed__255_System_Collections_IEnumerator_Reset_mFC1FC109DE387FD901684D32158E52CD3EFD9411_RuntimeMethod_var; extern const RuntimeMethod* U3CU3Ec__DisplayClass10_0_U3CGetBaseMaterialU3Eb__0_m070982C19C98149C5C8F0F153654E9FFD6573E3F_RuntimeMethod_var; extern const RuntimeMethod* U3CU3Ec__DisplayClass12_0_U3CAddMaskingMaterialU3Eb__0_mC2A8207FF0FBEB0407C0103C208377D333A9A947_RuntimeMethod_var; extern const RuntimeMethod* U3CU3Ec__DisplayClass13_0_U3CRemoveStencilMaterialU3Eb__0_mBF6C68341D455F0D169903AC541FC3B1474EEA8E_RuntimeMethod_var; extern const RuntimeMethod* U3CU3Ec__DisplayClass14_0_U3CReleaseBaseMaterialU3Eb__0_m77C16EDB31634336188679321D815574D5CA0D18_RuntimeMethod_var; extern const RuntimeMethod* UnityEvent_1__ctor_mEAC66A07E9EE31DAB32788A5C29B5E2D0B239E91_RuntimeMethod_var; extern const RuntimeMethod* UnityEvent_3__ctor_m68F651C4BE952A05027D339089706F152B77DFBA_RuntimeMethod_var; extern const RuntimeType* RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20_0_0_0_var; extern const RuntimeType* TMP_SubMesh_tB9C2AFAA42A17F92D31845EEFCD99B144867A96D_0_0_0_var; extern const RuntimeType* TextMeshPro_t6FF60D9DCAF295045FE47C014CC855C5784752E2_0_0_0_var; extern const uint32_t OnChangeEvent__ctor_m5D91870239AF60B63837CFD9A7AD318385110566_MetadataUsageId; extern const uint32_t OnValidateInput_BeginInvoke_m4CA340029A37B6121AD91575987C4B55418F7CEB_MetadataUsageId; extern const uint32_t SelectionEvent__ctor_mDE136423905DC114E1508BC15A2D53F3D2DE2BB9_MetadataUsageId; extern const uint32_t SubmitEvent__ctor_mDC065E53A47B58CFEF1CF5DC952D25498FD78A07_MetadataUsageId; extern const uint32_t TMP_LinkInfo_GetLinkID_m08F4A2FC2423450D5AA20BCCDA4F6CDE6F3CBE8E_MetadataUsageId; extern const uint32_t TMP_LinkInfo_GetLinkText_m2588B2538FDD663E9C7D00D21ECD6D9D7F564D8C_MetadataUsageId; extern const uint32_t TMP_LinkInfo_SetLinkID_m20B1AA296BAA576A803F743D7DB6A1CE59C51C05_MetadataUsageId; extern const uint32_t TMP_MaterialManager_AddFallbackMaterialReference_m716AC60C927EF988F11532ED30BF6436E6E92004_MetadataUsageId; extern const uint32_t TMP_MaterialManager_AddMaskingMaterial_m6E756532DBEDCFBB3B3578FB0CBFF6E4255645BD_MetadataUsageId; extern const uint32_t TMP_MaterialManager_CleanupFallbackMaterials_m350C64087007C419901EB7AE4475F6D6623DDBD2_MetadataUsageId; extern const uint32_t TMP_MaterialManager_ClearMaterials_mCB967BE61BDC535C325D74D54EB2ABF43DD904D2_MetadataUsageId; extern const uint32_t TMP_MaterialManager_CopyMaterialPresetProperties_mF602C9E3596B526045982B62B267F98CFD9A3D88_MetadataUsageId; extern const uint32_t TMP_MaterialManager_FindRootSortOverrideCanvas_m5F5ED571F5FBB7F02E17DD0B667FD8A37E160AEF_MetadataUsageId; extern const uint32_t TMP_MaterialManager_GetBaseMaterial_mC2B7B711E49103ECE017B2AFE2E93E6847CFC4AD_MetadataUsageId; extern const uint32_t TMP_MaterialManager_GetFallbackMaterial_m54C7394AEF6C09254D42E35C6E291E5C6BE85D97_MetadataUsageId; extern const uint32_t TMP_MaterialManager_GetMaterialForRendering_m6533DE515A114559DEEEEA48439DFD248B6DD17D_MetadataUsageId; extern const uint32_t TMP_MaterialManager_GetStencilID_m416131A0A82239B3CFD843A0018D6A146176A06C_MetadataUsageId; extern const uint32_t TMP_MaterialManager_GetStencilMaterial_mBC5160EDE5C5E78D2A836BB8C0EF03282045F729_MetadataUsageId; extern const uint32_t TMP_MaterialManager_OnPreRenderCanvas_m839EA882D14989062273CD1D75D2CF7E047BD3CE_MetadataUsageId; extern const uint32_t TMP_MaterialManager_OnPreRender_mCB5BC98FDBD1C0B102E811036BF5136DB2FC9A0D_MetadataUsageId; extern const uint32_t TMP_MaterialManager_ReleaseBaseMaterial_m12A6C5140B13F213B273FBC806C329D4CB750E80_MetadataUsageId; extern const uint32_t TMP_MaterialManager_ReleaseFallbackMaterial_m3ED09333A4A060E004D90CEFD34CF568DC378CF6_MetadataUsageId; extern const uint32_t TMP_MaterialManager_ReleaseStencilMaterial_m051D54EA3C478101B9B690BD7C120A6CA0FFA7F5_MetadataUsageId; extern const uint32_t TMP_MaterialManager_RemoveFallbackMaterialReference_mFD2148F998A6AEE6C4F2386E5A2F9ACB567CD214_MetadataUsageId; extern const uint32_t TMP_MaterialManager_RemoveStencilMaterial_mA81B93609BD3B6064AE083D5E203B4DEFCFD81B1_MetadataUsageId; extern const uint32_t TMP_MaterialManager_SetStencil_mDA4E5E847232AF2335878BA9F7EDEDB48C8DED80_MetadataUsageId; extern const uint32_t TMP_MaterialManager__cctor_mA3E01803C3BD9E9804CA874BA82DDB129A781AFF_MetadataUsageId; extern const uint32_t TMP_Math__cctor_m28B03C0C82CDC26FC7C8F6A1EE2B2FA133E2666B_MetadataUsageId; extern const uint32_t TMP_MeshInfo_ClearUnusedVertices_mD690CEC2537EF76870AB69FFED4A8DD31A3AC7F0_MetadataUsageId; extern const uint32_t TMP_MeshInfo_Clear_m5ED3D53714F14FAAF0312E23C0B2F79557B2A4AE_MetadataUsageId; extern const uint32_t TMP_MeshInfo_Clear_m8AD3382CBB3129497FAEC30AE3B5C8409D0EB953_MetadataUsageId; extern const uint32_t TMP_MeshInfo_ResizeMeshInfo_mADFC1672F4FA41419EA5973DFBC86F5F2D6F404D_MetadataUsageId; extern const uint32_t TMP_MeshInfo_ResizeMeshInfo_mF670709E54C8FA2565148D6BAC962280A444A583_MetadataUsageId; extern const uint32_t TMP_MeshInfo_SortGeometry_m889F420C133A7500E8F8A4A182EB31AD640CD301_MetadataUsageId; extern const uint32_t TMP_MeshInfo__cctor_mE984F1746BAAC39244E0DE17FA28745BAF828388_MetadataUsageId; extern const uint32_t TMP_MeshInfo__ctor_m2BB3A745E1C05B28824E997F16AEE1BA2CBEEB84_MetadataUsageId; extern const uint32_t TMP_MeshInfo__ctor_mDB589231FFC0C3C8B285210AD214AF55B05BD1CF_MetadataUsageId; extern const uint32_t TMP_ScrollbarEventHandler_OnDeselect_m2EE981A8CE435462B07BB798CE4B1B3CB9C31550_MetadataUsageId; extern const uint32_t TMP_ScrollbarEventHandler_OnPointerClick_m5A18FC32525899C65F04E8E9FEE8A61975C4B5E8_MetadataUsageId; extern const uint32_t TMP_ScrollbarEventHandler_OnSelect_mC6F121BB11C777927D613241A5489FAE38541A4B_MetadataUsageId; extern const uint32_t TMP_Settings_GetCharacters_m87B52E9D173924679473739B32E85624198F4A15_MetadataUsageId; extern const uint32_t TMP_Settings_GetFontAsset_m723CC48F271386FBA75E539EC26CC4866A01F804_MetadataUsageId; extern const uint32_t TMP_Settings_GetSettings_mFA0AD57A559BE629AA9DF66493A606D91B4CEC41_MetadataUsageId; extern const uint32_t TMP_Settings_GetSpriteAsset_mD926A79E5BE12B90F764CC2962891F16B8F41884_MetadataUsageId; extern const uint32_t TMP_Settings_GetStyleSheet_m5BC59BCA8BD19C004CC6ADA6C39B0FE33998064A_MetadataUsageId; extern const uint32_t TMP_Settings_LoadDefaultSettings_m2EA42466A832FF963D2CF8F34B3F24F5C7500900_MetadataUsageId; extern const uint32_t TMP_Settings_LoadLinebreakingRules_m1932F75FD27536A13BA3973E00E483B6C477B6AD_MetadataUsageId; extern const uint32_t TMP_Settings_get_instance_mED364A86AB8411EEB0C7A458A66484B1C98B7CB9_MetadataUsageId; extern const uint32_t TMP_Settings_get_version_m39F3DDEDECDA6FA43D83E524ADBB456AC4C8D1F0_MetadataUsageId; extern const uint32_t TMP_SpriteAnimator_Awake_m6A9BAB89D2307AFD0BCB270890C84744055D6C5E_MetadataUsageId; extern const uint32_t TMP_SpriteAnimator_DoSpriteAnimationInternal_m144E4B3BDEDEF0DDB2072179173D40B496FBFFD9_MetadataUsageId; extern const uint32_t TMP_SpriteAnimator_DoSpriteAnimation_mFA62CD0D49EB370AE7FA91FF341AAB4A62CDD315_MetadataUsageId; extern const uint32_t TMP_SpriteAnimator_StopAllAnimations_m80939F1E1D0B76FC7983A5715BD1034D44F59AE1_MetadataUsageId; extern const uint32_t TMP_SpriteAnimator__ctor_m60F7416159A00530BF4FC021FA42E33953D209E3_MetadataUsageId; extern const uint32_t TMP_SpriteAsset_GetDefaultSpriteMaterial_m845A6273ED57DAF047CBD43341F29454FE19ED1A_MetadataUsageId; extern const uint32_t TMP_SpriteAsset_GetSpriteIndexFromHashcode_m3C05A1728A1C0D0392F35EE9B63FDC1EB068DFE5_MetadataUsageId; extern const uint32_t TMP_SpriteAsset_GetSpriteIndexFromName_mFD0F909D3245AEDDCC906F6172E819982E5AFDC6_MetadataUsageId; extern const uint32_t TMP_SpriteAsset_GetSpriteIndexFromUnicode_m2445A2410D0362AF2A6E1202E2738637A66F0C9C_MetadataUsageId; extern const uint32_t TMP_SpriteAsset_SearchForSpriteByHashCodeInternal_mD6F8AE0031CD58440EEA4FA716D7FA146AF3B039_MetadataUsageId; extern const uint32_t TMP_SpriteAsset_SearchForSpriteByHashCodeInternal_mF9C5148D00B7AA13937D2ED2DC79EF6ADC319BDD_MetadataUsageId; extern const uint32_t TMP_SpriteAsset_SearchForSpriteByHashCode_mED6A9B28B532508D0C43989005C3E394DDFD2206_MetadataUsageId; extern const uint32_t TMP_SpriteAsset_SearchForSpriteByUnicodeInternal_mA073A742AC41FF4D7424C88E91E1129907FF6476_MetadataUsageId; extern const uint32_t TMP_SpriteAsset_SearchForSpriteByUnicodeInternal_mF31D99E6AE05B81F746886B9859FD19997292B9E_MetadataUsageId; extern const uint32_t TMP_SpriteAsset_SearchForSpriteByUnicode_m81AD8D6CDC00E06C4E98BE1F4F25C77A4795F289_MetadataUsageId; extern const uint32_t TMP_SpriteAsset_UpdateLookupTables_m473F3B6B16DDF60B0D4A07036D0965DAC70EA4A5_MetadataUsageId; extern const uint32_t TMP_SpriteAsset_get_defaultSpriteAsset_mAE5B87576844D14BF573B48221351E90F88293B6_MetadataUsageId; extern const uint32_t TMP_StyleSheet_GetStyleInternal_m0D35B4B992B4480E62319981E1EB36F886E62CD7_MetadataUsageId; extern const uint32_t TMP_StyleSheet_LoadStyleDictionaryInternal_m03FA3CD9BF70427B5A7D578ADFC31A1C1348969D_MetadataUsageId; extern const uint32_t TMP_StyleSheet_UpdateStyleDictionaryKey_m377BB2F87B93A92387B51DA1DC782FE1BE0CD2BD_MetadataUsageId; extern const uint32_t TMP_StyleSheet_UpdateStyleSheet_m43D3D95B330A07CF426419BF19F4C7B44875B77B_MetadataUsageId; extern const uint32_t TMP_StyleSheet__ctor_m79D60BAFF83CD70D93262BB6E7851A7FF99A17D3_MetadataUsageId; extern const uint32_t TMP_StyleSheet_get_instance_mDCFB261DE16AE3D3FEE5A2FC55ED82E65ED6752B_MetadataUsageId; extern const uint32_t TMP_Style_RefreshStyle_mDA383979A1CF696431A044B7BFB927C973E41CDC_MetadataUsageId; extern const uint32_t TMP_SubMeshUI_AddSubTextObject_mE3BE58DD1E65F547250AC7534F0E985896473635_MetadataUsageId; extern const uint32_t TMP_SubMeshUI_CreateMaterialInstance_m97A8EF7732C8A4DC78E722DEE259802114824A0B_MetadataUsageId; extern const uint32_t TMP_SubMeshUI_GetMaterial_m46EE1E480485814ADB252DA1DA9530097651C209_MetadataUsageId; extern const uint32_t TMP_SubMeshUI_GetModifiedMaterial_m924A0ADD80340624FBDDC1C79E02EE44EADE182D_MetadataUsageId; extern const uint32_t TMP_SubMeshUI_GetPaddingForMaterial_m0EF23FF6E7ED8FD5A9A5D25A503C3AD409FD9E06_MetadataUsageId; extern const uint32_t TMP_SubMeshUI_GetPaddingForMaterial_m84C43B4E5E8A5ED40903C1321AC84AFFBACC139F_MetadataUsageId; extern const uint32_t TMP_SubMeshUI_GetSharedMaterial_m68FE901F3890B4CC93C0B6612EB87B02C4263A8D_MetadataUsageId; extern const uint32_t TMP_SubMeshUI_OnDestroy_m08DA023C2E1465331C49DAF46A8CBCA53BE85F14_MetadataUsageId; extern const uint32_t TMP_SubMeshUI_OnDisable_mC4F0D0768E150EFCB43933F3D1A2924C8F152DEC_MetadataUsageId; extern const uint32_t TMP_SubMeshUI_SetVerticesDirty_m78F45A53C0B18BDF80866FA3B35DB5C0F76E010B_MetadataUsageId; extern const uint32_t TMP_SubMeshUI_UpdateGeometry_m99688341598A7360DD3BEC3BCEC826BD4B767028_MetadataUsageId; extern const uint32_t TMP_SubMeshUI_UpdateMaterial_mF0F5647995D3B781F2D170FB951C26BB9200C747_MetadataUsageId; extern const uint32_t TMP_SubMeshUI_UpdateMeshPadding_mD3CCCD0DE1D1C463479C52F6A9BE9F52279A7B96_MetadataUsageId; extern const uint32_t TMP_SubMeshUI_get_canvasRenderer_mE49DFC3D69EFAC885E3619B4B2C7A518B06C4738_MetadataUsageId; extern const uint32_t TMP_SubMeshUI_get_mainTexture_m75EBC20D6DF2EB308E2CF25DA453696AF9EDA2D8_MetadataUsageId; extern const uint32_t TMP_SubMeshUI_get_materialForRendering_mC24A045110E8E98310469BCA5A34DEE254CFB498_MetadataUsageId; extern const uint32_t TMP_SubMeshUI_get_mesh_mCBCF215077B2044CAC4CB91585C0EAFB376FB788_MetadataUsageId; extern const uint32_t TMP_SubMeshUI_set_fallbackMaterial_m6F0E2367FBCD108AE3716BF44B6E13DD9C590162_MetadataUsageId; extern const uint32_t TMP_SubMeshUI_set_material_m4EA71447E0C2293251DAD48F614DE6C80BE42285_MetadataUsageId; extern const uint32_t TMP_SubMesh_AddSubTextObject_mB7B7238D8F39F657241137CC37465938DEAF738E_MetadataUsageId; extern const uint32_t TMP_SubMesh_CreateMaterialInstance_mA343250B63F0480986C539DD7A8BB91991C7A1A3_MetadataUsageId; extern const uint32_t TMP_SubMesh_DestroySelf_mD8C31083236F16DB1E9CF02C944D4B85B8D03B2F_MetadataUsageId; extern const uint32_t TMP_SubMesh_GetMaterial_m8474E2B4A097E31B172D4830B26EB8C662E2F7F4_MetadataUsageId; extern const uint32_t TMP_SubMesh_GetPaddingForMaterial_m7C4AA173286AEFC51F8A0C6244305EFBE0D77C15_MetadataUsageId; extern const uint32_t TMP_SubMesh_GetSharedMaterial_m5132D5C66C31AEE52A4503C5A3DB673455FD4D04_MetadataUsageId; extern const uint32_t TMP_SubMesh_OnDestroy_mCD31CE389300981012099EDFB0083264094EAB00_MetadataUsageId; extern const uint32_t TMP_SubMesh_OnDisable_mCC6CF5F9DE6BF4C6093F278FA08A812CD282AA78_MetadataUsageId; extern const uint32_t TMP_SubMesh_OnEnable_m6553FA792DE68981F9CB2E3575E43C59794C3A7D_MetadataUsageId; extern const uint32_t TMP_SubMesh_SetVerticesDirty_m0DCB0817F132B3EC914185DE787786166C34F081_MetadataUsageId; extern const uint32_t TMP_SubMesh_UpdateMaterial_m88AFF6F9C91E2ECFC3FC67DB2D2EB414666E4E08_MetadataUsageId; extern const uint32_t TMP_SubMesh_UpdateMeshPadding_m0F83AE63A001CA3E837DBD04C3AE812E3BFAD721_MetadataUsageId; extern const uint32_t TMP_SubMesh_get_meshFilter_mA62434D5993EAEEEDA2656BFC820EAD453E05ED7_MetadataUsageId; extern const uint32_t TMP_SubMesh_get_mesh_m97B26133112C9C2B950F614CD2ECBD2517FB96AE_MetadataUsageId; extern const uint32_t TMP_SubMesh_get_renderer_m41AAA8AA7765A2B0A722B0C7BE4D0CFB456B50BE_MetadataUsageId; extern const uint32_t TMP_SubMesh_set_fallbackMaterial_m5AAE65076AB071DB5FF6483571D8DB8D67DFD34D_MetadataUsageId; extern const uint32_t TMP_Text_AddFloatToCharArray_mB8DBBB4E59471D825334A1F12D37D4E984993527_MetadataUsageId; extern const uint32_t TMP_Text_CalculatePreferredValues_mAD41359339EAB2AC14C01547C87B58C43AA26055_MetadataUsageId; extern const uint32_t TMP_Text_CreateMaterialInstance_m5C75A42D058ECD5AA55546EF76AEC63C13B5D48A_MetadataUsageId; extern const uint32_t TMP_Text_DrawTextHighlight_mBB66188D449A5056466A7E87C0DB6A62786E4F6E_MetadataUsageId; extern const uint32_t TMP_Text_DrawUnderlineMesh_mAC0C99B6E0E054743903E252910B0D03AA20F059_MetadataUsageId; extern const uint32_t TMP_Text_FillCharacterVertexBuffers_mC4D58D84C4B6901054E14E77F8ACFF32E5062CDF_MetadataUsageId; extern const uint32_t TMP_Text_GetParsedText_m32D1E8D177CF340C95546B8AEC00FCCC70E1E9C0_MetadataUsageId; extern const uint32_t TMP_Text_GetPreferredHeight_m746C2BEFF40208B3AE28160CB3BA5B48467CE11A_MetadataUsageId; extern const uint32_t TMP_Text_GetPreferredValues_m5A655DB26C49A177628B3FF46B581245051C8A7F_MetadataUsageId; extern const uint32_t TMP_Text_GetPreferredWidth_mBAE2F8D3045661A66AD6D953AB03C67E8EDE7884_MetadataUsageId; extern const uint32_t TMP_Text_GetRenderedValues_m0054DC6EDB8AF7780B071DA2D68B61BF5F24410B_MetadataUsageId; extern const uint32_t TMP_Text_GetRenderedValues_m9B822CE403B2DE4A087568B4793BB0C1F4D9093D_MetadataUsageId; extern const uint32_t TMP_Text_GetSpecialCharacters_m113088313670FA27611D4B80E3B716188CD764D2_MetadataUsageId; extern const uint32_t TMP_Text_GetTextBounds_m02E9B122F3E4F9CBFCA04674978EF7A0FECEA45F_MetadataUsageId; extern const uint32_t TMP_Text_GetTextBounds_m356167ABEF50B830CC5CF0838F419C5AA712F70E_MetadataUsageId; extern const uint32_t TMP_Text_HexCharsToColor_mDA26BEC23AC05B301874BE980B871C25C9572030_MetadataUsageId; extern const uint32_t TMP_Text_IsTagName_m405FF7D7F28E099336640FF26368FB5FF1B45608_MetadataUsageId; extern const uint32_t TMP_Text_IsTagName_m7C1513CB94AC9B8123FEB4E467B85A4922E7620F_MetadataUsageId; extern const uint32_t TMP_Text_IsTagName_mB9BFDF8BBB8ABFD24C310597848E634A20D5D4F3_MetadataUsageId; extern const uint32_t TMP_Text_IsTagName_mC9DAAC5BCC8265F5CCD5E3B0FD6EB7555FB60896_MetadataUsageId; extern const uint32_t TMP_Text_LoadDefaultSettings_mF25E632EF6893FC8F21015016A41ECAC84F65070_MetadataUsageId; extern const uint32_t TMP_Text_ReplaceClosingStyleTag_m7D2044ACA018021B5A751EB07DA456B459A0870C_MetadataUsageId; extern const uint32_t TMP_Text_ReplaceClosingStyleTag_mB8616DDF1ECDA70B9098C38B74D1E7C734485BDE_MetadataUsageId; extern const uint32_t TMP_Text_ReplaceClosingStyleTag_mC289D866D8FDD4FF1E501A80CBBD2C66F0A87F34_MetadataUsageId; extern const uint32_t TMP_Text_ReplaceClosingStyleTag_mEE6A350D0FD0DB6A1AD763C5195180A80537310A_MetadataUsageId; extern const uint32_t TMP_Text_ReplaceOpeningStyleTag_m81DC125E8CDF5CB25D3B97F2143DFCB52D2819C3_MetadataUsageId; extern const uint32_t TMP_Text_ReplaceOpeningStyleTag_mB0EC9AF98C75D5F2AD4EB83C503433904D61A369_MetadataUsageId; extern const uint32_t TMP_Text_ReplaceOpeningStyleTag_mB94635B03CC19D81E9DD02D8379FC5143CA11C9F_MetadataUsageId; extern const uint32_t TMP_Text_ReplaceOpeningStyleTag_mD6AA967C884E57EB64B918D4E516AF3AACA31D15_MetadataUsageId; extern const uint32_t TMP_Text_ResizeLineExtents_m4B2D1137863B76A03199E9ED042FEE7C1A1220CC_MetadataUsageId; extern const uint32_t TMP_Text_SaveGlyphVertexInfo_m5B17CDF9884DBF375C572E6F81893E10A6DD3C6C_MetadataUsageId; extern const uint32_t TMP_Text_SaveSpriteVertexInfo_m591F4C69A4869D42745398DA7E32A2523CDA183D_MetadataUsageId; extern const uint32_t TMP_Text_SetCharArray_m533103FA8E3649D58EB0D266CDE6AA4B06F7CBCF_MetadataUsageId; extern const uint32_t TMP_Text_SetCharArray_m9FAB24E5F518356DE8C4B8C0BB553141920CDDDE_MetadataUsageId; extern const uint32_t TMP_Text_SetCharArray_mC32F52335F38CC32E1221AC47362A58C279D1413_MetadataUsageId; extern const uint32_t TMP_Text_SetTextArrayToCharArray_mD795CDDADB142E4E211E4E24C07F98B87A5B3637_MetadataUsageId; extern const uint32_t TMP_Text_SetVertexColorGradient_m75210CF17159C4624ED7CA86B25100D7E621E458_MetadataUsageId; extern const uint32_t TMP_Text_StringBuilderToIntArray_m57A04C15156CC13A6BFCD6A6D1D0EADFAA11EC50_MetadataUsageId; extern const uint32_t TMP_Text_StringToCharArray_m1FF449C077ED3CD1F592077896D4ED6C75269A11_MetadataUsageId; extern const uint32_t TMP_Text_ValidateHtmlTag_mA1D35659E45CCB9527D6BF0A41B6F0C6BC546F77_MetadataUsageId; extern const uint32_t TMP_Text__cctor_m29A610CEFE37029538BFDD4B42DD53C36CF95390_MetadataUsageId; extern const uint32_t TMP_Text__ctor_m6444C2C1FB1948F2597F8A1AB77FB239A81E5CA2_MetadataUsageId; extern const uint32_t TMP_Text_get_bounds_m7E7F2C8D0DD7CC68CE034CF5423F996D69CBEFE7_MetadataUsageId; extern const uint32_t TMP_Text_get_faceColor_m4F272162906C7A1671177D8A7205E046C34FA070_MetadataUsageId; extern const uint32_t TMP_Text_get_layoutElement_mF2543803B3125A200614ACFD15986D76994018AD_MetadataUsageId; extern const uint32_t TMP_Text_get_outlineColor_mF14BC9C22F2A61B8FF3C3225DD8393D8D58EB78C_MetadataUsageId; extern const uint32_t TMP_Text_get_outlineWidth_mFB3398A4FB667873ECEA3389EB0AFBD6EC635F1F_MetadataUsageId; extern const uint32_t TMP_Text_get_pixelsPerUnit_m81B760800BA1680E84BC2571B7C2CF45DC0C1F8E_MetadataUsageId; extern const uint32_t TMP_Text_get_rectTransform_m7D5ABF7B98E93576BDA8F7E1A2A7415284D4F05E_MetadataUsageId; extern const uint32_t TMP_Text_get_spriteAnimator_mA468A6CCBAB56268107BACABE9F050CA8FCE1DC9_MetadataUsageId; extern const uint32_t TMP_Text_get_transform_m9AEC630AEC329A1A36760BC203AFF907027B5B1C_MetadataUsageId; extern const uint32_t TMP_Text_set_fontMaterial_m19DDF984AC62E246FEB3BE7CEAB0223F31D2820D_MetadataUsageId; extern const uint32_t TMP_Text_set_fontSharedMaterial_m00766CC7424BC54B8761A45ED472472C94985A3C_MetadataUsageId; extern const uint32_t TMP_Text_set_font_mA12EB3B05A3E13AA1A419E41D703565FA38CD93F_MetadataUsageId; extern const uint32_t TMP_Text_set_linkedTextComponent_m7A420A57136DFBD6B2E792AC0386A7AFE7DFC742_MetadataUsageId; extern const uint32_t TMP_Text_set_margin_mC256DE10A2D8A26A631D7065CDE64F32AED1B9AB_MetadataUsageId; extern const uint32_t TextSelectionEvent__ctor_m0E1828CFD97B30DD17D95AFD58EA97E6261595CA_MetadataUsageId; extern const uint32_t U3CCaretBlinkU3Ed__238_System_Collections_IEnumerator_Reset_mC44728F0D38D58F312DCFEE6CFDD9C7B2DDE76E2_MetadataUsageId; extern const uint32_t U3CDoSpriteAnimationInternalU3Ed__7_MoveNext_m291E89FF50D99F13C1EFF8FCE39C97B3AC2C9AAE_MetadataUsageId; extern const uint32_t U3CDoSpriteAnimationInternalU3Ed__7_System_Collections_IEnumerator_Reset_m02D8195F2DE1EA6A1687D2857FE327783C02DEF1_MetadataUsageId; extern const uint32_t U3CMouseDragOutsideRectU3Ed__255_MoveNext_m03784513F83F1FA31B65F4E51F01AA66A738A245_MetadataUsageId; extern const uint32_t U3CMouseDragOutsideRectU3Ed__255_System_Collections_IEnumerator_Reset_mFC1FC109DE387FD901684D32158E52CD3EFD9411_MetadataUsageId; extern const uint32_t U3CU3Ec__DisplayClass10_0_U3CGetBaseMaterialU3Eb__0_m070982C19C98149C5C8F0F153654E9FFD6573E3F_MetadataUsageId; extern const uint32_t U3CU3Ec__DisplayClass12_0_U3CAddMaskingMaterialU3Eb__0_mC2A8207FF0FBEB0407C0103C208377D333A9A947_MetadataUsageId; extern const uint32_t U3CU3Ec__DisplayClass13_0_U3CRemoveStencilMaterialU3Eb__0_mBF6C68341D455F0D169903AC541FC3B1474EEA8E_MetadataUsageId; extern const uint32_t U3CU3Ec__DisplayClass14_0_U3CReleaseBaseMaterialU3Eb__0_m77C16EDB31634336188679321D815574D5CA0D18_MetadataUsageId; struct Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 ; struct Delegate_t_marshaled_com; struct Delegate_t_marshaled_pinvoke; struct Exception_t_marshaled_com; struct Exception_t_marshaled_pinvoke; struct Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ; struct Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ; struct Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E ; struct CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2; struct DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86; struct Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83; struct ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A; struct SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5; struct StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E; struct TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F; struct MaterialReferenceU5BU5D_t01EC9C1C00A504C2EF9FBAF95DE26BB88E9B743B; struct TMP_CharacterInfoU5BU5D_t415BD08A7E8A8C311B1F7BD9C3AC60BF99339604; struct TMP_ColorGradientU5BU5D_t0948D618AC4240E6F0CFE0125BB6A4E931DE847C; struct TMP_FontWeightsU5BU5D_t9FFE1820D3ADA4C96281B4595E9DEC04CF5297C1; struct TMP_LineInfoU5BU5D_t3D5D11E746B537C3951927E490B7A1BAB9C23A5C; struct TMP_LinkInfoU5BU5D_t5965804162EB43CD70F792B74DA179B32224BB0D; struct TMP_MeshInfoU5BU5D_t7F7564862ADABD75DAD9B09FF274591F807FFDE9; struct TextAlignmentOptionsU5BU5D_t4AE8FA5E3D695ED64EBBCFBAF8C780A0EB0BD33B; struct XML_TagAttributeU5BU5D_tFE12AC6A01EC7B573E971252DAB696F355F76B6B; struct Color32U5BU5D_tABFBCB467E6D1B791303A0D3A3AA1A482F620983; struct MaterialU5BU5D_tD2350F98F2A1BB6C7A5FBFE1474DFC47331AB398; struct Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6; struct Vector3U5BU5D_tB9EC3346CC4A0EA5447D968E84A9AC1F6F372C28; struct Vector4U5BU5D_t51402C154FFFCF7217A9BEC4B834F0B726C10F66; #ifndef RUNTIMEOBJECT_H #define RUNTIMEOBJECT_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Object #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // RUNTIMEOBJECT_H struct Il2CppArrayBounds; #ifndef RUNTIMEARRAY_H #define RUNTIMEARRAY_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Array #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // RUNTIMEARRAY_H #ifndef DICTIONARY_2_T2258334B2FD1F225C68C5C4869898F9DF49998FB_H #define DICTIONARY_2_T2258334B2FD1F225C68C5C4869898F9DF49998FB_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t2258334B2FD1F225C68C5C4869898F9DF49998FB : public RuntimeObject { public: // System.Int32[] System.Collections.Generic.Dictionary`2::buckets Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___buckets_0; // System.Collections.Generic.Dictionary`2_Entry[] System.Collections.Generic.Dictionary`2::entries EntryU5BU5D_tA596791A37F5C2B925EE1476BA2442D5E5316A65* ___entries_1; // System.Int32 System.Collections.Generic.Dictionary`2::count int32_t ___count_2; // System.Int32 System.Collections.Generic.Dictionary`2::version int32_t ___version_3; // System.Int32 System.Collections.Generic.Dictionary`2::freeList int32_t ___freeList_4; // System.Int32 System.Collections.Generic.Dictionary`2::freeCount int32_t ___freeCount_5; // System.Collections.Generic.IEqualityComparer`1 System.Collections.Generic.Dictionary`2::comparer RuntimeObject* ___comparer_6; // System.Collections.Generic.Dictionary`2_KeyCollection System.Collections.Generic.Dictionary`2::keys KeyCollection_tDE5C2F87AF59381514D6B5EA859528D8F7714914 * ___keys_7; // System.Collections.Generic.Dictionary`2_ValueCollection System.Collections.Generic.Dictionary`2::values ValueCollection_t798235ED912A931B30CE1D4420394A2C70F92D3B * ___values_8; // System.Object System.Collections.Generic.Dictionary`2::_syncRoot RuntimeObject * ____syncRoot_9; public: inline static int32_t get_offset_of_buckets_0() { return static_cast(offsetof(Dictionary_2_t2258334B2FD1F225C68C5C4869898F9DF49998FB, ___buckets_0)); } inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get_buckets_0() const { return ___buckets_0; } inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of_buckets_0() { return &___buckets_0; } inline void set_buckets_0(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value) { ___buckets_0 = value; Il2CppCodeGenWriteBarrier((&___buckets_0), value); } inline static int32_t get_offset_of_entries_1() { return static_cast(offsetof(Dictionary_2_t2258334B2FD1F225C68C5C4869898F9DF49998FB, ___entries_1)); } inline EntryU5BU5D_tA596791A37F5C2B925EE1476BA2442D5E5316A65* get_entries_1() const { return ___entries_1; } inline EntryU5BU5D_tA596791A37F5C2B925EE1476BA2442D5E5316A65** get_address_of_entries_1() { return &___entries_1; } inline void set_entries_1(EntryU5BU5D_tA596791A37F5C2B925EE1476BA2442D5E5316A65* value) { ___entries_1 = value; Il2CppCodeGenWriteBarrier((&___entries_1), value); } inline static int32_t get_offset_of_count_2() { return static_cast(offsetof(Dictionary_2_t2258334B2FD1F225C68C5C4869898F9DF49998FB, ___count_2)); } inline int32_t get_count_2() const { return ___count_2; } inline int32_t* get_address_of_count_2() { return &___count_2; } inline void set_count_2(int32_t value) { ___count_2 = value; } inline static int32_t get_offset_of_version_3() { return static_cast(offsetof(Dictionary_2_t2258334B2FD1F225C68C5C4869898F9DF49998FB, ___version_3)); } inline int32_t get_version_3() const { return ___version_3; } inline int32_t* get_address_of_version_3() { return &___version_3; } inline void set_version_3(int32_t value) { ___version_3 = value; } inline static int32_t get_offset_of_freeList_4() { return static_cast(offsetof(Dictionary_2_t2258334B2FD1F225C68C5C4869898F9DF49998FB, ___freeList_4)); } inline int32_t get_freeList_4() const { return ___freeList_4; } inline int32_t* get_address_of_freeList_4() { return &___freeList_4; } inline void set_freeList_4(int32_t value) { ___freeList_4 = value; } inline static int32_t get_offset_of_freeCount_5() { return static_cast(offsetof(Dictionary_2_t2258334B2FD1F225C68C5C4869898F9DF49998FB, ___freeCount_5)); } inline int32_t get_freeCount_5() const { return ___freeCount_5; } inline int32_t* get_address_of_freeCount_5() { return &___freeCount_5; } inline void set_freeCount_5(int32_t value) { ___freeCount_5 = value; } inline static int32_t get_offset_of_comparer_6() { return static_cast(offsetof(Dictionary_2_t2258334B2FD1F225C68C5C4869898F9DF49998FB, ___comparer_6)); } inline RuntimeObject* get_comparer_6() const { return ___comparer_6; } inline RuntimeObject** get_address_of_comparer_6() { return &___comparer_6; } inline void set_comparer_6(RuntimeObject* value) { ___comparer_6 = value; Il2CppCodeGenWriteBarrier((&___comparer_6), value); } inline static int32_t get_offset_of_keys_7() { return static_cast(offsetof(Dictionary_2_t2258334B2FD1F225C68C5C4869898F9DF49998FB, ___keys_7)); } inline KeyCollection_tDE5C2F87AF59381514D6B5EA859528D8F7714914 * get_keys_7() const { return ___keys_7; } inline KeyCollection_tDE5C2F87AF59381514D6B5EA859528D8F7714914 ** get_address_of_keys_7() { return &___keys_7; } inline void set_keys_7(KeyCollection_tDE5C2F87AF59381514D6B5EA859528D8F7714914 * value) { ___keys_7 = value; Il2CppCodeGenWriteBarrier((&___keys_7), value); } inline static int32_t get_offset_of_values_8() { return static_cast(offsetof(Dictionary_2_t2258334B2FD1F225C68C5C4869898F9DF49998FB, ___values_8)); } inline ValueCollection_t798235ED912A931B30CE1D4420394A2C70F92D3B * get_values_8() const { return ___values_8; } inline ValueCollection_t798235ED912A931B30CE1D4420394A2C70F92D3B ** get_address_of_values_8() { return &___values_8; } inline void set_values_8(ValueCollection_t798235ED912A931B30CE1D4420394A2C70F92D3B * value) { ___values_8 = value; Il2CppCodeGenWriteBarrier((&___values_8), value); } inline static int32_t get_offset_of__syncRoot_9() { return static_cast(offsetof(Dictionary_2_t2258334B2FD1F225C68C5C4869898F9DF49998FB, ____syncRoot_9)); } inline RuntimeObject * get__syncRoot_9() const { return ____syncRoot_9; } inline RuntimeObject ** get_address_of__syncRoot_9() { return &____syncRoot_9; } inline void set__syncRoot_9(RuntimeObject * value) { ____syncRoot_9 = value; Il2CppCodeGenWriteBarrier((&____syncRoot_9), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DICTIONARY_2_T2258334B2FD1F225C68C5C4869898F9DF49998FB_H #ifndef DICTIONARY_2_TE3E6025AC9C3BB9097F41BFF9BC27B2BBFCDE55E_H #define DICTIONARY_2_TE3E6025AC9C3BB9097F41BFF9BC27B2BBFCDE55E_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.Dictionary`2 struct Dictionary_2_tE3E6025AC9C3BB9097F41BFF9BC27B2BBFCDE55E : public RuntimeObject { public: // System.Int32[] System.Collections.Generic.Dictionary`2::buckets Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___buckets_0; // System.Collections.Generic.Dictionary`2_Entry[] System.Collections.Generic.Dictionary`2::entries EntryU5BU5D_t83472AF42CF15340B69320DB78A92569D3E0E84A* ___entries_1; // System.Int32 System.Collections.Generic.Dictionary`2::count int32_t ___count_2; // System.Int32 System.Collections.Generic.Dictionary`2::version int32_t ___version_3; // System.Int32 System.Collections.Generic.Dictionary`2::freeList int32_t ___freeList_4; // System.Int32 System.Collections.Generic.Dictionary`2::freeCount int32_t ___freeCount_5; // System.Collections.Generic.IEqualityComparer`1 System.Collections.Generic.Dictionary`2::comparer RuntimeObject* ___comparer_6; // System.Collections.Generic.Dictionary`2_KeyCollection System.Collections.Generic.Dictionary`2::keys KeyCollection_tFE8CF965F943777FDE01AA327E8A8A064F02D5C6 * ___keys_7; // System.Collections.Generic.Dictionary`2_ValueCollection System.Collections.Generic.Dictionary`2::values ValueCollection_t499AE4EBD0009EE2502F3E20540139817D2B32B4 * ___values_8; // System.Object System.Collections.Generic.Dictionary`2::_syncRoot RuntimeObject * ____syncRoot_9; public: inline static int32_t get_offset_of_buckets_0() { return static_cast(offsetof(Dictionary_2_tE3E6025AC9C3BB9097F41BFF9BC27B2BBFCDE55E, ___buckets_0)); } inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get_buckets_0() const { return ___buckets_0; } inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of_buckets_0() { return &___buckets_0; } inline void set_buckets_0(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value) { ___buckets_0 = value; Il2CppCodeGenWriteBarrier((&___buckets_0), value); } inline static int32_t get_offset_of_entries_1() { return static_cast(offsetof(Dictionary_2_tE3E6025AC9C3BB9097F41BFF9BC27B2BBFCDE55E, ___entries_1)); } inline EntryU5BU5D_t83472AF42CF15340B69320DB78A92569D3E0E84A* get_entries_1() const { return ___entries_1; } inline EntryU5BU5D_t83472AF42CF15340B69320DB78A92569D3E0E84A** get_address_of_entries_1() { return &___entries_1; } inline void set_entries_1(EntryU5BU5D_t83472AF42CF15340B69320DB78A92569D3E0E84A* value) { ___entries_1 = value; Il2CppCodeGenWriteBarrier((&___entries_1), value); } inline static int32_t get_offset_of_count_2() { return static_cast(offsetof(Dictionary_2_tE3E6025AC9C3BB9097F41BFF9BC27B2BBFCDE55E, ___count_2)); } inline int32_t get_count_2() const { return ___count_2; } inline int32_t* get_address_of_count_2() { return &___count_2; } inline void set_count_2(int32_t value) { ___count_2 = value; } inline static int32_t get_offset_of_version_3() { return static_cast(offsetof(Dictionary_2_tE3E6025AC9C3BB9097F41BFF9BC27B2BBFCDE55E, ___version_3)); } inline int32_t get_version_3() const { return ___version_3; } inline int32_t* get_address_of_version_3() { return &___version_3; } inline void set_version_3(int32_t value) { ___version_3 = value; } inline static int32_t get_offset_of_freeList_4() { return static_cast(offsetof(Dictionary_2_tE3E6025AC9C3BB9097F41BFF9BC27B2BBFCDE55E, ___freeList_4)); } inline int32_t get_freeList_4() const { return ___freeList_4; } inline int32_t* get_address_of_freeList_4() { return &___freeList_4; } inline void set_freeList_4(int32_t value) { ___freeList_4 = value; } inline static int32_t get_offset_of_freeCount_5() { return static_cast(offsetof(Dictionary_2_tE3E6025AC9C3BB9097F41BFF9BC27B2BBFCDE55E, ___freeCount_5)); } inline int32_t get_freeCount_5() const { return ___freeCount_5; } inline int32_t* get_address_of_freeCount_5() { return &___freeCount_5; } inline void set_freeCount_5(int32_t value) { ___freeCount_5 = value; } inline static int32_t get_offset_of_comparer_6() { return static_cast(offsetof(Dictionary_2_tE3E6025AC9C3BB9097F41BFF9BC27B2BBFCDE55E, ___comparer_6)); } inline RuntimeObject* get_comparer_6() const { return ___comparer_6; } inline RuntimeObject** get_address_of_comparer_6() { return &___comparer_6; } inline void set_comparer_6(RuntimeObject* value) { ___comparer_6 = value; Il2CppCodeGenWriteBarrier((&___comparer_6), value); } inline static int32_t get_offset_of_keys_7() { return static_cast(offsetof(Dictionary_2_tE3E6025AC9C3BB9097F41BFF9BC27B2BBFCDE55E, ___keys_7)); } inline KeyCollection_tFE8CF965F943777FDE01AA327E8A8A064F02D5C6 * get_keys_7() const { return ___keys_7; } inline KeyCollection_tFE8CF965F943777FDE01AA327E8A8A064F02D5C6 ** get_address_of_keys_7() { return &___keys_7; } inline void set_keys_7(KeyCollection_tFE8CF965F943777FDE01AA327E8A8A064F02D5C6 * value) { ___keys_7 = value; Il2CppCodeGenWriteBarrier((&___keys_7), value); } inline static int32_t get_offset_of_values_8() { return static_cast(offsetof(Dictionary_2_tE3E6025AC9C3BB9097F41BFF9BC27B2BBFCDE55E, ___values_8)); } inline ValueCollection_t499AE4EBD0009EE2502F3E20540139817D2B32B4 * get_values_8() const { return ___values_8; } inline ValueCollection_t499AE4EBD0009EE2502F3E20540139817D2B32B4 ** get_address_of_values_8() { return &___values_8; } inline void set_values_8(ValueCollection_t499AE4EBD0009EE2502F3E20540139817D2B32B4 * value) { ___values_8 = value; Il2CppCodeGenWriteBarrier((&___values_8), value); } inline static int32_t get_offset_of__syncRoot_9() { return static_cast(offsetof(Dictionary_2_tE3E6025AC9C3BB9097F41BFF9BC27B2BBFCDE55E, ____syncRoot_9)); } inline RuntimeObject * get__syncRoot_9() const { return ____syncRoot_9; } inline RuntimeObject ** get_address_of__syncRoot_9() { return &____syncRoot_9; } inline void set__syncRoot_9(RuntimeObject * value) { ____syncRoot_9 = value; Il2CppCodeGenWriteBarrier((&____syncRoot_9), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DICTIONARY_2_TE3E6025AC9C3BB9097F41BFF9BC27B2BBFCDE55E_H #ifndef DICTIONARY_2_TFE2A3F3BDE1290B85039D74816BB1FE1109BE0F8_H #define DICTIONARY_2_TFE2A3F3BDE1290B85039D74816BB1FE1109BE0F8_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.Dictionary`2 struct Dictionary_2_tFE2A3F3BDE1290B85039D74816BB1FE1109BE0F8 : public RuntimeObject { public: // System.Int32[] System.Collections.Generic.Dictionary`2::buckets Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___buckets_0; // System.Collections.Generic.Dictionary`2_Entry[] System.Collections.Generic.Dictionary`2::entries EntryU5BU5D_t771BA166F0450465AFAF66A1700FD2795A4BA1F9* ___entries_1; // System.Int32 System.Collections.Generic.Dictionary`2::count int32_t ___count_2; // System.Int32 System.Collections.Generic.Dictionary`2::version int32_t ___version_3; // System.Int32 System.Collections.Generic.Dictionary`2::freeList int32_t ___freeList_4; // System.Int32 System.Collections.Generic.Dictionary`2::freeCount int32_t ___freeCount_5; // System.Collections.Generic.IEqualityComparer`1 System.Collections.Generic.Dictionary`2::comparer RuntimeObject* ___comparer_6; // System.Collections.Generic.Dictionary`2_KeyCollection System.Collections.Generic.Dictionary`2::keys KeyCollection_t07175316A062A97612A0750CD9FCFAC6C13270FA * ___keys_7; // System.Collections.Generic.Dictionary`2_ValueCollection System.Collections.Generic.Dictionary`2::values ValueCollection_t4B03F142CD9DE8CA06D9CD246A5403B64C000D60 * ___values_8; // System.Object System.Collections.Generic.Dictionary`2::_syncRoot RuntimeObject * ____syncRoot_9; public: inline static int32_t get_offset_of_buckets_0() { return static_cast(offsetof(Dictionary_2_tFE2A3F3BDE1290B85039D74816BB1FE1109BE0F8, ___buckets_0)); } inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get_buckets_0() const { return ___buckets_0; } inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of_buckets_0() { return &___buckets_0; } inline void set_buckets_0(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value) { ___buckets_0 = value; Il2CppCodeGenWriteBarrier((&___buckets_0), value); } inline static int32_t get_offset_of_entries_1() { return static_cast(offsetof(Dictionary_2_tFE2A3F3BDE1290B85039D74816BB1FE1109BE0F8, ___entries_1)); } inline EntryU5BU5D_t771BA166F0450465AFAF66A1700FD2795A4BA1F9* get_entries_1() const { return ___entries_1; } inline EntryU5BU5D_t771BA166F0450465AFAF66A1700FD2795A4BA1F9** get_address_of_entries_1() { return &___entries_1; } inline void set_entries_1(EntryU5BU5D_t771BA166F0450465AFAF66A1700FD2795A4BA1F9* value) { ___entries_1 = value; Il2CppCodeGenWriteBarrier((&___entries_1), value); } inline static int32_t get_offset_of_count_2() { return static_cast(offsetof(Dictionary_2_tFE2A3F3BDE1290B85039D74816BB1FE1109BE0F8, ___count_2)); } inline int32_t get_count_2() const { return ___count_2; } inline int32_t* get_address_of_count_2() { return &___count_2; } inline void set_count_2(int32_t value) { ___count_2 = value; } inline static int32_t get_offset_of_version_3() { return static_cast(offsetof(Dictionary_2_tFE2A3F3BDE1290B85039D74816BB1FE1109BE0F8, ___version_3)); } inline int32_t get_version_3() const { return ___version_3; } inline int32_t* get_address_of_version_3() { return &___version_3; } inline void set_version_3(int32_t value) { ___version_3 = value; } inline static int32_t get_offset_of_freeList_4() { return static_cast(offsetof(Dictionary_2_tFE2A3F3BDE1290B85039D74816BB1FE1109BE0F8, ___freeList_4)); } inline int32_t get_freeList_4() const { return ___freeList_4; } inline int32_t* get_address_of_freeList_4() { return &___freeList_4; } inline void set_freeList_4(int32_t value) { ___freeList_4 = value; } inline static int32_t get_offset_of_freeCount_5() { return static_cast(offsetof(Dictionary_2_tFE2A3F3BDE1290B85039D74816BB1FE1109BE0F8, ___freeCount_5)); } inline int32_t get_freeCount_5() const { return ___freeCount_5; } inline int32_t* get_address_of_freeCount_5() { return &___freeCount_5; } inline void set_freeCount_5(int32_t value) { ___freeCount_5 = value; } inline static int32_t get_offset_of_comparer_6() { return static_cast(offsetof(Dictionary_2_tFE2A3F3BDE1290B85039D74816BB1FE1109BE0F8, ___comparer_6)); } inline RuntimeObject* get_comparer_6() const { return ___comparer_6; } inline RuntimeObject** get_address_of_comparer_6() { return &___comparer_6; } inline void set_comparer_6(RuntimeObject* value) { ___comparer_6 = value; Il2CppCodeGenWriteBarrier((&___comparer_6), value); } inline static int32_t get_offset_of_keys_7() { return static_cast(offsetof(Dictionary_2_tFE2A3F3BDE1290B85039D74816BB1FE1109BE0F8, ___keys_7)); } inline KeyCollection_t07175316A062A97612A0750CD9FCFAC6C13270FA * get_keys_7() const { return ___keys_7; } inline KeyCollection_t07175316A062A97612A0750CD9FCFAC6C13270FA ** get_address_of_keys_7() { return &___keys_7; } inline void set_keys_7(KeyCollection_t07175316A062A97612A0750CD9FCFAC6C13270FA * value) { ___keys_7 = value; Il2CppCodeGenWriteBarrier((&___keys_7), value); } inline static int32_t get_offset_of_values_8() { return static_cast(offsetof(Dictionary_2_tFE2A3F3BDE1290B85039D74816BB1FE1109BE0F8, ___values_8)); } inline ValueCollection_t4B03F142CD9DE8CA06D9CD246A5403B64C000D60 * get_values_8() const { return ___values_8; } inline ValueCollection_t4B03F142CD9DE8CA06D9CD246A5403B64C000D60 ** get_address_of_values_8() { return &___values_8; } inline void set_values_8(ValueCollection_t4B03F142CD9DE8CA06D9CD246A5403B64C000D60 * value) { ___values_8 = value; Il2CppCodeGenWriteBarrier((&___values_8), value); } inline static int32_t get_offset_of__syncRoot_9() { return static_cast(offsetof(Dictionary_2_tFE2A3F3BDE1290B85039D74816BB1FE1109BE0F8, ____syncRoot_9)); } inline RuntimeObject * get__syncRoot_9() const { return ____syncRoot_9; } inline RuntimeObject ** get_address_of__syncRoot_9() { return &____syncRoot_9; } inline void set__syncRoot_9(RuntimeObject * value) { ____syncRoot_9 = value; Il2CppCodeGenWriteBarrier((&____syncRoot_9), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DICTIONARY_2_TFE2A3F3BDE1290B85039D74816BB1FE1109BE0F8_H #ifndef DICTIONARY_2_T153D0F5AE46083080C7F009F4157945894AE5172_H #define DICTIONARY_2_T153D0F5AE46083080C7F009F4157945894AE5172_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t153D0F5AE46083080C7F009F4157945894AE5172 : public RuntimeObject { public: // System.Int32[] System.Collections.Generic.Dictionary`2::buckets Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___buckets_0; // System.Collections.Generic.Dictionary`2_Entry[] System.Collections.Generic.Dictionary`2::entries EntryU5BU5D_t90E4F8C54658D7EA3F0A2651885278664C1571E5* ___entries_1; // System.Int32 System.Collections.Generic.Dictionary`2::count int32_t ___count_2; // System.Int32 System.Collections.Generic.Dictionary`2::version int32_t ___version_3; // System.Int32 System.Collections.Generic.Dictionary`2::freeList int32_t ___freeList_4; // System.Int32 System.Collections.Generic.Dictionary`2::freeCount int32_t ___freeCount_5; // System.Collections.Generic.IEqualityComparer`1 System.Collections.Generic.Dictionary`2::comparer RuntimeObject* ___comparer_6; // System.Collections.Generic.Dictionary`2_KeyCollection System.Collections.Generic.Dictionary`2::keys KeyCollection_t03BB272A9451A135AD2A72A4423621732C54D8F0 * ___keys_7; // System.Collections.Generic.Dictionary`2_ValueCollection System.Collections.Generic.Dictionary`2::values ValueCollection_tFA9430740A64EE9E99B7BDFDA616D8159CB5F833 * ___values_8; // System.Object System.Collections.Generic.Dictionary`2::_syncRoot RuntimeObject * ____syncRoot_9; public: inline static int32_t get_offset_of_buckets_0() { return static_cast(offsetof(Dictionary_2_t153D0F5AE46083080C7F009F4157945894AE5172, ___buckets_0)); } inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get_buckets_0() const { return ___buckets_0; } inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of_buckets_0() { return &___buckets_0; } inline void set_buckets_0(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value) { ___buckets_0 = value; Il2CppCodeGenWriteBarrier((&___buckets_0), value); } inline static int32_t get_offset_of_entries_1() { return static_cast(offsetof(Dictionary_2_t153D0F5AE46083080C7F009F4157945894AE5172, ___entries_1)); } inline EntryU5BU5D_t90E4F8C54658D7EA3F0A2651885278664C1571E5* get_entries_1() const { return ___entries_1; } inline EntryU5BU5D_t90E4F8C54658D7EA3F0A2651885278664C1571E5** get_address_of_entries_1() { return &___entries_1; } inline void set_entries_1(EntryU5BU5D_t90E4F8C54658D7EA3F0A2651885278664C1571E5* value) { ___entries_1 = value; Il2CppCodeGenWriteBarrier((&___entries_1), value); } inline static int32_t get_offset_of_count_2() { return static_cast(offsetof(Dictionary_2_t153D0F5AE46083080C7F009F4157945894AE5172, ___count_2)); } inline int32_t get_count_2() const { return ___count_2; } inline int32_t* get_address_of_count_2() { return &___count_2; } inline void set_count_2(int32_t value) { ___count_2 = value; } inline static int32_t get_offset_of_version_3() { return static_cast(offsetof(Dictionary_2_t153D0F5AE46083080C7F009F4157945894AE5172, ___version_3)); } inline int32_t get_version_3() const { return ___version_3; } inline int32_t* get_address_of_version_3() { return &___version_3; } inline void set_version_3(int32_t value) { ___version_3 = value; } inline static int32_t get_offset_of_freeList_4() { return static_cast(offsetof(Dictionary_2_t153D0F5AE46083080C7F009F4157945894AE5172, ___freeList_4)); } inline int32_t get_freeList_4() const { return ___freeList_4; } inline int32_t* get_address_of_freeList_4() { return &___freeList_4; } inline void set_freeList_4(int32_t value) { ___freeList_4 = value; } inline static int32_t get_offset_of_freeCount_5() { return static_cast(offsetof(Dictionary_2_t153D0F5AE46083080C7F009F4157945894AE5172, ___freeCount_5)); } inline int32_t get_freeCount_5() const { return ___freeCount_5; } inline int32_t* get_address_of_freeCount_5() { return &___freeCount_5; } inline void set_freeCount_5(int32_t value) { ___freeCount_5 = value; } inline static int32_t get_offset_of_comparer_6() { return static_cast(offsetof(Dictionary_2_t153D0F5AE46083080C7F009F4157945894AE5172, ___comparer_6)); } inline RuntimeObject* get_comparer_6() const { return ___comparer_6; } inline RuntimeObject** get_address_of_comparer_6() { return &___comparer_6; } inline void set_comparer_6(RuntimeObject* value) { ___comparer_6 = value; Il2CppCodeGenWriteBarrier((&___comparer_6), value); } inline static int32_t get_offset_of_keys_7() { return static_cast(offsetof(Dictionary_2_t153D0F5AE46083080C7F009F4157945894AE5172, ___keys_7)); } inline KeyCollection_t03BB272A9451A135AD2A72A4423621732C54D8F0 * get_keys_7() const { return ___keys_7; } inline KeyCollection_t03BB272A9451A135AD2A72A4423621732C54D8F0 ** get_address_of_keys_7() { return &___keys_7; } inline void set_keys_7(KeyCollection_t03BB272A9451A135AD2A72A4423621732C54D8F0 * value) { ___keys_7 = value; Il2CppCodeGenWriteBarrier((&___keys_7), value); } inline static int32_t get_offset_of_values_8() { return static_cast(offsetof(Dictionary_2_t153D0F5AE46083080C7F009F4157945894AE5172, ___values_8)); } inline ValueCollection_tFA9430740A64EE9E99B7BDFDA616D8159CB5F833 * get_values_8() const { return ___values_8; } inline ValueCollection_tFA9430740A64EE9E99B7BDFDA616D8159CB5F833 ** get_address_of_values_8() { return &___values_8; } inline void set_values_8(ValueCollection_tFA9430740A64EE9E99B7BDFDA616D8159CB5F833 * value) { ___values_8 = value; Il2CppCodeGenWriteBarrier((&___values_8), value); } inline static int32_t get_offset_of__syncRoot_9() { return static_cast(offsetof(Dictionary_2_t153D0F5AE46083080C7F009F4157945894AE5172, ____syncRoot_9)); } inline RuntimeObject * get__syncRoot_9() const { return ____syncRoot_9; } inline RuntimeObject ** get_address_of__syncRoot_9() { return &____syncRoot_9; } inline void set__syncRoot_9(RuntimeObject * value) { ____syncRoot_9 = value; Il2CppCodeGenWriteBarrier((&____syncRoot_9), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DICTIONARY_2_T153D0F5AE46083080C7F009F4157945894AE5172_H #ifndef DICTIONARY_2_TDB939E6E0E9E83758F9FA2A270BB63BA4F2AAB51_H #define DICTIONARY_2_TDB939E6E0E9E83758F9FA2A270BB63BA4F2AAB51_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.Dictionary`2 struct Dictionary_2_tDB939E6E0E9E83758F9FA2A270BB63BA4F2AAB51 : public RuntimeObject { public: // System.Int32[] System.Collections.Generic.Dictionary`2::buckets Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___buckets_0; // System.Collections.Generic.Dictionary`2_Entry[] System.Collections.Generic.Dictionary`2::entries EntryU5BU5D_t772E68E8A6D443C9D7FA9AD0A1CE7DA227B1716F* ___entries_1; // System.Int32 System.Collections.Generic.Dictionary`2::count int32_t ___count_2; // System.Int32 System.Collections.Generic.Dictionary`2::version int32_t ___version_3; // System.Int32 System.Collections.Generic.Dictionary`2::freeList int32_t ___freeList_4; // System.Int32 System.Collections.Generic.Dictionary`2::freeCount int32_t ___freeCount_5; // System.Collections.Generic.IEqualityComparer`1 System.Collections.Generic.Dictionary`2::comparer RuntimeObject* ___comparer_6; // System.Collections.Generic.Dictionary`2_KeyCollection System.Collections.Generic.Dictionary`2::keys KeyCollection_t820F2769751F9F0B58C93C02C9670AB526A52F76 * ___keys_7; // System.Collections.Generic.Dictionary`2_ValueCollection System.Collections.Generic.Dictionary`2::values ValueCollection_tAE2877D42D5EAFB57503A06072903D664FAB8BBC * ___values_8; // System.Object System.Collections.Generic.Dictionary`2::_syncRoot RuntimeObject * ____syncRoot_9; public: inline static int32_t get_offset_of_buckets_0() { return static_cast(offsetof(Dictionary_2_tDB939E6E0E9E83758F9FA2A270BB63BA4F2AAB51, ___buckets_0)); } inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get_buckets_0() const { return ___buckets_0; } inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of_buckets_0() { return &___buckets_0; } inline void set_buckets_0(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value) { ___buckets_0 = value; Il2CppCodeGenWriteBarrier((&___buckets_0), value); } inline static int32_t get_offset_of_entries_1() { return static_cast(offsetof(Dictionary_2_tDB939E6E0E9E83758F9FA2A270BB63BA4F2AAB51, ___entries_1)); } inline EntryU5BU5D_t772E68E8A6D443C9D7FA9AD0A1CE7DA227B1716F* get_entries_1() const { return ___entries_1; } inline EntryU5BU5D_t772E68E8A6D443C9D7FA9AD0A1CE7DA227B1716F** get_address_of_entries_1() { return &___entries_1; } inline void set_entries_1(EntryU5BU5D_t772E68E8A6D443C9D7FA9AD0A1CE7DA227B1716F* value) { ___entries_1 = value; Il2CppCodeGenWriteBarrier((&___entries_1), value); } inline static int32_t get_offset_of_count_2() { return static_cast(offsetof(Dictionary_2_tDB939E6E0E9E83758F9FA2A270BB63BA4F2AAB51, ___count_2)); } inline int32_t get_count_2() const { return ___count_2; } inline int32_t* get_address_of_count_2() { return &___count_2; } inline void set_count_2(int32_t value) { ___count_2 = value; } inline static int32_t get_offset_of_version_3() { return static_cast(offsetof(Dictionary_2_tDB939E6E0E9E83758F9FA2A270BB63BA4F2AAB51, ___version_3)); } inline int32_t get_version_3() const { return ___version_3; } inline int32_t* get_address_of_version_3() { return &___version_3; } inline void set_version_3(int32_t value) { ___version_3 = value; } inline static int32_t get_offset_of_freeList_4() { return static_cast(offsetof(Dictionary_2_tDB939E6E0E9E83758F9FA2A270BB63BA4F2AAB51, ___freeList_4)); } inline int32_t get_freeList_4() const { return ___freeList_4; } inline int32_t* get_address_of_freeList_4() { return &___freeList_4; } inline void set_freeList_4(int32_t value) { ___freeList_4 = value; } inline static int32_t get_offset_of_freeCount_5() { return static_cast(offsetof(Dictionary_2_tDB939E6E0E9E83758F9FA2A270BB63BA4F2AAB51, ___freeCount_5)); } inline int32_t get_freeCount_5() const { return ___freeCount_5; } inline int32_t* get_address_of_freeCount_5() { return &___freeCount_5; } inline void set_freeCount_5(int32_t value) { ___freeCount_5 = value; } inline static int32_t get_offset_of_comparer_6() { return static_cast(offsetof(Dictionary_2_tDB939E6E0E9E83758F9FA2A270BB63BA4F2AAB51, ___comparer_6)); } inline RuntimeObject* get_comparer_6() const { return ___comparer_6; } inline RuntimeObject** get_address_of_comparer_6() { return &___comparer_6; } inline void set_comparer_6(RuntimeObject* value) { ___comparer_6 = value; Il2CppCodeGenWriteBarrier((&___comparer_6), value); } inline static int32_t get_offset_of_keys_7() { return static_cast(offsetof(Dictionary_2_tDB939E6E0E9E83758F9FA2A270BB63BA4F2AAB51, ___keys_7)); } inline KeyCollection_t820F2769751F9F0B58C93C02C9670AB526A52F76 * get_keys_7() const { return ___keys_7; } inline KeyCollection_t820F2769751F9F0B58C93C02C9670AB526A52F76 ** get_address_of_keys_7() { return &___keys_7; } inline void set_keys_7(KeyCollection_t820F2769751F9F0B58C93C02C9670AB526A52F76 * value) { ___keys_7 = value; Il2CppCodeGenWriteBarrier((&___keys_7), value); } inline static int32_t get_offset_of_values_8() { return static_cast(offsetof(Dictionary_2_tDB939E6E0E9E83758F9FA2A270BB63BA4F2AAB51, ___values_8)); } inline ValueCollection_tAE2877D42D5EAFB57503A06072903D664FAB8BBC * get_values_8() const { return ___values_8; } inline ValueCollection_tAE2877D42D5EAFB57503A06072903D664FAB8BBC ** get_address_of_values_8() { return &___values_8; } inline void set_values_8(ValueCollection_tAE2877D42D5EAFB57503A06072903D664FAB8BBC * value) { ___values_8 = value; Il2CppCodeGenWriteBarrier((&___values_8), value); } inline static int32_t get_offset_of__syncRoot_9() { return static_cast(offsetof(Dictionary_2_tDB939E6E0E9E83758F9FA2A270BB63BA4F2AAB51, ____syncRoot_9)); } inline RuntimeObject * get__syncRoot_9() const { return ____syncRoot_9; } inline RuntimeObject ** get_address_of__syncRoot_9() { return &____syncRoot_9; } inline void set__syncRoot_9(RuntimeObject * value) { ____syncRoot_9 = value; Il2CppCodeGenWriteBarrier((&____syncRoot_9), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DICTIONARY_2_TDB939E6E0E9E83758F9FA2A270BB63BA4F2AAB51_H #ifndef DICTIONARY_2_T221535D3325411A400D9459B702A8CBB211138AA_H #define DICTIONARY_2_T221535D3325411A400D9459B702A8CBB211138AA_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t221535D3325411A400D9459B702A8CBB211138AA : public RuntimeObject { public: // System.Int32[] System.Collections.Generic.Dictionary`2::buckets Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___buckets_0; // System.Collections.Generic.Dictionary`2_Entry[] System.Collections.Generic.Dictionary`2::entries EntryU5BU5D_t1E4AE0D6B995525BB1C4D41DEEFBE471BC18D016* ___entries_1; // System.Int32 System.Collections.Generic.Dictionary`2::count int32_t ___count_2; // System.Int32 System.Collections.Generic.Dictionary`2::version int32_t ___version_3; // System.Int32 System.Collections.Generic.Dictionary`2::freeList int32_t ___freeList_4; // System.Int32 System.Collections.Generic.Dictionary`2::freeCount int32_t ___freeCount_5; // System.Collections.Generic.IEqualityComparer`1 System.Collections.Generic.Dictionary`2::comparer RuntimeObject* ___comparer_6; // System.Collections.Generic.Dictionary`2_KeyCollection System.Collections.Generic.Dictionary`2::keys KeyCollection_t3EB97B973F23219D7B2F2030C752C31454E13D68 * ___keys_7; // System.Collections.Generic.Dictionary`2_ValueCollection System.Collections.Generic.Dictionary`2::values ValueCollection_t9FC6D60C751701CD8F6837C8B0743F956AE91B94 * ___values_8; // System.Object System.Collections.Generic.Dictionary`2::_syncRoot RuntimeObject * ____syncRoot_9; public: inline static int32_t get_offset_of_buckets_0() { return static_cast(offsetof(Dictionary_2_t221535D3325411A400D9459B702A8CBB211138AA, ___buckets_0)); } inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get_buckets_0() const { return ___buckets_0; } inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of_buckets_0() { return &___buckets_0; } inline void set_buckets_0(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value) { ___buckets_0 = value; Il2CppCodeGenWriteBarrier((&___buckets_0), value); } inline static int32_t get_offset_of_entries_1() { return static_cast(offsetof(Dictionary_2_t221535D3325411A400D9459B702A8CBB211138AA, ___entries_1)); } inline EntryU5BU5D_t1E4AE0D6B995525BB1C4D41DEEFBE471BC18D016* get_entries_1() const { return ___entries_1; } inline EntryU5BU5D_t1E4AE0D6B995525BB1C4D41DEEFBE471BC18D016** get_address_of_entries_1() { return &___entries_1; } inline void set_entries_1(EntryU5BU5D_t1E4AE0D6B995525BB1C4D41DEEFBE471BC18D016* value) { ___entries_1 = value; Il2CppCodeGenWriteBarrier((&___entries_1), value); } inline static int32_t get_offset_of_count_2() { return static_cast(offsetof(Dictionary_2_t221535D3325411A400D9459B702A8CBB211138AA, ___count_2)); } inline int32_t get_count_2() const { return ___count_2; } inline int32_t* get_address_of_count_2() { return &___count_2; } inline void set_count_2(int32_t value) { ___count_2 = value; } inline static int32_t get_offset_of_version_3() { return static_cast(offsetof(Dictionary_2_t221535D3325411A400D9459B702A8CBB211138AA, ___version_3)); } inline int32_t get_version_3() const { return ___version_3; } inline int32_t* get_address_of_version_3() { return &___version_3; } inline void set_version_3(int32_t value) { ___version_3 = value; } inline static int32_t get_offset_of_freeList_4() { return static_cast(offsetof(Dictionary_2_t221535D3325411A400D9459B702A8CBB211138AA, ___freeList_4)); } inline int32_t get_freeList_4() const { return ___freeList_4; } inline int32_t* get_address_of_freeList_4() { return &___freeList_4; } inline void set_freeList_4(int32_t value) { ___freeList_4 = value; } inline static int32_t get_offset_of_freeCount_5() { return static_cast(offsetof(Dictionary_2_t221535D3325411A400D9459B702A8CBB211138AA, ___freeCount_5)); } inline int32_t get_freeCount_5() const { return ___freeCount_5; } inline int32_t* get_address_of_freeCount_5() { return &___freeCount_5; } inline void set_freeCount_5(int32_t value) { ___freeCount_5 = value; } inline static int32_t get_offset_of_comparer_6() { return static_cast(offsetof(Dictionary_2_t221535D3325411A400D9459B702A8CBB211138AA, ___comparer_6)); } inline RuntimeObject* get_comparer_6() const { return ___comparer_6; } inline RuntimeObject** get_address_of_comparer_6() { return &___comparer_6; } inline void set_comparer_6(RuntimeObject* value) { ___comparer_6 = value; Il2CppCodeGenWriteBarrier((&___comparer_6), value); } inline static int32_t get_offset_of_keys_7() { return static_cast(offsetof(Dictionary_2_t221535D3325411A400D9459B702A8CBB211138AA, ___keys_7)); } inline KeyCollection_t3EB97B973F23219D7B2F2030C752C31454E13D68 * get_keys_7() const { return ___keys_7; } inline KeyCollection_t3EB97B973F23219D7B2F2030C752C31454E13D68 ** get_address_of_keys_7() { return &___keys_7; } inline void set_keys_7(KeyCollection_t3EB97B973F23219D7B2F2030C752C31454E13D68 * value) { ___keys_7 = value; Il2CppCodeGenWriteBarrier((&___keys_7), value); } inline static int32_t get_offset_of_values_8() { return static_cast(offsetof(Dictionary_2_t221535D3325411A400D9459B702A8CBB211138AA, ___values_8)); } inline ValueCollection_t9FC6D60C751701CD8F6837C8B0743F956AE91B94 * get_values_8() const { return ___values_8; } inline ValueCollection_t9FC6D60C751701CD8F6837C8B0743F956AE91B94 ** get_address_of_values_8() { return &___values_8; } inline void set_values_8(ValueCollection_t9FC6D60C751701CD8F6837C8B0743F956AE91B94 * value) { ___values_8 = value; Il2CppCodeGenWriteBarrier((&___values_8), value); } inline static int32_t get_offset_of__syncRoot_9() { return static_cast(offsetof(Dictionary_2_t221535D3325411A400D9459B702A8CBB211138AA, ____syncRoot_9)); } inline RuntimeObject * get__syncRoot_9() const { return ____syncRoot_9; } inline RuntimeObject ** get_address_of__syncRoot_9() { return &____syncRoot_9; } inline void set__syncRoot_9(RuntimeObject * value) { ____syncRoot_9 = value; Il2CppCodeGenWriteBarrier((&____syncRoot_9), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DICTIONARY_2_T221535D3325411A400D9459B702A8CBB211138AA_H #ifndef DICTIONARY_2_T00BE7C96940D99992E2BD12503120721610579B6_H #define DICTIONARY_2_T00BE7C96940D99992E2BD12503120721610579B6_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t00BE7C96940D99992E2BD12503120721610579B6 : public RuntimeObject { public: // System.Int32[] System.Collections.Generic.Dictionary`2::buckets Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___buckets_0; // System.Collections.Generic.Dictionary`2_Entry[] System.Collections.Generic.Dictionary`2::entries EntryU5BU5D_t9E77B457CE81537B7A52CA81FB44CD61E6C768DE* ___entries_1; // System.Int32 System.Collections.Generic.Dictionary`2::count int32_t ___count_2; // System.Int32 System.Collections.Generic.Dictionary`2::version int32_t ___version_3; // System.Int32 System.Collections.Generic.Dictionary`2::freeList int32_t ___freeList_4; // System.Int32 System.Collections.Generic.Dictionary`2::freeCount int32_t ___freeCount_5; // System.Collections.Generic.IEqualityComparer`1 System.Collections.Generic.Dictionary`2::comparer RuntimeObject* ___comparer_6; // System.Collections.Generic.Dictionary`2_KeyCollection System.Collections.Generic.Dictionary`2::keys KeyCollection_t35AEDBC9333063E685B0630066A07E27DAA4458E * ___keys_7; // System.Collections.Generic.Dictionary`2_ValueCollection System.Collections.Generic.Dictionary`2::values ValueCollection_tD05BE7E874606BE1666F506FBA62FF2A845B26CF * ___values_8; // System.Object System.Collections.Generic.Dictionary`2::_syncRoot RuntimeObject * ____syncRoot_9; public: inline static int32_t get_offset_of_buckets_0() { return static_cast(offsetof(Dictionary_2_t00BE7C96940D99992E2BD12503120721610579B6, ___buckets_0)); } inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get_buckets_0() const { return ___buckets_0; } inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of_buckets_0() { return &___buckets_0; } inline void set_buckets_0(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value) { ___buckets_0 = value; Il2CppCodeGenWriteBarrier((&___buckets_0), value); } inline static int32_t get_offset_of_entries_1() { return static_cast(offsetof(Dictionary_2_t00BE7C96940D99992E2BD12503120721610579B6, ___entries_1)); } inline EntryU5BU5D_t9E77B457CE81537B7A52CA81FB44CD61E6C768DE* get_entries_1() const { return ___entries_1; } inline EntryU5BU5D_t9E77B457CE81537B7A52CA81FB44CD61E6C768DE** get_address_of_entries_1() { return &___entries_1; } inline void set_entries_1(EntryU5BU5D_t9E77B457CE81537B7A52CA81FB44CD61E6C768DE* value) { ___entries_1 = value; Il2CppCodeGenWriteBarrier((&___entries_1), value); } inline static int32_t get_offset_of_count_2() { return static_cast(offsetof(Dictionary_2_t00BE7C96940D99992E2BD12503120721610579B6, ___count_2)); } inline int32_t get_count_2() const { return ___count_2; } inline int32_t* get_address_of_count_2() { return &___count_2; } inline void set_count_2(int32_t value) { ___count_2 = value; } inline static int32_t get_offset_of_version_3() { return static_cast(offsetof(Dictionary_2_t00BE7C96940D99992E2BD12503120721610579B6, ___version_3)); } inline int32_t get_version_3() const { return ___version_3; } inline int32_t* get_address_of_version_3() { return &___version_3; } inline void set_version_3(int32_t value) { ___version_3 = value; } inline static int32_t get_offset_of_freeList_4() { return static_cast(offsetof(Dictionary_2_t00BE7C96940D99992E2BD12503120721610579B6, ___freeList_4)); } inline int32_t get_freeList_4() const { return ___freeList_4; } inline int32_t* get_address_of_freeList_4() { return &___freeList_4; } inline void set_freeList_4(int32_t value) { ___freeList_4 = value; } inline static int32_t get_offset_of_freeCount_5() { return static_cast(offsetof(Dictionary_2_t00BE7C96940D99992E2BD12503120721610579B6, ___freeCount_5)); } inline int32_t get_freeCount_5() const { return ___freeCount_5; } inline int32_t* get_address_of_freeCount_5() { return &___freeCount_5; } inline void set_freeCount_5(int32_t value) { ___freeCount_5 = value; } inline static int32_t get_offset_of_comparer_6() { return static_cast(offsetof(Dictionary_2_t00BE7C96940D99992E2BD12503120721610579B6, ___comparer_6)); } inline RuntimeObject* get_comparer_6() const { return ___comparer_6; } inline RuntimeObject** get_address_of_comparer_6() { return &___comparer_6; } inline void set_comparer_6(RuntimeObject* value) { ___comparer_6 = value; Il2CppCodeGenWriteBarrier((&___comparer_6), value); } inline static int32_t get_offset_of_keys_7() { return static_cast(offsetof(Dictionary_2_t00BE7C96940D99992E2BD12503120721610579B6, ___keys_7)); } inline KeyCollection_t35AEDBC9333063E685B0630066A07E27DAA4458E * get_keys_7() const { return ___keys_7; } inline KeyCollection_t35AEDBC9333063E685B0630066A07E27DAA4458E ** get_address_of_keys_7() { return &___keys_7; } inline void set_keys_7(KeyCollection_t35AEDBC9333063E685B0630066A07E27DAA4458E * value) { ___keys_7 = value; Il2CppCodeGenWriteBarrier((&___keys_7), value); } inline static int32_t get_offset_of_values_8() { return static_cast(offsetof(Dictionary_2_t00BE7C96940D99992E2BD12503120721610579B6, ___values_8)); } inline ValueCollection_tD05BE7E874606BE1666F506FBA62FF2A845B26CF * get_values_8() const { return ___values_8; } inline ValueCollection_tD05BE7E874606BE1666F506FBA62FF2A845B26CF ** get_address_of_values_8() { return &___values_8; } inline void set_values_8(ValueCollection_tD05BE7E874606BE1666F506FBA62FF2A845B26CF * value) { ___values_8 = value; Il2CppCodeGenWriteBarrier((&___values_8), value); } inline static int32_t get_offset_of__syncRoot_9() { return static_cast(offsetof(Dictionary_2_t00BE7C96940D99992E2BD12503120721610579B6, ____syncRoot_9)); } inline RuntimeObject * get__syncRoot_9() const { return ____syncRoot_9; } inline RuntimeObject ** get_address_of__syncRoot_9() { return &____syncRoot_9; } inline void set__syncRoot_9(RuntimeObject * value) { ____syncRoot_9 = value; Il2CppCodeGenWriteBarrier((&____syncRoot_9), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DICTIONARY_2_T00BE7C96940D99992E2BD12503120721610579B6_H #ifndef DICTIONARY_2_T26153B1CA174E7BE6377AC3DD5269ED7D1A4417E_H #define DICTIONARY_2_T26153B1CA174E7BE6377AC3DD5269ED7D1A4417E_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t26153B1CA174E7BE6377AC3DD5269ED7D1A4417E : public RuntimeObject { public: // System.Int32[] System.Collections.Generic.Dictionary`2::buckets Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___buckets_0; // System.Collections.Generic.Dictionary`2_Entry[] System.Collections.Generic.Dictionary`2::entries EntryU5BU5D_tB6C43D40E4E0A2AFA3F321B798129054434025A3* ___entries_1; // System.Int32 System.Collections.Generic.Dictionary`2::count int32_t ___count_2; // System.Int32 System.Collections.Generic.Dictionary`2::version int32_t ___version_3; // System.Int32 System.Collections.Generic.Dictionary`2::freeList int32_t ___freeList_4; // System.Int32 System.Collections.Generic.Dictionary`2::freeCount int32_t ___freeCount_5; // System.Collections.Generic.IEqualityComparer`1 System.Collections.Generic.Dictionary`2::comparer RuntimeObject* ___comparer_6; // System.Collections.Generic.Dictionary`2_KeyCollection System.Collections.Generic.Dictionary`2::keys KeyCollection_t186AA1690E9C1968917E1274F47CB5219413155E * ___keys_7; // System.Collections.Generic.Dictionary`2_ValueCollection System.Collections.Generic.Dictionary`2::values ValueCollection_t5A7963CC3A612ECA2C9CB011D44D3665D8DE39D5 * ___values_8; // System.Object System.Collections.Generic.Dictionary`2::_syncRoot RuntimeObject * ____syncRoot_9; public: inline static int32_t get_offset_of_buckets_0() { return static_cast(offsetof(Dictionary_2_t26153B1CA174E7BE6377AC3DD5269ED7D1A4417E, ___buckets_0)); } inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get_buckets_0() const { return ___buckets_0; } inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of_buckets_0() { return &___buckets_0; } inline void set_buckets_0(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value) { ___buckets_0 = value; Il2CppCodeGenWriteBarrier((&___buckets_0), value); } inline static int32_t get_offset_of_entries_1() { return static_cast(offsetof(Dictionary_2_t26153B1CA174E7BE6377AC3DD5269ED7D1A4417E, ___entries_1)); } inline EntryU5BU5D_tB6C43D40E4E0A2AFA3F321B798129054434025A3* get_entries_1() const { return ___entries_1; } inline EntryU5BU5D_tB6C43D40E4E0A2AFA3F321B798129054434025A3** get_address_of_entries_1() { return &___entries_1; } inline void set_entries_1(EntryU5BU5D_tB6C43D40E4E0A2AFA3F321B798129054434025A3* value) { ___entries_1 = value; Il2CppCodeGenWriteBarrier((&___entries_1), value); } inline static int32_t get_offset_of_count_2() { return static_cast(offsetof(Dictionary_2_t26153B1CA174E7BE6377AC3DD5269ED7D1A4417E, ___count_2)); } inline int32_t get_count_2() const { return ___count_2; } inline int32_t* get_address_of_count_2() { return &___count_2; } inline void set_count_2(int32_t value) { ___count_2 = value; } inline static int32_t get_offset_of_version_3() { return static_cast(offsetof(Dictionary_2_t26153B1CA174E7BE6377AC3DD5269ED7D1A4417E, ___version_3)); } inline int32_t get_version_3() const { return ___version_3; } inline int32_t* get_address_of_version_3() { return &___version_3; } inline void set_version_3(int32_t value) { ___version_3 = value; } inline static int32_t get_offset_of_freeList_4() { return static_cast(offsetof(Dictionary_2_t26153B1CA174E7BE6377AC3DD5269ED7D1A4417E, ___freeList_4)); } inline int32_t get_freeList_4() const { return ___freeList_4; } inline int32_t* get_address_of_freeList_4() { return &___freeList_4; } inline void set_freeList_4(int32_t value) { ___freeList_4 = value; } inline static int32_t get_offset_of_freeCount_5() { return static_cast(offsetof(Dictionary_2_t26153B1CA174E7BE6377AC3DD5269ED7D1A4417E, ___freeCount_5)); } inline int32_t get_freeCount_5() const { return ___freeCount_5; } inline int32_t* get_address_of_freeCount_5() { return &___freeCount_5; } inline void set_freeCount_5(int32_t value) { ___freeCount_5 = value; } inline static int32_t get_offset_of_comparer_6() { return static_cast(offsetof(Dictionary_2_t26153B1CA174E7BE6377AC3DD5269ED7D1A4417E, ___comparer_6)); } inline RuntimeObject* get_comparer_6() const { return ___comparer_6; } inline RuntimeObject** get_address_of_comparer_6() { return &___comparer_6; } inline void set_comparer_6(RuntimeObject* value) { ___comparer_6 = value; Il2CppCodeGenWriteBarrier((&___comparer_6), value); } inline static int32_t get_offset_of_keys_7() { return static_cast(offsetof(Dictionary_2_t26153B1CA174E7BE6377AC3DD5269ED7D1A4417E, ___keys_7)); } inline KeyCollection_t186AA1690E9C1968917E1274F47CB5219413155E * get_keys_7() const { return ___keys_7; } inline KeyCollection_t186AA1690E9C1968917E1274F47CB5219413155E ** get_address_of_keys_7() { return &___keys_7; } inline void set_keys_7(KeyCollection_t186AA1690E9C1968917E1274F47CB5219413155E * value) { ___keys_7 = value; Il2CppCodeGenWriteBarrier((&___keys_7), value); } inline static int32_t get_offset_of_values_8() { return static_cast(offsetof(Dictionary_2_t26153B1CA174E7BE6377AC3DD5269ED7D1A4417E, ___values_8)); } inline ValueCollection_t5A7963CC3A612ECA2C9CB011D44D3665D8DE39D5 * get_values_8() const { return ___values_8; } inline ValueCollection_t5A7963CC3A612ECA2C9CB011D44D3665D8DE39D5 ** get_address_of_values_8() { return &___values_8; } inline void set_values_8(ValueCollection_t5A7963CC3A612ECA2C9CB011D44D3665D8DE39D5 * value) { ___values_8 = value; Il2CppCodeGenWriteBarrier((&___values_8), value); } inline static int32_t get_offset_of__syncRoot_9() { return static_cast(offsetof(Dictionary_2_t26153B1CA174E7BE6377AC3DD5269ED7D1A4417E, ____syncRoot_9)); } inline RuntimeObject * get__syncRoot_9() const { return ____syncRoot_9; } inline RuntimeObject ** get_address_of__syncRoot_9() { return &____syncRoot_9; } inline void set__syncRoot_9(RuntimeObject * value) { ____syncRoot_9 = value; Il2CppCodeGenWriteBarrier((&____syncRoot_9), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DICTIONARY_2_T26153B1CA174E7BE6377AC3DD5269ED7D1A4417E_H #ifndef LIST_1_TE1526161A558A17A39A8B69D8EEF3801393B6226_H #define LIST_1_TE1526161A558A17A39A8B69D8EEF3801393B6226_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.List`1 struct List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ____items_1; // System.Int32 System.Collections.Generic.List`1::_size int32_t ____size_2; // System.Int32 System.Collections.Generic.List`1::_version int32_t ____version_3; // System.Object System.Collections.Generic.List`1::_syncRoot RuntimeObject * ____syncRoot_4; public: inline static int32_t get_offset_of__items_1() { return static_cast(offsetof(List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226, ____items_1)); } inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get__items_1() const { return ____items_1; } inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of__items_1() { return &____items_1; } inline void set__items_1(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((&____items_1), value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226, ____size_2)); } inline int32_t get__size_2() const { return ____size_2; } inline int32_t* get_address_of__size_2() { return &____size_2; } inline void set__size_2(int32_t value) { ____size_2 = value; } inline static int32_t get_offset_of__version_3() { return static_cast(offsetof(List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226, ____version_3)); } inline int32_t get__version_3() const { return ____version_3; } inline int32_t* get_address_of__version_3() { return &____version_3; } inline void set__version_3(int32_t value) { ____version_3 = value; } inline static int32_t get_offset_of__syncRoot_4() { return static_cast(offsetof(List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226, ____syncRoot_4)); } inline RuntimeObject * get__syncRoot_4() const { return ____syncRoot_4; } inline RuntimeObject ** get_address_of__syncRoot_4() { return &____syncRoot_4; } inline void set__syncRoot_4(RuntimeObject * value) { ____syncRoot_4 = value; Il2CppCodeGenWriteBarrier((&____syncRoot_4), value); } }; struct List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226_StaticFields { public: // T[] System.Collections.Generic.List`1::_emptyArray Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ____emptyArray_5; public: inline static int32_t get_offset_of__emptyArray_5() { return static_cast(offsetof(List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226_StaticFields, ____emptyArray_5)); } inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get__emptyArray_5() const { return ____emptyArray_5; } inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of__emptyArray_5() { return &____emptyArray_5; } inline void set__emptyArray_5(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value) { ____emptyArray_5 = value; Il2CppCodeGenWriteBarrier((&____emptyArray_5), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LIST_1_TE1526161A558A17A39A8B69D8EEF3801393B6226_H #ifndef LIST_1_TAFAA4C916321DE9AA66ADE0817825F91176F7B1F_H #define LIST_1_TAFAA4C916321DE9AA66ADE0817825F91176F7B1F_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.List`1 struct List_1_tAFAA4C916321DE9AA66ADE0817825F91176F7B1F : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items TMP_FontAssetU5BU5D_tEB327A5027D783481F3A26C7C179513CF6477260* ____items_1; // System.Int32 System.Collections.Generic.List`1::_size int32_t ____size_2; // System.Int32 System.Collections.Generic.List`1::_version int32_t ____version_3; // System.Object System.Collections.Generic.List`1::_syncRoot RuntimeObject * ____syncRoot_4; public: inline static int32_t get_offset_of__items_1() { return static_cast(offsetof(List_1_tAFAA4C916321DE9AA66ADE0817825F91176F7B1F, ____items_1)); } inline TMP_FontAssetU5BU5D_tEB327A5027D783481F3A26C7C179513CF6477260* get__items_1() const { return ____items_1; } inline TMP_FontAssetU5BU5D_tEB327A5027D783481F3A26C7C179513CF6477260** get_address_of__items_1() { return &____items_1; } inline void set__items_1(TMP_FontAssetU5BU5D_tEB327A5027D783481F3A26C7C179513CF6477260* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((&____items_1), value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_tAFAA4C916321DE9AA66ADE0817825F91176F7B1F, ____size_2)); } inline int32_t get__size_2() const { return ____size_2; } inline int32_t* get_address_of__size_2() { return &____size_2; } inline void set__size_2(int32_t value) { ____size_2 = value; } inline static int32_t get_offset_of__version_3() { return static_cast(offsetof(List_1_tAFAA4C916321DE9AA66ADE0817825F91176F7B1F, ____version_3)); } inline int32_t get__version_3() const { return ____version_3; } inline int32_t* get_address_of__version_3() { return &____version_3; } inline void set__version_3(int32_t value) { ____version_3 = value; } inline static int32_t get_offset_of__syncRoot_4() { return static_cast(offsetof(List_1_tAFAA4C916321DE9AA66ADE0817825F91176F7B1F, ____syncRoot_4)); } inline RuntimeObject * get__syncRoot_4() const { return ____syncRoot_4; } inline RuntimeObject ** get_address_of__syncRoot_4() { return &____syncRoot_4; } inline void set__syncRoot_4(RuntimeObject * value) { ____syncRoot_4 = value; Il2CppCodeGenWriteBarrier((&____syncRoot_4), value); } }; struct List_1_tAFAA4C916321DE9AA66ADE0817825F91176F7B1F_StaticFields { public: // T[] System.Collections.Generic.List`1::_emptyArray TMP_FontAssetU5BU5D_tEB327A5027D783481F3A26C7C179513CF6477260* ____emptyArray_5; public: inline static int32_t get_offset_of__emptyArray_5() { return static_cast(offsetof(List_1_tAFAA4C916321DE9AA66ADE0817825F91176F7B1F_StaticFields, ____emptyArray_5)); } inline TMP_FontAssetU5BU5D_tEB327A5027D783481F3A26C7C179513CF6477260* get__emptyArray_5() const { return ____emptyArray_5; } inline TMP_FontAssetU5BU5D_tEB327A5027D783481F3A26C7C179513CF6477260** get_address_of__emptyArray_5() { return &____emptyArray_5; } inline void set__emptyArray_5(TMP_FontAssetU5BU5D_tEB327A5027D783481F3A26C7C179513CF6477260* value) { ____emptyArray_5 = value; Il2CppCodeGenWriteBarrier((&____emptyArray_5), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LIST_1_TAFAA4C916321DE9AA66ADE0817825F91176F7B1F_H #ifndef LIST_1_TB475D93BF35F7DC55F0698DC0FBE10EA50B44440_H #define LIST_1_TB475D93BF35F7DC55F0698DC0FBE10EA50B44440_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.List`1 struct List_1_tB475D93BF35F7DC55F0698DC0FBE10EA50B44440 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items FallbackMaterialU5BU5D_t2326B017A9411B76726BABB5386F1CB93DD05CF8* ____items_1; // System.Int32 System.Collections.Generic.List`1::_size int32_t ____size_2; // System.Int32 System.Collections.Generic.List`1::_version int32_t ____version_3; // System.Object System.Collections.Generic.List`1::_syncRoot RuntimeObject * ____syncRoot_4; public: inline static int32_t get_offset_of__items_1() { return static_cast(offsetof(List_1_tB475D93BF35F7DC55F0698DC0FBE10EA50B44440, ____items_1)); } inline FallbackMaterialU5BU5D_t2326B017A9411B76726BABB5386F1CB93DD05CF8* get__items_1() const { return ____items_1; } inline FallbackMaterialU5BU5D_t2326B017A9411B76726BABB5386F1CB93DD05CF8** get_address_of__items_1() { return &____items_1; } inline void set__items_1(FallbackMaterialU5BU5D_t2326B017A9411B76726BABB5386F1CB93DD05CF8* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((&____items_1), value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_tB475D93BF35F7DC55F0698DC0FBE10EA50B44440, ____size_2)); } inline int32_t get__size_2() const { return ____size_2; } inline int32_t* get_address_of__size_2() { return &____size_2; } inline void set__size_2(int32_t value) { ____size_2 = value; } inline static int32_t get_offset_of__version_3() { return static_cast(offsetof(List_1_tB475D93BF35F7DC55F0698DC0FBE10EA50B44440, ____version_3)); } inline int32_t get__version_3() const { return ____version_3; } inline int32_t* get_address_of__version_3() { return &____version_3; } inline void set__version_3(int32_t value) { ____version_3 = value; } inline static int32_t get_offset_of__syncRoot_4() { return static_cast(offsetof(List_1_tB475D93BF35F7DC55F0698DC0FBE10EA50B44440, ____syncRoot_4)); } inline RuntimeObject * get__syncRoot_4() const { return ____syncRoot_4; } inline RuntimeObject ** get_address_of__syncRoot_4() { return &____syncRoot_4; } inline void set__syncRoot_4(RuntimeObject * value) { ____syncRoot_4 = value; Il2CppCodeGenWriteBarrier((&____syncRoot_4), value); } }; struct List_1_tB475D93BF35F7DC55F0698DC0FBE10EA50B44440_StaticFields { public: // T[] System.Collections.Generic.List`1::_emptyArray FallbackMaterialU5BU5D_t2326B017A9411B76726BABB5386F1CB93DD05CF8* ____emptyArray_5; public: inline static int32_t get_offset_of__emptyArray_5() { return static_cast(offsetof(List_1_tB475D93BF35F7DC55F0698DC0FBE10EA50B44440_StaticFields, ____emptyArray_5)); } inline FallbackMaterialU5BU5D_t2326B017A9411B76726BABB5386F1CB93DD05CF8* get__emptyArray_5() const { return ____emptyArray_5; } inline FallbackMaterialU5BU5D_t2326B017A9411B76726BABB5386F1CB93DD05CF8** get_address_of__emptyArray_5() { return &____emptyArray_5; } inline void set__emptyArray_5(FallbackMaterialU5BU5D_t2326B017A9411B76726BABB5386F1CB93DD05CF8* value) { ____emptyArray_5 = value; Il2CppCodeGenWriteBarrier((&____emptyArray_5), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LIST_1_TB475D93BF35F7DC55F0698DC0FBE10EA50B44440_H #ifndef LIST_1_T44EC76A93C519FDBA44AC231322728FA5CB7CCD7_H #define LIST_1_T44EC76A93C519FDBA44AC231322728FA5CB7CCD7_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.List`1 struct List_1_t44EC76A93C519FDBA44AC231322728FA5CB7CCD7 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items MaskingMaterialU5BU5D_t87C1E14485A7CE1983D1E5D25DAFCB2896DDD733* ____items_1; // System.Int32 System.Collections.Generic.List`1::_size int32_t ____size_2; // System.Int32 System.Collections.Generic.List`1::_version int32_t ____version_3; // System.Object System.Collections.Generic.List`1::_syncRoot RuntimeObject * ____syncRoot_4; public: inline static int32_t get_offset_of__items_1() { return static_cast(offsetof(List_1_t44EC76A93C519FDBA44AC231322728FA5CB7CCD7, ____items_1)); } inline MaskingMaterialU5BU5D_t87C1E14485A7CE1983D1E5D25DAFCB2896DDD733* get__items_1() const { return ____items_1; } inline MaskingMaterialU5BU5D_t87C1E14485A7CE1983D1E5D25DAFCB2896DDD733** get_address_of__items_1() { return &____items_1; } inline void set__items_1(MaskingMaterialU5BU5D_t87C1E14485A7CE1983D1E5D25DAFCB2896DDD733* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((&____items_1), value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t44EC76A93C519FDBA44AC231322728FA5CB7CCD7, ____size_2)); } inline int32_t get__size_2() const { return ____size_2; } inline int32_t* get_address_of__size_2() { return &____size_2; } inline void set__size_2(int32_t value) { ____size_2 = value; } inline static int32_t get_offset_of__version_3() { return static_cast(offsetof(List_1_t44EC76A93C519FDBA44AC231322728FA5CB7CCD7, ____version_3)); } inline int32_t get__version_3() const { return ____version_3; } inline int32_t* get_address_of__version_3() { return &____version_3; } inline void set__version_3(int32_t value) { ____version_3 = value; } inline static int32_t get_offset_of__syncRoot_4() { return static_cast(offsetof(List_1_t44EC76A93C519FDBA44AC231322728FA5CB7CCD7, ____syncRoot_4)); } inline RuntimeObject * get__syncRoot_4() const { return ____syncRoot_4; } inline RuntimeObject ** get_address_of__syncRoot_4() { return &____syncRoot_4; } inline void set__syncRoot_4(RuntimeObject * value) { ____syncRoot_4 = value; Il2CppCodeGenWriteBarrier((&____syncRoot_4), value); } }; struct List_1_t44EC76A93C519FDBA44AC231322728FA5CB7CCD7_StaticFields { public: // T[] System.Collections.Generic.List`1::_emptyArray MaskingMaterialU5BU5D_t87C1E14485A7CE1983D1E5D25DAFCB2896DDD733* ____emptyArray_5; public: inline static int32_t get_offset_of__emptyArray_5() { return static_cast(offsetof(List_1_t44EC76A93C519FDBA44AC231322728FA5CB7CCD7_StaticFields, ____emptyArray_5)); } inline MaskingMaterialU5BU5D_t87C1E14485A7CE1983D1E5D25DAFCB2896DDD733* get__emptyArray_5() const { return ____emptyArray_5; } inline MaskingMaterialU5BU5D_t87C1E14485A7CE1983D1E5D25DAFCB2896DDD733** get_address_of__emptyArray_5() { return &____emptyArray_5; } inline void set__emptyArray_5(MaskingMaterialU5BU5D_t87C1E14485A7CE1983D1E5D25DAFCB2896DDD733* value) { ____emptyArray_5 = value; Il2CppCodeGenWriteBarrier((&____emptyArray_5), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LIST_1_T44EC76A93C519FDBA44AC231322728FA5CB7CCD7_H #ifndef LIST_1_T21E8C843C2AB5D199B2D33D304A7041B2EABDA98_H #define LIST_1_T21E8C843C2AB5D199B2D33D304A7041B2EABDA98_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.List`1 struct List_1_t21E8C843C2AB5D199B2D33D304A7041B2EABDA98 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items TMP_SpriteU5BU5D_tAEB601F8747AC786372A54DB534710D8F80AA802* ____items_1; // System.Int32 System.Collections.Generic.List`1::_size int32_t ____size_2; // System.Int32 System.Collections.Generic.List`1::_version int32_t ____version_3; // System.Object System.Collections.Generic.List`1::_syncRoot RuntimeObject * ____syncRoot_4; public: inline static int32_t get_offset_of__items_1() { return static_cast(offsetof(List_1_t21E8C843C2AB5D199B2D33D304A7041B2EABDA98, ____items_1)); } inline TMP_SpriteU5BU5D_tAEB601F8747AC786372A54DB534710D8F80AA802* get__items_1() const { return ____items_1; } inline TMP_SpriteU5BU5D_tAEB601F8747AC786372A54DB534710D8F80AA802** get_address_of__items_1() { return &____items_1; } inline void set__items_1(TMP_SpriteU5BU5D_tAEB601F8747AC786372A54DB534710D8F80AA802* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((&____items_1), value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t21E8C843C2AB5D199B2D33D304A7041B2EABDA98, ____size_2)); } inline int32_t get__size_2() const { return ____size_2; } inline int32_t* get_address_of__size_2() { return &____size_2; } inline void set__size_2(int32_t value) { ____size_2 = value; } inline static int32_t get_offset_of__version_3() { return static_cast(offsetof(List_1_t21E8C843C2AB5D199B2D33D304A7041B2EABDA98, ____version_3)); } inline int32_t get__version_3() const { return ____version_3; } inline int32_t* get_address_of__version_3() { return &____version_3; } inline void set__version_3(int32_t value) { ____version_3 = value; } inline static int32_t get_offset_of__syncRoot_4() { return static_cast(offsetof(List_1_t21E8C843C2AB5D199B2D33D304A7041B2EABDA98, ____syncRoot_4)); } inline RuntimeObject * get__syncRoot_4() const { return ____syncRoot_4; } inline RuntimeObject ** get_address_of__syncRoot_4() { return &____syncRoot_4; } inline void set__syncRoot_4(RuntimeObject * value) { ____syncRoot_4 = value; Il2CppCodeGenWriteBarrier((&____syncRoot_4), value); } }; struct List_1_t21E8C843C2AB5D199B2D33D304A7041B2EABDA98_StaticFields { public: // T[] System.Collections.Generic.List`1::_emptyArray TMP_SpriteU5BU5D_tAEB601F8747AC786372A54DB534710D8F80AA802* ____emptyArray_5; public: inline static int32_t get_offset_of__emptyArray_5() { return static_cast(offsetof(List_1_t21E8C843C2AB5D199B2D33D304A7041B2EABDA98_StaticFields, ____emptyArray_5)); } inline TMP_SpriteU5BU5D_tAEB601F8747AC786372A54DB534710D8F80AA802* get__emptyArray_5() const { return ____emptyArray_5; } inline TMP_SpriteU5BU5D_tAEB601F8747AC786372A54DB534710D8F80AA802** get_address_of__emptyArray_5() { return &____emptyArray_5; } inline void set__emptyArray_5(TMP_SpriteU5BU5D_tAEB601F8747AC786372A54DB534710D8F80AA802* value) { ____emptyArray_5 = value; Il2CppCodeGenWriteBarrier((&____emptyArray_5), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LIST_1_T21E8C843C2AB5D199B2D33D304A7041B2EABDA98_H #ifndef LIST_1_T79D428C965AF00BBE02D2084005462FAA9DE9D82_H #define LIST_1_T79D428C965AF00BBE02D2084005462FAA9DE9D82_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.List`1 struct List_1_t79D428C965AF00BBE02D2084005462FAA9DE9D82 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items TMP_SpriteAssetU5BU5D_t72EA6A2179CE6327B33BFA58FA9CB390306D5B35* ____items_1; // System.Int32 System.Collections.Generic.List`1::_size int32_t ____size_2; // System.Int32 System.Collections.Generic.List`1::_version int32_t ____version_3; // System.Object System.Collections.Generic.List`1::_syncRoot RuntimeObject * ____syncRoot_4; public: inline static int32_t get_offset_of__items_1() { return static_cast(offsetof(List_1_t79D428C965AF00BBE02D2084005462FAA9DE9D82, ____items_1)); } inline TMP_SpriteAssetU5BU5D_t72EA6A2179CE6327B33BFA58FA9CB390306D5B35* get__items_1() const { return ____items_1; } inline TMP_SpriteAssetU5BU5D_t72EA6A2179CE6327B33BFA58FA9CB390306D5B35** get_address_of__items_1() { return &____items_1; } inline void set__items_1(TMP_SpriteAssetU5BU5D_t72EA6A2179CE6327B33BFA58FA9CB390306D5B35* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((&____items_1), value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t79D428C965AF00BBE02D2084005462FAA9DE9D82, ____size_2)); } inline int32_t get__size_2() const { return ____size_2; } inline int32_t* get_address_of__size_2() { return &____size_2; } inline void set__size_2(int32_t value) { ____size_2 = value; } inline static int32_t get_offset_of__version_3() { return static_cast(offsetof(List_1_t79D428C965AF00BBE02D2084005462FAA9DE9D82, ____version_3)); } inline int32_t get__version_3() const { return ____version_3; } inline int32_t* get_address_of__version_3() { return &____version_3; } inline void set__version_3(int32_t value) { ____version_3 = value; } inline static int32_t get_offset_of__syncRoot_4() { return static_cast(offsetof(List_1_t79D428C965AF00BBE02D2084005462FAA9DE9D82, ____syncRoot_4)); } inline RuntimeObject * get__syncRoot_4() const { return ____syncRoot_4; } inline RuntimeObject ** get_address_of__syncRoot_4() { return &____syncRoot_4; } inline void set__syncRoot_4(RuntimeObject * value) { ____syncRoot_4 = value; Il2CppCodeGenWriteBarrier((&____syncRoot_4), value); } }; struct List_1_t79D428C965AF00BBE02D2084005462FAA9DE9D82_StaticFields { public: // T[] System.Collections.Generic.List`1::_emptyArray TMP_SpriteAssetU5BU5D_t72EA6A2179CE6327B33BFA58FA9CB390306D5B35* ____emptyArray_5; public: inline static int32_t get_offset_of__emptyArray_5() { return static_cast(offsetof(List_1_t79D428C965AF00BBE02D2084005462FAA9DE9D82_StaticFields, ____emptyArray_5)); } inline TMP_SpriteAssetU5BU5D_t72EA6A2179CE6327B33BFA58FA9CB390306D5B35* get__emptyArray_5() const { return ____emptyArray_5; } inline TMP_SpriteAssetU5BU5D_t72EA6A2179CE6327B33BFA58FA9CB390306D5B35** get_address_of__emptyArray_5() { return &____emptyArray_5; } inline void set__emptyArray_5(TMP_SpriteAssetU5BU5D_t72EA6A2179CE6327B33BFA58FA9CB390306D5B35* value) { ____emptyArray_5 = value; Il2CppCodeGenWriteBarrier((&____emptyArray_5), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LIST_1_T79D428C965AF00BBE02D2084005462FAA9DE9D82_H #ifndef LIST_1_T92F4E8ED1A46FBFA368EA365A6D089A1E5E9B76B_H #define LIST_1_T92F4E8ED1A46FBFA368EA365A6D089A1E5E9B76B_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.List`1 struct List_1_t92F4E8ED1A46FBFA368EA365A6D089A1E5E9B76B : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items TMP_StyleU5BU5D_tF3AA3B78161AA2A98313AA0A9ED423D9A608351A* ____items_1; // System.Int32 System.Collections.Generic.List`1::_size int32_t ____size_2; // System.Int32 System.Collections.Generic.List`1::_version int32_t ____version_3; // System.Object System.Collections.Generic.List`1::_syncRoot RuntimeObject * ____syncRoot_4; public: inline static int32_t get_offset_of__items_1() { return static_cast(offsetof(List_1_t92F4E8ED1A46FBFA368EA365A6D089A1E5E9B76B, ____items_1)); } inline TMP_StyleU5BU5D_tF3AA3B78161AA2A98313AA0A9ED423D9A608351A* get__items_1() const { return ____items_1; } inline TMP_StyleU5BU5D_tF3AA3B78161AA2A98313AA0A9ED423D9A608351A** get_address_of__items_1() { return &____items_1; } inline void set__items_1(TMP_StyleU5BU5D_tF3AA3B78161AA2A98313AA0A9ED423D9A608351A* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((&____items_1), value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t92F4E8ED1A46FBFA368EA365A6D089A1E5E9B76B, ____size_2)); } inline int32_t get__size_2() const { return ____size_2; } inline int32_t* get_address_of__size_2() { return &____size_2; } inline void set__size_2(int32_t value) { ____size_2 = value; } inline static int32_t get_offset_of__version_3() { return static_cast(offsetof(List_1_t92F4E8ED1A46FBFA368EA365A6D089A1E5E9B76B, ____version_3)); } inline int32_t get__version_3() const { return ____version_3; } inline int32_t* get_address_of__version_3() { return &____version_3; } inline void set__version_3(int32_t value) { ____version_3 = value; } inline static int32_t get_offset_of__syncRoot_4() { return static_cast(offsetof(List_1_t92F4E8ED1A46FBFA368EA365A6D089A1E5E9B76B, ____syncRoot_4)); } inline RuntimeObject * get__syncRoot_4() const { return ____syncRoot_4; } inline RuntimeObject ** get_address_of__syncRoot_4() { return &____syncRoot_4; } inline void set__syncRoot_4(RuntimeObject * value) { ____syncRoot_4 = value; Il2CppCodeGenWriteBarrier((&____syncRoot_4), value); } }; struct List_1_t92F4E8ED1A46FBFA368EA365A6D089A1E5E9B76B_StaticFields { public: // T[] System.Collections.Generic.List`1::_emptyArray TMP_StyleU5BU5D_tF3AA3B78161AA2A98313AA0A9ED423D9A608351A* ____emptyArray_5; public: inline static int32_t get_offset_of__emptyArray_5() { return static_cast(offsetof(List_1_t92F4E8ED1A46FBFA368EA365A6D089A1E5E9B76B_StaticFields, ____emptyArray_5)); } inline TMP_StyleU5BU5D_tF3AA3B78161AA2A98313AA0A9ED423D9A608351A* get__emptyArray_5() const { return ____emptyArray_5; } inline TMP_StyleU5BU5D_tF3AA3B78161AA2A98313AA0A9ED423D9A608351A** get_address_of__emptyArray_5() { return &____emptyArray_5; } inline void set__emptyArray_5(TMP_StyleU5BU5D_tF3AA3B78161AA2A98313AA0A9ED423D9A608351A* value) { ____emptyArray_5 = value; Il2CppCodeGenWriteBarrier((&____emptyArray_5), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LIST_1_T92F4E8ED1A46FBFA368EA365A6D089A1E5E9B76B_H #ifndef LIST_1_T0B7C25150CD7C695F30CA9FD135ABDC260D9F7D8_H #define LIST_1_T0B7C25150CD7C695F30CA9FD135ABDC260D9F7D8_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.List`1 struct List_1_t0B7C25150CD7C695F30CA9FD135ABDC260D9F7D8 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items CanvasU5BU5D_t9A0DED7A1C92D7DCBC82864C92A06CA527E72E60* ____items_1; // System.Int32 System.Collections.Generic.List`1::_size int32_t ____size_2; // System.Int32 System.Collections.Generic.List`1::_version int32_t ____version_3; // System.Object System.Collections.Generic.List`1::_syncRoot RuntimeObject * ____syncRoot_4; public: inline static int32_t get_offset_of__items_1() { return static_cast(offsetof(List_1_t0B7C25150CD7C695F30CA9FD135ABDC260D9F7D8, ____items_1)); } inline CanvasU5BU5D_t9A0DED7A1C92D7DCBC82864C92A06CA527E72E60* get__items_1() const { return ____items_1; } inline CanvasU5BU5D_t9A0DED7A1C92D7DCBC82864C92A06CA527E72E60** get_address_of__items_1() { return &____items_1; } inline void set__items_1(CanvasU5BU5D_t9A0DED7A1C92D7DCBC82864C92A06CA527E72E60* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((&____items_1), value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t0B7C25150CD7C695F30CA9FD135ABDC260D9F7D8, ____size_2)); } inline int32_t get__size_2() const { return ____size_2; } inline int32_t* get_address_of__size_2() { return &____size_2; } inline void set__size_2(int32_t value) { ____size_2 = value; } inline static int32_t get_offset_of__version_3() { return static_cast(offsetof(List_1_t0B7C25150CD7C695F30CA9FD135ABDC260D9F7D8, ____version_3)); } inline int32_t get__version_3() const { return ____version_3; } inline int32_t* get_address_of__version_3() { return &____version_3; } inline void set__version_3(int32_t value) { ____version_3 = value; } inline static int32_t get_offset_of__syncRoot_4() { return static_cast(offsetof(List_1_t0B7C25150CD7C695F30CA9FD135ABDC260D9F7D8, ____syncRoot_4)); } inline RuntimeObject * get__syncRoot_4() const { return ____syncRoot_4; } inline RuntimeObject ** get_address_of__syncRoot_4() { return &____syncRoot_4; } inline void set__syncRoot_4(RuntimeObject * value) { ____syncRoot_4 = value; Il2CppCodeGenWriteBarrier((&____syncRoot_4), value); } }; struct List_1_t0B7C25150CD7C695F30CA9FD135ABDC260D9F7D8_StaticFields { public: // T[] System.Collections.Generic.List`1::_emptyArray CanvasU5BU5D_t9A0DED7A1C92D7DCBC82864C92A06CA527E72E60* ____emptyArray_5; public: inline static int32_t get_offset_of__emptyArray_5() { return static_cast(offsetof(List_1_t0B7C25150CD7C695F30CA9FD135ABDC260D9F7D8_StaticFields, ____emptyArray_5)); } inline CanvasU5BU5D_t9A0DED7A1C92D7DCBC82864C92A06CA527E72E60* get__emptyArray_5() const { return ____emptyArray_5; } inline CanvasU5BU5D_t9A0DED7A1C92D7DCBC82864C92A06CA527E72E60** get_address_of__emptyArray_5() { return &____emptyArray_5; } inline void set__emptyArray_5(CanvasU5BU5D_t9A0DED7A1C92D7DCBC82864C92A06CA527E72E60* value) { ____emptyArray_5 = value; Il2CppCodeGenWriteBarrier((&____emptyArray_5), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LIST_1_T0B7C25150CD7C695F30CA9FD135ABDC260D9F7D8_H #ifndef LIST_1_T1371A4C947CC837AB1F6DB3782573DD2B0244CC5_H #define LIST_1_T1371A4C947CC837AB1F6DB3782573DD2B0244CC5_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.List`1 struct List_1_t1371A4C947CC837AB1F6DB3782573DD2B0244CC5 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items IMaterialModifierU5BU5D_tD9DB4C76C93A80CBF25FF086D0AAA974AD22EC14* ____items_1; // System.Int32 System.Collections.Generic.List`1::_size int32_t ____size_2; // System.Int32 System.Collections.Generic.List`1::_version int32_t ____version_3; // System.Object System.Collections.Generic.List`1::_syncRoot RuntimeObject * ____syncRoot_4; public: inline static int32_t get_offset_of__items_1() { return static_cast(offsetof(List_1_t1371A4C947CC837AB1F6DB3782573DD2B0244CC5, ____items_1)); } inline IMaterialModifierU5BU5D_tD9DB4C76C93A80CBF25FF086D0AAA974AD22EC14* get__items_1() const { return ____items_1; } inline IMaterialModifierU5BU5D_tD9DB4C76C93A80CBF25FF086D0AAA974AD22EC14** get_address_of__items_1() { return &____items_1; } inline void set__items_1(IMaterialModifierU5BU5D_tD9DB4C76C93A80CBF25FF086D0AAA974AD22EC14* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((&____items_1), value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t1371A4C947CC837AB1F6DB3782573DD2B0244CC5, ____size_2)); } inline int32_t get__size_2() const { return ____size_2; } inline int32_t* get_address_of__size_2() { return &____size_2; } inline void set__size_2(int32_t value) { ____size_2 = value; } inline static int32_t get_offset_of__version_3() { return static_cast(offsetof(List_1_t1371A4C947CC837AB1F6DB3782573DD2B0244CC5, ____version_3)); } inline int32_t get__version_3() const { return ____version_3; } inline int32_t* get_address_of__version_3() { return &____version_3; } inline void set__version_3(int32_t value) { ____version_3 = value; } inline static int32_t get_offset_of__syncRoot_4() { return static_cast(offsetof(List_1_t1371A4C947CC837AB1F6DB3782573DD2B0244CC5, ____syncRoot_4)); } inline RuntimeObject * get__syncRoot_4() const { return ____syncRoot_4; } inline RuntimeObject ** get_address_of__syncRoot_4() { return &____syncRoot_4; } inline void set__syncRoot_4(RuntimeObject * value) { ____syncRoot_4 = value; Il2CppCodeGenWriteBarrier((&____syncRoot_4), value); } }; struct List_1_t1371A4C947CC837AB1F6DB3782573DD2B0244CC5_StaticFields { public: // T[] System.Collections.Generic.List`1::_emptyArray IMaterialModifierU5BU5D_tD9DB4C76C93A80CBF25FF086D0AAA974AD22EC14* ____emptyArray_5; public: inline static int32_t get_offset_of__emptyArray_5() { return static_cast(offsetof(List_1_t1371A4C947CC837AB1F6DB3782573DD2B0244CC5_StaticFields, ____emptyArray_5)); } inline IMaterialModifierU5BU5D_tD9DB4C76C93A80CBF25FF086D0AAA974AD22EC14* get__emptyArray_5() const { return ____emptyArray_5; } inline IMaterialModifierU5BU5D_tD9DB4C76C93A80CBF25FF086D0AAA974AD22EC14** get_address_of__emptyArray_5() { return &____emptyArray_5; } inline void set__emptyArray_5(IMaterialModifierU5BU5D_tD9DB4C76C93A80CBF25FF086D0AAA974AD22EC14* value) { ____emptyArray_5 = value; Il2CppCodeGenWriteBarrier((&____emptyArray_5), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LIST_1_T1371A4C947CC837AB1F6DB3782573DD2B0244CC5_H #ifndef LIST_1_TA9632D9BB7B59420E8AAD3A6DDCEAA073407FB01_H #define LIST_1_TA9632D9BB7B59420E8AAD3A6DDCEAA073407FB01_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.List`1 struct List_1_tA9632D9BB7B59420E8AAD3A6DDCEAA073407FB01 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items MaskU5BU5D_tD4ED9D0998BA57E142C0588E1D7348E0915B2F35* ____items_1; // System.Int32 System.Collections.Generic.List`1::_size int32_t ____size_2; // System.Int32 System.Collections.Generic.List`1::_version int32_t ____version_3; // System.Object System.Collections.Generic.List`1::_syncRoot RuntimeObject * ____syncRoot_4; public: inline static int32_t get_offset_of__items_1() { return static_cast(offsetof(List_1_tA9632D9BB7B59420E8AAD3A6DDCEAA073407FB01, ____items_1)); } inline MaskU5BU5D_tD4ED9D0998BA57E142C0588E1D7348E0915B2F35* get__items_1() const { return ____items_1; } inline MaskU5BU5D_tD4ED9D0998BA57E142C0588E1D7348E0915B2F35** get_address_of__items_1() { return &____items_1; } inline void set__items_1(MaskU5BU5D_tD4ED9D0998BA57E142C0588E1D7348E0915B2F35* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((&____items_1), value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_tA9632D9BB7B59420E8AAD3A6DDCEAA073407FB01, ____size_2)); } inline int32_t get__size_2() const { return ____size_2; } inline int32_t* get_address_of__size_2() { return &____size_2; } inline void set__size_2(int32_t value) { ____size_2 = value; } inline static int32_t get_offset_of__version_3() { return static_cast(offsetof(List_1_tA9632D9BB7B59420E8AAD3A6DDCEAA073407FB01, ____version_3)); } inline int32_t get__version_3() const { return ____version_3; } inline int32_t* get_address_of__version_3() { return &____version_3; } inline void set__version_3(int32_t value) { ____version_3 = value; } inline static int32_t get_offset_of__syncRoot_4() { return static_cast(offsetof(List_1_tA9632D9BB7B59420E8AAD3A6DDCEAA073407FB01, ____syncRoot_4)); } inline RuntimeObject * get__syncRoot_4() const { return ____syncRoot_4; } inline RuntimeObject ** get_address_of__syncRoot_4() { return &____syncRoot_4; } inline void set__syncRoot_4(RuntimeObject * value) { ____syncRoot_4 = value; Il2CppCodeGenWriteBarrier((&____syncRoot_4), value); } }; struct List_1_tA9632D9BB7B59420E8AAD3A6DDCEAA073407FB01_StaticFields { public: // T[] System.Collections.Generic.List`1::_emptyArray MaskU5BU5D_tD4ED9D0998BA57E142C0588E1D7348E0915B2F35* ____emptyArray_5; public: inline static int32_t get_offset_of__emptyArray_5() { return static_cast(offsetof(List_1_tA9632D9BB7B59420E8AAD3A6DDCEAA073407FB01_StaticFields, ____emptyArray_5)); } inline MaskU5BU5D_tD4ED9D0998BA57E142C0588E1D7348E0915B2F35* get__emptyArray_5() const { return ____emptyArray_5; } inline MaskU5BU5D_tD4ED9D0998BA57E142C0588E1D7348E0915B2F35** get_address_of__emptyArray_5() { return &____emptyArray_5; } inline void set__emptyArray_5(MaskU5BU5D_tD4ED9D0998BA57E142C0588E1D7348E0915B2F35* value) { ____emptyArray_5 = value; Il2CppCodeGenWriteBarrier((&____emptyArray_5), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LIST_1_TA9632D9BB7B59420E8AAD3A6DDCEAA073407FB01_H #ifndef EXCEPTION_T_H #define EXCEPTION_T_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Exception struct Exception_t : public RuntimeObject { public: // System.String System.Exception::_className String_t* ____className_1; // System.String System.Exception::_message String_t* ____message_2; // System.Collections.IDictionary System.Exception::_data RuntimeObject* ____data_3; // System.Exception System.Exception::_innerException Exception_t * ____innerException_4; // System.String System.Exception::_helpURL String_t* ____helpURL_5; // System.Object System.Exception::_stackTrace RuntimeObject * ____stackTrace_6; // System.String System.Exception::_stackTraceString String_t* ____stackTraceString_7; // System.String System.Exception::_remoteStackTraceString String_t* ____remoteStackTraceString_8; // System.Int32 System.Exception::_remoteStackIndex int32_t ____remoteStackIndex_9; // System.Object System.Exception::_dynamicMethods RuntimeObject * ____dynamicMethods_10; // System.Int32 System.Exception::_HResult int32_t ____HResult_11; // System.String System.Exception::_source String_t* ____source_12; // System.Runtime.Serialization.SafeSerializationManager System.Exception::_safeSerializationManager SafeSerializationManager_t4A754D86B0F784B18CBC36C073BA564BED109770 * ____safeSerializationManager_13; // System.Diagnostics.StackTrace[] System.Exception::captured_traces StackTraceU5BU5D_t855F09649EA34DEE7C1B6F088E0538E3CCC3F196* ___captured_traces_14; // System.IntPtr[] System.Exception::native_trace_ips IntPtrU5BU5D_t4DC01DCB9A6DF6C9792A6513595D7A11E637DCDD* ___native_trace_ips_15; public: inline static int32_t get_offset_of__className_1() { return static_cast(offsetof(Exception_t, ____className_1)); } inline String_t* get__className_1() const { return ____className_1; } inline String_t** get_address_of__className_1() { return &____className_1; } inline void set__className_1(String_t* value) { ____className_1 = value; Il2CppCodeGenWriteBarrier((&____className_1), value); } inline static int32_t get_offset_of__message_2() { return static_cast(offsetof(Exception_t, ____message_2)); } inline String_t* get__message_2() const { return ____message_2; } inline String_t** get_address_of__message_2() { return &____message_2; } inline void set__message_2(String_t* value) { ____message_2 = value; Il2CppCodeGenWriteBarrier((&____message_2), value); } inline static int32_t get_offset_of__data_3() { return static_cast(offsetof(Exception_t, ____data_3)); } inline RuntimeObject* get__data_3() const { return ____data_3; } inline RuntimeObject** get_address_of__data_3() { return &____data_3; } inline void set__data_3(RuntimeObject* value) { ____data_3 = value; Il2CppCodeGenWriteBarrier((&____data_3), value); } inline static int32_t get_offset_of__innerException_4() { return static_cast(offsetof(Exception_t, ____innerException_4)); } inline Exception_t * get__innerException_4() const { return ____innerException_4; } inline Exception_t ** get_address_of__innerException_4() { return &____innerException_4; } inline void set__innerException_4(Exception_t * value) { ____innerException_4 = value; Il2CppCodeGenWriteBarrier((&____innerException_4), value); } inline static int32_t get_offset_of__helpURL_5() { return static_cast(offsetof(Exception_t, ____helpURL_5)); } inline String_t* get__helpURL_5() const { return ____helpURL_5; } inline String_t** get_address_of__helpURL_5() { return &____helpURL_5; } inline void set__helpURL_5(String_t* value) { ____helpURL_5 = value; Il2CppCodeGenWriteBarrier((&____helpURL_5), value); } inline static int32_t get_offset_of__stackTrace_6() { return static_cast(offsetof(Exception_t, ____stackTrace_6)); } inline RuntimeObject * get__stackTrace_6() const { return ____stackTrace_6; } inline RuntimeObject ** get_address_of__stackTrace_6() { return &____stackTrace_6; } inline void set__stackTrace_6(RuntimeObject * value) { ____stackTrace_6 = value; Il2CppCodeGenWriteBarrier((&____stackTrace_6), value); } inline static int32_t get_offset_of__stackTraceString_7() { return static_cast(offsetof(Exception_t, ____stackTraceString_7)); } inline String_t* get__stackTraceString_7() const { return ____stackTraceString_7; } inline String_t** get_address_of__stackTraceString_7() { return &____stackTraceString_7; } inline void set__stackTraceString_7(String_t* value) { ____stackTraceString_7 = value; Il2CppCodeGenWriteBarrier((&____stackTraceString_7), value); } inline static int32_t get_offset_of__remoteStackTraceString_8() { return static_cast(offsetof(Exception_t, ____remoteStackTraceString_8)); } inline String_t* get__remoteStackTraceString_8() const { return ____remoteStackTraceString_8; } inline String_t** get_address_of__remoteStackTraceString_8() { return &____remoteStackTraceString_8; } inline void set__remoteStackTraceString_8(String_t* value) { ____remoteStackTraceString_8 = value; Il2CppCodeGenWriteBarrier((&____remoteStackTraceString_8), value); } inline static int32_t get_offset_of__remoteStackIndex_9() { return static_cast(offsetof(Exception_t, ____remoteStackIndex_9)); } inline int32_t get__remoteStackIndex_9() const { return ____remoteStackIndex_9; } inline int32_t* get_address_of__remoteStackIndex_9() { return &____remoteStackIndex_9; } inline void set__remoteStackIndex_9(int32_t value) { ____remoteStackIndex_9 = value; } inline static int32_t get_offset_of__dynamicMethods_10() { return static_cast(offsetof(Exception_t, ____dynamicMethods_10)); } inline RuntimeObject * get__dynamicMethods_10() const { return ____dynamicMethods_10; } inline RuntimeObject ** get_address_of__dynamicMethods_10() { return &____dynamicMethods_10; } inline void set__dynamicMethods_10(RuntimeObject * value) { ____dynamicMethods_10 = value; Il2CppCodeGenWriteBarrier((&____dynamicMethods_10), value); } inline static int32_t get_offset_of__HResult_11() { return static_cast(offsetof(Exception_t, ____HResult_11)); } inline int32_t get__HResult_11() const { return ____HResult_11; } inline int32_t* get_address_of__HResult_11() { return &____HResult_11; } inline void set__HResult_11(int32_t value) { ____HResult_11 = value; } inline static int32_t get_offset_of__source_12() { return static_cast(offsetof(Exception_t, ____source_12)); } inline String_t* get__source_12() const { return ____source_12; } inline String_t** get_address_of__source_12() { return &____source_12; } inline void set__source_12(String_t* value) { ____source_12 = value; Il2CppCodeGenWriteBarrier((&____source_12), value); } inline static int32_t get_offset_of__safeSerializationManager_13() { return static_cast(offsetof(Exception_t, ____safeSerializationManager_13)); } inline SafeSerializationManager_t4A754D86B0F784B18CBC36C073BA564BED109770 * get__safeSerializationManager_13() const { return ____safeSerializationManager_13; } inline SafeSerializationManager_t4A754D86B0F784B18CBC36C073BA564BED109770 ** get_address_of__safeSerializationManager_13() { return &____safeSerializationManager_13; } inline void set__safeSerializationManager_13(SafeSerializationManager_t4A754D86B0F784B18CBC36C073BA564BED109770 * value) { ____safeSerializationManager_13 = value; Il2CppCodeGenWriteBarrier((&____safeSerializationManager_13), value); } inline static int32_t get_offset_of_captured_traces_14() { return static_cast(offsetof(Exception_t, ___captured_traces_14)); } inline StackTraceU5BU5D_t855F09649EA34DEE7C1B6F088E0538E3CCC3F196* get_captured_traces_14() const { return ___captured_traces_14; } inline StackTraceU5BU5D_t855F09649EA34DEE7C1B6F088E0538E3CCC3F196** get_address_of_captured_traces_14() { return &___captured_traces_14; } inline void set_captured_traces_14(StackTraceU5BU5D_t855F09649EA34DEE7C1B6F088E0538E3CCC3F196* value) { ___captured_traces_14 = value; Il2CppCodeGenWriteBarrier((&___captured_traces_14), value); } inline static int32_t get_offset_of_native_trace_ips_15() { return static_cast(offsetof(Exception_t, ___native_trace_ips_15)); } inline IntPtrU5BU5D_t4DC01DCB9A6DF6C9792A6513595D7A11E637DCDD* get_native_trace_ips_15() const { return ___native_trace_ips_15; } inline IntPtrU5BU5D_t4DC01DCB9A6DF6C9792A6513595D7A11E637DCDD** get_address_of_native_trace_ips_15() { return &___native_trace_ips_15; } inline void set_native_trace_ips_15(IntPtrU5BU5D_t4DC01DCB9A6DF6C9792A6513595D7A11E637DCDD* value) { ___native_trace_ips_15 = value; Il2CppCodeGenWriteBarrier((&___native_trace_ips_15), value); } }; struct Exception_t_StaticFields { public: // System.Object System.Exception::s_EDILock RuntimeObject * ___s_EDILock_0; public: inline static int32_t get_offset_of_s_EDILock_0() { return static_cast(offsetof(Exception_t_StaticFields, ___s_EDILock_0)); } inline RuntimeObject * get_s_EDILock_0() const { return ___s_EDILock_0; } inline RuntimeObject ** get_address_of_s_EDILock_0() { return &___s_EDILock_0; } inline void set_s_EDILock_0(RuntimeObject * value) { ___s_EDILock_0 = value; Il2CppCodeGenWriteBarrier((&___s_EDILock_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of System.Exception struct Exception_t_marshaled_pinvoke { char* ____className_1; char* ____message_2; RuntimeObject* ____data_3; Exception_t_marshaled_pinvoke* ____innerException_4; char* ____helpURL_5; Il2CppIUnknown* ____stackTrace_6; char* ____stackTraceString_7; char* ____remoteStackTraceString_8; int32_t ____remoteStackIndex_9; Il2CppIUnknown* ____dynamicMethods_10; int32_t ____HResult_11; char* ____source_12; SafeSerializationManager_t4A754D86B0F784B18CBC36C073BA564BED109770 * ____safeSerializationManager_13; StackTraceU5BU5D_t855F09649EA34DEE7C1B6F088E0538E3CCC3F196* ___captured_traces_14; intptr_t* ___native_trace_ips_15; }; // Native definition for COM marshalling of System.Exception struct Exception_t_marshaled_com { Il2CppChar* ____className_1; Il2CppChar* ____message_2; RuntimeObject* ____data_3; Exception_t_marshaled_com* ____innerException_4; Il2CppChar* ____helpURL_5; Il2CppIUnknown* ____stackTrace_6; Il2CppChar* ____stackTraceString_7; Il2CppChar* ____remoteStackTraceString_8; int32_t ____remoteStackIndex_9; Il2CppIUnknown* ____dynamicMethods_10; int32_t ____HResult_11; Il2CppChar* ____source_12; SafeSerializationManager_t4A754D86B0F784B18CBC36C073BA564BED109770 * ____safeSerializationManager_13; StackTraceU5BU5D_t855F09649EA34DEE7C1B6F088E0538E3CCC3F196* ___captured_traces_14; intptr_t* ___native_trace_ips_15; }; #endif // EXCEPTION_T_H #ifndef MEMBERINFO_T_H #define MEMBERINFO_T_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.MemberInfo struct MemberInfo_t : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // MEMBERINFO_T_H #ifndef STRING_T_H #define STRING_T_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.String struct String_t : public RuntimeObject { public: // System.Int32 System.String::m_stringLength int32_t ___m_stringLength_0; // System.Char System.String::m_firstChar Il2CppChar ___m_firstChar_1; public: inline static int32_t get_offset_of_m_stringLength_0() { return static_cast(offsetof(String_t, ___m_stringLength_0)); } inline int32_t get_m_stringLength_0() const { return ___m_stringLength_0; } inline int32_t* get_address_of_m_stringLength_0() { return &___m_stringLength_0; } inline void set_m_stringLength_0(int32_t value) { ___m_stringLength_0 = value; } inline static int32_t get_offset_of_m_firstChar_1() { return static_cast(offsetof(String_t, ___m_firstChar_1)); } inline Il2CppChar get_m_firstChar_1() const { return ___m_firstChar_1; } inline Il2CppChar* get_address_of_m_firstChar_1() { return &___m_firstChar_1; } inline void set_m_firstChar_1(Il2CppChar value) { ___m_firstChar_1 = value; } }; struct String_t_StaticFields { public: // System.String System.String::Empty String_t* ___Empty_5; public: inline static int32_t get_offset_of_Empty_5() { return static_cast(offsetof(String_t_StaticFields, ___Empty_5)); } inline String_t* get_Empty_5() const { return ___Empty_5; } inline String_t** get_address_of_Empty_5() { return &___Empty_5; } inline void set_Empty_5(String_t* value) { ___Empty_5 = value; Il2CppCodeGenWriteBarrier((&___Empty_5), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // STRING_T_H #ifndef STRINGBUILDER_T_H #define STRINGBUILDER_T_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Text.StringBuilder struct StringBuilder_t : public RuntimeObject { public: // System.Char[] System.Text.StringBuilder::m_ChunkChars CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___m_ChunkChars_0; // System.Text.StringBuilder System.Text.StringBuilder::m_ChunkPrevious StringBuilder_t * ___m_ChunkPrevious_1; // System.Int32 System.Text.StringBuilder::m_ChunkLength int32_t ___m_ChunkLength_2; // System.Int32 System.Text.StringBuilder::m_ChunkOffset int32_t ___m_ChunkOffset_3; // System.Int32 System.Text.StringBuilder::m_MaxCapacity int32_t ___m_MaxCapacity_4; public: inline static int32_t get_offset_of_m_ChunkChars_0() { return static_cast(offsetof(StringBuilder_t, ___m_ChunkChars_0)); } inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* get_m_ChunkChars_0() const { return ___m_ChunkChars_0; } inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2** get_address_of_m_ChunkChars_0() { return &___m_ChunkChars_0; } inline void set_m_ChunkChars_0(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* value) { ___m_ChunkChars_0 = value; Il2CppCodeGenWriteBarrier((&___m_ChunkChars_0), value); } inline static int32_t get_offset_of_m_ChunkPrevious_1() { return static_cast(offsetof(StringBuilder_t, ___m_ChunkPrevious_1)); } inline StringBuilder_t * get_m_ChunkPrevious_1() const { return ___m_ChunkPrevious_1; } inline StringBuilder_t ** get_address_of_m_ChunkPrevious_1() { return &___m_ChunkPrevious_1; } inline void set_m_ChunkPrevious_1(StringBuilder_t * value) { ___m_ChunkPrevious_1 = value; Il2CppCodeGenWriteBarrier((&___m_ChunkPrevious_1), value); } inline static int32_t get_offset_of_m_ChunkLength_2() { return static_cast(offsetof(StringBuilder_t, ___m_ChunkLength_2)); } inline int32_t get_m_ChunkLength_2() const { return ___m_ChunkLength_2; } inline int32_t* get_address_of_m_ChunkLength_2() { return &___m_ChunkLength_2; } inline void set_m_ChunkLength_2(int32_t value) { ___m_ChunkLength_2 = value; } inline static int32_t get_offset_of_m_ChunkOffset_3() { return static_cast(offsetof(StringBuilder_t, ___m_ChunkOffset_3)); } inline int32_t get_m_ChunkOffset_3() const { return ___m_ChunkOffset_3; } inline int32_t* get_address_of_m_ChunkOffset_3() { return &___m_ChunkOffset_3; } inline void set_m_ChunkOffset_3(int32_t value) { ___m_ChunkOffset_3 = value; } inline static int32_t get_offset_of_m_MaxCapacity_4() { return static_cast(offsetof(StringBuilder_t, ___m_MaxCapacity_4)); } inline int32_t get_m_MaxCapacity_4() const { return ___m_MaxCapacity_4; } inline int32_t* get_address_of_m_MaxCapacity_4() { return &___m_MaxCapacity_4; } inline void set_m_MaxCapacity_4(int32_t value) { ___m_MaxCapacity_4 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // STRINGBUILDER_T_H #ifndef VALUETYPE_T4D0C27076F7C36E76190FB3328E232BCB1CD1FFF_H #define VALUETYPE_T4D0C27076F7C36E76190FB3328E232BCB1CD1FFF_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.ValueType struct ValueType_t4D0C27076F7C36E76190FB3328E232BCB1CD1FFF : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of System.ValueType struct ValueType_t4D0C27076F7C36E76190FB3328E232BCB1CD1FFF_marshaled_pinvoke { }; // Native definition for COM marshalling of System.ValueType struct ValueType_t4D0C27076F7C36E76190FB3328E232BCB1CD1FFF_marshaled_com { }; #endif // VALUETYPE_T4D0C27076F7C36E76190FB3328E232BCB1CD1FFF_H #ifndef FACEINFO_T43812B1A171B1AE8E3591EADED098DE81264F6A5_H #define FACEINFO_T43812B1A171B1AE8E3591EADED098DE81264F6A5_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // TMPro.FaceInfo struct FaceInfo_t43812B1A171B1AE8E3591EADED098DE81264F6A5 : public RuntimeObject { public: // System.String TMPro.FaceInfo::Name String_t* ___Name_0; // System.Single TMPro.FaceInfo::PointSize float ___PointSize_1; // System.Single TMPro.FaceInfo::Scale float ___Scale_2; // System.Int32 TMPro.FaceInfo::CharacterCount int32_t ___CharacterCount_3; // System.Single TMPro.FaceInfo::LineHeight float ___LineHeight_4; // System.Single TMPro.FaceInfo::Baseline float ___Baseline_5; // System.Single TMPro.FaceInfo::Ascender float ___Ascender_6; // System.Single TMPro.FaceInfo::CapHeight float ___CapHeight_7; // System.Single TMPro.FaceInfo::Descender float ___Descender_8; // System.Single TMPro.FaceInfo::CenterLine float ___CenterLine_9; // System.Single TMPro.FaceInfo::SuperscriptOffset float ___SuperscriptOffset_10; // System.Single TMPro.FaceInfo::SubscriptOffset float ___SubscriptOffset_11; // System.Single TMPro.FaceInfo::SubSize float ___SubSize_12; // System.Single TMPro.FaceInfo::Underline float ___Underline_13; // System.Single TMPro.FaceInfo::UnderlineThickness float ___UnderlineThickness_14; // System.Single TMPro.FaceInfo::strikethrough float ___strikethrough_15; // System.Single TMPro.FaceInfo::strikethroughThickness float ___strikethroughThickness_16; // System.Single TMPro.FaceInfo::TabWidth float ___TabWidth_17; // System.Single TMPro.FaceInfo::Padding float ___Padding_18; // System.Single TMPro.FaceInfo::AtlasWidth float ___AtlasWidth_19; // System.Single TMPro.FaceInfo::AtlasHeight float ___AtlasHeight_20; public: inline static int32_t get_offset_of_Name_0() { return static_cast(offsetof(FaceInfo_t43812B1A171B1AE8E3591EADED098DE81264F6A5, ___Name_0)); } inline String_t* get_Name_0() const { return ___Name_0; } inline String_t** get_address_of_Name_0() { return &___Name_0; } inline void set_Name_0(String_t* value) { ___Name_0 = value; Il2CppCodeGenWriteBarrier((&___Name_0), value); } inline static int32_t get_offset_of_PointSize_1() { return static_cast(offsetof(FaceInfo_t43812B1A171B1AE8E3591EADED098DE81264F6A5, ___PointSize_1)); } inline float get_PointSize_1() const { return ___PointSize_1; } inline float* get_address_of_PointSize_1() { return &___PointSize_1; } inline void set_PointSize_1(float value) { ___PointSize_1 = value; } inline static int32_t get_offset_of_Scale_2() { return static_cast(offsetof(FaceInfo_t43812B1A171B1AE8E3591EADED098DE81264F6A5, ___Scale_2)); } inline float get_Scale_2() const { return ___Scale_2; } inline float* get_address_of_Scale_2() { return &___Scale_2; } inline void set_Scale_2(float value) { ___Scale_2 = value; } inline static int32_t get_offset_of_CharacterCount_3() { return static_cast(offsetof(FaceInfo_t43812B1A171B1AE8E3591EADED098DE81264F6A5, ___CharacterCount_3)); } inline int32_t get_CharacterCount_3() const { return ___CharacterCount_3; } inline int32_t* get_address_of_CharacterCount_3() { return &___CharacterCount_3; } inline void set_CharacterCount_3(int32_t value) { ___CharacterCount_3 = value; } inline static int32_t get_offset_of_LineHeight_4() { return static_cast(offsetof(FaceInfo_t43812B1A171B1AE8E3591EADED098DE81264F6A5, ___LineHeight_4)); } inline float get_LineHeight_4() const { return ___LineHeight_4; } inline float* get_address_of_LineHeight_4() { return &___LineHeight_4; } inline void set_LineHeight_4(float value) { ___LineHeight_4 = value; } inline static int32_t get_offset_of_Baseline_5() { return static_cast(offsetof(FaceInfo_t43812B1A171B1AE8E3591EADED098DE81264F6A5, ___Baseline_5)); } inline float get_Baseline_5() const { return ___Baseline_5; } inline float* get_address_of_Baseline_5() { return &___Baseline_5; } inline void set_Baseline_5(float value) { ___Baseline_5 = value; } inline static int32_t get_offset_of_Ascender_6() { return static_cast(offsetof(FaceInfo_t43812B1A171B1AE8E3591EADED098DE81264F6A5, ___Ascender_6)); } inline float get_Ascender_6() const { return ___Ascender_6; } inline float* get_address_of_Ascender_6() { return &___Ascender_6; } inline void set_Ascender_6(float value) { ___Ascender_6 = value; } inline static int32_t get_offset_of_CapHeight_7() { return static_cast(offsetof(FaceInfo_t43812B1A171B1AE8E3591EADED098DE81264F6A5, ___CapHeight_7)); } inline float get_CapHeight_7() const { return ___CapHeight_7; } inline float* get_address_of_CapHeight_7() { return &___CapHeight_7; } inline void set_CapHeight_7(float value) { ___CapHeight_7 = value; } inline static int32_t get_offset_of_Descender_8() { return static_cast(offsetof(FaceInfo_t43812B1A171B1AE8E3591EADED098DE81264F6A5, ___Descender_8)); } inline float get_Descender_8() const { return ___Descender_8; } inline float* get_address_of_Descender_8() { return &___Descender_8; } inline void set_Descender_8(float value) { ___Descender_8 = value; } inline static int32_t get_offset_of_CenterLine_9() { return static_cast(offsetof(FaceInfo_t43812B1A171B1AE8E3591EADED098DE81264F6A5, ___CenterLine_9)); } inline float get_CenterLine_9() const { return ___CenterLine_9; } inline float* get_address_of_CenterLine_9() { return &___CenterLine_9; } inline void set_CenterLine_9(float value) { ___CenterLine_9 = value; } inline static int32_t get_offset_of_SuperscriptOffset_10() { return static_cast(offsetof(FaceInfo_t43812B1A171B1AE8E3591EADED098DE81264F6A5, ___SuperscriptOffset_10)); } inline float get_SuperscriptOffset_10() const { return ___SuperscriptOffset_10; } inline float* get_address_of_SuperscriptOffset_10() { return &___SuperscriptOffset_10; } inline void set_SuperscriptOffset_10(float value) { ___SuperscriptOffset_10 = value; } inline static int32_t get_offset_of_SubscriptOffset_11() { return static_cast(offsetof(FaceInfo_t43812B1A171B1AE8E3591EADED098DE81264F6A5, ___SubscriptOffset_11)); } inline float get_SubscriptOffset_11() const { return ___SubscriptOffset_11; } inline float* get_address_of_SubscriptOffset_11() { return &___SubscriptOffset_11; } inline void set_SubscriptOffset_11(float value) { ___SubscriptOffset_11 = value; } inline static int32_t get_offset_of_SubSize_12() { return static_cast(offsetof(FaceInfo_t43812B1A171B1AE8E3591EADED098DE81264F6A5, ___SubSize_12)); } inline float get_SubSize_12() const { return ___SubSize_12; } inline float* get_address_of_SubSize_12() { return &___SubSize_12; } inline void set_SubSize_12(float value) { ___SubSize_12 = value; } inline static int32_t get_offset_of_Underline_13() { return static_cast(offsetof(FaceInfo_t43812B1A171B1AE8E3591EADED098DE81264F6A5, ___Underline_13)); } inline float get_Underline_13() const { return ___Underline_13; } inline float* get_address_of_Underline_13() { return &___Underline_13; } inline void set_Underline_13(float value) { ___Underline_13 = value; } inline static int32_t get_offset_of_UnderlineThickness_14() { return static_cast(offsetof(FaceInfo_t43812B1A171B1AE8E3591EADED098DE81264F6A5, ___UnderlineThickness_14)); } inline float get_UnderlineThickness_14() const { return ___UnderlineThickness_14; } inline float* get_address_of_UnderlineThickness_14() { return &___UnderlineThickness_14; } inline void set_UnderlineThickness_14(float value) { ___UnderlineThickness_14 = value; } inline static int32_t get_offset_of_strikethrough_15() { return static_cast(offsetof(FaceInfo_t43812B1A171B1AE8E3591EADED098DE81264F6A5, ___strikethrough_15)); } inline float get_strikethrough_15() const { return ___strikethrough_15; } inline float* get_address_of_strikethrough_15() { return &___strikethrough_15; } inline void set_strikethrough_15(float value) { ___strikethrough_15 = value; } inline static int32_t get_offset_of_strikethroughThickness_16() { return static_cast(offsetof(FaceInfo_t43812B1A171B1AE8E3591EADED098DE81264F6A5, ___strikethroughThickness_16)); } inline float get_strikethroughThickness_16() const { return ___strikethroughThickness_16; } inline float* get_address_of_strikethroughThickness_16() { return &___strikethroughThickness_16; } inline void set_strikethroughThickness_16(float value) { ___strikethroughThickness_16 = value; } inline static int32_t get_offset_of_TabWidth_17() { return static_cast(offsetof(FaceInfo_t43812B1A171B1AE8E3591EADED098DE81264F6A5, ___TabWidth_17)); } inline float get_TabWidth_17() const { return ___TabWidth_17; } inline float* get_address_of_TabWidth_17() { return &___TabWidth_17; } inline void set_TabWidth_17(float value) { ___TabWidth_17 = value; } inline static int32_t get_offset_of_Padding_18() { return static_cast(offsetof(FaceInfo_t43812B1A171B1AE8E3591EADED098DE81264F6A5, ___Padding_18)); } inline float get_Padding_18() const { return ___Padding_18; } inline float* get_address_of_Padding_18() { return &___Padding_18; } inline void set_Padding_18(float value) { ___Padding_18 = value; } inline static int32_t get_offset_of_AtlasWidth_19() { return static_cast(offsetof(FaceInfo_t43812B1A171B1AE8E3591EADED098DE81264F6A5, ___AtlasWidth_19)); } inline float get_AtlasWidth_19() const { return ___AtlasWidth_19; } inline float* get_address_of_AtlasWidth_19() { return &___AtlasWidth_19; } inline void set_AtlasWidth_19(float value) { ___AtlasWidth_19 = value; } inline static int32_t get_offset_of_AtlasHeight_20() { return static_cast(offsetof(FaceInfo_t43812B1A171B1AE8E3591EADED098DE81264F6A5, ___AtlasHeight_20)); } inline float get_AtlasHeight_20() const { return ___AtlasHeight_20; } inline float* get_address_of_AtlasHeight_20() { return &___AtlasHeight_20; } inline void set_AtlasHeight_20(float value) { ___AtlasHeight_20 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // FACEINFO_T43812B1A171B1AE8E3591EADED098DE81264F6A5_H #ifndef SHADERUTILITIES_T94FED29CB763EEA57E3BBCA7B305F9A3CB1180B8_H #define SHADERUTILITIES_T94FED29CB763EEA57E3BBCA7B305F9A3CB1180B8_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // TMPro.ShaderUtilities struct ShaderUtilities_t94FED29CB763EEA57E3BBCA7B305F9A3CB1180B8 : public RuntimeObject { public: public: }; struct ShaderUtilities_t94FED29CB763EEA57E3BBCA7B305F9A3CB1180B8_StaticFields { public: // System.Int32 TMPro.ShaderUtilities::ID_MainTex int32_t ___ID_MainTex_0; // System.Int32 TMPro.ShaderUtilities::ID_FaceTex int32_t ___ID_FaceTex_1; // System.Int32 TMPro.ShaderUtilities::ID_FaceColor int32_t ___ID_FaceColor_2; // System.Int32 TMPro.ShaderUtilities::ID_FaceDilate int32_t ___ID_FaceDilate_3; // System.Int32 TMPro.ShaderUtilities::ID_Shininess int32_t ___ID_Shininess_4; // System.Int32 TMPro.ShaderUtilities::ID_UnderlayColor int32_t ___ID_UnderlayColor_5; // System.Int32 TMPro.ShaderUtilities::ID_UnderlayOffsetX int32_t ___ID_UnderlayOffsetX_6; // System.Int32 TMPro.ShaderUtilities::ID_UnderlayOffsetY int32_t ___ID_UnderlayOffsetY_7; // System.Int32 TMPro.ShaderUtilities::ID_UnderlayDilate int32_t ___ID_UnderlayDilate_8; // System.Int32 TMPro.ShaderUtilities::ID_UnderlaySoftness int32_t ___ID_UnderlaySoftness_9; // System.Int32 TMPro.ShaderUtilities::ID_WeightNormal int32_t ___ID_WeightNormal_10; // System.Int32 TMPro.ShaderUtilities::ID_WeightBold int32_t ___ID_WeightBold_11; // System.Int32 TMPro.ShaderUtilities::ID_OutlineTex int32_t ___ID_OutlineTex_12; // System.Int32 TMPro.ShaderUtilities::ID_OutlineWidth int32_t ___ID_OutlineWidth_13; // System.Int32 TMPro.ShaderUtilities::ID_OutlineSoftness int32_t ___ID_OutlineSoftness_14; // System.Int32 TMPro.ShaderUtilities::ID_OutlineColor int32_t ___ID_OutlineColor_15; // System.Int32 TMPro.ShaderUtilities::ID_Padding int32_t ___ID_Padding_16; // System.Int32 TMPro.ShaderUtilities::ID_GradientScale int32_t ___ID_GradientScale_17; // System.Int32 TMPro.ShaderUtilities::ID_ScaleX int32_t ___ID_ScaleX_18; // System.Int32 TMPro.ShaderUtilities::ID_ScaleY int32_t ___ID_ScaleY_19; // System.Int32 TMPro.ShaderUtilities::ID_PerspectiveFilter int32_t ___ID_PerspectiveFilter_20; // System.Int32 TMPro.ShaderUtilities::ID_TextureWidth int32_t ___ID_TextureWidth_21; // System.Int32 TMPro.ShaderUtilities::ID_TextureHeight int32_t ___ID_TextureHeight_22; // System.Int32 TMPro.ShaderUtilities::ID_BevelAmount int32_t ___ID_BevelAmount_23; // System.Int32 TMPro.ShaderUtilities::ID_GlowColor int32_t ___ID_GlowColor_24; // System.Int32 TMPro.ShaderUtilities::ID_GlowOffset int32_t ___ID_GlowOffset_25; // System.Int32 TMPro.ShaderUtilities::ID_GlowPower int32_t ___ID_GlowPower_26; // System.Int32 TMPro.ShaderUtilities::ID_GlowOuter int32_t ___ID_GlowOuter_27; // System.Int32 TMPro.ShaderUtilities::ID_LightAngle int32_t ___ID_LightAngle_28; // System.Int32 TMPro.ShaderUtilities::ID_EnvMap int32_t ___ID_EnvMap_29; // System.Int32 TMPro.ShaderUtilities::ID_EnvMatrix int32_t ___ID_EnvMatrix_30; // System.Int32 TMPro.ShaderUtilities::ID_EnvMatrixRotation int32_t ___ID_EnvMatrixRotation_31; // System.Int32 TMPro.ShaderUtilities::ID_MaskCoord int32_t ___ID_MaskCoord_32; // System.Int32 TMPro.ShaderUtilities::ID_ClipRect int32_t ___ID_ClipRect_33; // System.Int32 TMPro.ShaderUtilities::ID_MaskSoftnessX int32_t ___ID_MaskSoftnessX_34; // System.Int32 TMPro.ShaderUtilities::ID_MaskSoftnessY int32_t ___ID_MaskSoftnessY_35; // System.Int32 TMPro.ShaderUtilities::ID_VertexOffsetX int32_t ___ID_VertexOffsetX_36; // System.Int32 TMPro.ShaderUtilities::ID_VertexOffsetY int32_t ___ID_VertexOffsetY_37; // System.Int32 TMPro.ShaderUtilities::ID_UseClipRect int32_t ___ID_UseClipRect_38; // System.Int32 TMPro.ShaderUtilities::ID_StencilID int32_t ___ID_StencilID_39; // System.Int32 TMPro.ShaderUtilities::ID_StencilOp int32_t ___ID_StencilOp_40; // System.Int32 TMPro.ShaderUtilities::ID_StencilComp int32_t ___ID_StencilComp_41; // System.Int32 TMPro.ShaderUtilities::ID_StencilReadMask int32_t ___ID_StencilReadMask_42; // System.Int32 TMPro.ShaderUtilities::ID_StencilWriteMask int32_t ___ID_StencilWriteMask_43; // System.Int32 TMPro.ShaderUtilities::ID_ShaderFlags int32_t ___ID_ShaderFlags_44; // System.Int32 TMPro.ShaderUtilities::ID_ScaleRatio_A int32_t ___ID_ScaleRatio_A_45; // System.Int32 TMPro.ShaderUtilities::ID_ScaleRatio_B int32_t ___ID_ScaleRatio_B_46; // System.Int32 TMPro.ShaderUtilities::ID_ScaleRatio_C int32_t ___ID_ScaleRatio_C_47; // System.String TMPro.ShaderUtilities::Keyword_Bevel String_t* ___Keyword_Bevel_48; // System.String TMPro.ShaderUtilities::Keyword_Glow String_t* ___Keyword_Glow_49; // System.String TMPro.ShaderUtilities::Keyword_Underlay String_t* ___Keyword_Underlay_50; // System.String TMPro.ShaderUtilities::Keyword_Ratios String_t* ___Keyword_Ratios_51; // System.String TMPro.ShaderUtilities::Keyword_MASK_SOFT String_t* ___Keyword_MASK_SOFT_52; // System.String TMPro.ShaderUtilities::Keyword_MASK_HARD String_t* ___Keyword_MASK_HARD_53; // System.String TMPro.ShaderUtilities::Keyword_MASK_TEX String_t* ___Keyword_MASK_TEX_54; // System.String TMPro.ShaderUtilities::Keyword_Outline String_t* ___Keyword_Outline_55; // System.String TMPro.ShaderUtilities::ShaderTag_ZTestMode String_t* ___ShaderTag_ZTestMode_56; // System.String TMPro.ShaderUtilities::ShaderTag_CullMode String_t* ___ShaderTag_CullMode_57; // System.Single TMPro.ShaderUtilities::m_clamp float ___m_clamp_58; // System.Boolean TMPro.ShaderUtilities::isInitialized bool ___isInitialized_59; public: inline static int32_t get_offset_of_ID_MainTex_0() { return static_cast(offsetof(ShaderUtilities_t94FED29CB763EEA57E3BBCA7B305F9A3CB1180B8_StaticFields, ___ID_MainTex_0)); } inline int32_t get_ID_MainTex_0() const { return ___ID_MainTex_0; } inline int32_t* get_address_of_ID_MainTex_0() { return &___ID_MainTex_0; } inline void set_ID_MainTex_0(int32_t value) { ___ID_MainTex_0 = value; } inline static int32_t get_offset_of_ID_FaceTex_1() { return static_cast(offsetof(ShaderUtilities_t94FED29CB763EEA57E3BBCA7B305F9A3CB1180B8_StaticFields, ___ID_FaceTex_1)); } inline int32_t get_ID_FaceTex_1() const { return ___ID_FaceTex_1; } inline int32_t* get_address_of_ID_FaceTex_1() { return &___ID_FaceTex_1; } inline void set_ID_FaceTex_1(int32_t value) { ___ID_FaceTex_1 = value; } inline static int32_t get_offset_of_ID_FaceColor_2() { return static_cast(offsetof(ShaderUtilities_t94FED29CB763EEA57E3BBCA7B305F9A3CB1180B8_StaticFields, ___ID_FaceColor_2)); } inline int32_t get_ID_FaceColor_2() const { return ___ID_FaceColor_2; } inline int32_t* get_address_of_ID_FaceColor_2() { return &___ID_FaceColor_2; } inline void set_ID_FaceColor_2(int32_t value) { ___ID_FaceColor_2 = value; } inline static int32_t get_offset_of_ID_FaceDilate_3() { return static_cast(offsetof(ShaderUtilities_t94FED29CB763EEA57E3BBCA7B305F9A3CB1180B8_StaticFields, ___ID_FaceDilate_3)); } inline int32_t get_ID_FaceDilate_3() const { return ___ID_FaceDilate_3; } inline int32_t* get_address_of_ID_FaceDilate_3() { return &___ID_FaceDilate_3; } inline void set_ID_FaceDilate_3(int32_t value) { ___ID_FaceDilate_3 = value; } inline static int32_t get_offset_of_ID_Shininess_4() { return static_cast(offsetof(ShaderUtilities_t94FED29CB763EEA57E3BBCA7B305F9A3CB1180B8_StaticFields, ___ID_Shininess_4)); } inline int32_t get_ID_Shininess_4() const { return ___ID_Shininess_4; } inline int32_t* get_address_of_ID_Shininess_4() { return &___ID_Shininess_4; } inline void set_ID_Shininess_4(int32_t value) { ___ID_Shininess_4 = value; } inline static int32_t get_offset_of_ID_UnderlayColor_5() { return static_cast(offsetof(ShaderUtilities_t94FED29CB763EEA57E3BBCA7B305F9A3CB1180B8_StaticFields, ___ID_UnderlayColor_5)); } inline int32_t get_ID_UnderlayColor_5() const { return ___ID_UnderlayColor_5; } inline int32_t* get_address_of_ID_UnderlayColor_5() { return &___ID_UnderlayColor_5; } inline void set_ID_UnderlayColor_5(int32_t value) { ___ID_UnderlayColor_5 = value; } inline static int32_t get_offset_of_ID_UnderlayOffsetX_6() { return static_cast(offsetof(ShaderUtilities_t94FED29CB763EEA57E3BBCA7B305F9A3CB1180B8_StaticFields, ___ID_UnderlayOffsetX_6)); } inline int32_t get_ID_UnderlayOffsetX_6() const { return ___ID_UnderlayOffsetX_6; } inline int32_t* get_address_of_ID_UnderlayOffsetX_6() { return &___ID_UnderlayOffsetX_6; } inline void set_ID_UnderlayOffsetX_6(int32_t value) { ___ID_UnderlayOffsetX_6 = value; } inline static int32_t get_offset_of_ID_UnderlayOffsetY_7() { return static_cast(offsetof(ShaderUtilities_t94FED29CB763EEA57E3BBCA7B305F9A3CB1180B8_StaticFields, ___ID_UnderlayOffsetY_7)); } inline int32_t get_ID_UnderlayOffsetY_7() const { return ___ID_UnderlayOffsetY_7; } inline int32_t* get_address_of_ID_UnderlayOffsetY_7() { return &___ID_UnderlayOffsetY_7; } inline void set_ID_UnderlayOffsetY_7(int32_t value) { ___ID_UnderlayOffsetY_7 = value; } inline static int32_t get_offset_of_ID_UnderlayDilate_8() { return static_cast(offsetof(ShaderUtilities_t94FED29CB763EEA57E3BBCA7B305F9A3CB1180B8_StaticFields, ___ID_UnderlayDilate_8)); } inline int32_t get_ID_UnderlayDilate_8() const { return ___ID_UnderlayDilate_8; } inline int32_t* get_address_of_ID_UnderlayDilate_8() { return &___ID_UnderlayDilate_8; } inline void set_ID_UnderlayDilate_8(int32_t value) { ___ID_UnderlayDilate_8 = value; } inline static int32_t get_offset_of_ID_UnderlaySoftness_9() { return static_cast(offsetof(ShaderUtilities_t94FED29CB763EEA57E3BBCA7B305F9A3CB1180B8_StaticFields, ___ID_UnderlaySoftness_9)); } inline int32_t get_ID_UnderlaySoftness_9() const { return ___ID_UnderlaySoftness_9; } inline int32_t* get_address_of_ID_UnderlaySoftness_9() { return &___ID_UnderlaySoftness_9; } inline void set_ID_UnderlaySoftness_9(int32_t value) { ___ID_UnderlaySoftness_9 = value; } inline static int32_t get_offset_of_ID_WeightNormal_10() { return static_cast(offsetof(ShaderUtilities_t94FED29CB763EEA57E3BBCA7B305F9A3CB1180B8_StaticFields, ___ID_WeightNormal_10)); } inline int32_t get_ID_WeightNormal_10() const { return ___ID_WeightNormal_10; } inline int32_t* get_address_of_ID_WeightNormal_10() { return &___ID_WeightNormal_10; } inline void set_ID_WeightNormal_10(int32_t value) { ___ID_WeightNormal_10 = value; } inline static int32_t get_offset_of_ID_WeightBold_11() { return static_cast(offsetof(ShaderUtilities_t94FED29CB763EEA57E3BBCA7B305F9A3CB1180B8_StaticFields, ___ID_WeightBold_11)); } inline int32_t get_ID_WeightBold_11() const { return ___ID_WeightBold_11; } inline int32_t* get_address_of_ID_WeightBold_11() { return &___ID_WeightBold_11; } inline void set_ID_WeightBold_11(int32_t value) { ___ID_WeightBold_11 = value; } inline static int32_t get_offset_of_ID_OutlineTex_12() { return static_cast(offsetof(ShaderUtilities_t94FED29CB763EEA57E3BBCA7B305F9A3CB1180B8_StaticFields, ___ID_OutlineTex_12)); } inline int32_t get_ID_OutlineTex_12() const { return ___ID_OutlineTex_12; } inline int32_t* get_address_of_ID_OutlineTex_12() { return &___ID_OutlineTex_12; } inline void set_ID_OutlineTex_12(int32_t value) { ___ID_OutlineTex_12 = value; } inline static int32_t get_offset_of_ID_OutlineWidth_13() { return static_cast(offsetof(ShaderUtilities_t94FED29CB763EEA57E3BBCA7B305F9A3CB1180B8_StaticFields, ___ID_OutlineWidth_13)); } inline int32_t get_ID_OutlineWidth_13() const { return ___ID_OutlineWidth_13; } inline int32_t* get_address_of_ID_OutlineWidth_13() { return &___ID_OutlineWidth_13; } inline void set_ID_OutlineWidth_13(int32_t value) { ___ID_OutlineWidth_13 = value; } inline static int32_t get_offset_of_ID_OutlineSoftness_14() { return static_cast(offsetof(ShaderUtilities_t94FED29CB763EEA57E3BBCA7B305F9A3CB1180B8_StaticFields, ___ID_OutlineSoftness_14)); } inline int32_t get_ID_OutlineSoftness_14() const { return ___ID_OutlineSoftness_14; } inline int32_t* get_address_of_ID_OutlineSoftness_14() { return &___ID_OutlineSoftness_14; } inline void set_ID_OutlineSoftness_14(int32_t value) { ___ID_OutlineSoftness_14 = value; } inline static int32_t get_offset_of_ID_OutlineColor_15() { return static_cast(offsetof(ShaderUtilities_t94FED29CB763EEA57E3BBCA7B305F9A3CB1180B8_StaticFields, ___ID_OutlineColor_15)); } inline int32_t get_ID_OutlineColor_15() const { return ___ID_OutlineColor_15; } inline int32_t* get_address_of_ID_OutlineColor_15() { return &___ID_OutlineColor_15; } inline void set_ID_OutlineColor_15(int32_t value) { ___ID_OutlineColor_15 = value; } inline static int32_t get_offset_of_ID_Padding_16() { return static_cast(offsetof(ShaderUtilities_t94FED29CB763EEA57E3BBCA7B305F9A3CB1180B8_StaticFields, ___ID_Padding_16)); } inline int32_t get_ID_Padding_16() const { return ___ID_Padding_16; } inline int32_t* get_address_of_ID_Padding_16() { return &___ID_Padding_16; } inline void set_ID_Padding_16(int32_t value) { ___ID_Padding_16 = value; } inline static int32_t get_offset_of_ID_GradientScale_17() { return static_cast(offsetof(ShaderUtilities_t94FED29CB763EEA57E3BBCA7B305F9A3CB1180B8_StaticFields, ___ID_GradientScale_17)); } inline int32_t get_ID_GradientScale_17() const { return ___ID_GradientScale_17; } inline int32_t* get_address_of_ID_GradientScale_17() { return &___ID_GradientScale_17; } inline void set_ID_GradientScale_17(int32_t value) { ___ID_GradientScale_17 = value; } inline static int32_t get_offset_of_ID_ScaleX_18() { return static_cast(offsetof(ShaderUtilities_t94FED29CB763EEA57E3BBCA7B305F9A3CB1180B8_StaticFields, ___ID_ScaleX_18)); } inline int32_t get_ID_ScaleX_18() const { return ___ID_ScaleX_18; } inline int32_t* get_address_of_ID_ScaleX_18() { return &___ID_ScaleX_18; } inline void set_ID_ScaleX_18(int32_t value) { ___ID_ScaleX_18 = value; } inline static int32_t get_offset_of_ID_ScaleY_19() { return static_cast(offsetof(ShaderUtilities_t94FED29CB763EEA57E3BBCA7B305F9A3CB1180B8_StaticFields, ___ID_ScaleY_19)); } inline int32_t get_ID_ScaleY_19() const { return ___ID_ScaleY_19; } inline int32_t* get_address_of_ID_ScaleY_19() { return &___ID_ScaleY_19; } inline void set_ID_ScaleY_19(int32_t value) { ___ID_ScaleY_19 = value; } inline static int32_t get_offset_of_ID_PerspectiveFilter_20() { return static_cast(offsetof(ShaderUtilities_t94FED29CB763EEA57E3BBCA7B305F9A3CB1180B8_StaticFields, ___ID_PerspectiveFilter_20)); } inline int32_t get_ID_PerspectiveFilter_20() const { return ___ID_PerspectiveFilter_20; } inline int32_t* get_address_of_ID_PerspectiveFilter_20() { return &___ID_PerspectiveFilter_20; } inline void set_ID_PerspectiveFilter_20(int32_t value) { ___ID_PerspectiveFilter_20 = value; } inline static int32_t get_offset_of_ID_TextureWidth_21() { return static_cast(offsetof(ShaderUtilities_t94FED29CB763EEA57E3BBCA7B305F9A3CB1180B8_StaticFields, ___ID_TextureWidth_21)); } inline int32_t get_ID_TextureWidth_21() const { return ___ID_TextureWidth_21; } inline int32_t* get_address_of_ID_TextureWidth_21() { return &___ID_TextureWidth_21; } inline void set_ID_TextureWidth_21(int32_t value) { ___ID_TextureWidth_21 = value; } inline static int32_t get_offset_of_ID_TextureHeight_22() { return static_cast(offsetof(ShaderUtilities_t94FED29CB763EEA57E3BBCA7B305F9A3CB1180B8_StaticFields, ___ID_TextureHeight_22)); } inline int32_t get_ID_TextureHeight_22() const { return ___ID_TextureHeight_22; } inline int32_t* get_address_of_ID_TextureHeight_22() { return &___ID_TextureHeight_22; } inline void set_ID_TextureHeight_22(int32_t value) { ___ID_TextureHeight_22 = value; } inline static int32_t get_offset_of_ID_BevelAmount_23() { return static_cast(offsetof(ShaderUtilities_t94FED29CB763EEA57E3BBCA7B305F9A3CB1180B8_StaticFields, ___ID_BevelAmount_23)); } inline int32_t get_ID_BevelAmount_23() const { return ___ID_BevelAmount_23; } inline int32_t* get_address_of_ID_BevelAmount_23() { return &___ID_BevelAmount_23; } inline void set_ID_BevelAmount_23(int32_t value) { ___ID_BevelAmount_23 = value; } inline static int32_t get_offset_of_ID_GlowColor_24() { return static_cast(offsetof(ShaderUtilities_t94FED29CB763EEA57E3BBCA7B305F9A3CB1180B8_StaticFields, ___ID_GlowColor_24)); } inline int32_t get_ID_GlowColor_24() const { return ___ID_GlowColor_24; } inline int32_t* get_address_of_ID_GlowColor_24() { return &___ID_GlowColor_24; } inline void set_ID_GlowColor_24(int32_t value) { ___ID_GlowColor_24 = value; } inline static int32_t get_offset_of_ID_GlowOffset_25() { return static_cast(offsetof(ShaderUtilities_t94FED29CB763EEA57E3BBCA7B305F9A3CB1180B8_StaticFields, ___ID_GlowOffset_25)); } inline int32_t get_ID_GlowOffset_25() const { return ___ID_GlowOffset_25; } inline int32_t* get_address_of_ID_GlowOffset_25() { return &___ID_GlowOffset_25; } inline void set_ID_GlowOffset_25(int32_t value) { ___ID_GlowOffset_25 = value; } inline static int32_t get_offset_of_ID_GlowPower_26() { return static_cast(offsetof(ShaderUtilities_t94FED29CB763EEA57E3BBCA7B305F9A3CB1180B8_StaticFields, ___ID_GlowPower_26)); } inline int32_t get_ID_GlowPower_26() const { return ___ID_GlowPower_26; } inline int32_t* get_address_of_ID_GlowPower_26() { return &___ID_GlowPower_26; } inline void set_ID_GlowPower_26(int32_t value) { ___ID_GlowPower_26 = value; } inline static int32_t get_offset_of_ID_GlowOuter_27() { return static_cast(offsetof(ShaderUtilities_t94FED29CB763EEA57E3BBCA7B305F9A3CB1180B8_StaticFields, ___ID_GlowOuter_27)); } inline int32_t get_ID_GlowOuter_27() const { return ___ID_GlowOuter_27; } inline int32_t* get_address_of_ID_GlowOuter_27() { return &___ID_GlowOuter_27; } inline void set_ID_GlowOuter_27(int32_t value) { ___ID_GlowOuter_27 = value; } inline static int32_t get_offset_of_ID_LightAngle_28() { return static_cast(offsetof(ShaderUtilities_t94FED29CB763EEA57E3BBCA7B305F9A3CB1180B8_StaticFields, ___ID_LightAngle_28)); } inline int32_t get_ID_LightAngle_28() const { return ___ID_LightAngle_28; } inline int32_t* get_address_of_ID_LightAngle_28() { return &___ID_LightAngle_28; } inline void set_ID_LightAngle_28(int32_t value) { ___ID_LightAngle_28 = value; } inline static int32_t get_offset_of_ID_EnvMap_29() { return static_cast(offsetof(ShaderUtilities_t94FED29CB763EEA57E3BBCA7B305F9A3CB1180B8_StaticFields, ___ID_EnvMap_29)); } inline int32_t get_ID_EnvMap_29() const { return ___ID_EnvMap_29; } inline int32_t* get_address_of_ID_EnvMap_29() { return &___ID_EnvMap_29; } inline void set_ID_EnvMap_29(int32_t value) { ___ID_EnvMap_29 = value; } inline static int32_t get_offset_of_ID_EnvMatrix_30() { return static_cast(offsetof(ShaderUtilities_t94FED29CB763EEA57E3BBCA7B305F9A3CB1180B8_StaticFields, ___ID_EnvMatrix_30)); } inline int32_t get_ID_EnvMatrix_30() const { return ___ID_EnvMatrix_30; } inline int32_t* get_address_of_ID_EnvMatrix_30() { return &___ID_EnvMatrix_30; } inline void set_ID_EnvMatrix_30(int32_t value) { ___ID_EnvMatrix_30 = value; } inline static int32_t get_offset_of_ID_EnvMatrixRotation_31() { return static_cast(offsetof(ShaderUtilities_t94FED29CB763EEA57E3BBCA7B305F9A3CB1180B8_StaticFields, ___ID_EnvMatrixRotation_31)); } inline int32_t get_ID_EnvMatrixRotation_31() const { return ___ID_EnvMatrixRotation_31; } inline int32_t* get_address_of_ID_EnvMatrixRotation_31() { return &___ID_EnvMatrixRotation_31; } inline void set_ID_EnvMatrixRotation_31(int32_t value) { ___ID_EnvMatrixRotation_31 = value; } inline static int32_t get_offset_of_ID_MaskCoord_32() { return static_cast(offsetof(ShaderUtilities_t94FED29CB763EEA57E3BBCA7B305F9A3CB1180B8_StaticFields, ___ID_MaskCoord_32)); } inline int32_t get_ID_MaskCoord_32() const { return ___ID_MaskCoord_32; } inline int32_t* get_address_of_ID_MaskCoord_32() { return &___ID_MaskCoord_32; } inline void set_ID_MaskCoord_32(int32_t value) { ___ID_MaskCoord_32 = value; } inline static int32_t get_offset_of_ID_ClipRect_33() { return static_cast(offsetof(ShaderUtilities_t94FED29CB763EEA57E3BBCA7B305F9A3CB1180B8_StaticFields, ___ID_ClipRect_33)); } inline int32_t get_ID_ClipRect_33() const { return ___ID_ClipRect_33; } inline int32_t* get_address_of_ID_ClipRect_33() { return &___ID_ClipRect_33; } inline void set_ID_ClipRect_33(int32_t value) { ___ID_ClipRect_33 = value; } inline static int32_t get_offset_of_ID_MaskSoftnessX_34() { return static_cast(offsetof(ShaderUtilities_t94FED29CB763EEA57E3BBCA7B305F9A3CB1180B8_StaticFields, ___ID_MaskSoftnessX_34)); } inline int32_t get_ID_MaskSoftnessX_34() const { return ___ID_MaskSoftnessX_34; } inline int32_t* get_address_of_ID_MaskSoftnessX_34() { return &___ID_MaskSoftnessX_34; } inline void set_ID_MaskSoftnessX_34(int32_t value) { ___ID_MaskSoftnessX_34 = value; } inline static int32_t get_offset_of_ID_MaskSoftnessY_35() { return static_cast(offsetof(ShaderUtilities_t94FED29CB763EEA57E3BBCA7B305F9A3CB1180B8_StaticFields, ___ID_MaskSoftnessY_35)); } inline int32_t get_ID_MaskSoftnessY_35() const { return ___ID_MaskSoftnessY_35; } inline int32_t* get_address_of_ID_MaskSoftnessY_35() { return &___ID_MaskSoftnessY_35; } inline void set_ID_MaskSoftnessY_35(int32_t value) { ___ID_MaskSoftnessY_35 = value; } inline static int32_t get_offset_of_ID_VertexOffsetX_36() { return static_cast(offsetof(ShaderUtilities_t94FED29CB763EEA57E3BBCA7B305F9A3CB1180B8_StaticFields, ___ID_VertexOffsetX_36)); } inline int32_t get_ID_VertexOffsetX_36() const { return ___ID_VertexOffsetX_36; } inline int32_t* get_address_of_ID_VertexOffsetX_36() { return &___ID_VertexOffsetX_36; } inline void set_ID_VertexOffsetX_36(int32_t value) { ___ID_VertexOffsetX_36 = value; } inline static int32_t get_offset_of_ID_VertexOffsetY_37() { return static_cast(offsetof(ShaderUtilities_t94FED29CB763EEA57E3BBCA7B305F9A3CB1180B8_StaticFields, ___ID_VertexOffsetY_37)); } inline int32_t get_ID_VertexOffsetY_37() const { return ___ID_VertexOffsetY_37; } inline int32_t* get_address_of_ID_VertexOffsetY_37() { return &___ID_VertexOffsetY_37; } inline void set_ID_VertexOffsetY_37(int32_t value) { ___ID_VertexOffsetY_37 = value; } inline static int32_t get_offset_of_ID_UseClipRect_38() { return static_cast(offsetof(ShaderUtilities_t94FED29CB763EEA57E3BBCA7B305F9A3CB1180B8_StaticFields, ___ID_UseClipRect_38)); } inline int32_t get_ID_UseClipRect_38() const { return ___ID_UseClipRect_38; } inline int32_t* get_address_of_ID_UseClipRect_38() { return &___ID_UseClipRect_38; } inline void set_ID_UseClipRect_38(int32_t value) { ___ID_UseClipRect_38 = value; } inline static int32_t get_offset_of_ID_StencilID_39() { return static_cast(offsetof(ShaderUtilities_t94FED29CB763EEA57E3BBCA7B305F9A3CB1180B8_StaticFields, ___ID_StencilID_39)); } inline int32_t get_ID_StencilID_39() const { return ___ID_StencilID_39; } inline int32_t* get_address_of_ID_StencilID_39() { return &___ID_StencilID_39; } inline void set_ID_StencilID_39(int32_t value) { ___ID_StencilID_39 = value; } inline static int32_t get_offset_of_ID_StencilOp_40() { return static_cast(offsetof(ShaderUtilities_t94FED29CB763EEA57E3BBCA7B305F9A3CB1180B8_StaticFields, ___ID_StencilOp_40)); } inline int32_t get_ID_StencilOp_40() const { return ___ID_StencilOp_40; } inline int32_t* get_address_of_ID_StencilOp_40() { return &___ID_StencilOp_40; } inline void set_ID_StencilOp_40(int32_t value) { ___ID_StencilOp_40 = value; } inline static int32_t get_offset_of_ID_StencilComp_41() { return static_cast(offsetof(ShaderUtilities_t94FED29CB763EEA57E3BBCA7B305F9A3CB1180B8_StaticFields, ___ID_StencilComp_41)); } inline int32_t get_ID_StencilComp_41() const { return ___ID_StencilComp_41; } inline int32_t* get_address_of_ID_StencilComp_41() { return &___ID_StencilComp_41; } inline void set_ID_StencilComp_41(int32_t value) { ___ID_StencilComp_41 = value; } inline static int32_t get_offset_of_ID_StencilReadMask_42() { return static_cast(offsetof(ShaderUtilities_t94FED29CB763EEA57E3BBCA7B305F9A3CB1180B8_StaticFields, ___ID_StencilReadMask_42)); } inline int32_t get_ID_StencilReadMask_42() const { return ___ID_StencilReadMask_42; } inline int32_t* get_address_of_ID_StencilReadMask_42() { return &___ID_StencilReadMask_42; } inline void set_ID_StencilReadMask_42(int32_t value) { ___ID_StencilReadMask_42 = value; } inline static int32_t get_offset_of_ID_StencilWriteMask_43() { return static_cast(offsetof(ShaderUtilities_t94FED29CB763EEA57E3BBCA7B305F9A3CB1180B8_StaticFields, ___ID_StencilWriteMask_43)); } inline int32_t get_ID_StencilWriteMask_43() const { return ___ID_StencilWriteMask_43; } inline int32_t* get_address_of_ID_StencilWriteMask_43() { return &___ID_StencilWriteMask_43; } inline void set_ID_StencilWriteMask_43(int32_t value) { ___ID_StencilWriteMask_43 = value; } inline static int32_t get_offset_of_ID_ShaderFlags_44() { return static_cast(offsetof(ShaderUtilities_t94FED29CB763EEA57E3BBCA7B305F9A3CB1180B8_StaticFields, ___ID_ShaderFlags_44)); } inline int32_t get_ID_ShaderFlags_44() const { return ___ID_ShaderFlags_44; } inline int32_t* get_address_of_ID_ShaderFlags_44() { return &___ID_ShaderFlags_44; } inline void set_ID_ShaderFlags_44(int32_t value) { ___ID_ShaderFlags_44 = value; } inline static int32_t get_offset_of_ID_ScaleRatio_A_45() { return static_cast(offsetof(ShaderUtilities_t94FED29CB763EEA57E3BBCA7B305F9A3CB1180B8_StaticFields, ___ID_ScaleRatio_A_45)); } inline int32_t get_ID_ScaleRatio_A_45() const { return ___ID_ScaleRatio_A_45; } inline int32_t* get_address_of_ID_ScaleRatio_A_45() { return &___ID_ScaleRatio_A_45; } inline void set_ID_ScaleRatio_A_45(int32_t value) { ___ID_ScaleRatio_A_45 = value; } inline static int32_t get_offset_of_ID_ScaleRatio_B_46() { return static_cast(offsetof(ShaderUtilities_t94FED29CB763EEA57E3BBCA7B305F9A3CB1180B8_StaticFields, ___ID_ScaleRatio_B_46)); } inline int32_t get_ID_ScaleRatio_B_46() const { return ___ID_ScaleRatio_B_46; } inline int32_t* get_address_of_ID_ScaleRatio_B_46() { return &___ID_ScaleRatio_B_46; } inline void set_ID_ScaleRatio_B_46(int32_t value) { ___ID_ScaleRatio_B_46 = value; } inline static int32_t get_offset_of_ID_ScaleRatio_C_47() { return static_cast(offsetof(ShaderUtilities_t94FED29CB763EEA57E3BBCA7B305F9A3CB1180B8_StaticFields, ___ID_ScaleRatio_C_47)); } inline int32_t get_ID_ScaleRatio_C_47() const { return ___ID_ScaleRatio_C_47; } inline int32_t* get_address_of_ID_ScaleRatio_C_47() { return &___ID_ScaleRatio_C_47; } inline void set_ID_ScaleRatio_C_47(int32_t value) { ___ID_ScaleRatio_C_47 = value; } inline static int32_t get_offset_of_Keyword_Bevel_48() { return static_cast(offsetof(ShaderUtilities_t94FED29CB763EEA57E3BBCA7B305F9A3CB1180B8_StaticFields, ___Keyword_Bevel_48)); } inline String_t* get_Keyword_Bevel_48() const { return ___Keyword_Bevel_48; } inline String_t** get_address_of_Keyword_Bevel_48() { return &___Keyword_Bevel_48; } inline void set_Keyword_Bevel_48(String_t* value) { ___Keyword_Bevel_48 = value; Il2CppCodeGenWriteBarrier((&___Keyword_Bevel_48), value); } inline static int32_t get_offset_of_Keyword_Glow_49() { return static_cast(offsetof(ShaderUtilities_t94FED29CB763EEA57E3BBCA7B305F9A3CB1180B8_StaticFields, ___Keyword_Glow_49)); } inline String_t* get_Keyword_Glow_49() const { return ___Keyword_Glow_49; } inline String_t** get_address_of_Keyword_Glow_49() { return &___Keyword_Glow_49; } inline void set_Keyword_Glow_49(String_t* value) { ___Keyword_Glow_49 = value; Il2CppCodeGenWriteBarrier((&___Keyword_Glow_49), value); } inline static int32_t get_offset_of_Keyword_Underlay_50() { return static_cast(offsetof(ShaderUtilities_t94FED29CB763EEA57E3BBCA7B305F9A3CB1180B8_StaticFields, ___Keyword_Underlay_50)); } inline String_t* get_Keyword_Underlay_50() const { return ___Keyword_Underlay_50; } inline String_t** get_address_of_Keyword_Underlay_50() { return &___Keyword_Underlay_50; } inline void set_Keyword_Underlay_50(String_t* value) { ___Keyword_Underlay_50 = value; Il2CppCodeGenWriteBarrier((&___Keyword_Underlay_50), value); } inline static int32_t get_offset_of_Keyword_Ratios_51() { return static_cast(offsetof(ShaderUtilities_t94FED29CB763EEA57E3BBCA7B305F9A3CB1180B8_StaticFields, ___Keyword_Ratios_51)); } inline String_t* get_Keyword_Ratios_51() const { return ___Keyword_Ratios_51; } inline String_t** get_address_of_Keyword_Ratios_51() { return &___Keyword_Ratios_51; } inline void set_Keyword_Ratios_51(String_t* value) { ___Keyword_Ratios_51 = value; Il2CppCodeGenWriteBarrier((&___Keyword_Ratios_51), value); } inline static int32_t get_offset_of_Keyword_MASK_SOFT_52() { return static_cast(offsetof(ShaderUtilities_t94FED29CB763EEA57E3BBCA7B305F9A3CB1180B8_StaticFields, ___Keyword_MASK_SOFT_52)); } inline String_t* get_Keyword_MASK_SOFT_52() const { return ___Keyword_MASK_SOFT_52; } inline String_t** get_address_of_Keyword_MASK_SOFT_52() { return &___Keyword_MASK_SOFT_52; } inline void set_Keyword_MASK_SOFT_52(String_t* value) { ___Keyword_MASK_SOFT_52 = value; Il2CppCodeGenWriteBarrier((&___Keyword_MASK_SOFT_52), value); } inline static int32_t get_offset_of_Keyword_MASK_HARD_53() { return static_cast(offsetof(ShaderUtilities_t94FED29CB763EEA57E3BBCA7B305F9A3CB1180B8_StaticFields, ___Keyword_MASK_HARD_53)); } inline String_t* get_Keyword_MASK_HARD_53() const { return ___Keyword_MASK_HARD_53; } inline String_t** get_address_of_Keyword_MASK_HARD_53() { return &___Keyword_MASK_HARD_53; } inline void set_Keyword_MASK_HARD_53(String_t* value) { ___Keyword_MASK_HARD_53 = value; Il2CppCodeGenWriteBarrier((&___Keyword_MASK_HARD_53), value); } inline static int32_t get_offset_of_Keyword_MASK_TEX_54() { return static_cast(offsetof(ShaderUtilities_t94FED29CB763EEA57E3BBCA7B305F9A3CB1180B8_StaticFields, ___Keyword_MASK_TEX_54)); } inline String_t* get_Keyword_MASK_TEX_54() const { return ___Keyword_MASK_TEX_54; } inline String_t** get_address_of_Keyword_MASK_TEX_54() { return &___Keyword_MASK_TEX_54; } inline void set_Keyword_MASK_TEX_54(String_t* value) { ___Keyword_MASK_TEX_54 = value; Il2CppCodeGenWriteBarrier((&___Keyword_MASK_TEX_54), value); } inline static int32_t get_offset_of_Keyword_Outline_55() { return static_cast(offsetof(ShaderUtilities_t94FED29CB763EEA57E3BBCA7B305F9A3CB1180B8_StaticFields, ___Keyword_Outline_55)); } inline String_t* get_Keyword_Outline_55() const { return ___Keyword_Outline_55; } inline String_t** get_address_of_Keyword_Outline_55() { return &___Keyword_Outline_55; } inline void set_Keyword_Outline_55(String_t* value) { ___Keyword_Outline_55 = value; Il2CppCodeGenWriteBarrier((&___Keyword_Outline_55), value); } inline static int32_t get_offset_of_ShaderTag_ZTestMode_56() { return static_cast(offsetof(ShaderUtilities_t94FED29CB763EEA57E3BBCA7B305F9A3CB1180B8_StaticFields, ___ShaderTag_ZTestMode_56)); } inline String_t* get_ShaderTag_ZTestMode_56() const { return ___ShaderTag_ZTestMode_56; } inline String_t** get_address_of_ShaderTag_ZTestMode_56() { return &___ShaderTag_ZTestMode_56; } inline void set_ShaderTag_ZTestMode_56(String_t* value) { ___ShaderTag_ZTestMode_56 = value; Il2CppCodeGenWriteBarrier((&___ShaderTag_ZTestMode_56), value); } inline static int32_t get_offset_of_ShaderTag_CullMode_57() { return static_cast(offsetof(ShaderUtilities_t94FED29CB763EEA57E3BBCA7B305F9A3CB1180B8_StaticFields, ___ShaderTag_CullMode_57)); } inline String_t* get_ShaderTag_CullMode_57() const { return ___ShaderTag_CullMode_57; } inline String_t** get_address_of_ShaderTag_CullMode_57() { return &___ShaderTag_CullMode_57; } inline void set_ShaderTag_CullMode_57(String_t* value) { ___ShaderTag_CullMode_57 = value; Il2CppCodeGenWriteBarrier((&___ShaderTag_CullMode_57), value); } inline static int32_t get_offset_of_m_clamp_58() { return static_cast(offsetof(ShaderUtilities_t94FED29CB763EEA57E3BBCA7B305F9A3CB1180B8_StaticFields, ___m_clamp_58)); } inline float get_m_clamp_58() const { return ___m_clamp_58; } inline float* get_address_of_m_clamp_58() { return &___m_clamp_58; } inline void set_m_clamp_58(float value) { ___m_clamp_58 = value; } inline static int32_t get_offset_of_isInitialized_59() { return static_cast(offsetof(ShaderUtilities_t94FED29CB763EEA57E3BBCA7B305F9A3CB1180B8_StaticFields, ___isInitialized_59)); } inline bool get_isInitialized_59() const { return ___isInitialized_59; } inline bool* get_address_of_isInitialized_59() { return &___isInitialized_59; } inline void set_isInitialized_59(bool value) { ___isInitialized_59 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SHADERUTILITIES_T94FED29CB763EEA57E3BBCA7B305F9A3CB1180B8_H #ifndef U3CCARETBLINKU3ED__238_TDD1D89977B92814D0E0AABFB268C1F72300B5E00_H #define U3CCARETBLINKU3ED__238_TDD1D89977B92814D0E0AABFB268C1F72300B5E00_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // TMPro.TMP_InputField_d__238 struct U3CCaretBlinkU3Ed__238_tDD1D89977B92814D0E0AABFB268C1F72300B5E00 : public RuntimeObject { public: // System.Int32 TMPro.TMP_InputField_d__238::<>1__state int32_t ___U3CU3E1__state_0; // System.Object TMPro.TMP_InputField_d__238::<>2__current RuntimeObject * ___U3CU3E2__current_1; // TMPro.TMP_InputField TMPro.TMP_InputField_d__238::<>4__this TMP_InputField_tC3C57E697A57232E8A855D39600CF06CFDA8F6CB * ___U3CU3E4__this_2; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CCaretBlinkU3Ed__238_tDD1D89977B92814D0E0AABFB268C1F72300B5E00, ___U3CU3E1__state_0)); } inline int32_t get_U3CU3E1__state_0() const { return ___U3CU3E1__state_0; } inline int32_t* get_address_of_U3CU3E1__state_0() { return &___U3CU3E1__state_0; } inline void set_U3CU3E1__state_0(int32_t value) { ___U3CU3E1__state_0 = value; } inline static int32_t get_offset_of_U3CU3E2__current_1() { return static_cast(offsetof(U3CCaretBlinkU3Ed__238_tDD1D89977B92814D0E0AABFB268C1F72300B5E00, ___U3CU3E2__current_1)); } inline RuntimeObject * get_U3CU3E2__current_1() const { return ___U3CU3E2__current_1; } inline RuntimeObject ** get_address_of_U3CU3E2__current_1() { return &___U3CU3E2__current_1; } inline void set_U3CU3E2__current_1(RuntimeObject * value) { ___U3CU3E2__current_1 = value; Il2CppCodeGenWriteBarrier((&___U3CU3E2__current_1), value); } inline static int32_t get_offset_of_U3CU3E4__this_2() { return static_cast(offsetof(U3CCaretBlinkU3Ed__238_tDD1D89977B92814D0E0AABFB268C1F72300B5E00, ___U3CU3E4__this_2)); } inline TMP_InputField_tC3C57E697A57232E8A855D39600CF06CFDA8F6CB * get_U3CU3E4__this_2() const { return ___U3CU3E4__this_2; } inline TMP_InputField_tC3C57E697A57232E8A855D39600CF06CFDA8F6CB ** get_address_of_U3CU3E4__this_2() { return &___U3CU3E4__this_2; } inline void set_U3CU3E4__this_2(TMP_InputField_tC3C57E697A57232E8A855D39600CF06CFDA8F6CB * value) { ___U3CU3E4__this_2 = value; Il2CppCodeGenWriteBarrier((&___U3CU3E4__this_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U3CCARETBLINKU3ED__238_TDD1D89977B92814D0E0AABFB268C1F72300B5E00_H #ifndef U3CMOUSEDRAGOUTSIDERECTU3ED__255_T35B77C0D9040C8DDA56D28F67BCF6AC6C891B646_H #define U3CMOUSEDRAGOUTSIDERECTU3ED__255_T35B77C0D9040C8DDA56D28F67BCF6AC6C891B646_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // TMPro.TMP_InputField_d__255 struct U3CMouseDragOutsideRectU3Ed__255_t35B77C0D9040C8DDA56D28F67BCF6AC6C891B646 : public RuntimeObject { public: // System.Int32 TMPro.TMP_InputField_d__255::<>1__state int32_t ___U3CU3E1__state_0; // System.Object TMPro.TMP_InputField_d__255::<>2__current RuntimeObject * ___U3CU3E2__current_1; // TMPro.TMP_InputField TMPro.TMP_InputField_d__255::<>4__this TMP_InputField_tC3C57E697A57232E8A855D39600CF06CFDA8F6CB * ___U3CU3E4__this_2; // UnityEngine.EventSystems.PointerEventData TMPro.TMP_InputField_d__255::eventData PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * ___eventData_3; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CMouseDragOutsideRectU3Ed__255_t35B77C0D9040C8DDA56D28F67BCF6AC6C891B646, ___U3CU3E1__state_0)); } inline int32_t get_U3CU3E1__state_0() const { return ___U3CU3E1__state_0; } inline int32_t* get_address_of_U3CU3E1__state_0() { return &___U3CU3E1__state_0; } inline void set_U3CU3E1__state_0(int32_t value) { ___U3CU3E1__state_0 = value; } inline static int32_t get_offset_of_U3CU3E2__current_1() { return static_cast(offsetof(U3CMouseDragOutsideRectU3Ed__255_t35B77C0D9040C8DDA56D28F67BCF6AC6C891B646, ___U3CU3E2__current_1)); } inline RuntimeObject * get_U3CU3E2__current_1() const { return ___U3CU3E2__current_1; } inline RuntimeObject ** get_address_of_U3CU3E2__current_1() { return &___U3CU3E2__current_1; } inline void set_U3CU3E2__current_1(RuntimeObject * value) { ___U3CU3E2__current_1 = value; Il2CppCodeGenWriteBarrier((&___U3CU3E2__current_1), value); } inline static int32_t get_offset_of_U3CU3E4__this_2() { return static_cast(offsetof(U3CMouseDragOutsideRectU3Ed__255_t35B77C0D9040C8DDA56D28F67BCF6AC6C891B646, ___U3CU3E4__this_2)); } inline TMP_InputField_tC3C57E697A57232E8A855D39600CF06CFDA8F6CB * get_U3CU3E4__this_2() const { return ___U3CU3E4__this_2; } inline TMP_InputField_tC3C57E697A57232E8A855D39600CF06CFDA8F6CB ** get_address_of_U3CU3E4__this_2() { return &___U3CU3E4__this_2; } inline void set_U3CU3E4__this_2(TMP_InputField_tC3C57E697A57232E8A855D39600CF06CFDA8F6CB * value) { ___U3CU3E4__this_2 = value; Il2CppCodeGenWriteBarrier((&___U3CU3E4__this_2), value); } inline static int32_t get_offset_of_eventData_3() { return static_cast(offsetof(U3CMouseDragOutsideRectU3Ed__255_t35B77C0D9040C8DDA56D28F67BCF6AC6C891B646, ___eventData_3)); } inline PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * get_eventData_3() const { return ___eventData_3; } inline PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 ** get_address_of_eventData_3() { return &___eventData_3; } inline void set_eventData_3(PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * value) { ___eventData_3 = value; Il2CppCodeGenWriteBarrier((&___eventData_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U3CMOUSEDRAGOUTSIDERECTU3ED__255_T35B77C0D9040C8DDA56D28F67BCF6AC6C891B646_H #ifndef TMP_MATERIALMANAGER_T7BAB3C3D85A0B0532A12D1C11F6B28413EE8E336_H #define TMP_MATERIALMANAGER_T7BAB3C3D85A0B0532A12D1C11F6B28413EE8E336_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // TMPro.TMP_MaterialManager struct TMP_MaterialManager_t7BAB3C3D85A0B0532A12D1C11F6B28413EE8E336 : public RuntimeObject { public: public: }; struct TMP_MaterialManager_t7BAB3C3D85A0B0532A12D1C11F6B28413EE8E336_StaticFields { public: // System.Collections.Generic.List`1 TMPro.TMP_MaterialManager::m_materialList List_1_t44EC76A93C519FDBA44AC231322728FA5CB7CCD7 * ___m_materialList_0; // System.Collections.Generic.Dictionary`2 TMPro.TMP_MaterialManager::m_fallbackMaterials Dictionary_2_t26153B1CA174E7BE6377AC3DD5269ED7D1A4417E * ___m_fallbackMaterials_1; // System.Collections.Generic.Dictionary`2 TMPro.TMP_MaterialManager::m_fallbackMaterialLookup Dictionary_2_t153D0F5AE46083080C7F009F4157945894AE5172 * ___m_fallbackMaterialLookup_2; // System.Collections.Generic.List`1 TMPro.TMP_MaterialManager::m_fallbackCleanupList List_1_tB475D93BF35F7DC55F0698DC0FBE10EA50B44440 * ___m_fallbackCleanupList_3; // System.Boolean TMPro.TMP_MaterialManager::isFallbackListDirty bool ___isFallbackListDirty_4; public: inline static int32_t get_offset_of_m_materialList_0() { return static_cast(offsetof(TMP_MaterialManager_t7BAB3C3D85A0B0532A12D1C11F6B28413EE8E336_StaticFields, ___m_materialList_0)); } inline List_1_t44EC76A93C519FDBA44AC231322728FA5CB7CCD7 * get_m_materialList_0() const { return ___m_materialList_0; } inline List_1_t44EC76A93C519FDBA44AC231322728FA5CB7CCD7 ** get_address_of_m_materialList_0() { return &___m_materialList_0; } inline void set_m_materialList_0(List_1_t44EC76A93C519FDBA44AC231322728FA5CB7CCD7 * value) { ___m_materialList_0 = value; Il2CppCodeGenWriteBarrier((&___m_materialList_0), value); } inline static int32_t get_offset_of_m_fallbackMaterials_1() { return static_cast(offsetof(TMP_MaterialManager_t7BAB3C3D85A0B0532A12D1C11F6B28413EE8E336_StaticFields, ___m_fallbackMaterials_1)); } inline Dictionary_2_t26153B1CA174E7BE6377AC3DD5269ED7D1A4417E * get_m_fallbackMaterials_1() const { return ___m_fallbackMaterials_1; } inline Dictionary_2_t26153B1CA174E7BE6377AC3DD5269ED7D1A4417E ** get_address_of_m_fallbackMaterials_1() { return &___m_fallbackMaterials_1; } inline void set_m_fallbackMaterials_1(Dictionary_2_t26153B1CA174E7BE6377AC3DD5269ED7D1A4417E * value) { ___m_fallbackMaterials_1 = value; Il2CppCodeGenWriteBarrier((&___m_fallbackMaterials_1), value); } inline static int32_t get_offset_of_m_fallbackMaterialLookup_2() { return static_cast(offsetof(TMP_MaterialManager_t7BAB3C3D85A0B0532A12D1C11F6B28413EE8E336_StaticFields, ___m_fallbackMaterialLookup_2)); } inline Dictionary_2_t153D0F5AE46083080C7F009F4157945894AE5172 * get_m_fallbackMaterialLookup_2() const { return ___m_fallbackMaterialLookup_2; } inline Dictionary_2_t153D0F5AE46083080C7F009F4157945894AE5172 ** get_address_of_m_fallbackMaterialLookup_2() { return &___m_fallbackMaterialLookup_2; } inline void set_m_fallbackMaterialLookup_2(Dictionary_2_t153D0F5AE46083080C7F009F4157945894AE5172 * value) { ___m_fallbackMaterialLookup_2 = value; Il2CppCodeGenWriteBarrier((&___m_fallbackMaterialLookup_2), value); } inline static int32_t get_offset_of_m_fallbackCleanupList_3() { return static_cast(offsetof(TMP_MaterialManager_t7BAB3C3D85A0B0532A12D1C11F6B28413EE8E336_StaticFields, ___m_fallbackCleanupList_3)); } inline List_1_tB475D93BF35F7DC55F0698DC0FBE10EA50B44440 * get_m_fallbackCleanupList_3() const { return ___m_fallbackCleanupList_3; } inline List_1_tB475D93BF35F7DC55F0698DC0FBE10EA50B44440 ** get_address_of_m_fallbackCleanupList_3() { return &___m_fallbackCleanupList_3; } inline void set_m_fallbackCleanupList_3(List_1_tB475D93BF35F7DC55F0698DC0FBE10EA50B44440 * value) { ___m_fallbackCleanupList_3 = value; Il2CppCodeGenWriteBarrier((&___m_fallbackCleanupList_3), value); } inline static int32_t get_offset_of_isFallbackListDirty_4() { return static_cast(offsetof(TMP_MaterialManager_t7BAB3C3D85A0B0532A12D1C11F6B28413EE8E336_StaticFields, ___isFallbackListDirty_4)); } inline bool get_isFallbackListDirty_4() const { return ___isFallbackListDirty_4; } inline bool* get_address_of_isFallbackListDirty_4() { return &___isFallbackListDirty_4; } inline void set_isFallbackListDirty_4(bool value) { ___isFallbackListDirty_4 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TMP_MATERIALMANAGER_T7BAB3C3D85A0B0532A12D1C11F6B28413EE8E336_H #ifndef U3CU3EC__DISPLAYCLASS10_0_TAAB13A2FFE2219F209342BA70FCD76C7404946A4_H #define U3CU3EC__DISPLAYCLASS10_0_TAAB13A2FFE2219F209342BA70FCD76C7404946A4_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // TMPro.TMP_MaterialManager_<>c__DisplayClass10_0 struct U3CU3Ec__DisplayClass10_0_tAAB13A2FFE2219F209342BA70FCD76C7404946A4 : public RuntimeObject { public: // UnityEngine.Material TMPro.TMP_MaterialManager_<>c__DisplayClass10_0::stencilMaterial Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * ___stencilMaterial_0; public: inline static int32_t get_offset_of_stencilMaterial_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass10_0_tAAB13A2FFE2219F209342BA70FCD76C7404946A4, ___stencilMaterial_0)); } inline Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * get_stencilMaterial_0() const { return ___stencilMaterial_0; } inline Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 ** get_address_of_stencilMaterial_0() { return &___stencilMaterial_0; } inline void set_stencilMaterial_0(Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * value) { ___stencilMaterial_0 = value; Il2CppCodeGenWriteBarrier((&___stencilMaterial_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U3CU3EC__DISPLAYCLASS10_0_TAAB13A2FFE2219F209342BA70FCD76C7404946A4_H #ifndef U3CU3EC__DISPLAYCLASS12_0_T2666A1135A73D6750A4AC7047EEC0CC150600784_H #define U3CU3EC__DISPLAYCLASS12_0_T2666A1135A73D6750A4AC7047EEC0CC150600784_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // TMPro.TMP_MaterialManager_<>c__DisplayClass12_0 struct U3CU3Ec__DisplayClass12_0_t2666A1135A73D6750A4AC7047EEC0CC150600784 : public RuntimeObject { public: // UnityEngine.Material TMPro.TMP_MaterialManager_<>c__DisplayClass12_0::stencilMaterial Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * ___stencilMaterial_0; public: inline static int32_t get_offset_of_stencilMaterial_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass12_0_t2666A1135A73D6750A4AC7047EEC0CC150600784, ___stencilMaterial_0)); } inline Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * get_stencilMaterial_0() const { return ___stencilMaterial_0; } inline Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 ** get_address_of_stencilMaterial_0() { return &___stencilMaterial_0; } inline void set_stencilMaterial_0(Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * value) { ___stencilMaterial_0 = value; Il2CppCodeGenWriteBarrier((&___stencilMaterial_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U3CU3EC__DISPLAYCLASS12_0_T2666A1135A73D6750A4AC7047EEC0CC150600784_H #ifndef U3CU3EC__DISPLAYCLASS13_0_T701F64C46C41D6B470DFE93B4C73C7DA4511A925_H #define U3CU3EC__DISPLAYCLASS13_0_T701F64C46C41D6B470DFE93B4C73C7DA4511A925_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // TMPro.TMP_MaterialManager_<>c__DisplayClass13_0 struct U3CU3Ec__DisplayClass13_0_t701F64C46C41D6B470DFE93B4C73C7DA4511A925 : public RuntimeObject { public: // UnityEngine.Material TMPro.TMP_MaterialManager_<>c__DisplayClass13_0::stencilMaterial Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * ___stencilMaterial_0; public: inline static int32_t get_offset_of_stencilMaterial_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass13_0_t701F64C46C41D6B470DFE93B4C73C7DA4511A925, ___stencilMaterial_0)); } inline Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * get_stencilMaterial_0() const { return ___stencilMaterial_0; } inline Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 ** get_address_of_stencilMaterial_0() { return &___stencilMaterial_0; } inline void set_stencilMaterial_0(Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * value) { ___stencilMaterial_0 = value; Il2CppCodeGenWriteBarrier((&___stencilMaterial_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U3CU3EC__DISPLAYCLASS13_0_T701F64C46C41D6B470DFE93B4C73C7DA4511A925_H #ifndef U3CU3EC__DISPLAYCLASS14_0_TC1D5FD918047BA071AF300412FF259E679F4D51A_H #define U3CU3EC__DISPLAYCLASS14_0_TC1D5FD918047BA071AF300412FF259E679F4D51A_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // TMPro.TMP_MaterialManager_<>c__DisplayClass14_0 struct U3CU3Ec__DisplayClass14_0_tC1D5FD918047BA071AF300412FF259E679F4D51A : public RuntimeObject { public: // UnityEngine.Material TMPro.TMP_MaterialManager_<>c__DisplayClass14_0::baseMaterial Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * ___baseMaterial_0; public: inline static int32_t get_offset_of_baseMaterial_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass14_0_tC1D5FD918047BA071AF300412FF259E679F4D51A, ___baseMaterial_0)); } inline Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * get_baseMaterial_0() const { return ___baseMaterial_0; } inline Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 ** get_address_of_baseMaterial_0() { return &___baseMaterial_0; } inline void set_baseMaterial_0(Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * value) { ___baseMaterial_0 = value; Il2CppCodeGenWriteBarrier((&___baseMaterial_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U3CU3EC__DISPLAYCLASS14_0_TC1D5FD918047BA071AF300412FF259E679F4D51A_H #ifndef FALLBACKMATERIAL_T538C842FD3863FAF785036939034732F56B2473A_H #define FALLBACKMATERIAL_T538C842FD3863FAF785036939034732F56B2473A_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // TMPro.TMP_MaterialManager_FallbackMaterial struct FallbackMaterial_t538C842FD3863FAF785036939034732F56B2473A : public RuntimeObject { public: // System.Int32 TMPro.TMP_MaterialManager_FallbackMaterial::baseID int32_t ___baseID_0; // UnityEngine.Material TMPro.TMP_MaterialManager_FallbackMaterial::baseMaterial Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * ___baseMaterial_1; // System.Int64 TMPro.TMP_MaterialManager_FallbackMaterial::fallbackID int64_t ___fallbackID_2; // UnityEngine.Material TMPro.TMP_MaterialManager_FallbackMaterial::fallbackMaterial Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * ___fallbackMaterial_3; // System.Int32 TMPro.TMP_MaterialManager_FallbackMaterial::count int32_t ___count_4; public: inline static int32_t get_offset_of_baseID_0() { return static_cast(offsetof(FallbackMaterial_t538C842FD3863FAF785036939034732F56B2473A, ___baseID_0)); } inline int32_t get_baseID_0() const { return ___baseID_0; } inline int32_t* get_address_of_baseID_0() { return &___baseID_0; } inline void set_baseID_0(int32_t value) { ___baseID_0 = value; } inline static int32_t get_offset_of_baseMaterial_1() { return static_cast(offsetof(FallbackMaterial_t538C842FD3863FAF785036939034732F56B2473A, ___baseMaterial_1)); } inline Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * get_baseMaterial_1() const { return ___baseMaterial_1; } inline Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 ** get_address_of_baseMaterial_1() { return &___baseMaterial_1; } inline void set_baseMaterial_1(Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * value) { ___baseMaterial_1 = value; Il2CppCodeGenWriteBarrier((&___baseMaterial_1), value); } inline static int32_t get_offset_of_fallbackID_2() { return static_cast(offsetof(FallbackMaterial_t538C842FD3863FAF785036939034732F56B2473A, ___fallbackID_2)); } inline int64_t get_fallbackID_2() const { return ___fallbackID_2; } inline int64_t* get_address_of_fallbackID_2() { return &___fallbackID_2; } inline void set_fallbackID_2(int64_t value) { ___fallbackID_2 = value; } inline static int32_t get_offset_of_fallbackMaterial_3() { return static_cast(offsetof(FallbackMaterial_t538C842FD3863FAF785036939034732F56B2473A, ___fallbackMaterial_3)); } inline Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * get_fallbackMaterial_3() const { return ___fallbackMaterial_3; } inline Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 ** get_address_of_fallbackMaterial_3() { return &___fallbackMaterial_3; } inline void set_fallbackMaterial_3(Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * value) { ___fallbackMaterial_3 = value; Il2CppCodeGenWriteBarrier((&___fallbackMaterial_3), value); } inline static int32_t get_offset_of_count_4() { return static_cast(offsetof(FallbackMaterial_t538C842FD3863FAF785036939034732F56B2473A, ___count_4)); } inline int32_t get_count_4() const { return ___count_4; } inline int32_t* get_address_of_count_4() { return &___count_4; } inline void set_count_4(int32_t value) { ___count_4 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // FALLBACKMATERIAL_T538C842FD3863FAF785036939034732F56B2473A_H #ifndef MASKINGMATERIAL_TD567961933B31276005075026B5BA552CF42F30B_H #define MASKINGMATERIAL_TD567961933B31276005075026B5BA552CF42F30B_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // TMPro.TMP_MaterialManager_MaskingMaterial struct MaskingMaterial_tD567961933B31276005075026B5BA552CF42F30B : public RuntimeObject { public: // UnityEngine.Material TMPro.TMP_MaterialManager_MaskingMaterial::baseMaterial Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * ___baseMaterial_0; // UnityEngine.Material TMPro.TMP_MaterialManager_MaskingMaterial::stencilMaterial Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * ___stencilMaterial_1; // System.Int32 TMPro.TMP_MaterialManager_MaskingMaterial::count int32_t ___count_2; // System.Int32 TMPro.TMP_MaterialManager_MaskingMaterial::stencilID int32_t ___stencilID_3; public: inline static int32_t get_offset_of_baseMaterial_0() { return static_cast(offsetof(MaskingMaterial_tD567961933B31276005075026B5BA552CF42F30B, ___baseMaterial_0)); } inline Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * get_baseMaterial_0() const { return ___baseMaterial_0; } inline Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 ** get_address_of_baseMaterial_0() { return &___baseMaterial_0; } inline void set_baseMaterial_0(Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * value) { ___baseMaterial_0 = value; Il2CppCodeGenWriteBarrier((&___baseMaterial_0), value); } inline static int32_t get_offset_of_stencilMaterial_1() { return static_cast(offsetof(MaskingMaterial_tD567961933B31276005075026B5BA552CF42F30B, ___stencilMaterial_1)); } inline Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * get_stencilMaterial_1() const { return ___stencilMaterial_1; } inline Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 ** get_address_of_stencilMaterial_1() { return &___stencilMaterial_1; } inline void set_stencilMaterial_1(Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * value) { ___stencilMaterial_1 = value; Il2CppCodeGenWriteBarrier((&___stencilMaterial_1), value); } inline static int32_t get_offset_of_count_2() { return static_cast(offsetof(MaskingMaterial_tD567961933B31276005075026B5BA552CF42F30B, ___count_2)); } inline int32_t get_count_2() const { return ___count_2; } inline int32_t* get_address_of_count_2() { return &___count_2; } inline void set_count_2(int32_t value) { ___count_2 = value; } inline static int32_t get_offset_of_stencilID_3() { return static_cast(offsetof(MaskingMaterial_tD567961933B31276005075026B5BA552CF42F30B, ___stencilID_3)); } inline int32_t get_stencilID_3() const { return ___stencilID_3; } inline int32_t* get_address_of_stencilID_3() { return &___stencilID_3; } inline void set_stencilID_3(int32_t value) { ___stencilID_3 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // MASKINGMATERIAL_TD567961933B31276005075026B5BA552CF42F30B_H #ifndef LINEBREAKINGTABLE_TB80E0533075B07F5080E99393CEF91FDC8C2AB25_H #define LINEBREAKINGTABLE_TB80E0533075B07F5080E99393CEF91FDC8C2AB25_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // TMPro.TMP_Settings_LineBreakingTable struct LineBreakingTable_tB80E0533075B07F5080E99393CEF91FDC8C2AB25 : public RuntimeObject { public: // System.Collections.Generic.Dictionary`2 TMPro.TMP_Settings_LineBreakingTable::leadingCharacters Dictionary_2_tE3E6025AC9C3BB9097F41BFF9BC27B2BBFCDE55E * ___leadingCharacters_0; // System.Collections.Generic.Dictionary`2 TMPro.TMP_Settings_LineBreakingTable::followingCharacters Dictionary_2_tE3E6025AC9C3BB9097F41BFF9BC27B2BBFCDE55E * ___followingCharacters_1; public: inline static int32_t get_offset_of_leadingCharacters_0() { return static_cast(offsetof(LineBreakingTable_tB80E0533075B07F5080E99393CEF91FDC8C2AB25, ___leadingCharacters_0)); } inline Dictionary_2_tE3E6025AC9C3BB9097F41BFF9BC27B2BBFCDE55E * get_leadingCharacters_0() const { return ___leadingCharacters_0; } inline Dictionary_2_tE3E6025AC9C3BB9097F41BFF9BC27B2BBFCDE55E ** get_address_of_leadingCharacters_0() { return &___leadingCharacters_0; } inline void set_leadingCharacters_0(Dictionary_2_tE3E6025AC9C3BB9097F41BFF9BC27B2BBFCDE55E * value) { ___leadingCharacters_0 = value; Il2CppCodeGenWriteBarrier((&___leadingCharacters_0), value); } inline static int32_t get_offset_of_followingCharacters_1() { return static_cast(offsetof(LineBreakingTable_tB80E0533075B07F5080E99393CEF91FDC8C2AB25, ___followingCharacters_1)); } inline Dictionary_2_tE3E6025AC9C3BB9097F41BFF9BC27B2BBFCDE55E * get_followingCharacters_1() const { return ___followingCharacters_1; } inline Dictionary_2_tE3E6025AC9C3BB9097F41BFF9BC27B2BBFCDE55E ** get_address_of_followingCharacters_1() { return &___followingCharacters_1; } inline void set_followingCharacters_1(Dictionary_2_tE3E6025AC9C3BB9097F41BFF9BC27B2BBFCDE55E * value) { ___followingCharacters_1 = value; Il2CppCodeGenWriteBarrier((&___followingCharacters_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LINEBREAKINGTABLE_TB80E0533075B07F5080E99393CEF91FDC8C2AB25_H #ifndef TMP_STYLE_T9FD01084B9E3F1D4B92E87114C454C98BA20FBAD_H #define TMP_STYLE_T9FD01084B9E3F1D4B92E87114C454C98BA20FBAD_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // TMPro.TMP_Style struct TMP_Style_t9FD01084B9E3F1D4B92E87114C454C98BA20FBAD : public RuntimeObject { public: // System.String TMPro.TMP_Style::m_Name String_t* ___m_Name_0; // System.Int32 TMPro.TMP_Style::m_HashCode int32_t ___m_HashCode_1; // System.String TMPro.TMP_Style::m_OpeningDefinition String_t* ___m_OpeningDefinition_2; // System.String TMPro.TMP_Style::m_ClosingDefinition String_t* ___m_ClosingDefinition_3; // System.Int32[] TMPro.TMP_Style::m_OpeningTagArray Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___m_OpeningTagArray_4; // System.Int32[] TMPro.TMP_Style::m_ClosingTagArray Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___m_ClosingTagArray_5; public: inline static int32_t get_offset_of_m_Name_0() { return static_cast(offsetof(TMP_Style_t9FD01084B9E3F1D4B92E87114C454C98BA20FBAD, ___m_Name_0)); } inline String_t* get_m_Name_0() const { return ___m_Name_0; } inline String_t** get_address_of_m_Name_0() { return &___m_Name_0; } inline void set_m_Name_0(String_t* value) { ___m_Name_0 = value; Il2CppCodeGenWriteBarrier((&___m_Name_0), value); } inline static int32_t get_offset_of_m_HashCode_1() { return static_cast(offsetof(TMP_Style_t9FD01084B9E3F1D4B92E87114C454C98BA20FBAD, ___m_HashCode_1)); } inline int32_t get_m_HashCode_1() const { return ___m_HashCode_1; } inline int32_t* get_address_of_m_HashCode_1() { return &___m_HashCode_1; } inline void set_m_HashCode_1(int32_t value) { ___m_HashCode_1 = value; } inline static int32_t get_offset_of_m_OpeningDefinition_2() { return static_cast(offsetof(TMP_Style_t9FD01084B9E3F1D4B92E87114C454C98BA20FBAD, ___m_OpeningDefinition_2)); } inline String_t* get_m_OpeningDefinition_2() const { return ___m_OpeningDefinition_2; } inline String_t** get_address_of_m_OpeningDefinition_2() { return &___m_OpeningDefinition_2; } inline void set_m_OpeningDefinition_2(String_t* value) { ___m_OpeningDefinition_2 = value; Il2CppCodeGenWriteBarrier((&___m_OpeningDefinition_2), value); } inline static int32_t get_offset_of_m_ClosingDefinition_3() { return static_cast(offsetof(TMP_Style_t9FD01084B9E3F1D4B92E87114C454C98BA20FBAD, ___m_ClosingDefinition_3)); } inline String_t* get_m_ClosingDefinition_3() const { return ___m_ClosingDefinition_3; } inline String_t** get_address_of_m_ClosingDefinition_3() { return &___m_ClosingDefinition_3; } inline void set_m_ClosingDefinition_3(String_t* value) { ___m_ClosingDefinition_3 = value; Il2CppCodeGenWriteBarrier((&___m_ClosingDefinition_3), value); } inline static int32_t get_offset_of_m_OpeningTagArray_4() { return static_cast(offsetof(TMP_Style_t9FD01084B9E3F1D4B92E87114C454C98BA20FBAD, ___m_OpeningTagArray_4)); } inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get_m_OpeningTagArray_4() const { return ___m_OpeningTagArray_4; } inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of_m_OpeningTagArray_4() { return &___m_OpeningTagArray_4; } inline void set_m_OpeningTagArray_4(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value) { ___m_OpeningTagArray_4 = value; Il2CppCodeGenWriteBarrier((&___m_OpeningTagArray_4), value); } inline static int32_t get_offset_of_m_ClosingTagArray_5() { return static_cast(offsetof(TMP_Style_t9FD01084B9E3F1D4B92E87114C454C98BA20FBAD, ___m_ClosingTagArray_5)); } inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get_m_ClosingTagArray_5() const { return ___m_ClosingTagArray_5; } inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of_m_ClosingTagArray_5() { return &___m_ClosingTagArray_5; } inline void set_m_ClosingTagArray_5(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value) { ___m_ClosingTagArray_5 = value; Il2CppCodeGenWriteBarrier((&___m_ClosingTagArray_5), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TMP_STYLE_T9FD01084B9E3F1D4B92E87114C454C98BA20FBAD_H #ifndef TMP_TEXTELEMENT_TB9A6A361BB93487BD07DDDA37A368819DA46C344_H #define TMP_TEXTELEMENT_TB9A6A361BB93487BD07DDDA37A368819DA46C344_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // TMPro.TMP_TextElement struct TMP_TextElement_tB9A6A361BB93487BD07DDDA37A368819DA46C344 : public RuntimeObject { public: // System.Int32 TMPro.TMP_TextElement::id int32_t ___id_0; // System.Single TMPro.TMP_TextElement::x float ___x_1; // System.Single TMPro.TMP_TextElement::y float ___y_2; // System.Single TMPro.TMP_TextElement::width float ___width_3; // System.Single TMPro.TMP_TextElement::height float ___height_4; // System.Single TMPro.TMP_TextElement::xOffset float ___xOffset_5; // System.Single TMPro.TMP_TextElement::yOffset float ___yOffset_6; // System.Single TMPro.TMP_TextElement::xAdvance float ___xAdvance_7; // System.Single TMPro.TMP_TextElement::scale float ___scale_8; public: inline static int32_t get_offset_of_id_0() { return static_cast(offsetof(TMP_TextElement_tB9A6A361BB93487BD07DDDA37A368819DA46C344, ___id_0)); } inline int32_t get_id_0() const { return ___id_0; } inline int32_t* get_address_of_id_0() { return &___id_0; } inline void set_id_0(int32_t value) { ___id_0 = value; } inline static int32_t get_offset_of_x_1() { return static_cast(offsetof(TMP_TextElement_tB9A6A361BB93487BD07DDDA37A368819DA46C344, ___x_1)); } inline float get_x_1() const { return ___x_1; } inline float* get_address_of_x_1() { return &___x_1; } inline void set_x_1(float value) { ___x_1 = value; } inline static int32_t get_offset_of_y_2() { return static_cast(offsetof(TMP_TextElement_tB9A6A361BB93487BD07DDDA37A368819DA46C344, ___y_2)); } inline float get_y_2() const { return ___y_2; } inline float* get_address_of_y_2() { return &___y_2; } inline void set_y_2(float value) { ___y_2 = value; } inline static int32_t get_offset_of_width_3() { return static_cast(offsetof(TMP_TextElement_tB9A6A361BB93487BD07DDDA37A368819DA46C344, ___width_3)); } inline float get_width_3() const { return ___width_3; } inline float* get_address_of_width_3() { return &___width_3; } inline void set_width_3(float value) { ___width_3 = value; } inline static int32_t get_offset_of_height_4() { return static_cast(offsetof(TMP_TextElement_tB9A6A361BB93487BD07DDDA37A368819DA46C344, ___height_4)); } inline float get_height_4() const { return ___height_4; } inline float* get_address_of_height_4() { return &___height_4; } inline void set_height_4(float value) { ___height_4 = value; } inline static int32_t get_offset_of_xOffset_5() { return static_cast(offsetof(TMP_TextElement_tB9A6A361BB93487BD07DDDA37A368819DA46C344, ___xOffset_5)); } inline float get_xOffset_5() const { return ___xOffset_5; } inline float* get_address_of_xOffset_5() { return &___xOffset_5; } inline void set_xOffset_5(float value) { ___xOffset_5 = value; } inline static int32_t get_offset_of_yOffset_6() { return static_cast(offsetof(TMP_TextElement_tB9A6A361BB93487BD07DDDA37A368819DA46C344, ___yOffset_6)); } inline float get_yOffset_6() const { return ___yOffset_6; } inline float* get_address_of_yOffset_6() { return &___yOffset_6; } inline void set_yOffset_6(float value) { ___yOffset_6 = value; } inline static int32_t get_offset_of_xAdvance_7() { return static_cast(offsetof(TMP_TextElement_tB9A6A361BB93487BD07DDDA37A368819DA46C344, ___xAdvance_7)); } inline float get_xAdvance_7() const { return ___xAdvance_7; } inline float* get_address_of_xAdvance_7() { return &___xAdvance_7; } inline void set_xAdvance_7(float value) { ___xAdvance_7 = value; } inline static int32_t get_offset_of_scale_8() { return static_cast(offsetof(TMP_TextElement_tB9A6A361BB93487BD07DDDA37A368819DA46C344, ___scale_8)); } inline float get_scale_8() const { return ___scale_8; } inline float* get_address_of_scale_8() { return &___scale_8; } inline void set_scale_8(float value) { ___scale_8 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TMP_TEXTELEMENT_TB9A6A361BB93487BD07DDDA37A368819DA46C344_H #ifndef ABSTRACTEVENTDATA_T636F385820C291DAE25897BCEB4FBCADDA3B75F6_H #define ABSTRACTEVENTDATA_T636F385820C291DAE25897BCEB4FBCADDA3B75F6_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.EventSystems.AbstractEventData struct AbstractEventData_t636F385820C291DAE25897BCEB4FBCADDA3B75F6 : public RuntimeObject { public: // System.Boolean UnityEngine.EventSystems.AbstractEventData::m_Used bool ___m_Used_0; public: inline static int32_t get_offset_of_m_Used_0() { return static_cast(offsetof(AbstractEventData_t636F385820C291DAE25897BCEB4FBCADDA3B75F6, ___m_Used_0)); } inline bool get_m_Used_0() const { return ___m_Used_0; } inline bool* get_address_of_m_Used_0() { return &___m_Used_0; } inline void set_m_Used_0(bool value) { ___m_Used_0 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ABSTRACTEVENTDATA_T636F385820C291DAE25897BCEB4FBCADDA3B75F6_H #ifndef UNITYEVENTBASE_T6E0F7823762EE94BB8489B5AE41C7802A266D3D5_H #define UNITYEVENTBASE_T6E0F7823762EE94BB8489B5AE41C7802A266D3D5_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.Events.UnityEventBase struct UnityEventBase_t6E0F7823762EE94BB8489B5AE41C7802A266D3D5 : public RuntimeObject { public: // UnityEngine.Events.InvokableCallList UnityEngine.Events.UnityEventBase::m_Calls InvokableCallList_t18AA4F473C7B295216B7D4B9723B4F3DFCCC9A3F * ___m_Calls_0; // UnityEngine.Events.PersistentCallGroup UnityEngine.Events.UnityEventBase::m_PersistentCalls PersistentCallGroup_t6E5DF2EBDA42794B5FE0C6DAA97DF65F0BFF571F * ___m_PersistentCalls_1; // System.String UnityEngine.Events.UnityEventBase::m_TypeName String_t* ___m_TypeName_2; // System.Boolean UnityEngine.Events.UnityEventBase::m_CallsDirty bool ___m_CallsDirty_3; public: inline static int32_t get_offset_of_m_Calls_0() { return static_cast(offsetof(UnityEventBase_t6E0F7823762EE94BB8489B5AE41C7802A266D3D5, ___m_Calls_0)); } inline InvokableCallList_t18AA4F473C7B295216B7D4B9723B4F3DFCCC9A3F * get_m_Calls_0() const { return ___m_Calls_0; } inline InvokableCallList_t18AA4F473C7B295216B7D4B9723B4F3DFCCC9A3F ** get_address_of_m_Calls_0() { return &___m_Calls_0; } inline void set_m_Calls_0(InvokableCallList_t18AA4F473C7B295216B7D4B9723B4F3DFCCC9A3F * value) { ___m_Calls_0 = value; Il2CppCodeGenWriteBarrier((&___m_Calls_0), value); } inline static int32_t get_offset_of_m_PersistentCalls_1() { return static_cast(offsetof(UnityEventBase_t6E0F7823762EE94BB8489B5AE41C7802A266D3D5, ___m_PersistentCalls_1)); } inline PersistentCallGroup_t6E5DF2EBDA42794B5FE0C6DAA97DF65F0BFF571F * get_m_PersistentCalls_1() const { return ___m_PersistentCalls_1; } inline PersistentCallGroup_t6E5DF2EBDA42794B5FE0C6DAA97DF65F0BFF571F ** get_address_of_m_PersistentCalls_1() { return &___m_PersistentCalls_1; } inline void set_m_PersistentCalls_1(PersistentCallGroup_t6E5DF2EBDA42794B5FE0C6DAA97DF65F0BFF571F * value) { ___m_PersistentCalls_1 = value; Il2CppCodeGenWriteBarrier((&___m_PersistentCalls_1), value); } inline static int32_t get_offset_of_m_TypeName_2() { return static_cast(offsetof(UnityEventBase_t6E0F7823762EE94BB8489B5AE41C7802A266D3D5, ___m_TypeName_2)); } inline String_t* get_m_TypeName_2() const { return ___m_TypeName_2; } inline String_t** get_address_of_m_TypeName_2() { return &___m_TypeName_2; } inline void set_m_TypeName_2(String_t* value) { ___m_TypeName_2 = value; Il2CppCodeGenWriteBarrier((&___m_TypeName_2), value); } inline static int32_t get_offset_of_m_CallsDirty_3() { return static_cast(offsetof(UnityEventBase_t6E0F7823762EE94BB8489B5AE41C7802A266D3D5, ___m_CallsDirty_3)); } inline bool get_m_CallsDirty_3() const { return ___m_CallsDirty_3; } inline bool* get_address_of_m_CallsDirty_3() { return &___m_CallsDirty_3; } inline void set_m_CallsDirty_3(bool value) { ___m_CallsDirty_3 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // UNITYEVENTBASE_T6E0F7823762EE94BB8489B5AE41C7802A266D3D5_H #ifndef YIELDINSTRUCTION_T836035AC7BD07A3C7909F7AD2A5B42DE99D91C44_H #define YIELDINSTRUCTION_T836035AC7BD07A3C7909F7AD2A5B42DE99D91C44_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.YieldInstruction struct YieldInstruction_t836035AC7BD07A3C7909F7AD2A5B42DE99D91C44 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of UnityEngine.YieldInstruction struct YieldInstruction_t836035AC7BD07A3C7909F7AD2A5B42DE99D91C44_marshaled_pinvoke { }; // Native definition for COM marshalling of UnityEngine.YieldInstruction struct YieldInstruction_t836035AC7BD07A3C7909F7AD2A5B42DE99D91C44_marshaled_com { }; #endif // YIELDINSTRUCTION_T836035AC7BD07A3C7909F7AD2A5B42DE99D91C44_H #ifndef __STATICARRAYINITTYPESIZEU3D12_T02D4D72A8B5221D32AB6F2F2DD8D17E86997BF22_H #define __STATICARRAYINITTYPESIZEU3D12_T02D4D72A8B5221D32AB6F2F2DD8D17E86997BF22_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // ___StaticArrayInitTypeSizeU3D12 struct __StaticArrayInitTypeSizeU3D12_t02D4D72A8B5221D32AB6F2F2DD8D17E86997BF22 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D12_t02D4D72A8B5221D32AB6F2F2DD8D17E86997BF22__padding[12]; }; public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // __STATICARRAYINITTYPESIZEU3D12_T02D4D72A8B5221D32AB6F2F2DD8D17E86997BF22_H #ifndef __STATICARRAYINITTYPESIZEU3D40_TB9EB85DC7184311C5BB54C1E612DC4F2D7A15F5D_H #define __STATICARRAYINITTYPESIZEU3D40_TB9EB85DC7184311C5BB54C1E612DC4F2D7A15F5D_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // ___StaticArrayInitTypeSizeU3D40 struct __StaticArrayInitTypeSizeU3D40_tB9EB85DC7184311C5BB54C1E612DC4F2D7A15F5D { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D40_tB9EB85DC7184311C5BB54C1E612DC4F2D7A15F5D__padding[40]; }; public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // __STATICARRAYINITTYPESIZEU3D40_TB9EB85DC7184311C5BB54C1E612DC4F2D7A15F5D_H #ifndef BOOLEAN_TB53F6830F670160873277339AA58F15CAED4399C_H #define BOOLEAN_TB53F6830F670160873277339AA58F15CAED4399C_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Boolean struct Boolean_tB53F6830F670160873277339AA58F15CAED4399C { public: // System.Boolean System.Boolean::m_value bool ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Boolean_tB53F6830F670160873277339AA58F15CAED4399C, ___m_value_0)); } inline bool get_m_value_0() const { return ___m_value_0; } inline bool* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(bool value) { ___m_value_0 = value; } }; struct Boolean_tB53F6830F670160873277339AA58F15CAED4399C_StaticFields { public: // System.String System.Boolean::TrueString String_t* ___TrueString_5; // System.String System.Boolean::FalseString String_t* ___FalseString_6; public: inline static int32_t get_offset_of_TrueString_5() { return static_cast(offsetof(Boolean_tB53F6830F670160873277339AA58F15CAED4399C_StaticFields, ___TrueString_5)); } inline String_t* get_TrueString_5() const { return ___TrueString_5; } inline String_t** get_address_of_TrueString_5() { return &___TrueString_5; } inline void set_TrueString_5(String_t* value) { ___TrueString_5 = value; Il2CppCodeGenWriteBarrier((&___TrueString_5), value); } inline static int32_t get_offset_of_FalseString_6() { return static_cast(offsetof(Boolean_tB53F6830F670160873277339AA58F15CAED4399C_StaticFields, ___FalseString_6)); } inline String_t* get_FalseString_6() const { return ___FalseString_6; } inline String_t** get_address_of_FalseString_6() { return &___FalseString_6; } inline void set_FalseString_6(String_t* value) { ___FalseString_6 = value; Il2CppCodeGenWriteBarrier((&___FalseString_6), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // BOOLEAN_TB53F6830F670160873277339AA58F15CAED4399C_H #ifndef BYTE_TF87C579059BD4633E6840EBBBEEF899C6E33EF07_H #define BYTE_TF87C579059BD4633E6840EBBBEEF899C6E33EF07_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Byte struct Byte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07 { public: // System.Byte System.Byte::m_value uint8_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Byte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07, ___m_value_0)); } inline uint8_t get_m_value_0() const { return ___m_value_0; } inline uint8_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(uint8_t value) { ___m_value_0 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // BYTE_TF87C579059BD4633E6840EBBBEEF899C6E33EF07_H #ifndef CHAR_TBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_H #define CHAR_TBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Char struct Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9 { public: // System.Char System.Char::m_value Il2CppChar ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9, ___m_value_0)); } inline Il2CppChar get_m_value_0() const { return ___m_value_0; } inline Il2CppChar* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(Il2CppChar value) { ___m_value_0 = value; } }; struct Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_StaticFields { public: // System.Byte[] System.Char::categoryForLatin1 ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___categoryForLatin1_3; public: inline static int32_t get_offset_of_categoryForLatin1_3() { return static_cast(offsetof(Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_StaticFields, ___categoryForLatin1_3)); } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_categoryForLatin1_3() const { return ___categoryForLatin1_3; } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_categoryForLatin1_3() { return &___categoryForLatin1_3; } inline void set_categoryForLatin1_3(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value) { ___categoryForLatin1_3 = value; Il2CppCodeGenWriteBarrier((&___categoryForLatin1_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CHAR_TBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_H #ifndef DOUBLE_T358B8F23BDC52A5DD700E727E204F9F7CDE12409_H #define DOUBLE_T358B8F23BDC52A5DD700E727E204F9F7CDE12409_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Double struct Double_t358B8F23BDC52A5DD700E727E204F9F7CDE12409 { public: // System.Double System.Double::m_value double ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Double_t358B8F23BDC52A5DD700E727E204F9F7CDE12409, ___m_value_0)); } inline double get_m_value_0() const { return ___m_value_0; } inline double* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(double value) { ___m_value_0 = value; } }; struct Double_t358B8F23BDC52A5DD700E727E204F9F7CDE12409_StaticFields { public: // System.Double System.Double::NegativeZero double ___NegativeZero_7; public: inline static int32_t get_offset_of_NegativeZero_7() { return static_cast(offsetof(Double_t358B8F23BDC52A5DD700E727E204F9F7CDE12409_StaticFields, ___NegativeZero_7)); } inline double get_NegativeZero_7() const { return ___NegativeZero_7; } inline double* get_address_of_NegativeZero_7() { return &___NegativeZero_7; } inline void set_NegativeZero_7(double value) { ___NegativeZero_7 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DOUBLE_T358B8F23BDC52A5DD700E727E204F9F7CDE12409_H #ifndef ENUM_T2AF27C02B8653AE29442467390005ABC74D8F521_H #define ENUM_T2AF27C02B8653AE29442467390005ABC74D8F521_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Enum struct Enum_t2AF27C02B8653AE29442467390005ABC74D8F521 : public ValueType_t4D0C27076F7C36E76190FB3328E232BCB1CD1FFF { public: public: }; struct Enum_t2AF27C02B8653AE29442467390005ABC74D8F521_StaticFields { public: // System.Char[] System.Enum::enumSeperatorCharArray CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___enumSeperatorCharArray_0; public: inline static int32_t get_offset_of_enumSeperatorCharArray_0() { return static_cast(offsetof(Enum_t2AF27C02B8653AE29442467390005ABC74D8F521_StaticFields, ___enumSeperatorCharArray_0)); } inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* get_enumSeperatorCharArray_0() const { return ___enumSeperatorCharArray_0; } inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2** get_address_of_enumSeperatorCharArray_0() { return &___enumSeperatorCharArray_0; } inline void set_enumSeperatorCharArray_0(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* value) { ___enumSeperatorCharArray_0 = value; Il2CppCodeGenWriteBarrier((&___enumSeperatorCharArray_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of System.Enum struct Enum_t2AF27C02B8653AE29442467390005ABC74D8F521_marshaled_pinvoke { }; // Native definition for COM marshalling of System.Enum struct Enum_t2AF27C02B8653AE29442467390005ABC74D8F521_marshaled_com { }; #endif // ENUM_T2AF27C02B8653AE29442467390005ABC74D8F521_H #ifndef INT32_T585191389E07734F19F3156FF88FB3EF4800D102_H #define INT32_T585191389E07734F19F3156FF88FB3EF4800D102_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Int32 struct Int32_t585191389E07734F19F3156FF88FB3EF4800D102 { public: // System.Int32 System.Int32::m_value int32_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Int32_t585191389E07734F19F3156FF88FB3EF4800D102, ___m_value_0)); } inline int32_t get_m_value_0() const { return ___m_value_0; } inline int32_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(int32_t value) { ___m_value_0 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // INT32_T585191389E07734F19F3156FF88FB3EF4800D102_H #ifndef INT64_T7A386C2FF7B0280A0F516992401DDFCF0FF7B436_H #define INT64_T7A386C2FF7B0280A0F516992401DDFCF0FF7B436_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Int64 struct Int64_t7A386C2FF7B0280A0F516992401DDFCF0FF7B436 { public: // System.Int64 System.Int64::m_value int64_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Int64_t7A386C2FF7B0280A0F516992401DDFCF0FF7B436, ___m_value_0)); } inline int64_t get_m_value_0() const { return ___m_value_0; } inline int64_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(int64_t value) { ___m_value_0 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // INT64_T7A386C2FF7B0280A0F516992401DDFCF0FF7B436_H #ifndef INTPTR_T_H #define INTPTR_T_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.IntPtr struct IntPtr_t { public: // System.Void* System.IntPtr::m_value void* ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(IntPtr_t, ___m_value_0)); } inline void* get_m_value_0() const { return ___m_value_0; } inline void** get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(void* value) { ___m_value_0 = value; } }; struct IntPtr_t_StaticFields { public: // System.IntPtr System.IntPtr::Zero intptr_t ___Zero_1; public: inline static int32_t get_offset_of_Zero_1() { return static_cast(offsetof(IntPtr_t_StaticFields, ___Zero_1)); } inline intptr_t get_Zero_1() const { return ___Zero_1; } inline intptr_t* get_address_of_Zero_1() { return &___Zero_1; } inline void set_Zero_1(intptr_t value) { ___Zero_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // INTPTR_T_H #ifndef SINGLE_TDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_H #define SINGLE_TDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Single struct Single_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1 { public: // System.Single System.Single::m_value float ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Single_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1, ___m_value_0)); } inline float get_m_value_0() const { return ___m_value_0; } inline float* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(float value) { ___m_value_0 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SINGLE_TDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_H #ifndef SYSTEMEXCEPTION_T5380468142AA850BE4A341D7AF3EAB9C78746782_H #define SYSTEMEXCEPTION_T5380468142AA850BE4A341D7AF3EAB9C78746782_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.SystemException struct SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782 : public Exception_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SYSTEMEXCEPTION_T5380468142AA850BE4A341D7AF3EAB9C78746782_H #ifndef UINT32_T4980FA09003AFAAB5A6E361BA2748EA9A005709B_H #define UINT32_T4980FA09003AFAAB5A6E361BA2748EA9A005709B_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.UInt32 struct UInt32_t4980FA09003AFAAB5A6E361BA2748EA9A005709B { public: // System.UInt32 System.UInt32::m_value uint32_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(UInt32_t4980FA09003AFAAB5A6E361BA2748EA9A005709B, ___m_value_0)); } inline uint32_t get_m_value_0() const { return ___m_value_0; } inline uint32_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(uint32_t value) { ___m_value_0 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // UINT32_T4980FA09003AFAAB5A6E361BA2748EA9A005709B_H #ifndef VOID_T22962CB4C05B1D89B55A6E1139F0E87A90987017_H #define VOID_T22962CB4C05B1D89B55A6E1139F0E87A90987017_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void struct Void_t22962CB4C05B1D89B55A6E1139F0E87A90987017 { public: union { struct { }; uint8_t Void_t22962CB4C05B1D89B55A6E1139F0E87A90987017__padding[1]; }; public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // VOID_T22962CB4C05B1D89B55A6E1139F0E87A90987017_H #ifndef FONTASSETCREATIONSETTINGS_TC32D679F14894DDCE48E4C61ACC1D0FA1443E0A4_H #define FONTASSETCREATIONSETTINGS_TC32D679F14894DDCE48E4C61ACC1D0FA1443E0A4_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // TMPro.FontAssetCreationSettings struct FontAssetCreationSettings_tC32D679F14894DDCE48E4C61ACC1D0FA1443E0A4 { public: // System.String TMPro.FontAssetCreationSettings::sourceFontFileName String_t* ___sourceFontFileName_0; // System.String TMPro.FontAssetCreationSettings::sourceFontFileGUID String_t* ___sourceFontFileGUID_1; // System.Int32 TMPro.FontAssetCreationSettings::pointSizeSamplingMode int32_t ___pointSizeSamplingMode_2; // System.Int32 TMPro.FontAssetCreationSettings::pointSize int32_t ___pointSize_3; // System.Int32 TMPro.FontAssetCreationSettings::padding int32_t ___padding_4; // System.Int32 TMPro.FontAssetCreationSettings::packingMode int32_t ___packingMode_5; // System.Int32 TMPro.FontAssetCreationSettings::atlasWidth int32_t ___atlasWidth_6; // System.Int32 TMPro.FontAssetCreationSettings::atlasHeight int32_t ___atlasHeight_7; // System.Int32 TMPro.FontAssetCreationSettings::characterSetSelectionMode int32_t ___characterSetSelectionMode_8; // System.String TMPro.FontAssetCreationSettings::characterSequence String_t* ___characterSequence_9; // System.String TMPro.FontAssetCreationSettings::referencedFontAssetGUID String_t* ___referencedFontAssetGUID_10; // System.String TMPro.FontAssetCreationSettings::referencedTextAssetGUID String_t* ___referencedTextAssetGUID_11; // System.Int32 TMPro.FontAssetCreationSettings::fontStyle int32_t ___fontStyle_12; // System.Single TMPro.FontAssetCreationSettings::fontStyleModifier float ___fontStyleModifier_13; // System.Int32 TMPro.FontAssetCreationSettings::renderMode int32_t ___renderMode_14; // System.Boolean TMPro.FontAssetCreationSettings::includeFontFeatures bool ___includeFontFeatures_15; public: inline static int32_t get_offset_of_sourceFontFileName_0() { return static_cast(offsetof(FontAssetCreationSettings_tC32D679F14894DDCE48E4C61ACC1D0FA1443E0A4, ___sourceFontFileName_0)); } inline String_t* get_sourceFontFileName_0() const { return ___sourceFontFileName_0; } inline String_t** get_address_of_sourceFontFileName_0() { return &___sourceFontFileName_0; } inline void set_sourceFontFileName_0(String_t* value) { ___sourceFontFileName_0 = value; Il2CppCodeGenWriteBarrier((&___sourceFontFileName_0), value); } inline static int32_t get_offset_of_sourceFontFileGUID_1() { return static_cast(offsetof(FontAssetCreationSettings_tC32D679F14894DDCE48E4C61ACC1D0FA1443E0A4, ___sourceFontFileGUID_1)); } inline String_t* get_sourceFontFileGUID_1() const { return ___sourceFontFileGUID_1; } inline String_t** get_address_of_sourceFontFileGUID_1() { return &___sourceFontFileGUID_1; } inline void set_sourceFontFileGUID_1(String_t* value) { ___sourceFontFileGUID_1 = value; Il2CppCodeGenWriteBarrier((&___sourceFontFileGUID_1), value); } inline static int32_t get_offset_of_pointSizeSamplingMode_2() { return static_cast(offsetof(FontAssetCreationSettings_tC32D679F14894DDCE48E4C61ACC1D0FA1443E0A4, ___pointSizeSamplingMode_2)); } inline int32_t get_pointSizeSamplingMode_2() const { return ___pointSizeSamplingMode_2; } inline int32_t* get_address_of_pointSizeSamplingMode_2() { return &___pointSizeSamplingMode_2; } inline void set_pointSizeSamplingMode_2(int32_t value) { ___pointSizeSamplingMode_2 = value; } inline static int32_t get_offset_of_pointSize_3() { return static_cast(offsetof(FontAssetCreationSettings_tC32D679F14894DDCE48E4C61ACC1D0FA1443E0A4, ___pointSize_3)); } inline int32_t get_pointSize_3() const { return ___pointSize_3; } inline int32_t* get_address_of_pointSize_3() { return &___pointSize_3; } inline void set_pointSize_3(int32_t value) { ___pointSize_3 = value; } inline static int32_t get_offset_of_padding_4() { return static_cast(offsetof(FontAssetCreationSettings_tC32D679F14894DDCE48E4C61ACC1D0FA1443E0A4, ___padding_4)); } inline int32_t get_padding_4() const { return ___padding_4; } inline int32_t* get_address_of_padding_4() { return &___padding_4; } inline void set_padding_4(int32_t value) { ___padding_4 = value; } inline static int32_t get_offset_of_packingMode_5() { return static_cast(offsetof(FontAssetCreationSettings_tC32D679F14894DDCE48E4C61ACC1D0FA1443E0A4, ___packingMode_5)); } inline int32_t get_packingMode_5() const { return ___packingMode_5; } inline int32_t* get_address_of_packingMode_5() { return &___packingMode_5; } inline void set_packingMode_5(int32_t value) { ___packingMode_5 = value; } inline static int32_t get_offset_of_atlasWidth_6() { return static_cast(offsetof(FontAssetCreationSettings_tC32D679F14894DDCE48E4C61ACC1D0FA1443E0A4, ___atlasWidth_6)); } inline int32_t get_atlasWidth_6() const { return ___atlasWidth_6; } inline int32_t* get_address_of_atlasWidth_6() { return &___atlasWidth_6; } inline void set_atlasWidth_6(int32_t value) { ___atlasWidth_6 = value; } inline static int32_t get_offset_of_atlasHeight_7() { return static_cast(offsetof(FontAssetCreationSettings_tC32D679F14894DDCE48E4C61ACC1D0FA1443E0A4, ___atlasHeight_7)); } inline int32_t get_atlasHeight_7() const { return ___atlasHeight_7; } inline int32_t* get_address_of_atlasHeight_7() { return &___atlasHeight_7; } inline void set_atlasHeight_7(int32_t value) { ___atlasHeight_7 = value; } inline static int32_t get_offset_of_characterSetSelectionMode_8() { return static_cast(offsetof(FontAssetCreationSettings_tC32D679F14894DDCE48E4C61ACC1D0FA1443E0A4, ___characterSetSelectionMode_8)); } inline int32_t get_characterSetSelectionMode_8() const { return ___characterSetSelectionMode_8; } inline int32_t* get_address_of_characterSetSelectionMode_8() { return &___characterSetSelectionMode_8; } inline void set_characterSetSelectionMode_8(int32_t value) { ___characterSetSelectionMode_8 = value; } inline static int32_t get_offset_of_characterSequence_9() { return static_cast(offsetof(FontAssetCreationSettings_tC32D679F14894DDCE48E4C61ACC1D0FA1443E0A4, ___characterSequence_9)); } inline String_t* get_characterSequence_9() const { return ___characterSequence_9; } inline String_t** get_address_of_characterSequence_9() { return &___characterSequence_9; } inline void set_characterSequence_9(String_t* value) { ___characterSequence_9 = value; Il2CppCodeGenWriteBarrier((&___characterSequence_9), value); } inline static int32_t get_offset_of_referencedFontAssetGUID_10() { return static_cast(offsetof(FontAssetCreationSettings_tC32D679F14894DDCE48E4C61ACC1D0FA1443E0A4, ___referencedFontAssetGUID_10)); } inline String_t* get_referencedFontAssetGUID_10() const { return ___referencedFontAssetGUID_10; } inline String_t** get_address_of_referencedFontAssetGUID_10() { return &___referencedFontAssetGUID_10; } inline void set_referencedFontAssetGUID_10(String_t* value) { ___referencedFontAssetGUID_10 = value; Il2CppCodeGenWriteBarrier((&___referencedFontAssetGUID_10), value); } inline static int32_t get_offset_of_referencedTextAssetGUID_11() { return static_cast(offsetof(FontAssetCreationSettings_tC32D679F14894DDCE48E4C61ACC1D0FA1443E0A4, ___referencedTextAssetGUID_11)); } inline String_t* get_referencedTextAssetGUID_11() const { return ___referencedTextAssetGUID_11; } inline String_t** get_address_of_referencedTextAssetGUID_11() { return &___referencedTextAssetGUID_11; } inline void set_referencedTextAssetGUID_11(String_t* value) { ___referencedTextAssetGUID_11 = value; Il2CppCodeGenWriteBarrier((&___referencedTextAssetGUID_11), value); } inline static int32_t get_offset_of_fontStyle_12() { return static_cast(offsetof(FontAssetCreationSettings_tC32D679F14894DDCE48E4C61ACC1D0FA1443E0A4, ___fontStyle_12)); } inline int32_t get_fontStyle_12() const { return ___fontStyle_12; } inline int32_t* get_address_of_fontStyle_12() { return &___fontStyle_12; } inline void set_fontStyle_12(int32_t value) { ___fontStyle_12 = value; } inline static int32_t get_offset_of_fontStyleModifier_13() { return static_cast(offsetof(FontAssetCreationSettings_tC32D679F14894DDCE48E4C61ACC1D0FA1443E0A4, ___fontStyleModifier_13)); } inline float get_fontStyleModifier_13() const { return ___fontStyleModifier_13; } inline float* get_address_of_fontStyleModifier_13() { return &___fontStyleModifier_13; } inline void set_fontStyleModifier_13(float value) { ___fontStyleModifier_13 = value; } inline static int32_t get_offset_of_renderMode_14() { return static_cast(offsetof(FontAssetCreationSettings_tC32D679F14894DDCE48E4C61ACC1D0FA1443E0A4, ___renderMode_14)); } inline int32_t get_renderMode_14() const { return ___renderMode_14; } inline int32_t* get_address_of_renderMode_14() { return &___renderMode_14; } inline void set_renderMode_14(int32_t value) { ___renderMode_14 = value; } inline static int32_t get_offset_of_includeFontFeatures_15() { return static_cast(offsetof(FontAssetCreationSettings_tC32D679F14894DDCE48E4C61ACC1D0FA1443E0A4, ___includeFontFeatures_15)); } inline bool get_includeFontFeatures_15() const { return ___includeFontFeatures_15; } inline bool* get_address_of_includeFontFeatures_15() { return &___includeFontFeatures_15; } inline void set_includeFontFeatures_15(bool value) { ___includeFontFeatures_15 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of TMPro.FontAssetCreationSettings struct FontAssetCreationSettings_tC32D679F14894DDCE48E4C61ACC1D0FA1443E0A4_marshaled_pinvoke { char* ___sourceFontFileName_0; char* ___sourceFontFileGUID_1; int32_t ___pointSizeSamplingMode_2; int32_t ___pointSize_3; int32_t ___padding_4; int32_t ___packingMode_5; int32_t ___atlasWidth_6; int32_t ___atlasHeight_7; int32_t ___characterSetSelectionMode_8; char* ___characterSequence_9; char* ___referencedFontAssetGUID_10; char* ___referencedTextAssetGUID_11; int32_t ___fontStyle_12; float ___fontStyleModifier_13; int32_t ___renderMode_14; int32_t ___includeFontFeatures_15; }; // Native definition for COM marshalling of TMPro.FontAssetCreationSettings struct FontAssetCreationSettings_tC32D679F14894DDCE48E4C61ACC1D0FA1443E0A4_marshaled_com { Il2CppChar* ___sourceFontFileName_0; Il2CppChar* ___sourceFontFileGUID_1; int32_t ___pointSizeSamplingMode_2; int32_t ___pointSize_3; int32_t ___padding_4; int32_t ___packingMode_5; int32_t ___atlasWidth_6; int32_t ___atlasHeight_7; int32_t ___characterSetSelectionMode_8; Il2CppChar* ___characterSequence_9; Il2CppChar* ___referencedFontAssetGUID_10; Il2CppChar* ___referencedTextAssetGUID_11; int32_t ___fontStyle_12; float ___fontStyleModifier_13; int32_t ___renderMode_14; int32_t ___includeFontFeatures_15; }; #endif // FONTASSETCREATIONSETTINGS_TC32D679F14894DDCE48E4C61ACC1D0FA1443E0A4_H #ifndef GLYPHVALUERECORD_T978E7932FA4A5D424E6CFBB65E98B16D02BE18DD_H #define GLYPHVALUERECORD_T978E7932FA4A5D424E6CFBB65E98B16D02BE18DD_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // TMPro.GlyphValueRecord struct GlyphValueRecord_t978E7932FA4A5D424E6CFBB65E98B16D02BE18DD { public: // System.Single TMPro.GlyphValueRecord::xPlacement float ___xPlacement_0; // System.Single TMPro.GlyphValueRecord::yPlacement float ___yPlacement_1; // System.Single TMPro.GlyphValueRecord::xAdvance float ___xAdvance_2; // System.Single TMPro.GlyphValueRecord::yAdvance float ___yAdvance_3; public: inline static int32_t get_offset_of_xPlacement_0() { return static_cast(offsetof(GlyphValueRecord_t978E7932FA4A5D424E6CFBB65E98B16D02BE18DD, ___xPlacement_0)); } inline float get_xPlacement_0() const { return ___xPlacement_0; } inline float* get_address_of_xPlacement_0() { return &___xPlacement_0; } inline void set_xPlacement_0(float value) { ___xPlacement_0 = value; } inline static int32_t get_offset_of_yPlacement_1() { return static_cast(offsetof(GlyphValueRecord_t978E7932FA4A5D424E6CFBB65E98B16D02BE18DD, ___yPlacement_1)); } inline float get_yPlacement_1() const { return ___yPlacement_1; } inline float* get_address_of_yPlacement_1() { return &___yPlacement_1; } inline void set_yPlacement_1(float value) { ___yPlacement_1 = value; } inline static int32_t get_offset_of_xAdvance_2() { return static_cast(offsetof(GlyphValueRecord_t978E7932FA4A5D424E6CFBB65E98B16D02BE18DD, ___xAdvance_2)); } inline float get_xAdvance_2() const { return ___xAdvance_2; } inline float* get_address_of_xAdvance_2() { return &___xAdvance_2; } inline void set_xAdvance_2(float value) { ___xAdvance_2 = value; } inline static int32_t get_offset_of_yAdvance_3() { return static_cast(offsetof(GlyphValueRecord_t978E7932FA4A5D424E6CFBB65E98B16D02BE18DD, ___yAdvance_3)); } inline float get_yAdvance_3() const { return ___yAdvance_3; } inline float* get_address_of_yAdvance_3() { return &___yAdvance_3; } inline void set_yAdvance_3(float value) { ___yAdvance_3 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // GLYPHVALUERECORD_T978E7932FA4A5D424E6CFBB65E98B16D02BE18DD_H #ifndef KERNINGPAIRKEY_TE33705E4E3EF2AA3DB9BCAA0AD581A46A70135D3_H #define KERNINGPAIRKEY_TE33705E4E3EF2AA3DB9BCAA0AD581A46A70135D3_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // TMPro.KerningPairKey struct KerningPairKey_tE33705E4E3EF2AA3DB9BCAA0AD581A46A70135D3 { public: // System.UInt32 TMPro.KerningPairKey::ascii_Left uint32_t ___ascii_Left_0; // System.UInt32 TMPro.KerningPairKey::ascii_Right uint32_t ___ascii_Right_1; // System.UInt32 TMPro.KerningPairKey::key uint32_t ___key_2; public: inline static int32_t get_offset_of_ascii_Left_0() { return static_cast(offsetof(KerningPairKey_tE33705E4E3EF2AA3DB9BCAA0AD581A46A70135D3, ___ascii_Left_0)); } inline uint32_t get_ascii_Left_0() const { return ___ascii_Left_0; } inline uint32_t* get_address_of_ascii_Left_0() { return &___ascii_Left_0; } inline void set_ascii_Left_0(uint32_t value) { ___ascii_Left_0 = value; } inline static int32_t get_offset_of_ascii_Right_1() { return static_cast(offsetof(KerningPairKey_tE33705E4E3EF2AA3DB9BCAA0AD581A46A70135D3, ___ascii_Right_1)); } inline uint32_t get_ascii_Right_1() const { return ___ascii_Right_1; } inline uint32_t* get_address_of_ascii_Right_1() { return &___ascii_Right_1; } inline void set_ascii_Right_1(uint32_t value) { ___ascii_Right_1 = value; } inline static int32_t get_offset_of_key_2() { return static_cast(offsetof(KerningPairKey_tE33705E4E3EF2AA3DB9BCAA0AD581A46A70135D3, ___key_2)); } inline uint32_t get_key_2() const { return ___key_2; } inline uint32_t* get_address_of_key_2() { return &___key_2; } inline void set_key_2(uint32_t value) { ___key_2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // KERNINGPAIRKEY_TE33705E4E3EF2AA3DB9BCAA0AD581A46A70135D3_H #ifndef MATERIALREFERENCE_TFDD866CC1D210125CDEC9DCB60B9AACB2FE3AF7F_H #define MATERIALREFERENCE_TFDD866CC1D210125CDEC9DCB60B9AACB2FE3AF7F_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // TMPro.MaterialReference struct MaterialReference_tFDD866CC1D210125CDEC9DCB60B9AACB2FE3AF7F { public: // System.Int32 TMPro.MaterialReference::index int32_t ___index_0; // TMPro.TMP_FontAsset TMPro.MaterialReference::fontAsset TMP_FontAsset_t44D2006105B39FB33AE5A0ADF07A7EF36C72385C * ___fontAsset_1; // TMPro.TMP_SpriteAsset TMPro.MaterialReference::spriteAsset TMP_SpriteAsset_tF896FFED2AA9395D6BC40FFEAC6DE7555A27A487 * ___spriteAsset_2; // UnityEngine.Material TMPro.MaterialReference::material Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * ___material_3; // System.Boolean TMPro.MaterialReference::isDefaultMaterial bool ___isDefaultMaterial_4; // System.Boolean TMPro.MaterialReference::isFallbackMaterial bool ___isFallbackMaterial_5; // UnityEngine.Material TMPro.MaterialReference::fallbackMaterial Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * ___fallbackMaterial_6; // System.Single TMPro.MaterialReference::padding float ___padding_7; // System.Int32 TMPro.MaterialReference::referenceCount int32_t ___referenceCount_8; public: inline static int32_t get_offset_of_index_0() { return static_cast(offsetof(MaterialReference_tFDD866CC1D210125CDEC9DCB60B9AACB2FE3AF7F, ___index_0)); } inline int32_t get_index_0() const { return ___index_0; } inline int32_t* get_address_of_index_0() { return &___index_0; } inline void set_index_0(int32_t value) { ___index_0 = value; } inline static int32_t get_offset_of_fontAsset_1() { return static_cast(offsetof(MaterialReference_tFDD866CC1D210125CDEC9DCB60B9AACB2FE3AF7F, ___fontAsset_1)); } inline TMP_FontAsset_t44D2006105B39FB33AE5A0ADF07A7EF36C72385C * get_fontAsset_1() const { return ___fontAsset_1; } inline TMP_FontAsset_t44D2006105B39FB33AE5A0ADF07A7EF36C72385C ** get_address_of_fontAsset_1() { return &___fontAsset_1; } inline void set_fontAsset_1(TMP_FontAsset_t44D2006105B39FB33AE5A0ADF07A7EF36C72385C * value) { ___fontAsset_1 = value; Il2CppCodeGenWriteBarrier((&___fontAsset_1), value); } inline static int32_t get_offset_of_spriteAsset_2() { return static_cast(offsetof(MaterialReference_tFDD866CC1D210125CDEC9DCB60B9AACB2FE3AF7F, ___spriteAsset_2)); } inline TMP_SpriteAsset_tF896FFED2AA9395D6BC40FFEAC6DE7555A27A487 * get_spriteAsset_2() const { return ___spriteAsset_2; } inline TMP_SpriteAsset_tF896FFED2AA9395D6BC40FFEAC6DE7555A27A487 ** get_address_of_spriteAsset_2() { return &___spriteAsset_2; } inline void set_spriteAsset_2(TMP_SpriteAsset_tF896FFED2AA9395D6BC40FFEAC6DE7555A27A487 * value) { ___spriteAsset_2 = value; Il2CppCodeGenWriteBarrier((&___spriteAsset_2), value); } inline static int32_t get_offset_of_material_3() { return static_cast(offsetof(MaterialReference_tFDD866CC1D210125CDEC9DCB60B9AACB2FE3AF7F, ___material_3)); } inline Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * get_material_3() const { return ___material_3; } inline Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 ** get_address_of_material_3() { return &___material_3; } inline void set_material_3(Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * value) { ___material_3 = value; Il2CppCodeGenWriteBarrier((&___material_3), value); } inline static int32_t get_offset_of_isDefaultMaterial_4() { return static_cast(offsetof(MaterialReference_tFDD866CC1D210125CDEC9DCB60B9AACB2FE3AF7F, ___isDefaultMaterial_4)); } inline bool get_isDefaultMaterial_4() const { return ___isDefaultMaterial_4; } inline bool* get_address_of_isDefaultMaterial_4() { return &___isDefaultMaterial_4; } inline void set_isDefaultMaterial_4(bool value) { ___isDefaultMaterial_4 = value; } inline static int32_t get_offset_of_isFallbackMaterial_5() { return static_cast(offsetof(MaterialReference_tFDD866CC1D210125CDEC9DCB60B9AACB2FE3AF7F, ___isFallbackMaterial_5)); } inline bool get_isFallbackMaterial_5() const { return ___isFallbackMaterial_5; } inline bool* get_address_of_isFallbackMaterial_5() { return &___isFallbackMaterial_5; } inline void set_isFallbackMaterial_5(bool value) { ___isFallbackMaterial_5 = value; } inline static int32_t get_offset_of_fallbackMaterial_6() { return static_cast(offsetof(MaterialReference_tFDD866CC1D210125CDEC9DCB60B9AACB2FE3AF7F, ___fallbackMaterial_6)); } inline Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * get_fallbackMaterial_6() const { return ___fallbackMaterial_6; } inline Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 ** get_address_of_fallbackMaterial_6() { return &___fallbackMaterial_6; } inline void set_fallbackMaterial_6(Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * value) { ___fallbackMaterial_6 = value; Il2CppCodeGenWriteBarrier((&___fallbackMaterial_6), value); } inline static int32_t get_offset_of_padding_7() { return static_cast(offsetof(MaterialReference_tFDD866CC1D210125CDEC9DCB60B9AACB2FE3AF7F, ___padding_7)); } inline float get_padding_7() const { return ___padding_7; } inline float* get_address_of_padding_7() { return &___padding_7; } inline void set_padding_7(float value) { ___padding_7 = value; } inline static int32_t get_offset_of_referenceCount_8() { return static_cast(offsetof(MaterialReference_tFDD866CC1D210125CDEC9DCB60B9AACB2FE3AF7F, ___referenceCount_8)); } inline int32_t get_referenceCount_8() const { return ___referenceCount_8; } inline int32_t* get_address_of_referenceCount_8() { return &___referenceCount_8; } inline void set_referenceCount_8(int32_t value) { ___referenceCount_8 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of TMPro.MaterialReference struct MaterialReference_tFDD866CC1D210125CDEC9DCB60B9AACB2FE3AF7F_marshaled_pinvoke { int32_t ___index_0; TMP_FontAsset_t44D2006105B39FB33AE5A0ADF07A7EF36C72385C * ___fontAsset_1; TMP_SpriteAsset_tF896FFED2AA9395D6BC40FFEAC6DE7555A27A487 * ___spriteAsset_2; Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * ___material_3; int32_t ___isDefaultMaterial_4; int32_t ___isFallbackMaterial_5; Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * ___fallbackMaterial_6; float ___padding_7; int32_t ___referenceCount_8; }; // Native definition for COM marshalling of TMPro.MaterialReference struct MaterialReference_tFDD866CC1D210125CDEC9DCB60B9AACB2FE3AF7F_marshaled_com { int32_t ___index_0; TMP_FontAsset_t44D2006105B39FB33AE5A0ADF07A7EF36C72385C * ___fontAsset_1; TMP_SpriteAsset_tF896FFED2AA9395D6BC40FFEAC6DE7555A27A487 * ___spriteAsset_2; Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * ___material_3; int32_t ___isDefaultMaterial_4; int32_t ___isFallbackMaterial_5; Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * ___fallbackMaterial_6; float ___padding_7; int32_t ___referenceCount_8; }; #endif // MATERIALREFERENCE_TFDD866CC1D210125CDEC9DCB60B9AACB2FE3AF7F_H #ifndef TMP_BASICXMLTAGSTACK_TC5F410B9A4A8A8DE6351FA5F0FBF92F8E2CC8BF8_H #define TMP_BASICXMLTAGSTACK_TC5F410B9A4A8A8DE6351FA5F0FBF92F8E2CC8BF8_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // TMPro.TMP_BasicXmlTagStack struct TMP_BasicXmlTagStack_tC5F410B9A4A8A8DE6351FA5F0FBF92F8E2CC8BF8 { public: // System.Byte TMPro.TMP_BasicXmlTagStack::bold uint8_t ___bold_0; // System.Byte TMPro.TMP_BasicXmlTagStack::italic uint8_t ___italic_1; // System.Byte TMPro.TMP_BasicXmlTagStack::underline uint8_t ___underline_2; // System.Byte TMPro.TMP_BasicXmlTagStack::strikethrough uint8_t ___strikethrough_3; // System.Byte TMPro.TMP_BasicXmlTagStack::highlight uint8_t ___highlight_4; // System.Byte TMPro.TMP_BasicXmlTagStack::superscript uint8_t ___superscript_5; // System.Byte TMPro.TMP_BasicXmlTagStack::subscript uint8_t ___subscript_6; // System.Byte TMPro.TMP_BasicXmlTagStack::uppercase uint8_t ___uppercase_7; // System.Byte TMPro.TMP_BasicXmlTagStack::lowercase uint8_t ___lowercase_8; // System.Byte TMPro.TMP_BasicXmlTagStack::smallcaps uint8_t ___smallcaps_9; public: inline static int32_t get_offset_of_bold_0() { return static_cast(offsetof(TMP_BasicXmlTagStack_tC5F410B9A4A8A8DE6351FA5F0FBF92F8E2CC8BF8, ___bold_0)); } inline uint8_t get_bold_0() const { return ___bold_0; } inline uint8_t* get_address_of_bold_0() { return &___bold_0; } inline void set_bold_0(uint8_t value) { ___bold_0 = value; } inline static int32_t get_offset_of_italic_1() { return static_cast(offsetof(TMP_BasicXmlTagStack_tC5F410B9A4A8A8DE6351FA5F0FBF92F8E2CC8BF8, ___italic_1)); } inline uint8_t get_italic_1() const { return ___italic_1; } inline uint8_t* get_address_of_italic_1() { return &___italic_1; } inline void set_italic_1(uint8_t value) { ___italic_1 = value; } inline static int32_t get_offset_of_underline_2() { return static_cast(offsetof(TMP_BasicXmlTagStack_tC5F410B9A4A8A8DE6351FA5F0FBF92F8E2CC8BF8, ___underline_2)); } inline uint8_t get_underline_2() const { return ___underline_2; } inline uint8_t* get_address_of_underline_2() { return &___underline_2; } inline void set_underline_2(uint8_t value) { ___underline_2 = value; } inline static int32_t get_offset_of_strikethrough_3() { return static_cast(offsetof(TMP_BasicXmlTagStack_tC5F410B9A4A8A8DE6351FA5F0FBF92F8E2CC8BF8, ___strikethrough_3)); } inline uint8_t get_strikethrough_3() const { return ___strikethrough_3; } inline uint8_t* get_address_of_strikethrough_3() { return &___strikethrough_3; } inline void set_strikethrough_3(uint8_t value) { ___strikethrough_3 = value; } inline static int32_t get_offset_of_highlight_4() { return static_cast(offsetof(TMP_BasicXmlTagStack_tC5F410B9A4A8A8DE6351FA5F0FBF92F8E2CC8BF8, ___highlight_4)); } inline uint8_t get_highlight_4() const { return ___highlight_4; } inline uint8_t* get_address_of_highlight_4() { return &___highlight_4; } inline void set_highlight_4(uint8_t value) { ___highlight_4 = value; } inline static int32_t get_offset_of_superscript_5() { return static_cast(offsetof(TMP_BasicXmlTagStack_tC5F410B9A4A8A8DE6351FA5F0FBF92F8E2CC8BF8, ___superscript_5)); } inline uint8_t get_superscript_5() const { return ___superscript_5; } inline uint8_t* get_address_of_superscript_5() { return &___superscript_5; } inline void set_superscript_5(uint8_t value) { ___superscript_5 = value; } inline static int32_t get_offset_of_subscript_6() { return static_cast(offsetof(TMP_BasicXmlTagStack_tC5F410B9A4A8A8DE6351FA5F0FBF92F8E2CC8BF8, ___subscript_6)); } inline uint8_t get_subscript_6() const { return ___subscript_6; } inline uint8_t* get_address_of_subscript_6() { return &___subscript_6; } inline void set_subscript_6(uint8_t value) { ___subscript_6 = value; } inline static int32_t get_offset_of_uppercase_7() { return static_cast(offsetof(TMP_BasicXmlTagStack_tC5F410B9A4A8A8DE6351FA5F0FBF92F8E2CC8BF8, ___uppercase_7)); } inline uint8_t get_uppercase_7() const { return ___uppercase_7; } inline uint8_t* get_address_of_uppercase_7() { return &___uppercase_7; } inline void set_uppercase_7(uint8_t value) { ___uppercase_7 = value; } inline static int32_t get_offset_of_lowercase_8() { return static_cast(offsetof(TMP_BasicXmlTagStack_tC5F410B9A4A8A8DE6351FA5F0FBF92F8E2CC8BF8, ___lowercase_8)); } inline uint8_t get_lowercase_8() const { return ___lowercase_8; } inline uint8_t* get_address_of_lowercase_8() { return &___lowercase_8; } inline void set_lowercase_8(uint8_t value) { ___lowercase_8 = value; } inline static int32_t get_offset_of_smallcaps_9() { return static_cast(offsetof(TMP_BasicXmlTagStack_tC5F410B9A4A8A8DE6351FA5F0FBF92F8E2CC8BF8, ___smallcaps_9)); } inline uint8_t get_smallcaps_9() const { return ___smallcaps_9; } inline uint8_t* get_address_of_smallcaps_9() { return &___smallcaps_9; } inline void set_smallcaps_9(uint8_t value) { ___smallcaps_9 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TMP_BASICXMLTAGSTACK_TC5F410B9A4A8A8DE6351FA5F0FBF92F8E2CC8BF8_H #ifndef TMP_FONTWEIGHTS_T73C4439052713BA6BDC38912F4EA3D6A992788CA_H #define TMP_FONTWEIGHTS_T73C4439052713BA6BDC38912F4EA3D6A992788CA_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // TMPro.TMP_FontWeights struct TMP_FontWeights_t73C4439052713BA6BDC38912F4EA3D6A992788CA { public: // TMPro.TMP_FontAsset TMPro.TMP_FontWeights::regularTypeface TMP_FontAsset_t44D2006105B39FB33AE5A0ADF07A7EF36C72385C * ___regularTypeface_0; // TMPro.TMP_FontAsset TMPro.TMP_FontWeights::italicTypeface TMP_FontAsset_t44D2006105B39FB33AE5A0ADF07A7EF36C72385C * ___italicTypeface_1; public: inline static int32_t get_offset_of_regularTypeface_0() { return static_cast(offsetof(TMP_FontWeights_t73C4439052713BA6BDC38912F4EA3D6A992788CA, ___regularTypeface_0)); } inline TMP_FontAsset_t44D2006105B39FB33AE5A0ADF07A7EF36C72385C * get_regularTypeface_0() const { return ___regularTypeface_0; } inline TMP_FontAsset_t44D2006105B39FB33AE5A0ADF07A7EF36C72385C ** get_address_of_regularTypeface_0() { return &___regularTypeface_0; } inline void set_regularTypeface_0(TMP_FontAsset_t44D2006105B39FB33AE5A0ADF07A7EF36C72385C * value) { ___regularTypeface_0 = value; Il2CppCodeGenWriteBarrier((&___regularTypeface_0), value); } inline static int32_t get_offset_of_italicTypeface_1() { return static_cast(offsetof(TMP_FontWeights_t73C4439052713BA6BDC38912F4EA3D6A992788CA, ___italicTypeface_1)); } inline TMP_FontAsset_t44D2006105B39FB33AE5A0ADF07A7EF36C72385C * get_italicTypeface_1() const { return ___italicTypeface_1; } inline TMP_FontAsset_t44D2006105B39FB33AE5A0ADF07A7EF36C72385C ** get_address_of_italicTypeface_1() { return &___italicTypeface_1; } inline void set_italicTypeface_1(TMP_FontAsset_t44D2006105B39FB33AE5A0ADF07A7EF36C72385C * value) { ___italicTypeface_1 = value; Il2CppCodeGenWriteBarrier((&___italicTypeface_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of TMPro.TMP_FontWeights struct TMP_FontWeights_t73C4439052713BA6BDC38912F4EA3D6A992788CA_marshaled_pinvoke { TMP_FontAsset_t44D2006105B39FB33AE5A0ADF07A7EF36C72385C * ___regularTypeface_0; TMP_FontAsset_t44D2006105B39FB33AE5A0ADF07A7EF36C72385C * ___italicTypeface_1; }; // Native definition for COM marshalling of TMPro.TMP_FontWeights struct TMP_FontWeights_t73C4439052713BA6BDC38912F4EA3D6A992788CA_marshaled_com { TMP_FontAsset_t44D2006105B39FB33AE5A0ADF07A7EF36C72385C * ___regularTypeface_0; TMP_FontAsset_t44D2006105B39FB33AE5A0ADF07A7EF36C72385C * ___italicTypeface_1; }; #endif // TMP_FONTWEIGHTS_T73C4439052713BA6BDC38912F4EA3D6A992788CA_H #ifndef TMP_GLYPH_TCAA5E0C262A3DAF50537C03D9EA90B51B05BA62C_H #define TMP_GLYPH_TCAA5E0C262A3DAF50537C03D9EA90B51B05BA62C_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // TMPro.TMP_Glyph struct TMP_Glyph_tCAA5E0C262A3DAF50537C03D9EA90B51B05BA62C : public TMP_TextElement_tB9A6A361BB93487BD07DDDA37A368819DA46C344 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TMP_GLYPH_TCAA5E0C262A3DAF50537C03D9EA90B51B05BA62C_H #ifndef TMP_LINKINFO_T7F4B699290A975144DF7094667825BCD52594468_H #define TMP_LINKINFO_T7F4B699290A975144DF7094667825BCD52594468_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // TMPro.TMP_LinkInfo struct TMP_LinkInfo_t7F4B699290A975144DF7094667825BCD52594468 { public: // TMPro.TMP_Text TMPro.TMP_LinkInfo::textComponent TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * ___textComponent_0; // System.Int32 TMPro.TMP_LinkInfo::hashCode int32_t ___hashCode_1; // System.Int32 TMPro.TMP_LinkInfo::linkIdFirstCharacterIndex int32_t ___linkIdFirstCharacterIndex_2; // System.Int32 TMPro.TMP_LinkInfo::linkIdLength int32_t ___linkIdLength_3; // System.Int32 TMPro.TMP_LinkInfo::linkTextfirstCharacterIndex int32_t ___linkTextfirstCharacterIndex_4; // System.Int32 TMPro.TMP_LinkInfo::linkTextLength int32_t ___linkTextLength_5; // System.Char[] TMPro.TMP_LinkInfo::linkID CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___linkID_6; public: inline static int32_t get_offset_of_textComponent_0() { return static_cast(offsetof(TMP_LinkInfo_t7F4B699290A975144DF7094667825BCD52594468, ___textComponent_0)); } inline TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * get_textComponent_0() const { return ___textComponent_0; } inline TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 ** get_address_of_textComponent_0() { return &___textComponent_0; } inline void set_textComponent_0(TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * value) { ___textComponent_0 = value; Il2CppCodeGenWriteBarrier((&___textComponent_0), value); } inline static int32_t get_offset_of_hashCode_1() { return static_cast(offsetof(TMP_LinkInfo_t7F4B699290A975144DF7094667825BCD52594468, ___hashCode_1)); } inline int32_t get_hashCode_1() const { return ___hashCode_1; } inline int32_t* get_address_of_hashCode_1() { return &___hashCode_1; } inline void set_hashCode_1(int32_t value) { ___hashCode_1 = value; } inline static int32_t get_offset_of_linkIdFirstCharacterIndex_2() { return static_cast(offsetof(TMP_LinkInfo_t7F4B699290A975144DF7094667825BCD52594468, ___linkIdFirstCharacterIndex_2)); } inline int32_t get_linkIdFirstCharacterIndex_2() const { return ___linkIdFirstCharacterIndex_2; } inline int32_t* get_address_of_linkIdFirstCharacterIndex_2() { return &___linkIdFirstCharacterIndex_2; } inline void set_linkIdFirstCharacterIndex_2(int32_t value) { ___linkIdFirstCharacterIndex_2 = value; } inline static int32_t get_offset_of_linkIdLength_3() { return static_cast(offsetof(TMP_LinkInfo_t7F4B699290A975144DF7094667825BCD52594468, ___linkIdLength_3)); } inline int32_t get_linkIdLength_3() const { return ___linkIdLength_3; } inline int32_t* get_address_of_linkIdLength_3() { return &___linkIdLength_3; } inline void set_linkIdLength_3(int32_t value) { ___linkIdLength_3 = value; } inline static int32_t get_offset_of_linkTextfirstCharacterIndex_4() { return static_cast(offsetof(TMP_LinkInfo_t7F4B699290A975144DF7094667825BCD52594468, ___linkTextfirstCharacterIndex_4)); } inline int32_t get_linkTextfirstCharacterIndex_4() const { return ___linkTextfirstCharacterIndex_4; } inline int32_t* get_address_of_linkTextfirstCharacterIndex_4() { return &___linkTextfirstCharacterIndex_4; } inline void set_linkTextfirstCharacterIndex_4(int32_t value) { ___linkTextfirstCharacterIndex_4 = value; } inline static int32_t get_offset_of_linkTextLength_5() { return static_cast(offsetof(TMP_LinkInfo_t7F4B699290A975144DF7094667825BCD52594468, ___linkTextLength_5)); } inline int32_t get_linkTextLength_5() const { return ___linkTextLength_5; } inline int32_t* get_address_of_linkTextLength_5() { return &___linkTextLength_5; } inline void set_linkTextLength_5(int32_t value) { ___linkTextLength_5 = value; } inline static int32_t get_offset_of_linkID_6() { return static_cast(offsetof(TMP_LinkInfo_t7F4B699290A975144DF7094667825BCD52594468, ___linkID_6)); } inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* get_linkID_6() const { return ___linkID_6; } inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2** get_address_of_linkID_6() { return &___linkID_6; } inline void set_linkID_6(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* value) { ___linkID_6 = value; Il2CppCodeGenWriteBarrier((&___linkID_6), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of TMPro.TMP_LinkInfo struct TMP_LinkInfo_t7F4B699290A975144DF7094667825BCD52594468_marshaled_pinvoke { TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * ___textComponent_0; int32_t ___hashCode_1; int32_t ___linkIdFirstCharacterIndex_2; int32_t ___linkIdLength_3; int32_t ___linkTextfirstCharacterIndex_4; int32_t ___linkTextLength_5; uint8_t* ___linkID_6; }; // Native definition for COM marshalling of TMPro.TMP_LinkInfo struct TMP_LinkInfo_t7F4B699290A975144DF7094667825BCD52594468_marshaled_com { TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * ___textComponent_0; int32_t ___hashCode_1; int32_t ___linkIdFirstCharacterIndex_2; int32_t ___linkIdLength_3; int32_t ___linkTextfirstCharacterIndex_4; int32_t ___linkTextLength_5; uint8_t* ___linkID_6; }; #endif // TMP_LINKINFO_T7F4B699290A975144DF7094667825BCD52594468_H #ifndef TMP_PAGEINFO_T5D305B11116379997CA9649E8D87B3D7162ABB24_H #define TMP_PAGEINFO_T5D305B11116379997CA9649E8D87B3D7162ABB24_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // TMPro.TMP_PageInfo struct TMP_PageInfo_t5D305B11116379997CA9649E8D87B3D7162ABB24 { public: // System.Int32 TMPro.TMP_PageInfo::firstCharacterIndex int32_t ___firstCharacterIndex_0; // System.Int32 TMPro.TMP_PageInfo::lastCharacterIndex int32_t ___lastCharacterIndex_1; // System.Single TMPro.TMP_PageInfo::ascender float ___ascender_2; // System.Single TMPro.TMP_PageInfo::baseLine float ___baseLine_3; // System.Single TMPro.TMP_PageInfo::descender float ___descender_4; public: inline static int32_t get_offset_of_firstCharacterIndex_0() { return static_cast(offsetof(TMP_PageInfo_t5D305B11116379997CA9649E8D87B3D7162ABB24, ___firstCharacterIndex_0)); } inline int32_t get_firstCharacterIndex_0() const { return ___firstCharacterIndex_0; } inline int32_t* get_address_of_firstCharacterIndex_0() { return &___firstCharacterIndex_0; } inline void set_firstCharacterIndex_0(int32_t value) { ___firstCharacterIndex_0 = value; } inline static int32_t get_offset_of_lastCharacterIndex_1() { return static_cast(offsetof(TMP_PageInfo_t5D305B11116379997CA9649E8D87B3D7162ABB24, ___lastCharacterIndex_1)); } inline int32_t get_lastCharacterIndex_1() const { return ___lastCharacterIndex_1; } inline int32_t* get_address_of_lastCharacterIndex_1() { return &___lastCharacterIndex_1; } inline void set_lastCharacterIndex_1(int32_t value) { ___lastCharacterIndex_1 = value; } inline static int32_t get_offset_of_ascender_2() { return static_cast(offsetof(TMP_PageInfo_t5D305B11116379997CA9649E8D87B3D7162ABB24, ___ascender_2)); } inline float get_ascender_2() const { return ___ascender_2; } inline float* get_address_of_ascender_2() { return &___ascender_2; } inline void set_ascender_2(float value) { ___ascender_2 = value; } inline static int32_t get_offset_of_baseLine_3() { return static_cast(offsetof(TMP_PageInfo_t5D305B11116379997CA9649E8D87B3D7162ABB24, ___baseLine_3)); } inline float get_baseLine_3() const { return ___baseLine_3; } inline float* get_address_of_baseLine_3() { return &___baseLine_3; } inline void set_baseLine_3(float value) { ___baseLine_3 = value; } inline static int32_t get_offset_of_descender_4() { return static_cast(offsetof(TMP_PageInfo_t5D305B11116379997CA9649E8D87B3D7162ABB24, ___descender_4)); } inline float get_descender_4() const { return ___descender_4; } inline float* get_address_of_descender_4() { return &___descender_4; } inline void set_descender_4(float value) { ___descender_4 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TMP_PAGEINFO_T5D305B11116379997CA9649E8D87B3D7162ABB24_H #ifndef TMP_SPRITEINFO_T55432612FE0D00F32826D0F817E8462F66CBABBB_H #define TMP_SPRITEINFO_T55432612FE0D00F32826D0F817E8462F66CBABBB_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // TMPro.TMP_SpriteInfo struct TMP_SpriteInfo_t55432612FE0D00F32826D0F817E8462F66CBABBB { public: // System.Int32 TMPro.TMP_SpriteInfo::spriteIndex int32_t ___spriteIndex_0; // System.Int32 TMPro.TMP_SpriteInfo::characterIndex int32_t ___characterIndex_1; // System.Int32 TMPro.TMP_SpriteInfo::vertexIndex int32_t ___vertexIndex_2; public: inline static int32_t get_offset_of_spriteIndex_0() { return static_cast(offsetof(TMP_SpriteInfo_t55432612FE0D00F32826D0F817E8462F66CBABBB, ___spriteIndex_0)); } inline int32_t get_spriteIndex_0() const { return ___spriteIndex_0; } inline int32_t* get_address_of_spriteIndex_0() { return &___spriteIndex_0; } inline void set_spriteIndex_0(int32_t value) { ___spriteIndex_0 = value; } inline static int32_t get_offset_of_characterIndex_1() { return static_cast(offsetof(TMP_SpriteInfo_t55432612FE0D00F32826D0F817E8462F66CBABBB, ___characterIndex_1)); } inline int32_t get_characterIndex_1() const { return ___characterIndex_1; } inline int32_t* get_address_of_characterIndex_1() { return &___characterIndex_1; } inline void set_characterIndex_1(int32_t value) { ___characterIndex_1 = value; } inline static int32_t get_offset_of_vertexIndex_2() { return static_cast(offsetof(TMP_SpriteInfo_t55432612FE0D00F32826D0F817E8462F66CBABBB, ___vertexIndex_2)); } inline int32_t get_vertexIndex_2() const { return ___vertexIndex_2; } inline int32_t* get_address_of_vertexIndex_2() { return &___vertexIndex_2; } inline void set_vertexIndex_2(int32_t value) { ___vertexIndex_2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TMP_SPRITEINFO_T55432612FE0D00F32826D0F817E8462F66CBABBB_H #ifndef TMP_XMLTAGSTACK_1_T2E9DCE707626EAF04E59BA503BA8FF207C8E5605_H #define TMP_XMLTAGSTACK_1_T2E9DCE707626EAF04E59BA503BA8FF207C8E5605_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // TMPro.TMP_XmlTagStack`1 struct TMP_XmlTagStack_1_t2E9DCE707626EAF04E59BA503BA8FF207C8E5605 { public: // T[] TMPro.TMP_XmlTagStack`1::itemStack Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___itemStack_0; // System.Int32 TMPro.TMP_XmlTagStack`1::index int32_t ___index_1; // System.Int32 TMPro.TMP_XmlTagStack`1::m_capacity int32_t ___m_capacity_2; // T TMPro.TMP_XmlTagStack`1::m_defaultItem int32_t ___m_defaultItem_3; public: inline static int32_t get_offset_of_itemStack_0() { return static_cast(offsetof(TMP_XmlTagStack_1_t2E9DCE707626EAF04E59BA503BA8FF207C8E5605, ___itemStack_0)); } inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get_itemStack_0() const { return ___itemStack_0; } inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of_itemStack_0() { return &___itemStack_0; } inline void set_itemStack_0(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value) { ___itemStack_0 = value; Il2CppCodeGenWriteBarrier((&___itemStack_0), value); } inline static int32_t get_offset_of_index_1() { return static_cast(offsetof(TMP_XmlTagStack_1_t2E9DCE707626EAF04E59BA503BA8FF207C8E5605, ___index_1)); } inline int32_t get_index_1() const { return ___index_1; } inline int32_t* get_address_of_index_1() { return &___index_1; } inline void set_index_1(int32_t value) { ___index_1 = value; } inline static int32_t get_offset_of_m_capacity_2() { return static_cast(offsetof(TMP_XmlTagStack_1_t2E9DCE707626EAF04E59BA503BA8FF207C8E5605, ___m_capacity_2)); } inline int32_t get_m_capacity_2() const { return ___m_capacity_2; } inline int32_t* get_address_of_m_capacity_2() { return &___m_capacity_2; } inline void set_m_capacity_2(int32_t value) { ___m_capacity_2 = value; } inline static int32_t get_offset_of_m_defaultItem_3() { return static_cast(offsetof(TMP_XmlTagStack_1_t2E9DCE707626EAF04E59BA503BA8FF207C8E5605, ___m_defaultItem_3)); } inline int32_t get_m_defaultItem_3() const { return ___m_defaultItem_3; } inline int32_t* get_address_of_m_defaultItem_3() { return &___m_defaultItem_3; } inline void set_m_defaultItem_3(int32_t value) { ___m_defaultItem_3 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TMP_XMLTAGSTACK_1_T2E9DCE707626EAF04E59BA503BA8FF207C8E5605_H #ifndef TMP_XMLTAGSTACK_1_T1D9930A2966A07364CDBEBF50B2EC91C0799BB94_H #define TMP_XMLTAGSTACK_1_T1D9930A2966A07364CDBEBF50B2EC91C0799BB94_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // TMPro.TMP_XmlTagStack`1 struct TMP_XmlTagStack_1_t1D9930A2966A07364CDBEBF50B2EC91C0799BB94 { public: // T[] TMPro.TMP_XmlTagStack`1::itemStack ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___itemStack_0; // System.Int32 TMPro.TMP_XmlTagStack`1::index int32_t ___index_1; // System.Int32 TMPro.TMP_XmlTagStack`1::m_capacity int32_t ___m_capacity_2; // T TMPro.TMP_XmlTagStack`1::m_defaultItem RuntimeObject * ___m_defaultItem_3; public: inline static int32_t get_offset_of_itemStack_0() { return static_cast(offsetof(TMP_XmlTagStack_1_t1D9930A2966A07364CDBEBF50B2EC91C0799BB94, ___itemStack_0)); } inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* get_itemStack_0() const { return ___itemStack_0; } inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A** get_address_of_itemStack_0() { return &___itemStack_0; } inline void set_itemStack_0(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* value) { ___itemStack_0 = value; Il2CppCodeGenWriteBarrier((&___itemStack_0), value); } inline static int32_t get_offset_of_index_1() { return static_cast(offsetof(TMP_XmlTagStack_1_t1D9930A2966A07364CDBEBF50B2EC91C0799BB94, ___index_1)); } inline int32_t get_index_1() const { return ___index_1; } inline int32_t* get_address_of_index_1() { return &___index_1; } inline void set_index_1(int32_t value) { ___index_1 = value; } inline static int32_t get_offset_of_m_capacity_2() { return static_cast(offsetof(TMP_XmlTagStack_1_t1D9930A2966A07364CDBEBF50B2EC91C0799BB94, ___m_capacity_2)); } inline int32_t get_m_capacity_2() const { return ___m_capacity_2; } inline int32_t* get_address_of_m_capacity_2() { return &___m_capacity_2; } inline void set_m_capacity_2(int32_t value) { ___m_capacity_2 = value; } inline static int32_t get_offset_of_m_defaultItem_3() { return static_cast(offsetof(TMP_XmlTagStack_1_t1D9930A2966A07364CDBEBF50B2EC91C0799BB94, ___m_defaultItem_3)); } inline RuntimeObject * get_m_defaultItem_3() const { return ___m_defaultItem_3; } inline RuntimeObject ** get_address_of_m_defaultItem_3() { return &___m_defaultItem_3; } inline void set_m_defaultItem_3(RuntimeObject * value) { ___m_defaultItem_3 = value; Il2CppCodeGenWriteBarrier((&___m_defaultItem_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TMP_XMLTAGSTACK_1_T1D9930A2966A07364CDBEBF50B2EC91C0799BB94_H #ifndef TMP_XMLTAGSTACK_1_T6154B3FE95201F122D06B29F910282D903233B3E_H #define TMP_XMLTAGSTACK_1_T6154B3FE95201F122D06B29F910282D903233B3E_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // TMPro.TMP_XmlTagStack`1 struct TMP_XmlTagStack_1_t6154B3FE95201F122D06B29F910282D903233B3E { public: // T[] TMPro.TMP_XmlTagStack`1::itemStack SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5* ___itemStack_0; // System.Int32 TMPro.TMP_XmlTagStack`1::index int32_t ___index_1; // System.Int32 TMPro.TMP_XmlTagStack`1::m_capacity int32_t ___m_capacity_2; // T TMPro.TMP_XmlTagStack`1::m_defaultItem float ___m_defaultItem_3; public: inline static int32_t get_offset_of_itemStack_0() { return static_cast(offsetof(TMP_XmlTagStack_1_t6154B3FE95201F122D06B29F910282D903233B3E, ___itemStack_0)); } inline SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5* get_itemStack_0() const { return ___itemStack_0; } inline SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5** get_address_of_itemStack_0() { return &___itemStack_0; } inline void set_itemStack_0(SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5* value) { ___itemStack_0 = value; Il2CppCodeGenWriteBarrier((&___itemStack_0), value); } inline static int32_t get_offset_of_index_1() { return static_cast(offsetof(TMP_XmlTagStack_1_t6154B3FE95201F122D06B29F910282D903233B3E, ___index_1)); } inline int32_t get_index_1() const { return ___index_1; } inline int32_t* get_address_of_index_1() { return &___index_1; } inline void set_index_1(int32_t value) { ___index_1 = value; } inline static int32_t get_offset_of_m_capacity_2() { return static_cast(offsetof(TMP_XmlTagStack_1_t6154B3FE95201F122D06B29F910282D903233B3E, ___m_capacity_2)); } inline int32_t get_m_capacity_2() const { return ___m_capacity_2; } inline int32_t* get_address_of_m_capacity_2() { return &___m_capacity_2; } inline void set_m_capacity_2(int32_t value) { ___m_capacity_2 = value; } inline static int32_t get_offset_of_m_defaultItem_3() { return static_cast(offsetof(TMP_XmlTagStack_1_t6154B3FE95201F122D06B29F910282D903233B3E, ___m_defaultItem_3)); } inline float get_m_defaultItem_3() const { return ___m_defaultItem_3; } inline float* get_address_of_m_defaultItem_3() { return &___m_defaultItem_3; } inline void set_m_defaultItem_3(float value) { ___m_defaultItem_3 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TMP_XMLTAGSTACK_1_T6154B3FE95201F122D06B29F910282D903233B3E_H #ifndef TMP_XMLTAGSTACK_1_T357AC63D4EC290220DBE5C99C30F9FD6FEF05063_H #define TMP_XMLTAGSTACK_1_T357AC63D4EC290220DBE5C99C30F9FD6FEF05063_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // TMPro.TMP_XmlTagStack`1 struct TMP_XmlTagStack_1_t357AC63D4EC290220DBE5C99C30F9FD6FEF05063 { public: // T[] TMPro.TMP_XmlTagStack`1::itemStack TMP_ColorGradientU5BU5D_t0948D618AC4240E6F0CFE0125BB6A4E931DE847C* ___itemStack_0; // System.Int32 TMPro.TMP_XmlTagStack`1::index int32_t ___index_1; // System.Int32 TMPro.TMP_XmlTagStack`1::m_capacity int32_t ___m_capacity_2; // T TMPro.TMP_XmlTagStack`1::m_defaultItem TMP_ColorGradient_tEA29C4736B1786301A803B6C0FB30107A10D79B7 * ___m_defaultItem_3; public: inline static int32_t get_offset_of_itemStack_0() { return static_cast(offsetof(TMP_XmlTagStack_1_t357AC63D4EC290220DBE5C99C30F9FD6FEF05063, ___itemStack_0)); } inline TMP_ColorGradientU5BU5D_t0948D618AC4240E6F0CFE0125BB6A4E931DE847C* get_itemStack_0() const { return ___itemStack_0; } inline TMP_ColorGradientU5BU5D_t0948D618AC4240E6F0CFE0125BB6A4E931DE847C** get_address_of_itemStack_0() { return &___itemStack_0; } inline void set_itemStack_0(TMP_ColorGradientU5BU5D_t0948D618AC4240E6F0CFE0125BB6A4E931DE847C* value) { ___itemStack_0 = value; Il2CppCodeGenWriteBarrier((&___itemStack_0), value); } inline static int32_t get_offset_of_index_1() { return static_cast(offsetof(TMP_XmlTagStack_1_t357AC63D4EC290220DBE5C99C30F9FD6FEF05063, ___index_1)); } inline int32_t get_index_1() const { return ___index_1; } inline int32_t* get_address_of_index_1() { return &___index_1; } inline void set_index_1(int32_t value) { ___index_1 = value; } inline static int32_t get_offset_of_m_capacity_2() { return static_cast(offsetof(TMP_XmlTagStack_1_t357AC63D4EC290220DBE5C99C30F9FD6FEF05063, ___m_capacity_2)); } inline int32_t get_m_capacity_2() const { return ___m_capacity_2; } inline int32_t* get_address_of_m_capacity_2() { return &___m_capacity_2; } inline void set_m_capacity_2(int32_t value) { ___m_capacity_2 = value; } inline static int32_t get_offset_of_m_defaultItem_3() { return static_cast(offsetof(TMP_XmlTagStack_1_t357AC63D4EC290220DBE5C99C30F9FD6FEF05063, ___m_defaultItem_3)); } inline TMP_ColorGradient_tEA29C4736B1786301A803B6C0FB30107A10D79B7 * get_m_defaultItem_3() const { return ___m_defaultItem_3; } inline TMP_ColorGradient_tEA29C4736B1786301A803B6C0FB30107A10D79B7 ** get_address_of_m_defaultItem_3() { return &___m_defaultItem_3; } inline void set_m_defaultItem_3(TMP_ColorGradient_tEA29C4736B1786301A803B6C0FB30107A10D79B7 * value) { ___m_defaultItem_3 = value; Il2CppCodeGenWriteBarrier((&___m_defaultItem_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TMP_XMLTAGSTACK_1_T357AC63D4EC290220DBE5C99C30F9FD6FEF05063_H #ifndef COLOR_T119BCA590009762C7223FDD3AF9706653AC84ED2_H #define COLOR_T119BCA590009762C7223FDD3AF9706653AC84ED2_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.Color struct Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 { public: // System.Single UnityEngine.Color::r float ___r_0; // System.Single UnityEngine.Color::g float ___g_1; // System.Single UnityEngine.Color::b float ___b_2; // System.Single UnityEngine.Color::a float ___a_3; public: inline static int32_t get_offset_of_r_0() { return static_cast(offsetof(Color_t119BCA590009762C7223FDD3AF9706653AC84ED2, ___r_0)); } inline float get_r_0() const { return ___r_0; } inline float* get_address_of_r_0() { return &___r_0; } inline void set_r_0(float value) { ___r_0 = value; } inline static int32_t get_offset_of_g_1() { return static_cast(offsetof(Color_t119BCA590009762C7223FDD3AF9706653AC84ED2, ___g_1)); } inline float get_g_1() const { return ___g_1; } inline float* get_address_of_g_1() { return &___g_1; } inline void set_g_1(float value) { ___g_1 = value; } inline static int32_t get_offset_of_b_2() { return static_cast(offsetof(Color_t119BCA590009762C7223FDD3AF9706653AC84ED2, ___b_2)); } inline float get_b_2() const { return ___b_2; } inline float* get_address_of_b_2() { return &___b_2; } inline void set_b_2(float value) { ___b_2 = value; } inline static int32_t get_offset_of_a_3() { return static_cast(offsetof(Color_t119BCA590009762C7223FDD3AF9706653AC84ED2, ___a_3)); } inline float get_a_3() const { return ___a_3; } inline float* get_address_of_a_3() { return &___a_3; } inline void set_a_3(float value) { ___a_3 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // COLOR_T119BCA590009762C7223FDD3AF9706653AC84ED2_H #ifndef COLOR32_T23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23_H #define COLOR32_T23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.Color32 struct Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 { public: union { #pragma pack(push, tp, 1) struct { // System.Int32 UnityEngine.Color32::rgba int32_t ___rgba_0; }; #pragma pack(pop, tp) struct { int32_t ___rgba_0_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { // System.Byte UnityEngine.Color32::r uint8_t ___r_1; }; #pragma pack(pop, tp) struct { uint8_t ___r_1_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___g_2_OffsetPadding[1]; // System.Byte UnityEngine.Color32::g uint8_t ___g_2; }; #pragma pack(pop, tp) struct { char ___g_2_OffsetPadding_forAlignmentOnly[1]; uint8_t ___g_2_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___b_3_OffsetPadding[2]; // System.Byte UnityEngine.Color32::b uint8_t ___b_3; }; #pragma pack(pop, tp) struct { char ___b_3_OffsetPadding_forAlignmentOnly[2]; uint8_t ___b_3_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___a_4_OffsetPadding[3]; // System.Byte UnityEngine.Color32::a uint8_t ___a_4; }; #pragma pack(pop, tp) struct { char ___a_4_OffsetPadding_forAlignmentOnly[3]; uint8_t ___a_4_forAlignmentOnly; }; }; public: inline static int32_t get_offset_of_rgba_0() { return static_cast(offsetof(Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23, ___rgba_0)); } inline int32_t get_rgba_0() const { return ___rgba_0; } inline int32_t* get_address_of_rgba_0() { return &___rgba_0; } inline void set_rgba_0(int32_t value) { ___rgba_0 = value; } inline static int32_t get_offset_of_r_1() { return static_cast(offsetof(Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23, ___r_1)); } inline uint8_t get_r_1() const { return ___r_1; } inline uint8_t* get_address_of_r_1() { return &___r_1; } inline void set_r_1(uint8_t value) { ___r_1 = value; } inline static int32_t get_offset_of_g_2() { return static_cast(offsetof(Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23, ___g_2)); } inline uint8_t get_g_2() const { return ___g_2; } inline uint8_t* get_address_of_g_2() { return &___g_2; } inline void set_g_2(uint8_t value) { ___g_2 = value; } inline static int32_t get_offset_of_b_3() { return static_cast(offsetof(Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23, ___b_3)); } inline uint8_t get_b_3() const { return ___b_3; } inline uint8_t* get_address_of_b_3() { return &___b_3; } inline void set_b_3(uint8_t value) { ___b_3 = value; } inline static int32_t get_offset_of_a_4() { return static_cast(offsetof(Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23, ___a_4)); } inline uint8_t get_a_4() const { return ___a_4; } inline uint8_t* get_address_of_a_4() { return &___a_4; } inline void set_a_4(uint8_t value) { ___a_4 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // COLOR32_T23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23_H #ifndef BASEEVENTDATA_T46C9D2AE3183A742EDE89944AF64A23DBF1B80A5_H #define BASEEVENTDATA_T46C9D2AE3183A742EDE89944AF64A23DBF1B80A5_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.EventSystems.BaseEventData struct BaseEventData_t46C9D2AE3183A742EDE89944AF64A23DBF1B80A5 : public AbstractEventData_t636F385820C291DAE25897BCEB4FBCADDA3B75F6 { public: // UnityEngine.EventSystems.EventSystem UnityEngine.EventSystems.BaseEventData::m_EventSystem EventSystem_t06ACEF1C8D95D44D3A7F57ED4BAA577101B4EA77 * ___m_EventSystem_1; public: inline static int32_t get_offset_of_m_EventSystem_1() { return static_cast(offsetof(BaseEventData_t46C9D2AE3183A742EDE89944AF64A23DBF1B80A5, ___m_EventSystem_1)); } inline EventSystem_t06ACEF1C8D95D44D3A7F57ED4BAA577101B4EA77 * get_m_EventSystem_1() const { return ___m_EventSystem_1; } inline EventSystem_t06ACEF1C8D95D44D3A7F57ED4BAA577101B4EA77 ** get_address_of_m_EventSystem_1() { return &___m_EventSystem_1; } inline void set_m_EventSystem_1(EventSystem_t06ACEF1C8D95D44D3A7F57ED4BAA577101B4EA77 * value) { ___m_EventSystem_1 = value; Il2CppCodeGenWriteBarrier((&___m_EventSystem_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // BASEEVENTDATA_T46C9D2AE3183A742EDE89944AF64A23DBF1B80A5_H #ifndef UNITYEVENT_1_TACA444CD8B2CBDCD9393629F06117A47C27A8F15_H #define UNITYEVENT_1_TACA444CD8B2CBDCD9393629F06117A47C27A8F15_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.Events.UnityEvent`1 struct UnityEvent_1_tACA444CD8B2CBDCD9393629F06117A47C27A8F15 : public UnityEventBase_t6E0F7823762EE94BB8489B5AE41C7802A266D3D5 { public: // System.Object[] UnityEngine.Events.UnityEvent`1::m_InvokeArray ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___m_InvokeArray_4; public: inline static int32_t get_offset_of_m_InvokeArray_4() { return static_cast(offsetof(UnityEvent_1_tACA444CD8B2CBDCD9393629F06117A47C27A8F15, ___m_InvokeArray_4)); } inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* get_m_InvokeArray_4() const { return ___m_InvokeArray_4; } inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A** get_address_of_m_InvokeArray_4() { return &___m_InvokeArray_4; } inline void set_m_InvokeArray_4(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* value) { ___m_InvokeArray_4 = value; Il2CppCodeGenWriteBarrier((&___m_InvokeArray_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // UNITYEVENT_1_TACA444CD8B2CBDCD9393629F06117A47C27A8F15_H #ifndef UNITYEVENT_3_T832C126B9440500DC7A72F1FAC225BF1007C27A9_H #define UNITYEVENT_3_T832C126B9440500DC7A72F1FAC225BF1007C27A9_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.Events.UnityEvent`3 struct UnityEvent_3_t832C126B9440500DC7A72F1FAC225BF1007C27A9 : public UnityEventBase_t6E0F7823762EE94BB8489B5AE41C7802A266D3D5 { public: // System.Object[] UnityEngine.Events.UnityEvent`3::m_InvokeArray ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___m_InvokeArray_4; public: inline static int32_t get_offset_of_m_InvokeArray_4() { return static_cast(offsetof(UnityEvent_3_t832C126B9440500DC7A72F1FAC225BF1007C27A9, ___m_InvokeArray_4)); } inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* get_m_InvokeArray_4() const { return ___m_InvokeArray_4; } inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A** get_address_of_m_InvokeArray_4() { return &___m_InvokeArray_4; } inline void set_m_InvokeArray_4(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* value) { ___m_InvokeArray_4 = value; Il2CppCodeGenWriteBarrier((&___m_InvokeArray_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // UNITYEVENT_3_T832C126B9440500DC7A72F1FAC225BF1007C27A9_H #ifndef MATRIX4X4_T6BF60F70C9169DF14C9D2577672A44224B236ECA_H #define MATRIX4X4_T6BF60F70C9169DF14C9D2577672A44224B236ECA_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.Matrix4x4 struct Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA { public: // System.Single UnityEngine.Matrix4x4::m00 float ___m00_0; // System.Single UnityEngine.Matrix4x4::m10 float ___m10_1; // System.Single UnityEngine.Matrix4x4::m20 float ___m20_2; // System.Single UnityEngine.Matrix4x4::m30 float ___m30_3; // System.Single UnityEngine.Matrix4x4::m01 float ___m01_4; // System.Single UnityEngine.Matrix4x4::m11 float ___m11_5; // System.Single UnityEngine.Matrix4x4::m21 float ___m21_6; // System.Single UnityEngine.Matrix4x4::m31 float ___m31_7; // System.Single UnityEngine.Matrix4x4::m02 float ___m02_8; // System.Single UnityEngine.Matrix4x4::m12 float ___m12_9; // System.Single UnityEngine.Matrix4x4::m22 float ___m22_10; // System.Single UnityEngine.Matrix4x4::m32 float ___m32_11; // System.Single UnityEngine.Matrix4x4::m03 float ___m03_12; // System.Single UnityEngine.Matrix4x4::m13 float ___m13_13; // System.Single UnityEngine.Matrix4x4::m23 float ___m23_14; // System.Single UnityEngine.Matrix4x4::m33 float ___m33_15; public: inline static int32_t get_offset_of_m00_0() { return static_cast(offsetof(Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA, ___m00_0)); } inline float get_m00_0() const { return ___m00_0; } inline float* get_address_of_m00_0() { return &___m00_0; } inline void set_m00_0(float value) { ___m00_0 = value; } inline static int32_t get_offset_of_m10_1() { return static_cast(offsetof(Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA, ___m10_1)); } inline float get_m10_1() const { return ___m10_1; } inline float* get_address_of_m10_1() { return &___m10_1; } inline void set_m10_1(float value) { ___m10_1 = value; } inline static int32_t get_offset_of_m20_2() { return static_cast(offsetof(Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA, ___m20_2)); } inline float get_m20_2() const { return ___m20_2; } inline float* get_address_of_m20_2() { return &___m20_2; } inline void set_m20_2(float value) { ___m20_2 = value; } inline static int32_t get_offset_of_m30_3() { return static_cast(offsetof(Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA, ___m30_3)); } inline float get_m30_3() const { return ___m30_3; } inline float* get_address_of_m30_3() { return &___m30_3; } inline void set_m30_3(float value) { ___m30_3 = value; } inline static int32_t get_offset_of_m01_4() { return static_cast(offsetof(Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA, ___m01_4)); } inline float get_m01_4() const { return ___m01_4; } inline float* get_address_of_m01_4() { return &___m01_4; } inline void set_m01_4(float value) { ___m01_4 = value; } inline static int32_t get_offset_of_m11_5() { return static_cast(offsetof(Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA, ___m11_5)); } inline float get_m11_5() const { return ___m11_5; } inline float* get_address_of_m11_5() { return &___m11_5; } inline void set_m11_5(float value) { ___m11_5 = value; } inline static int32_t get_offset_of_m21_6() { return static_cast(offsetof(Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA, ___m21_6)); } inline float get_m21_6() const { return ___m21_6; } inline float* get_address_of_m21_6() { return &___m21_6; } inline void set_m21_6(float value) { ___m21_6 = value; } inline static int32_t get_offset_of_m31_7() { return static_cast(offsetof(Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA, ___m31_7)); } inline float get_m31_7() const { return ___m31_7; } inline float* get_address_of_m31_7() { return &___m31_7; } inline void set_m31_7(float value) { ___m31_7 = value; } inline static int32_t get_offset_of_m02_8() { return static_cast(offsetof(Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA, ___m02_8)); } inline float get_m02_8() const { return ___m02_8; } inline float* get_address_of_m02_8() { return &___m02_8; } inline void set_m02_8(float value) { ___m02_8 = value; } inline static int32_t get_offset_of_m12_9() { return static_cast(offsetof(Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA, ___m12_9)); } inline float get_m12_9() const { return ___m12_9; } inline float* get_address_of_m12_9() { return &___m12_9; } inline void set_m12_9(float value) { ___m12_9 = value; } inline static int32_t get_offset_of_m22_10() { return static_cast(offsetof(Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA, ___m22_10)); } inline float get_m22_10() const { return ___m22_10; } inline float* get_address_of_m22_10() { return &___m22_10; } inline void set_m22_10(float value) { ___m22_10 = value; } inline static int32_t get_offset_of_m32_11() { return static_cast(offsetof(Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA, ___m32_11)); } inline float get_m32_11() const { return ___m32_11; } inline float* get_address_of_m32_11() { return &___m32_11; } inline void set_m32_11(float value) { ___m32_11 = value; } inline static int32_t get_offset_of_m03_12() { return static_cast(offsetof(Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA, ___m03_12)); } inline float get_m03_12() const { return ___m03_12; } inline float* get_address_of_m03_12() { return &___m03_12; } inline void set_m03_12(float value) { ___m03_12 = value; } inline static int32_t get_offset_of_m13_13() { return static_cast(offsetof(Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA, ___m13_13)); } inline float get_m13_13() const { return ___m13_13; } inline float* get_address_of_m13_13() { return &___m13_13; } inline void set_m13_13(float value) { ___m13_13 = value; } inline static int32_t get_offset_of_m23_14() { return static_cast(offsetof(Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA, ___m23_14)); } inline float get_m23_14() const { return ___m23_14; } inline float* get_address_of_m23_14() { return &___m23_14; } inline void set_m23_14(float value) { ___m23_14 = value; } inline static int32_t get_offset_of_m33_15() { return static_cast(offsetof(Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA, ___m33_15)); } inline float get_m33_15() const { return ___m33_15; } inline float* get_address_of_m33_15() { return &___m33_15; } inline void set_m33_15(float value) { ___m33_15 = value; } }; struct Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA_StaticFields { public: // UnityEngine.Matrix4x4 UnityEngine.Matrix4x4::zeroMatrix Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA ___zeroMatrix_16; // UnityEngine.Matrix4x4 UnityEngine.Matrix4x4::identityMatrix Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA ___identityMatrix_17; public: inline static int32_t get_offset_of_zeroMatrix_16() { return static_cast(offsetof(Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA_StaticFields, ___zeroMatrix_16)); } inline Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA get_zeroMatrix_16() const { return ___zeroMatrix_16; } inline Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA * get_address_of_zeroMatrix_16() { return &___zeroMatrix_16; } inline void set_zeroMatrix_16(Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA value) { ___zeroMatrix_16 = value; } inline static int32_t get_offset_of_identityMatrix_17() { return static_cast(offsetof(Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA_StaticFields, ___identityMatrix_17)); } inline Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA get_identityMatrix_17() const { return ___identityMatrix_17; } inline Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA * get_address_of_identityMatrix_17() { return &___identityMatrix_17; } inline void set_identityMatrix_17(Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA value) { ___identityMatrix_17 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // MATRIX4X4_T6BF60F70C9169DF14C9D2577672A44224B236ECA_H #ifndef QUATERNION_T319F3319A7D43FFA5D819AD6C0A98851F0095357_H #define QUATERNION_T319F3319A7D43FFA5D819AD6C0A98851F0095357_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.Quaternion struct Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357 { public: // System.Single UnityEngine.Quaternion::x float ___x_0; // System.Single UnityEngine.Quaternion::y float ___y_1; // System.Single UnityEngine.Quaternion::z float ___z_2; // System.Single UnityEngine.Quaternion::w float ___w_3; public: inline static int32_t get_offset_of_x_0() { return static_cast(offsetof(Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357, ___x_0)); } inline float get_x_0() const { return ___x_0; } inline float* get_address_of_x_0() { return &___x_0; } inline void set_x_0(float value) { ___x_0 = value; } inline static int32_t get_offset_of_y_1() { return static_cast(offsetof(Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357, ___y_1)); } inline float get_y_1() const { return ___y_1; } inline float* get_address_of_y_1() { return &___y_1; } inline void set_y_1(float value) { ___y_1 = value; } inline static int32_t get_offset_of_z_2() { return static_cast(offsetof(Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357, ___z_2)); } inline float get_z_2() const { return ___z_2; } inline float* get_address_of_z_2() { return &___z_2; } inline void set_z_2(float value) { ___z_2 = value; } inline static int32_t get_offset_of_w_3() { return static_cast(offsetof(Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357, ___w_3)); } inline float get_w_3() const { return ___w_3; } inline float* get_address_of_w_3() { return &___w_3; } inline void set_w_3(float value) { ___w_3 = value; } }; struct Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357_StaticFields { public: // UnityEngine.Quaternion UnityEngine.Quaternion::identityQuaternion Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357 ___identityQuaternion_4; public: inline static int32_t get_offset_of_identityQuaternion_4() { return static_cast(offsetof(Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357_StaticFields, ___identityQuaternion_4)); } inline Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357 get_identityQuaternion_4() const { return ___identityQuaternion_4; } inline Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357 * get_address_of_identityQuaternion_4() { return &___identityQuaternion_4; } inline void set_identityQuaternion_4(Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357 value) { ___identityQuaternion_4 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // QUATERNION_T319F3319A7D43FFA5D819AD6C0A98851F0095357_H #ifndef RECT_T35B976DE901B5423C11705E156938EA27AB402CE_H #define RECT_T35B976DE901B5423C11705E156938EA27AB402CE_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.Rect struct Rect_t35B976DE901B5423C11705E156938EA27AB402CE { public: // System.Single UnityEngine.Rect::m_XMin float ___m_XMin_0; // System.Single UnityEngine.Rect::m_YMin float ___m_YMin_1; // System.Single UnityEngine.Rect::m_Width float ___m_Width_2; // System.Single UnityEngine.Rect::m_Height float ___m_Height_3; public: inline static int32_t get_offset_of_m_XMin_0() { return static_cast(offsetof(Rect_t35B976DE901B5423C11705E156938EA27AB402CE, ___m_XMin_0)); } inline float get_m_XMin_0() const { return ___m_XMin_0; } inline float* get_address_of_m_XMin_0() { return &___m_XMin_0; } inline void set_m_XMin_0(float value) { ___m_XMin_0 = value; } inline static int32_t get_offset_of_m_YMin_1() { return static_cast(offsetof(Rect_t35B976DE901B5423C11705E156938EA27AB402CE, ___m_YMin_1)); } inline float get_m_YMin_1() const { return ___m_YMin_1; } inline float* get_address_of_m_YMin_1() { return &___m_YMin_1; } inline void set_m_YMin_1(float value) { ___m_YMin_1 = value; } inline static int32_t get_offset_of_m_Width_2() { return static_cast(offsetof(Rect_t35B976DE901B5423C11705E156938EA27AB402CE, ___m_Width_2)); } inline float get_m_Width_2() const { return ___m_Width_2; } inline float* get_address_of_m_Width_2() { return &___m_Width_2; } inline void set_m_Width_2(float value) { ___m_Width_2 = value; } inline static int32_t get_offset_of_m_Height_3() { return static_cast(offsetof(Rect_t35B976DE901B5423C11705E156938EA27AB402CE, ___m_Height_3)); } inline float get_m_Height_3() const { return ___m_Height_3; } inline float* get_address_of_m_Height_3() { return &___m_Height_3; } inline void set_m_Height_3(float value) { ___m_Height_3 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // RECT_T35B976DE901B5423C11705E156938EA27AB402CE_H #ifndef SPRITESTATE_T58B9DD66A79CD69AB4CFC3AD0C41E45DC2192C0A_H #define SPRITESTATE_T58B9DD66A79CD69AB4CFC3AD0C41E45DC2192C0A_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.UI.SpriteState struct SpriteState_t58B9DD66A79CD69AB4CFC3AD0C41E45DC2192C0A { public: // UnityEngine.Sprite UnityEngine.UI.SpriteState::m_HighlightedSprite Sprite_tCA09498D612D08DE668653AF1E9C12BF53434198 * ___m_HighlightedSprite_0; // UnityEngine.Sprite UnityEngine.UI.SpriteState::m_PressedSprite Sprite_tCA09498D612D08DE668653AF1E9C12BF53434198 * ___m_PressedSprite_1; // UnityEngine.Sprite UnityEngine.UI.SpriteState::m_DisabledSprite Sprite_tCA09498D612D08DE668653AF1E9C12BF53434198 * ___m_DisabledSprite_2; public: inline static int32_t get_offset_of_m_HighlightedSprite_0() { return static_cast(offsetof(SpriteState_t58B9DD66A79CD69AB4CFC3AD0C41E45DC2192C0A, ___m_HighlightedSprite_0)); } inline Sprite_tCA09498D612D08DE668653AF1E9C12BF53434198 * get_m_HighlightedSprite_0() const { return ___m_HighlightedSprite_0; } inline Sprite_tCA09498D612D08DE668653AF1E9C12BF53434198 ** get_address_of_m_HighlightedSprite_0() { return &___m_HighlightedSprite_0; } inline void set_m_HighlightedSprite_0(Sprite_tCA09498D612D08DE668653AF1E9C12BF53434198 * value) { ___m_HighlightedSprite_0 = value; Il2CppCodeGenWriteBarrier((&___m_HighlightedSprite_0), value); } inline static int32_t get_offset_of_m_PressedSprite_1() { return static_cast(offsetof(SpriteState_t58B9DD66A79CD69AB4CFC3AD0C41E45DC2192C0A, ___m_PressedSprite_1)); } inline Sprite_tCA09498D612D08DE668653AF1E9C12BF53434198 * get_m_PressedSprite_1() const { return ___m_PressedSprite_1; } inline Sprite_tCA09498D612D08DE668653AF1E9C12BF53434198 ** get_address_of_m_PressedSprite_1() { return &___m_PressedSprite_1; } inline void set_m_PressedSprite_1(Sprite_tCA09498D612D08DE668653AF1E9C12BF53434198 * value) { ___m_PressedSprite_1 = value; Il2CppCodeGenWriteBarrier((&___m_PressedSprite_1), value); } inline static int32_t get_offset_of_m_DisabledSprite_2() { return static_cast(offsetof(SpriteState_t58B9DD66A79CD69AB4CFC3AD0C41E45DC2192C0A, ___m_DisabledSprite_2)); } inline Sprite_tCA09498D612D08DE668653AF1E9C12BF53434198 * get_m_DisabledSprite_2() const { return ___m_DisabledSprite_2; } inline Sprite_tCA09498D612D08DE668653AF1E9C12BF53434198 ** get_address_of_m_DisabledSprite_2() { return &___m_DisabledSprite_2; } inline void set_m_DisabledSprite_2(Sprite_tCA09498D612D08DE668653AF1E9C12BF53434198 * value) { ___m_DisabledSprite_2 = value; Il2CppCodeGenWriteBarrier((&___m_DisabledSprite_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of UnityEngine.UI.SpriteState struct SpriteState_t58B9DD66A79CD69AB4CFC3AD0C41E45DC2192C0A_marshaled_pinvoke { Sprite_tCA09498D612D08DE668653AF1E9C12BF53434198 * ___m_HighlightedSprite_0; Sprite_tCA09498D612D08DE668653AF1E9C12BF53434198 * ___m_PressedSprite_1; Sprite_tCA09498D612D08DE668653AF1E9C12BF53434198 * ___m_DisabledSprite_2; }; // Native definition for COM marshalling of UnityEngine.UI.SpriteState struct SpriteState_t58B9DD66A79CD69AB4CFC3AD0C41E45DC2192C0A_marshaled_com { Sprite_tCA09498D612D08DE668653AF1E9C12BF53434198 * ___m_HighlightedSprite_0; Sprite_tCA09498D612D08DE668653AF1E9C12BF53434198 * ___m_PressedSprite_1; Sprite_tCA09498D612D08DE668653AF1E9C12BF53434198 * ___m_DisabledSprite_2; }; #endif // SPRITESTATE_T58B9DD66A79CD69AB4CFC3AD0C41E45DC2192C0A_H #ifndef VECTOR2_TA85D2DD88578276CA8A8796756458277E72D073D_H #define VECTOR2_TA85D2DD88578276CA8A8796756458277E72D073D_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.Vector2 struct Vector2_tA85D2DD88578276CA8A8796756458277E72D073D { public: // System.Single UnityEngine.Vector2::x float ___x_0; // System.Single UnityEngine.Vector2::y float ___y_1; public: inline static int32_t get_offset_of_x_0() { return static_cast(offsetof(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D, ___x_0)); } inline float get_x_0() const { return ___x_0; } inline float* get_address_of_x_0() { return &___x_0; } inline void set_x_0(float value) { ___x_0 = value; } inline static int32_t get_offset_of_y_1() { return static_cast(offsetof(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D, ___y_1)); } inline float get_y_1() const { return ___y_1; } inline float* get_address_of_y_1() { return &___y_1; } inline void set_y_1(float value) { ___y_1 = value; } }; struct Vector2_tA85D2DD88578276CA8A8796756458277E72D073D_StaticFields { public: // UnityEngine.Vector2 UnityEngine.Vector2::zeroVector Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___zeroVector_2; // UnityEngine.Vector2 UnityEngine.Vector2::oneVector Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___oneVector_3; // UnityEngine.Vector2 UnityEngine.Vector2::upVector Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___upVector_4; // UnityEngine.Vector2 UnityEngine.Vector2::downVector Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___downVector_5; // UnityEngine.Vector2 UnityEngine.Vector2::leftVector Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___leftVector_6; // UnityEngine.Vector2 UnityEngine.Vector2::rightVector Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___rightVector_7; // UnityEngine.Vector2 UnityEngine.Vector2::positiveInfinityVector Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___positiveInfinityVector_8; // UnityEngine.Vector2 UnityEngine.Vector2::negativeInfinityVector Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___negativeInfinityVector_9; public: inline static int32_t get_offset_of_zeroVector_2() { return static_cast(offsetof(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D_StaticFields, ___zeroVector_2)); } inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get_zeroVector_2() const { return ___zeroVector_2; } inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of_zeroVector_2() { return &___zeroVector_2; } inline void set_zeroVector_2(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value) { ___zeroVector_2 = value; } inline static int32_t get_offset_of_oneVector_3() { return static_cast(offsetof(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D_StaticFields, ___oneVector_3)); } inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get_oneVector_3() const { return ___oneVector_3; } inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of_oneVector_3() { return &___oneVector_3; } inline void set_oneVector_3(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value) { ___oneVector_3 = value; } inline static int32_t get_offset_of_upVector_4() { return static_cast(offsetof(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D_StaticFields, ___upVector_4)); } inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get_upVector_4() const { return ___upVector_4; } inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of_upVector_4() { return &___upVector_4; } inline void set_upVector_4(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value) { ___upVector_4 = value; } inline static int32_t get_offset_of_downVector_5() { return static_cast(offsetof(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D_StaticFields, ___downVector_5)); } inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get_downVector_5() const { return ___downVector_5; } inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of_downVector_5() { return &___downVector_5; } inline void set_downVector_5(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value) { ___downVector_5 = value; } inline static int32_t get_offset_of_leftVector_6() { return static_cast(offsetof(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D_StaticFields, ___leftVector_6)); } inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get_leftVector_6() const { return ___leftVector_6; } inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of_leftVector_6() { return &___leftVector_6; } inline void set_leftVector_6(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value) { ___leftVector_6 = value; } inline static int32_t get_offset_of_rightVector_7() { return static_cast(offsetof(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D_StaticFields, ___rightVector_7)); } inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get_rightVector_7() const { return ___rightVector_7; } inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of_rightVector_7() { return &___rightVector_7; } inline void set_rightVector_7(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value) { ___rightVector_7 = value; } inline static int32_t get_offset_of_positiveInfinityVector_8() { return static_cast(offsetof(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D_StaticFields, ___positiveInfinityVector_8)); } inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get_positiveInfinityVector_8() const { return ___positiveInfinityVector_8; } inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of_positiveInfinityVector_8() { return &___positiveInfinityVector_8; } inline void set_positiveInfinityVector_8(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value) { ___positiveInfinityVector_8 = value; } inline static int32_t get_offset_of_negativeInfinityVector_9() { return static_cast(offsetof(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D_StaticFields, ___negativeInfinityVector_9)); } inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get_negativeInfinityVector_9() const { return ___negativeInfinityVector_9; } inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of_negativeInfinityVector_9() { return &___negativeInfinityVector_9; } inline void set_negativeInfinityVector_9(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value) { ___negativeInfinityVector_9 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // VECTOR2_TA85D2DD88578276CA8A8796756458277E72D073D_H #ifndef VECTOR3_TDCF05E21F632FE2BA260C06E0D10CA81513E6720_H #define VECTOR3_TDCF05E21F632FE2BA260C06E0D10CA81513E6720_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.Vector3 struct Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 { public: // System.Single UnityEngine.Vector3::x float ___x_2; // System.Single UnityEngine.Vector3::y float ___y_3; // System.Single UnityEngine.Vector3::z float ___z_4; public: inline static int32_t get_offset_of_x_2() { return static_cast(offsetof(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720, ___x_2)); } inline float get_x_2() const { return ___x_2; } inline float* get_address_of_x_2() { return &___x_2; } inline void set_x_2(float value) { ___x_2 = value; } inline static int32_t get_offset_of_y_3() { return static_cast(offsetof(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720, ___y_3)); } inline float get_y_3() const { return ___y_3; } inline float* get_address_of_y_3() { return &___y_3; } inline void set_y_3(float value) { ___y_3 = value; } inline static int32_t get_offset_of_z_4() { return static_cast(offsetof(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720, ___z_4)); } inline float get_z_4() const { return ___z_4; } inline float* get_address_of_z_4() { return &___z_4; } inline void set_z_4(float value) { ___z_4 = value; } }; struct Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_StaticFields { public: // UnityEngine.Vector3 UnityEngine.Vector3::zeroVector Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___zeroVector_5; // UnityEngine.Vector3 UnityEngine.Vector3::oneVector Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___oneVector_6; // UnityEngine.Vector3 UnityEngine.Vector3::upVector Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___upVector_7; // UnityEngine.Vector3 UnityEngine.Vector3::downVector Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___downVector_8; // UnityEngine.Vector3 UnityEngine.Vector3::leftVector Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___leftVector_9; // UnityEngine.Vector3 UnityEngine.Vector3::rightVector Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___rightVector_10; // UnityEngine.Vector3 UnityEngine.Vector3::forwardVector Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___forwardVector_11; // UnityEngine.Vector3 UnityEngine.Vector3::backVector Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___backVector_12; // UnityEngine.Vector3 UnityEngine.Vector3::positiveInfinityVector Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___positiveInfinityVector_13; // UnityEngine.Vector3 UnityEngine.Vector3::negativeInfinityVector Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___negativeInfinityVector_14; public: inline static int32_t get_offset_of_zeroVector_5() { return static_cast(offsetof(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_StaticFields, ___zeroVector_5)); } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_zeroVector_5() const { return ___zeroVector_5; } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_zeroVector_5() { return &___zeroVector_5; } inline void set_zeroVector_5(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value) { ___zeroVector_5 = value; } inline static int32_t get_offset_of_oneVector_6() { return static_cast(offsetof(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_StaticFields, ___oneVector_6)); } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_oneVector_6() const { return ___oneVector_6; } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_oneVector_6() { return &___oneVector_6; } inline void set_oneVector_6(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value) { ___oneVector_6 = value; } inline static int32_t get_offset_of_upVector_7() { return static_cast(offsetof(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_StaticFields, ___upVector_7)); } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_upVector_7() const { return ___upVector_7; } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_upVector_7() { return &___upVector_7; } inline void set_upVector_7(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value) { ___upVector_7 = value; } inline static int32_t get_offset_of_downVector_8() { return static_cast(offsetof(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_StaticFields, ___downVector_8)); } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_downVector_8() const { return ___downVector_8; } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_downVector_8() { return &___downVector_8; } inline void set_downVector_8(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value) { ___downVector_8 = value; } inline static int32_t get_offset_of_leftVector_9() { return static_cast(offsetof(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_StaticFields, ___leftVector_9)); } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_leftVector_9() const { return ___leftVector_9; } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_leftVector_9() { return &___leftVector_9; } inline void set_leftVector_9(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value) { ___leftVector_9 = value; } inline static int32_t get_offset_of_rightVector_10() { return static_cast(offsetof(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_StaticFields, ___rightVector_10)); } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_rightVector_10() const { return ___rightVector_10; } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_rightVector_10() { return &___rightVector_10; } inline void set_rightVector_10(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value) { ___rightVector_10 = value; } inline static int32_t get_offset_of_forwardVector_11() { return static_cast(offsetof(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_StaticFields, ___forwardVector_11)); } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_forwardVector_11() const { return ___forwardVector_11; } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_forwardVector_11() { return &___forwardVector_11; } inline void set_forwardVector_11(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value) { ___forwardVector_11 = value; } inline static int32_t get_offset_of_backVector_12() { return static_cast(offsetof(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_StaticFields, ___backVector_12)); } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_backVector_12() const { return ___backVector_12; } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_backVector_12() { return &___backVector_12; } inline void set_backVector_12(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value) { ___backVector_12 = value; } inline static int32_t get_offset_of_positiveInfinityVector_13() { return static_cast(offsetof(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_StaticFields, ___positiveInfinityVector_13)); } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_positiveInfinityVector_13() const { return ___positiveInfinityVector_13; } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_positiveInfinityVector_13() { return &___positiveInfinityVector_13; } inline void set_positiveInfinityVector_13(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value) { ___positiveInfinityVector_13 = value; } inline static int32_t get_offset_of_negativeInfinityVector_14() { return static_cast(offsetof(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_StaticFields, ___negativeInfinityVector_14)); } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_negativeInfinityVector_14() const { return ___negativeInfinityVector_14; } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_negativeInfinityVector_14() { return &___negativeInfinityVector_14; } inline void set_negativeInfinityVector_14(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value) { ___negativeInfinityVector_14 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // VECTOR3_TDCF05E21F632FE2BA260C06E0D10CA81513E6720_H #ifndef VECTOR4_TD148D6428C3F8FF6CD998F82090113C2B490B76E_H #define VECTOR4_TD148D6428C3F8FF6CD998F82090113C2B490B76E_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.Vector4 struct Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E { public: // System.Single UnityEngine.Vector4::x float ___x_1; // System.Single UnityEngine.Vector4::y float ___y_2; // System.Single UnityEngine.Vector4::z float ___z_3; // System.Single UnityEngine.Vector4::w float ___w_4; public: inline static int32_t get_offset_of_x_1() { return static_cast(offsetof(Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E, ___x_1)); } inline float get_x_1() const { return ___x_1; } inline float* get_address_of_x_1() { return &___x_1; } inline void set_x_1(float value) { ___x_1 = value; } inline static int32_t get_offset_of_y_2() { return static_cast(offsetof(Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E, ___y_2)); } inline float get_y_2() const { return ___y_2; } inline float* get_address_of_y_2() { return &___y_2; } inline void set_y_2(float value) { ___y_2 = value; } inline static int32_t get_offset_of_z_3() { return static_cast(offsetof(Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E, ___z_3)); } inline float get_z_3() const { return ___z_3; } inline float* get_address_of_z_3() { return &___z_3; } inline void set_z_3(float value) { ___z_3 = value; } inline static int32_t get_offset_of_w_4() { return static_cast(offsetof(Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E, ___w_4)); } inline float get_w_4() const { return ___w_4; } inline float* get_address_of_w_4() { return &___w_4; } inline void set_w_4(float value) { ___w_4 = value; } }; struct Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E_StaticFields { public: // UnityEngine.Vector4 UnityEngine.Vector4::zeroVector Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E ___zeroVector_5; // UnityEngine.Vector4 UnityEngine.Vector4::oneVector Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E ___oneVector_6; // UnityEngine.Vector4 UnityEngine.Vector4::positiveInfinityVector Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E ___positiveInfinityVector_7; // UnityEngine.Vector4 UnityEngine.Vector4::negativeInfinityVector Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E ___negativeInfinityVector_8; public: inline static int32_t get_offset_of_zeroVector_5() { return static_cast(offsetof(Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E_StaticFields, ___zeroVector_5)); } inline Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E get_zeroVector_5() const { return ___zeroVector_5; } inline Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E * get_address_of_zeroVector_5() { return &___zeroVector_5; } inline void set_zeroVector_5(Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E value) { ___zeroVector_5 = value; } inline static int32_t get_offset_of_oneVector_6() { return static_cast(offsetof(Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E_StaticFields, ___oneVector_6)); } inline Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E get_oneVector_6() const { return ___oneVector_6; } inline Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E * get_address_of_oneVector_6() { return &___oneVector_6; } inline void set_oneVector_6(Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E value) { ___oneVector_6 = value; } inline static int32_t get_offset_of_positiveInfinityVector_7() { return static_cast(offsetof(Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E_StaticFields, ___positiveInfinityVector_7)); } inline Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E get_positiveInfinityVector_7() const { return ___positiveInfinityVector_7; } inline Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E * get_address_of_positiveInfinityVector_7() { return &___positiveInfinityVector_7; } inline void set_positiveInfinityVector_7(Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E value) { ___positiveInfinityVector_7 = value; } inline static int32_t get_offset_of_negativeInfinityVector_8() { return static_cast(offsetof(Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E_StaticFields, ___negativeInfinityVector_8)); } inline Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E get_negativeInfinityVector_8() const { return ___negativeInfinityVector_8; } inline Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E * get_address_of_negativeInfinityVector_8() { return &___negativeInfinityVector_8; } inline void set_negativeInfinityVector_8(Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E value) { ___negativeInfinityVector_8 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // VECTOR4_TD148D6428C3F8FF6CD998F82090113C2B490B76E_H #ifndef WAITFORSECONDS_T3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8_H #define WAITFORSECONDS_T3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.WaitForSeconds struct WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8 : public YieldInstruction_t836035AC7BD07A3C7909F7AD2A5B42DE99D91C44 { public: // System.Single UnityEngine.WaitForSeconds::m_Seconds float ___m_Seconds_0; public: inline static int32_t get_offset_of_m_Seconds_0() { return static_cast(offsetof(WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8, ___m_Seconds_0)); } inline float get_m_Seconds_0() const { return ___m_Seconds_0; } inline float* get_address_of_m_Seconds_0() { return &___m_Seconds_0; } inline void set_m_Seconds_0(float value) { ___m_Seconds_0 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of UnityEngine.WaitForSeconds struct WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8_marshaled_pinvoke : public YieldInstruction_t836035AC7BD07A3C7909F7AD2A5B42DE99D91C44_marshaled_pinvoke { float ___m_Seconds_0; }; // Native definition for COM marshalling of UnityEngine.WaitForSeconds struct WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8_marshaled_com : public YieldInstruction_t836035AC7BD07A3C7909F7AD2A5B42DE99D91C44_marshaled_com { float ___m_Seconds_0; }; #endif // WAITFORSECONDS_T3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8_H #ifndef U3CPRIVATEIMPLEMENTATIONDETAILSU3E_T2BDD5686E87BA22996C7749A9C7A7F86EB589380_H #define U3CPRIVATEIMPLEMENTATIONDETAILSU3E_T2BDD5686E87BA22996C7749A9C7A7F86EB589380_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // struct U3CPrivateImplementationDetailsU3E_t2BDD5686E87BA22996C7749A9C7A7F86EB589380 : public RuntimeObject { public: public: }; struct U3CPrivateImplementationDetailsU3E_t2BDD5686E87BA22996C7749A9C7A7F86EB589380_StaticFields { public: // ___StaticArrayInitTypeSizeU3D12 ::7BBE37982E6C057ED87163CAFC7FD6E5E42EEA46 __StaticArrayInitTypeSizeU3D12_t02D4D72A8B5221D32AB6F2F2DD8D17E86997BF22 ___7BBE37982E6C057ED87163CAFC7FD6E5E42EEA46_0; // ___StaticArrayInitTypeSizeU3D40 ::9E6378168821DBABB7EE3D0154346480FAC8AEF1 __StaticArrayInitTypeSizeU3D40_tB9EB85DC7184311C5BB54C1E612DC4F2D7A15F5D ___9E6378168821DBABB7EE3D0154346480FAC8AEF1_1; public: inline static int32_t get_offset_of_U37BBE37982E6C057ED87163CAFC7FD6E5E42EEA46_0() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t2BDD5686E87BA22996C7749A9C7A7F86EB589380_StaticFields, ___7BBE37982E6C057ED87163CAFC7FD6E5E42EEA46_0)); } inline __StaticArrayInitTypeSizeU3D12_t02D4D72A8B5221D32AB6F2F2DD8D17E86997BF22 get_U37BBE37982E6C057ED87163CAFC7FD6E5E42EEA46_0() const { return ___7BBE37982E6C057ED87163CAFC7FD6E5E42EEA46_0; } inline __StaticArrayInitTypeSizeU3D12_t02D4D72A8B5221D32AB6F2F2DD8D17E86997BF22 * get_address_of_U37BBE37982E6C057ED87163CAFC7FD6E5E42EEA46_0() { return &___7BBE37982E6C057ED87163CAFC7FD6E5E42EEA46_0; } inline void set_U37BBE37982E6C057ED87163CAFC7FD6E5E42EEA46_0(__StaticArrayInitTypeSizeU3D12_t02D4D72A8B5221D32AB6F2F2DD8D17E86997BF22 value) { ___7BBE37982E6C057ED87163CAFC7FD6E5E42EEA46_0 = value; } inline static int32_t get_offset_of_U39E6378168821DBABB7EE3D0154346480FAC8AEF1_1() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t2BDD5686E87BA22996C7749A9C7A7F86EB589380_StaticFields, ___9E6378168821DBABB7EE3D0154346480FAC8AEF1_1)); } inline __StaticArrayInitTypeSizeU3D40_tB9EB85DC7184311C5BB54C1E612DC4F2D7A15F5D get_U39E6378168821DBABB7EE3D0154346480FAC8AEF1_1() const { return ___9E6378168821DBABB7EE3D0154346480FAC8AEF1_1; } inline __StaticArrayInitTypeSizeU3D40_tB9EB85DC7184311C5BB54C1E612DC4F2D7A15F5D * get_address_of_U39E6378168821DBABB7EE3D0154346480FAC8AEF1_1() { return &___9E6378168821DBABB7EE3D0154346480FAC8AEF1_1; } inline void set_U39E6378168821DBABB7EE3D0154346480FAC8AEF1_1(__StaticArrayInitTypeSizeU3D40_tB9EB85DC7184311C5BB54C1E612DC4F2D7A15F5D value) { ___9E6378168821DBABB7EE3D0154346480FAC8AEF1_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U3CPRIVATEIMPLEMENTATIONDETAILSU3E_T2BDD5686E87BA22996C7749A9C7A7F86EB589380_H #ifndef DELEGATE_T_H #define DELEGATE_T_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Delegate struct Delegate_t : public RuntimeObject { public: // System.IntPtr System.Delegate::method_ptr Il2CppMethodPointer ___method_ptr_0; // System.IntPtr System.Delegate::invoke_impl intptr_t ___invoke_impl_1; // System.Object System.Delegate::m_target RuntimeObject * ___m_target_2; // System.IntPtr System.Delegate::method intptr_t ___method_3; // System.IntPtr System.Delegate::delegate_trampoline intptr_t ___delegate_trampoline_4; // System.IntPtr System.Delegate::extra_arg intptr_t ___extra_arg_5; // System.IntPtr System.Delegate::method_code intptr_t ___method_code_6; // System.Reflection.MethodInfo System.Delegate::method_info MethodInfo_t * ___method_info_7; // System.Reflection.MethodInfo System.Delegate::original_method_info MethodInfo_t * ___original_method_info_8; // System.DelegateData System.Delegate::data DelegateData_t1BF9F691B56DAE5F8C28C5E084FDE94F15F27BBE * ___data_9; // System.Boolean System.Delegate::method_is_virtual bool ___method_is_virtual_10; public: inline static int32_t get_offset_of_method_ptr_0() { return static_cast(offsetof(Delegate_t, ___method_ptr_0)); } inline Il2CppMethodPointer get_method_ptr_0() const { return ___method_ptr_0; } inline Il2CppMethodPointer* get_address_of_method_ptr_0() { return &___method_ptr_0; } inline void set_method_ptr_0(Il2CppMethodPointer value) { ___method_ptr_0 = value; } inline static int32_t get_offset_of_invoke_impl_1() { return static_cast(offsetof(Delegate_t, ___invoke_impl_1)); } inline intptr_t get_invoke_impl_1() const { return ___invoke_impl_1; } inline intptr_t* get_address_of_invoke_impl_1() { return &___invoke_impl_1; } inline void set_invoke_impl_1(intptr_t value) { ___invoke_impl_1 = value; } inline static int32_t get_offset_of_m_target_2() { return static_cast(offsetof(Delegate_t, ___m_target_2)); } inline RuntimeObject * get_m_target_2() const { return ___m_target_2; } inline RuntimeObject ** get_address_of_m_target_2() { return &___m_target_2; } inline void set_m_target_2(RuntimeObject * value) { ___m_target_2 = value; Il2CppCodeGenWriteBarrier((&___m_target_2), value); } inline static int32_t get_offset_of_method_3() { return static_cast(offsetof(Delegate_t, ___method_3)); } inline intptr_t get_method_3() const { return ___method_3; } inline intptr_t* get_address_of_method_3() { return &___method_3; } inline void set_method_3(intptr_t value) { ___method_3 = value; } inline static int32_t get_offset_of_delegate_trampoline_4() { return static_cast(offsetof(Delegate_t, ___delegate_trampoline_4)); } inline intptr_t get_delegate_trampoline_4() const { return ___delegate_trampoline_4; } inline intptr_t* get_address_of_delegate_trampoline_4() { return &___delegate_trampoline_4; } inline void set_delegate_trampoline_4(intptr_t value) { ___delegate_trampoline_4 = value; } inline static int32_t get_offset_of_extra_arg_5() { return static_cast(offsetof(Delegate_t, ___extra_arg_5)); } inline intptr_t get_extra_arg_5() const { return ___extra_arg_5; } inline intptr_t* get_address_of_extra_arg_5() { return &___extra_arg_5; } inline void set_extra_arg_5(intptr_t value) { ___extra_arg_5 = value; } inline static int32_t get_offset_of_method_code_6() { return static_cast(offsetof(Delegate_t, ___method_code_6)); } inline intptr_t get_method_code_6() const { return ___method_code_6; } inline intptr_t* get_address_of_method_code_6() { return &___method_code_6; } inline void set_method_code_6(intptr_t value) { ___method_code_6 = value; } inline static int32_t get_offset_of_method_info_7() { return static_cast(offsetof(Delegate_t, ___method_info_7)); } inline MethodInfo_t * get_method_info_7() const { return ___method_info_7; } inline MethodInfo_t ** get_address_of_method_info_7() { return &___method_info_7; } inline void set_method_info_7(MethodInfo_t * value) { ___method_info_7 = value; Il2CppCodeGenWriteBarrier((&___method_info_7), value); } inline static int32_t get_offset_of_original_method_info_8() { return static_cast(offsetof(Delegate_t, ___original_method_info_8)); } inline MethodInfo_t * get_original_method_info_8() const { return ___original_method_info_8; } inline MethodInfo_t ** get_address_of_original_method_info_8() { return &___original_method_info_8; } inline void set_original_method_info_8(MethodInfo_t * value) { ___original_method_info_8 = value; Il2CppCodeGenWriteBarrier((&___original_method_info_8), value); } inline static int32_t get_offset_of_data_9() { return static_cast(offsetof(Delegate_t, ___data_9)); } inline DelegateData_t1BF9F691B56DAE5F8C28C5E084FDE94F15F27BBE * get_data_9() const { return ___data_9; } inline DelegateData_t1BF9F691B56DAE5F8C28C5E084FDE94F15F27BBE ** get_address_of_data_9() { return &___data_9; } inline void set_data_9(DelegateData_t1BF9F691B56DAE5F8C28C5E084FDE94F15F27BBE * value) { ___data_9 = value; Il2CppCodeGenWriteBarrier((&___data_9), value); } inline static int32_t get_offset_of_method_is_virtual_10() { return static_cast(offsetof(Delegate_t, ___method_is_virtual_10)); } inline bool get_method_is_virtual_10() const { return ___method_is_virtual_10; } inline bool* get_address_of_method_is_virtual_10() { return &___method_is_virtual_10; } inline void set_method_is_virtual_10(bool value) { ___method_is_virtual_10 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of System.Delegate struct Delegate_t_marshaled_pinvoke { intptr_t ___method_ptr_0; intptr_t ___invoke_impl_1; Il2CppIUnknown* ___m_target_2; intptr_t ___method_3; intptr_t ___delegate_trampoline_4; intptr_t ___extra_arg_5; intptr_t ___method_code_6; MethodInfo_t * ___method_info_7; MethodInfo_t * ___original_method_info_8; DelegateData_t1BF9F691B56DAE5F8C28C5E084FDE94F15F27BBE * ___data_9; int32_t ___method_is_virtual_10; }; // Native definition for COM marshalling of System.Delegate struct Delegate_t_marshaled_com { intptr_t ___method_ptr_0; intptr_t ___invoke_impl_1; Il2CppIUnknown* ___m_target_2; intptr_t ___method_3; intptr_t ___delegate_trampoline_4; intptr_t ___extra_arg_5; intptr_t ___method_code_6; MethodInfo_t * ___method_info_7; MethodInfo_t * ___original_method_info_8; DelegateData_t1BF9F691B56DAE5F8C28C5E084FDE94F15F27BBE * ___data_9; int32_t ___method_is_virtual_10; }; #endif // DELEGATE_T_H #ifndef INT32ENUM_T6312CE4586C17FE2E2E513D2E7655B574F10FDCD_H #define INT32ENUM_T6312CE4586C17FE2E2E513D2E7655B574F10FDCD_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Int32Enum struct Int32Enum_t6312CE4586C17FE2E2E513D2E7655B574F10FDCD { public: // System.Int32 System.Int32Enum::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(Int32Enum_t6312CE4586C17FE2E2E513D2E7655B574F10FDCD, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // INT32ENUM_T6312CE4586C17FE2E2E513D2E7655B574F10FDCD_H #ifndef NOTSUPPORTEDEXCEPTION_TE75B318D6590A02A5D9B29FD97409B1750FA0010_H #define NOTSUPPORTEDEXCEPTION_TE75B318D6590A02A5D9B29FD97409B1750FA0010_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.NotSupportedException struct NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 : public SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // NOTSUPPORTEDEXCEPTION_TE75B318D6590A02A5D9B29FD97409B1750FA0010_H #ifndef BINDINGFLAGS_TE35C91D046E63A1B92BB9AB909FCF9DA84379ED0_H #define BINDINGFLAGS_TE35C91D046E63A1B92BB9AB909FCF9DA84379ED0_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.BindingFlags struct BindingFlags_tE35C91D046E63A1B92BB9AB909FCF9DA84379ED0 { public: // System.Int32 System.Reflection.BindingFlags::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(BindingFlags_tE35C91D046E63A1B92BB9AB909FCF9DA84379ED0, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // BINDINGFLAGS_TE35C91D046E63A1B92BB9AB909FCF9DA84379ED0_H #ifndef RUNTIMEFIELDHANDLE_T844BDF00E8E6FE69D9AEAA7657F09018B864F4EF_H #define RUNTIMEFIELDHANDLE_T844BDF00E8E6FE69D9AEAA7657F09018B864F4EF_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.RuntimeFieldHandle struct RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF { public: // System.IntPtr System.RuntimeFieldHandle::value intptr_t ___value_0; public: inline static int32_t get_offset_of_value_0() { return static_cast(offsetof(RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF, ___value_0)); } inline intptr_t get_value_0() const { return ___value_0; } inline intptr_t* get_address_of_value_0() { return &___value_0; } inline void set_value_0(intptr_t value) { ___value_0 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // RUNTIMEFIELDHANDLE_T844BDF00E8E6FE69D9AEAA7657F09018B864F4EF_H #ifndef RUNTIMETYPEHANDLE_T7B542280A22F0EC4EAC2061C29178845847A8B2D_H #define RUNTIMETYPEHANDLE_T7B542280A22F0EC4EAC2061C29178845847A8B2D_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.RuntimeTypeHandle struct RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D { public: // System.IntPtr System.RuntimeTypeHandle::value intptr_t ___value_0; public: inline static int32_t get_offset_of_value_0() { return static_cast(offsetof(RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D, ___value_0)); } inline intptr_t get_value_0() const { return ___value_0; } inline intptr_t* get_address_of_value_0() { return &___value_0; } inline void set_value_0(intptr_t value) { ___value_0 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // RUNTIMETYPEHANDLE_T7B542280A22F0EC4EAC2061C29178845847A8B2D_H #ifndef COLORMODE_TA3D65CECD3289ADB3A3C5A936DC23B41C364C4C3_H #define COLORMODE_TA3D65CECD3289ADB3A3C5A936DC23B41C364C4C3_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // TMPro.ColorMode struct ColorMode_tA3D65CECD3289ADB3A3C5A936DC23B41C364C4C3 { public: // System.Int32 TMPro.ColorMode::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(ColorMode_tA3D65CECD3289ADB3A3C5A936DC23B41C364C4C3, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // COLORMODE_TA3D65CECD3289ADB3A3C5A936DC23B41C364C4C3_H #ifndef EXTENTS_TB63A1FF929CAEBC8E097EF426A8B6F91442B0EA3_H #define EXTENTS_TB63A1FF929CAEBC8E097EF426A8B6F91442B0EA3_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // TMPro.Extents struct Extents_tB63A1FF929CAEBC8E097EF426A8B6F91442B0EA3 { public: // UnityEngine.Vector2 TMPro.Extents::min Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___min_0; // UnityEngine.Vector2 TMPro.Extents::max Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___max_1; public: inline static int32_t get_offset_of_min_0() { return static_cast(offsetof(Extents_tB63A1FF929CAEBC8E097EF426A8B6F91442B0EA3, ___min_0)); } inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get_min_0() const { return ___min_0; } inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of_min_0() { return &___min_0; } inline void set_min_0(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value) { ___min_0 = value; } inline static int32_t get_offset_of_max_1() { return static_cast(offsetof(Extents_tB63A1FF929CAEBC8E097EF426A8B6F91442B0EA3, ___max_1)); } inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get_max_1() const { return ___max_1; } inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of_max_1() { return &___max_1; } inline void set_max_1(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value) { ___max_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // EXTENTS_TB63A1FF929CAEBC8E097EF426A8B6F91442B0EA3_H #ifndef FONTSTYLES_T31B880C817B2DF0BF3B60AC4D187A3E7BE5D8893_H #define FONTSTYLES_T31B880C817B2DF0BF3B60AC4D187A3E7BE5D8893_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // TMPro.FontStyles struct FontStyles_t31B880C817B2DF0BF3B60AC4D187A3E7BE5D8893 { public: // System.Int32 TMPro.FontStyles::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(FontStyles_t31B880C817B2DF0BF3B60AC4D187A3E7BE5D8893, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // FONTSTYLES_T31B880C817B2DF0BF3B60AC4D187A3E7BE5D8893_H #ifndef KERNINGPAIR_T4FCF2540D9DBE27046ED4A8643B7AA644ED0DAAD_H #define KERNINGPAIR_T4FCF2540D9DBE27046ED4A8643B7AA644ED0DAAD_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // TMPro.KerningPair struct KerningPair_t4FCF2540D9DBE27046ED4A8643B7AA644ED0DAAD : public RuntimeObject { public: // System.UInt32 TMPro.KerningPair::m_FirstGlyph uint32_t ___m_FirstGlyph_0; // TMPro.GlyphValueRecord TMPro.KerningPair::m_FirstGlyphAdjustments GlyphValueRecord_t978E7932FA4A5D424E6CFBB65E98B16D02BE18DD ___m_FirstGlyphAdjustments_1; // System.UInt32 TMPro.KerningPair::m_SecondGlyph uint32_t ___m_SecondGlyph_2; // TMPro.GlyphValueRecord TMPro.KerningPair::m_SecondGlyphAdjustments GlyphValueRecord_t978E7932FA4A5D424E6CFBB65E98B16D02BE18DD ___m_SecondGlyphAdjustments_3; // System.Single TMPro.KerningPair::xOffset float ___xOffset_4; public: inline static int32_t get_offset_of_m_FirstGlyph_0() { return static_cast(offsetof(KerningPair_t4FCF2540D9DBE27046ED4A8643B7AA644ED0DAAD, ___m_FirstGlyph_0)); } inline uint32_t get_m_FirstGlyph_0() const { return ___m_FirstGlyph_0; } inline uint32_t* get_address_of_m_FirstGlyph_0() { return &___m_FirstGlyph_0; } inline void set_m_FirstGlyph_0(uint32_t value) { ___m_FirstGlyph_0 = value; } inline static int32_t get_offset_of_m_FirstGlyphAdjustments_1() { return static_cast(offsetof(KerningPair_t4FCF2540D9DBE27046ED4A8643B7AA644ED0DAAD, ___m_FirstGlyphAdjustments_1)); } inline GlyphValueRecord_t978E7932FA4A5D424E6CFBB65E98B16D02BE18DD get_m_FirstGlyphAdjustments_1() const { return ___m_FirstGlyphAdjustments_1; } inline GlyphValueRecord_t978E7932FA4A5D424E6CFBB65E98B16D02BE18DD * get_address_of_m_FirstGlyphAdjustments_1() { return &___m_FirstGlyphAdjustments_1; } inline void set_m_FirstGlyphAdjustments_1(GlyphValueRecord_t978E7932FA4A5D424E6CFBB65E98B16D02BE18DD value) { ___m_FirstGlyphAdjustments_1 = value; } inline static int32_t get_offset_of_m_SecondGlyph_2() { return static_cast(offsetof(KerningPair_t4FCF2540D9DBE27046ED4A8643B7AA644ED0DAAD, ___m_SecondGlyph_2)); } inline uint32_t get_m_SecondGlyph_2() const { return ___m_SecondGlyph_2; } inline uint32_t* get_address_of_m_SecondGlyph_2() { return &___m_SecondGlyph_2; } inline void set_m_SecondGlyph_2(uint32_t value) { ___m_SecondGlyph_2 = value; } inline static int32_t get_offset_of_m_SecondGlyphAdjustments_3() { return static_cast(offsetof(KerningPair_t4FCF2540D9DBE27046ED4A8643B7AA644ED0DAAD, ___m_SecondGlyphAdjustments_3)); } inline GlyphValueRecord_t978E7932FA4A5D424E6CFBB65E98B16D02BE18DD get_m_SecondGlyphAdjustments_3() const { return ___m_SecondGlyphAdjustments_3; } inline GlyphValueRecord_t978E7932FA4A5D424E6CFBB65E98B16D02BE18DD * get_address_of_m_SecondGlyphAdjustments_3() { return &___m_SecondGlyphAdjustments_3; } inline void set_m_SecondGlyphAdjustments_3(GlyphValueRecord_t978E7932FA4A5D424E6CFBB65E98B16D02BE18DD value) { ___m_SecondGlyphAdjustments_3 = value; } inline static int32_t get_offset_of_xOffset_4() { return static_cast(offsetof(KerningPair_t4FCF2540D9DBE27046ED4A8643B7AA644ED0DAAD, ___xOffset_4)); } inline float get_xOffset_4() const { return ___xOffset_4; } inline float* get_address_of_xOffset_4() { return &___xOffset_4; } inline void set_xOffset_4(float value) { ___xOffset_4 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // KERNINGPAIR_T4FCF2540D9DBE27046ED4A8643B7AA644ED0DAAD_H #ifndef MASKINGTYPES_T37B6F292739A890CF34EA024D24A5BFA88579086_H #define MASKINGTYPES_T37B6F292739A890CF34EA024D24A5BFA88579086_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // TMPro.MaskingTypes struct MaskingTypes_t37B6F292739A890CF34EA024D24A5BFA88579086 { public: // System.Int32 TMPro.MaskingTypes::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(MaskingTypes_t37B6F292739A890CF34EA024D24A5BFA88579086, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // MASKINGTYPES_T37B6F292739A890CF34EA024D24A5BFA88579086_H #ifndef FONTASSETTYPES_T84B3D1C253DEE73A3CD751CE4FC71DC46C551946_H #define FONTASSETTYPES_T84B3D1C253DEE73A3CD751CE4FC71DC46C551946_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // TMPro.TMP_FontAsset_FontAssetTypes struct FontAssetTypes_t84B3D1C253DEE73A3CD751CE4FC71DC46C551946 { public: // System.Int32 TMPro.TMP_FontAsset_FontAssetTypes::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(FontAssetTypes_t84B3D1C253DEE73A3CD751CE4FC71DC46C551946, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // FONTASSETTYPES_T84B3D1C253DEE73A3CD751CE4FC71DC46C551946_H #ifndef CHARACTERVALIDATION_T9F45E4CA4A1A77DE3E0F1D43A8A26DD6EEC2D12A_H #define CHARACTERVALIDATION_T9F45E4CA4A1A77DE3E0F1D43A8A26DD6EEC2D12A_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // TMPro.TMP_InputField_CharacterValidation struct CharacterValidation_t9F45E4CA4A1A77DE3E0F1D43A8A26DD6EEC2D12A { public: // System.Int32 TMPro.TMP_InputField_CharacterValidation::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(CharacterValidation_t9F45E4CA4A1A77DE3E0F1D43A8A26DD6EEC2D12A, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CHARACTERVALIDATION_T9F45E4CA4A1A77DE3E0F1D43A8A26DD6EEC2D12A_H #ifndef CONTENTTYPE_T93262611CC15FC7196E42F1B77517D724602FE38_H #define CONTENTTYPE_T93262611CC15FC7196E42F1B77517D724602FE38_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // TMPro.TMP_InputField_ContentType struct ContentType_t93262611CC15FC7196E42F1B77517D724602FE38 { public: // System.Int32 TMPro.TMP_InputField_ContentType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(ContentType_t93262611CC15FC7196E42F1B77517D724602FE38, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CONTENTTYPE_T93262611CC15FC7196E42F1B77517D724602FE38_H #ifndef EDITSTATE_TC1DB4EE266C9CB6F192ACEC5F8F896448625DE0C_H #define EDITSTATE_TC1DB4EE266C9CB6F192ACEC5F8F896448625DE0C_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // TMPro.TMP_InputField_EditState struct EditState_tC1DB4EE266C9CB6F192ACEC5F8F896448625DE0C { public: // System.Int32 TMPro.TMP_InputField_EditState::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(EditState_tC1DB4EE266C9CB6F192ACEC5F8F896448625DE0C, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // EDITSTATE_TC1DB4EE266C9CB6F192ACEC5F8F896448625DE0C_H #ifndef INPUTTYPE_T002CCE2E41F03B7E05CA0F31EA1D57EA36631FD2_H #define INPUTTYPE_T002CCE2E41F03B7E05CA0F31EA1D57EA36631FD2_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // TMPro.TMP_InputField_InputType struct InputType_t002CCE2E41F03B7E05CA0F31EA1D57EA36631FD2 { public: // System.Int32 TMPro.TMP_InputField_InputType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(InputType_t002CCE2E41F03B7E05CA0F31EA1D57EA36631FD2, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // INPUTTYPE_T002CCE2E41F03B7E05CA0F31EA1D57EA36631FD2_H #ifndef LINETYPE_T0ED2AC5DA81D1481A2072395E6A256EBE23140D7_H #define LINETYPE_T0ED2AC5DA81D1481A2072395E6A256EBE23140D7_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // TMPro.TMP_InputField_LineType struct LineType_t0ED2AC5DA81D1481A2072395E6A256EBE23140D7 { public: // System.Int32 TMPro.TMP_InputField_LineType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(LineType_t0ED2AC5DA81D1481A2072395E6A256EBE23140D7, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LINETYPE_T0ED2AC5DA81D1481A2072395E6A256EBE23140D7_H #ifndef ONCHANGEEVENT_T1610FEF044826EE0837528C1E90FCDFC45B3D7AD_H #define ONCHANGEEVENT_T1610FEF044826EE0837528C1E90FCDFC45B3D7AD_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // TMPro.TMP_InputField_OnChangeEvent struct OnChangeEvent_t1610FEF044826EE0837528C1E90FCDFC45B3D7AD : public UnityEvent_1_tACA444CD8B2CBDCD9393629F06117A47C27A8F15 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ONCHANGEEVENT_T1610FEF044826EE0837528C1E90FCDFC45B3D7AD_H #ifndef SELECTIONEVENT_T346DD0E470654B452107A056EDE13F796AEAFD3A_H #define SELECTIONEVENT_T346DD0E470654B452107A056EDE13F796AEAFD3A_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // TMPro.TMP_InputField_SelectionEvent struct SelectionEvent_t346DD0E470654B452107A056EDE13F796AEAFD3A : public UnityEvent_1_tACA444CD8B2CBDCD9393629F06117A47C27A8F15 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SELECTIONEVENT_T346DD0E470654B452107A056EDE13F796AEAFD3A_H #ifndef SUBMITEVENT_TD1BC174A4FE2411600541703750F0F03E991A9BC_H #define SUBMITEVENT_TD1BC174A4FE2411600541703750F0F03E991A9BC_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // TMPro.TMP_InputField_SubmitEvent struct SubmitEvent_tD1BC174A4FE2411600541703750F0F03E991A9BC : public UnityEvent_1_tACA444CD8B2CBDCD9393629F06117A47C27A8F15 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SUBMITEVENT_TD1BC174A4FE2411600541703750F0F03E991A9BC_H #ifndef TEXTSELECTIONEVENT_TD42FAD7CC0AA2E613884FC6E86A11EE59CDA3854_H #define TEXTSELECTIONEVENT_TD42FAD7CC0AA2E613884FC6E86A11EE59CDA3854_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // TMPro.TMP_InputField_TextSelectionEvent struct TextSelectionEvent_tD42FAD7CC0AA2E613884FC6E86A11EE59CDA3854 : public UnityEvent_3_t832C126B9440500DC7A72F1FAC225BF1007C27A9 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TEXTSELECTIONEVENT_TD42FAD7CC0AA2E613884FC6E86A11EE59CDA3854_H #ifndef TMP_MATH_T074FB253662A213E8905642B8B29473EC794FE44_H #define TMP_MATH_T074FB253662A213E8905642B8B29473EC794FE44_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // TMPro.TMP_Math struct TMP_Math_t074FB253662A213E8905642B8B29473EC794FE44 : public RuntimeObject { public: public: }; struct TMP_Math_t074FB253662A213E8905642B8B29473EC794FE44_StaticFields { public: // UnityEngine.Vector2 TMPro.TMP_Math::MAX_16BIT Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___MAX_16BIT_6; // UnityEngine.Vector2 TMPro.TMP_Math::MIN_16BIT Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___MIN_16BIT_7; public: inline static int32_t get_offset_of_MAX_16BIT_6() { return static_cast(offsetof(TMP_Math_t074FB253662A213E8905642B8B29473EC794FE44_StaticFields, ___MAX_16BIT_6)); } inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get_MAX_16BIT_6() const { return ___MAX_16BIT_6; } inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of_MAX_16BIT_6() { return &___MAX_16BIT_6; } inline void set_MAX_16BIT_6(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value) { ___MAX_16BIT_6 = value; } inline static int32_t get_offset_of_MIN_16BIT_7() { return static_cast(offsetof(TMP_Math_t074FB253662A213E8905642B8B29473EC794FE44_StaticFields, ___MIN_16BIT_7)); } inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get_MIN_16BIT_7() const { return ___MIN_16BIT_7; } inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of_MIN_16BIT_7() { return &___MIN_16BIT_7; } inline void set_MIN_16BIT_7(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value) { ___MIN_16BIT_7 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TMP_MATH_T074FB253662A213E8905642B8B29473EC794FE44_H #ifndef TMP_MESHINFO_T0140B4A33090360DC5CFB47CD8419369BBE3AD2E_H #define TMP_MESHINFO_T0140B4A33090360DC5CFB47CD8419369BBE3AD2E_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // TMPro.TMP_MeshInfo struct TMP_MeshInfo_t0140B4A33090360DC5CFB47CD8419369BBE3AD2E { public: // UnityEngine.Mesh TMPro.TMP_MeshInfo::mesh Mesh_t6106B8D8E4C691321581AB0445552EC78B947B8C * ___mesh_3; // System.Int32 TMPro.TMP_MeshInfo::vertexCount int32_t ___vertexCount_4; // UnityEngine.Vector3[] TMPro.TMP_MeshInfo::vertices Vector3U5BU5D_tB9EC3346CC4A0EA5447D968E84A9AC1F6F372C28* ___vertices_5; // UnityEngine.Vector3[] TMPro.TMP_MeshInfo::normals Vector3U5BU5D_tB9EC3346CC4A0EA5447D968E84A9AC1F6F372C28* ___normals_6; // UnityEngine.Vector4[] TMPro.TMP_MeshInfo::tangents Vector4U5BU5D_t51402C154FFFCF7217A9BEC4B834F0B726C10F66* ___tangents_7; // UnityEngine.Vector2[] TMPro.TMP_MeshInfo::uvs0 Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6* ___uvs0_8; // UnityEngine.Vector2[] TMPro.TMP_MeshInfo::uvs2 Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6* ___uvs2_9; // UnityEngine.Color32[] TMPro.TMP_MeshInfo::colors32 Color32U5BU5D_tABFBCB467E6D1B791303A0D3A3AA1A482F620983* ___colors32_10; // System.Int32[] TMPro.TMP_MeshInfo::triangles Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___triangles_11; public: inline static int32_t get_offset_of_mesh_3() { return static_cast(offsetof(TMP_MeshInfo_t0140B4A33090360DC5CFB47CD8419369BBE3AD2E, ___mesh_3)); } inline Mesh_t6106B8D8E4C691321581AB0445552EC78B947B8C * get_mesh_3() const { return ___mesh_3; } inline Mesh_t6106B8D8E4C691321581AB0445552EC78B947B8C ** get_address_of_mesh_3() { return &___mesh_3; } inline void set_mesh_3(Mesh_t6106B8D8E4C691321581AB0445552EC78B947B8C * value) { ___mesh_3 = value; Il2CppCodeGenWriteBarrier((&___mesh_3), value); } inline static int32_t get_offset_of_vertexCount_4() { return static_cast(offsetof(TMP_MeshInfo_t0140B4A33090360DC5CFB47CD8419369BBE3AD2E, ___vertexCount_4)); } inline int32_t get_vertexCount_4() const { return ___vertexCount_4; } inline int32_t* get_address_of_vertexCount_4() { return &___vertexCount_4; } inline void set_vertexCount_4(int32_t value) { ___vertexCount_4 = value; } inline static int32_t get_offset_of_vertices_5() { return static_cast(offsetof(TMP_MeshInfo_t0140B4A33090360DC5CFB47CD8419369BBE3AD2E, ___vertices_5)); } inline Vector3U5BU5D_tB9EC3346CC4A0EA5447D968E84A9AC1F6F372C28* get_vertices_5() const { return ___vertices_5; } inline Vector3U5BU5D_tB9EC3346CC4A0EA5447D968E84A9AC1F6F372C28** get_address_of_vertices_5() { return &___vertices_5; } inline void set_vertices_5(Vector3U5BU5D_tB9EC3346CC4A0EA5447D968E84A9AC1F6F372C28* value) { ___vertices_5 = value; Il2CppCodeGenWriteBarrier((&___vertices_5), value); } inline static int32_t get_offset_of_normals_6() { return static_cast(offsetof(TMP_MeshInfo_t0140B4A33090360DC5CFB47CD8419369BBE3AD2E, ___normals_6)); } inline Vector3U5BU5D_tB9EC3346CC4A0EA5447D968E84A9AC1F6F372C28* get_normals_6() const { return ___normals_6; } inline Vector3U5BU5D_tB9EC3346CC4A0EA5447D968E84A9AC1F6F372C28** get_address_of_normals_6() { return &___normals_6; } inline void set_normals_6(Vector3U5BU5D_tB9EC3346CC4A0EA5447D968E84A9AC1F6F372C28* value) { ___normals_6 = value; Il2CppCodeGenWriteBarrier((&___normals_6), value); } inline static int32_t get_offset_of_tangents_7() { return static_cast(offsetof(TMP_MeshInfo_t0140B4A33090360DC5CFB47CD8419369BBE3AD2E, ___tangents_7)); } inline Vector4U5BU5D_t51402C154FFFCF7217A9BEC4B834F0B726C10F66* get_tangents_7() const { return ___tangents_7; } inline Vector4U5BU5D_t51402C154FFFCF7217A9BEC4B834F0B726C10F66** get_address_of_tangents_7() { return &___tangents_7; } inline void set_tangents_7(Vector4U5BU5D_t51402C154FFFCF7217A9BEC4B834F0B726C10F66* value) { ___tangents_7 = value; Il2CppCodeGenWriteBarrier((&___tangents_7), value); } inline static int32_t get_offset_of_uvs0_8() { return static_cast(offsetof(TMP_MeshInfo_t0140B4A33090360DC5CFB47CD8419369BBE3AD2E, ___uvs0_8)); } inline Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6* get_uvs0_8() const { return ___uvs0_8; } inline Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6** get_address_of_uvs0_8() { return &___uvs0_8; } inline void set_uvs0_8(Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6* value) { ___uvs0_8 = value; Il2CppCodeGenWriteBarrier((&___uvs0_8), value); } inline static int32_t get_offset_of_uvs2_9() { return static_cast(offsetof(TMP_MeshInfo_t0140B4A33090360DC5CFB47CD8419369BBE3AD2E, ___uvs2_9)); } inline Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6* get_uvs2_9() const { return ___uvs2_9; } inline Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6** get_address_of_uvs2_9() { return &___uvs2_9; } inline void set_uvs2_9(Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6* value) { ___uvs2_9 = value; Il2CppCodeGenWriteBarrier((&___uvs2_9), value); } inline static int32_t get_offset_of_colors32_10() { return static_cast(offsetof(TMP_MeshInfo_t0140B4A33090360DC5CFB47CD8419369BBE3AD2E, ___colors32_10)); } inline Color32U5BU5D_tABFBCB467E6D1B791303A0D3A3AA1A482F620983* get_colors32_10() const { return ___colors32_10; } inline Color32U5BU5D_tABFBCB467E6D1B791303A0D3A3AA1A482F620983** get_address_of_colors32_10() { return &___colors32_10; } inline void set_colors32_10(Color32U5BU5D_tABFBCB467E6D1B791303A0D3A3AA1A482F620983* value) { ___colors32_10 = value; Il2CppCodeGenWriteBarrier((&___colors32_10), value); } inline static int32_t get_offset_of_triangles_11() { return static_cast(offsetof(TMP_MeshInfo_t0140B4A33090360DC5CFB47CD8419369BBE3AD2E, ___triangles_11)); } inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get_triangles_11() const { return ___triangles_11; } inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of_triangles_11() { return &___triangles_11; } inline void set_triangles_11(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value) { ___triangles_11 = value; Il2CppCodeGenWriteBarrier((&___triangles_11), value); } }; struct TMP_MeshInfo_t0140B4A33090360DC5CFB47CD8419369BBE3AD2E_StaticFields { public: // UnityEngine.Color32 TMPro.TMP_MeshInfo::s_DefaultColor Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 ___s_DefaultColor_0; // UnityEngine.Vector3 TMPro.TMP_MeshInfo::s_DefaultNormal Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___s_DefaultNormal_1; // UnityEngine.Vector4 TMPro.TMP_MeshInfo::s_DefaultTangent Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E ___s_DefaultTangent_2; public: inline static int32_t get_offset_of_s_DefaultColor_0() { return static_cast(offsetof(TMP_MeshInfo_t0140B4A33090360DC5CFB47CD8419369BBE3AD2E_StaticFields, ___s_DefaultColor_0)); } inline Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 get_s_DefaultColor_0() const { return ___s_DefaultColor_0; } inline Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 * get_address_of_s_DefaultColor_0() { return &___s_DefaultColor_0; } inline void set_s_DefaultColor_0(Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 value) { ___s_DefaultColor_0 = value; } inline static int32_t get_offset_of_s_DefaultNormal_1() { return static_cast(offsetof(TMP_MeshInfo_t0140B4A33090360DC5CFB47CD8419369BBE3AD2E_StaticFields, ___s_DefaultNormal_1)); } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_s_DefaultNormal_1() const { return ___s_DefaultNormal_1; } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_s_DefaultNormal_1() { return &___s_DefaultNormal_1; } inline void set_s_DefaultNormal_1(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value) { ___s_DefaultNormal_1 = value; } inline static int32_t get_offset_of_s_DefaultTangent_2() { return static_cast(offsetof(TMP_MeshInfo_t0140B4A33090360DC5CFB47CD8419369BBE3AD2E_StaticFields, ___s_DefaultTangent_2)); } inline Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E get_s_DefaultTangent_2() const { return ___s_DefaultTangent_2; } inline Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E * get_address_of_s_DefaultTangent_2() { return &___s_DefaultTangent_2; } inline void set_s_DefaultTangent_2(Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E value) { ___s_DefaultTangent_2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of TMPro.TMP_MeshInfo struct TMP_MeshInfo_t0140B4A33090360DC5CFB47CD8419369BBE3AD2E_marshaled_pinvoke { Mesh_t6106B8D8E4C691321581AB0445552EC78B947B8C * ___mesh_3; int32_t ___vertexCount_4; Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * ___vertices_5; Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * ___normals_6; Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E * ___tangents_7; Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * ___uvs0_8; Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * ___uvs2_9; Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 * ___colors32_10; int32_t* ___triangles_11; }; // Native definition for COM marshalling of TMPro.TMP_MeshInfo struct TMP_MeshInfo_t0140B4A33090360DC5CFB47CD8419369BBE3AD2E_marshaled_com { Mesh_t6106B8D8E4C691321581AB0445552EC78B947B8C * ___mesh_3; int32_t ___vertexCount_4; Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * ___vertices_5; Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * ___normals_6; Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E * ___tangents_7; Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * ___uvs0_8; Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * ___uvs2_9; Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 * ___colors32_10; int32_t* ___triangles_11; }; #endif // TMP_MESHINFO_T0140B4A33090360DC5CFB47CD8419369BBE3AD2E_H #ifndef TMP_SPRITE_T8D26AE7781056AB44B074C80FFC74AFB076E1353_H #define TMP_SPRITE_T8D26AE7781056AB44B074C80FFC74AFB076E1353_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // TMPro.TMP_Sprite struct TMP_Sprite_t8D26AE7781056AB44B074C80FFC74AFB076E1353 : public TMP_TextElement_tB9A6A361BB93487BD07DDDA37A368819DA46C344 { public: // System.String TMPro.TMP_Sprite::name String_t* ___name_9; // System.Int32 TMPro.TMP_Sprite::hashCode int32_t ___hashCode_10; // System.Int32 TMPro.TMP_Sprite::unicode int32_t ___unicode_11; // UnityEngine.Vector2 TMPro.TMP_Sprite::pivot Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___pivot_12; // UnityEngine.Sprite TMPro.TMP_Sprite::sprite Sprite_tCA09498D612D08DE668653AF1E9C12BF53434198 * ___sprite_13; public: inline static int32_t get_offset_of_name_9() { return static_cast(offsetof(TMP_Sprite_t8D26AE7781056AB44B074C80FFC74AFB076E1353, ___name_9)); } inline String_t* get_name_9() const { return ___name_9; } inline String_t** get_address_of_name_9() { return &___name_9; } inline void set_name_9(String_t* value) { ___name_9 = value; Il2CppCodeGenWriteBarrier((&___name_9), value); } inline static int32_t get_offset_of_hashCode_10() { return static_cast(offsetof(TMP_Sprite_t8D26AE7781056AB44B074C80FFC74AFB076E1353, ___hashCode_10)); } inline int32_t get_hashCode_10() const { return ___hashCode_10; } inline int32_t* get_address_of_hashCode_10() { return &___hashCode_10; } inline void set_hashCode_10(int32_t value) { ___hashCode_10 = value; } inline static int32_t get_offset_of_unicode_11() { return static_cast(offsetof(TMP_Sprite_t8D26AE7781056AB44B074C80FFC74AFB076E1353, ___unicode_11)); } inline int32_t get_unicode_11() const { return ___unicode_11; } inline int32_t* get_address_of_unicode_11() { return &___unicode_11; } inline void set_unicode_11(int32_t value) { ___unicode_11 = value; } inline static int32_t get_offset_of_pivot_12() { return static_cast(offsetof(TMP_Sprite_t8D26AE7781056AB44B074C80FFC74AFB076E1353, ___pivot_12)); } inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get_pivot_12() const { return ___pivot_12; } inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of_pivot_12() { return &___pivot_12; } inline void set_pivot_12(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value) { ___pivot_12 = value; } inline static int32_t get_offset_of_sprite_13() { return static_cast(offsetof(TMP_Sprite_t8D26AE7781056AB44B074C80FFC74AFB076E1353, ___sprite_13)); } inline Sprite_tCA09498D612D08DE668653AF1E9C12BF53434198 * get_sprite_13() const { return ___sprite_13; } inline Sprite_tCA09498D612D08DE668653AF1E9C12BF53434198 ** get_address_of_sprite_13() { return &___sprite_13; } inline void set_sprite_13(Sprite_tCA09498D612D08DE668653AF1E9C12BF53434198 * value) { ___sprite_13 = value; Il2CppCodeGenWriteBarrier((&___sprite_13), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TMP_SPRITE_T8D26AE7781056AB44B074C80FFC74AFB076E1353_H #ifndef TEXTINPUTSOURCES_T08C2D3664AE99CBF6ED41C9DB8F4E9E8FC8E54B4_H #define TEXTINPUTSOURCES_T08C2D3664AE99CBF6ED41C9DB8F4E9E8FC8E54B4_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // TMPro.TMP_Text_TextInputSources struct TextInputSources_t08C2D3664AE99CBF6ED41C9DB8F4E9E8FC8E54B4 { public: // System.Int32 TMPro.TMP_Text_TextInputSources::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(TextInputSources_t08C2D3664AE99CBF6ED41C9DB8F4E9E8FC8E54B4, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TEXTINPUTSOURCES_T08C2D3664AE99CBF6ED41C9DB8F4E9E8FC8E54B4_H #ifndef TMP_TEXTELEMENTTYPE_TBF2553FA730CC21CF99473E591C33DC52360D509_H #define TMP_TEXTELEMENTTYPE_TBF2553FA730CC21CF99473E591C33DC52360D509_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // TMPro.TMP_TextElementType struct TMP_TextElementType_tBF2553FA730CC21CF99473E591C33DC52360D509 { public: // System.Int32 TMPro.TMP_TextElementType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(TMP_TextElementType_tBF2553FA730CC21CF99473E591C33DC52360D509, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TMP_TEXTELEMENTTYPE_TBF2553FA730CC21CF99473E591C33DC52360D509_H #ifndef TMP_TEXTINFO_TC40DAAB47C5BD5AD21B3F456D860474D96D9C181_H #define TMP_TEXTINFO_TC40DAAB47C5BD5AD21B3F456D860474D96D9C181_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // TMPro.TMP_TextInfo struct TMP_TextInfo_tC40DAAB47C5BD5AD21B3F456D860474D96D9C181 : public RuntimeObject { public: // TMPro.TMP_Text TMPro.TMP_TextInfo::textComponent TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * ___textComponent_2; // System.Int32 TMPro.TMP_TextInfo::characterCount int32_t ___characterCount_3; // System.Int32 TMPro.TMP_TextInfo::spriteCount int32_t ___spriteCount_4; // System.Int32 TMPro.TMP_TextInfo::spaceCount int32_t ___spaceCount_5; // System.Int32 TMPro.TMP_TextInfo::wordCount int32_t ___wordCount_6; // System.Int32 TMPro.TMP_TextInfo::linkCount int32_t ___linkCount_7; // System.Int32 TMPro.TMP_TextInfo::lineCount int32_t ___lineCount_8; // System.Int32 TMPro.TMP_TextInfo::pageCount int32_t ___pageCount_9; // System.Int32 TMPro.TMP_TextInfo::materialCount int32_t ___materialCount_10; // TMPro.TMP_CharacterInfo[] TMPro.TMP_TextInfo::characterInfo TMP_CharacterInfoU5BU5D_t415BD08A7E8A8C311B1F7BD9C3AC60BF99339604* ___characterInfo_11; // TMPro.TMP_WordInfo[] TMPro.TMP_TextInfo::wordInfo TMP_WordInfoU5BU5D_t2C9C805935A8C8FFD43BF92C96AC70737AA52F09* ___wordInfo_12; // TMPro.TMP_LinkInfo[] TMPro.TMP_TextInfo::linkInfo TMP_LinkInfoU5BU5D_t5965804162EB43CD70F792B74DA179B32224BB0D* ___linkInfo_13; // TMPro.TMP_LineInfo[] TMPro.TMP_TextInfo::lineInfo TMP_LineInfoU5BU5D_t3D5D11E746B537C3951927E490B7A1BAB9C23A5C* ___lineInfo_14; // TMPro.TMP_PageInfo[] TMPro.TMP_TextInfo::pageInfo TMP_PageInfoU5BU5D_tFB7F7AD2CD9ADBE07099C1A06170B51AA8D9D847* ___pageInfo_15; // TMPro.TMP_MeshInfo[] TMPro.TMP_TextInfo::meshInfo TMP_MeshInfoU5BU5D_t7F7564862ADABD75DAD9B09FF274591F807FFDE9* ___meshInfo_16; // TMPro.TMP_MeshInfo[] TMPro.TMP_TextInfo::m_CachedMeshInfo TMP_MeshInfoU5BU5D_t7F7564862ADABD75DAD9B09FF274591F807FFDE9* ___m_CachedMeshInfo_17; public: inline static int32_t get_offset_of_textComponent_2() { return static_cast(offsetof(TMP_TextInfo_tC40DAAB47C5BD5AD21B3F456D860474D96D9C181, ___textComponent_2)); } inline TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * get_textComponent_2() const { return ___textComponent_2; } inline TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 ** get_address_of_textComponent_2() { return &___textComponent_2; } inline void set_textComponent_2(TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7 * value) { ___textComponent_2 = value; Il2CppCodeGenWriteBarrier((&___textComponent_2), value); } inline static int32_t get_offset_of_characterCount_3() { return static_cast(offsetof(TMP_TextInfo_tC40DAAB47C5BD5AD21B3F456D860474D96D9C181, ___characterCount_3)); } inline int32_t get_characterCount_3() const { return ___characterCount_3; } inline int32_t* get_address_of_characterCount_3() { return &___characterCount_3; } inline void set_characterCount_3(int32_t value) { ___characterCount_3 = value; } inline static int32_t get_offset_of_spriteCount_4() { return static_cast(offsetof(TMP_TextInfo_tC40DAAB47C5BD5AD21B3F456D860474D96D9C181, ___spriteCount_4)); } inline int32_t get_spriteCount_4() const { return ___spriteCount_4; } inline int32_t* get_address_of_spriteCount_4() { return &___spriteCount_4; } inline void set_spriteCount_4(int32_t value) { ___spriteCount_4 = value; } inline static int32_t get_offset_of_spaceCount_5() { return static_cast(offsetof(TMP_TextInfo_tC40DAAB47C5BD5AD21B3F456D860474D96D9C181, ___spaceCount_5)); } inline int32_t get_spaceCount_5() const { return ___spaceCount_5; } inline int32_t* get_address_of_spaceCount_5() { return &___spaceCount_5; } inline void set_spaceCount_5(int32_t value) { ___spaceCount_5 = value; } inline static int32_t get_offset_of_wordCount_6() { return static_cast(offsetof(TMP_TextInfo_tC40DAAB47C5BD5AD21B3F456D860474D96D9C181, ___wordCount_6)); } inline int32_t get_wordCount_6() const { return ___wordCount_6; } inline int32_t* get_address_of_wordCount_6() { return &___wordCount_6; } inline void set_wordCount_6(int32_t value) { ___wordCount_6 = value; } inline static int32_t get_offset_of_linkCount_7() { return static_cast(offsetof(TMP_TextInfo_tC40DAAB47C5BD5AD21B3F456D860474D96D9C181, ___linkCount_7)); } inline int32_t get_linkCount_7() const { return ___linkCount_7; } inline int32_t* get_address_of_linkCount_7() { return &___linkCount_7; } inline void set_linkCount_7(int32_t value) { ___linkCount_7 = value; } inline static int32_t get_offset_of_lineCount_8() { return static_cast(offsetof(TMP_TextInfo_tC40DAAB47C5BD5AD21B3F456D860474D96D9C181, ___lineCount_8)); } inline int32_t get_lineCount_8() const { return ___lineCount_8; } inline int32_t* get_address_of_lineCount_8() { return &___lineCount_8; } inline void set_lineCount_8(int32_t value) { ___lineCount_8 = value; } inline static int32_t get_offset_of_pageCount_9() { return static_cast(offsetof(TMP_TextInfo_tC40DAAB47C5BD5AD21B3F456D860474D96D9C181, ___pageCount_9)); } inline int32_t get_pageCount_9() const { return ___pageCount_9; } inline int32_t* get_address_of_pageCount_9() { return &___pageCount_9; } inline void set_pageCount_9(int32_t value) { ___pageCount_9 = value; } inline static int32_t get_offset_of_materialCount_10() { return static_cast(offsetof(TMP_TextInfo_tC40DAAB47C5BD5AD21B3F456D860474D96D9C181, ___materialCount_10)); } inline int32_t get_materialCount_10() const { return ___materialCount_10; } inline int32_t* get_address_of_materialCount_10() { return &___materialCount_10; } inline void set_materialCount_10(int32_t value) { ___materialCount_10 = value; } inline static int32_t get_offset_of_characterInfo_11() { return static_cast(offsetof(TMP_TextInfo_tC40DAAB47C5BD5AD21B3F456D860474D96D9C181, ___characterInfo_11)); } inline TMP_CharacterInfoU5BU5D_t415BD08A7E8A8C311B1F7BD9C3AC60BF99339604* get_characterInfo_11() const { return ___characterInfo_11; } inline TMP_CharacterInfoU5BU5D_t415BD08A7E8A8C311B1F7BD9C3AC60BF99339604** get_address_of_characterInfo_11() { return &___characterInfo_11; } inline void set_characterInfo_11(TMP_CharacterInfoU5BU5D_t415BD08A7E8A8C311B1F7BD9C3AC60BF99339604* value) { ___characterInfo_11 = value; Il2CppCodeGenWriteBarrier((&___characterInfo_11), value); } inline static int32_t get_offset_of_wordInfo_12() { return static_cast(offsetof(TMP_TextInfo_tC40DAAB47C5BD5AD21B3F456D860474D96D9C181, ___wordInfo_12)); } inline TMP_WordInfoU5BU5D_t2C9C805935A8C8FFD43BF92C96AC70737AA52F09* get_wordInfo_12() const { return ___wordInfo_12; } inline TMP_WordInfoU5BU5D_t2C9C805935A8C8FFD43BF92C96AC70737AA52F09** get_address_of_wordInfo_12() { return &___wordInfo_12; } inline void set_wordInfo_12(TMP_WordInfoU5BU5D_t2C9C805935A8C8FFD43BF92C96AC70737AA52F09* value) { ___wordInfo_12 = value; Il2CppCodeGenWriteBarrier((&___wordInfo_12), value); } inline static int32_t get_offset_of_linkInfo_13() { return static_cast(offsetof(TMP_TextInfo_tC40DAAB47C5BD5AD21B3F456D860474D96D9C181, ___linkInfo_13)); } inline TMP_LinkInfoU5BU5D_t5965804162EB43CD70F792B74DA179B32224BB0D* get_linkInfo_13() const { return ___linkInfo_13; } inline TMP_LinkInfoU5BU5D_t5965804162EB43CD70F792B74DA179B32224BB0D** get_address_of_linkInfo_13() { return &___linkInfo_13; } inline void set_linkInfo_13(TMP_LinkInfoU5BU5D_t5965804162EB43CD70F792B74DA179B32224BB0D* value) { ___linkInfo_13 = value; Il2CppCodeGenWriteBarrier((&___linkInfo_13), value); } inline static int32_t get_offset_of_lineInfo_14() { return static_cast(offsetof(TMP_TextInfo_tC40DAAB47C5BD5AD21B3F456D860474D96D9C181, ___lineInfo_14)); } inline TMP_LineInfoU5BU5D_t3D5D11E746B537C3951927E490B7A1BAB9C23A5C* get_lineInfo_14() const { return ___lineInfo_14; } inline TMP_LineInfoU5BU5D_t3D5D11E746B537C3951927E490B7A1BAB9C23A5C** get_address_of_lineInfo_14() { return &___lineInfo_14; } inline void set_lineInfo_14(TMP_LineInfoU5BU5D_t3D5D11E746B537C3951927E490B7A1BAB9C23A5C* value) { ___lineInfo_14 = value; Il2CppCodeGenWriteBarrier((&___lineInfo_14), value); } inline static int32_t get_offset_of_pageInfo_15() { return static_cast(offsetof(TMP_TextInfo_tC40DAAB47C5BD5AD21B3F456D860474D96D9C181, ___pageInfo_15)); } inline TMP_PageInfoU5BU5D_tFB7F7AD2CD9ADBE07099C1A06170B51AA8D9D847* get_pageInfo_15() const { return ___pageInfo_15; } inline TMP_PageInfoU5BU5D_tFB7F7AD2CD9ADBE07099C1A06170B51AA8D9D847** get_address_of_pageInfo_15() { return &___pageInfo_15; } inline void set_pageInfo_15(TMP_PageInfoU5BU5D_tFB7F7AD2CD9ADBE07099C1A06170B51AA8D9D847* value) { ___pageInfo_15 = value; Il2CppCodeGenWriteBarrier((&___pageInfo_15), value); } inline static int32_t get_offset_of_meshInfo_16() { return static_cast(offsetof(TMP_TextInfo_tC40DAAB47C5BD5AD21B3F456D860474D96D9C181, ___meshInfo_16)); } inline TMP_MeshInfoU5BU5D_t7F7564862ADABD75DAD9B09FF274591F807FFDE9* get_meshInfo_16() const { return ___meshInfo_16; } inline TMP_MeshInfoU5BU5D_t7F7564862ADABD75DAD9B09FF274591F807FFDE9** get_address_of_meshInfo_16() { return &___meshInfo_16; } inline void set_meshInfo_16(TMP_MeshInfoU5BU5D_t7F7564862ADABD75DAD9B09FF274591F807FFDE9* value) { ___meshInfo_16 = value; Il2CppCodeGenWriteBarrier((&___meshInfo_16), value); } inline static int32_t get_offset_of_m_CachedMeshInfo_17() { return static_cast(offsetof(TMP_TextInfo_tC40DAAB47C5BD5AD21B3F456D860474D96D9C181, ___m_CachedMeshInfo_17)); } inline TMP_MeshInfoU5BU5D_t7F7564862ADABD75DAD9B09FF274591F807FFDE9* get_m_CachedMeshInfo_17() const { return ___m_CachedMeshInfo_17; } inline TMP_MeshInfoU5BU5D_t7F7564862ADABD75DAD9B09FF274591F807FFDE9** get_address_of_m_CachedMeshInfo_17() { return &___m_CachedMeshInfo_17; } inline void set_m_CachedMeshInfo_17(TMP_MeshInfoU5BU5D_t7F7564862ADABD75DAD9B09FF274591F807FFDE9* value) { ___m_CachedMeshInfo_17 = value; Il2CppCodeGenWriteBarrier((&___m_CachedMeshInfo_17), value); } }; struct TMP_TextInfo_tC40DAAB47C5BD5AD21B3F456D860474D96D9C181_StaticFields { public: // UnityEngine.Vector2 TMPro.TMP_TextInfo::k_InfinityVectorPositive Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___k_InfinityVectorPositive_0; // UnityEngine.Vector2 TMPro.TMP_TextInfo::k_InfinityVectorNegative Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___k_InfinityVectorNegative_1; public: inline static int32_t get_offset_of_k_InfinityVectorPositive_0() { return static_cast(offsetof(TMP_TextInfo_tC40DAAB47C5BD5AD21B3F456D860474D96D9C181_StaticFields, ___k_InfinityVectorPositive_0)); } inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get_k_InfinityVectorPositive_0() const { return ___k_InfinityVectorPositive_0; } inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of_k_InfinityVectorPositive_0() { return &___k_InfinityVectorPositive_0; } inline void set_k_InfinityVectorPositive_0(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value) { ___k_InfinityVectorPositive_0 = value; } inline static int32_t get_offset_of_k_InfinityVectorNegative_1() { return static_cast(offsetof(TMP_TextInfo_tC40DAAB47C5BD5AD21B3F456D860474D96D9C181_StaticFields, ___k_InfinityVectorNegative_1)); } inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get_k_InfinityVectorNegative_1() const { return ___k_InfinityVectorNegative_1; } inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of_k_InfinityVectorNegative_1() { return &___k_InfinityVectorNegative_1; } inline void set_k_InfinityVectorNegative_1(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value) { ___k_InfinityVectorNegative_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TMP_TEXTINFO_TC40DAAB47C5BD5AD21B3F456D860474D96D9C181_H #ifndef TMP_VERTEX_T4F9D3FA0EB3F5F4E94EC06582B857C3C23AC2EA0_H #define TMP_VERTEX_T4F9D3FA0EB3F5F4E94EC06582B857C3C23AC2EA0_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // TMPro.TMP_Vertex struct TMP_Vertex_t4F9D3FA0EB3F5F4E94EC06582B857C3C23AC2EA0 { public: // UnityEngine.Vector3 TMPro.TMP_Vertex::position Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___position_0; // UnityEngine.Vector2 TMPro.TMP_Vertex::uv Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___uv_1; // UnityEngine.Vector2 TMPro.TMP_Vertex::uv2 Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___uv2_2; // UnityEngine.Vector2 TMPro.TMP_Vertex::uv4 Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___uv4_3; // UnityEngine.Color32 TMPro.TMP_Vertex::color Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 ___color_4; public: inline static int32_t get_offset_of_position_0() { return static_cast(offsetof(TMP_Vertex_t4F9D3FA0EB3F5F4E94EC06582B857C3C23AC2EA0, ___position_0)); } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_position_0() const { return ___position_0; } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_position_0() { return &___position_0; } inline void set_position_0(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value) { ___position_0 = value; } inline static int32_t get_offset_of_uv_1() { return static_cast(offsetof(TMP_Vertex_t4F9D3FA0EB3F5F4E94EC06582B857C3C23AC2EA0, ___uv_1)); } inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get_uv_1() const { return ___uv_1; } inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of_uv_1() { return &___uv_1; } inline void set_uv_1(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value) { ___uv_1 = value; } inline static int32_t get_offset_of_uv2_2() { return static_cast(offsetof(TMP_Vertex_t4F9D3FA0EB3F5F4E94EC06582B857C3C23AC2EA0, ___uv2_2)); } inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get_uv2_2() const { return ___uv2_2; } inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of_uv2_2() { return &___uv2_2; } inline void set_uv2_2(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value) { ___uv2_2 = value; } inline static int32_t get_offset_of_uv4_3() { return static_cast(offsetof(TMP_Vertex_t4F9D3FA0EB3F5F4E94EC06582B857C3C23AC2EA0, ___uv4_3)); } inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get_uv4_3() const { return ___uv4_3; } inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of_uv4_3() { return &___uv4_3; } inline void set_uv4_3(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value) { ___uv4_3 = value; } inline static int32_t get_offset_of_color_4() { return static_cast(offsetof(TMP_Vertex_t4F9D3FA0EB3F5F4E94EC06582B857C3C23AC2EA0, ___color_4)); } inline Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 get_color_4() const { return ___color_4; } inline Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 * get_address_of_color_4() { return &___color_4; } inline void set_color_4(Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 value) { ___color_4 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TMP_VERTEX_T4F9D3FA0EB3F5F4E94EC06582B857C3C23AC2EA0_H #ifndef TMP_VERTEXDATAUPDATEFLAGS_TBEFA6E84F629CD5F4B1B040D55F7AB11B1AD6142_H #define TMP_VERTEXDATAUPDATEFLAGS_TBEFA6E84F629CD5F4B1B040D55F7AB11B1AD6142_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // TMPro.TMP_VertexDataUpdateFlags struct TMP_VertexDataUpdateFlags_tBEFA6E84F629CD5F4B1B040D55F7AB11B1AD6142 { public: // System.Int32 TMPro.TMP_VertexDataUpdateFlags::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(TMP_VertexDataUpdateFlags_tBEFA6E84F629CD5F4B1B040D55F7AB11B1AD6142, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TMP_VERTEXDATAUPDATEFLAGS_TBEFA6E84F629CD5F4B1B040D55F7AB11B1AD6142_H #ifndef TMP_XMLTAGSTACK_1_TE3F1A1DBF5C066777F7FD28E182B6A14FCCC8A99_H #define TMP_XMLTAGSTACK_1_TE3F1A1DBF5C066777F7FD28E182B6A14FCCC8A99_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // TMPro.TMP_XmlTagStack`1 struct TMP_XmlTagStack_1_tE3F1A1DBF5C066777F7FD28E182B6A14FCCC8A99 { public: // T[] TMPro.TMP_XmlTagStack`1::itemStack MaterialReferenceU5BU5D_t01EC9C1C00A504C2EF9FBAF95DE26BB88E9B743B* ___itemStack_0; // System.Int32 TMPro.TMP_XmlTagStack`1::index int32_t ___index_1; // System.Int32 TMPro.TMP_XmlTagStack`1::m_capacity int32_t ___m_capacity_2; // T TMPro.TMP_XmlTagStack`1::m_defaultItem MaterialReference_tFDD866CC1D210125CDEC9DCB60B9AACB2FE3AF7F ___m_defaultItem_3; public: inline static int32_t get_offset_of_itemStack_0() { return static_cast(offsetof(TMP_XmlTagStack_1_tE3F1A1DBF5C066777F7FD28E182B6A14FCCC8A99, ___itemStack_0)); } inline MaterialReferenceU5BU5D_t01EC9C1C00A504C2EF9FBAF95DE26BB88E9B743B* get_itemStack_0() const { return ___itemStack_0; } inline MaterialReferenceU5BU5D_t01EC9C1C00A504C2EF9FBAF95DE26BB88E9B743B** get_address_of_itemStack_0() { return &___itemStack_0; } inline void set_itemStack_0(MaterialReferenceU5BU5D_t01EC9C1C00A504C2EF9FBAF95DE26BB88E9B743B* value) { ___itemStack_0 = value; Il2CppCodeGenWriteBarrier((&___itemStack_0), value); } inline static int32_t get_offset_of_index_1() { return static_cast(offsetof(TMP_XmlTagStack_1_tE3F1A1DBF5C066777F7FD28E182B6A14FCCC8A99, ___index_1)); } inline int32_t get_index_1() const { return ___index_1; } inline int32_t* get_address_of_index_1() { return &___index_1; } inline void set_index_1(int32_t value) { ___index_1 = value; } inline static int32_t get_offset_of_m_capacity_2() { return static_cast(offsetof(TMP_XmlTagStack_1_tE3F1A1DBF5C066777F7FD28E182B6A14FCCC8A99, ___m_capacity_2)); } inline int32_t get_m_capacity_2() const { return ___m_capacity_2; } inline int32_t* get_address_of_m_capacity_2() { return &___m_capacity_2; } inline void set_m_capacity_2(int32_t value) { ___m_capacity_2 = value; } inline static int32_t get_offset_of_m_defaultItem_3() { return static_cast(offsetof(TMP_XmlTagStack_1_tE3F1A1DBF5C066777F7FD28E182B6A14FCCC8A99, ___m_defaultItem_3)); } inline MaterialReference_tFDD866CC1D210125CDEC9DCB60B9AACB2FE3AF7F get_m_defaultItem_3() const { return ___m_defaultItem_3; } inline MaterialReference_tFDD866CC1D210125CDEC9DCB60B9AACB2FE3AF7F * get_address_of_m_defaultItem_3() { return &___m_defaultItem_3; } inline void set_m_defaultItem_3(MaterialReference_tFDD866CC1D210125CDEC9DCB60B9AACB2FE3AF7F value) { ___m_defaultItem_3 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TMP_XMLTAGSTACK_1_TE3F1A1DBF5C066777F7FD28E182B6A14FCCC8A99_H #ifndef TMP_XMLTAGSTACK_1_T27223C90F10F186D303BFD74CFAA4A10F1C06314_H #define TMP_XMLTAGSTACK_1_T27223C90F10F186D303BFD74CFAA4A10F1C06314_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // TMPro.TMP_XmlTagStack`1 struct TMP_XmlTagStack_1_t27223C90F10F186D303BFD74CFAA4A10F1C06314 { public: // T[] TMPro.TMP_XmlTagStack`1::itemStack Color32U5BU5D_tABFBCB467E6D1B791303A0D3A3AA1A482F620983* ___itemStack_0; // System.Int32 TMPro.TMP_XmlTagStack`1::index int32_t ___index_1; // System.Int32 TMPro.TMP_XmlTagStack`1::m_capacity int32_t ___m_capacity_2; // T TMPro.TMP_XmlTagStack`1::m_defaultItem Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 ___m_defaultItem_3; public: inline static int32_t get_offset_of_itemStack_0() { return static_cast(offsetof(TMP_XmlTagStack_1_t27223C90F10F186D303BFD74CFAA4A10F1C06314, ___itemStack_0)); } inline Color32U5BU5D_tABFBCB467E6D1B791303A0D3A3AA1A482F620983* get_itemStack_0() const { return ___itemStack_0; } inline Color32U5BU5D_tABFBCB467E6D1B791303A0D3A3AA1A482F620983** get_address_of_itemStack_0() { return &___itemStack_0; } inline void set_itemStack_0(Color32U5BU5D_tABFBCB467E6D1B791303A0D3A3AA1A482F620983* value) { ___itemStack_0 = value; Il2CppCodeGenWriteBarrier((&___itemStack_0), value); } inline static int32_t get_offset_of_index_1() { return static_cast(offsetof(TMP_XmlTagStack_1_t27223C90F10F186D303BFD74CFAA4A10F1C06314, ___index_1)); } inline int32_t get_index_1() const { return ___index_1; } inline int32_t* get_address_of_index_1() { return &___index_1; } inline void set_index_1(int32_t value) { ___index_1 = value; } inline static int32_t get_offset_of_m_capacity_2() { return static_cast(offsetof(TMP_XmlTagStack_1_t27223C90F10F186D303BFD74CFAA4A10F1C06314, ___m_capacity_2)); } inline int32_t get_m_capacity_2() const { return ___m_capacity_2; } inline int32_t* get_address_of_m_capacity_2() { return &___m_capacity_2; } inline void set_m_capacity_2(int32_t value) { ___m_capacity_2 = value; } inline static int32_t get_offset_of_m_defaultItem_3() { return static_cast(offsetof(TMP_XmlTagStack_1_t27223C90F10F186D303BFD74CFAA4A10F1C06314, ___m_defaultItem_3)); } inline Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 get_m_defaultItem_3() const { return ___m_defaultItem_3; } inline Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 * get_address_of_m_defaultItem_3() { return &___m_defaultItem_3; } inline void set_m_defaultItem_3(Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 value) { ___m_defaultItem_3 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TMP_XMLTAGSTACK_1_T27223C90F10F186D303BFD74CFAA4A10F1C06314_H #ifndef TAGTYPE_T4B5E4B6EA37C80B2B56D26467FD3ED332288E03B_H #define TAGTYPE_T4B5E4B6EA37C80B2B56D26467FD3ED332288E03B_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // TMPro.TagType struct TagType_t4B5E4B6EA37C80B2B56D26467FD3ED332288E03B { public: // System.Int32 TMPro.TagType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(TagType_t4B5E4B6EA37C80B2B56D26467FD3ED332288E03B, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TAGTYPE_T4B5E4B6EA37C80B2B56D26467FD3ED332288E03B_H #ifndef TAGUNITS_T145D46ED7880ABBC2FC79E1D6DA95E9F30355332_H #define TAGUNITS_T145D46ED7880ABBC2FC79E1D6DA95E9F30355332_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // TMPro.TagUnits struct TagUnits_t145D46ED7880ABBC2FC79E1D6DA95E9F30355332 { public: // System.Int32 TMPro.TagUnits::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(TagUnits_t145D46ED7880ABBC2FC79E1D6DA95E9F30355332, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TAGUNITS_T145D46ED7880ABBC2FC79E1D6DA95E9F30355332_H #ifndef TEXTALIGNMENTOPTIONS_T4BEB3BA6EE897B5127FFBABD7E36B1A024EE5337_H #define TEXTALIGNMENTOPTIONS_T4BEB3BA6EE897B5127FFBABD7E36B1A024EE5337_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // TMPro.TextAlignmentOptions struct TextAlignmentOptions_t4BEB3BA6EE897B5127FFBABD7E36B1A024EE5337 { public: // System.Int32 TMPro.TextAlignmentOptions::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(TextAlignmentOptions_t4BEB3BA6EE897B5127FFBABD7E36B1A024EE5337, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TEXTALIGNMENTOPTIONS_T4BEB3BA6EE897B5127FFBABD7E36B1A024EE5337_H #ifndef TEXTOVERFLOWMODES_TC4F820014333ECAF4D52B02F75171FD9E52B9D76_H #define TEXTOVERFLOWMODES_TC4F820014333ECAF4D52B02F75171FD9E52B9D76_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // TMPro.TextOverflowModes struct TextOverflowModes_tC4F820014333ECAF4D52B02F75171FD9E52B9D76 { public: // System.Int32 TMPro.TextOverflowModes::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(TextOverflowModes_tC4F820014333ECAF4D52B02F75171FD9E52B9D76, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TEXTOVERFLOWMODES_TC4F820014333ECAF4D52B02F75171FD9E52B9D76_H #ifndef TEXTRENDERFLAGS_T29165355D5674BAEF40359B740631503FA9C0B56_H #define TEXTRENDERFLAGS_T29165355D5674BAEF40359B740631503FA9C0B56_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // TMPro.TextRenderFlags struct TextRenderFlags_t29165355D5674BAEF40359B740631503FA9C0B56 { public: // System.Int32 TMPro.TextRenderFlags::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(TextRenderFlags_t29165355D5674BAEF40359B740631503FA9C0B56, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TEXTRENDERFLAGS_T29165355D5674BAEF40359B740631503FA9C0B56_H #ifndef TEXTUREMAPPINGOPTIONS_TAC77A218D6DF5F386DA38AEAF3D9C943F084BD10_H #define TEXTUREMAPPINGOPTIONS_TAC77A218D6DF5F386DA38AEAF3D9C943F084BD10_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // TMPro.TextureMappingOptions struct TextureMappingOptions_tAC77A218D6DF5F386DA38AEAF3D9C943F084BD10 { public: // System.Int32 TMPro.TextureMappingOptions::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(TextureMappingOptions_tAC77A218D6DF5F386DA38AEAF3D9C943F084BD10, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TEXTUREMAPPINGOPTIONS_TAC77A218D6DF5F386DA38AEAF3D9C943F084BD10_H #ifndef VERTEXGRADIENT_TDDAAE14E70CADA44B1B69F228CFF837C67EF6F9A_H #define VERTEXGRADIENT_TDDAAE14E70CADA44B1B69F228CFF837C67EF6F9A_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // TMPro.VertexGradient struct VertexGradient_tDDAAE14E70CADA44B1B69F228CFF837C67EF6F9A { public: // UnityEngine.Color TMPro.VertexGradient::topLeft Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 ___topLeft_0; // UnityEngine.Color TMPro.VertexGradient::topRight Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 ___topRight_1; // UnityEngine.Color TMPro.VertexGradient::bottomLeft Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 ___bottomLeft_2; // UnityEngine.Color TMPro.VertexGradient::bottomRight Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 ___bottomRight_3; public: inline static int32_t get_offset_of_topLeft_0() { return static_cast(offsetof(VertexGradient_tDDAAE14E70CADA44B1B69F228CFF837C67EF6F9A, ___topLeft_0)); } inline Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 get_topLeft_0() const { return ___topLeft_0; } inline Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 * get_address_of_topLeft_0() { return &___topLeft_0; } inline void set_topLeft_0(Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 value) { ___topLeft_0 = value; } inline static int32_t get_offset_of_topRight_1() { return static_cast(offsetof(VertexGradient_tDDAAE14E70CADA44B1B69F228CFF837C67EF6F9A, ___topRight_1)); } inline Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 get_topRight_1() const { return ___topRight_1; } inline Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 * get_address_of_topRight_1() { return &___topRight_1; } inline void set_topRight_1(Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 value) { ___topRight_1 = value; } inline static int32_t get_offset_of_bottomLeft_2() { return static_cast(offsetof(VertexGradient_tDDAAE14E70CADA44B1B69F228CFF837C67EF6F9A, ___bottomLeft_2)); } inline Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 get_bottomLeft_2() const { return ___bottomLeft_2; } inline Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 * get_address_of_bottomLeft_2() { return &___bottomLeft_2; } inline void set_bottomLeft_2(Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 value) { ___bottomLeft_2 = value; } inline static int32_t get_offset_of_bottomRight_3() { return static_cast(offsetof(VertexGradient_tDDAAE14E70CADA44B1B69F228CFF837C67EF6F9A, ___bottomRight_3)); } inline Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 get_bottomRight_3() const { return ___bottomRight_3; } inline Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 * get_address_of_bottomRight_3() { return &___bottomRight_3; } inline void set_bottomRight_3(Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 value) { ___bottomRight_3 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // VERTEXGRADIENT_TDDAAE14E70CADA44B1B69F228CFF837C67EF6F9A_H #ifndef VERTEXSORTINGORDER_T2571FF911BB69CC1CC229DF12DE68568E3F850E5_H #define VERTEXSORTINGORDER_T2571FF911BB69CC1CC229DF12DE68568E3F850E5_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // TMPro.VertexSortingOrder struct VertexSortingOrder_t2571FF911BB69CC1CC229DF12DE68568E3F850E5 { public: // System.Int32 TMPro.VertexSortingOrder::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(VertexSortingOrder_t2571FF911BB69CC1CC229DF12DE68568E3F850E5, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // VERTEXSORTINGORDER_T2571FF911BB69CC1CC229DF12DE68568E3F850E5_H #ifndef BOUNDS_TA2716F5212749C61B0E7B7B77E0CD3D79B742890_H #define BOUNDS_TA2716F5212749C61B0E7B7B77E0CD3D79B742890_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.Bounds struct Bounds_tA2716F5212749C61B0E7B7B77E0CD3D79B742890 { public: // UnityEngine.Vector3 UnityEngine.Bounds::m_Center Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___m_Center_0; // UnityEngine.Vector3 UnityEngine.Bounds::m_Extents Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___m_Extents_1; public: inline static int32_t get_offset_of_m_Center_0() { return static_cast(offsetof(Bounds_tA2716F5212749C61B0E7B7B77E0CD3D79B742890, ___m_Center_0)); } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_m_Center_0() const { return ___m_Center_0; } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_m_Center_0() { return &___m_Center_0; } inline void set_m_Center_0(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value) { ___m_Center_0 = value; } inline static int32_t get_offset_of_m_Extents_1() { return static_cast(offsetof(Bounds_tA2716F5212749C61B0E7B7B77E0CD3D79B742890, ___m_Extents_1)); } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_m_Extents_1() const { return ___m_Extents_1; } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_m_Extents_1() { return &___m_Extents_1; } inline void set_m_Extents_1(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value) { ___m_Extents_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // BOUNDS_TA2716F5212749C61B0E7B7B77E0CD3D79B742890_H #ifndef COROUTINE_TAE7DB2FC70A0AE6477F896F852057CB0754F06EC_H #define COROUTINE_TAE7DB2FC70A0AE6477F896F852057CB0754F06EC_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.Coroutine struct Coroutine_tAE7DB2FC70A0AE6477F896F852057CB0754F06EC : public YieldInstruction_t836035AC7BD07A3C7909F7AD2A5B42DE99D91C44 { public: // System.IntPtr UnityEngine.Coroutine::m_Ptr intptr_t ___m_Ptr_0; public: inline static int32_t get_offset_of_m_Ptr_0() { return static_cast(offsetof(Coroutine_tAE7DB2FC70A0AE6477F896F852057CB0754F06EC, ___m_Ptr_0)); } inline intptr_t get_m_Ptr_0() const { return ___m_Ptr_0; } inline intptr_t* get_address_of_m_Ptr_0() { return &___m_Ptr_0; } inline void set_m_Ptr_0(intptr_t value) { ___m_Ptr_0 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of UnityEngine.Coroutine struct Coroutine_tAE7DB2FC70A0AE6477F896F852057CB0754F06EC_marshaled_pinvoke : public YieldInstruction_t836035AC7BD07A3C7909F7AD2A5B42DE99D91C44_marshaled_pinvoke { intptr_t ___m_Ptr_0; }; // Native definition for COM marshalling of UnityEngine.Coroutine struct Coroutine_tAE7DB2FC70A0AE6477F896F852057CB0754F06EC_marshaled_com : public YieldInstruction_t836035AC7BD07A3C7909F7AD2A5B42DE99D91C44_marshaled_com { intptr_t ___m_Ptr_0; }; #endif // COROUTINE_TAE7DB2FC70A0AE6477F896F852057CB0754F06EC_H #ifndef INPUTBUTTON_TCC7470F9FD2AFE525243394F0215B47D4BF86AB0_H #define INPUTBUTTON_TCC7470F9FD2AFE525243394F0215B47D4BF86AB0_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.EventSystems.PointerEventData_InputButton struct InputButton_tCC7470F9FD2AFE525243394F0215B47D4BF86AB0 { public: // System.Int32 UnityEngine.EventSystems.PointerEventData_InputButton::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(InputButton_tCC7470F9FD2AFE525243394F0215B47D4BF86AB0, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // INPUTBUTTON_TCC7470F9FD2AFE525243394F0215B47D4BF86AB0_H #ifndef RAYCASTRESULT_T991BCED43A91EDD8580F39631DA07B1F88C58B91_H #define RAYCASTRESULT_T991BCED43A91EDD8580F39631DA07B1F88C58B91_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.EventSystems.RaycastResult struct RaycastResult_t991BCED43A91EDD8580F39631DA07B1F88C58B91 { public: // UnityEngine.GameObject UnityEngine.EventSystems.RaycastResult::m_GameObject GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ___m_GameObject_0; // UnityEngine.EventSystems.BaseRaycaster UnityEngine.EventSystems.RaycastResult::module BaseRaycaster_tC7F6105A89F54A38FBFC2659901855FDBB0E3966 * ___module_1; // System.Single UnityEngine.EventSystems.RaycastResult::distance float ___distance_2; // System.Single UnityEngine.EventSystems.RaycastResult::index float ___index_3; // System.Int32 UnityEngine.EventSystems.RaycastResult::depth int32_t ___depth_4; // System.Int32 UnityEngine.EventSystems.RaycastResult::sortingLayer int32_t ___sortingLayer_5; // System.Int32 UnityEngine.EventSystems.RaycastResult::sortingOrder int32_t ___sortingOrder_6; // UnityEngine.Vector3 UnityEngine.EventSystems.RaycastResult::worldPosition Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___worldPosition_7; // UnityEngine.Vector3 UnityEngine.EventSystems.RaycastResult::worldNormal Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___worldNormal_8; // UnityEngine.Vector2 UnityEngine.EventSystems.RaycastResult::screenPosition Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___screenPosition_9; public: inline static int32_t get_offset_of_m_GameObject_0() { return static_cast(offsetof(RaycastResult_t991BCED43A91EDD8580F39631DA07B1F88C58B91, ___m_GameObject_0)); } inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * get_m_GameObject_0() const { return ___m_GameObject_0; } inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F ** get_address_of_m_GameObject_0() { return &___m_GameObject_0; } inline void set_m_GameObject_0(GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * value) { ___m_GameObject_0 = value; Il2CppCodeGenWriteBarrier((&___m_GameObject_0), value); } inline static int32_t get_offset_of_module_1() { return static_cast(offsetof(RaycastResult_t991BCED43A91EDD8580F39631DA07B1F88C58B91, ___module_1)); } inline BaseRaycaster_tC7F6105A89F54A38FBFC2659901855FDBB0E3966 * get_module_1() const { return ___module_1; } inline BaseRaycaster_tC7F6105A89F54A38FBFC2659901855FDBB0E3966 ** get_address_of_module_1() { return &___module_1; } inline void set_module_1(BaseRaycaster_tC7F6105A89F54A38FBFC2659901855FDBB0E3966 * value) { ___module_1 = value; Il2CppCodeGenWriteBarrier((&___module_1), value); } inline static int32_t get_offset_of_distance_2() { return static_cast(offsetof(RaycastResult_t991BCED43A91EDD8580F39631DA07B1F88C58B91, ___distance_2)); } inline float get_distance_2() const { return ___distance_2; } inline float* get_address_of_distance_2() { return &___distance_2; } inline void set_distance_2(float value) { ___distance_2 = value; } inline static int32_t get_offset_of_index_3() { return static_cast(offsetof(RaycastResult_t991BCED43A91EDD8580F39631DA07B1F88C58B91, ___index_3)); } inline float get_index_3() const { return ___index_3; } inline float* get_address_of_index_3() { return &___index_3; } inline void set_index_3(float value) { ___index_3 = value; } inline static int32_t get_offset_of_depth_4() { return static_cast(offsetof(RaycastResult_t991BCED43A91EDD8580F39631DA07B1F88C58B91, ___depth_4)); } inline int32_t get_depth_4() const { return ___depth_4; } inline int32_t* get_address_of_depth_4() { return &___depth_4; } inline void set_depth_4(int32_t value) { ___depth_4 = value; } inline static int32_t get_offset_of_sortingLayer_5() { return static_cast(offsetof(RaycastResult_t991BCED43A91EDD8580F39631DA07B1F88C58B91, ___sortingLayer_5)); } inline int32_t get_sortingLayer_5() const { return ___sortingLayer_5; } inline int32_t* get_address_of_sortingLayer_5() { return &___sortingLayer_5; } inline void set_sortingLayer_5(int32_t value) { ___sortingLayer_5 = value; } inline static int32_t get_offset_of_sortingOrder_6() { return static_cast(offsetof(RaycastResult_t991BCED43A91EDD8580F39631DA07B1F88C58B91, ___sortingOrder_6)); } inline int32_t get_sortingOrder_6() const { return ___sortingOrder_6; } inline int32_t* get_address_of_sortingOrder_6() { return &___sortingOrder_6; } inline void set_sortingOrder_6(int32_t value) { ___sortingOrder_6 = value; } inline static int32_t get_offset_of_worldPosition_7() { return static_cast(offsetof(RaycastResult_t991BCED43A91EDD8580F39631DA07B1F88C58B91, ___worldPosition_7)); } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_worldPosition_7() const { return ___worldPosition_7; } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_worldPosition_7() { return &___worldPosition_7; } inline void set_worldPosition_7(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value) { ___worldPosition_7 = value; } inline static int32_t get_offset_of_worldNormal_8() { return static_cast(offsetof(RaycastResult_t991BCED43A91EDD8580F39631DA07B1F88C58B91, ___worldNormal_8)); } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_worldNormal_8() const { return ___worldNormal_8; } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_worldNormal_8() { return &___worldNormal_8; } inline void set_worldNormal_8(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value) { ___worldNormal_8 = value; } inline static int32_t get_offset_of_screenPosition_9() { return static_cast(offsetof(RaycastResult_t991BCED43A91EDD8580F39631DA07B1F88C58B91, ___screenPosition_9)); } inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get_screenPosition_9() const { return ___screenPosition_9; } inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of_screenPosition_9() { return &___screenPosition_9; } inline void set_screenPosition_9(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value) { ___screenPosition_9 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of UnityEngine.EventSystems.RaycastResult struct RaycastResult_t991BCED43A91EDD8580F39631DA07B1F88C58B91_marshaled_pinvoke { GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ___m_GameObject_0; BaseRaycaster_tC7F6105A89F54A38FBFC2659901855FDBB0E3966 * ___module_1; float ___distance_2; float ___index_3; int32_t ___depth_4; int32_t ___sortingLayer_5; int32_t ___sortingOrder_6; Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___worldPosition_7; Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___worldNormal_8; Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___screenPosition_9; }; // Native definition for COM marshalling of UnityEngine.EventSystems.RaycastResult struct RaycastResult_t991BCED43A91EDD8580F39631DA07B1F88C58B91_marshaled_com { GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ___m_GameObject_0; BaseRaycaster_tC7F6105A89F54A38FBFC2659901855FDBB0E3966 * ___module_1; float ___distance_2; float ___index_3; int32_t ___depth_4; int32_t ___sortingLayer_5; int32_t ___sortingOrder_6; Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___worldPosition_7; Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___worldNormal_8; Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___screenPosition_9; }; #endif // RAYCASTRESULT_T991BCED43A91EDD8580F39631DA07B1F88C58B91_H #ifndef HIDEFLAGS_T30B57DC00548E963A569318C8F4A4123E7447E37_H #define HIDEFLAGS_T30B57DC00548E963A569318C8F4A4123E7447E37_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.HideFlags struct HideFlags_t30B57DC00548E963A569318C8F4A4123E7447E37 { public: // System.Int32 UnityEngine.HideFlags::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(HideFlags_t30B57DC00548E963A569318C8F4A4123E7447E37, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // HIDEFLAGS_T30B57DC00548E963A569318C8F4A4123E7447E37_H #ifndef OBJECT_TAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_H #define OBJECT_TAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.Object struct Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 : public RuntimeObject { public: // System.IntPtr UnityEngine.Object::m_CachedPtr intptr_t ___m_CachedPtr_0; public: inline static int32_t get_offset_of_m_CachedPtr_0() { return static_cast(offsetof(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0, ___m_CachedPtr_0)); } inline intptr_t get_m_CachedPtr_0() const { return ___m_CachedPtr_0; } inline intptr_t* get_address_of_m_CachedPtr_0() { return &___m_CachedPtr_0; } inline void set_m_CachedPtr_0(intptr_t value) { ___m_CachedPtr_0 = value; } }; struct Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_StaticFields { public: // System.Int32 UnityEngine.Object::OffsetOfInstanceIDInCPlusPlusObject int32_t ___OffsetOfInstanceIDInCPlusPlusObject_1; public: inline static int32_t get_offset_of_OffsetOfInstanceIDInCPlusPlusObject_1() { return static_cast(offsetof(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_StaticFields, ___OffsetOfInstanceIDInCPlusPlusObject_1)); } inline int32_t get_OffsetOfInstanceIDInCPlusPlusObject_1() const { return ___OffsetOfInstanceIDInCPlusPlusObject_1; } inline int32_t* get_address_of_OffsetOfInstanceIDInCPlusPlusObject_1() { return &___OffsetOfInstanceIDInCPlusPlusObject_1; } inline void set_OffsetOfInstanceIDInCPlusPlusObject_1(int32_t value) { ___OffsetOfInstanceIDInCPlusPlusObject_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of UnityEngine.Object struct Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_marshaled_pinvoke { intptr_t ___m_CachedPtr_0; }; // Native definition for COM marshalling of UnityEngine.Object struct Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_marshaled_com { intptr_t ___m_CachedPtr_0; }; #endif // OBJECT_TAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_H #ifndef TOUCHSCREENKEYBOARDTYPE_TDD21D45735F3021BF4C6C7C1A660ABF03EBCE602_H #define TOUCHSCREENKEYBOARDTYPE_TDD21D45735F3021BF4C6C7C1A660ABF03EBCE602_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.TouchScreenKeyboardType struct TouchScreenKeyboardType_tDD21D45735F3021BF4C6C7C1A660ABF03EBCE602 { public: // System.Int32 UnityEngine.TouchScreenKeyboardType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(TouchScreenKeyboardType_tDD21D45735F3021BF4C6C7C1A660ABF03EBCE602, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TOUCHSCREENKEYBOARDTYPE_TDD21D45735F3021BF4C6C7C1A660ABF03EBCE602_H #ifndef CANVASUPDATE_T101AC9B078FFAAC6BDA703E7439B320BC19E9AF6_H #define CANVASUPDATE_T101AC9B078FFAAC6BDA703E7439B320BC19E9AF6_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.UI.CanvasUpdate struct CanvasUpdate_t101AC9B078FFAAC6BDA703E7439B320BC19E9AF6 { public: // System.Int32 UnityEngine.UI.CanvasUpdate::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(CanvasUpdate_t101AC9B078FFAAC6BDA703E7439B320BC19E9AF6, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CANVASUPDATE_T101AC9B078FFAAC6BDA703E7439B320BC19E9AF6_H #ifndef COLORBLOCK_T93B54DF6E8D65D24CEA9726CA745E48C53E3B1EA_H #define COLORBLOCK_T93B54DF6E8D65D24CEA9726CA745E48C53E3B1EA_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.UI.ColorBlock struct ColorBlock_t93B54DF6E8D65D24CEA9726CA745E48C53E3B1EA { public: // UnityEngine.Color UnityEngine.UI.ColorBlock::m_NormalColor Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 ___m_NormalColor_0; // UnityEngine.Color UnityEngine.UI.ColorBlock::m_HighlightedColor Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 ___m_HighlightedColor_1; // UnityEngine.Color UnityEngine.UI.ColorBlock::m_PressedColor Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 ___m_PressedColor_2; // UnityEngine.Color UnityEngine.UI.ColorBlock::m_DisabledColor Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 ___m_DisabledColor_3; // System.Single UnityEngine.UI.ColorBlock::m_ColorMultiplier float ___m_ColorMultiplier_4; // System.Single UnityEngine.UI.ColorBlock::m_FadeDuration float ___m_FadeDuration_5; public: inline static int32_t get_offset_of_m_NormalColor_0() { return static_cast(offsetof(ColorBlock_t93B54DF6E8D65D24CEA9726CA745E48C53E3B1EA, ___m_NormalColor_0)); } inline Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 get_m_NormalColor_0() const { return ___m_NormalColor_0; } inline Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 * get_address_of_m_NormalColor_0() { return &___m_NormalColor_0; } inline void set_m_NormalColor_0(Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 value) { ___m_NormalColor_0 = value; } inline static int32_t get_offset_of_m_HighlightedColor_1() { return static_cast(offsetof(ColorBlock_t93B54DF6E8D65D24CEA9726CA745E48C53E3B1EA, ___m_HighlightedColor_1)); } inline Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 get_m_HighlightedColor_1() const { return ___m_HighlightedColor_1; } inline Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 * get_address_of_m_HighlightedColor_1() { return &___m_HighlightedColor_1; } inline void set_m_HighlightedColor_1(Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 value) { ___m_HighlightedColor_1 = value; } inline static int32_t get_offset_of_m_PressedColor_2() { return static_cast(offsetof(ColorBlock_t93B54DF6E8D65D24CEA9726CA745E48C53E3B1EA, ___m_PressedColor_2)); } inline Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 get_m_PressedColor_2() const { return ___m_PressedColor_2; } inline Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 * get_address_of_m_PressedColor_2() { return &___m_PressedColor_2; } inline void set_m_PressedColor_2(Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 value) { ___m_PressedColor_2 = value; } inline static int32_t get_offset_of_m_DisabledColor_3() { return static_cast(offsetof(ColorBlock_t93B54DF6E8D65D24CEA9726CA745E48C53E3B1EA, ___m_DisabledColor_3)); } inline Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 get_m_DisabledColor_3() const { return ___m_DisabledColor_3; } inline Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 * get_address_of_m_DisabledColor_3() { return &___m_DisabledColor_3; } inline void set_m_DisabledColor_3(Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 value) { ___m_DisabledColor_3 = value; } inline static int32_t get_offset_of_m_ColorMultiplier_4() { return static_cast(offsetof(ColorBlock_t93B54DF6E8D65D24CEA9726CA745E48C53E3B1EA, ___m_ColorMultiplier_4)); } inline float get_m_ColorMultiplier_4() const { return ___m_ColorMultiplier_4; } inline float* get_address_of_m_ColorMultiplier_4() { return &___m_ColorMultiplier_4; } inline void set_m_ColorMultiplier_4(float value) { ___m_ColorMultiplier_4 = value; } inline static int32_t get_offset_of_m_FadeDuration_5() { return static_cast(offsetof(ColorBlock_t93B54DF6E8D65D24CEA9726CA745E48C53E3B1EA, ___m_FadeDuration_5)); } inline float get_m_FadeDuration_5() const { return ___m_FadeDuration_5; } inline float* get_address_of_m_FadeDuration_5() { return &___m_FadeDuration_5; } inline void set_m_FadeDuration_5(float value) { ___m_FadeDuration_5 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // COLORBLOCK_T93B54DF6E8D65D24CEA9726CA745E48C53E3B1EA_H #ifndef MODE_T93F92BD50B147AE38D82BA33FA77FD247A59FE26_H #define MODE_T93F92BD50B147AE38D82BA33FA77FD247A59FE26_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.UI.Navigation_Mode struct Mode_t93F92BD50B147AE38D82BA33FA77FD247A59FE26 { public: // System.Int32 UnityEngine.UI.Navigation_Mode::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(Mode_t93F92BD50B147AE38D82BA33FA77FD247A59FE26, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // MODE_T93F92BD50B147AE38D82BA33FA77FD247A59FE26_H #ifndef SELECTIONSTATE_TF089B96B46A592693753CBF23C52A3887632D210_H #define SELECTIONSTATE_TF089B96B46A592693753CBF23C52A3887632D210_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.UI.Selectable_SelectionState struct SelectionState_tF089B96B46A592693753CBF23C52A3887632D210 { public: // System.Int32 UnityEngine.UI.Selectable_SelectionState::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(SelectionState_tF089B96B46A592693753CBF23C52A3887632D210, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SELECTIONSTATE_TF089B96B46A592693753CBF23C52A3887632D210_H #ifndef TRANSITION_TA9261C608B54C52324084A0B080E7A3E0548A181_H #define TRANSITION_TA9261C608B54C52324084A0B080E7A3E0548A181_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.UI.Selectable_Transition struct Transition_tA9261C608B54C52324084A0B080E7A3E0548A181 { public: // System.Int32 UnityEngine.UI.Selectable_Transition::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(Transition_tA9261C608B54C52324084A0B080E7A3E0548A181, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TRANSITION_TA9261C608B54C52324084A0B080E7A3E0548A181_H #ifndef MULTICASTDELEGATE_T_H #define MULTICASTDELEGATE_T_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.MulticastDelegate struct MulticastDelegate_t : public Delegate_t { public: // System.Delegate[] System.MulticastDelegate::delegates DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* ___delegates_11; public: inline static int32_t get_offset_of_delegates_11() { return static_cast(offsetof(MulticastDelegate_t, ___delegates_11)); } inline DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* get_delegates_11() const { return ___delegates_11; } inline DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86** get_address_of_delegates_11() { return &___delegates_11; } inline void set_delegates_11(DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* value) { ___delegates_11 = value; Il2CppCodeGenWriteBarrier((&___delegates_11), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of System.MulticastDelegate struct MulticastDelegate_t_marshaled_pinvoke : public Delegate_t_marshaled_pinvoke { Delegate_t_marshaled_pinvoke** ___delegates_11; }; // Native definition for COM marshalling of System.MulticastDelegate struct MulticastDelegate_t_marshaled_com : public Delegate_t_marshaled_com { Delegate_t_marshaled_com** ___delegates_11; }; #endif // MULTICASTDELEGATE_T_H #ifndef TYPE_T_H #define TYPE_T_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Type struct Type_t : public MemberInfo_t { public: // System.RuntimeTypeHandle System.Type::_impl RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D ____impl_9; public: inline static int32_t get_offset_of__impl_9() { return static_cast(offsetof(Type_t, ____impl_9)); } inline RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D get__impl_9() const { return ____impl_9; } inline RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D * get_address_of__impl_9() { return &____impl_9; } inline void set__impl_9(RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D value) { ____impl_9 = value; } }; struct Type_t_StaticFields { public: // System.Reflection.MemberFilter System.Type::FilterAttribute MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 * ___FilterAttribute_0; // System.Reflection.MemberFilter System.Type::FilterName MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 * ___FilterName_1; // System.Reflection.MemberFilter System.Type::FilterNameIgnoreCase MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 * ___FilterNameIgnoreCase_2; // System.Object System.Type::Missing RuntimeObject * ___Missing_3; // System.Char System.Type::Delimiter Il2CppChar ___Delimiter_4; // System.Type[] System.Type::EmptyTypes TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* ___EmptyTypes_5; // System.Reflection.Binder System.Type::defaultBinder Binder_t4D5CB06963501D32847C057B57157D6DC49CA759 * ___defaultBinder_6; public: inline static int32_t get_offset_of_FilterAttribute_0() { return static_cast(offsetof(Type_t_StaticFields, ___FilterAttribute_0)); } inline MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 * get_FilterAttribute_0() const { return ___FilterAttribute_0; } inline MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 ** get_address_of_FilterAttribute_0() { return &___FilterAttribute_0; } inline void set_FilterAttribute_0(MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 * value) { ___FilterAttribute_0 = value; Il2CppCodeGenWriteBarrier((&___FilterAttribute_0), value); } inline static int32_t get_offset_of_FilterName_1() { return static_cast(offsetof(Type_t_StaticFields, ___FilterName_1)); } inline MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 * get_FilterName_1() const { return ___FilterName_1; } inline MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 ** get_address_of_FilterName_1() { return &___FilterName_1; } inline void set_FilterName_1(MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 * value) { ___FilterName_1 = value; Il2CppCodeGenWriteBarrier((&___FilterName_1), value); } inline static int32_t get_offset_of_FilterNameIgnoreCase_2() { return static_cast(offsetof(Type_t_StaticFields, ___FilterNameIgnoreCase_2)); } inline MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 * get_FilterNameIgnoreCase_2() const { return ___FilterNameIgnoreCase_2; } inline MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 ** get_address_of_FilterNameIgnoreCase_2() { return &___FilterNameIgnoreCase_2; } inline void set_FilterNameIgnoreCase_2(MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 * value) { ___FilterNameIgnoreCase_2 = value; Il2CppCodeGenWriteBarrier((&___FilterNameIgnoreCase_2), value); } inline static int32_t get_offset_of_Missing_3() { return static_cast(offsetof(Type_t_StaticFields, ___Missing_3)); } inline RuntimeObject * get_Missing_3() const { return ___Missing_3; } inline RuntimeObject ** get_address_of_Missing_3() { return &___Missing_3; } inline void set_Missing_3(RuntimeObject * value) { ___Missing_3 = value; Il2CppCodeGenWriteBarrier((&___Missing_3), value); } inline static int32_t get_offset_of_Delimiter_4() { return static_cast(offsetof(Type_t_StaticFields, ___Delimiter_4)); } inline Il2CppChar get_Delimiter_4() const { return ___Delimiter_4; } inline Il2CppChar* get_address_of_Delimiter_4() { return &___Delimiter_4; } inline void set_Delimiter_4(Il2CppChar value) { ___Delimiter_4 = value; } inline static int32_t get_offset_of_EmptyTypes_5() { return static_cast(offsetof(Type_t_StaticFields, ___EmptyTypes_5)); } inline TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* get_EmptyTypes_5() const { return ___EmptyTypes_5; } inline TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F** get_address_of_EmptyTypes_5() { return &___EmptyTypes_5; } inline void set_EmptyTypes_5(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* value) { ___EmptyTypes_5 = value; Il2CppCodeGenWriteBarrier((&___EmptyTypes_5), value); } inline static int32_t get_offset_of_defaultBinder_6() { return static_cast(offsetof(Type_t_StaticFields, ___defaultBinder_6)); } inline Binder_t4D5CB06963501D32847C057B57157D6DC49CA759 * get_defaultBinder_6() const { return ___defaultBinder_6; } inline Binder_t4D5CB06963501D32847C057B57157D6DC49CA759 ** get_address_of_defaultBinder_6() { return &___defaultBinder_6; } inline void set_defaultBinder_6(Binder_t4D5CB06963501D32847C057B57157D6DC49CA759 * value) { ___defaultBinder_6 = value; Il2CppCodeGenWriteBarrier((&___defaultBinder_6), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TYPE_T_H #ifndef TMP_CHARACTERINFO_T15C146F0B08EE44A63EC777AC32151D061AFFAF1_H #define TMP_CHARACTERINFO_T15C146F0B08EE44A63EC777AC32151D061AFFAF1_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // TMPro.TMP_CharacterInfo struct TMP_CharacterInfo_t15C146F0B08EE44A63EC777AC32151D061AFFAF1 { public: // System.Char TMPro.TMP_CharacterInfo::character Il2CppChar ___character_0; // System.Int32 TMPro.TMP_CharacterInfo::index int32_t ___index_1; // TMPro.TMP_TextElementType TMPro.TMP_CharacterInfo::elementType int32_t ___elementType_2; // TMPro.TMP_TextElement TMPro.TMP_CharacterInfo::textElement TMP_TextElement_tB9A6A361BB93487BD07DDDA37A368819DA46C344 * ___textElement_3; // TMPro.TMP_FontAsset TMPro.TMP_CharacterInfo::fontAsset TMP_FontAsset_t44D2006105B39FB33AE5A0ADF07A7EF36C72385C * ___fontAsset_4; // TMPro.TMP_SpriteAsset TMPro.TMP_CharacterInfo::spriteAsset TMP_SpriteAsset_tF896FFED2AA9395D6BC40FFEAC6DE7555A27A487 * ___spriteAsset_5; // System.Int32 TMPro.TMP_CharacterInfo::spriteIndex int32_t ___spriteIndex_6; // UnityEngine.Material TMPro.TMP_CharacterInfo::material Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * ___material_7; // System.Int32 TMPro.TMP_CharacterInfo::materialReferenceIndex int32_t ___materialReferenceIndex_8; // System.Boolean TMPro.TMP_CharacterInfo::isUsingAlternateTypeface bool ___isUsingAlternateTypeface_9; // System.Single TMPro.TMP_CharacterInfo::pointSize float ___pointSize_10; // System.Int32 TMPro.TMP_CharacterInfo::lineNumber int32_t ___lineNumber_11; // System.Int32 TMPro.TMP_CharacterInfo::pageNumber int32_t ___pageNumber_12; // System.Int32 TMPro.TMP_CharacterInfo::vertexIndex int32_t ___vertexIndex_13; // TMPro.TMP_Vertex TMPro.TMP_CharacterInfo::vertex_TL TMP_Vertex_t4F9D3FA0EB3F5F4E94EC06582B857C3C23AC2EA0 ___vertex_TL_14; // TMPro.TMP_Vertex TMPro.TMP_CharacterInfo::vertex_BL TMP_Vertex_t4F9D3FA0EB3F5F4E94EC06582B857C3C23AC2EA0 ___vertex_BL_15; // TMPro.TMP_Vertex TMPro.TMP_CharacterInfo::vertex_TR TMP_Vertex_t4F9D3FA0EB3F5F4E94EC06582B857C3C23AC2EA0 ___vertex_TR_16; // TMPro.TMP_Vertex TMPro.TMP_CharacterInfo::vertex_BR TMP_Vertex_t4F9D3FA0EB3F5F4E94EC06582B857C3C23AC2EA0 ___vertex_BR_17; // UnityEngine.Vector3 TMPro.TMP_CharacterInfo::topLeft Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___topLeft_18; // UnityEngine.Vector3 TMPro.TMP_CharacterInfo::bottomLeft Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___bottomLeft_19; // UnityEngine.Vector3 TMPro.TMP_CharacterInfo::topRight Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___topRight_20; // UnityEngine.Vector3 TMPro.TMP_CharacterInfo::bottomRight Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___bottomRight_21; // System.Single TMPro.TMP_CharacterInfo::origin float ___origin_22; // System.Single TMPro.TMP_CharacterInfo::ascender float ___ascender_23; // System.Single TMPro.TMP_CharacterInfo::baseLine float ___baseLine_24; // System.Single TMPro.TMP_CharacterInfo::descender float ___descender_25; // System.Single TMPro.TMP_CharacterInfo::xAdvance float ___xAdvance_26; // System.Single TMPro.TMP_CharacterInfo::aspectRatio float ___aspectRatio_27; // System.Single TMPro.TMP_CharacterInfo::scale float ___scale_28; // UnityEngine.Color32 TMPro.TMP_CharacterInfo::color Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 ___color_29; // UnityEngine.Color32 TMPro.TMP_CharacterInfo::underlineColor Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 ___underlineColor_30; // UnityEngine.Color32 TMPro.TMP_CharacterInfo::strikethroughColor Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 ___strikethroughColor_31; // UnityEngine.Color32 TMPro.TMP_CharacterInfo::highlightColor Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 ___highlightColor_32; // TMPro.FontStyles TMPro.TMP_CharacterInfo::style int32_t ___style_33; // System.Boolean TMPro.TMP_CharacterInfo::isVisible bool ___isVisible_34; public: inline static int32_t get_offset_of_character_0() { return static_cast(offsetof(TMP_CharacterInfo_t15C146F0B08EE44A63EC777AC32151D061AFFAF1, ___character_0)); } inline Il2CppChar get_character_0() const { return ___character_0; } inline Il2CppChar* get_address_of_character_0() { return &___character_0; } inline void set_character_0(Il2CppChar value) { ___character_0 = value; } inline static int32_t get_offset_of_index_1() { return static_cast(offsetof(TMP_CharacterInfo_t15C146F0B08EE44A63EC777AC32151D061AFFAF1, ___index_1)); } inline int32_t get_index_1() const { return ___index_1; } inline int32_t* get_address_of_index_1() { return &___index_1; } inline void set_index_1(int32_t value) { ___index_1 = value; } inline static int32_t get_offset_of_elementType_2() { return static_cast(offsetof(TMP_CharacterInfo_t15C146F0B08EE44A63EC777AC32151D061AFFAF1, ___elementType_2)); } inline int32_t get_elementType_2() const { return ___elementType_2; } inline int32_t* get_address_of_elementType_2() { return &___elementType_2; } inline void set_elementType_2(int32_t value) { ___elementType_2 = value; } inline static int32_t get_offset_of_textElement_3() { return static_cast(offsetof(TMP_CharacterInfo_t15C146F0B08EE44A63EC777AC32151D061AFFAF1, ___textElement_3)); } inline TMP_TextElement_tB9A6A361BB93487BD07DDDA37A368819DA46C344 * get_textElement_3() const { return ___textElement_3; } inline TMP_TextElement_tB9A6A361BB93487BD07DDDA37A368819DA46C344 ** get_address_of_textElement_3() { return &___textElement_3; } inline void set_textElement_3(TMP_TextElement_tB9A6A361BB93487BD07DDDA37A368819DA46C344 * value) { ___textElement_3 = value; Il2CppCodeGenWriteBarrier((&___textElement_3), value); } inline static int32_t get_offset_of_fontAsset_4() { return static_cast(offsetof(TMP_CharacterInfo_t15C146F0B08EE44A63EC777AC32151D061AFFAF1, ___fontAsset_4)); } inline TMP_FontAsset_t44D2006105B39FB33AE5A0ADF07A7EF36C72385C * get_fontAsset_4() const { return ___fontAsset_4; } inline TMP_FontAsset_t44D2006105B39FB33AE5A0ADF07A7EF36C72385C ** get_address_of_fontAsset_4() { return &___fontAsset_4; } inline void set_fontAsset_4(TMP_FontAsset_t44D2006105B39FB33AE5A0ADF07A7EF36C72385C * value) { ___fontAsset_4 = value; Il2CppCodeGenWriteBarrier((&___fontAsset_4), value); } inline static int32_t get_offset_of_spriteAsset_5() { return static_cast(offsetof(TMP_CharacterInfo_t15C146F0B08EE44A63EC777AC32151D061AFFAF1, ___spriteAsset_5)); } inline TMP_SpriteAsset_tF896FFED2AA9395D6BC40FFEAC6DE7555A27A487 * get_spriteAsset_5() const { return ___spriteAsset_5; } inline TMP_SpriteAsset_tF896FFED2AA9395D6BC40FFEAC6DE7555A27A487 ** get_address_of_spriteAsset_5() { return &___spriteAsset_5; } inline void set_spriteAsset_5(TMP_SpriteAsset_tF896FFED2AA9395D6BC40FFEAC6DE7555A27A487 * value) { ___spriteAsset_5 = value; Il2CppCodeGenWriteBarrier((&___spriteAsset_5), value); } inline static int32_t get_offset_of_spriteIndex_6() { return static_cast(offsetof(TMP_CharacterInfo_t15C146F0B08EE44A63EC777AC32151D061AFFAF1, ___spriteIndex_6)); } inline int32_t get_spriteIndex_6() const { return ___spriteIndex_6; } inline int32_t* get_address_of_spriteIndex_6() { return &___spriteIndex_6; } inline void set_spriteIndex_6(int32_t value) { ___spriteIndex_6 = value; } inline static int32_t get_offset_of_material_7() { return static_cast(offsetof(TMP_CharacterInfo_t15C146F0B08EE44A63EC777AC32151D061AFFAF1, ___material_7)); } inline Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * get_material_7() const { return ___material_7; } inline Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 ** get_address_of_material_7() { return &___material_7; } inline void set_material_7(Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * value) { ___material_7 = value; Il2CppCodeGenWriteBarrier((&___material_7), value); } inline static int32_t get_offset_of_materialReferenceIndex_8() { return static_cast(offsetof(TMP_CharacterInfo_t15C146F0B08EE44A63EC777AC32151D061AFFAF1, ___materialReferenceIndex_8)); } inline int32_t get_materialReferenceIndex_8() const { return ___materialReferenceIndex_8; } inline int32_t* get_address_of_materialReferenceIndex_8() { return &___materialReferenceIndex_8; } inline void set_materialReferenceIndex_8(int32_t value) { ___materialReferenceIndex_8 = value; } inline static int32_t get_offset_of_isUsingAlternateTypeface_9() { return static_cast(offsetof(TMP_CharacterInfo_t15C146F0B08EE44A63EC777AC32151D061AFFAF1, ___isUsingAlternateTypeface_9)); } inline bool get_isUsingAlternateTypeface_9() const { return ___isUsingAlternateTypeface_9; } inline bool* get_address_of_isUsingAlternateTypeface_9() { return &___isUsingAlternateTypeface_9; } inline void set_isUsingAlternateTypeface_9(bool value) { ___isUsingAlternateTypeface_9 = value; } inline static int32_t get_offset_of_pointSize_10() { return static_cast(offsetof(TMP_CharacterInfo_t15C146F0B08EE44A63EC777AC32151D061AFFAF1, ___pointSize_10)); } inline float get_pointSize_10() const { return ___pointSize_10; } inline float* get_address_of_pointSize_10() { return &___pointSize_10; } inline void set_pointSize_10(float value) { ___pointSize_10 = value; } inline static int32_t get_offset_of_lineNumber_11() { return static_cast(offsetof(TMP_CharacterInfo_t15C146F0B08EE44A63EC777AC32151D061AFFAF1, ___lineNumber_11)); } inline int32_t get_lineNumber_11() const { return ___lineNumber_11; } inline int32_t* get_address_of_lineNumber_11() { return &___lineNumber_11; } inline void set_lineNumber_11(int32_t value) { ___lineNumber_11 = value; } inline static int32_t get_offset_of_pageNumber_12() { return static_cast(offsetof(TMP_CharacterInfo_t15C146F0B08EE44A63EC777AC32151D061AFFAF1, ___pageNumber_12)); } inline int32_t get_pageNumber_12() const { return ___pageNumber_12; } inline int32_t* get_address_of_pageNumber_12() { return &___pageNumber_12; } inline void set_pageNumber_12(int32_t value) { ___pageNumber_12 = value; } inline static int32_t get_offset_of_vertexIndex_13() { return static_cast(offsetof(TMP_CharacterInfo_t15C146F0B08EE44A63EC777AC32151D061AFFAF1, ___vertexIndex_13)); } inline int32_t get_vertexIndex_13() const { return ___vertexIndex_13; } inline int32_t* get_address_of_vertexIndex_13() { return &___vertexIndex_13; } inline void set_vertexIndex_13(int32_t value) { ___vertexIndex_13 = value; } inline static int32_t get_offset_of_vertex_TL_14() { return static_cast(offsetof(TMP_CharacterInfo_t15C146F0B08EE44A63EC777AC32151D061AFFAF1, ___vertex_TL_14)); } inline TMP_Vertex_t4F9D3FA0EB3F5F4E94EC06582B857C3C23AC2EA0 get_vertex_TL_14() const { return ___vertex_TL_14; } inline TMP_Vertex_t4F9D3FA0EB3F5F4E94EC06582B857C3C23AC2EA0 * get_address_of_vertex_TL_14() { return &___vertex_TL_14; } inline void set_vertex_TL_14(TMP_Vertex_t4F9D3FA0EB3F5F4E94EC06582B857C3C23AC2EA0 value) { ___vertex_TL_14 = value; } inline static int32_t get_offset_of_vertex_BL_15() { return static_cast(offsetof(TMP_CharacterInfo_t15C146F0B08EE44A63EC777AC32151D061AFFAF1, ___vertex_BL_15)); } inline TMP_Vertex_t4F9D3FA0EB3F5F4E94EC06582B857C3C23AC2EA0 get_vertex_BL_15() const { return ___vertex_BL_15; } inline TMP_Vertex_t4F9D3FA0EB3F5F4E94EC06582B857C3C23AC2EA0 * get_address_of_vertex_BL_15() { return &___vertex_BL_15; } inline void set_vertex_BL_15(TMP_Vertex_t4F9D3FA0EB3F5F4E94EC06582B857C3C23AC2EA0 value) { ___vertex_BL_15 = value; } inline static int32_t get_offset_of_vertex_TR_16() { return static_cast(offsetof(TMP_CharacterInfo_t15C146F0B08EE44A63EC777AC32151D061AFFAF1, ___vertex_TR_16)); } inline TMP_Vertex_t4F9D3FA0EB3F5F4E94EC06582B857C3C23AC2EA0 get_vertex_TR_16() const { return ___vertex_TR_16; } inline TMP_Vertex_t4F9D3FA0EB3F5F4E94EC06582B857C3C23AC2EA0 * get_address_of_vertex_TR_16() { return &___vertex_TR_16; } inline void set_vertex_TR_16(TMP_Vertex_t4F9D3FA0EB3F5F4E94EC06582B857C3C23AC2EA0 value) { ___vertex_TR_16 = value; } inline static int32_t get_offset_of_vertex_BR_17() { return static_cast(offsetof(TMP_CharacterInfo_t15C146F0B08EE44A63EC777AC32151D061AFFAF1, ___vertex_BR_17)); } inline TMP_Vertex_t4F9D3FA0EB3F5F4E94EC06582B857C3C23AC2EA0 get_vertex_BR_17() const { return ___vertex_BR_17; } inline TMP_Vertex_t4F9D3FA0EB3F5F4E94EC06582B857C3C23AC2EA0 * get_address_of_vertex_BR_17() { return &___vertex_BR_17; } inline void set_vertex_BR_17(TMP_Vertex_t4F9D3FA0EB3F5F4E94EC06582B857C3C23AC2EA0 value) { ___vertex_BR_17 = value; } inline static int32_t get_offset_of_topLeft_18() { return static_cast(offsetof(TMP_CharacterInfo_t15C146F0B08EE44A63EC777AC32151D061AFFAF1, ___topLeft_18)); } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_topLeft_18() const { return ___topLeft_18; } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_topLeft_18() { return &___topLeft_18; } inline void set_topLeft_18(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value) { ___topLeft_18 = value; } inline static int32_t get_offset_of_bottomLeft_19() { return static_cast(offsetof(TMP_CharacterInfo_t15C146F0B08EE44A63EC777AC32151D061AFFAF1, ___bottomLeft_19)); } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_bottomLeft_19() const { return ___bottomLeft_19; } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_bottomLeft_19() { return &___bottomLeft_19; } inline void set_bottomLeft_19(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value) { ___bottomLeft_19 = value; } inline static int32_t get_offset_of_topRight_20() { return static_cast(offsetof(TMP_CharacterInfo_t15C146F0B08EE44A63EC777AC32151D061AFFAF1, ___topRight_20)); } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_topRight_20() const { return ___topRight_20; } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_topRight_20() { return &___topRight_20; } inline void set_topRight_20(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value) { ___topRight_20 = value; } inline static int32_t get_offset_of_bottomRight_21() { return static_cast(offsetof(TMP_CharacterInfo_t15C146F0B08EE44A63EC777AC32151D061AFFAF1, ___bottomRight_21)); } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_bottomRight_21() const { return ___bottomRight_21; } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_bottomRight_21() { return &___bottomRight_21; } inline void set_bottomRight_21(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value) { ___bottomRight_21 = value; } inline static int32_t get_offset_of_origin_22() { return static_cast(offsetof(TMP_CharacterInfo_t15C146F0B08EE44A63EC777AC32151D061AFFAF1, ___origin_22)); } inline float get_origin_22() const { return ___origin_22; } inline float* get_address_of_origin_22() { return &___origin_22; } inline void set_origin_22(float value) { ___origin_22 = value; } inline static int32_t get_offset_of_ascender_23() { return static_cast(offsetof(TMP_CharacterInfo_t15C146F0B08EE44A63EC777AC32151D061AFFAF1, ___ascender_23)); } inline float get_ascender_23() const { return ___ascender_23; } inline float* get_address_of_ascender_23() { return &___ascender_23; } inline void set_ascender_23(float value) { ___ascender_23 = value; } inline static int32_t get_offset_of_baseLine_24() { return static_cast(offsetof(TMP_CharacterInfo_t15C146F0B08EE44A63EC777AC32151D061AFFAF1, ___baseLine_24)); } inline float get_baseLine_24() const { return ___baseLine_24; } inline float* get_address_of_baseLine_24() { return &___baseLine_24; } inline void set_baseLine_24(float value) { ___baseLine_24 = value; } inline static int32_t get_offset_of_descender_25() { return static_cast(offsetof(TMP_CharacterInfo_t15C146F0B08EE44A63EC777AC32151D061AFFAF1, ___descender_25)); } inline float get_descender_25() const { return ___descender_25; } inline float* get_address_of_descender_25() { return &___descender_25; } inline void set_descender_25(float value) { ___descender_25 = value; } inline static int32_t get_offset_of_xAdvance_26() { return static_cast(offsetof(TMP_CharacterInfo_t15C146F0B08EE44A63EC777AC32151D061AFFAF1, ___xAdvance_26)); } inline float get_xAdvance_26() const { return ___xAdvance_26; } inline float* get_address_of_xAdvance_26() { return &___xAdvance_26; } inline void set_xAdvance_26(float value) { ___xAdvance_26 = value; } inline static int32_t get_offset_of_aspectRatio_27() { return static_cast(offsetof(TMP_CharacterInfo_t15C146F0B08EE44A63EC777AC32151D061AFFAF1, ___aspectRatio_27)); } inline float get_aspectRatio_27() const { return ___aspectRatio_27; } inline float* get_address_of_aspectRatio_27() { return &___aspectRatio_27; } inline void set_aspectRatio_27(float value) { ___aspectRatio_27 = value; } inline static int32_t get_offset_of_scale_28() { return static_cast(offsetof(TMP_CharacterInfo_t15C146F0B08EE44A63EC777AC32151D061AFFAF1, ___scale_28)); } inline float get_scale_28() const { return ___scale_28; } inline float* get_address_of_scale_28() { return &___scale_28; } inline void set_scale_28(float value) { ___scale_28 = value; } inline static int32_t get_offset_of_color_29() { return static_cast(offsetof(TMP_CharacterInfo_t15C146F0B08EE44A63EC777AC32151D061AFFAF1, ___color_29)); } inline Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 get_color_29() const { return ___color_29; } inline Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 * get_address_of_color_29() { return &___color_29; } inline void set_color_29(Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 value) { ___color_29 = value; } inline static int32_t get_offset_of_underlineColor_30() { return static_cast(offsetof(TMP_CharacterInfo_t15C146F0B08EE44A63EC777AC32151D061AFFAF1, ___underlineColor_30)); } inline Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 get_underlineColor_30() const { return ___underlineColor_30; } inline Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 * get_address_of_underlineColor_30() { return &___underlineColor_30; } inline void set_underlineColor_30(Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 value) { ___underlineColor_30 = value; } inline static int32_t get_offset_of_strikethroughColor_31() { return static_cast(offsetof(TMP_CharacterInfo_t15C146F0B08EE44A63EC777AC32151D061AFFAF1, ___strikethroughColor_31)); } inline Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 get_strikethroughColor_31() const { return ___strikethroughColor_31; } inline Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 * get_address_of_strikethroughColor_31() { return &___strikethroughColor_31; } inline void set_strikethroughColor_31(Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 value) { ___strikethroughColor_31 = value; } inline static int32_t get_offset_of_highlightColor_32() { return static_cast(offsetof(TMP_CharacterInfo_t15C146F0B08EE44A63EC777AC32151D061AFFAF1, ___highlightColor_32)); } inline Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 get_highlightColor_32() const { return ___highlightColor_32; } inline Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 * get_address_of_highlightColor_32() { return &___highlightColor_32; } inline void set_highlightColor_32(Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 value) { ___highlightColor_32 = value; } inline static int32_t get_offset_of_style_33() { return static_cast(offsetof(TMP_CharacterInfo_t15C146F0B08EE44A63EC777AC32151D061AFFAF1, ___style_33)); } inline int32_t get_style_33() const { return ___style_33; } inline int32_t* get_address_of_style_33() { return &___style_33; } inline void set_style_33(int32_t value) { ___style_33 = value; } inline static int32_t get_offset_of_isVisible_34() { return static_cast(offsetof(TMP_CharacterInfo_t15C146F0B08EE44A63EC777AC32151D061AFFAF1, ___isVisible_34)); } inline bool get_isVisible_34() const { return ___isVisible_34; } inline bool* get_address_of_isVisible_34() { return &___isVisible_34; } inline void set_isVisible_34(bool value) { ___isVisible_34 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of TMPro.TMP_CharacterInfo struct TMP_CharacterInfo_t15C146F0B08EE44A63EC777AC32151D061AFFAF1_marshaled_pinvoke { uint8_t ___character_0; int32_t ___index_1; int32_t ___elementType_2; TMP_TextElement_tB9A6A361BB93487BD07DDDA37A368819DA46C344 * ___textElement_3; TMP_FontAsset_t44D2006105B39FB33AE5A0ADF07A7EF36C72385C * ___fontAsset_4; TMP_SpriteAsset_tF896FFED2AA9395D6BC40FFEAC6DE7555A27A487 * ___spriteAsset_5; int32_t ___spriteIndex_6; Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * ___material_7; int32_t ___materialReferenceIndex_8; int32_t ___isUsingAlternateTypeface_9; float ___pointSize_10; int32_t ___lineNumber_11; int32_t ___pageNumber_12; int32_t ___vertexIndex_13; TMP_Vertex_t4F9D3FA0EB3F5F4E94EC06582B857C3C23AC2EA0 ___vertex_TL_14; TMP_Vertex_t4F9D3FA0EB3F5F4E94EC06582B857C3C23AC2EA0 ___vertex_BL_15; TMP_Vertex_t4F9D3FA0EB3F5F4E94EC06582B857C3C23AC2EA0 ___vertex_TR_16; TMP_Vertex_t4F9D3FA0EB3F5F4E94EC06582B857C3C23AC2EA0 ___vertex_BR_17; Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___topLeft_18; Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___bottomLeft_19; Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___topRight_20; Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___bottomRight_21; float ___origin_22; float ___ascender_23; float ___baseLine_24; float ___descender_25; float ___xAdvance_26; float ___aspectRatio_27; float ___scale_28; Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 ___color_29; Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 ___underlineColor_30; Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 ___strikethroughColor_31; Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 ___highlightColor_32; int32_t ___style_33; int32_t ___isVisible_34; }; // Native definition for COM marshalling of TMPro.TMP_CharacterInfo struct TMP_CharacterInfo_t15C146F0B08EE44A63EC777AC32151D061AFFAF1_marshaled_com { uint8_t ___character_0; int32_t ___index_1; int32_t ___elementType_2; TMP_TextElement_tB9A6A361BB93487BD07DDDA37A368819DA46C344 * ___textElement_3; TMP_FontAsset_t44D2006105B39FB33AE5A0ADF07A7EF36C72385C * ___fontAsset_4; TMP_SpriteAsset_tF896FFED2AA9395D6BC40FFEAC6DE7555A27A487 * ___spriteAsset_5; int32_t ___spriteIndex_6; Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * ___material_7; int32_t ___materialReferenceIndex_8; int32_t ___isUsingAlternateTypeface_9; float ___pointSize_10; int32_t ___lineNumber_11; int32_t ___pageNumber_12; int32_t ___vertexIndex_13; TMP_Vertex_t4F9D3FA0EB3F5F4E94EC06582B857C3C23AC2EA0 ___vertex_TL_14; TMP_Vertex_t4F9D3FA0EB3F5F4E94EC06582B857C3C23AC2EA0 ___vertex_BL_15; TMP_Vertex_t4F9D3FA0EB3F5F4E94EC06582B857C3C23AC2EA0 ___vertex_TR_16; TMP_Vertex_t4F9D3FA0EB3F5F4E94EC06582B857C3C23AC2EA0 ___vertex_BR_17; Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___topLeft_18; Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___bottomLeft_19; Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___topRight_20; Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___bottomRight_21; float ___origin_22; float ___ascender_23; float ___baseLine_24; float ___descender_25; float ___xAdvance_26; float ___aspectRatio_27; float ___scale_28; Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 ___color_29; Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 ___underlineColor_30; Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 ___strikethroughColor_31; Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 ___highlightColor_32; int32_t ___style_33; int32_t ___isVisible_34; }; #endif // TMP_CHARACTERINFO_T15C146F0B08EE44A63EC777AC32151D061AFFAF1_H #ifndef TMP_LINEINFO_TE89A82D872E55C3DDF29C4C8D862358633D0B442_H #define TMP_LINEINFO_TE89A82D872E55C3DDF29C4C8D862358633D0B442_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // TMPro.TMP_LineInfo struct TMP_LineInfo_tE89A82D872E55C3DDF29C4C8D862358633D0B442 { public: // System.Int32 TMPro.TMP_LineInfo::controlCharacterCount int32_t ___controlCharacterCount_0; // System.Int32 TMPro.TMP_LineInfo::characterCount int32_t ___characterCount_1; // System.Int32 TMPro.TMP_LineInfo::visibleCharacterCount int32_t ___visibleCharacterCount_2; // System.Int32 TMPro.TMP_LineInfo::spaceCount int32_t ___spaceCount_3; // System.Int32 TMPro.TMP_LineInfo::wordCount int32_t ___wordCount_4; // System.Int32 TMPro.TMP_LineInfo::firstCharacterIndex int32_t ___firstCharacterIndex_5; // System.Int32 TMPro.TMP_LineInfo::firstVisibleCharacterIndex int32_t ___firstVisibleCharacterIndex_6; // System.Int32 TMPro.TMP_LineInfo::lastCharacterIndex int32_t ___lastCharacterIndex_7; // System.Int32 TMPro.TMP_LineInfo::lastVisibleCharacterIndex int32_t ___lastVisibleCharacterIndex_8; // System.Single TMPro.TMP_LineInfo::length float ___length_9; // System.Single TMPro.TMP_LineInfo::lineHeight float ___lineHeight_10; // System.Single TMPro.TMP_LineInfo::ascender float ___ascender_11; // System.Single TMPro.TMP_LineInfo::baseline float ___baseline_12; // System.Single TMPro.TMP_LineInfo::descender float ___descender_13; // System.Single TMPro.TMP_LineInfo::maxAdvance float ___maxAdvance_14; // System.Single TMPro.TMP_LineInfo::width float ___width_15; // System.Single TMPro.TMP_LineInfo::marginLeft float ___marginLeft_16; // System.Single TMPro.TMP_LineInfo::marginRight float ___marginRight_17; // TMPro.TextAlignmentOptions TMPro.TMP_LineInfo::alignment int32_t ___alignment_18; // TMPro.Extents TMPro.TMP_LineInfo::lineExtents Extents_tB63A1FF929CAEBC8E097EF426A8B6F91442B0EA3 ___lineExtents_19; public: inline static int32_t get_offset_of_controlCharacterCount_0() { return static_cast(offsetof(TMP_LineInfo_tE89A82D872E55C3DDF29C4C8D862358633D0B442, ___controlCharacterCount_0)); } inline int32_t get_controlCharacterCount_0() const { return ___controlCharacterCount_0; } inline int32_t* get_address_of_controlCharacterCount_0() { return &___controlCharacterCount_0; } inline void set_controlCharacterCount_0(int32_t value) { ___controlCharacterCount_0 = value; } inline static int32_t get_offset_of_characterCount_1() { return static_cast(offsetof(TMP_LineInfo_tE89A82D872E55C3DDF29C4C8D862358633D0B442, ___characterCount_1)); } inline int32_t get_characterCount_1() const { return ___characterCount_1; } inline int32_t* get_address_of_characterCount_1() { return &___characterCount_1; } inline void set_characterCount_1(int32_t value) { ___characterCount_1 = value; } inline static int32_t get_offset_of_visibleCharacterCount_2() { return static_cast(offsetof(TMP_LineInfo_tE89A82D872E55C3DDF29C4C8D862358633D0B442, ___visibleCharacterCount_2)); } inline int32_t get_visibleCharacterCount_2() const { return ___visibleCharacterCount_2; } inline int32_t* get_address_of_visibleCharacterCount_2() { return &___visibleCharacterCount_2; } inline void set_visibleCharacterCount_2(int32_t value) { ___visibleCharacterCount_2 = value; } inline static int32_t get_offset_of_spaceCount_3() { return static_cast(offsetof(TMP_LineInfo_tE89A82D872E55C3DDF29C4C8D862358633D0B442, ___spaceCount_3)); } inline int32_t get_spaceCount_3() const { return ___spaceCount_3; } inline int32_t* get_address_of_spaceCount_3() { return &___spaceCount_3; } inline void set_spaceCount_3(int32_t value) { ___spaceCount_3 = value; } inline static int32_t get_offset_of_wordCount_4() { return static_cast(offsetof(TMP_LineInfo_tE89A82D872E55C3DDF29C4C8D862358633D0B442, ___wordCount_4)); } inline int32_t get_wordCount_4() const { return ___wordCount_4; } inline int32_t* get_address_of_wordCount_4() { return &___wordCount_4; } inline void set_wordCount_4(int32_t value) { ___wordCount_4 = value; } inline static int32_t get_offset_of_firstCharacterIndex_5() { return static_cast(offsetof(TMP_LineInfo_tE89A82D872E55C3DDF29C4C8D862358633D0B442, ___firstCharacterIndex_5)); } inline int32_t get_firstCharacterIndex_5() const { return ___firstCharacterIndex_5; } inline int32_t* get_address_of_firstCharacterIndex_5() { return &___firstCharacterIndex_5; } inline void set_firstCharacterIndex_5(int32_t value) { ___firstCharacterIndex_5 = value; } inline static int32_t get_offset_of_firstVisibleCharacterIndex_6() { return static_cast(offsetof(TMP_LineInfo_tE89A82D872E55C3DDF29C4C8D862358633D0B442, ___firstVisibleCharacterIndex_6)); } inline int32_t get_firstVisibleCharacterIndex_6() const { return ___firstVisibleCharacterIndex_6; } inline int32_t* get_address_of_firstVisibleCharacterIndex_6() { return &___firstVisibleCharacterIndex_6; } inline void set_firstVisibleCharacterIndex_6(int32_t value) { ___firstVisibleCharacterIndex_6 = value; } inline static int32_t get_offset_of_lastCharacterIndex_7() { return static_cast(offsetof(TMP_LineInfo_tE89A82D872E55C3DDF29C4C8D862358633D0B442, ___lastCharacterIndex_7)); } inline int32_t get_lastCharacterIndex_7() const { return ___lastCharacterIndex_7; } inline int32_t* get_address_of_lastCharacterIndex_7() { return &___lastCharacterIndex_7; } inline void set_lastCharacterIndex_7(int32_t value) { ___lastCharacterIndex_7 = value; } inline static int32_t get_offset_of_lastVisibleCharacterIndex_8() { return static_cast(offsetof(TMP_LineInfo_tE89A82D872E55C3DDF29C4C8D862358633D0B442, ___lastVisibleCharacterIndex_8)); } inline int32_t get_lastVisibleCharacterIndex_8() const { return ___lastVisibleCharacterIndex_8; } inline int32_t* get_address_of_lastVisibleCharacterIndex_8() { return &___lastVisibleCharacterIndex_8; } inline void set_lastVisibleCharacterIndex_8(int32_t value) { ___lastVisibleCharacterIndex_8 = value; } inline static int32_t get_offset_of_length_9() { return static_cast(offsetof(TMP_LineInfo_tE89A82D872E55C3DDF29C4C8D862358633D0B442, ___length_9)); } inline float get_length_9() const { return ___length_9; } inline float* get_address_of_length_9() { return &___length_9; } inline void set_length_9(float value) { ___length_9 = value; } inline static int32_t get_offset_of_lineHeight_10() { return static_cast(offsetof(TMP_LineInfo_tE89A82D872E55C3DDF29C4C8D862358633D0B442, ___lineHeight_10)); } inline float get_lineHeight_10() const { return ___lineHeight_10; } inline float* get_address_of_lineHeight_10() { return &___lineHeight_10; } inline void set_lineHeight_10(float value) { ___lineHeight_10 = value; } inline static int32_t get_offset_of_ascender_11() { return static_cast(offsetof(TMP_LineInfo_tE89A82D872E55C3DDF29C4C8D862358633D0B442, ___ascender_11)); } inline float get_ascender_11() const { return ___ascender_11; } inline float* get_address_of_ascender_11() { return &___ascender_11; } inline void set_ascender_11(float value) { ___ascender_11 = value; } inline static int32_t get_offset_of_baseline_12() { return static_cast(offsetof(TMP_LineInfo_tE89A82D872E55C3DDF29C4C8D862358633D0B442, ___baseline_12)); } inline float get_baseline_12() const { return ___baseline_12; } inline float* get_address_of_baseline_12() { return &___baseline_12; } inline void set_baseline_12(float value) { ___baseline_12 = value; } inline static int32_t get_offset_of_descender_13() { return static_cast(offsetof(TMP_LineInfo_tE89A82D872E55C3DDF29C4C8D862358633D0B442, ___descender_13)); } inline float get_descender_13() const { return ___descender_13; } inline float* get_address_of_descender_13() { return &___descender_13; } inline void set_descender_13(float value) { ___descender_13 = value; } inline static int32_t get_offset_of_maxAdvance_14() { return static_cast(offsetof(TMP_LineInfo_tE89A82D872E55C3DDF29C4C8D862358633D0B442, ___maxAdvance_14)); } inline float get_maxAdvance_14() const { return ___maxAdvance_14; } inline float* get_address_of_maxAdvance_14() { return &___maxAdvance_14; } inline void set_maxAdvance_14(float value) { ___maxAdvance_14 = value; } inline static int32_t get_offset_of_width_15() { return static_cast(offsetof(TMP_LineInfo_tE89A82D872E55C3DDF29C4C8D862358633D0B442, ___width_15)); } inline float get_width_15() const { return ___width_15; } inline float* get_address_of_width_15() { return &___width_15; } inline void set_width_15(float value) { ___width_15 = value; } inline static int32_t get_offset_of_marginLeft_16() { return static_cast(offsetof(TMP_LineInfo_tE89A82D872E55C3DDF29C4C8D862358633D0B442, ___marginLeft_16)); } inline float get_marginLeft_16() const { return ___marginLeft_16; } inline float* get_address_of_marginLeft_16() { return &___marginLeft_16; } inline void set_marginLeft_16(float value) { ___marginLeft_16 = value; } inline static int32_t get_offset_of_marginRight_17() { return static_cast(offsetof(TMP_LineInfo_tE89A82D872E55C3DDF29C4C8D862358633D0B442, ___marginRight_17)); } inline float get_marginRight_17() const { return ___marginRight_17; } inline float* get_address_of_marginRight_17() { return &___marginRight_17; } inline void set_marginRight_17(float value) { ___marginRight_17 = value; } inline static int32_t get_offset_of_alignment_18() { return static_cast(offsetof(TMP_LineInfo_tE89A82D872E55C3DDF29C4C8D862358633D0B442, ___alignment_18)); } inline int32_t get_alignment_18() const { return ___alignment_18; } inline int32_t* get_address_of_alignment_18() { return &___alignment_18; } inline void set_alignment_18(int32_t value) { ___alignment_18 = value; } inline static int32_t get_offset_of_lineExtents_19() { return static_cast(offsetof(TMP_LineInfo_tE89A82D872E55C3DDF29C4C8D862358633D0B442, ___lineExtents_19)); } inline Extents_tB63A1FF929CAEBC8E097EF426A8B6F91442B0EA3 get_lineExtents_19() const { return ___lineExtents_19; } inline Extents_tB63A1FF929CAEBC8E097EF426A8B6F91442B0EA3 * get_address_of_lineExtents_19() { return &___lineExtents_19; } inline void set_lineExtents_19(Extents_tB63A1FF929CAEBC8E097EF426A8B6F91442B0EA3 value) { ___lineExtents_19 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TMP_LINEINFO_TE89A82D872E55C3DDF29C4C8D862358633D0B442_H #ifndef TMP_XMLTAGSTACK_1_TCF392C17D01D04A62D479D6DED2C09319D6FCD6F_H #define TMP_XMLTAGSTACK_1_TCF392C17D01D04A62D479D6DED2C09319D6FCD6F_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // TMPro.TMP_XmlTagStack`1 struct TMP_XmlTagStack_1_tCF392C17D01D04A62D479D6DED2C09319D6FCD6F { public: // T[] TMPro.TMP_XmlTagStack`1::itemStack Int32EnumU5BU5D_t0A5530B4D0EA3796F661E767F9F7D7005A62CE4A* ___itemStack_0; // System.Int32 TMPro.TMP_XmlTagStack`1::index int32_t ___index_1; // System.Int32 TMPro.TMP_XmlTagStack`1::m_capacity int32_t ___m_capacity_2; // T TMPro.TMP_XmlTagStack`1::m_defaultItem int32_t ___m_defaultItem_3; public: inline static int32_t get_offset_of_itemStack_0() { return static_cast(offsetof(TMP_XmlTagStack_1_tCF392C17D01D04A62D479D6DED2C09319D6FCD6F, ___itemStack_0)); } inline Int32EnumU5BU5D_t0A5530B4D0EA3796F661E767F9F7D7005A62CE4A* get_itemStack_0() const { return ___itemStack_0; } inline Int32EnumU5BU5D_t0A5530B4D0EA3796F661E767F9F7D7005A62CE4A** get_address_of_itemStack_0() { return &___itemStack_0; } inline void set_itemStack_0(Int32EnumU5BU5D_t0A5530B4D0EA3796F661E767F9F7D7005A62CE4A* value) { ___itemStack_0 = value; Il2CppCodeGenWriteBarrier((&___itemStack_0), value); } inline static int32_t get_offset_of_index_1() { return static_cast(offsetof(TMP_XmlTagStack_1_tCF392C17D01D04A62D479D6DED2C09319D6FCD6F, ___index_1)); } inline int32_t get_index_1() const { return ___index_1; } inline int32_t* get_address_of_index_1() { return &___index_1; } inline void set_index_1(int32_t value) { ___index_1 = value; } inline static int32_t get_offset_of_m_capacity_2() { return static_cast(offsetof(TMP_XmlTagStack_1_tCF392C17D01D04A62D479D6DED2C09319D6FCD6F, ___m_capacity_2)); } inline int32_t get_m_capacity_2() const { return ___m_capacity_2; } inline int32_t* get_address_of_m_capacity_2() { return &___m_capacity_2; } inline void set_m_capacity_2(int32_t value) { ___m_capacity_2 = value; } inline static int32_t get_offset_of_m_defaultItem_3() { return static_cast(offsetof(TMP_XmlTagStack_1_tCF392C17D01D04A62D479D6DED2C09319D6FCD6F, ___m_defaultItem_3)); } inline int32_t get_m_defaultItem_3() const { return ___m_defaultItem_3; } inline int32_t* get_address_of_m_defaultItem_3() { return &___m_defaultItem_3; } inline void set_m_defaultItem_3(int32_t value) { ___m_defaultItem_3 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TMP_XMLTAGSTACK_1_TCF392C17D01D04A62D479D6DED2C09319D6FCD6F_H #ifndef TMP_XMLTAGSTACK_1_T79B32594D8EFF8CB8078E16347606D8C097A225C_H #define TMP_XMLTAGSTACK_1_T79B32594D8EFF8CB8078E16347606D8C097A225C_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // TMPro.TMP_XmlTagStack`1 struct TMP_XmlTagStack_1_t79B32594D8EFF8CB8078E16347606D8C097A225C { public: // T[] TMPro.TMP_XmlTagStack`1::itemStack TextAlignmentOptionsU5BU5D_t4AE8FA5E3D695ED64EBBCFBAF8C780A0EB0BD33B* ___itemStack_0; // System.Int32 TMPro.TMP_XmlTagStack`1::index int32_t ___index_1; // System.Int32 TMPro.TMP_XmlTagStack`1::m_capacity int32_t ___m_capacity_2; // T TMPro.TMP_XmlTagStack`1::m_defaultItem int32_t ___m_defaultItem_3; public: inline static int32_t get_offset_of_itemStack_0() { return static_cast(offsetof(TMP_XmlTagStack_1_t79B32594D8EFF8CB8078E16347606D8C097A225C, ___itemStack_0)); } inline TextAlignmentOptionsU5BU5D_t4AE8FA5E3D695ED64EBBCFBAF8C780A0EB0BD33B* get_itemStack_0() const { return ___itemStack_0; } inline TextAlignmentOptionsU5BU5D_t4AE8FA5E3D695ED64EBBCFBAF8C780A0EB0BD33B** get_address_of_itemStack_0() { return &___itemStack_0; } inline void set_itemStack_0(TextAlignmentOptionsU5BU5D_t4AE8FA5E3D695ED64EBBCFBAF8C780A0EB0BD33B* value) { ___itemStack_0 = value; Il2CppCodeGenWriteBarrier((&___itemStack_0), value); } inline static int32_t get_offset_of_index_1() { return static_cast(offsetof(TMP_XmlTagStack_1_t79B32594D8EFF8CB8078E16347606D8C097A225C, ___index_1)); } inline int32_t get_index_1() const { return ___index_1; } inline int32_t* get_address_of_index_1() { return &___index_1; } inline void set_index_1(int32_t value) { ___index_1 = value; } inline static int32_t get_offset_of_m_capacity_2() { return static_cast(offsetof(TMP_XmlTagStack_1_t79B32594D8EFF8CB8078E16347606D8C097A225C, ___m_capacity_2)); } inline int32_t get_m_capacity_2() const { return ___m_capacity_2; } inline int32_t* get_address_of_m_capacity_2() { return &___m_capacity_2; } inline void set_m_capacity_2(int32_t value) { ___m_capacity_2 = value; } inline static int32_t get_offset_of_m_defaultItem_3() { return static_cast(offsetof(TMP_XmlTagStack_1_t79B32594D8EFF8CB8078E16347606D8C097A225C, ___m_defaultItem_3)); } inline int32_t get_m_defaultItem_3() const { return ___m_defaultItem_3; } inline int32_t* get_address_of_m_defaultItem_3() { return &___m_defaultItem_3; } inline void set_m_defaultItem_3(int32_t value) { ___m_defaultItem_3 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TMP_XMLTAGSTACK_1_T79B32594D8EFF8CB8078E16347606D8C097A225C_H #ifndef XML_TAGATTRIBUTE_TE129B1DB312EBE65B24529E9CD5BCBE1DB75BF8E_H #define XML_TAGATTRIBUTE_TE129B1DB312EBE65B24529E9CD5BCBE1DB75BF8E_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // TMPro.XML_TagAttribute struct XML_TagAttribute_tE129B1DB312EBE65B24529E9CD5BCBE1DB75BF8E { public: // System.Int32 TMPro.XML_TagAttribute::nameHashCode int32_t ___nameHashCode_0; // TMPro.TagType TMPro.XML_TagAttribute::valueType int32_t ___valueType_1; // System.Int32 TMPro.XML_TagAttribute::valueStartIndex int32_t ___valueStartIndex_2; // System.Int32 TMPro.XML_TagAttribute::valueLength int32_t ___valueLength_3; // System.Int32 TMPro.XML_TagAttribute::valueHashCode int32_t ___valueHashCode_4; public: inline static int32_t get_offset_of_nameHashCode_0() { return static_cast(offsetof(XML_TagAttribute_tE129B1DB312EBE65B24529E9CD5BCBE1DB75BF8E, ___nameHashCode_0)); } inline int32_t get_nameHashCode_0() const { return ___nameHashCode_0; } inline int32_t* get_address_of_nameHashCode_0() { return &___nameHashCode_0; } inline void set_nameHashCode_0(int32_t value) { ___nameHashCode_0 = value; } inline static int32_t get_offset_of_valueType_1() { return static_cast(offsetof(XML_TagAttribute_tE129B1DB312EBE65B24529E9CD5BCBE1DB75BF8E, ___valueType_1)); } inline int32_t get_valueType_1() const { return ___valueType_1; } inline int32_t* get_address_of_valueType_1() { return &___valueType_1; } inline void set_valueType_1(int32_t value) { ___valueType_1 = value; } inline static int32_t get_offset_of_valueStartIndex_2() { return static_cast(offsetof(XML_TagAttribute_tE129B1DB312EBE65B24529E9CD5BCBE1DB75BF8E, ___valueStartIndex_2)); } inline int32_t get_valueStartIndex_2() const { return ___valueStartIndex_2; } inline int32_t* get_address_of_valueStartIndex_2() { return &___valueStartIndex_2; } inline void set_valueStartIndex_2(int32_t value) { ___valueStartIndex_2 = value; } inline static int32_t get_offset_of_valueLength_3() { return static_cast(offsetof(XML_TagAttribute_tE129B1DB312EBE65B24529E9CD5BCBE1DB75BF8E, ___valueLength_3)); } inline int32_t get_valueLength_3() const { return ___valueLength_3; } inline int32_t* get_address_of_valueLength_3() { return &___valueLength_3; } inline void set_valueLength_3(int32_t value) { ___valueLength_3 = value; } inline static int32_t get_offset_of_valueHashCode_4() { return static_cast(offsetof(XML_TagAttribute_tE129B1DB312EBE65B24529E9CD5BCBE1DB75BF8E, ___valueHashCode_4)); } inline int32_t get_valueHashCode_4() const { return ___valueHashCode_4; } inline int32_t* get_address_of_valueHashCode_4() { return &___valueHashCode_4; } inline void set_valueHashCode_4(int32_t value) { ___valueHashCode_4 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XML_TAGATTRIBUTE_TE129B1DB312EBE65B24529E9CD5BCBE1DB75BF8E_H #ifndef COMPONENT_T05064EF382ABCAF4B8C94F8A350EA85184C26621_H #define COMPONENT_T05064EF382ABCAF4B8C94F8A350EA85184C26621_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.Component struct Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621 : public Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // COMPONENT_T05064EF382ABCAF4B8C94F8A350EA85184C26621_H #ifndef POINTEREVENTDATA_TC18994283B7753E430E316A62D9E45BA6D644C63_H #define POINTEREVENTDATA_TC18994283B7753E430E316A62D9E45BA6D644C63_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.EventSystems.PointerEventData struct PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 : public BaseEventData_t46C9D2AE3183A742EDE89944AF64A23DBF1B80A5 { public: // UnityEngine.GameObject UnityEngine.EventSystems.PointerEventData::k__BackingField GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ___U3CpointerEnterU3Ek__BackingField_2; // UnityEngine.GameObject UnityEngine.EventSystems.PointerEventData::m_PointerPress GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ___m_PointerPress_3; // UnityEngine.GameObject UnityEngine.EventSystems.PointerEventData::k__BackingField GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ___U3ClastPressU3Ek__BackingField_4; // UnityEngine.GameObject UnityEngine.EventSystems.PointerEventData::k__BackingField GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ___U3CrawPointerPressU3Ek__BackingField_5; // UnityEngine.GameObject UnityEngine.EventSystems.PointerEventData::k__BackingField GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ___U3CpointerDragU3Ek__BackingField_6; // UnityEngine.EventSystems.RaycastResult UnityEngine.EventSystems.PointerEventData::k__BackingField RaycastResult_t991BCED43A91EDD8580F39631DA07B1F88C58B91 ___U3CpointerCurrentRaycastU3Ek__BackingField_7; // UnityEngine.EventSystems.RaycastResult UnityEngine.EventSystems.PointerEventData::k__BackingField RaycastResult_t991BCED43A91EDD8580F39631DA07B1F88C58B91 ___U3CpointerPressRaycastU3Ek__BackingField_8; // System.Collections.Generic.List`1 UnityEngine.EventSystems.PointerEventData::hovered List_1_tBA8D772D87B6502B2A4D0EFE166C846285F50650 * ___hovered_9; // System.Boolean UnityEngine.EventSystems.PointerEventData::k__BackingField bool ___U3CeligibleForClickU3Ek__BackingField_10; // System.Int32 UnityEngine.EventSystems.PointerEventData::k__BackingField int32_t ___U3CpointerIdU3Ek__BackingField_11; // UnityEngine.Vector2 UnityEngine.EventSystems.PointerEventData::k__BackingField Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___U3CpositionU3Ek__BackingField_12; // UnityEngine.Vector2 UnityEngine.EventSystems.PointerEventData::k__BackingField Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___U3CdeltaU3Ek__BackingField_13; // UnityEngine.Vector2 UnityEngine.EventSystems.PointerEventData::k__BackingField Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___U3CpressPositionU3Ek__BackingField_14; // UnityEngine.Vector3 UnityEngine.EventSystems.PointerEventData::k__BackingField Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___U3CworldPositionU3Ek__BackingField_15; // UnityEngine.Vector3 UnityEngine.EventSystems.PointerEventData::k__BackingField Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___U3CworldNormalU3Ek__BackingField_16; // System.Single UnityEngine.EventSystems.PointerEventData::k__BackingField float ___U3CclickTimeU3Ek__BackingField_17; // System.Int32 UnityEngine.EventSystems.PointerEventData::k__BackingField int32_t ___U3CclickCountU3Ek__BackingField_18; // UnityEngine.Vector2 UnityEngine.EventSystems.PointerEventData::k__BackingField Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___U3CscrollDeltaU3Ek__BackingField_19; // System.Boolean UnityEngine.EventSystems.PointerEventData::k__BackingField bool ___U3CuseDragThresholdU3Ek__BackingField_20; // System.Boolean UnityEngine.EventSystems.PointerEventData::k__BackingField bool ___U3CdraggingU3Ek__BackingField_21; // UnityEngine.EventSystems.PointerEventData_InputButton UnityEngine.EventSystems.PointerEventData::