#include "il2cpp-config.h" #ifndef _MSC_VER # include #else # include #endif #include #include #include #include #include #include #include #include "codegen/il2cpp-codegen.h" #include "il2cpp-object-internals.h" template struct 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_t9E77B457CE81537B7A52CA81FB44CD61E6C768DE; // System.Collections.Generic.Dictionary`2/Entry[] struct EntryU5BU5D_t443C5D19C06031E8E69CBC1ACDC9E5B10790765F; // System.Collections.Generic.Dictionary`2/Entry[] struct EntryU5BU5D_tB6C43D40E4E0A2AFA3F321B798129054434025A3; // System.Collections.Generic.Dictionary`2/Entry[] struct EntryU5BU5D_t5756F6EC6127C522CF43243C8263BE92767E7795; // System.Collections.Generic.Dictionary`2/Entry[] struct EntryU5BU5D_t9DC3CCFD1986CCCD1836224E5218B437D6CA9A93; // 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_t35AEDBC9333063E685B0630066A07E27DAA4458E; // System.Collections.Generic.Dictionary`2/KeyCollection struct KeyCollection_t795F798EB9CEE8C9E6A3EEA38A9D7FD6FF340405; // System.Collections.Generic.Dictionary`2/KeyCollection struct KeyCollection_t186AA1690E9C1968917E1274F47CB5219413155E; // System.Collections.Generic.Dictionary`2/KeyCollection struct KeyCollection_tD6EF950D27132104DC632B426D8AA994EF14107C; // System.Collections.Generic.Dictionary`2/KeyCollection struct KeyCollection_t39804855AE1C65768E77B42FF11E6509855B473A; // 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_tD05BE7E874606BE1666F506FBA62FF2A845B26CF; // System.Collections.Generic.Dictionary`2/ValueCollection struct ValueCollection_t881D2DAD4111B032771BD70365713A5D5CEA80F9; // System.Collections.Generic.Dictionary`2/ValueCollection struct ValueCollection_t5A7963CC3A612ECA2C9CB011D44D3665D8DE39D5; // System.Collections.Generic.Dictionary`2/ValueCollection struct ValueCollection_t3C37882B54F4087A1A56CAA934CA89BA36195353; // System.Collections.Generic.Dictionary`2/ValueCollection struct ValueCollection_t6A4DE7DC2AB61836D6217C76334EE97050EA99E9; // 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_t00BE7C96940D99992E2BD12503120721610579B6; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_tB8558F828CA34969420FA247382AE9D176E4F2DD; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_tA1EE3BDAADBA1C0A3616BCFCD9666DDEC9E388E4; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t26153B1CA174E7BE6377AC3DD5269ED7D1A4417E; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t8B30192881814CD1B3C20A09EE7C25DF51229A8B; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t9D3330644BF8CBACB84AB5EA2438CFB219E5D4D7; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t11BBC0F74F030D21FE74AC0A381B8B2EAE6C945C; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t572EE3ED0678E28D8D2E0199F7C33E24756FB72B; // System.Collections.Generic.IEnumerable`1 struct IEnumerable_1_t2F75FCBEC68AFE08982DA43985F9D04056E2BE73; // System.Collections.Generic.IEnumerable`1 struct IEnumerable_1_tC0D56761ECD8E8043A280F678D5257A27821AA3C; // System.Collections.Generic.IEnumerable`1 struct IEnumerable_1_tCCDAE3A24A291C435B9DD8BC4E0FF59B5CD7880E; // System.Collections.Generic.IEqualityComparer`1 struct IEqualityComparer_1_t7B82AA0F8B96BAAA21E36DDF7A1FE4348BDDBE95; // System.Collections.Generic.IEqualityComparer`1 struct IEqualityComparer_1_tD0969593907B647ACCBAE8E336A606202F276D7F; // System.Collections.Generic.IEqualityComparer`1 struct IEqualityComparer_1_t8D13638D3E8C85B2BF37618A54F8C19DD8DF2523; // 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_t49B315A213A231954A3718D77EE3A2AFF443C38E; // System.Collections.Generic.List`1 struct List_1_t8FB36DEE26F423245153006E774306C48E6C85AE; // 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_tE6A1567209FA489F164516A1C6513F0B06A96681; // 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_t93E8CE14CA9EAADF470BF1207454FB300B07177C; // System.Collections.Generic.List`1 struct List_1_t5A73E5DD6FCE08CD2342C30A447AF2B3AC6EE4B7; // System.Collections.Generic.List`1 struct List_1_t92F4E8ED1A46FBFA368EA365A6D089A1E5E9B76B; // System.Collections.Generic.List`1 struct List_1_tCA7EFB47D98458589D50AECEE448BDCDF1F6DF14; // System.Collections.Generic.List`1 struct List_1_t053DAB6E2110E276A0339D73497193F464BC1F82; // System.Collections.Generic.List`1 struct List_1_t3D4152882C54B77C712688E910390D5C8E030463; // System.Collections.Generic.List`1 struct List_1_t8B3AA8D740B2E10383225037638055610A7BE123; // System.Collections.Generic.List`1 struct List_1_tD87292C3DA9A1BCF7BE7A6A63897ABF69A015D65; // System.Collections.Generic.List`1 struct List_1_t1371A4C947CC837AB1F6DB3782573DD2B0244CC5; // System.Collections.Generic.List`1 struct List_1_tA92355E1E68A5CB25C168F084F9F1E6E7B10292E; // 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.Func`2 struct Func_2_t98FA34DB6FBBDF6CD08DB4585E8BAF42B3191928; // System.Func`2 struct Func_2_t7F24465D5D20156FA305D4CF0588DC0C65BBADD7; // System.Func`2 struct Func_2_tB66DC81374EF90FD4007620024FCF7E3CE642216; // System.IAsyncResult struct IAsyncResult_t8E194308510B375B42432981AE5E7488C458D598; // System.Int32Enum[] struct Int32EnumU5BU5D_t0A5530B4D0EA3796F661E767F9F7D7005A62CE4A; // System.Int32[] struct Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83; // System.IntPtr[] struct IntPtrU5BU5D_t4DC01DCB9A6DF6C9792A6513595D7A11E637DCDD; // System.Linq.IOrderedEnumerable`1 struct IOrderedEnumerable_1_t16DD164A886E2FFBC1390E03CAA20471589B2057; // System.Linq.IOrderedEnumerable`1 struct IOrderedEnumerable_1_tEC4B09A2A3DA2C9106818C7112479158FABC3E15; // System.Linq.IOrderedEnumerable`1 struct IOrderedEnumerable_1_t09E3DA4CAEFD720263FCA6740E978116844E4A56; // 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.UInt32[] struct UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB; // System.Void struct Void_t22962CB4C05B1D89B55A6E1139F0E87A90987017; // TMPro.FaceInfo_Legacy struct FaceInfo_Legacy_tA5B0942ED5875808552FE732238217F6CF70027E; // TMPro.FontWeight[] struct FontWeightU5BU5D_t7A186E8DAEB072A355A6CCC80B3FFD219E538446; // TMPro.KerningTable struct KerningTable_tAF8D2AABDC878598EFE90D838BAAD285FA8CE05F; // TMPro.MaterialReference[] struct MaterialReferenceU5BU5D_t01EC9C1C00A504C2EF9FBAF95DE26BB88E9B743B; // TMPro.RichTextTagAttribute[] struct RichTextTagAttributeU5BU5D_tDDFB2F68801310D7EEE16822832E48E70B11C652; // TMPro.TMP_Asset struct TMP_Asset_tE47F21E07C734D11D5DCEA5C0A0264465963CB2D; // TMPro.TMP_Character struct TMP_Character_t1875AACA978396521498D6A699052C187903553D; // 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_FontFeatureTable struct TMP_FontFeatureTable_t6F3402916A5D81F2C4180CA75E04DB7A6F950756; // TMPro.TMP_FontWeightPair[] struct TMP_FontWeightPairU5BU5D_tD4C8F5F8465CC6A30370C93F43B43BE3147DA68D; // TMPro.TMP_GlyphPairAdjustmentRecord struct TMP_GlyphPairAdjustmentRecord_tEF0669284CC50EEFC3EE68A7BC378F285EAD7B76; // TMPro.TMP_InputField struct TMP_InputField_tC3C57E697A57232E8A855D39600CF06CFDA8F6CB; // TMPro.TMP_InputField/d__267 struct U3CCaretBlinkU3Ed__267_t080BB9CF3BA7B7CAC3F6ECD171BDDA7D4A323E8D; // TMPro.TMP_InputField/d__285 struct U3CMouseDragOutsideRectU3Ed__285_t10E487F2C99305D19BD1CCA15FCDA664213EEFF1; // 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_InputField/TouchScreenKeyboardEvent struct TouchScreenKeyboardEvent_tF41EB6E5E2B26213D1C0CE6573498CA6ACB3CA1F; // 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/<>c struct U3CU3Ec_t685586B0F954FF1162ABB09FB424BB1AED63C346; // TMPro.TMP_SpriteAsset[] struct TMP_SpriteAssetU5BU5D_t72EA6A2179CE6327B33BFA58FA9CB390306D5B35; // TMPro.TMP_SpriteCharacter struct TMP_SpriteCharacter_tDFDF0D32E583270A561804076B01146C324F4D33; // TMPro.TMP_SpriteCharacter[] struct TMP_SpriteCharacterU5BU5D_t2D7D0BC8ECE589AFDF3BF0181BBA7A8071742233; // TMPro.TMP_SpriteGlyph struct TMP_SpriteGlyph_t423E5984649351521A513FDF257D33C67116BF9B; // TMPro.TMP_SpriteGlyph[] struct TMP_SpriteGlyphU5BU5D_t5318AC06202EF3DF182B15475BFDF404D51D0DC6; // 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_Text/UnicodeChar[] struct UnicodeCharU5BU5D_t14B138F2B44C8EA3A5A5DB234E3739F385E55505; // TMPro.TMP_TextElement struct TMP_TextElement_tB9A6A361BB93487BD07DDDA37A368819DA46C344; // TMPro.TMP_TextElement_Legacy struct TMP_TextElement_Legacy_t020BAF673D3D29BC2682AEA5717411BFB13C6D05; // 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; // 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_t69253447FFB59DF7EE8408C1DB31C3E6CF80C129; // 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_tB72EF438E2905C3F0C9BDCA3CA7B1016767E8841; // UnityEngine.Events.UnityEvent`1 struct UnityEvent_1_t9E897A46A46C78F7104A831E63BB081546EFFF0D; // UnityEngine.Events.UnityEvent`1 struct UnityEvent_1_t890F45761F13DD1B3D58738365827FDB6629BA7F; // UnityEngine.Events.UnityEvent`1 struct UnityEvent_1_tCB4B91686362119976C8D499A756C59CB6D6169C; // UnityEngine.Events.UnityEvent`3 struct UnityEvent_3_t2806FFBD49F1501D6C532F2520EFAB143233B6D9; // UnityEngine.Events.UnityEvent`3 struct UnityEvent_3_t832C126B9440500DC7A72F1FAC225BF1007C27A9; // UnityEngine.Font struct Font_t1EDE54AF557272BE314EB4B40EFA50CEB353CA26; // 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.TextCore.Glyph struct Glyph_t64B599C17F15D84707C46FE272E98B347E1283B4; // UnityEngine.Texture struct Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4; // UnityEngine.Texture2D struct Texture2D_tBBF96AC337723E2EF156DF17E09D4379FD05DE1C; // UnityEngine.Texture2D[] struct Texture2DU5BU5D_tCAC03055C735C020BAFC218D55183CF03E74C1C9; // 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.Selectable[] struct SelectableU5BU5D_t98F7C5A863B20CD5DBE49CE288038BA954C83F02; // 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.WaitForSecondsRealtime struct WaitForSecondsRealtime_t0CF361107C4A9E25E0D4CF2F37732CE785235739; IL2CPP_EXTERN_C RuntimeClass* CameraCallback_t8BBB42AA08D7498DFC11F4128117055BC7F0B9D0_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Color32U5BU5D_tABFBCB467E6D1B791303A0D3A3AA1A482F620983_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Debug_t7B5FCB117E2FD63B6838BC52821B252E2BFB61C4_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Dictionary_2_t00BE7C96940D99992E2BD12503120721610579B6_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Dictionary_2_t153D0F5AE46083080C7F009F4157945894AE5172_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Dictionary_2_t2258334B2FD1F225C68C5C4869898F9DF49998FB_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Dictionary_2_t26153B1CA174E7BE6377AC3DD5269ED7D1A4417E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Dictionary_2_t8B30192881814CD1B3C20A09EE7C25DF51229A8B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Dictionary_2_tE3E6025AC9C3BB9097F41BFF9BC27B2BBFCDE55E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Dictionary_2_tFE2A3F3BDE1290B85039D74816BB1FE1109BE0F8_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* FallbackMaterial_t538C842FD3863FAF785036939034732F56B2473A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Func_2_t7F24465D5D20156FA305D4CF0588DC0C65BBADD7_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Func_2_tB66DC81374EF90FD4007620024FCF7E3CE642216_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ICollection_1_tBA66D5ABD8760F5C2E703E523E1A7DE284F89DB7_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IList_1_tF29E035126153F9F00537AA5AF6CF508765D3708_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IMaterialModifier_tAC8DDB479CEB6915244BA50AE95BF3BBF9F2E84C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* LineBreakingTable_tB80E0533075B07F5080E99393CEF91FDC8C2AB25_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* List_1_t44EC76A93C519FDBA44AC231322728FA5CB7CCD7_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* List_1_t5A73E5DD6FCE08CD2342C30A447AF2B3AC6EE4B7_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* List_1_t92F4E8ED1A46FBFA368EA365A6D089A1E5E9B76B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* List_1_t93E8CE14CA9EAADF470BF1207454FB300B07177C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* List_1_tB475D93BF35F7DC55F0698DC0FBE10EA50B44440_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* MaskingMaterial_tD567961933B31276005075026B5BA552CF42F30B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* MaterialReferenceU5BU5D_t01EC9C1C00A504C2EF9FBAF95DE26BB88E9B743B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Math_tFB388E53C7FDC6FCCF9A19ABF5A4E521FBD52E19_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Mathf_tFBDE6467D269BFE410605C7D806FD9991D4A89CB_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Mesh_t6106B8D8E4C691321581AB0445552EC78B947B8C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Predicate_1_t2B619EB1058AB248861104FBBD88E2812F9601FA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* RectTransformUtility_t9B90669A72B05A33DD88BEBB817BC9CDBB614BBA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* RichTextTagAttributeU5BU5D_tDDFB2F68801310D7EEE16822832E48E70B11C652_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ShaderUtilities_t94FED29CB763EEA57E3BBCA7B305F9A3CB1180B8_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Single_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* String_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TMP_CharacterInfoU5BU5D_t415BD08A7E8A8C311B1F7BD9C3AC60BF99339604_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TMP_ColorGradientU5BU5D_t0948D618AC4240E6F0CFE0125BB6A4E931DE847C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TMP_FontAssetUtilities_t5B217899A57BD221ED25A93A8E2CB2039D0EABA0_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TMP_LineInfoU5BU5D_t3D5D11E746B537C3951927E490B7A1BAB9C23A5C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TMP_ListPool_1_t5398E301B537C02F8884006B37F92E6D8C48B1C2_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TMP_ListPool_1_t64B8C0FD867F43C5DFCBFDB8A20F60F4E1DA6382_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TMP_ListPool_1_t6AF85EA790CBB44ECEF9B2D12B791541C651C699_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TMP_MaterialManager_t7BAB3C3D85A0B0532A12D1C11F6B28413EE8E336_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TMP_Math_t074FB253662A213E8905642B8B29473EC794FE44_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TMP_MeshInfo_t0140B4A33090360DC5CFB47CD8419369BBE3AD2E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TMP_Settings_t1CCF2DFCF66223CC1AC404F9AEE3E257BA37255A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TMP_SpriteAsset_tF896FFED2AA9395D6BC40FFEAC6DE7555A27A487_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TMP_SpriteCharacter_tDFDF0D32E583270A561804076B01146C324F4D33_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TMP_SpriteGlyph_t423E5984649351521A513FDF257D33C67116BF9B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TMP_StyleSheet_tC6C45E5B0EC8EF4BA7BB147712516656B0D26C04_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TMP_TextInfo_tC40DAAB47C5BD5AD21B3F456D860474D96D9C181_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TMP_TextParsingUtilities_tA5D4616296766ECCFF80C5F3A800D7B92155AD35_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TMP_TextUtilities_t0C64120E363A3DA0CB859D321248294080076A45_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TextAlignmentOptionsU5BU5D_t4AE8FA5E3D695ED64EBBCFBAF8C780A0EB0BD33B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Type_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CDoSpriteAnimationInternalU3Ed__7_t31ADE0DE24AE64EC437AED7B01D5749E9248C2AC_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec__DisplayClass10_0_tAAB13A2FFE2219F209342BA70FCD76C7404946A4_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec__DisplayClass12_0_t2666A1135A73D6750A4AC7047EEC0CC150600784_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec__DisplayClass13_0_t701F64C46C41D6B470DFE93B4C73C7DA4511A925_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec__DisplayClass14_0_tC1D5FD918047BA071AF300412FF259E679F4D51A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec_t685586B0F954FF1162ABB09FB424BB1AED63C346_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* UnicodeCharU5BU5D_t14B138F2B44C8EA3A5A5DB234E3739F385E55505_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Vector2_tA85D2DD88578276CA8A8796756458277E72D073D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Vector3U5BU5D_tB9EC3346CC4A0EA5447D968E84A9AC1F6F372C28_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Vector4U5BU5D_t51402C154FFFCF7217A9BEC4B834F0B726C10F66_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* WaitForSecondsRealtime_t0CF361107C4A9E25E0D4CF2F37732CE785235739_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* WillRenderCanvases_tBD5AD090B5938021DEAA679A5AEEA790F60A8BEE_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t2BDD5686E87BA22996C7749A9C7A7F86EB589380____9E6378168821DBABB7EE3D0154346480FAC8AEF1_1_FieldInfo_var; IL2CPP_EXTERN_C String_t* _stringLiteral1024E1471592DAB1461966285F71111E8C1610B0; IL2CPP_EXTERN_C String_t* _stringLiteral183C8AF35DDE0BE2F957B6E542FE5A8C27A99BDB; IL2CPP_EXTERN_C String_t* _stringLiteral1C0B86484F8B2DC90F08A968F8F79D5D1171834D; IL2CPP_EXTERN_C String_t* _stringLiteral1DC02EE724AA2744BA43216A48521F8FC70C6849; IL2CPP_EXTERN_C String_t* _stringLiteral22FB440A1DE153903FA39B1C83A844F653393236; IL2CPP_EXTERN_C String_t* _stringLiteral2D7C7BB591591B8BB038EB0A7C757AE36C863943; IL2CPP_EXTERN_C String_t* _stringLiteral339CD4DB8B8B70A934DFE94BDE23BB89DE574858; IL2CPP_EXTERN_C String_t* _stringLiteral35FCB175635B3AB6888C2DE3B64C7D6B27014E8D; IL2CPP_EXTERN_C String_t* _stringLiteral3A52CE780950D4D969792A2559CD519D7EE8C727; IL2CPP_EXTERN_C String_t* _stringLiteral3E3B9BB05C551567B9D774152AA50370AE81486C; IL2CPP_EXTERN_C String_t* _stringLiteral3ED06EA352E96F170A78D7E141112D3569631725; IL2CPP_EXTERN_C String_t* _stringLiteral4786DD42D98074830355B8C228EA1A9203083EAA; IL2CPP_EXTERN_C String_t* _stringLiteral4FF447B8EF42CA51FA6FB287BED8D40F49BE58F1; IL2CPP_EXTERN_C String_t* _stringLiteral528CF42AF97409FF91DB4E7793A81BC5F447D215; IL2CPP_EXTERN_C String_t* _stringLiteral53AD64E836ED4EC6B9DF61715FC37568B5C94EA2; IL2CPP_EXTERN_C String_t* _stringLiteral5973848C6501D0CBD36E2FEC74C9661380E25EA5; IL2CPP_EXTERN_C String_t* _stringLiteral5A004C1523F86794FE6F977B55097686E20D8304; IL2CPP_EXTERN_C String_t* _stringLiteral63DB3A23ADE9FDBA5CD6ED08EE88A9012ECF1D3F; IL2CPP_EXTERN_C String_t* _stringLiteral648D3FF342F6BC4EA342FCE666A1341736A162DB; IL2CPP_EXTERN_C String_t* _stringLiteral6A56CCA260305ACFFA7E272F9409B168A5F0A579; IL2CPP_EXTERN_C String_t* _stringLiteral6C79F40E9971EDE5D7898262E4346DE45737437F; IL2CPP_EXTERN_C String_t* _stringLiteral70B48EB2D8EBF81E7158C1F1B26942F27ABE5EE4; IL2CPP_EXTERN_C String_t* _stringLiteral711BAA11E33707FB9304BD392064C8935EA2B30B; IL2CPP_EXTERN_C String_t* _stringLiteral720C8DC19494B35DEB63C0935499BB0955629570; IL2CPP_EXTERN_C String_t* _stringLiteral76D00394CDA7C96C9492A3601697C26A3B8F6056; IL2CPP_EXTERN_C String_t* _stringLiteral80CF0AC9FA776B2C1EB12BD3818D15FF553A289E; IL2CPP_EXTERN_C String_t* _stringLiteral88662CD467A15F89AF196202C1376D1542A1E5D3; IL2CPP_EXTERN_C String_t* _stringLiteral991C128854695FAA88055DB7F154B1F82B87D68E; IL2CPP_EXTERN_C String_t* _stringLiteral9A7F092BFF46065C52C12B64BF30546FCC9D3F5F; IL2CPP_EXTERN_C String_t* _stringLiteral9B24BD9BCDFD34C72167701B0277AD547FD0D743; IL2CPP_EXTERN_C String_t* _stringLiteralA1C228140224A87633C6452311427F0CE085C377; IL2CPP_EXTERN_C String_t* _stringLiteralAD5CCB3727998BE07388CFE561EA5EE974163B7F; IL2CPP_EXTERN_C String_t* _stringLiteralAEF764014DF0B2F5A19D934BE54FCC26CCE86071; IL2CPP_EXTERN_C String_t* _stringLiteralB4511F10A25B1240C07B55A71B8B94D7B9E2D1A5; IL2CPP_EXTERN_C String_t* _stringLiteralBB78933982803AE7A266E283B996C13B23E6ABF0; IL2CPP_EXTERN_C String_t* _stringLiteralC66BE6D01FEF123B62D27FE4CB29873CCF4DC6BD; IL2CPP_EXTERN_C String_t* _stringLiteralCF00EEC9C0CAFF4BD148B8ECABEF64C5301BD5EA; IL2CPP_EXTERN_C String_t* _stringLiteralD2E4887F89B38EE0F7535A54B69748BC2C2338AC; IL2CPP_EXTERN_C String_t* _stringLiteralD4FD7C003DF9191F4C17D92DE8F934497389F611; IL2CPP_EXTERN_C String_t* _stringLiteralDC6A37BBC1B047C14B2DF1FE03C9EE13F02E0253; IL2CPP_EXTERN_C String_t* _stringLiteralE2060004DFFBDC6873D309C73A458221A047212B; IL2CPP_EXTERN_C String_t* _stringLiteralE229274C8FA52F62563E7E7E51ABF1B2335E60DD; IL2CPP_EXTERN_C String_t* _stringLiteralE8E403D51E4B4B12EC53FB65AE662B0F550D310E; IL2CPP_EXTERN_C String_t* _stringLiteralF8213C5E8839C6DB94A843B4D1F104BDDA49DC7B; IL2CPP_EXTERN_C const RuntimeMethod* Array_Resize_TisColor32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23_mA39C68B1C980BEBDFEB4B5FD59FE8174B7D2A877_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Array_Resize_TisInt32_t585191389E07734F19F3156FF88FB3EF4800D102_m2A2BB01628DE9B8E236690A0290F1600DEB7CB51_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Array_Resize_TisVector2_tA85D2DD88578276CA8A8796756458277E72D073D_m56C0390C053F9691A6205B03B7FEFFC0DFD7B871_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Array_Resize_TisVector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_mE09CCC0CA1B60D8E230EF11016A9096028955960_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Array_Resize_TisVector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E_m9C488ECB425A5762CC2B63F68FB006B6C45309D6_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Component_GetComponent_TisCanvasRenderer_tB4D9C9FE77FD5C9C4546FC022D6E956960BC2B72_mBB97F8CAD23493751B33B850A462B8BEA83CF96F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Component_GetComponent_TisLayoutElement_tD503826DB41B6EA85AC689292F8B2661B3C1048B_mACA9D3C2B7ADBC090A1641FD71AE7A7F61811C4E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Component_GetComponent_TisMeshFilter_t8D4BA8E8723DE5CFF53B0DA5EE2F6B3A5B0E0FE0_mF3F89565A9CEFF85AA1FB27C6EC64BE590DC386B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Component_GetComponent_TisRectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20_mEF939F54B6B56187EC11E16F51DCB12EB62C2103_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Component_GetComponent_TisRenderer_t0556D67DD582620D1F495627EDE30D03284151F4_m3E0C8F08ADF98436AEF5AE9F4C56A51FF7D0A892_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Component_GetComponent_TisTMP_SpriteAnimator_tEB1A22D4A88DC5AAC3EFBDD8FD10B2A02C7B0D17_mC866972021C4FC76574D6BAEBCDE1DF62BFEA44B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Component_GetComponent_TisTMP_Text_t7BA5B6522651EBED2D8E2C92CBE3F17C14075CE7_mD443382B13E3276EB4AEE7C0B34B0F06FC474395_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Component_GetComponent_TisTransform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA_m1F9576DC1C4A81D31D05BDDEBCE134AA97FF4075_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Component_GetComponentsInParent_TisCanvas_tBC28BF1DD8D8499A89B5781505833D3728CF8591_m70E578B1B28471152807C71B427CA1489329D023_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Component_GetComponents_TisIMaterialModifier_tAC8DDB479CEB6915244BA50AE95BF3BBF9F2E84C_m0E061B892638A68112CEF3A1199498E27C7F93BF_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Component_GetComponents_TisMask_t082A7A79B4BF2063E5F81D2F84D968569D737CCB_m55228FF13610E7AE797AB141AB19CC585F9C3578_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_Add_m5F0D0D856D16976BE0138CC8898DA3CA11EAB8F7_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_Add_mBF09C059286B84E7C32F45C8EE608EC50290515B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_Add_mCCB932C5E485AD6A3C60E877558D14503AC96CC0_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_Add_mDC25A2F4744B497C39F127D97327CC7B56E68903_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_Add_mE4F7F213173082B958C0A53A28B90C39609B4F01_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_Add_mF6618DFB283E932B23D231CAE8B646844A6C0DCB_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_Add_mFAD4E21F5CE7180A2C02C7347F2B796CA2114523_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_Clear_m0CA40F5E4BBDCC81A0B535E960B33E3732184272_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_Clear_m21BFA6747EB4DEB58CA7722B1A0A3E6804D18726_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_Clear_m7DE8E346650F09FFAB65ABCACFEBCB2FAB2F4499_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_Clear_mEDEF7730616610C413190BC4D4810C5174521214_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_ContainsKey_m02249D312CE214756C9763DBAF6F9BF7FD49CB48_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_ContainsKey_mAD3579388571E44B78561EA372F140CD6A68A47B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_ContainsKey_mBC44DAB119CBE7A4B7820ABF12AD024A4654471E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_ContainsKey_mBDEABE2B497B47078F364775FAB7EF761C6511E0_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_Remove_m094A319B30B2053A6445A621BF73A69B76B28B96_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_Remove_m739E37A1198D5703D1FF1E0BA3EA1CFEE63AD04B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_Remove_mB91AAD925DE095F4E1CB98619C45E3D925AC8C61_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_TryGetValue_m1A5EC8E258A2EA6CD906ED364E3155EAE0E848E3_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_TryGetValue_m3704FF25FF0AE360835573C8D9CE13EB8C8D0E7C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_TryGetValue_m505F9616419297745581AECD9ACD68DCD3FE0B1D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_TryGetValue_m750966FCCA0610E7548D83B4E0037B0424FA8249_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_TryGetValue_m9C552FA434CC9752999D5F7202F7431FFD0AF9D6_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_TryGetValue_mB9B63D8E7BCFDAE358FC737600D7BEA605A62891_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_TryGetValue_mCAA4E8F2E26E5B44515EE0F136EE18CE7FA21167_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_TryGetValue_mF63B7CEA87637EBDF9463BD38E61F29EB10148CC_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2__ctor_m288F2C06491116F064901C5255D46EB5D39F3579_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2__ctor_m392806454208498594B18750F111F108ACA055CA_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2__ctor_m4D7D0EC2703C4D03F8F1F8F8AD0D70C6F0B3E31B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2__ctor_m5B4A5BC34051AAA3F4C9590CF249F3A095332161_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2__ctor_m6A1DEBC9CE2F44030B6B80C04A4E0AC16456A66E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2__ctor_m6E61F53B2620D878B55FAD9AA7F1763930CAA700_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2__ctor_mD52EC54F0E4C5C6BE9EDEEE1F838F09E589387A9_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_get_Item_m31E51B6CDE6944ED5DE6FF827034160C72DEB956_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_OrderBy_TisTMP_SpriteCharacter_tDFDF0D32E583270A561804076B01146C324F4D33_TisUInt32_t4980FA09003AFAAB5A6E361BA2748EA9A005709B_m646162D28A84CAB26F0E4A19FF6D3DBF053BB608_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_OrderBy_TisTMP_SpriteGlyph_t423E5984649351521A513FDF257D33C67116BF9B_TisUInt32_t4980FA09003AFAAB5A6E361BA2748EA9A005709B_m6CD60E8EFACAD21F5C542592692446ED145BE807_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_ToList_TisTMP_SpriteCharacter_tDFDF0D32E583270A561804076B01146C324F4D33_m91ED2D4AD702175017EEF0BA65DCA30634DC6606_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_ToList_TisTMP_SpriteGlyph_t423E5984649351521A513FDF257D33C67116BF9B_mC92D4B9A86C2C8DDAD9C870F02523EE035F2A749_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Func_2__ctor_mBDA8B62FD5B86B271D7CCFA6000B0144C8E0A6A1_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Func_2__ctor_mD9B0C9EEA6A8496D74E9F5B5854E892E1D26E530_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* GameObject_AddComponent_TisTMP_SpriteAnimator_tEB1A22D4A88DC5AAC3EFBDD8FD10B2A02C7B0D17_m6E1DAD985C228E9AC2C7EB85E4E9E79618D90540_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* GameObject_AddComponent_TisTMP_SubMeshUI_tA1CA59D5820CBD2494E1A1562E02FE4D4272A2A1_mA7C2BECEC62ED35A056D224057DDD4DAC7B67FC8_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* GameObject_GetComponent_TisMeshFilter_t8D4BA8E8723DE5CFF53B0DA5EE2F6B3A5B0E0FE0_mD1BA4FFEB800AB3D102141CD0A0ECE237EA70FB4_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* GameObject_GetComponent_TisRectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20_m2E5F02DDA13C176AF75B4E7C1DB801D89E053B2C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* GameObject_GetComponent_TisTMP_SubMesh_tB9C2AFAA42A17F92D31845EEFCD99B144867A96D_mEFD49EBAF1AD467B424BB5A1E63F325F7A3171F2_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_m2255848B377AE6B60674879FC0019214E6B26D66_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_m4CED328BFC0ABE27FF5E32BADEEE772FAFB178C2_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_m50C0D1F69B2EF31137658E2F052EBBAC7BF82771_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_m548C36C402F4DA313AC37660F45CD0716BF42A21_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_m997A073A591DADB7DE9D778CEE76F75807B59E14_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Clear_m33B9E3FC1A7C9DF40DF154F08DF7D71F69FDCBD6_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Clear_m63FDD80814E06377881C9449DAFC789FE3790638_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Clear_mB6CAFDE2FD89CAEBF92A7EE2084B95F052E86027_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Clear_mF55B53BD18CA529F85B7EBC7C50BAD1897A36EB1_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Contains_m275CA0DC5737E7EF9DBEAC629F8DE280CFFA96D6_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_FindIndex_mC905B9D699C606452C2031CACCCCF24ACB4FA8CE_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_RemoveAt_m15D6D619153F836E6F5CB1DE1E86203516519885_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m0FBDD825DBAD460C1A7CF864DBEB221706D2C402_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m2DD0B22C2AEB9E37639B1FD8026B51B2C8AAFE50_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m32E37CD83332EFDDFE3E1D7C84ABAA8D8BC5DB34_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m4156BEC52987E84FC9F4140240BD7C6389AA9F01_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_mA7F9F92F641CEECFD9D8CFDC667568A05FFD27B4_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_mC148F69A1BE4D5FC7A7C89C1093B25ABFDBA94E5_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_m002F9380CBBEDCEFDC04910270CFAB569CD1D930_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_m00BFB07FDAD33310AFCBCFC9619692C115A5DF1A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_m1699944B3877811C3B111611DCD11DB1F64D6466_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_m1CE55CFD212AF67035DE458318924295971F165B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_m2229D68C51EA987F8F86549720B342E50D9AA830_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_m43C38F0B404D5702BC5AE12E8DD2D30467061CB4_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_m55E2E357E01B9A9D82D19ECB2E6D4AE7B3C28637_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_m96AC5EF21295D826985E2C61CEE138E1F7E72265_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_mC0AFF39B43A58B72EE46643C311C0292B1272966_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_mC2BF61E663533AED02640D7F45786D6E5BA355E4_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_m340E24EC2531B411F6394AEC9A80C6E9A573FF74_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_m38E868ED7E762A120832DFB7A8F897FB15A64BFB_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_m5B8C7F9E17F03DAC2C891DFAFEF7BE2F1B4BDFAE_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_m6356609D5723C06D6832EA2B613337E5CED717E2_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_m687E3FAD8F12378B9AA123818CB87FE37AC8BBFB_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_m7D020EC668D32A42EC5D4268CDF7DDC0BDE40DB8_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_m81E0E009B1CBEE6C2E7B406157858B07ED5DD5BA_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_m9423B6EB6979CF2A23FEA8AAB83F81BB5E6232D4_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_mA2EF700F87EDC8F73DFDAA61F8447F1531DCA9EF_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_mDE21FE97DC535D40026515C5A11E4E54321E3C8A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Predicate_1__ctor_m05419B336180184A16F3D17B38BC86708C8C788E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Resources_Load_TisMaterial_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598_m063558F0FA853B659FC7B606407BEF40E8D6D99F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Resources_Load_TisTMP_ColorGradient_tEA29C4736B1786301A803B6C0FB30107A10D79B7_m036F6CFD0FF4EC2C939374E820155958D8B6AE27_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Resources_Load_TisTMP_FontAsset_t44D2006105B39FB33AE5A0ADF07A7EF36C72385C_m7FFD9402FE658F2ACA2B8DC4F8D6E70292984F62_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Resources_Load_TisTMP_Settings_t1CCF2DFCF66223CC1AC404F9AEE3E257BA37255A_mD35B883B51916EEB56163AA80F1723E244C1E3BB_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Resources_Load_TisTMP_SpriteAsset_tF896FFED2AA9395D6BC40FFEAC6DE7555A27A487_m235E6B3DF863329928AB7926F34502C74818A7F5_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Resources_Load_TisTMP_StyleSheet_tC6C45E5B0EC8EF4BA7BB147712516656B0D26C04_mD823A52619FA63BC876C5484D2F5B24AA1533A10_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TMP_ListPool_1_Get_m2A625FE8890189335F84DBA7B0FFFD984C1AC7CA_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TMP_ListPool_1_Get_mE7830422D07D873206C9C86EE885950CFCEEC6D3_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TMP_ListPool_1_Get_mEE0695819C8F1C8188F19F76FBF88EC9DFED2B07_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TMP_ListPool_1_Release_m4E2034447C89045A490E9635CE79B30E8D24EA80_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TMP_ListPool_1_Release_mC88951551AE5C45A061D1B7B4E1522EA1CE9735F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TMP_ListPool_1_Release_mF773AFF7EA91D0FB0301DC1FB616C312A81C728D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TMP_MaterialManager_OnPreRenderCanvas_m839EA882D14989062273CD1D75D2CF7E047BD3CE_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TMP_MaterialManager_OnPreRender_mCB5BC98FDBD1C0B102E811036BF5136DB2FC9A0D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TMP_RichTextTagStack_1_Add_m086AF9DE1131134A070D85AA20411481E2A38592_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TMP_RichTextTagStack_1_Add_m34FA467FD5F029A7149627DF1093A611E940B163_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TMP_RichTextTagStack_1_Add_m4465AC5DCFCA61440F9586C8FF39CBE4E4DD2545_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TMP_RichTextTagStack_1_Add_m46BADBECE656B98B15FA3A01973A68D0052E0178_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TMP_RichTextTagStack_1_Add_mBC090A1D9A5AAB64BAF1451A6C83D385FF02C4B7_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TMP_RichTextTagStack_1_Add_mC863561A431DA51AE9437BC50FFFEE0089766A2D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TMP_RichTextTagStack_1_Add_mD2C8066E2F08C0848F900EBAE3E45C8E91B1E098_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TMP_RichTextTagStack_1_Clear_m4D90ED20ABD4E22B59BB5FA74393D1018D7D3C43_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TMP_RichTextTagStack_1_Clear_mDD89E42E0E4270D46F82546C40915E4CC111969C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TMP_RichTextTagStack_1_CurrentItem_m9373E68C4AD721E2B46C2D14296298632582434E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TMP_RichTextTagStack_1_Peek_m0508FBA4784CA4B6EFE69607BE5652C3904CF321_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TMP_RichTextTagStack_1_Pop_mB6069F7A1ED2B0F8AFCDFCAB784F051D7D5D88AA_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TMP_RichTextTagStack_1_Push_mF09FA5F64D6EDCC2662BAE1CD5D1E4B70E5382E2_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TMP_RichTextTagStack_1_Remove_m2FF2D548D1FAE6E10B8238DB903D2365E2A61B8F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TMP_RichTextTagStack_1_Remove_m37B195E42A76A8D6CEE54B23837CC343E45E70F5_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TMP_RichTextTagStack_1_Remove_m3B30049E822214B40AFA0B1FDBA1DDA4F10FED9A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TMP_RichTextTagStack_1_Remove_m7F121A17202EFEB10A7D004A2B1461F5E1E03D7E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TMP_RichTextTagStack_1_Remove_mCBC0D567131EBF6B48128731981489E0871B26A8_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TMP_RichTextTagStack_1_Remove_mED0376F40786E7D26B7D0DBA5AD6C25FCF6705CF_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TMP_RichTextTagStack_1_Remove_mF1F93B4644CB692EF2A1F88B20703E51D727D356_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TMP_RichTextTagStack_1_SetDefault_m6BD820491CC6D44CF9C886673494CEE42167556F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TMP_RichTextTagStack_1_SetDefault_mA2F2CB845B9122DA17000ABF0C11CC28717C17F3_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TMP_RichTextTagStack_1_SetDefault_mDA0B54A14D8FDDC3148E13473B89A6348BD4A350_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TMP_RichTextTagStack_1_SetDefault_mFFA7969D171A7BE0CE76E5B949838DFEFB2F956A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TMP_RichTextTagStack_1__ctor_m371044BC01DA11D6200916DD1E2EC45430D76D13_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TMP_RichTextTagStack_1__ctor_m37A678B1B25203B3B9A53083F86DEC5979002C00_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TMP_RichTextTagStack_1__ctor_m3ADC0ABF7F8C6347C8A86BF67CB1A31CF018E499_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TMP_RichTextTagStack_1__ctor_m796B7285BB69A3D4047D136D63EFF29973A8EF6D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TMP_RichTextTagStack_1__ctor_m8D64A4E661910B493C6AB23B11477E23EA9AF63A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TMP_RichTextTagStack_1__ctor_mAEEAC8F34E900608139890C524751856C18D75CD_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TMP_RichTextTagStack_1__ctor_mB6439174F36FA9D7762EE1B9EE5BBA7DD1C450B8_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TMP_RichTextTagStack_1__ctor_mC020AAFC308BD62195E72ACDA694F2673F72436C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TMP_TextInfo_Resize_TisTMP_LinkInfo_t7F4B699290A975144DF7094667825BCD52594468_m4FB163E67E82336C20B9F358C2757F6D59C8FF15_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TMP_Text_ResizeInternalArray_TisUnicodeChar_t29383F22AA9A3AA4A2061312113FDF2887834F2A_mF25A2B1A5836A694FD4351620648D7DFF3928EE2_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CCaretBlinkU3Ed__267_System_Collections_IEnumerator_Reset_mCA944CBD6914A912C084E0C0652F5658489E2435_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CDoSpriteAnimationInternalU3Ed__7_System_Collections_IEnumerator_Reset_m02D8195F2DE1EA6A1687D2857FE327783C02DEF1_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CMouseDragOutsideRectU3Ed__285_System_Collections_IEnumerator_Reset_mCB3269F30C77CE8E30C2ADDE141705E55C4F9A4D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3CSortCharacterTableU3Eb__33_0_m819C30410B52F95857DA71BB03D776D525EEA490_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3CSortGlyphTableU3Eb__32_0_m742F8E4C3A6B94BDFF6C5B1DC686DDA74E924BD9_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec__DisplayClass10_0_U3CGetBaseMaterialU3Eb__0_m070982C19C98149C5C8F0F153654E9FFD6573E3F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec__DisplayClass12_0_U3CAddMaskingMaterialU3Eb__0_mC2A8207FF0FBEB0407C0103C208377D333A9A947_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec__DisplayClass13_0_U3CRemoveStencilMaterialU3Eb__0_mBF6C68341D455F0D169903AC541FC3B1474EEA8E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec__DisplayClass14_0_U3CReleaseBaseMaterialU3Eb__0_m77C16EDB31634336188679321D815574D5CA0D18_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* UnityEvent_1__ctor_m48B0CBFE9D54DA182E39F44D6C57C62C336944A4_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* UnityEvent_1__ctor_m79B77A2061FAF9227CFA10D7238011DD84594367_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* UnityEvent_3__ctor_m68F651C4BE952A05027D339089706F152B77DFBA_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeType* RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* TMP_SubMesh_tB9C2AFAA42A17F92D31845EEFCD99B144867A96D_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* TextMeshPro_t6FF60D9DCAF295045FE47C014CC855C5784752E2_0_0_0_var; IL2CPP_EXTERN_C const uint32_t OnChangeEvent__ctor_m5D91870239AF60B63837CFD9A7AD318385110566_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t OnValidateInput_BeginInvoke_m4CA340029A37B6121AD91575987C4B55418F7CEB_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t SelectionEvent__ctor_mDE136423905DC114E1508BC15A2D53F3D2DE2BB9_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t SubmitEvent__ctor_mDC065E53A47B58CFEF1CF5DC952D25498FD78A07_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t TMP_LinkInfo_GetLinkID_m08F4A2FC2423450D5AA20BCCDA4F6CDE6F3CBE8E_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t TMP_LinkInfo_GetLinkText_m2588B2538FDD663E9C7D00D21ECD6D9D7F564D8C_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t TMP_LinkInfo_SetLinkID_m20B1AA296BAA576A803F743D7DB6A1CE59C51C05_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t TMP_MaterialManager_AddFallbackMaterialReference_m716AC60C927EF988F11532ED30BF6436E6E92004_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t TMP_MaterialManager_AddMaskingMaterial_m6E756532DBEDCFBB3B3578FB0CBFF6E4255645BD_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t TMP_MaterialManager_CleanupFallbackMaterials_m350C64087007C419901EB7AE4475F6D6623DDBD2_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t TMP_MaterialManager_ClearMaterials_mCB967BE61BDC535C325D74D54EB2ABF43DD904D2_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t TMP_MaterialManager_CopyMaterialPresetProperties_mF602C9E3596B526045982B62B267F98CFD9A3D88_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t TMP_MaterialManager_FindRootSortOverrideCanvas_m5F5ED571F5FBB7F02E17DD0B667FD8A37E160AEF_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t TMP_MaterialManager_GetBaseMaterial_mC2B7B711E49103ECE017B2AFE2E93E6847CFC4AD_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t TMP_MaterialManager_GetFallbackMaterial_m54C7394AEF6C09254D42E35C6E291E5C6BE85D97_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t TMP_MaterialManager_GetMaterialForRendering_m6533DE515A114559DEEEEA48439DFD248B6DD17D_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t TMP_MaterialManager_GetStencilID_m416131A0A82239B3CFD843A0018D6A146176A06C_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t TMP_MaterialManager_GetStencilMaterial_mBC5160EDE5C5E78D2A836BB8C0EF03282045F729_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t TMP_MaterialManager_OnPreRenderCanvas_m839EA882D14989062273CD1D75D2CF7E047BD3CE_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t TMP_MaterialManager_OnPreRender_mCB5BC98FDBD1C0B102E811036BF5136DB2FC9A0D_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t TMP_MaterialManager_ReleaseBaseMaterial_m12A6C5140B13F213B273FBC806C329D4CB750E80_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t TMP_MaterialManager_ReleaseFallbackMaterial_m3ED09333A4A060E004D90CEFD34CF568DC378CF6_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t TMP_MaterialManager_ReleaseStencilMaterial_m051D54EA3C478101B9B690BD7C120A6CA0FFA7F5_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t TMP_MaterialManager_RemoveFallbackMaterialReference_mFD2148F998A6AEE6C4F2386E5A2F9ACB567CD214_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t TMP_MaterialManager_RemoveStencilMaterial_mA81B93609BD3B6064AE083D5E203B4DEFCFD81B1_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t TMP_MaterialManager_SetStencil_mDA4E5E847232AF2335878BA9F7EDEDB48C8DED80_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t TMP_MaterialManager__cctor_mA3E01803C3BD9E9804CA874BA82DDB129A781AFF_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t TMP_Math__cctor_m28B03C0C82CDC26FC7C8F6A1EE2B2FA133E2666B_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t TMP_MeshInfo_ClearUnusedVertices_mD690CEC2537EF76870AB69FFED4A8DD31A3AC7F0_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t TMP_MeshInfo_Clear_m5ED3D53714F14FAAF0312E23C0B2F79557B2A4AE_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t TMP_MeshInfo_Clear_m8AD3382CBB3129497FAEC30AE3B5C8409D0EB953_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t TMP_MeshInfo_ResizeMeshInfo_mADFC1672F4FA41419EA5973DFBC86F5F2D6F404D_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t TMP_MeshInfo_ResizeMeshInfo_mF670709E54C8FA2565148D6BAC962280A444A583_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t TMP_MeshInfo_SortGeometry_m889F420C133A7500E8F8A4A182EB31AD640CD301_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t TMP_MeshInfo__cctor_mE984F1746BAAC39244E0DE17FA28745BAF828388_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t TMP_MeshInfo__ctor_m2BB3A745E1C05B28824E997F16AEE1BA2CBEEB84_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t TMP_MeshInfo__ctor_mDB589231FFC0C3C8B285210AD214AF55B05BD1CF_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t TMP_ScrollbarEventHandler_OnDeselect_m2EE981A8CE435462B07BB798CE4B1B3CB9C31550_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t TMP_ScrollbarEventHandler_OnPointerClick_m5A18FC32525899C65F04E8E9FEE8A61975C4B5E8_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t TMP_ScrollbarEventHandler_OnSelect_mC6F121BB11C777927D613241A5489FAE38541A4B_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t TMP_Settings_GetCharacters_m87B52E9D173924679473739B32E85624198F4A15_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t TMP_Settings_GetFontAsset_m723CC48F271386FBA75E539EC26CC4866A01F804_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t TMP_Settings_GetSettings_mFA0AD57A559BE629AA9DF66493A606D91B4CEC41_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t TMP_Settings_GetSpriteAsset_mD926A79E5BE12B90F764CC2962891F16B8F41884_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t TMP_Settings_GetStyleSheet_m5BC59BCA8BD19C004CC6ADA6C39B0FE33998064A_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t TMP_Settings_LoadDefaultSettings_m2EA42466A832FF963D2CF8F34B3F24F5C7500900_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t TMP_Settings_LoadLinebreakingRules_m1932F75FD27536A13BA3973E00E483B6C477B6AD_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t TMP_Settings_get_instance_mED364A86AB8411EEB0C7A458A66484B1C98B7CB9_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t TMP_Settings_get_version_m39F3DDEDECDA6FA43D83E524ADBB456AC4C8D1F0_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t TMP_SpriteAnimator_Awake_m6A9BAB89D2307AFD0BCB270890C84744055D6C5E_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t TMP_SpriteAnimator_DoSpriteAnimationInternal_m144E4B3BDEDEF0DDB2072179173D40B496FBFFD9_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t TMP_SpriteAnimator_DoSpriteAnimation_mFA62CD0D49EB370AE7FA91FF341AAB4A62CDD315_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t TMP_SpriteAnimator_StopAllAnimations_m80939F1E1D0B76FC7983A5715BD1034D44F59AE1_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t TMP_SpriteAnimator__ctor_m60F7416159A00530BF4FC021FA42E33953D209E3_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t TMP_SpriteAsset_Awake_m61FB8D32E487ACB8E7E633A66F9229A869841549_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t TMP_SpriteAsset_GetDefaultSpriteMaterial_m845A6273ED57DAF047CBD43341F29454FE19ED1A_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t TMP_SpriteAsset_GetSpriteIndexFromHashcode_m3C05A1728A1C0D0392F35EE9B63FDC1EB068DFE5_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t TMP_SpriteAsset_GetSpriteIndexFromName_mFD0F909D3245AEDDCC906F6172E819982E5AFDC6_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t TMP_SpriteAsset_GetSpriteIndexFromUnicode_m3DC1234970BD370C9ED850859C20B5C9A3309DD2_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t TMP_SpriteAsset_SearchForSpriteByHashCodeInternal_mD6F8AE0031CD58440EEA4FA716D7FA146AF3B039_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t TMP_SpriteAsset_SearchForSpriteByHashCodeInternal_mF9C5148D00B7AA13937D2ED2DC79EF6ADC319BDD_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t TMP_SpriteAsset_SearchForSpriteByHashCode_mED6A9B28B532508D0C43989005C3E394DDFD2206_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t TMP_SpriteAsset_SearchForSpriteByUnicodeInternal_m2ED48F8352E35BC09537CC58871EDC304E0D6952_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t TMP_SpriteAsset_SearchForSpriteByUnicodeInternal_mD079A193F2CB6CC326300656F766CA9B547EE1A7_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t TMP_SpriteAsset_SearchForSpriteByUnicode_mFB42B51B2EA9864ABCD401149178A76E2A25DF3C_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t TMP_SpriteAsset_SortCharacterTable_m774139B8EBF28333DABEFA8A3BAE9C9CAC12C798_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t TMP_SpriteAsset_SortGlyphTable_m536D62D66E92109C99BF899A95405BCB24B86721_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t TMP_SpriteAsset_UpdateLookupTables_m473F3B6B16DDF60B0D4A07036D0965DAC70EA4A5_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t TMP_SpriteAsset_UpgradeSpriteAsset_mC0146E0F2BA3308E4F837318C225E578CCF03FA4_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t TMP_SpriteAsset__ctor_mA1F4EBC822DA5439B75D2A6AE6654E8949BB6BD2_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t TMP_SpriteCharacter_set_name_m2C522613B78BDCE6298D080FB3C88F88BD3DFCFF_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t TMP_StyleSheet_GetStyleInternal_m0D35B4B992B4480E62319981E1EB36F886E62CD7_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t TMP_StyleSheet_LoadStyleDictionaryInternal_m03FA3CD9BF70427B5A7D578ADFC31A1C1348969D_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t TMP_StyleSheet_UpdateStyleDictionaryKey_m377BB2F87B93A92387B51DA1DC782FE1BE0CD2BD_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t TMP_StyleSheet_UpdateStyleSheet_m43D3D95B330A07CF426419BF19F4C7B44875B77B_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t TMP_StyleSheet__ctor_m79D60BAFF83CD70D93262BB6E7851A7FF99A17D3_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t TMP_StyleSheet_get_instance_mDCFB261DE16AE3D3FEE5A2FC55ED82E65ED6752B_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t TMP_Style_RefreshStyle_mDA383979A1CF696431A044B7BFB927C973E41CDC_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t TMP_SubMeshUI_AddSubTextObject_mE3BE58DD1E65F547250AC7534F0E985896473635_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t TMP_SubMeshUI_CreateMaterialInstance_m97A8EF7732C8A4DC78E722DEE259802114824A0B_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t TMP_SubMeshUI_GetMaterial_m46EE1E480485814ADB252DA1DA9530097651C209_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t TMP_SubMeshUI_GetModifiedMaterial_m924A0ADD80340624FBDDC1C79E02EE44EADE182D_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t TMP_SubMeshUI_GetPaddingForMaterial_m0EF23FF6E7ED8FD5A9A5D25A503C3AD409FD9E06_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t TMP_SubMeshUI_GetPaddingForMaterial_m84C43B4E5E8A5ED40903C1321AC84AFFBACC139F_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t TMP_SubMeshUI_GetSharedMaterial_m68FE901F3890B4CC93C0B6612EB87B02C4263A8D_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t TMP_SubMeshUI_OnDestroy_m08DA023C2E1465331C49DAF46A8CBCA53BE85F14_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t TMP_SubMeshUI_OnDisable_mC4F0D0768E150EFCB43933F3D1A2924C8F152DEC_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t TMP_SubMeshUI_SetVerticesDirty_m78F45A53C0B18BDF80866FA3B35DB5C0F76E010B_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t TMP_SubMeshUI_UpdateGeometry_m99688341598A7360DD3BEC3BCEC826BD4B767028_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t TMP_SubMeshUI_UpdateMaterial_mF0F5647995D3B781F2D170FB951C26BB9200C747_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t TMP_SubMeshUI_UpdateMeshPadding_mD3CCCD0DE1D1C463479C52F6A9BE9F52279A7B96_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t TMP_SubMeshUI_get_canvasRenderer_mE49DFC3D69EFAC885E3619B4B2C7A518B06C4738_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t TMP_SubMeshUI_get_mainTexture_m75EBC20D6DF2EB308E2CF25DA453696AF9EDA2D8_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t TMP_SubMeshUI_get_materialForRendering_mC24A045110E8E98310469BCA5A34DEE254CFB498_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t TMP_SubMeshUI_get_mesh_mCBCF215077B2044CAC4CB91585C0EAFB376FB788_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t TMP_SubMeshUI_set_fallbackMaterial_m6F0E2367FBCD108AE3716BF44B6E13DD9C590162_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t TMP_SubMeshUI_set_material_m4EA71447E0C2293251DAD48F614DE6C80BE42285_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t TMP_SubMesh_AddSubTextObject_mB7B7238D8F39F657241137CC37465938DEAF738E_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t TMP_SubMesh_CreateMaterialInstance_mA343250B63F0480986C539DD7A8BB91991C7A1A3_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t TMP_SubMesh_DestroySelf_mD8C31083236F16DB1E9CF02C944D4B85B8D03B2F_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t TMP_SubMesh_GetMaterial_m8474E2B4A097E31B172D4830B26EB8C662E2F7F4_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t TMP_SubMesh_GetPaddingForMaterial_m7C4AA173286AEFC51F8A0C6244305EFBE0D77C15_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t TMP_SubMesh_GetSharedMaterial_m5132D5C66C31AEE52A4503C5A3DB673455FD4D04_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t TMP_SubMesh_OnDestroy_mCD31CE389300981012099EDFB0083264094EAB00_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t TMP_SubMesh_OnDisable_mCC6CF5F9DE6BF4C6093F278FA08A812CD282AA78_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t TMP_SubMesh_OnEnable_m6553FA792DE68981F9CB2E3575E43C59794C3A7D_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t TMP_SubMesh_SetVerticesDirty_m0DCB0817F132B3EC914185DE787786166C34F081_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t TMP_SubMesh_UpdateMaterial_m88AFF6F9C91E2ECFC3FC67DB2D2EB414666E4E08_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t TMP_SubMesh_UpdateMeshPadding_m0F83AE63A001CA3E837DBD04C3AE812E3BFAD721_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t TMP_SubMesh_get_meshFilter_mA62434D5993EAEEEDA2656BFC820EAD453E05ED7_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t TMP_SubMesh_get_mesh_m97B26133112C9C2B950F614CD2ECBD2517FB96AE_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t TMP_SubMesh_get_renderer_m41AAA8AA7765A2B0A722B0C7BE4D0CFB456B50BE_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t TMP_SubMesh_set_fallbackMaterial_m5AAE65076AB071DB5FF6483571D8DB8D67DFD34D_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t TMP_Text_AddFloatToCharArray_m90938B5E7E0BCF694B33BCCC2351C58255B38787_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t TMP_Text_CalculatePreferredValues_mAD41359339EAB2AC14C01547C87B58C43AA26055_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t TMP_Text_CreateMaterialInstance_m5C75A42D058ECD5AA55546EF76AEC63C13B5D48A_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t TMP_Text_DrawTextHighlight_mBB66188D449A5056466A7E87C0DB6A62786E4F6E_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t TMP_Text_DrawUnderlineMesh_mAC0C99B6E0E054743903E252910B0D03AA20F059_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t TMP_Text_FillCharacterVertexBuffers_mC4D58D84C4B6901054E14E77F8ACFF32E5062CDF_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t TMP_Text_GetParsedText_m32D1E8D177CF340C95546B8AEC00FCCC70E1E9C0_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t TMP_Text_GetPreferredHeight_m746C2BEFF40208B3AE28160CB3BA5B48467CE11A_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t TMP_Text_GetPreferredValues_m5A655DB26C49A177628B3FF46B581245051C8A7F_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t TMP_Text_GetPreferredWidth_mBAE2F8D3045661A66AD6D953AB03C67E8EDE7884_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t TMP_Text_GetRenderedValues_m0054DC6EDB8AF7780B071DA2D68B61BF5F24410B_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t TMP_Text_GetRenderedValues_m9B822CE403B2DE4A087568B4793BB0C1F4D9093D_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t TMP_Text_GetSpecialCharacters_m113088313670FA27611D4B80E3B716188CD764D2_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t TMP_Text_GetTextBounds_m02E9B122F3E4F9CBFCA04674978EF7A0FECEA45F_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t TMP_Text_GetTextBounds_m356167ABEF50B830CC5CF0838F419C5AA712F70E_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t TMP_Text_HexCharsToColor_mDA26BEC23AC05B301874BE980B871C25C9572030_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t TMP_Text_IsTagName_m405FF7D7F28E099336640FF26368FB5FF1B45608_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t TMP_Text_IsTagName_m7C1513CB94AC9B8123FEB4E467B85A4922E7620F_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t TMP_Text_IsTagName_mB9BFDF8BBB8ABFD24C310597848E634A20D5D4F3_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t TMP_Text_IsTagName_mC9DAAC5BCC8265F5CCD5E3B0FD6EB7555FB60896_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t TMP_Text_LoadDefaultSettings_mF25E632EF6893FC8F21015016A41ECAC84F65070_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t TMP_Text_ReplaceClosingStyleTag_m16666694EC081C261C24622F00C6B07A95382120_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t TMP_Text_ReplaceClosingStyleTag_m1741869347BFA5120F8C95100324A340CE6E2A5F_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t TMP_Text_ReplaceClosingStyleTag_mA18E48AE65821B53B3C9683328A3A21431C9A412_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t TMP_Text_ReplaceClosingStyleTag_mD2C56F2962261A3207AF1028D444E2FB7D00C283_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t TMP_Text_ReplaceOpeningStyleTag_m4E535C42672519061377E4A35E70DC616B54C268_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t TMP_Text_ReplaceOpeningStyleTag_m74E810FF5B1EB7E3ED8862925C3E5DF7E08FCC3E_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t TMP_Text_ReplaceOpeningStyleTag_m93C3741B9DF660D693070F5945C70BA5A42F0846_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t TMP_Text_ReplaceOpeningStyleTag_mD258F32CF12E998D0D9B26BD2D6D2A57A31BDF28_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t TMP_Text_ResizeLineExtents_m4B2D1137863B76A03199E9ED042FEE7C1A1220CC_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t TMP_Text_SaveGlyphVertexInfo_m5B17CDF9884DBF375C572E6F81893E10A6DD3C6C_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t TMP_Text_SaveSpriteVertexInfo_m591F4C69A4869D42745398DA7E32A2523CDA183D_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t TMP_Text_SetCharArray_m533103FA8E3649D58EB0D266CDE6AA4B06F7CBCF_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t TMP_Text_SetCharArray_m9FAB24E5F518356DE8C4B8C0BB553141920CDDDE_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t TMP_Text_SetCharArray_mC32F52335F38CC32E1221AC47362A58C279D1413_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t TMP_Text_SetTextArrayToCharArray_mB37FD1798AFE8DB899335E39C1B531BF16DB1A5B_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t TMP_Text_SetVertexColorGradient_m75210CF17159C4624ED7CA86B25100D7E621E458_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t TMP_Text_StringBuilderToIntArray_m141E814F8786FF34C240F2397DCB7ECDCDA73C14_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t TMP_Text_StringToCharArray_m9C7FED4835F2449022776FD58C44F9270E2F35DF_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t TMP_Text_ValidateHtmlTag_m353DF3A937F86B98B948183F904EEA77CE254948_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t TMP_Text__cctor_m29A610CEFE37029538BFDD4B42DD53C36CF95390_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t TMP_Text__ctor_m6444C2C1FB1948F2597F8A1AB77FB239A81E5CA2_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t TMP_Text_get_bounds_m7E7F2C8D0DD7CC68CE034CF5423F996D69CBEFE7_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t TMP_Text_get_faceColor_m4F272162906C7A1671177D8A7205E046C34FA070_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t TMP_Text_get_layoutElement_mF2543803B3125A200614ACFD15986D76994018AD_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t TMP_Text_get_outlineColor_mF14BC9C22F2A61B8FF3C3225DD8393D8D58EB78C_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t TMP_Text_get_outlineWidth_mFB3398A4FB667873ECEA3389EB0AFBD6EC635F1F_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t TMP_Text_get_pixelsPerUnit_m81B760800BA1680E84BC2571B7C2CF45DC0C1F8E_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t TMP_Text_get_rectTransform_m7D5ABF7B98E93576BDA8F7E1A2A7415284D4F05E_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t TMP_Text_get_spriteAnimator_mA468A6CCBAB56268107BACABE9F050CA8FCE1DC9_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t TMP_Text_get_transform_m9AEC630AEC329A1A36760BC203AFF907027B5B1C_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t TMP_Text_set_fontMaterial_m19DDF984AC62E246FEB3BE7CEAB0223F31D2820D_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t TMP_Text_set_fontSharedMaterial_m00766CC7424BC54B8761A45ED472472C94985A3C_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t TMP_Text_set_font_mA12EB3B05A3E13AA1A419E41D703565FA38CD93F_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t TMP_Text_set_linkedTextComponent_m7A420A57136DFBD6B2E792AC0386A7AFE7DFC742_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t TMP_Text_set_margin_mC256DE10A2D8A26A631D7065CDE64F32AED1B9AB_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t TextSelectionEvent__ctor_m0E1828CFD97B30DD17D95AFD58EA97E6261595CA_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t TouchScreenKeyboardEvent__ctor_m0DEAEFD2929C40528A9B37F65099613733E12213_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t U3CCaretBlinkU3Ed__267_System_Collections_IEnumerator_Reset_mCA944CBD6914A912C084E0C0652F5658489E2435_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t U3CDoSpriteAnimationInternalU3Ed__7_MoveNext_m291E89FF50D99F13C1EFF8FCE39C97B3AC2C9AAE_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t U3CDoSpriteAnimationInternalU3Ed__7_System_Collections_IEnumerator_Reset_m02D8195F2DE1EA6A1687D2857FE327783C02DEF1_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t U3CMouseDragOutsideRectU3Ed__285_MoveNext_m507B40457D322CFF2B732021A0242BD5EA3AE80C_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t U3CMouseDragOutsideRectU3Ed__285_System_Collections_IEnumerator_Reset_mCB3269F30C77CE8E30C2ADDE141705E55C4F9A4D_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t U3CU3Ec__DisplayClass10_0_U3CGetBaseMaterialU3Eb__0_m070982C19C98149C5C8F0F153654E9FFD6573E3F_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t U3CU3Ec__DisplayClass12_0_U3CAddMaskingMaterialU3Eb__0_mC2A8207FF0FBEB0407C0103C208377D333A9A947_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t U3CU3Ec__DisplayClass13_0_U3CRemoveStencilMaterialU3Eb__0_mBF6C68341D455F0D169903AC541FC3B1474EEA8E_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t U3CU3Ec__DisplayClass14_0_U3CReleaseBaseMaterialU3Eb__0_m77C16EDB31634336188679321D815574D5CA0D18_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t U3CU3Ec__cctor_mA3D78523CBFA531D45973F0806CAD9E29C2DE543_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 RichTextTagAttributeU5BU5D_tDDFB2F68801310D7EEE16822832E48E70B11C652; struct TMP_CharacterInfoU5BU5D_t415BD08A7E8A8C311B1F7BD9C3AC60BF99339604; struct TMP_ColorGradientU5BU5D_t0948D618AC4240E6F0CFE0125BB6A4E931DE847C; struct TMP_FontWeightPairU5BU5D_tD4C8F5F8465CC6A30370C93F43B43BE3147DA68D; struct TMP_LineInfoU5BU5D_t3D5D11E746B537C3951927E490B7A1BAB9C23A5C; struct TMP_LinkInfoU5BU5D_t5965804162EB43CD70F792B74DA179B32224BB0D; struct TMP_MeshInfoU5BU5D_t7F7564862ADABD75DAD9B09FF274591F807FFDE9; struct UnicodeCharU5BU5D_t14B138F2B44C8EA3A5A5DB234E3739F385E55505; struct TextAlignmentOptionsU5BU5D_t4AE8FA5E3D695ED64EBBCFBAF8C780A0EB0BD33B; struct Color32U5BU5D_tABFBCB467E6D1B791303A0D3A3AA1A482F620983; struct MaterialU5BU5D_tD2350F98F2A1BB6C7A5FBFE1474DFC47331AB398; struct Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6; struct Vector3U5BU5D_tB9EC3346CC4A0EA5447D968E84A9AC1F6F372C28; struct Vector4U5BU5D_t51402C154FFFCF7217A9BEC4B834F0B726C10F66; IL2CPP_EXTERN_C_BEGIN IL2CPP_EXTERN_C_END #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Object struct Il2CppArrayBounds; // System.Array // 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((void**)(&___buckets_0), (void*)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((void**)(&___entries_1), (void*)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((void**)(&___comparer_6), (void*)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((void**)(&___keys_7), (void*)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((void**)(&___values_8), (void*)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((void**)(&____syncRoot_9), (void*)value); } }; // 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((void**)(&___buckets_0), (void*)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((void**)(&___entries_1), (void*)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((void**)(&___comparer_6), (void*)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((void**)(&___keys_7), (void*)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((void**)(&___values_8), (void*)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((void**)(&____syncRoot_9), (void*)value); } }; // 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((void**)(&___buckets_0), (void*)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((void**)(&___entries_1), (void*)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((void**)(&___comparer_6), (void*)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((void**)(&___keys_7), (void*)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((void**)(&___values_8), (void*)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((void**)(&____syncRoot_9), (void*)value); } }; // 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((void**)(&___buckets_0), (void*)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((void**)(&___entries_1), (void*)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((void**)(&___comparer_6), (void*)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((void**)(&___keys_7), (void*)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((void**)(&___values_8), (void*)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((void**)(&____syncRoot_9), (void*)value); } }; // 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((void**)(&___buckets_0), (void*)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((void**)(&___entries_1), (void*)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((void**)(&___comparer_6), (void*)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((void**)(&___keys_7), (void*)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((void**)(&___values_8), (void*)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((void**)(&____syncRoot_9), (void*)value); } }; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_tA1EE3BDAADBA1C0A3616BCFCD9666DDEC9E388E4 : 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_t443C5D19C06031E8E69CBC1ACDC9E5B10790765F* ___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_t795F798EB9CEE8C9E6A3EEA38A9D7FD6FF340405 * ___keys_7; // System.Collections.Generic.Dictionary`2_ValueCollection System.Collections.Generic.Dictionary`2::values ValueCollection_t881D2DAD4111B032771BD70365713A5D5CEA80F9 * ___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_tA1EE3BDAADBA1C0A3616BCFCD9666DDEC9E388E4, ___buckets_0)); } inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get_buckets_0() const { return ___buckets_0; } inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of_buckets_0() { return &___buckets_0; } inline void set_buckets_0(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value) { ___buckets_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___buckets_0), (void*)value); } inline static int32_t get_offset_of_entries_1() { return static_cast(offsetof(Dictionary_2_tA1EE3BDAADBA1C0A3616BCFCD9666DDEC9E388E4, ___entries_1)); } inline EntryU5BU5D_t443C5D19C06031E8E69CBC1ACDC9E5B10790765F* get_entries_1() const { return ___entries_1; } inline EntryU5BU5D_t443C5D19C06031E8E69CBC1ACDC9E5B10790765F** get_address_of_entries_1() { return &___entries_1; } inline void set_entries_1(EntryU5BU5D_t443C5D19C06031E8E69CBC1ACDC9E5B10790765F* value) { ___entries_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___entries_1), (void*)value); } inline static int32_t get_offset_of_count_2() { return static_cast(offsetof(Dictionary_2_tA1EE3BDAADBA1C0A3616BCFCD9666DDEC9E388E4, ___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_tA1EE3BDAADBA1C0A3616BCFCD9666DDEC9E388E4, ___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_tA1EE3BDAADBA1C0A3616BCFCD9666DDEC9E388E4, ___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_tA1EE3BDAADBA1C0A3616BCFCD9666DDEC9E388E4, ___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_tA1EE3BDAADBA1C0A3616BCFCD9666DDEC9E388E4, ___comparer_6)); } inline RuntimeObject* get_comparer_6() const { return ___comparer_6; } inline RuntimeObject** get_address_of_comparer_6() { return &___comparer_6; } inline void set_comparer_6(RuntimeObject* value) { ___comparer_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___comparer_6), (void*)value); } inline static int32_t get_offset_of_keys_7() { return static_cast(offsetof(Dictionary_2_tA1EE3BDAADBA1C0A3616BCFCD9666DDEC9E388E4, ___keys_7)); } inline KeyCollection_t795F798EB9CEE8C9E6A3EEA38A9D7FD6FF340405 * get_keys_7() const { return ___keys_7; } inline KeyCollection_t795F798EB9CEE8C9E6A3EEA38A9D7FD6FF340405 ** get_address_of_keys_7() { return &___keys_7; } inline void set_keys_7(KeyCollection_t795F798EB9CEE8C9E6A3EEA38A9D7FD6FF340405 * value) { ___keys_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___keys_7), (void*)value); } inline static int32_t get_offset_of_values_8() { return static_cast(offsetof(Dictionary_2_tA1EE3BDAADBA1C0A3616BCFCD9666DDEC9E388E4, ___values_8)); } inline ValueCollection_t881D2DAD4111B032771BD70365713A5D5CEA80F9 * get_values_8() const { return ___values_8; } inline ValueCollection_t881D2DAD4111B032771BD70365713A5D5CEA80F9 ** get_address_of_values_8() { return &___values_8; } inline void set_values_8(ValueCollection_t881D2DAD4111B032771BD70365713A5D5CEA80F9 * value) { ___values_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___values_8), (void*)value); } inline static int32_t get_offset_of__syncRoot_9() { return static_cast(offsetof(Dictionary_2_tA1EE3BDAADBA1C0A3616BCFCD9666DDEC9E388E4, ____syncRoot_9)); } inline RuntimeObject * get__syncRoot_9() const { return ____syncRoot_9; } inline RuntimeObject ** get_address_of__syncRoot_9() { return &____syncRoot_9; } inline void set__syncRoot_9(RuntimeObject * value) { ____syncRoot_9 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_9), (void*)value); } }; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_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((void**)(&___buckets_0), (void*)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((void**)(&___entries_1), (void*)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((void**)(&___comparer_6), (void*)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((void**)(&___keys_7), (void*)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((void**)(&___values_8), (void*)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((void**)(&____syncRoot_9), (void*)value); } }; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t8B30192881814CD1B3C20A09EE7C25DF51229A8B : 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_t5756F6EC6127C522CF43243C8263BE92767E7795* ___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_tD6EF950D27132104DC632B426D8AA994EF14107C * ___keys_7; // System.Collections.Generic.Dictionary`2_ValueCollection System.Collections.Generic.Dictionary`2::values ValueCollection_t3C37882B54F4087A1A56CAA934CA89BA36195353 * ___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_t8B30192881814CD1B3C20A09EE7C25DF51229A8B, ___buckets_0)); } inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get_buckets_0() const { return ___buckets_0; } inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of_buckets_0() { return &___buckets_0; } inline void set_buckets_0(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value) { ___buckets_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___buckets_0), (void*)value); } inline static int32_t get_offset_of_entries_1() { return static_cast(offsetof(Dictionary_2_t8B30192881814CD1B3C20A09EE7C25DF51229A8B, ___entries_1)); } inline EntryU5BU5D_t5756F6EC6127C522CF43243C8263BE92767E7795* get_entries_1() const { return ___entries_1; } inline EntryU5BU5D_t5756F6EC6127C522CF43243C8263BE92767E7795** get_address_of_entries_1() { return &___entries_1; } inline void set_entries_1(EntryU5BU5D_t5756F6EC6127C522CF43243C8263BE92767E7795* value) { ___entries_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___entries_1), (void*)value); } inline static int32_t get_offset_of_count_2() { return static_cast(offsetof(Dictionary_2_t8B30192881814CD1B3C20A09EE7C25DF51229A8B, ___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_t8B30192881814CD1B3C20A09EE7C25DF51229A8B, ___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_t8B30192881814CD1B3C20A09EE7C25DF51229A8B, ___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_t8B30192881814CD1B3C20A09EE7C25DF51229A8B, ___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_t8B30192881814CD1B3C20A09EE7C25DF51229A8B, ___comparer_6)); } inline RuntimeObject* get_comparer_6() const { return ___comparer_6; } inline RuntimeObject** get_address_of_comparer_6() { return &___comparer_6; } inline void set_comparer_6(RuntimeObject* value) { ___comparer_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___comparer_6), (void*)value); } inline static int32_t get_offset_of_keys_7() { return static_cast(offsetof(Dictionary_2_t8B30192881814CD1B3C20A09EE7C25DF51229A8B, ___keys_7)); } inline KeyCollection_tD6EF950D27132104DC632B426D8AA994EF14107C * get_keys_7() const { return ___keys_7; } inline KeyCollection_tD6EF950D27132104DC632B426D8AA994EF14107C ** get_address_of_keys_7() { return &___keys_7; } inline void set_keys_7(KeyCollection_tD6EF950D27132104DC632B426D8AA994EF14107C * value) { ___keys_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___keys_7), (void*)value); } inline static int32_t get_offset_of_values_8() { return static_cast(offsetof(Dictionary_2_t8B30192881814CD1B3C20A09EE7C25DF51229A8B, ___values_8)); } inline ValueCollection_t3C37882B54F4087A1A56CAA934CA89BA36195353 * get_values_8() const { return ___values_8; } inline ValueCollection_t3C37882B54F4087A1A56CAA934CA89BA36195353 ** get_address_of_values_8() { return &___values_8; } inline void set_values_8(ValueCollection_t3C37882B54F4087A1A56CAA934CA89BA36195353 * value) { ___values_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___values_8), (void*)value); } inline static int32_t get_offset_of__syncRoot_9() { return static_cast(offsetof(Dictionary_2_t8B30192881814CD1B3C20A09EE7C25DF51229A8B, ____syncRoot_9)); } inline RuntimeObject * get__syncRoot_9() const { return ____syncRoot_9; } inline RuntimeObject ** get_address_of__syncRoot_9() { return &____syncRoot_9; } inline void set__syncRoot_9(RuntimeObject * value) { ____syncRoot_9 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_9), (void*)value); } }; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t11BBC0F74F030D21FE74AC0A381B8B2EAE6C945C : 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_t9DC3CCFD1986CCCD1836224E5218B437D6CA9A93* ___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_t39804855AE1C65768E77B42FF11E6509855B473A * ___keys_7; // System.Collections.Generic.Dictionary`2_ValueCollection System.Collections.Generic.Dictionary`2::values ValueCollection_t6A4DE7DC2AB61836D6217C76334EE97050EA99E9 * ___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_t11BBC0F74F030D21FE74AC0A381B8B2EAE6C945C, ___buckets_0)); } inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get_buckets_0() const { return ___buckets_0; } inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of_buckets_0() { return &___buckets_0; } inline void set_buckets_0(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value) { ___buckets_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___buckets_0), (void*)value); } inline static int32_t get_offset_of_entries_1() { return static_cast(offsetof(Dictionary_2_t11BBC0F74F030D21FE74AC0A381B8B2EAE6C945C, ___entries_1)); } inline EntryU5BU5D_t9DC3CCFD1986CCCD1836224E5218B437D6CA9A93* get_entries_1() const { return ___entries_1; } inline EntryU5BU5D_t9DC3CCFD1986CCCD1836224E5218B437D6CA9A93** get_address_of_entries_1() { return &___entries_1; } inline void set_entries_1(EntryU5BU5D_t9DC3CCFD1986CCCD1836224E5218B437D6CA9A93* value) { ___entries_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___entries_1), (void*)value); } inline static int32_t get_offset_of_count_2() { return static_cast(offsetof(Dictionary_2_t11BBC0F74F030D21FE74AC0A381B8B2EAE6C945C, ___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_t11BBC0F74F030D21FE74AC0A381B8B2EAE6C945C, ___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_t11BBC0F74F030D21FE74AC0A381B8B2EAE6C945C, ___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_t11BBC0F74F030D21FE74AC0A381B8B2EAE6C945C, ___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_t11BBC0F74F030D21FE74AC0A381B8B2EAE6C945C, ___comparer_6)); } inline RuntimeObject* get_comparer_6() const { return ___comparer_6; } inline RuntimeObject** get_address_of_comparer_6() { return &___comparer_6; } inline void set_comparer_6(RuntimeObject* value) { ___comparer_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___comparer_6), (void*)value); } inline static int32_t get_offset_of_keys_7() { return static_cast(offsetof(Dictionary_2_t11BBC0F74F030D21FE74AC0A381B8B2EAE6C945C, ___keys_7)); } inline KeyCollection_t39804855AE1C65768E77B42FF11E6509855B473A * get_keys_7() const { return ___keys_7; } inline KeyCollection_t39804855AE1C65768E77B42FF11E6509855B473A ** get_address_of_keys_7() { return &___keys_7; } inline void set_keys_7(KeyCollection_t39804855AE1C65768E77B42FF11E6509855B473A * value) { ___keys_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___keys_7), (void*)value); } inline static int32_t get_offset_of_values_8() { return static_cast(offsetof(Dictionary_2_t11BBC0F74F030D21FE74AC0A381B8B2EAE6C945C, ___values_8)); } inline ValueCollection_t6A4DE7DC2AB61836D6217C76334EE97050EA99E9 * get_values_8() const { return ___values_8; } inline ValueCollection_t6A4DE7DC2AB61836D6217C76334EE97050EA99E9 ** get_address_of_values_8() { return &___values_8; } inline void set_values_8(ValueCollection_t6A4DE7DC2AB61836D6217C76334EE97050EA99E9 * value) { ___values_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___values_8), (void*)value); } inline static int32_t get_offset_of__syncRoot_9() { return static_cast(offsetof(Dictionary_2_t11BBC0F74F030D21FE74AC0A381B8B2EAE6C945C, ____syncRoot_9)); } inline RuntimeObject * get__syncRoot_9() const { return ____syncRoot_9; } inline RuntimeObject ** get_address_of__syncRoot_9() { return &____syncRoot_9; } inline void set__syncRoot_9(RuntimeObject * value) { ____syncRoot_9 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_9), (void*)value); } }; // System.Collections.Generic.List`1 struct List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ____items_1; // System.Int32 System.Collections.Generic.List`1::_size int32_t ____size_2; // System.Int32 System.Collections.Generic.List`1::_version int32_t ____version_3; // System.Object System.Collections.Generic.List`1::_syncRoot RuntimeObject * ____syncRoot_4; public: inline static int32_t get_offset_of__items_1() { return static_cast(offsetof(List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226, ____items_1)); } inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get__items_1() const { return ____items_1; } inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of__items_1() { return &____items_1; } inline void set__items_1(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____items_1), (void*)value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226, ____size_2)); } inline int32_t get__size_2() const { return ____size_2; } inline int32_t* get_address_of__size_2() { return &____size_2; } inline void set__size_2(int32_t value) { ____size_2 = value; } inline static int32_t get_offset_of__version_3() { return static_cast(offsetof(List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226, ____version_3)); } inline int32_t get__version_3() const { return ____version_3; } inline int32_t* get_address_of__version_3() { return &____version_3; } inline void set__version_3(int32_t value) { ____version_3 = value; } inline static int32_t get_offset_of__syncRoot_4() { return static_cast(offsetof(List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226, ____syncRoot_4)); } inline RuntimeObject * get__syncRoot_4() const { return ____syncRoot_4; } inline RuntimeObject ** get_address_of__syncRoot_4() { return &____syncRoot_4; } inline void set__syncRoot_4(RuntimeObject * value) { ____syncRoot_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_4), (void*)value); } }; struct List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226_StaticFields { public: // T[] System.Collections.Generic.List`1::_emptyArray Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ____emptyArray_5; public: inline static int32_t get_offset_of__emptyArray_5() { return static_cast(offsetof(List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226_StaticFields, ____emptyArray_5)); } inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get__emptyArray_5() const { return ____emptyArray_5; } inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of__emptyArray_5() { return &____emptyArray_5; } inline void set__emptyArray_5(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value) { ____emptyArray_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value); } }; // System.Collections.Generic.List`1 struct List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ____items_1; // System.Int32 System.Collections.Generic.List`1::_size int32_t ____size_2; // System.Int32 System.Collections.Generic.List`1::_version int32_t ____version_3; // System.Object System.Collections.Generic.List`1::_syncRoot RuntimeObject * ____syncRoot_4; public: inline static int32_t get_offset_of__items_1() { return static_cast(offsetof(List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D, ____items_1)); } inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* get__items_1() const { return ____items_1; } inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A** get_address_of__items_1() { return &____items_1; } inline void set__items_1(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____items_1), (void*)value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D, ____size_2)); } inline int32_t get__size_2() const { return ____size_2; } inline int32_t* get_address_of__size_2() { return &____size_2; } inline void set__size_2(int32_t value) { ____size_2 = value; } inline static int32_t get_offset_of__version_3() { return static_cast(offsetof(List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D, ____version_3)); } inline int32_t get__version_3() const { return ____version_3; } inline int32_t* get_address_of__version_3() { return &____version_3; } inline void set__version_3(int32_t value) { ____version_3 = value; } inline static int32_t get_offset_of__syncRoot_4() { return static_cast(offsetof(List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D, ____syncRoot_4)); } inline RuntimeObject * get__syncRoot_4() const { return ____syncRoot_4; } inline RuntimeObject ** get_address_of__syncRoot_4() { return &____syncRoot_4; } inline void set__syncRoot_4(RuntimeObject * value) { ____syncRoot_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_4), (void*)value); } }; struct List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D_StaticFields { public: // T[] System.Collections.Generic.List`1::_emptyArray ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ____emptyArray_5; public: inline static int32_t get_offset_of__emptyArray_5() { return static_cast(offsetof(List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D_StaticFields, ____emptyArray_5)); } inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* get__emptyArray_5() const { return ____emptyArray_5; } inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A** get_address_of__emptyArray_5() { return &____emptyArray_5; } inline void set__emptyArray_5(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* value) { ____emptyArray_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value); } }; // System.Collections.Generic.List`1 struct List_1_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((void**)(&____items_1), (void*)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((void**)(&____syncRoot_4), (void*)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((void**)(&____emptyArray_5), (void*)value); } }; // 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((void**)(&____items_1), (void*)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((void**)(&____syncRoot_4), (void*)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((void**)(&____emptyArray_5), (void*)value); } }; // 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((void**)(&____items_1), (void*)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((void**)(&____syncRoot_4), (void*)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((void**)(&____emptyArray_5), (void*)value); } }; // 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((void**)(&____items_1), (void*)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((void**)(&____syncRoot_4), (void*)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((void**)(&____emptyArray_5), (void*)value); } }; // 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((void**)(&____items_1), (void*)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((void**)(&____syncRoot_4), (void*)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((void**)(&____emptyArray_5), (void*)value); } }; // System.Collections.Generic.List`1 struct List_1_t93E8CE14CA9EAADF470BF1207454FB300B07177C : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items TMP_SpriteCharacterU5BU5D_t2D7D0BC8ECE589AFDF3BF0181BBA7A8071742233* ____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_t93E8CE14CA9EAADF470BF1207454FB300B07177C, ____items_1)); } inline TMP_SpriteCharacterU5BU5D_t2D7D0BC8ECE589AFDF3BF0181BBA7A8071742233* get__items_1() const { return ____items_1; } inline TMP_SpriteCharacterU5BU5D_t2D7D0BC8ECE589AFDF3BF0181BBA7A8071742233** get_address_of__items_1() { return &____items_1; } inline void set__items_1(TMP_SpriteCharacterU5BU5D_t2D7D0BC8ECE589AFDF3BF0181BBA7A8071742233* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____items_1), (void*)value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t93E8CE14CA9EAADF470BF1207454FB300B07177C, ____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_t93E8CE14CA9EAADF470BF1207454FB300B07177C, ____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_t93E8CE14CA9EAADF470BF1207454FB300B07177C, ____syncRoot_4)); } inline RuntimeObject * get__syncRoot_4() const { return ____syncRoot_4; } inline RuntimeObject ** get_address_of__syncRoot_4() { return &____syncRoot_4; } inline void set__syncRoot_4(RuntimeObject * value) { ____syncRoot_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_4), (void*)value); } }; struct List_1_t93E8CE14CA9EAADF470BF1207454FB300B07177C_StaticFields { public: // T[] System.Collections.Generic.List`1::_emptyArray TMP_SpriteCharacterU5BU5D_t2D7D0BC8ECE589AFDF3BF0181BBA7A8071742233* ____emptyArray_5; public: inline static int32_t get_offset_of__emptyArray_5() { return static_cast(offsetof(List_1_t93E8CE14CA9EAADF470BF1207454FB300B07177C_StaticFields, ____emptyArray_5)); } inline TMP_SpriteCharacterU5BU5D_t2D7D0BC8ECE589AFDF3BF0181BBA7A8071742233* get__emptyArray_5() const { return ____emptyArray_5; } inline TMP_SpriteCharacterU5BU5D_t2D7D0BC8ECE589AFDF3BF0181BBA7A8071742233** get_address_of__emptyArray_5() { return &____emptyArray_5; } inline void set__emptyArray_5(TMP_SpriteCharacterU5BU5D_t2D7D0BC8ECE589AFDF3BF0181BBA7A8071742233* value) { ____emptyArray_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value); } }; // System.Collections.Generic.List`1 struct List_1_t5A73E5DD6FCE08CD2342C30A447AF2B3AC6EE4B7 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items TMP_SpriteGlyphU5BU5D_t5318AC06202EF3DF182B15475BFDF404D51D0DC6* ____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_t5A73E5DD6FCE08CD2342C30A447AF2B3AC6EE4B7, ____items_1)); } inline TMP_SpriteGlyphU5BU5D_t5318AC06202EF3DF182B15475BFDF404D51D0DC6* get__items_1() const { return ____items_1; } inline TMP_SpriteGlyphU5BU5D_t5318AC06202EF3DF182B15475BFDF404D51D0DC6** get_address_of__items_1() { return &____items_1; } inline void set__items_1(TMP_SpriteGlyphU5BU5D_t5318AC06202EF3DF182B15475BFDF404D51D0DC6* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____items_1), (void*)value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t5A73E5DD6FCE08CD2342C30A447AF2B3AC6EE4B7, ____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_t5A73E5DD6FCE08CD2342C30A447AF2B3AC6EE4B7, ____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_t5A73E5DD6FCE08CD2342C30A447AF2B3AC6EE4B7, ____syncRoot_4)); } inline RuntimeObject * get__syncRoot_4() const { return ____syncRoot_4; } inline RuntimeObject ** get_address_of__syncRoot_4() { return &____syncRoot_4; } inline void set__syncRoot_4(RuntimeObject * value) { ____syncRoot_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_4), (void*)value); } }; struct List_1_t5A73E5DD6FCE08CD2342C30A447AF2B3AC6EE4B7_StaticFields { public: // T[] System.Collections.Generic.List`1::_emptyArray TMP_SpriteGlyphU5BU5D_t5318AC06202EF3DF182B15475BFDF404D51D0DC6* ____emptyArray_5; public: inline static int32_t get_offset_of__emptyArray_5() { return static_cast(offsetof(List_1_t5A73E5DD6FCE08CD2342C30A447AF2B3AC6EE4B7_StaticFields, ____emptyArray_5)); } inline TMP_SpriteGlyphU5BU5D_t5318AC06202EF3DF182B15475BFDF404D51D0DC6* get__emptyArray_5() const { return ____emptyArray_5; } inline TMP_SpriteGlyphU5BU5D_t5318AC06202EF3DF182B15475BFDF404D51D0DC6** get_address_of__emptyArray_5() { return &____emptyArray_5; } inline void set__emptyArray_5(TMP_SpriteGlyphU5BU5D_t5318AC06202EF3DF182B15475BFDF404D51D0DC6* value) { ____emptyArray_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value); } }; // 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((void**)(&____items_1), (void*)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((void**)(&____syncRoot_4), (void*)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((void**)(&____emptyArray_5), (void*)value); } }; // System.Collections.Generic.List`1 struct List_1_tCA7EFB47D98458589D50AECEE448BDCDF1F6DF14 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items CanvasU5BU5D_t69253447FFB59DF7EE8408C1DB31C3E6CF80C129* ____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_tCA7EFB47D98458589D50AECEE448BDCDF1F6DF14, ____items_1)); } inline CanvasU5BU5D_t69253447FFB59DF7EE8408C1DB31C3E6CF80C129* get__items_1() const { return ____items_1; } inline CanvasU5BU5D_t69253447FFB59DF7EE8408C1DB31C3E6CF80C129** get_address_of__items_1() { return &____items_1; } inline void set__items_1(CanvasU5BU5D_t69253447FFB59DF7EE8408C1DB31C3E6CF80C129* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____items_1), (void*)value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_tCA7EFB47D98458589D50AECEE448BDCDF1F6DF14, ____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_tCA7EFB47D98458589D50AECEE448BDCDF1F6DF14, ____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_tCA7EFB47D98458589D50AECEE448BDCDF1F6DF14, ____syncRoot_4)); } inline RuntimeObject * get__syncRoot_4() const { return ____syncRoot_4; } inline RuntimeObject ** get_address_of__syncRoot_4() { return &____syncRoot_4; } inline void set__syncRoot_4(RuntimeObject * value) { ____syncRoot_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_4), (void*)value); } }; struct List_1_tCA7EFB47D98458589D50AECEE448BDCDF1F6DF14_StaticFields { public: // T[] System.Collections.Generic.List`1::_emptyArray CanvasU5BU5D_t69253447FFB59DF7EE8408C1DB31C3E6CF80C129* ____emptyArray_5; public: inline static int32_t get_offset_of__emptyArray_5() { return static_cast(offsetof(List_1_tCA7EFB47D98458589D50AECEE448BDCDF1F6DF14_StaticFields, ____emptyArray_5)); } inline CanvasU5BU5D_t69253447FFB59DF7EE8408C1DB31C3E6CF80C129* get__emptyArray_5() const { return ____emptyArray_5; } inline CanvasU5BU5D_t69253447FFB59DF7EE8408C1DB31C3E6CF80C129** get_address_of__emptyArray_5() { return &____emptyArray_5; } inline void set__emptyArray_5(CanvasU5BU5D_t69253447FFB59DF7EE8408C1DB31C3E6CF80C129* value) { ____emptyArray_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value); } }; // 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((void**)(&____items_1), (void*)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((void**)(&____syncRoot_4), (void*)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((void**)(&____emptyArray_5), (void*)value); } }; // System.Collections.Generic.List`1 struct List_1_tA92355E1E68A5CB25C168F084F9F1E6E7B10292E : 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_tA92355E1E68A5CB25C168F084F9F1E6E7B10292E, ____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((void**)(&____items_1), (void*)value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_tA92355E1E68A5CB25C168F084F9F1E6E7B10292E, ____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_tA92355E1E68A5CB25C168F084F9F1E6E7B10292E, ____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_tA92355E1E68A5CB25C168F084F9F1E6E7B10292E, ____syncRoot_4)); } inline RuntimeObject * get__syncRoot_4() const { return ____syncRoot_4; } inline RuntimeObject ** get_address_of__syncRoot_4() { return &____syncRoot_4; } inline void set__syncRoot_4(RuntimeObject * value) { ____syncRoot_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_4), (void*)value); } }; struct List_1_tA92355E1E68A5CB25C168F084F9F1E6E7B10292E_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_tA92355E1E68A5CB25C168F084F9F1E6E7B10292E_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((void**)(&____emptyArray_5), (void*)value); } }; // System.Reflection.MemberInfo struct MemberInfo_t : public RuntimeObject { public: public: }; // System.String struct String_t : public RuntimeObject { public: // System.Int32 System.String::m_stringLength int32_t ___m_stringLength_0; // System.Char System.String::m_firstChar Il2CppChar ___m_firstChar_1; public: inline static int32_t get_offset_of_m_stringLength_0() { return static_cast(offsetof(String_t, ___m_stringLength_0)); } inline int32_t get_m_stringLength_0() const { return ___m_stringLength_0; } inline int32_t* get_address_of_m_stringLength_0() { return &___m_stringLength_0; } inline void set_m_stringLength_0(int32_t value) { ___m_stringLength_0 = value; } inline static int32_t get_offset_of_m_firstChar_1() { return static_cast(offsetof(String_t, ___m_firstChar_1)); } inline Il2CppChar get_m_firstChar_1() const { return ___m_firstChar_1; } inline Il2CppChar* get_address_of_m_firstChar_1() { return &___m_firstChar_1; } inline void set_m_firstChar_1(Il2CppChar value) { ___m_firstChar_1 = value; } }; struct String_t_StaticFields { public: // System.String System.String::Empty String_t* ___Empty_5; public: inline static int32_t get_offset_of_Empty_5() { return static_cast(offsetof(String_t_StaticFields, ___Empty_5)); } inline String_t* get_Empty_5() const { return ___Empty_5; } inline String_t** get_address_of_Empty_5() { return &___Empty_5; } inline void set_Empty_5(String_t* value) { ___Empty_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___Empty_5), (void*)value); } }; // System.Text.StringBuilder struct StringBuilder_t : public RuntimeObject { public: // System.Char[] System.Text.StringBuilder::m_ChunkChars CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___m_ChunkChars_0; // System.Text.StringBuilder System.Text.StringBuilder::m_ChunkPrevious StringBuilder_t * ___m_ChunkPrevious_1; // System.Int32 System.Text.StringBuilder::m_ChunkLength int32_t ___m_ChunkLength_2; // System.Int32 System.Text.StringBuilder::m_ChunkOffset int32_t ___m_ChunkOffset_3; // System.Int32 System.Text.StringBuilder::m_MaxCapacity int32_t ___m_MaxCapacity_4; public: inline static int32_t get_offset_of_m_ChunkChars_0() { return static_cast(offsetof(StringBuilder_t, ___m_ChunkChars_0)); } inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* get_m_ChunkChars_0() const { return ___m_ChunkChars_0; } inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2** get_address_of_m_ChunkChars_0() { return &___m_ChunkChars_0; } inline void set_m_ChunkChars_0(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* value) { ___m_ChunkChars_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_ChunkChars_0), (void*)value); } inline static int32_t get_offset_of_m_ChunkPrevious_1() { return static_cast(offsetof(StringBuilder_t, ___m_ChunkPrevious_1)); } inline StringBuilder_t * get_m_ChunkPrevious_1() const { return ___m_ChunkPrevious_1; } inline StringBuilder_t ** get_address_of_m_ChunkPrevious_1() { return &___m_ChunkPrevious_1; } inline void set_m_ChunkPrevious_1(StringBuilder_t * value) { ___m_ChunkPrevious_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_ChunkPrevious_1), (void*)value); } inline static int32_t get_offset_of_m_ChunkLength_2() { return static_cast(offsetof(StringBuilder_t, ___m_ChunkLength_2)); } inline int32_t get_m_ChunkLength_2() const { return ___m_ChunkLength_2; } inline int32_t* get_address_of_m_ChunkLength_2() { return &___m_ChunkLength_2; } inline void set_m_ChunkLength_2(int32_t value) { ___m_ChunkLength_2 = value; } inline static int32_t get_offset_of_m_ChunkOffset_3() { return static_cast(offsetof(StringBuilder_t, ___m_ChunkOffset_3)); } inline int32_t get_m_ChunkOffset_3() const { return ___m_ChunkOffset_3; } inline int32_t* get_address_of_m_ChunkOffset_3() { return &___m_ChunkOffset_3; } inline void set_m_ChunkOffset_3(int32_t value) { ___m_ChunkOffset_3 = value; } inline static int32_t get_offset_of_m_MaxCapacity_4() { return static_cast(offsetof(StringBuilder_t, ___m_MaxCapacity_4)); } inline int32_t get_m_MaxCapacity_4() const { return ___m_MaxCapacity_4; } inline int32_t* get_address_of_m_MaxCapacity_4() { return &___m_MaxCapacity_4; } inline void set_m_MaxCapacity_4(int32_t value) { ___m_MaxCapacity_4 = value; } }; // System.ValueType struct ValueType_t4D0C27076F7C36E76190FB3328E232BCB1CD1FFF : public RuntimeObject { public: public: }; // Native definition for P/Invoke marshalling of System.ValueType struct ValueType_t4D0C27076F7C36E76190FB3328E232BCB1CD1FFF_marshaled_pinvoke { }; // Native definition for COM marshalling of System.ValueType struct ValueType_t4D0C27076F7C36E76190FB3328E232BCB1CD1FFF_marshaled_com { }; // 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_Sharpness int32_t ___ID_Sharpness_21; // System.Int32 TMPro.ShaderUtilities::ID_TextureWidth int32_t ___ID_TextureWidth_22; // System.Int32 TMPro.ShaderUtilities::ID_TextureHeight int32_t ___ID_TextureHeight_23; // System.Int32 TMPro.ShaderUtilities::ID_BevelAmount int32_t ___ID_BevelAmount_24; // System.Int32 TMPro.ShaderUtilities::ID_GlowColor int32_t ___ID_GlowColor_25; // System.Int32 TMPro.ShaderUtilities::ID_GlowOffset int32_t ___ID_GlowOffset_26; // System.Int32 TMPro.ShaderUtilities::ID_GlowPower int32_t ___ID_GlowPower_27; // System.Int32 TMPro.ShaderUtilities::ID_GlowOuter int32_t ___ID_GlowOuter_28; // System.Int32 TMPro.ShaderUtilities::ID_LightAngle int32_t ___ID_LightAngle_29; // System.Int32 TMPro.ShaderUtilities::ID_EnvMap int32_t ___ID_EnvMap_30; // System.Int32 TMPro.ShaderUtilities::ID_EnvMatrix int32_t ___ID_EnvMatrix_31; // System.Int32 TMPro.ShaderUtilities::ID_EnvMatrixRotation int32_t ___ID_EnvMatrixRotation_32; // System.Int32 TMPro.ShaderUtilities::ID_MaskCoord int32_t ___ID_MaskCoord_33; // System.Int32 TMPro.ShaderUtilities::ID_ClipRect int32_t ___ID_ClipRect_34; // System.Int32 TMPro.ShaderUtilities::ID_MaskSoftnessX int32_t ___ID_MaskSoftnessX_35; // System.Int32 TMPro.ShaderUtilities::ID_MaskSoftnessY int32_t ___ID_MaskSoftnessY_36; // System.Int32 TMPro.ShaderUtilities::ID_VertexOffsetX int32_t ___ID_VertexOffsetX_37; // System.Int32 TMPro.ShaderUtilities::ID_VertexOffsetY int32_t ___ID_VertexOffsetY_38; // System.Int32 TMPro.ShaderUtilities::ID_UseClipRect int32_t ___ID_UseClipRect_39; // System.Int32 TMPro.ShaderUtilities::ID_StencilID int32_t ___ID_StencilID_40; // System.Int32 TMPro.ShaderUtilities::ID_StencilOp int32_t ___ID_StencilOp_41; // System.Int32 TMPro.ShaderUtilities::ID_StencilComp int32_t ___ID_StencilComp_42; // System.Int32 TMPro.ShaderUtilities::ID_StencilReadMask int32_t ___ID_StencilReadMask_43; // System.Int32 TMPro.ShaderUtilities::ID_StencilWriteMask int32_t ___ID_StencilWriteMask_44; // System.Int32 TMPro.ShaderUtilities::ID_ShaderFlags int32_t ___ID_ShaderFlags_45; // System.Int32 TMPro.ShaderUtilities::ID_ScaleRatio_A int32_t ___ID_ScaleRatio_A_46; // System.Int32 TMPro.ShaderUtilities::ID_ScaleRatio_B int32_t ___ID_ScaleRatio_B_47; // System.Int32 TMPro.ShaderUtilities::ID_ScaleRatio_C int32_t ___ID_ScaleRatio_C_48; // System.String TMPro.ShaderUtilities::Keyword_Bevel String_t* ___Keyword_Bevel_49; // System.String TMPro.ShaderUtilities::Keyword_Glow String_t* ___Keyword_Glow_50; // System.String TMPro.ShaderUtilities::Keyword_Underlay String_t* ___Keyword_Underlay_51; // System.String TMPro.ShaderUtilities::Keyword_Ratios String_t* ___Keyword_Ratios_52; // System.String TMPro.ShaderUtilities::Keyword_MASK_SOFT String_t* ___Keyword_MASK_SOFT_53; // System.String TMPro.ShaderUtilities::Keyword_MASK_HARD String_t* ___Keyword_MASK_HARD_54; // System.String TMPro.ShaderUtilities::Keyword_MASK_TEX String_t* ___Keyword_MASK_TEX_55; // System.String TMPro.ShaderUtilities::Keyword_Outline String_t* ___Keyword_Outline_56; // System.String TMPro.ShaderUtilities::ShaderTag_ZTestMode String_t* ___ShaderTag_ZTestMode_57; // System.String TMPro.ShaderUtilities::ShaderTag_CullMode String_t* ___ShaderTag_CullMode_58; // System.Single TMPro.ShaderUtilities::m_clamp float ___m_clamp_59; // System.Boolean TMPro.ShaderUtilities::isInitialized bool ___isInitialized_60; // UnityEngine.Shader TMPro.ShaderUtilities::k_ShaderRef_MobileSDF Shader_tE2731FF351B74AB4186897484FB01E000C1160CA * ___k_ShaderRef_MobileSDF_61; // UnityEngine.Shader TMPro.ShaderUtilities::k_ShaderRef_MobileBitmap Shader_tE2731FF351B74AB4186897484FB01E000C1160CA * ___k_ShaderRef_MobileBitmap_62; 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_Sharpness_21() { return static_cast(offsetof(ShaderUtilities_t94FED29CB763EEA57E3BBCA7B305F9A3CB1180B8_StaticFields, ___ID_Sharpness_21)); } inline int32_t get_ID_Sharpness_21() const { return ___ID_Sharpness_21; } inline int32_t* get_address_of_ID_Sharpness_21() { return &___ID_Sharpness_21; } inline void set_ID_Sharpness_21(int32_t value) { ___ID_Sharpness_21 = value; } inline static int32_t get_offset_of_ID_TextureWidth_22() { return static_cast(offsetof(ShaderUtilities_t94FED29CB763EEA57E3BBCA7B305F9A3CB1180B8_StaticFields, ___ID_TextureWidth_22)); } inline int32_t get_ID_TextureWidth_22() const { return ___ID_TextureWidth_22; } inline int32_t* get_address_of_ID_TextureWidth_22() { return &___ID_TextureWidth_22; } inline void set_ID_TextureWidth_22(int32_t value) { ___ID_TextureWidth_22 = value; } inline static int32_t get_offset_of_ID_TextureHeight_23() { return static_cast(offsetof(ShaderUtilities_t94FED29CB763EEA57E3BBCA7B305F9A3CB1180B8_StaticFields, ___ID_TextureHeight_23)); } inline int32_t get_ID_TextureHeight_23() const { return ___ID_TextureHeight_23; } inline int32_t* get_address_of_ID_TextureHeight_23() { return &___ID_TextureHeight_23; } inline void set_ID_TextureHeight_23(int32_t value) { ___ID_TextureHeight_23 = value; } inline static int32_t get_offset_of_ID_BevelAmount_24() { return static_cast(offsetof(ShaderUtilities_t94FED29CB763EEA57E3BBCA7B305F9A3CB1180B8_StaticFields, ___ID_BevelAmount_24)); } inline int32_t get_ID_BevelAmount_24() const { return ___ID_BevelAmount_24; } inline int32_t* get_address_of_ID_BevelAmount_24() { return &___ID_BevelAmount_24; } inline void set_ID_BevelAmount_24(int32_t value) { ___ID_BevelAmount_24 = value; } inline static int32_t get_offset_of_ID_GlowColor_25() { return static_cast(offsetof(ShaderUtilities_t94FED29CB763EEA57E3BBCA7B305F9A3CB1180B8_StaticFields, ___ID_GlowColor_25)); } inline int32_t get_ID_GlowColor_25() const { return ___ID_GlowColor_25; } inline int32_t* get_address_of_ID_GlowColor_25() { return &___ID_GlowColor_25; } inline void set_ID_GlowColor_25(int32_t value) { ___ID_GlowColor_25 = value; } inline static int32_t get_offset_of_ID_GlowOffset_26() { return static_cast(offsetof(ShaderUtilities_t94FED29CB763EEA57E3BBCA7B305F9A3CB1180B8_StaticFields, ___ID_GlowOffset_26)); } inline int32_t get_ID_GlowOffset_26() const { return ___ID_GlowOffset_26; } inline int32_t* get_address_of_ID_GlowOffset_26() { return &___ID_GlowOffset_26; } inline void set_ID_GlowOffset_26(int32_t value) { ___ID_GlowOffset_26 = value; } inline static int32_t get_offset_of_ID_GlowPower_27() { return static_cast(offsetof(ShaderUtilities_t94FED29CB763EEA57E3BBCA7B305F9A3CB1180B8_StaticFields, ___ID_GlowPower_27)); } inline int32_t get_ID_GlowPower_27() const { return ___ID_GlowPower_27; } inline int32_t* get_address_of_ID_GlowPower_27() { return &___ID_GlowPower_27; } inline void set_ID_GlowPower_27(int32_t value) { ___ID_GlowPower_27 = value; } inline static int32_t get_offset_of_ID_GlowOuter_28() { return static_cast(offsetof(ShaderUtilities_t94FED29CB763EEA57E3BBCA7B305F9A3CB1180B8_StaticFields, ___ID_GlowOuter_28)); } inline int32_t get_ID_GlowOuter_28() const { return ___ID_GlowOuter_28; } inline int32_t* get_address_of_ID_GlowOuter_28() { return &___ID_GlowOuter_28; } inline void set_ID_GlowOuter_28(int32_t value) { ___ID_GlowOuter_28 = value; } inline static int32_t get_offset_of_ID_LightAngle_29() { return static_cast(offsetof(ShaderUtilities_t94FED29CB763EEA57E3BBCA7B305F9A3CB1180B8_StaticFields, ___ID_LightAngle_29)); } inline int32_t get_ID_LightAngle_29() const { return ___ID_LightAngle_29; } inline int32_t* get_address_of_ID_LightAngle_29() { return &___ID_LightAngle_29; } inline void set_ID_LightAngle_29(int32_t value) { ___ID_LightAngle_29 = value; } inline static int32_t get_offset_of_ID_EnvMap_30() { return static_cast(offsetof(ShaderUtilities_t94FED29CB763EEA57E3BBCA7B305F9A3CB1180B8_StaticFields, ___ID_EnvMap_30)); } inline int32_t get_ID_EnvMap_30() const { return ___ID_EnvMap_30; } inline int32_t* get_address_of_ID_EnvMap_30() { return &___ID_EnvMap_30; } inline void set_ID_EnvMap_30(int32_t value) { ___ID_EnvMap_30 = value; } inline static int32_t get_offset_of_ID_EnvMatrix_31() { return static_cast(offsetof(ShaderUtilities_t94FED29CB763EEA57E3BBCA7B305F9A3CB1180B8_StaticFields, ___ID_EnvMatrix_31)); } inline int32_t get_ID_EnvMatrix_31() const { return ___ID_EnvMatrix_31; } inline int32_t* get_address_of_ID_EnvMatrix_31() { return &___ID_EnvMatrix_31; } inline void set_ID_EnvMatrix_31(int32_t value) { ___ID_EnvMatrix_31 = value; } inline static int32_t get_offset_of_ID_EnvMatrixRotation_32() { return static_cast(offsetof(ShaderUtilities_t94FED29CB763EEA57E3BBCA7B305F9A3CB1180B8_StaticFields, ___ID_EnvMatrixRotation_32)); } inline int32_t get_ID_EnvMatrixRotation_32() const { return ___ID_EnvMatrixRotation_32; } inline int32_t* get_address_of_ID_EnvMatrixRotation_32() { return &___ID_EnvMatrixRotation_32; } inline void set_ID_EnvMatrixRotation_32(int32_t value) { ___ID_EnvMatrixRotation_32 = value; } inline static int32_t get_offset_of_ID_MaskCoord_33() { return static_cast(offsetof(ShaderUtilities_t94FED29CB763EEA57E3BBCA7B305F9A3CB1180B8_StaticFields, ___ID_MaskCoord_33)); } inline int32_t get_ID_MaskCoord_33() const { return ___ID_MaskCoord_33; } inline int32_t* get_address_of_ID_MaskCoord_33() { return &___ID_MaskCoord_33; } inline void set_ID_MaskCoord_33(int32_t value) { ___ID_MaskCoord_33 = value; } inline static int32_t get_offset_of_ID_ClipRect_34() { return static_cast(offsetof(ShaderUtilities_t94FED29CB763EEA57E3BBCA7B305F9A3CB1180B8_StaticFields, ___ID_ClipRect_34)); } inline int32_t get_ID_ClipRect_34() const { return ___ID_ClipRect_34; } inline int32_t* get_address_of_ID_ClipRect_34() { return &___ID_ClipRect_34; } inline void set_ID_ClipRect_34(int32_t value) { ___ID_ClipRect_34 = value; } inline static int32_t get_offset_of_ID_MaskSoftnessX_35() { return static_cast(offsetof(ShaderUtilities_t94FED29CB763EEA57E3BBCA7B305F9A3CB1180B8_StaticFields, ___ID_MaskSoftnessX_35)); } inline int32_t get_ID_MaskSoftnessX_35() const { return ___ID_MaskSoftnessX_35; } inline int32_t* get_address_of_ID_MaskSoftnessX_35() { return &___ID_MaskSoftnessX_35; } inline void set_ID_MaskSoftnessX_35(int32_t value) { ___ID_MaskSoftnessX_35 = value; } inline static int32_t get_offset_of_ID_MaskSoftnessY_36() { return static_cast(offsetof(ShaderUtilities_t94FED29CB763EEA57E3BBCA7B305F9A3CB1180B8_StaticFields, ___ID_MaskSoftnessY_36)); } inline int32_t get_ID_MaskSoftnessY_36() const { return ___ID_MaskSoftnessY_36; } inline int32_t* get_address_of_ID_MaskSoftnessY_36() { return &___ID_MaskSoftnessY_36; } inline void set_ID_MaskSoftnessY_36(int32_t value) { ___ID_MaskSoftnessY_36 = value; } inline static int32_t get_offset_of_ID_VertexOffsetX_37() { return static_cast(offsetof(ShaderUtilities_t94FED29CB763EEA57E3BBCA7B305F9A3CB1180B8_StaticFields, ___ID_VertexOffsetX_37)); } inline int32_t get_ID_VertexOffsetX_37() const { return ___ID_VertexOffsetX_37; } inline int32_t* get_address_of_ID_VertexOffsetX_37() { return &___ID_VertexOffsetX_37; } inline void set_ID_VertexOffsetX_37(int32_t value) { ___ID_VertexOffsetX_37 = value; } inline static int32_t get_offset_of_ID_VertexOffsetY_38() { return static_cast(offsetof(ShaderUtilities_t94FED29CB763EEA57E3BBCA7B305F9A3CB1180B8_StaticFields, ___ID_VertexOffsetY_38)); } inline int32_t get_ID_VertexOffsetY_38() const { return ___ID_VertexOffsetY_38; } inline int32_t* get_address_of_ID_VertexOffsetY_38() { return &___ID_VertexOffsetY_38; } inline void set_ID_VertexOffsetY_38(int32_t value) { ___ID_VertexOffsetY_38 = value; } inline static int32_t get_offset_of_ID_UseClipRect_39() { return static_cast(offsetof(ShaderUtilities_t94FED29CB763EEA57E3BBCA7B305F9A3CB1180B8_StaticFields, ___ID_UseClipRect_39)); } inline int32_t get_ID_UseClipRect_39() const { return ___ID_UseClipRect_39; } inline int32_t* get_address_of_ID_UseClipRect_39() { return &___ID_UseClipRect_39; } inline void set_ID_UseClipRect_39(int32_t value) { ___ID_UseClipRect_39 = value; } inline static int32_t get_offset_of_ID_StencilID_40() { return static_cast(offsetof(ShaderUtilities_t94FED29CB763EEA57E3BBCA7B305F9A3CB1180B8_StaticFields, ___ID_StencilID_40)); } inline int32_t get_ID_StencilID_40() const { return ___ID_StencilID_40; } inline int32_t* get_address_of_ID_StencilID_40() { return &___ID_StencilID_40; } inline void set_ID_StencilID_40(int32_t value) { ___ID_StencilID_40 = value; } inline static int32_t get_offset_of_ID_StencilOp_41() { return static_cast(offsetof(ShaderUtilities_t94FED29CB763EEA57E3BBCA7B305F9A3CB1180B8_StaticFields, ___ID_StencilOp_41)); } inline int32_t get_ID_StencilOp_41() const { return ___ID_StencilOp_41; } inline int32_t* get_address_of_ID_StencilOp_41() { return &___ID_StencilOp_41; } inline void set_ID_StencilOp_41(int32_t value) { ___ID_StencilOp_41 = value; } inline static int32_t get_offset_of_ID_StencilComp_42() { return static_cast(offsetof(ShaderUtilities_t94FED29CB763EEA57E3BBCA7B305F9A3CB1180B8_StaticFields, ___ID_StencilComp_42)); } inline int32_t get_ID_StencilComp_42() const { return ___ID_StencilComp_42; } inline int32_t* get_address_of_ID_StencilComp_42() { return &___ID_StencilComp_42; } inline void set_ID_StencilComp_42(int32_t value) { ___ID_StencilComp_42 = value; } inline static int32_t get_offset_of_ID_StencilReadMask_43() { return static_cast(offsetof(ShaderUtilities_t94FED29CB763EEA57E3BBCA7B305F9A3CB1180B8_StaticFields, ___ID_StencilReadMask_43)); } inline int32_t get_ID_StencilReadMask_43() const { return ___ID_StencilReadMask_43; } inline int32_t* get_address_of_ID_StencilReadMask_43() { return &___ID_StencilReadMask_43; } inline void set_ID_StencilReadMask_43(int32_t value) { ___ID_StencilReadMask_43 = value; } inline static int32_t get_offset_of_ID_StencilWriteMask_44() { return static_cast(offsetof(ShaderUtilities_t94FED29CB763EEA57E3BBCA7B305F9A3CB1180B8_StaticFields, ___ID_StencilWriteMask_44)); } inline int32_t get_ID_StencilWriteMask_44() const { return ___ID_StencilWriteMask_44; } inline int32_t* get_address_of_ID_StencilWriteMask_44() { return &___ID_StencilWriteMask_44; } inline void set_ID_StencilWriteMask_44(int32_t value) { ___ID_StencilWriteMask_44 = value; } inline static int32_t get_offset_of_ID_ShaderFlags_45() { return static_cast(offsetof(ShaderUtilities_t94FED29CB763EEA57E3BBCA7B305F9A3CB1180B8_StaticFields, ___ID_ShaderFlags_45)); } inline int32_t get_ID_ShaderFlags_45() const { return ___ID_ShaderFlags_45; } inline int32_t* get_address_of_ID_ShaderFlags_45() { return &___ID_ShaderFlags_45; } inline void set_ID_ShaderFlags_45(int32_t value) { ___ID_ShaderFlags_45 = value; } inline static int32_t get_offset_of_ID_ScaleRatio_A_46() { return static_cast(offsetof(ShaderUtilities_t94FED29CB763EEA57E3BBCA7B305F9A3CB1180B8_StaticFields, ___ID_ScaleRatio_A_46)); } inline int32_t get_ID_ScaleRatio_A_46() const { return ___ID_ScaleRatio_A_46; } inline int32_t* get_address_of_ID_ScaleRatio_A_46() { return &___ID_ScaleRatio_A_46; } inline void set_ID_ScaleRatio_A_46(int32_t value) { ___ID_ScaleRatio_A_46 = value; } inline static int32_t get_offset_of_ID_ScaleRatio_B_47() { return static_cast(offsetof(ShaderUtilities_t94FED29CB763EEA57E3BBCA7B305F9A3CB1180B8_StaticFields, ___ID_ScaleRatio_B_47)); } inline int32_t get_ID_ScaleRatio_B_47() const { return ___ID_ScaleRatio_B_47; } inline int32_t* get_address_of_ID_ScaleRatio_B_47() { return &___ID_ScaleRatio_B_47; } inline void set_ID_ScaleRatio_B_47(int32_t value) { ___ID_ScaleRatio_B_47 = value; } inline static int32_t get_offset_of_ID_ScaleRatio_C_48() { return static_cast(offsetof(ShaderUtilities_t94FED29CB763EEA57E3BBCA7B305F9A3CB1180B8_StaticFields, ___ID_ScaleRatio_C_48)); } inline int32_t get_ID_ScaleRatio_C_48() const { return ___ID_ScaleRatio_C_48; } inline int32_t* get_address_of_ID_ScaleRatio_C_48() { return &___ID_ScaleRatio_C_48; } inline void set_ID_ScaleRatio_C_48(int32_t value) { ___ID_ScaleRatio_C_48 = value; } inline static int32_t get_offset_of_Keyword_Bevel_49() { return static_cast(offsetof(ShaderUtilities_t94FED29CB763EEA57E3BBCA7B305F9A3CB1180B8_StaticFields, ___Keyword_Bevel_49)); } inline String_t* get_Keyword_Bevel_49() const { return ___Keyword_Bevel_49; } inline String_t** get_address_of_Keyword_Bevel_49() { return &___Keyword_Bevel_49; } inline void set_Keyword_Bevel_49(String_t* value) { ___Keyword_Bevel_49 = value; Il2CppCodeGenWriteBarrier((void**)(&___Keyword_Bevel_49), (void*)value); } inline static int32_t get_offset_of_Keyword_Glow_50() { return static_cast(offsetof(ShaderUtilities_t94FED29CB763EEA57E3BBCA7B305F9A3CB1180B8_StaticFields, ___Keyword_Glow_50)); } inline String_t* get_Keyword_Glow_50() const { return ___Keyword_Glow_50; } inline String_t** get_address_of_Keyword_Glow_50() { return &___Keyword_Glow_50; } inline void set_Keyword_Glow_50(String_t* value) { ___Keyword_Glow_50 = value; Il2CppCodeGenWriteBarrier((void**)(&___Keyword_Glow_50), (void*)value); } inline static int32_t get_offset_of_Keyword_Underlay_51() { return static_cast(offsetof(ShaderUtilities_t94FED29CB763EEA57E3BBCA7B305F9A3CB1180B8_StaticFields, ___Keyword_Underlay_51)); } inline String_t* get_Keyword_Underlay_51() const { return ___Keyword_Underlay_51; } inline String_t** get_address_of_Keyword_Underlay_51() { return &___Keyword_Underlay_51; } inline void set_Keyword_Underlay_51(String_t* value) { ___Keyword_Underlay_51 = value; Il2CppCodeGenWriteBarrier((void**)(&___Keyword_Underlay_51), (void*)value); } inline static int32_t get_offset_of_Keyword_Ratios_52() { return static_cast(offsetof(ShaderUtilities_t94FED29CB763EEA57E3BBCA7B305F9A3CB1180B8_StaticFields, ___Keyword_Ratios_52)); } inline String_t* get_Keyword_Ratios_52() const { return ___Keyword_Ratios_52; } inline String_t** get_address_of_Keyword_Ratios_52() { return &___Keyword_Ratios_52; } inline void set_Keyword_Ratios_52(String_t* value) { ___Keyword_Ratios_52 = value; Il2CppCodeGenWriteBarrier((void**)(&___Keyword_Ratios_52), (void*)value); } inline static int32_t get_offset_of_Keyword_MASK_SOFT_53() { return static_cast(offsetof(ShaderUtilities_t94FED29CB763EEA57E3BBCA7B305F9A3CB1180B8_StaticFields, ___Keyword_MASK_SOFT_53)); } inline String_t* get_Keyword_MASK_SOFT_53() const { return ___Keyword_MASK_SOFT_53; } inline String_t** get_address_of_Keyword_MASK_SOFT_53() { return &___Keyword_MASK_SOFT_53; } inline void set_Keyword_MASK_SOFT_53(String_t* value) { ___Keyword_MASK_SOFT_53 = value; Il2CppCodeGenWriteBarrier((void**)(&___Keyword_MASK_SOFT_53), (void*)value); } inline static int32_t get_offset_of_Keyword_MASK_HARD_54() { return static_cast(offsetof(ShaderUtilities_t94FED29CB763EEA57E3BBCA7B305F9A3CB1180B8_StaticFields, ___Keyword_MASK_HARD_54)); } inline String_t* get_Keyword_MASK_HARD_54() const { return ___Keyword_MASK_HARD_54; } inline String_t** get_address_of_Keyword_MASK_HARD_54() { return &___Keyword_MASK_HARD_54; } inline void set_Keyword_MASK_HARD_54(String_t* value) { ___Keyword_MASK_HARD_54 = value; Il2CppCodeGenWriteBarrier((void**)(&___Keyword_MASK_HARD_54), (void*)value); } inline static int32_t get_offset_of_Keyword_MASK_TEX_55() { return static_cast(offsetof(ShaderUtilities_t94FED29CB763EEA57E3BBCA7B305F9A3CB1180B8_StaticFields, ___Keyword_MASK_TEX_55)); } inline String_t* get_Keyword_MASK_TEX_55() const { return ___Keyword_MASK_TEX_55; } inline String_t** get_address_of_Keyword_MASK_TEX_55() { return &___Keyword_MASK_TEX_55; } inline void set_Keyword_MASK_TEX_55(String_t* value) { ___Keyword_MASK_TEX_55 = value; Il2CppCodeGenWriteBarrier((void**)(&___Keyword_MASK_TEX_55), (void*)value); } inline static int32_t get_offset_of_Keyword_Outline_56() { return static_cast(offsetof(ShaderUtilities_t94FED29CB763EEA57E3BBCA7B305F9A3CB1180B8_StaticFields, ___Keyword_Outline_56)); } inline String_t* get_Keyword_Outline_56() const { return ___Keyword_Outline_56; } inline String_t** get_address_of_Keyword_Outline_56() { return &___Keyword_Outline_56; } inline void set_Keyword_Outline_56(String_t* value) { ___Keyword_Outline_56 = value; Il2CppCodeGenWriteBarrier((void**)(&___Keyword_Outline_56), (void*)value); } inline static int32_t get_offset_of_ShaderTag_ZTestMode_57() { return static_cast(offsetof(ShaderUtilities_t94FED29CB763EEA57E3BBCA7B305F9A3CB1180B8_StaticFields, ___ShaderTag_ZTestMode_57)); } inline String_t* get_ShaderTag_ZTestMode_57() const { return ___ShaderTag_ZTestMode_57; } inline String_t** get_address_of_ShaderTag_ZTestMode_57() { return &___ShaderTag_ZTestMode_57; } inline void set_ShaderTag_ZTestMode_57(String_t* value) { ___ShaderTag_ZTestMode_57 = value; Il2CppCodeGenWriteBarrier((void**)(&___ShaderTag_ZTestMode_57), (void*)value); } inline static int32_t get_offset_of_ShaderTag_CullMode_58() { return static_cast(offsetof(ShaderUtilities_t94FED29CB763EEA57E3BBCA7B305F9A3CB1180B8_StaticFields, ___ShaderTag_CullMode_58)); } inline String_t* get_ShaderTag_CullMode_58() const { return ___ShaderTag_CullMode_58; } inline String_t** get_address_of_ShaderTag_CullMode_58() { return &___ShaderTag_CullMode_58; } inline void set_ShaderTag_CullMode_58(String_t* value) { ___ShaderTag_CullMode_58 = value; Il2CppCodeGenWriteBarrier((void**)(&___ShaderTag_CullMode_58), (void*)value); } inline static int32_t get_offset_of_m_clamp_59() { return static_cast(offsetof(ShaderUtilities_t94FED29CB763EEA57E3BBCA7B305F9A3CB1180B8_StaticFields, ___m_clamp_59)); } inline float get_m_clamp_59() const { return ___m_clamp_59; } inline float* get_address_of_m_clamp_59() { return &___m_clamp_59; } inline void set_m_clamp_59(float value) { ___m_clamp_59 = value; } inline static int32_t get_offset_of_isInitialized_60() { return static_cast(offsetof(ShaderUtilities_t94FED29CB763EEA57E3BBCA7B305F9A3CB1180B8_StaticFields, ___isInitialized_60)); } inline bool get_isInitialized_60() const { return ___isInitialized_60; } inline bool* get_address_of_isInitialized_60() { return &___isInitialized_60; } inline void set_isInitialized_60(bool value) { ___isInitialized_60 = value; } inline static int32_t get_offset_of_k_ShaderRef_MobileSDF_61() { return static_cast(offsetof(ShaderUtilities_t94FED29CB763EEA57E3BBCA7B305F9A3CB1180B8_StaticFields, ___k_ShaderRef_MobileSDF_61)); } inline Shader_tE2731FF351B74AB4186897484FB01E000C1160CA * get_k_ShaderRef_MobileSDF_61() const { return ___k_ShaderRef_MobileSDF_61; } inline Shader_tE2731FF351B74AB4186897484FB01E000C1160CA ** get_address_of_k_ShaderRef_MobileSDF_61() { return &___k_ShaderRef_MobileSDF_61; } inline void set_k_ShaderRef_MobileSDF_61(Shader_tE2731FF351B74AB4186897484FB01E000C1160CA * value) { ___k_ShaderRef_MobileSDF_61 = value; Il2CppCodeGenWriteBarrier((void**)(&___k_ShaderRef_MobileSDF_61), (void*)value); } inline static int32_t get_offset_of_k_ShaderRef_MobileBitmap_62() { return static_cast(offsetof(ShaderUtilities_t94FED29CB763EEA57E3BBCA7B305F9A3CB1180B8_StaticFields, ___k_ShaderRef_MobileBitmap_62)); } inline Shader_tE2731FF351B74AB4186897484FB01E000C1160CA * get_k_ShaderRef_MobileBitmap_62() const { return ___k_ShaderRef_MobileBitmap_62; } inline Shader_tE2731FF351B74AB4186897484FB01E000C1160CA ** get_address_of_k_ShaderRef_MobileBitmap_62() { return &___k_ShaderRef_MobileBitmap_62; } inline void set_k_ShaderRef_MobileBitmap_62(Shader_tE2731FF351B74AB4186897484FB01E000C1160CA * value) { ___k_ShaderRef_MobileBitmap_62 = value; Il2CppCodeGenWriteBarrier((void**)(&___k_ShaderRef_MobileBitmap_62), (void*)value); } }; // TMPro.TMP_FontFeatureTable struct TMP_FontFeatureTable_t6F3402916A5D81F2C4180CA75E04DB7A6F950756 : public RuntimeObject { public: // System.Collections.Generic.List`1 TMPro.TMP_FontFeatureTable::m_GlyphPairAdjustmentRecords List_1_tE6A1567209FA489F164516A1C6513F0B06A96681 * ___m_GlyphPairAdjustmentRecords_0; // System.Collections.Generic.Dictionary`2 TMPro.TMP_FontFeatureTable::m_GlyphPairAdjustmentRecordLookupDictionary Dictionary_2_tA1EE3BDAADBA1C0A3616BCFCD9666DDEC9E388E4 * ___m_GlyphPairAdjustmentRecordLookupDictionary_1; public: inline static int32_t get_offset_of_m_GlyphPairAdjustmentRecords_0() { return static_cast(offsetof(TMP_FontFeatureTable_t6F3402916A5D81F2C4180CA75E04DB7A6F950756, ___m_GlyphPairAdjustmentRecords_0)); } inline List_1_tE6A1567209FA489F164516A1C6513F0B06A96681 * get_m_GlyphPairAdjustmentRecords_0() const { return ___m_GlyphPairAdjustmentRecords_0; } inline List_1_tE6A1567209FA489F164516A1C6513F0B06A96681 ** get_address_of_m_GlyphPairAdjustmentRecords_0() { return &___m_GlyphPairAdjustmentRecords_0; } inline void set_m_GlyphPairAdjustmentRecords_0(List_1_tE6A1567209FA489F164516A1C6513F0B06A96681 * value) { ___m_GlyphPairAdjustmentRecords_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_GlyphPairAdjustmentRecords_0), (void*)value); } inline static int32_t get_offset_of_m_GlyphPairAdjustmentRecordLookupDictionary_1() { return static_cast(offsetof(TMP_FontFeatureTable_t6F3402916A5D81F2C4180CA75E04DB7A6F950756, ___m_GlyphPairAdjustmentRecordLookupDictionary_1)); } inline Dictionary_2_tA1EE3BDAADBA1C0A3616BCFCD9666DDEC9E388E4 * get_m_GlyphPairAdjustmentRecordLookupDictionary_1() const { return ___m_GlyphPairAdjustmentRecordLookupDictionary_1; } inline Dictionary_2_tA1EE3BDAADBA1C0A3616BCFCD9666DDEC9E388E4 ** get_address_of_m_GlyphPairAdjustmentRecordLookupDictionary_1() { return &___m_GlyphPairAdjustmentRecordLookupDictionary_1; } inline void set_m_GlyphPairAdjustmentRecordLookupDictionary_1(Dictionary_2_tA1EE3BDAADBA1C0A3616BCFCD9666DDEC9E388E4 * value) { ___m_GlyphPairAdjustmentRecordLookupDictionary_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_GlyphPairAdjustmentRecordLookupDictionary_1), (void*)value); } }; // TMPro.TMP_InputField_d__267 struct U3CCaretBlinkU3Ed__267_t080BB9CF3BA7B7CAC3F6ECD171BDDA7D4A323E8D : public RuntimeObject { public: // System.Int32 TMPro.TMP_InputField_d__267::<>1__state int32_t ___U3CU3E1__state_0; // System.Object TMPro.TMP_InputField_d__267::<>2__current RuntimeObject * ___U3CU3E2__current_1; // TMPro.TMP_InputField TMPro.TMP_InputField_d__267::<>4__this TMP_InputField_tC3C57E697A57232E8A855D39600CF06CFDA8F6CB * ___U3CU3E4__this_2; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CCaretBlinkU3Ed__267_t080BB9CF3BA7B7CAC3F6ECD171BDDA7D4A323E8D, ___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__267_t080BB9CF3BA7B7CAC3F6ECD171BDDA7D4A323E8D, ___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((void**)(&___U3CU3E2__current_1), (void*)value); } inline static int32_t get_offset_of_U3CU3E4__this_2() { return static_cast(offsetof(U3CCaretBlinkU3Ed__267_t080BB9CF3BA7B7CAC3F6ECD171BDDA7D4A323E8D, ___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((void**)(&___U3CU3E4__this_2), (void*)value); } }; // TMPro.TMP_InputField_d__285 struct U3CMouseDragOutsideRectU3Ed__285_t10E487F2C99305D19BD1CCA15FCDA664213EEFF1 : public RuntimeObject { public: // System.Int32 TMPro.TMP_InputField_d__285::<>1__state int32_t ___U3CU3E1__state_0; // System.Object TMPro.TMP_InputField_d__285::<>2__current RuntimeObject * ___U3CU3E2__current_1; // TMPro.TMP_InputField TMPro.TMP_InputField_d__285::<>4__this TMP_InputField_tC3C57E697A57232E8A855D39600CF06CFDA8F6CB * ___U3CU3E4__this_2; // UnityEngine.EventSystems.PointerEventData TMPro.TMP_InputField_d__285::eventData PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * ___eventData_3; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CMouseDragOutsideRectU3Ed__285_t10E487F2C99305D19BD1CCA15FCDA664213EEFF1, ___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__285_t10E487F2C99305D19BD1CCA15FCDA664213EEFF1, ___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((void**)(&___U3CU3E2__current_1), (void*)value); } inline static int32_t get_offset_of_U3CU3E4__this_2() { return static_cast(offsetof(U3CMouseDragOutsideRectU3Ed__285_t10E487F2C99305D19BD1CCA15FCDA664213EEFF1, ___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((void**)(&___U3CU3E4__this_2), (void*)value); } inline static int32_t get_offset_of_eventData_3() { return static_cast(offsetof(U3CMouseDragOutsideRectU3Ed__285_t10E487F2C99305D19BD1CCA15FCDA664213EEFF1, ___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((void**)(&___eventData_3), (void*)value); } }; // 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((void**)(&___m_materialList_0), (void*)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((void**)(&___m_fallbackMaterials_1), (void*)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((void**)(&___m_fallbackMaterialLookup_2), (void*)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((void**)(&___m_fallbackCleanupList_3), (void*)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; } }; // 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((void**)(&___stencilMaterial_0), (void*)value); } }; // 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((void**)(&___stencilMaterial_0), (void*)value); } }; // 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((void**)(&___stencilMaterial_0), (void*)value); } }; // 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((void**)(&___baseMaterial_0), (void*)value); } }; // 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((void**)(&___baseMaterial_1), (void*)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((void**)(&___fallbackMaterial_3), (void*)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; } }; // 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((void**)(&___baseMaterial_0), (void*)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((void**)(&___stencilMaterial_1), (void*)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; } }; // 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((void**)(&___leadingCharacters_0), (void*)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((void**)(&___followingCharacters_1), (void*)value); } }; // TMPro.TMP_SpriteAsset_<>c struct U3CU3Ec_t685586B0F954FF1162ABB09FB424BB1AED63C346 : public RuntimeObject { public: public: }; struct U3CU3Ec_t685586B0F954FF1162ABB09FB424BB1AED63C346_StaticFields { public: // TMPro.TMP_SpriteAsset_<>c TMPro.TMP_SpriteAsset_<>c::<>9 U3CU3Ec_t685586B0F954FF1162ABB09FB424BB1AED63C346 * ___U3CU3E9_0; // System.Func`2 TMPro.TMP_SpriteAsset_<>c::<>9__32_0 Func_2_tB66DC81374EF90FD4007620024FCF7E3CE642216 * ___U3CU3E9__32_0_1; // System.Func`2 TMPro.TMP_SpriteAsset_<>c::<>9__33_0 Func_2_t7F24465D5D20156FA305D4CF0588DC0C65BBADD7 * ___U3CU3E9__33_0_2; public: inline static int32_t get_offset_of_U3CU3E9_0() { return static_cast(offsetof(U3CU3Ec_t685586B0F954FF1162ABB09FB424BB1AED63C346_StaticFields, ___U3CU3E9_0)); } inline U3CU3Ec_t685586B0F954FF1162ABB09FB424BB1AED63C346 * get_U3CU3E9_0() const { return ___U3CU3E9_0; } inline U3CU3Ec_t685586B0F954FF1162ABB09FB424BB1AED63C346 ** get_address_of_U3CU3E9_0() { return &___U3CU3E9_0; } inline void set_U3CU3E9_0(U3CU3Ec_t685586B0F954FF1162ABB09FB424BB1AED63C346 * value) { ___U3CU3E9_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9_0), (void*)value); } inline static int32_t get_offset_of_U3CU3E9__32_0_1() { return static_cast(offsetof(U3CU3Ec_t685586B0F954FF1162ABB09FB424BB1AED63C346_StaticFields, ___U3CU3E9__32_0_1)); } inline Func_2_tB66DC81374EF90FD4007620024FCF7E3CE642216 * get_U3CU3E9__32_0_1() const { return ___U3CU3E9__32_0_1; } inline Func_2_tB66DC81374EF90FD4007620024FCF7E3CE642216 ** get_address_of_U3CU3E9__32_0_1() { return &___U3CU3E9__32_0_1; } inline void set_U3CU3E9__32_0_1(Func_2_tB66DC81374EF90FD4007620024FCF7E3CE642216 * value) { ___U3CU3E9__32_0_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9__32_0_1), (void*)value); } inline static int32_t get_offset_of_U3CU3E9__33_0_2() { return static_cast(offsetof(U3CU3Ec_t685586B0F954FF1162ABB09FB424BB1AED63C346_StaticFields, ___U3CU3E9__33_0_2)); } inline Func_2_t7F24465D5D20156FA305D4CF0588DC0C65BBADD7 * get_U3CU3E9__33_0_2() const { return ___U3CU3E9__33_0_2; } inline Func_2_t7F24465D5D20156FA305D4CF0588DC0C65BBADD7 ** get_address_of_U3CU3E9__33_0_2() { return &___U3CU3E9__33_0_2; } inline void set_U3CU3E9__33_0_2(Func_2_t7F24465D5D20156FA305D4CF0588DC0C65BBADD7 * value) { ___U3CU3E9__33_0_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9__33_0_2), (void*)value); } }; // 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((void**)(&___m_Name_0), (void*)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((void**)(&___m_OpeningDefinition_2), (void*)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((void**)(&___m_ClosingDefinition_3), (void*)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((void**)(&___m_OpeningTagArray_4), (void*)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((void**)(&___m_ClosingTagArray_5), (void*)value); } }; // TMPro.TMP_TextElement_Legacy struct TMP_TextElement_Legacy_t020BAF673D3D29BC2682AEA5717411BFB13C6D05 : public RuntimeObject { public: // System.Int32 TMPro.TMP_TextElement_Legacy::id int32_t ___id_0; // System.Single TMPro.TMP_TextElement_Legacy::x float ___x_1; // System.Single TMPro.TMP_TextElement_Legacy::y float ___y_2; // System.Single TMPro.TMP_TextElement_Legacy::width float ___width_3; // System.Single TMPro.TMP_TextElement_Legacy::height float ___height_4; // System.Single TMPro.TMP_TextElement_Legacy::xOffset float ___xOffset_5; // System.Single TMPro.TMP_TextElement_Legacy::yOffset float ___yOffset_6; // System.Single TMPro.TMP_TextElement_Legacy::xAdvance float ___xAdvance_7; // System.Single TMPro.TMP_TextElement_Legacy::scale float ___scale_8; public: inline static int32_t get_offset_of_id_0() { return static_cast(offsetof(TMP_TextElement_Legacy_t020BAF673D3D29BC2682AEA5717411BFB13C6D05, ___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_Legacy_t020BAF673D3D29BC2682AEA5717411BFB13C6D05, ___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_Legacy_t020BAF673D3D29BC2682AEA5717411BFB13C6D05, ___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_Legacy_t020BAF673D3D29BC2682AEA5717411BFB13C6D05, ___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_Legacy_t020BAF673D3D29BC2682AEA5717411BFB13C6D05, ___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_Legacy_t020BAF673D3D29BC2682AEA5717411BFB13C6D05, ___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_Legacy_t020BAF673D3D29BC2682AEA5717411BFB13C6D05, ___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_Legacy_t020BAF673D3D29BC2682AEA5717411BFB13C6D05, ___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_Legacy_t020BAF673D3D29BC2682AEA5717411BFB13C6D05, ___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; } }; // UnityEngine.CustomYieldInstruction struct CustomYieldInstruction_t819BB0973AFF22766749FF087B8AEFEAF3C2CB7D : public RuntimeObject { public: public: }; // 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; } }; // 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.Boolean UnityEngine.Events.UnityEventBase::m_CallsDirty bool ___m_CallsDirty_2; 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((void**)(&___m_Calls_0), (void*)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((void**)(&___m_PersistentCalls_1), (void*)value); } inline static int32_t get_offset_of_m_CallsDirty_2() { return static_cast(offsetof(UnityEventBase_t6E0F7823762EE94BB8489B5AE41C7802A266D3D5, ___m_CallsDirty_2)); } inline bool get_m_CallsDirty_2() const { return ___m_CallsDirty_2; } inline bool* get_address_of_m_CallsDirty_2() { return &___m_CallsDirty_2; } inline void set_m_CallsDirty_2(bool value) { ___m_CallsDirty_2 = value; } }; // UnityEngine.YieldInstruction struct YieldInstruction_t836035AC7BD07A3C7909F7AD2A5B42DE99D91C44 : public RuntimeObject { public: public: }; // Native definition for P/Invoke marshalling of UnityEngine.YieldInstruction struct YieldInstruction_t836035AC7BD07A3C7909F7AD2A5B42DE99D91C44_marshaled_pinvoke { }; // Native definition for COM marshalling of UnityEngine.YieldInstruction struct YieldInstruction_t836035AC7BD07A3C7909F7AD2A5B42DE99D91C44_marshaled_com { }; // ___StaticArrayInitTypeSizeU3D12 struct __StaticArrayInitTypeSizeU3D12_t02D4D72A8B5221D32AB6F2F2DD8D17E86997BF22 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D12_t02D4D72A8B5221D32AB6F2F2DD8D17E86997BF22__padding[12]; }; public: }; // ___StaticArrayInitTypeSizeU3D40 struct __StaticArrayInitTypeSizeU3D40_tB9EB85DC7184311C5BB54C1E612DC4F2D7A15F5D { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D40_tB9EB85DC7184311C5BB54C1E612DC4F2D7A15F5D__padding[40]; }; public: }; // System.Boolean struct Boolean_tB53F6830F670160873277339AA58F15CAED4399C { public: // System.Boolean System.Boolean::m_value bool ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Boolean_tB53F6830F670160873277339AA58F15CAED4399C, ___m_value_0)); } inline bool get_m_value_0() const { return ___m_value_0; } inline bool* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(bool value) { ___m_value_0 = value; } }; struct Boolean_tB53F6830F670160873277339AA58F15CAED4399C_StaticFields { public: // System.String System.Boolean::TrueString String_t* ___TrueString_5; // System.String System.Boolean::FalseString String_t* ___FalseString_6; public: inline static int32_t get_offset_of_TrueString_5() { return static_cast(offsetof(Boolean_tB53F6830F670160873277339AA58F15CAED4399C_StaticFields, ___TrueString_5)); } inline String_t* get_TrueString_5() const { return ___TrueString_5; } inline String_t** get_address_of_TrueString_5() { return &___TrueString_5; } inline void set_TrueString_5(String_t* value) { ___TrueString_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___TrueString_5), (void*)value); } inline static int32_t get_offset_of_FalseString_6() { return static_cast(offsetof(Boolean_tB53F6830F670160873277339AA58F15CAED4399C_StaticFields, ___FalseString_6)); } inline String_t* get_FalseString_6() const { return ___FalseString_6; } inline String_t** get_address_of_FalseString_6() { return &___FalseString_6; } inline void set_FalseString_6(String_t* value) { ___FalseString_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___FalseString_6), (void*)value); } }; // System.Byte struct Byte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07 { public: // System.Byte System.Byte::m_value uint8_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Byte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07, ___m_value_0)); } inline uint8_t get_m_value_0() const { return ___m_value_0; } inline uint8_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(uint8_t value) { ___m_value_0 = value; } }; // System.Char struct Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9 { public: // System.Char System.Char::m_value Il2CppChar ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9, ___m_value_0)); } inline Il2CppChar get_m_value_0() const { return ___m_value_0; } inline Il2CppChar* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(Il2CppChar value) { ___m_value_0 = value; } }; struct Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_StaticFields { public: // System.Byte[] System.Char::categoryForLatin1 ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___categoryForLatin1_3; public: inline static int32_t get_offset_of_categoryForLatin1_3() { return static_cast(offsetof(Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_StaticFields, ___categoryForLatin1_3)); } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_categoryForLatin1_3() const { return ___categoryForLatin1_3; } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_categoryForLatin1_3() { return &___categoryForLatin1_3; } inline void set_categoryForLatin1_3(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value) { ___categoryForLatin1_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___categoryForLatin1_3), (void*)value); } }; // System.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; } }; // System.Enum struct Enum_t2AF27C02B8653AE29442467390005ABC74D8F521 : public ValueType_t4D0C27076F7C36E76190FB3328E232BCB1CD1FFF { public: public: }; struct Enum_t2AF27C02B8653AE29442467390005ABC74D8F521_StaticFields { public: // System.Char[] System.Enum::enumSeperatorCharArray CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___enumSeperatorCharArray_0; public: inline static int32_t get_offset_of_enumSeperatorCharArray_0() { return static_cast(offsetof(Enum_t2AF27C02B8653AE29442467390005ABC74D8F521_StaticFields, ___enumSeperatorCharArray_0)); } inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* get_enumSeperatorCharArray_0() const { return ___enumSeperatorCharArray_0; } inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2** get_address_of_enumSeperatorCharArray_0() { return &___enumSeperatorCharArray_0; } inline void set_enumSeperatorCharArray_0(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* value) { ___enumSeperatorCharArray_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___enumSeperatorCharArray_0), (void*)value); } }; // Native definition for P/Invoke marshalling of System.Enum struct Enum_t2AF27C02B8653AE29442467390005ABC74D8F521_marshaled_pinvoke { }; // Native definition for COM marshalling of System.Enum struct Enum_t2AF27C02B8653AE29442467390005ABC74D8F521_marshaled_com { }; // System.Int32 struct Int32_t585191389E07734F19F3156FF88FB3EF4800D102 { public: // System.Int32 System.Int32::m_value int32_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Int32_t585191389E07734F19F3156FF88FB3EF4800D102, ___m_value_0)); } inline int32_t get_m_value_0() const { return ___m_value_0; } inline int32_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(int32_t value) { ___m_value_0 = value; } }; // System.Int64 struct Int64_t7A386C2FF7B0280A0F516992401DDFCF0FF7B436 { public: // System.Int64 System.Int64::m_value int64_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Int64_t7A386C2FF7B0280A0F516992401DDFCF0FF7B436, ___m_value_0)); } inline int64_t get_m_value_0() const { return ___m_value_0; } inline int64_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(int64_t value) { ___m_value_0 = value; } }; // System.IntPtr struct IntPtr_t { public: // System.Void* System.IntPtr::m_value void* ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(IntPtr_t, ___m_value_0)); } inline void* get_m_value_0() const { return ___m_value_0; } inline void** get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(void* value) { ___m_value_0 = value; } }; struct IntPtr_t_StaticFields { public: // System.IntPtr System.IntPtr::Zero intptr_t ___Zero_1; public: inline static int32_t get_offset_of_Zero_1() { return static_cast(offsetof(IntPtr_t_StaticFields, ___Zero_1)); } inline intptr_t get_Zero_1() const { return ___Zero_1; } inline intptr_t* get_address_of_Zero_1() { return &___Zero_1; } inline void set_Zero_1(intptr_t value) { ___Zero_1 = value; } }; // System.Single struct Single_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1 { public: // System.Single System.Single::m_value float ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Single_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1, ___m_value_0)); } inline float get_m_value_0() const { return ___m_value_0; } inline float* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(float value) { ___m_value_0 = value; } }; // System.UInt32 struct UInt32_t4980FA09003AFAAB5A6E361BA2748EA9A005709B { public: // System.UInt32 System.UInt32::m_value uint32_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(UInt32_t4980FA09003AFAAB5A6E361BA2748EA9A005709B, ___m_value_0)); } inline uint32_t get_m_value_0() const { return ___m_value_0; } inline uint32_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(uint32_t value) { ___m_value_0 = value; } }; // System.Void struct Void_t22962CB4C05B1D89B55A6E1139F0E87A90987017 { public: union { struct { }; uint8_t Void_t22962CB4C05B1D89B55A6E1139F0E87A90987017__padding[1]; }; public: }; // 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((void**)(&___sourceFontFileName_0), (void*)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((void**)(&___sourceFontFileGUID_1), (void*)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((void**)(&___characterSequence_9), (void*)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((void**)(&___referencedFontAssetGUID_10), (void*)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((void**)(&___referencedTextAssetGUID_11), (void*)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; } }; // 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; }; // TMPro.GlyphPairKey struct GlyphPairKey_tBED040784D7FD7F268CCCCC24844C2D723D936F6 { public: // System.UInt32 TMPro.GlyphPairKey::firstGlyphIndex uint32_t ___firstGlyphIndex_0; // System.UInt32 TMPro.GlyphPairKey::secondGlyphIndex uint32_t ___secondGlyphIndex_1; // System.Int64 TMPro.GlyphPairKey::key int64_t ___key_2; public: inline static int32_t get_offset_of_firstGlyphIndex_0() { return static_cast(offsetof(GlyphPairKey_tBED040784D7FD7F268CCCCC24844C2D723D936F6, ___firstGlyphIndex_0)); } inline uint32_t get_firstGlyphIndex_0() const { return ___firstGlyphIndex_0; } inline uint32_t* get_address_of_firstGlyphIndex_0() { return &___firstGlyphIndex_0; } inline void set_firstGlyphIndex_0(uint32_t value) { ___firstGlyphIndex_0 = value; } inline static int32_t get_offset_of_secondGlyphIndex_1() { return static_cast(offsetof(GlyphPairKey_tBED040784D7FD7F268CCCCC24844C2D723D936F6, ___secondGlyphIndex_1)); } inline uint32_t get_secondGlyphIndex_1() const { return ___secondGlyphIndex_1; } inline uint32_t* get_address_of_secondGlyphIndex_1() { return &___secondGlyphIndex_1; } inline void set_secondGlyphIndex_1(uint32_t value) { ___secondGlyphIndex_1 = value; } inline static int32_t get_offset_of_key_2() { return static_cast(offsetof(GlyphPairKey_tBED040784D7FD7F268CCCCC24844C2D723D936F6, ___key_2)); } inline int64_t get_key_2() const { return ___key_2; } inline int64_t* get_address_of_key_2() { return &___key_2; } inline void set_key_2(int64_t value) { ___key_2 = value; } }; // 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((void**)(&___fontAsset_1), (void*)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((void**)(&___spriteAsset_2), (void*)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((void**)(&___material_3), (void*)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((void**)(&___fallbackMaterial_6), (void*)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; } }; // 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; }; // TMPro.TMP_FontStyleStack struct TMP_FontStyleStack_tC7146DA5AD4540B2C8733862D785AD50AD229E84 { public: // System.Byte TMPro.TMP_FontStyleStack::bold uint8_t ___bold_0; // System.Byte TMPro.TMP_FontStyleStack::italic uint8_t ___italic_1; // System.Byte TMPro.TMP_FontStyleStack::underline uint8_t ___underline_2; // System.Byte TMPro.TMP_FontStyleStack::strikethrough uint8_t ___strikethrough_3; // System.Byte TMPro.TMP_FontStyleStack::highlight uint8_t ___highlight_4; // System.Byte TMPro.TMP_FontStyleStack::superscript uint8_t ___superscript_5; // System.Byte TMPro.TMP_FontStyleStack::subscript uint8_t ___subscript_6; // System.Byte TMPro.TMP_FontStyleStack::uppercase uint8_t ___uppercase_7; // System.Byte TMPro.TMP_FontStyleStack::lowercase uint8_t ___lowercase_8; // System.Byte TMPro.TMP_FontStyleStack::smallcaps uint8_t ___smallcaps_9; public: inline static int32_t get_offset_of_bold_0() { return static_cast(offsetof(TMP_FontStyleStack_tC7146DA5AD4540B2C8733862D785AD50AD229E84, ___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_FontStyleStack_tC7146DA5AD4540B2C8733862D785AD50AD229E84, ___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_FontStyleStack_tC7146DA5AD4540B2C8733862D785AD50AD229E84, ___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_FontStyleStack_tC7146DA5AD4540B2C8733862D785AD50AD229E84, ___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_FontStyleStack_tC7146DA5AD4540B2C8733862D785AD50AD229E84, ___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_FontStyleStack_tC7146DA5AD4540B2C8733862D785AD50AD229E84, ___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_FontStyleStack_tC7146DA5AD4540B2C8733862D785AD50AD229E84, ___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_FontStyleStack_tC7146DA5AD4540B2C8733862D785AD50AD229E84, ___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_FontStyleStack_tC7146DA5AD4540B2C8733862D785AD50AD229E84, ___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_FontStyleStack_tC7146DA5AD4540B2C8733862D785AD50AD229E84, ___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; } }; // TMPro.TMP_FontWeightPair struct TMP_FontWeightPair_t14BB1EA6F16060838C5465F6BBB20C92ED79AEE3 { public: // TMPro.TMP_FontAsset TMPro.TMP_FontWeightPair::regularTypeface TMP_FontAsset_t44D2006105B39FB33AE5A0ADF07A7EF36C72385C * ___regularTypeface_0; // TMPro.TMP_FontAsset TMPro.TMP_FontWeightPair::italicTypeface TMP_FontAsset_t44D2006105B39FB33AE5A0ADF07A7EF36C72385C * ___italicTypeface_1; public: inline static int32_t get_offset_of_regularTypeface_0() { return static_cast(offsetof(TMP_FontWeightPair_t14BB1EA6F16060838C5465F6BBB20C92ED79AEE3, ___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((void**)(&___regularTypeface_0), (void*)value); } inline static int32_t get_offset_of_italicTypeface_1() { return static_cast(offsetof(TMP_FontWeightPair_t14BB1EA6F16060838C5465F6BBB20C92ED79AEE3, ___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((void**)(&___italicTypeface_1), (void*)value); } }; // Native definition for P/Invoke marshalling of TMPro.TMP_FontWeightPair struct TMP_FontWeightPair_t14BB1EA6F16060838C5465F6BBB20C92ED79AEE3_marshaled_pinvoke { TMP_FontAsset_t44D2006105B39FB33AE5A0ADF07A7EF36C72385C * ___regularTypeface_0; TMP_FontAsset_t44D2006105B39FB33AE5A0ADF07A7EF36C72385C * ___italicTypeface_1; }; // Native definition for COM marshalling of TMPro.TMP_FontWeightPair struct TMP_FontWeightPair_t14BB1EA6F16060838C5465F6BBB20C92ED79AEE3_marshaled_com { TMP_FontAsset_t44D2006105B39FB33AE5A0ADF07A7EF36C72385C * ___regularTypeface_0; TMP_FontAsset_t44D2006105B39FB33AE5A0ADF07A7EF36C72385C * ___italicTypeface_1; }; // TMPro.TMP_GlyphValueRecord struct TMP_GlyphValueRecord_t78C803E430E95C128540C14391CBACF833943BD8 { public: // System.Single TMPro.TMP_GlyphValueRecord::m_XPlacement float ___m_XPlacement_0; // System.Single TMPro.TMP_GlyphValueRecord::m_YPlacement float ___m_YPlacement_1; // System.Single TMPro.TMP_GlyphValueRecord::m_XAdvance float ___m_XAdvance_2; // System.Single TMPro.TMP_GlyphValueRecord::m_YAdvance float ___m_YAdvance_3; public: inline static int32_t get_offset_of_m_XPlacement_0() { return static_cast(offsetof(TMP_GlyphValueRecord_t78C803E430E95C128540C14391CBACF833943BD8, ___m_XPlacement_0)); } inline float get_m_XPlacement_0() const { return ___m_XPlacement_0; } inline float* get_address_of_m_XPlacement_0() { return &___m_XPlacement_0; } inline void set_m_XPlacement_0(float value) { ___m_XPlacement_0 = value; } inline static int32_t get_offset_of_m_YPlacement_1() { return static_cast(offsetof(TMP_GlyphValueRecord_t78C803E430E95C128540C14391CBACF833943BD8, ___m_YPlacement_1)); } inline float get_m_YPlacement_1() const { return ___m_YPlacement_1; } inline float* get_address_of_m_YPlacement_1() { return &___m_YPlacement_1; } inline void set_m_YPlacement_1(float value) { ___m_YPlacement_1 = value; } inline static int32_t get_offset_of_m_XAdvance_2() { return static_cast(offsetof(TMP_GlyphValueRecord_t78C803E430E95C128540C14391CBACF833943BD8, ___m_XAdvance_2)); } inline float get_m_XAdvance_2() const { return ___m_XAdvance_2; } inline float* get_address_of_m_XAdvance_2() { return &___m_XAdvance_2; } inline void set_m_XAdvance_2(float value) { ___m_XAdvance_2 = value; } inline static int32_t get_offset_of_m_YAdvance_3() { return static_cast(offsetof(TMP_GlyphValueRecord_t78C803E430E95C128540C14391CBACF833943BD8, ___m_YAdvance_3)); } inline float get_m_YAdvance_3() const { return ___m_YAdvance_3; } inline float* get_address_of_m_YAdvance_3() { return &___m_YAdvance_3; } inline void set_m_YAdvance_3(float value) { ___m_YAdvance_3 = value; } }; // 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((void**)(&___textComponent_0), (void*)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((void**)(&___linkID_6), (void*)value); } }; // 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; }; // 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; } }; // TMPro.TMP_RichTextTagStack`1 struct TMP_RichTextTagStack_1_tC6AC19F231736A53E4E73CA41E8BE25BCCE04293 { public: // T[] TMPro.TMP_RichTextTagStack`1::m_ItemStack Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___m_ItemStack_0; // System.Int32 TMPro.TMP_RichTextTagStack`1::m_Index int32_t ___m_Index_1; // System.Int32 TMPro.TMP_RichTextTagStack`1::m_Capacity int32_t ___m_Capacity_2; // T TMPro.TMP_RichTextTagStack`1::m_DefaultItem int32_t ___m_DefaultItem_3; public: inline static int32_t get_offset_of_m_ItemStack_0() { return static_cast(offsetof(TMP_RichTextTagStack_1_tC6AC19F231736A53E4E73CA41E8BE25BCCE04293, ___m_ItemStack_0)); } inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get_m_ItemStack_0() const { return ___m_ItemStack_0; } inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of_m_ItemStack_0() { return &___m_ItemStack_0; } inline void set_m_ItemStack_0(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value) { ___m_ItemStack_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_ItemStack_0), (void*)value); } inline static int32_t get_offset_of_m_Index_1() { return static_cast(offsetof(TMP_RichTextTagStack_1_tC6AC19F231736A53E4E73CA41E8BE25BCCE04293, ___m_Index_1)); } inline int32_t get_m_Index_1() const { return ___m_Index_1; } inline int32_t* get_address_of_m_Index_1() { return &___m_Index_1; } inline void set_m_Index_1(int32_t value) { ___m_Index_1 = value; } inline static int32_t get_offset_of_m_Capacity_2() { return static_cast(offsetof(TMP_RichTextTagStack_1_tC6AC19F231736A53E4E73CA41E8BE25BCCE04293, ___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_RichTextTagStack_1_tC6AC19F231736A53E4E73CA41E8BE25BCCE04293, ___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; } }; // TMPro.TMP_RichTextTagStack`1 struct TMP_RichTextTagStack_1_t2AC11CC2BDA7AF6C3B6D6F531328C2E924FBCC88 { public: // T[] TMPro.TMP_RichTextTagStack`1::m_ItemStack ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___m_ItemStack_0; // System.Int32 TMPro.TMP_RichTextTagStack`1::m_Index int32_t ___m_Index_1; // System.Int32 TMPro.TMP_RichTextTagStack`1::m_Capacity int32_t ___m_Capacity_2; // T TMPro.TMP_RichTextTagStack`1::m_DefaultItem RuntimeObject * ___m_DefaultItem_3; public: inline static int32_t get_offset_of_m_ItemStack_0() { return static_cast(offsetof(TMP_RichTextTagStack_1_t2AC11CC2BDA7AF6C3B6D6F531328C2E924FBCC88, ___m_ItemStack_0)); } inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* get_m_ItemStack_0() const { return ___m_ItemStack_0; } inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A** get_address_of_m_ItemStack_0() { return &___m_ItemStack_0; } inline void set_m_ItemStack_0(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* value) { ___m_ItemStack_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_ItemStack_0), (void*)value); } inline static int32_t get_offset_of_m_Index_1() { return static_cast(offsetof(TMP_RichTextTagStack_1_t2AC11CC2BDA7AF6C3B6D6F531328C2E924FBCC88, ___m_Index_1)); } inline int32_t get_m_Index_1() const { return ___m_Index_1; } inline int32_t* get_address_of_m_Index_1() { return &___m_Index_1; } inline void set_m_Index_1(int32_t value) { ___m_Index_1 = value; } inline static int32_t get_offset_of_m_Capacity_2() { return static_cast(offsetof(TMP_RichTextTagStack_1_t2AC11CC2BDA7AF6C3B6D6F531328C2E924FBCC88, ___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_RichTextTagStack_1_t2AC11CC2BDA7AF6C3B6D6F531328C2E924FBCC88, ___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((void**)(&___m_DefaultItem_3), (void*)value); } }; // TMPro.TMP_RichTextTagStack`1 struct TMP_RichTextTagStack_1_tD5CFAF6390F82194115C110DC92A2CFB29529106 { public: // T[] TMPro.TMP_RichTextTagStack`1::m_ItemStack SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5* ___m_ItemStack_0; // System.Int32 TMPro.TMP_RichTextTagStack`1::m_Index int32_t ___m_Index_1; // System.Int32 TMPro.TMP_RichTextTagStack`1::m_Capacity int32_t ___m_Capacity_2; // T TMPro.TMP_RichTextTagStack`1::m_DefaultItem float ___m_DefaultItem_3; public: inline static int32_t get_offset_of_m_ItemStack_0() { return static_cast(offsetof(TMP_RichTextTagStack_1_tD5CFAF6390F82194115C110DC92A2CFB29529106, ___m_ItemStack_0)); } inline SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5* get_m_ItemStack_0() const { return ___m_ItemStack_0; } inline SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5** get_address_of_m_ItemStack_0() { return &___m_ItemStack_0; } inline void set_m_ItemStack_0(SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5* value) { ___m_ItemStack_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_ItemStack_0), (void*)value); } inline static int32_t get_offset_of_m_Index_1() { return static_cast(offsetof(TMP_RichTextTagStack_1_tD5CFAF6390F82194115C110DC92A2CFB29529106, ___m_Index_1)); } inline int32_t get_m_Index_1() const { return ___m_Index_1; } inline int32_t* get_address_of_m_Index_1() { return &___m_Index_1; } inline void set_m_Index_1(int32_t value) { ___m_Index_1 = value; } inline static int32_t get_offset_of_m_Capacity_2() { return static_cast(offsetof(TMP_RichTextTagStack_1_tD5CFAF6390F82194115C110DC92A2CFB29529106, ___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_RichTextTagStack_1_tD5CFAF6390F82194115C110DC92A2CFB29529106, ___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; } }; // TMPro.TMP_RichTextTagStack`1 struct TMP_RichTextTagStack_1_tF73231072FB2CD9EBFCAF3C4D7E41E2221B9ED1D { public: // T[] TMPro.TMP_RichTextTagStack`1::m_ItemStack TMP_ColorGradientU5BU5D_t0948D618AC4240E6F0CFE0125BB6A4E931DE847C* ___m_ItemStack_0; // System.Int32 TMPro.TMP_RichTextTagStack`1::m_Index int32_t ___m_Index_1; // System.Int32 TMPro.TMP_RichTextTagStack`1::m_Capacity int32_t ___m_Capacity_2; // T TMPro.TMP_RichTextTagStack`1::m_DefaultItem TMP_ColorGradient_tEA29C4736B1786301A803B6C0FB30107A10D79B7 * ___m_DefaultItem_3; public: inline static int32_t get_offset_of_m_ItemStack_0() { return static_cast(offsetof(TMP_RichTextTagStack_1_tF73231072FB2CD9EBFCAF3C4D7E41E2221B9ED1D, ___m_ItemStack_0)); } inline TMP_ColorGradientU5BU5D_t0948D618AC4240E6F0CFE0125BB6A4E931DE847C* get_m_ItemStack_0() const { return ___m_ItemStack_0; } inline TMP_ColorGradientU5BU5D_t0948D618AC4240E6F0CFE0125BB6A4E931DE847C** get_address_of_m_ItemStack_0() { return &___m_ItemStack_0; } inline void set_m_ItemStack_0(TMP_ColorGradientU5BU5D_t0948D618AC4240E6F0CFE0125BB6A4E931DE847C* value) { ___m_ItemStack_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_ItemStack_0), (void*)value); } inline static int32_t get_offset_of_m_Index_1() { return static_cast(offsetof(TMP_RichTextTagStack_1_tF73231072FB2CD9EBFCAF3C4D7E41E2221B9ED1D, ___m_Index_1)); } inline int32_t get_m_Index_1() const { return ___m_Index_1; } inline int32_t* get_address_of_m_Index_1() { return &___m_Index_1; } inline void set_m_Index_1(int32_t value) { ___m_Index_1 = value; } inline static int32_t get_offset_of_m_Capacity_2() { return static_cast(offsetof(TMP_RichTextTagStack_1_tF73231072FB2CD9EBFCAF3C4D7E41E2221B9ED1D, ___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_RichTextTagStack_1_tF73231072FB2CD9EBFCAF3C4D7E41E2221B9ED1D, ___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((void**)(&___m_DefaultItem_3), (void*)value); } }; // 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; } }; // TMPro.TMP_Text_UnicodeChar struct UnicodeChar_t29383F22AA9A3AA4A2061312113FDF2887834F2A { public: // System.Int32 TMPro.TMP_Text_UnicodeChar::unicode int32_t ___unicode_0; // System.Int32 TMPro.TMP_Text_UnicodeChar::stringIndex int32_t ___stringIndex_1; // System.Int32 TMPro.TMP_Text_UnicodeChar::length int32_t ___length_2; public: inline static int32_t get_offset_of_unicode_0() { return static_cast(offsetof(UnicodeChar_t29383F22AA9A3AA4A2061312113FDF2887834F2A, ___unicode_0)); } inline int32_t get_unicode_0() const { return ___unicode_0; } inline int32_t* get_address_of_unicode_0() { return &___unicode_0; } inline void set_unicode_0(int32_t value) { ___unicode_0 = value; } inline static int32_t get_offset_of_stringIndex_1() { return static_cast(offsetof(UnicodeChar_t29383F22AA9A3AA4A2061312113FDF2887834F2A, ___stringIndex_1)); } inline int32_t get_stringIndex_1() const { return ___stringIndex_1; } inline int32_t* get_address_of_stringIndex_1() { return &___stringIndex_1; } inline void set_stringIndex_1(int32_t value) { ___stringIndex_1 = value; } inline static int32_t get_offset_of_length_2() { return static_cast(offsetof(UnicodeChar_t29383F22AA9A3AA4A2061312113FDF2887834F2A, ___length_2)); } inline int32_t get_length_2() const { return ___length_2; } inline int32_t* get_address_of_length_2() { return &___length_2; } inline void set_length_2(int32_t value) { ___length_2 = value; } }; // UnityEngine.Color struct Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 { public: // System.Single UnityEngine.Color::r float ___r_0; // System.Single UnityEngine.Color::g float ___g_1; // System.Single UnityEngine.Color::b float ___b_2; // System.Single UnityEngine.Color::a float ___a_3; public: inline static int32_t get_offset_of_r_0() { return static_cast(offsetof(Color_t119BCA590009762C7223FDD3AF9706653AC84ED2, ___r_0)); } inline float get_r_0() const { return ___r_0; } inline float* get_address_of_r_0() { return &___r_0; } inline void set_r_0(float value) { ___r_0 = value; } inline static int32_t get_offset_of_g_1() { return static_cast(offsetof(Color_t119BCA590009762C7223FDD3AF9706653AC84ED2, ___g_1)); } inline float get_g_1() const { return ___g_1; } inline float* get_address_of_g_1() { return &___g_1; } inline void set_g_1(float value) { ___g_1 = value; } inline static int32_t get_offset_of_b_2() { return static_cast(offsetof(Color_t119BCA590009762C7223FDD3AF9706653AC84ED2, ___b_2)); } inline float get_b_2() const { return ___b_2; } inline float* get_address_of_b_2() { return &___b_2; } inline void set_b_2(float value) { ___b_2 = value; } inline static int32_t get_offset_of_a_3() { return static_cast(offsetof(Color_t119BCA590009762C7223FDD3AF9706653AC84ED2, ___a_3)); } inline float get_a_3() const { return ___a_3; } inline float* get_address_of_a_3() { return &___a_3; } inline void set_a_3(float value) { ___a_3 = value; } }; // UnityEngine.Color32 struct Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 { public: union { #pragma pack(push, tp, 1) struct { // System.Int32 UnityEngine.Color32::rgba int32_t ___rgba_0; }; #pragma pack(pop, tp) struct { int32_t ___rgba_0_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { // System.Byte UnityEngine.Color32::r uint8_t ___r_1; }; #pragma pack(pop, tp) struct { uint8_t ___r_1_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___g_2_OffsetPadding[1]; // System.Byte UnityEngine.Color32::g uint8_t ___g_2; }; #pragma pack(pop, tp) struct { char ___g_2_OffsetPadding_forAlignmentOnly[1]; uint8_t ___g_2_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___b_3_OffsetPadding[2]; // System.Byte UnityEngine.Color32::b uint8_t ___b_3; }; #pragma pack(pop, tp) struct { char ___b_3_OffsetPadding_forAlignmentOnly[2]; uint8_t ___b_3_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___a_4_OffsetPadding[3]; // System.Byte UnityEngine.Color32::a uint8_t ___a_4; }; #pragma pack(pop, tp) struct { char ___a_4_OffsetPadding_forAlignmentOnly[3]; uint8_t ___a_4_forAlignmentOnly; }; }; public: inline static int32_t get_offset_of_rgba_0() { return static_cast(offsetof(Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23, ___rgba_0)); } inline int32_t get_rgba_0() const { return ___rgba_0; } inline int32_t* get_address_of_rgba_0() { return &___rgba_0; } inline void set_rgba_0(int32_t value) { ___rgba_0 = value; } inline static int32_t get_offset_of_r_1() { return static_cast(offsetof(Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23, ___r_1)); } inline uint8_t get_r_1() const { return ___r_1; } inline uint8_t* get_address_of_r_1() { return &___r_1; } inline void set_r_1(uint8_t value) { ___r_1 = value; } inline static int32_t get_offset_of_g_2() { return static_cast(offsetof(Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23, ___g_2)); } inline uint8_t get_g_2() const { return ___g_2; } inline uint8_t* get_address_of_g_2() { return &___g_2; } inline void set_g_2(uint8_t value) { ___g_2 = value; } inline static int32_t get_offset_of_b_3() { return static_cast(offsetof(Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23, ___b_3)); } inline uint8_t get_b_3() const { return ___b_3; } inline uint8_t* get_address_of_b_3() { return &___b_3; } inline void set_b_3(uint8_t value) { ___b_3 = value; } inline static int32_t get_offset_of_a_4() { return static_cast(offsetof(Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23, ___a_4)); } inline uint8_t get_a_4() const { return ___a_4; } inline uint8_t* get_address_of_a_4() { return &___a_4; } inline void set_a_4(uint8_t value) { ___a_4 = value; } }; // UnityEngine.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((void**)(&___m_EventSystem_1), (void*)value); } }; // UnityEngine.Events.UnityEvent`1 struct UnityEvent_1_t890F45761F13DD1B3D58738365827FDB6629BA7F : public UnityEventBase_t6E0F7823762EE94BB8489B5AE41C7802A266D3D5 { public: // System.Object[] UnityEngine.Events.UnityEvent`1::m_InvokeArray ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___m_InvokeArray_3; public: inline static int32_t get_offset_of_m_InvokeArray_3() { return static_cast(offsetof(UnityEvent_1_t890F45761F13DD1B3D58738365827FDB6629BA7F, ___m_InvokeArray_3)); } inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* get_m_InvokeArray_3() const { return ___m_InvokeArray_3; } inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A** get_address_of_m_InvokeArray_3() { return &___m_InvokeArray_3; } inline void set_m_InvokeArray_3(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* value) { ___m_InvokeArray_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_InvokeArray_3), (void*)value); } }; // UnityEngine.Events.UnityEvent`1 struct UnityEvent_1_tCB4B91686362119976C8D499A756C59CB6D6169C : public UnityEventBase_t6E0F7823762EE94BB8489B5AE41C7802A266D3D5 { public: // System.Object[] UnityEngine.Events.UnityEvent`1::m_InvokeArray ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___m_InvokeArray_3; public: inline static int32_t get_offset_of_m_InvokeArray_3() { return static_cast(offsetof(UnityEvent_1_tCB4B91686362119976C8D499A756C59CB6D6169C, ___m_InvokeArray_3)); } inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* get_m_InvokeArray_3() const { return ___m_InvokeArray_3; } inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A** get_address_of_m_InvokeArray_3() { return &___m_InvokeArray_3; } inline void set_m_InvokeArray_3(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* value) { ___m_InvokeArray_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_InvokeArray_3), (void*)value); } }; // UnityEngine.Events.UnityEvent`3 struct UnityEvent_3_t832C126B9440500DC7A72F1FAC225BF1007C27A9 : public UnityEventBase_t6E0F7823762EE94BB8489B5AE41C7802A266D3D5 { public: // System.Object[] UnityEngine.Events.UnityEvent`3::m_InvokeArray ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___m_InvokeArray_3; public: inline static int32_t get_offset_of_m_InvokeArray_3() { return static_cast(offsetof(UnityEvent_3_t832C126B9440500DC7A72F1FAC225BF1007C27A9, ___m_InvokeArray_3)); } inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* get_m_InvokeArray_3() const { return ___m_InvokeArray_3; } inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A** get_address_of_m_InvokeArray_3() { return &___m_InvokeArray_3; } inline void set_m_InvokeArray_3(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* value) { ___m_InvokeArray_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_InvokeArray_3), (void*)value); } }; // UnityEngine.Matrix4x4 struct Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA { public: // System.Single UnityEngine.Matrix4x4::m00 float ___m00_0; // System.Single UnityEngine.Matrix4x4::m10 float ___m10_1; // System.Single UnityEngine.Matrix4x4::m20 float ___m20_2; // System.Single UnityEngine.Matrix4x4::m30 float ___m30_3; // System.Single UnityEngine.Matrix4x4::m01 float ___m01_4; // System.Single UnityEngine.Matrix4x4::m11 float ___m11_5; // System.Single UnityEngine.Matrix4x4::m21 float ___m21_6; // System.Single UnityEngine.Matrix4x4::m31 float ___m31_7; // System.Single UnityEngine.Matrix4x4::m02 float ___m02_8; // System.Single UnityEngine.Matrix4x4::m12 float ___m12_9; // System.Single UnityEngine.Matrix4x4::m22 float ___m22_10; // System.Single UnityEngine.Matrix4x4::m32 float ___m32_11; // System.Single UnityEngine.Matrix4x4::m03 float ___m03_12; // System.Single UnityEngine.Matrix4x4::m13 float ___m13_13; // System.Single UnityEngine.Matrix4x4::m23 float ___m23_14; // System.Single UnityEngine.Matrix4x4::m33 float ___m33_15; public: inline static int32_t get_offset_of_m00_0() { return static_cast(offsetof(Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA, ___m00_0)); } inline float get_m00_0() const { return ___m00_0; } inline float* get_address_of_m00_0() { return &___m00_0; } inline void set_m00_0(float value) { ___m00_0 = value; } inline static int32_t get_offset_of_m10_1() { return static_cast(offsetof(Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA, ___m10_1)); } inline float get_m10_1() const { return ___m10_1; } inline float* get_address_of_m10_1() { return &___m10_1; } inline void set_m10_1(float value) { ___m10_1 = value; } inline static int32_t get_offset_of_m20_2() { return static_cast(offsetof(Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA, ___m20_2)); } inline float get_m20_2() const { return ___m20_2; } inline float* get_address_of_m20_2() { return &___m20_2; } inline void set_m20_2(float value) { ___m20_2 = value; } inline static int32_t get_offset_of_m30_3() { return static_cast(offsetof(Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA, ___m30_3)); } inline float get_m30_3() const { return ___m30_3; } inline float* get_address_of_m30_3() { return &___m30_3; } inline void set_m30_3(float value) { ___m30_3 = value; } inline static int32_t get_offset_of_m01_4() { return static_cast(offsetof(Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA, ___m01_4)); } inline float get_m01_4() const { return ___m01_4; } inline float* get_address_of_m01_4() { return &___m01_4; } inline void set_m01_4(float value) { ___m01_4 = value; } inline static int32_t get_offset_of_m11_5() { return static_cast(offsetof(Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA, ___m11_5)); } inline float get_m11_5() const { return ___m11_5; } inline float* get_address_of_m11_5() { return &___m11_5; } inline void set_m11_5(float value) { ___m11_5 = value; } inline static int32_t get_offset_of_m21_6() { return static_cast(offsetof(Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA, ___m21_6)); } inline float get_m21_6() const { return ___m21_6; } inline float* get_address_of_m21_6() { return &___m21_6; } inline void set_m21_6(float value) { ___m21_6 = value; } inline static int32_t get_offset_of_m31_7() { return static_cast(offsetof(Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA, ___m31_7)); } inline float get_m31_7() const { return ___m31_7; } inline float* get_address_of_m31_7() { return &___m31_7; } inline void set_m31_7(float value) { ___m31_7 = value; } inline static int32_t get_offset_of_m02_8() { return static_cast(offsetof(Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA, ___m02_8)); } inline float get_m02_8() const { return ___m02_8; } inline float* get_address_of_m02_8() { return &___m02_8; } inline void set_m02_8(float value) { ___m02_8 = value; } inline static int32_t get_offset_of_m12_9() { return static_cast(offsetof(Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA, ___m12_9)); } inline float get_m12_9() const { return ___m12_9; } inline float* get_address_of_m12_9() { return &___m12_9; } inline void set_m12_9(float value) { ___m12_9 = value; } inline static int32_t get_offset_of_m22_10() { return static_cast(offsetof(Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA, ___m22_10)); } inline float get_m22_10() const { return ___m22_10; } inline float* get_address_of_m22_10() { return &___m22_10; } inline void set_m22_10(float value) { ___m22_10 = value; } inline static int32_t get_offset_of_m32_11() { return static_cast(offsetof(Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA, ___m32_11)); } inline float get_m32_11() const { return ___m32_11; } inline float* get_address_of_m32_11() { return &___m32_11; } inline void set_m32_11(float value) { ___m32_11 = value; } inline static int32_t get_offset_of_m03_12() { return static_cast(offsetof(Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA, ___m03_12)); } inline float get_m03_12() const { return ___m03_12; } inline float* get_address_of_m03_12() { return &___m03_12; } inline void set_m03_12(float value) { ___m03_12 = value; } inline static int32_t get_offset_of_m13_13() { return static_cast(offsetof(Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA, ___m13_13)); } inline float get_m13_13() const { return ___m13_13; } inline float* get_address_of_m13_13() { return &___m13_13; } inline void set_m13_13(float value) { ___m13_13 = value; } inline static int32_t get_offset_of_m23_14() { return static_cast(offsetof(Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA, ___m23_14)); } inline float get_m23_14() const { return ___m23_14; } inline float* get_address_of_m23_14() { return &___m23_14; } inline void set_m23_14(float value) { ___m23_14 = value; } inline static int32_t get_offset_of_m33_15() { return static_cast(offsetof(Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA, ___m33_15)); } inline float get_m33_15() const { return ___m33_15; } inline float* get_address_of_m33_15() { return &___m33_15; } inline void set_m33_15(float value) { ___m33_15 = value; } }; struct Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA_StaticFields { public: // UnityEngine.Matrix4x4 UnityEngine.Matrix4x4::zeroMatrix Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA ___zeroMatrix_16; // UnityEngine.Matrix4x4 UnityEngine.Matrix4x4::identityMatrix Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA ___identityMatrix_17; public: inline static int32_t get_offset_of_zeroMatrix_16() { return static_cast(offsetof(Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA_StaticFields, ___zeroMatrix_16)); } inline Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA get_zeroMatrix_16() const { return ___zeroMatrix_16; } inline Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA * get_address_of_zeroMatrix_16() { return &___zeroMatrix_16; } inline void set_zeroMatrix_16(Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA value) { ___zeroMatrix_16 = value; } inline static int32_t get_offset_of_identityMatrix_17() { return static_cast(offsetof(Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA_StaticFields, ___identityMatrix_17)); } inline Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA get_identityMatrix_17() const { return ___identityMatrix_17; } inline Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA * get_address_of_identityMatrix_17() { return &___identityMatrix_17; } inline void set_identityMatrix_17(Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA value) { ___identityMatrix_17 = value; } }; // UnityEngine.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; } }; // UnityEngine.Rect struct Rect_t35B976DE901B5423C11705E156938EA27AB402CE { public: // System.Single UnityEngine.Rect::m_XMin float ___m_XMin_0; // System.Single UnityEngine.Rect::m_YMin float ___m_YMin_1; // System.Single UnityEngine.Rect::m_Width float ___m_Width_2; // System.Single UnityEngine.Rect::m_Height float ___m_Height_3; public: inline static int32_t get_offset_of_m_XMin_0() { return static_cast(offsetof(Rect_t35B976DE901B5423C11705E156938EA27AB402CE, ___m_XMin_0)); } inline float get_m_XMin_0() const { return ___m_XMin_0; } inline float* get_address_of_m_XMin_0() { return &___m_XMin_0; } inline void set_m_XMin_0(float value) { ___m_XMin_0 = value; } inline static int32_t get_offset_of_m_YMin_1() { return static_cast(offsetof(Rect_t35B976DE901B5423C11705E156938EA27AB402CE, ___m_YMin_1)); } inline float get_m_YMin_1() const { return ___m_YMin_1; } inline float* get_address_of_m_YMin_1() { return &___m_YMin_1; } inline void set_m_YMin_1(float value) { ___m_YMin_1 = value; } inline static int32_t get_offset_of_m_Width_2() { return static_cast(offsetof(Rect_t35B976DE901B5423C11705E156938EA27AB402CE, ___m_Width_2)); } inline float get_m_Width_2() const { return ___m_Width_2; } inline float* get_address_of_m_Width_2() { return &___m_Width_2; } inline void set_m_Width_2(float value) { ___m_Width_2 = value; } inline static int32_t get_offset_of_m_Height_3() { return static_cast(offsetof(Rect_t35B976DE901B5423C11705E156938EA27AB402CE, ___m_Height_3)); } inline float get_m_Height_3() const { return ___m_Height_3; } inline float* get_address_of_m_Height_3() { return &___m_Height_3; } inline void set_m_Height_3(float value) { ___m_Height_3 = value; } }; // UnityEngine.TextCore.FaceInfo struct FaceInfo_t32155CB9E0D125155E829A3D23119FB323F382A8 { public: // System.String UnityEngine.TextCore.FaceInfo::m_FamilyName String_t* ___m_FamilyName_0; // System.String UnityEngine.TextCore.FaceInfo::m_StyleName String_t* ___m_StyleName_1; // System.Int32 UnityEngine.TextCore.FaceInfo::m_PointSize int32_t ___m_PointSize_2; // System.Single UnityEngine.TextCore.FaceInfo::m_Scale float ___m_Scale_3; // System.Single UnityEngine.TextCore.FaceInfo::m_LineHeight float ___m_LineHeight_4; // System.Single UnityEngine.TextCore.FaceInfo::m_AscentLine float ___m_AscentLine_5; // System.Single UnityEngine.TextCore.FaceInfo::m_CapLine float ___m_CapLine_6; // System.Single UnityEngine.TextCore.FaceInfo::m_MeanLine float ___m_MeanLine_7; // System.Single UnityEngine.TextCore.FaceInfo::m_Baseline float ___m_Baseline_8; // System.Single UnityEngine.TextCore.FaceInfo::m_DescentLine float ___m_DescentLine_9; // System.Single UnityEngine.TextCore.FaceInfo::m_SuperscriptOffset float ___m_SuperscriptOffset_10; // System.Single UnityEngine.TextCore.FaceInfo::m_SuperscriptSize float ___m_SuperscriptSize_11; // System.Single UnityEngine.TextCore.FaceInfo::m_SubscriptOffset float ___m_SubscriptOffset_12; // System.Single UnityEngine.TextCore.FaceInfo::m_SubscriptSize float ___m_SubscriptSize_13; // System.Single UnityEngine.TextCore.FaceInfo::m_UnderlineOffset float ___m_UnderlineOffset_14; // System.Single UnityEngine.TextCore.FaceInfo::m_UnderlineThickness float ___m_UnderlineThickness_15; // System.Single UnityEngine.TextCore.FaceInfo::m_StrikethroughOffset float ___m_StrikethroughOffset_16; // System.Single UnityEngine.TextCore.FaceInfo::m_StrikethroughThickness float ___m_StrikethroughThickness_17; // System.Single UnityEngine.TextCore.FaceInfo::m_TabWidth float ___m_TabWidth_18; public: inline static int32_t get_offset_of_m_FamilyName_0() { return static_cast(offsetof(FaceInfo_t32155CB9E0D125155E829A3D23119FB323F382A8, ___m_FamilyName_0)); } inline String_t* get_m_FamilyName_0() const { return ___m_FamilyName_0; } inline String_t** get_address_of_m_FamilyName_0() { return &___m_FamilyName_0; } inline void set_m_FamilyName_0(String_t* value) { ___m_FamilyName_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_FamilyName_0), (void*)value); } inline static int32_t get_offset_of_m_StyleName_1() { return static_cast(offsetof(FaceInfo_t32155CB9E0D125155E829A3D23119FB323F382A8, ___m_StyleName_1)); } inline String_t* get_m_StyleName_1() const { return ___m_StyleName_1; } inline String_t** get_address_of_m_StyleName_1() { return &___m_StyleName_1; } inline void set_m_StyleName_1(String_t* value) { ___m_StyleName_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_StyleName_1), (void*)value); } inline static int32_t get_offset_of_m_PointSize_2() { return static_cast(offsetof(FaceInfo_t32155CB9E0D125155E829A3D23119FB323F382A8, ___m_PointSize_2)); } inline int32_t get_m_PointSize_2() const { return ___m_PointSize_2; } inline int32_t* get_address_of_m_PointSize_2() { return &___m_PointSize_2; } inline void set_m_PointSize_2(int32_t value) { ___m_PointSize_2 = value; } inline static int32_t get_offset_of_m_Scale_3() { return static_cast(offsetof(FaceInfo_t32155CB9E0D125155E829A3D23119FB323F382A8, ___m_Scale_3)); } inline float get_m_Scale_3() const { return ___m_Scale_3; } inline float* get_address_of_m_Scale_3() { return &___m_Scale_3; } inline void set_m_Scale_3(float value) { ___m_Scale_3 = value; } inline static int32_t get_offset_of_m_LineHeight_4() { return static_cast(offsetof(FaceInfo_t32155CB9E0D125155E829A3D23119FB323F382A8, ___m_LineHeight_4)); } inline float get_m_LineHeight_4() const { return ___m_LineHeight_4; } inline float* get_address_of_m_LineHeight_4() { return &___m_LineHeight_4; } inline void set_m_LineHeight_4(float value) { ___m_LineHeight_4 = value; } inline static int32_t get_offset_of_m_AscentLine_5() { return static_cast(offsetof(FaceInfo_t32155CB9E0D125155E829A3D23119FB323F382A8, ___m_AscentLine_5)); } inline float get_m_AscentLine_5() const { return ___m_AscentLine_5; } inline float* get_address_of_m_AscentLine_5() { return &___m_AscentLine_5; } inline void set_m_AscentLine_5(float value) { ___m_AscentLine_5 = value; } inline static int32_t get_offset_of_m_CapLine_6() { return static_cast(offsetof(FaceInfo_t32155CB9E0D125155E829A3D23119FB323F382A8, ___m_CapLine_6)); } inline float get_m_CapLine_6() const { return ___m_CapLine_6; } inline float* get_address_of_m_CapLine_6() { return &___m_CapLine_6; } inline void set_m_CapLine_6(float value) { ___m_CapLine_6 = value; } inline static int32_t get_offset_of_m_MeanLine_7() { return static_cast(offsetof(FaceInfo_t32155CB9E0D125155E829A3D23119FB323F382A8, ___m_MeanLine_7)); } inline float get_m_MeanLine_7() const { return ___m_MeanLine_7; } inline float* get_address_of_m_MeanLine_7() { return &___m_MeanLine_7; } inline void set_m_MeanLine_7(float value) { ___m_MeanLine_7 = value; } inline static int32_t get_offset_of_m_Baseline_8() { return static_cast(offsetof(FaceInfo_t32155CB9E0D125155E829A3D23119FB323F382A8, ___m_Baseline_8)); } inline float get_m_Baseline_8() const { return ___m_Baseline_8; } inline float* get_address_of_m_Baseline_8() { return &___m_Baseline_8; } inline void set_m_Baseline_8(float value) { ___m_Baseline_8 = value; } inline static int32_t get_offset_of_m_DescentLine_9() { return static_cast(offsetof(FaceInfo_t32155CB9E0D125155E829A3D23119FB323F382A8, ___m_DescentLine_9)); } inline float get_m_DescentLine_9() const { return ___m_DescentLine_9; } inline float* get_address_of_m_DescentLine_9() { return &___m_DescentLine_9; } inline void set_m_DescentLine_9(float value) { ___m_DescentLine_9 = value; } inline static int32_t get_offset_of_m_SuperscriptOffset_10() { return static_cast(offsetof(FaceInfo_t32155CB9E0D125155E829A3D23119FB323F382A8, ___m_SuperscriptOffset_10)); } inline float get_m_SuperscriptOffset_10() const { return ___m_SuperscriptOffset_10; } inline float* get_address_of_m_SuperscriptOffset_10() { return &___m_SuperscriptOffset_10; } inline void set_m_SuperscriptOffset_10(float value) { ___m_SuperscriptOffset_10 = value; } inline static int32_t get_offset_of_m_SuperscriptSize_11() { return static_cast(offsetof(FaceInfo_t32155CB9E0D125155E829A3D23119FB323F382A8, ___m_SuperscriptSize_11)); } inline float get_m_SuperscriptSize_11() const { return ___m_SuperscriptSize_11; } inline float* get_address_of_m_SuperscriptSize_11() { return &___m_SuperscriptSize_11; } inline void set_m_SuperscriptSize_11(float value) { ___m_SuperscriptSize_11 = value; } inline static int32_t get_offset_of_m_SubscriptOffset_12() { return static_cast(offsetof(FaceInfo_t32155CB9E0D125155E829A3D23119FB323F382A8, ___m_SubscriptOffset_12)); } inline float get_m_SubscriptOffset_12() const { return ___m_SubscriptOffset_12; } inline float* get_address_of_m_SubscriptOffset_12() { return &___m_SubscriptOffset_12; } inline void set_m_SubscriptOffset_12(float value) { ___m_SubscriptOffset_12 = value; } inline static int32_t get_offset_of_m_SubscriptSize_13() { return static_cast(offsetof(FaceInfo_t32155CB9E0D125155E829A3D23119FB323F382A8, ___m_SubscriptSize_13)); } inline float get_m_SubscriptSize_13() const { return ___m_SubscriptSize_13; } inline float* get_address_of_m_SubscriptSize_13() { return &___m_SubscriptSize_13; } inline void set_m_SubscriptSize_13(float value) { ___m_SubscriptSize_13 = value; } inline static int32_t get_offset_of_m_UnderlineOffset_14() { return static_cast(offsetof(FaceInfo_t32155CB9E0D125155E829A3D23119FB323F382A8, ___m_UnderlineOffset_14)); } inline float get_m_UnderlineOffset_14() const { return ___m_UnderlineOffset_14; } inline float* get_address_of_m_UnderlineOffset_14() { return &___m_UnderlineOffset_14; } inline void set_m_UnderlineOffset_14(float value) { ___m_UnderlineOffset_14 = value; } inline static int32_t get_offset_of_m_UnderlineThickness_15() { return static_cast(offsetof(FaceInfo_t32155CB9E0D125155E829A3D23119FB323F382A8, ___m_UnderlineThickness_15)); } inline float get_m_UnderlineThickness_15() const { return ___m_UnderlineThickness_15; } inline float* get_address_of_m_UnderlineThickness_15() { return &___m_UnderlineThickness_15; } inline void set_m_UnderlineThickness_15(float value) { ___m_UnderlineThickness_15 = value; } inline static int32_t get_offset_of_m_StrikethroughOffset_16() { return static_cast(offsetof(FaceInfo_t32155CB9E0D125155E829A3D23119FB323F382A8, ___m_StrikethroughOffset_16)); } inline float get_m_StrikethroughOffset_16() const { return ___m_StrikethroughOffset_16; } inline float* get_address_of_m_StrikethroughOffset_16() { return &___m_StrikethroughOffset_16; } inline void set_m_StrikethroughOffset_16(float value) { ___m_StrikethroughOffset_16 = value; } inline static int32_t get_offset_of_m_StrikethroughThickness_17() { return static_cast(offsetof(FaceInfo_t32155CB9E0D125155E829A3D23119FB323F382A8, ___m_StrikethroughThickness_17)); } inline float get_m_StrikethroughThickness_17() const { return ___m_StrikethroughThickness_17; } inline float* get_address_of_m_StrikethroughThickness_17() { return &___m_StrikethroughThickness_17; } inline void set_m_StrikethroughThickness_17(float value) { ___m_StrikethroughThickness_17 = value; } inline static int32_t get_offset_of_m_TabWidth_18() { return static_cast(offsetof(FaceInfo_t32155CB9E0D125155E829A3D23119FB323F382A8, ___m_TabWidth_18)); } inline float get_m_TabWidth_18() const { return ___m_TabWidth_18; } inline float* get_address_of_m_TabWidth_18() { return &___m_TabWidth_18; } inline void set_m_TabWidth_18(float value) { ___m_TabWidth_18 = value; } }; // Native definition for P/Invoke marshalling of UnityEngine.TextCore.FaceInfo struct FaceInfo_t32155CB9E0D125155E829A3D23119FB323F382A8_marshaled_pinvoke { char* ___m_FamilyName_0; char* ___m_StyleName_1; int32_t ___m_PointSize_2; float ___m_Scale_3; float ___m_LineHeight_4; float ___m_AscentLine_5; float ___m_CapLine_6; float ___m_MeanLine_7; float ___m_Baseline_8; float ___m_DescentLine_9; float ___m_SuperscriptOffset_10; float ___m_SuperscriptSize_11; float ___m_SubscriptOffset_12; float ___m_SubscriptSize_13; float ___m_UnderlineOffset_14; float ___m_UnderlineThickness_15; float ___m_StrikethroughOffset_16; float ___m_StrikethroughThickness_17; float ___m_TabWidth_18; }; // Native definition for COM marshalling of UnityEngine.TextCore.FaceInfo struct FaceInfo_t32155CB9E0D125155E829A3D23119FB323F382A8_marshaled_com { Il2CppChar* ___m_FamilyName_0; Il2CppChar* ___m_StyleName_1; int32_t ___m_PointSize_2; float ___m_Scale_3; float ___m_LineHeight_4; float ___m_AscentLine_5; float ___m_CapLine_6; float ___m_MeanLine_7; float ___m_Baseline_8; float ___m_DescentLine_9; float ___m_SuperscriptOffset_10; float ___m_SuperscriptSize_11; float ___m_SubscriptOffset_12; float ___m_SubscriptSize_13; float ___m_UnderlineOffset_14; float ___m_UnderlineThickness_15; float ___m_StrikethroughOffset_16; float ___m_StrikethroughThickness_17; float ___m_TabWidth_18; }; // UnityEngine.TextCore.GlyphMetrics struct GlyphMetrics_t1CEF63AFDC4C55F3A8AF76BF32542B638C5608CB { public: // System.Single UnityEngine.TextCore.GlyphMetrics::m_Width float ___m_Width_0; // System.Single UnityEngine.TextCore.GlyphMetrics::m_Height float ___m_Height_1; // System.Single UnityEngine.TextCore.GlyphMetrics::m_HorizontalBearingX float ___m_HorizontalBearingX_2; // System.Single UnityEngine.TextCore.GlyphMetrics::m_HorizontalBearingY float ___m_HorizontalBearingY_3; // System.Single UnityEngine.TextCore.GlyphMetrics::m_HorizontalAdvance float ___m_HorizontalAdvance_4; public: inline static int32_t get_offset_of_m_Width_0() { return static_cast(offsetof(GlyphMetrics_t1CEF63AFDC4C55F3A8AF76BF32542B638C5608CB, ___m_Width_0)); } inline float get_m_Width_0() const { return ___m_Width_0; } inline float* get_address_of_m_Width_0() { return &___m_Width_0; } inline void set_m_Width_0(float value) { ___m_Width_0 = value; } inline static int32_t get_offset_of_m_Height_1() { return static_cast(offsetof(GlyphMetrics_t1CEF63AFDC4C55F3A8AF76BF32542B638C5608CB, ___m_Height_1)); } inline float get_m_Height_1() const { return ___m_Height_1; } inline float* get_address_of_m_Height_1() { return &___m_Height_1; } inline void set_m_Height_1(float value) { ___m_Height_1 = value; } inline static int32_t get_offset_of_m_HorizontalBearingX_2() { return static_cast(offsetof(GlyphMetrics_t1CEF63AFDC4C55F3A8AF76BF32542B638C5608CB, ___m_HorizontalBearingX_2)); } inline float get_m_HorizontalBearingX_2() const { return ___m_HorizontalBearingX_2; } inline float* get_address_of_m_HorizontalBearingX_2() { return &___m_HorizontalBearingX_2; } inline void set_m_HorizontalBearingX_2(float value) { ___m_HorizontalBearingX_2 = value; } inline static int32_t get_offset_of_m_HorizontalBearingY_3() { return static_cast(offsetof(GlyphMetrics_t1CEF63AFDC4C55F3A8AF76BF32542B638C5608CB, ___m_HorizontalBearingY_3)); } inline float get_m_HorizontalBearingY_3() const { return ___m_HorizontalBearingY_3; } inline float* get_address_of_m_HorizontalBearingY_3() { return &___m_HorizontalBearingY_3; } inline void set_m_HorizontalBearingY_3(float value) { ___m_HorizontalBearingY_3 = value; } inline static int32_t get_offset_of_m_HorizontalAdvance_4() { return static_cast(offsetof(GlyphMetrics_t1CEF63AFDC4C55F3A8AF76BF32542B638C5608CB, ___m_HorizontalAdvance_4)); } inline float get_m_HorizontalAdvance_4() const { return ___m_HorizontalAdvance_4; } inline float* get_address_of_m_HorizontalAdvance_4() { return &___m_HorizontalAdvance_4; } inline void set_m_HorizontalAdvance_4(float value) { ___m_HorizontalAdvance_4 = value; } }; // UnityEngine.TextCore.GlyphRect struct GlyphRect_t398045C795E0E1264236DFAA5712796CC23C3E7C { public: // System.Int32 UnityEngine.TextCore.GlyphRect::m_X int32_t ___m_X_0; // System.Int32 UnityEngine.TextCore.GlyphRect::m_Y int32_t ___m_Y_1; // System.Int32 UnityEngine.TextCore.GlyphRect::m_Width int32_t ___m_Width_2; // System.Int32 UnityEngine.TextCore.GlyphRect::m_Height int32_t ___m_Height_3; public: inline static int32_t get_offset_of_m_X_0() { return static_cast(offsetof(GlyphRect_t398045C795E0E1264236DFAA5712796CC23C3E7C, ___m_X_0)); } inline int32_t get_m_X_0() const { return ___m_X_0; } inline int32_t* get_address_of_m_X_0() { return &___m_X_0; } inline void set_m_X_0(int32_t value) { ___m_X_0 = value; } inline static int32_t get_offset_of_m_Y_1() { return static_cast(offsetof(GlyphRect_t398045C795E0E1264236DFAA5712796CC23C3E7C, ___m_Y_1)); } inline int32_t get_m_Y_1() const { return ___m_Y_1; } inline int32_t* get_address_of_m_Y_1() { return &___m_Y_1; } inline void set_m_Y_1(int32_t value) { ___m_Y_1 = value; } inline static int32_t get_offset_of_m_Width_2() { return static_cast(offsetof(GlyphRect_t398045C795E0E1264236DFAA5712796CC23C3E7C, ___m_Width_2)); } inline int32_t get_m_Width_2() const { return ___m_Width_2; } inline int32_t* get_address_of_m_Width_2() { return &___m_Width_2; } inline void set_m_Width_2(int32_t value) { ___m_Width_2 = value; } inline static int32_t get_offset_of_m_Height_3() { return static_cast(offsetof(GlyphRect_t398045C795E0E1264236DFAA5712796CC23C3E7C, ___m_Height_3)); } inline int32_t get_m_Height_3() const { return ___m_Height_3; } inline int32_t* get_address_of_m_Height_3() { return &___m_Height_3; } inline void set_m_Height_3(int32_t value) { ___m_Height_3 = value; } }; struct GlyphRect_t398045C795E0E1264236DFAA5712796CC23C3E7C_StaticFields { public: // UnityEngine.TextCore.GlyphRect UnityEngine.TextCore.GlyphRect::s_ZeroGlyphRect GlyphRect_t398045C795E0E1264236DFAA5712796CC23C3E7C ___s_ZeroGlyphRect_4; public: inline static int32_t get_offset_of_s_ZeroGlyphRect_4() { return static_cast(offsetof(GlyphRect_t398045C795E0E1264236DFAA5712796CC23C3E7C_StaticFields, ___s_ZeroGlyphRect_4)); } inline GlyphRect_t398045C795E0E1264236DFAA5712796CC23C3E7C get_s_ZeroGlyphRect_4() const { return ___s_ZeroGlyphRect_4; } inline GlyphRect_t398045C795E0E1264236DFAA5712796CC23C3E7C * get_address_of_s_ZeroGlyphRect_4() { return &___s_ZeroGlyphRect_4; } inline void set_s_ZeroGlyphRect_4(GlyphRect_t398045C795E0E1264236DFAA5712796CC23C3E7C value) { ___s_ZeroGlyphRect_4 = value; } }; // 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_SelectedSprite Sprite_tCA09498D612D08DE668653AF1E9C12BF53434198 * ___m_SelectedSprite_2; // UnityEngine.Sprite UnityEngine.UI.SpriteState::m_DisabledSprite Sprite_tCA09498D612D08DE668653AF1E9C12BF53434198 * ___m_DisabledSprite_3; 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((void**)(&___m_HighlightedSprite_0), (void*)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((void**)(&___m_PressedSprite_1), (void*)value); } inline static int32_t get_offset_of_m_SelectedSprite_2() { return static_cast(offsetof(SpriteState_t58B9DD66A79CD69AB4CFC3AD0C41E45DC2192C0A, ___m_SelectedSprite_2)); } inline Sprite_tCA09498D612D08DE668653AF1E9C12BF53434198 * get_m_SelectedSprite_2() const { return ___m_SelectedSprite_2; } inline Sprite_tCA09498D612D08DE668653AF1E9C12BF53434198 ** get_address_of_m_SelectedSprite_2() { return &___m_SelectedSprite_2; } inline void set_m_SelectedSprite_2(Sprite_tCA09498D612D08DE668653AF1E9C12BF53434198 * value) { ___m_SelectedSprite_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_SelectedSprite_2), (void*)value); } inline static int32_t get_offset_of_m_DisabledSprite_3() { return static_cast(offsetof(SpriteState_t58B9DD66A79CD69AB4CFC3AD0C41E45DC2192C0A, ___m_DisabledSprite_3)); } inline Sprite_tCA09498D612D08DE668653AF1E9C12BF53434198 * get_m_DisabledSprite_3() const { return ___m_DisabledSprite_3; } inline Sprite_tCA09498D612D08DE668653AF1E9C12BF53434198 ** get_address_of_m_DisabledSprite_3() { return &___m_DisabledSprite_3; } inline void set_m_DisabledSprite_3(Sprite_tCA09498D612D08DE668653AF1E9C12BF53434198 * value) { ___m_DisabledSprite_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_DisabledSprite_3), (void*)value); } }; // 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_SelectedSprite_2; Sprite_tCA09498D612D08DE668653AF1E9C12BF53434198 * ___m_DisabledSprite_3; }; // 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_SelectedSprite_2; Sprite_tCA09498D612D08DE668653AF1E9C12BF53434198 * ___m_DisabledSprite_3; }; // UnityEngine.Vector2 struct Vector2_tA85D2DD88578276CA8A8796756458277E72D073D { public: // System.Single UnityEngine.Vector2::x float ___x_0; // System.Single UnityEngine.Vector2::y float ___y_1; public: inline static int32_t get_offset_of_x_0() { return static_cast(offsetof(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D, ___x_0)); } inline float get_x_0() const { return ___x_0; } inline float* get_address_of_x_0() { return &___x_0; } inline void set_x_0(float value) { ___x_0 = value; } inline static int32_t get_offset_of_y_1() { return static_cast(offsetof(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D, ___y_1)); } inline float get_y_1() const { return ___y_1; } inline float* get_address_of_y_1() { return &___y_1; } inline void set_y_1(float value) { ___y_1 = value; } }; struct Vector2_tA85D2DD88578276CA8A8796756458277E72D073D_StaticFields { public: // UnityEngine.Vector2 UnityEngine.Vector2::zeroVector Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___zeroVector_2; // UnityEngine.Vector2 UnityEngine.Vector2::oneVector Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___oneVector_3; // UnityEngine.Vector2 UnityEngine.Vector2::upVector Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___upVector_4; // UnityEngine.Vector2 UnityEngine.Vector2::downVector Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___downVector_5; // UnityEngine.Vector2 UnityEngine.Vector2::leftVector Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___leftVector_6; // UnityEngine.Vector2 UnityEngine.Vector2::rightVector Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___rightVector_7; // UnityEngine.Vector2 UnityEngine.Vector2::positiveInfinityVector Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___positiveInfinityVector_8; // UnityEngine.Vector2 UnityEngine.Vector2::negativeInfinityVector Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___negativeInfinityVector_9; public: inline static int32_t get_offset_of_zeroVector_2() { return static_cast(offsetof(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D_StaticFields, ___zeroVector_2)); } inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get_zeroVector_2() const { return ___zeroVector_2; } inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of_zeroVector_2() { return &___zeroVector_2; } inline void set_zeroVector_2(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value) { ___zeroVector_2 = value; } inline static int32_t get_offset_of_oneVector_3() { return static_cast(offsetof(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D_StaticFields, ___oneVector_3)); } inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get_oneVector_3() const { return ___oneVector_3; } inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of_oneVector_3() { return &___oneVector_3; } inline void set_oneVector_3(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value) { ___oneVector_3 = value; } inline static int32_t get_offset_of_upVector_4() { return static_cast(offsetof(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D_StaticFields, ___upVector_4)); } inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get_upVector_4() const { return ___upVector_4; } inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of_upVector_4() { return &___upVector_4; } inline void set_upVector_4(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value) { ___upVector_4 = value; } inline static int32_t get_offset_of_downVector_5() { return static_cast(offsetof(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D_StaticFields, ___downVector_5)); } inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get_downVector_5() const { return ___downVector_5; } inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of_downVector_5() { return &___downVector_5; } inline void set_downVector_5(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value) { ___downVector_5 = value; } inline static int32_t get_offset_of_leftVector_6() { return static_cast(offsetof(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D_StaticFields, ___leftVector_6)); } inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get_leftVector_6() const { return ___leftVector_6; } inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of_leftVector_6() { return &___leftVector_6; } inline void set_leftVector_6(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value) { ___leftVector_6 = value; } inline static int32_t get_offset_of_rightVector_7() { return static_cast(offsetof(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D_StaticFields, ___rightVector_7)); } inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get_rightVector_7() const { return ___rightVector_7; } inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of_rightVector_7() { return &___rightVector_7; } inline void set_rightVector_7(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value) { ___rightVector_7 = value; } inline static int32_t get_offset_of_positiveInfinityVector_8() { return static_cast(offsetof(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D_StaticFields, ___positiveInfinityVector_8)); } inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get_positiveInfinityVector_8() const { return ___positiveInfinityVector_8; } inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of_positiveInfinityVector_8() { return &___positiveInfinityVector_8; } inline void set_positiveInfinityVector_8(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value) { ___positiveInfinityVector_8 = value; } inline static int32_t get_offset_of_negativeInfinityVector_9() { return static_cast(offsetof(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D_StaticFields, ___negativeInfinityVector_9)); } inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get_negativeInfinityVector_9() const { return ___negativeInfinityVector_9; } inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of_negativeInfinityVector_9() { return &___negativeInfinityVector_9; } inline void set_negativeInfinityVector_9(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value) { ___negativeInfinityVector_9 = value; } }; // UnityEngine.Vector3 struct Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 { public: // System.Single UnityEngine.Vector3::x float ___x_2; // System.Single UnityEngine.Vector3::y float ___y_3; // System.Single UnityEngine.Vector3::z float ___z_4; public: inline static int32_t get_offset_of_x_2() { return static_cast(offsetof(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720, ___x_2)); } inline float get_x_2() const { return ___x_2; } inline float* get_address_of_x_2() { return &___x_2; } inline void set_x_2(float value) { ___x_2 = value; } inline static int32_t get_offset_of_y_3() { return static_cast(offsetof(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720, ___y_3)); } inline float get_y_3() const { return ___y_3; } inline float* get_address_of_y_3() { return &___y_3; } inline void set_y_3(float value) { ___y_3 = value; } inline static int32_t get_offset_of_z_4() { return static_cast(offsetof(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720, ___z_4)); } inline float get_z_4() const { return ___z_4; } inline float* get_address_of_z_4() { return &___z_4; } inline void set_z_4(float value) { ___z_4 = value; } }; struct Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_StaticFields { public: // UnityEngine.Vector3 UnityEngine.Vector3::zeroVector Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___zeroVector_5; // UnityEngine.Vector3 UnityEngine.Vector3::oneVector Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___oneVector_6; // UnityEngine.Vector3 UnityEngine.Vector3::upVector Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___upVector_7; // UnityEngine.Vector3 UnityEngine.Vector3::downVector Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___downVector_8; // UnityEngine.Vector3 UnityEngine.Vector3::leftVector Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___leftVector_9; // UnityEngine.Vector3 UnityEngine.Vector3::rightVector Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___rightVector_10; // UnityEngine.Vector3 UnityEngine.Vector3::forwardVector Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___forwardVector_11; // UnityEngine.Vector3 UnityEngine.Vector3::backVector Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___backVector_12; // UnityEngine.Vector3 UnityEngine.Vector3::positiveInfinityVector Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___positiveInfinityVector_13; // UnityEngine.Vector3 UnityEngine.Vector3::negativeInfinityVector Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___negativeInfinityVector_14; public: inline static int32_t get_offset_of_zeroVector_5() { return static_cast(offsetof(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_StaticFields, ___zeroVector_5)); } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_zeroVector_5() const { return ___zeroVector_5; } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_zeroVector_5() { return &___zeroVector_5; } inline void set_zeroVector_5(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value) { ___zeroVector_5 = value; } inline static int32_t get_offset_of_oneVector_6() { return static_cast(offsetof(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_StaticFields, ___oneVector_6)); } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_oneVector_6() const { return ___oneVector_6; } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_oneVector_6() { return &___oneVector_6; } inline void set_oneVector_6(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value) { ___oneVector_6 = value; } inline static int32_t get_offset_of_upVector_7() { return static_cast(offsetof(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_StaticFields, ___upVector_7)); } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_upVector_7() const { return ___upVector_7; } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_upVector_7() { return &___upVector_7; } inline void set_upVector_7(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value) { ___upVector_7 = value; } inline static int32_t get_offset_of_downVector_8() { return static_cast(offsetof(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_StaticFields, ___downVector_8)); } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_downVector_8() const { return ___downVector_8; } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_downVector_8() { return &___downVector_8; } inline void set_downVector_8(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value) { ___downVector_8 = value; } inline static int32_t get_offset_of_leftVector_9() { return static_cast(offsetof(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_StaticFields, ___leftVector_9)); } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_leftVector_9() const { return ___leftVector_9; } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_leftVector_9() { return &___leftVector_9; } inline void set_leftVector_9(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value) { ___leftVector_9 = value; } inline static int32_t get_offset_of_rightVector_10() { return static_cast(offsetof(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_StaticFields, ___rightVector_10)); } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_rightVector_10() const { return ___rightVector_10; } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_rightVector_10() { return &___rightVector_10; } inline void set_rightVector_10(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value) { ___rightVector_10 = value; } inline static int32_t get_offset_of_forwardVector_11() { return static_cast(offsetof(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_StaticFields, ___forwardVector_11)); } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_forwardVector_11() const { return ___forwardVector_11; } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_forwardVector_11() { return &___forwardVector_11; } inline void set_forwardVector_11(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value) { ___forwardVector_11 = value; } inline static int32_t get_offset_of_backVector_12() { return static_cast(offsetof(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_StaticFields, ___backVector_12)); } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_backVector_12() const { return ___backVector_12; } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_backVector_12() { return &___backVector_12; } inline void set_backVector_12(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value) { ___backVector_12 = value; } inline static int32_t get_offset_of_positiveInfinityVector_13() { return static_cast(offsetof(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_StaticFields, ___positiveInfinityVector_13)); } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_positiveInfinityVector_13() const { return ___positiveInfinityVector_13; } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_positiveInfinityVector_13() { return &___positiveInfinityVector_13; } inline void set_positiveInfinityVector_13(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value) { ___positiveInfinityVector_13 = value; } inline static int32_t get_offset_of_negativeInfinityVector_14() { return static_cast(offsetof(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_StaticFields, ___negativeInfinityVector_14)); } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_negativeInfinityVector_14() const { return ___negativeInfinityVector_14; } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_negativeInfinityVector_14() { return &___negativeInfinityVector_14; } inline void set_negativeInfinityVector_14(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value) { ___negativeInfinityVector_14 = value; } }; // UnityEngine.Vector4 struct Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E { public: // System.Single UnityEngine.Vector4::x float ___x_1; // System.Single UnityEngine.Vector4::y float ___y_2; // System.Single UnityEngine.Vector4::z float ___z_3; // System.Single UnityEngine.Vector4::w float ___w_4; public: inline static int32_t get_offset_of_x_1() { return static_cast(offsetof(Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E, ___x_1)); } inline float get_x_1() const { return ___x_1; } inline float* get_address_of_x_1() { return &___x_1; } inline void set_x_1(float value) { ___x_1 = value; } inline static int32_t get_offset_of_y_2() { return static_cast(offsetof(Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E, ___y_2)); } inline float get_y_2() const { return ___y_2; } inline float* get_address_of_y_2() { return &___y_2; } inline void set_y_2(float value) { ___y_2 = value; } inline static int32_t get_offset_of_z_3() { return static_cast(offsetof(Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E, ___z_3)); } inline float get_z_3() const { return ___z_3; } inline float* get_address_of_z_3() { return &___z_3; } inline void set_z_3(float value) { ___z_3 = value; } inline static int32_t get_offset_of_w_4() { return static_cast(offsetof(Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E, ___w_4)); } inline float get_w_4() const { return ___w_4; } inline float* get_address_of_w_4() { return &___w_4; } inline void set_w_4(float value) { ___w_4 = value; } }; struct Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E_StaticFields { public: // UnityEngine.Vector4 UnityEngine.Vector4::zeroVector Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E ___zeroVector_5; // UnityEngine.Vector4 UnityEngine.Vector4::oneVector Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E ___oneVector_6; // UnityEngine.Vector4 UnityEngine.Vector4::positiveInfinityVector Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E ___positiveInfinityVector_7; // UnityEngine.Vector4 UnityEngine.Vector4::negativeInfinityVector Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E ___negativeInfinityVector_8; public: inline static int32_t get_offset_of_zeroVector_5() { return static_cast(offsetof(Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E_StaticFields, ___zeroVector_5)); } inline Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E get_zeroVector_5() const { return ___zeroVector_5; } inline Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E * get_address_of_zeroVector_5() { return &___zeroVector_5; } inline void set_zeroVector_5(Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E value) { ___zeroVector_5 = value; } inline static int32_t get_offset_of_oneVector_6() { return static_cast(offsetof(Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E_StaticFields, ___oneVector_6)); } inline Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E get_oneVector_6() const { return ___oneVector_6; } inline Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E * get_address_of_oneVector_6() { return &___oneVector_6; } inline void set_oneVector_6(Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E value) { ___oneVector_6 = value; } inline static int32_t get_offset_of_positiveInfinityVector_7() { return static_cast(offsetof(Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E_StaticFields, ___positiveInfinityVector_7)); } inline Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E get_positiveInfinityVector_7() const { return ___positiveInfinityVector_7; } inline Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E * get_address_of_positiveInfinityVector_7() { return &___positiveInfinityVector_7; } inline void set_positiveInfinityVector_7(Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E value) { ___positiveInfinityVector_7 = value; } inline static int32_t get_offset_of_negativeInfinityVector_8() { return static_cast(offsetof(Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E_StaticFields, ___negativeInfinityVector_8)); } inline Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E get_negativeInfinityVector_8() const { return ___negativeInfinityVector_8; } inline Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E * get_address_of_negativeInfinityVector_8() { return &___negativeInfinityVector_8; } inline void set_negativeInfinityVector_8(Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E value) { ___negativeInfinityVector_8 = value; } }; // UnityEngine.WaitForSecondsRealtime struct WaitForSecondsRealtime_t0CF361107C4A9E25E0D4CF2F37732CE785235739 : public CustomYieldInstruction_t819BB0973AFF22766749FF087B8AEFEAF3C2CB7D { public: // System.Single UnityEngine.WaitForSecondsRealtime::k__BackingField float ___U3CwaitTimeU3Ek__BackingField_0; // System.Single UnityEngine.WaitForSecondsRealtime::m_WaitUntilTime float ___m_WaitUntilTime_1; public: inline static int32_t get_offset_of_U3CwaitTimeU3Ek__BackingField_0() { return static_cast(offsetof(WaitForSecondsRealtime_t0CF361107C4A9E25E0D4CF2F37732CE785235739, ___U3CwaitTimeU3Ek__BackingField_0)); } inline float get_U3CwaitTimeU3Ek__BackingField_0() const { return ___U3CwaitTimeU3Ek__BackingField_0; } inline float* get_address_of_U3CwaitTimeU3Ek__BackingField_0() { return &___U3CwaitTimeU3Ek__BackingField_0; } inline void set_U3CwaitTimeU3Ek__BackingField_0(float value) { ___U3CwaitTimeU3Ek__BackingField_0 = value; } inline static int32_t get_offset_of_m_WaitUntilTime_1() { return static_cast(offsetof(WaitForSecondsRealtime_t0CF361107C4A9E25E0D4CF2F37732CE785235739, ___m_WaitUntilTime_1)); } inline float get_m_WaitUntilTime_1() const { return ___m_WaitUntilTime_1; } inline float* get_address_of_m_WaitUntilTime_1() { return &___m_WaitUntilTime_1; } inline void set_m_WaitUntilTime_1(float value) { ___m_WaitUntilTime_1 = value; } }; // 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; } }; // System.Delegate struct Delegate_t : public RuntimeObject { public: // System.IntPtr System.Delegate::method_ptr Il2CppMethodPointer ___method_ptr_0; // System.IntPtr System.Delegate::invoke_impl intptr_t ___invoke_impl_1; // System.Object System.Delegate::m_target RuntimeObject * ___m_target_2; // System.IntPtr System.Delegate::method intptr_t ___method_3; // System.IntPtr System.Delegate::delegate_trampoline intptr_t ___delegate_trampoline_4; // System.IntPtr System.Delegate::extra_arg intptr_t ___extra_arg_5; // System.IntPtr System.Delegate::method_code intptr_t ___method_code_6; // System.Reflection.MethodInfo System.Delegate::method_info MethodInfo_t * ___method_info_7; // System.Reflection.MethodInfo System.Delegate::original_method_info MethodInfo_t * ___original_method_info_8; // System.DelegateData System.Delegate::data DelegateData_t1BF9F691B56DAE5F8C28C5E084FDE94F15F27BBE * ___data_9; // System.Boolean System.Delegate::method_is_virtual bool ___method_is_virtual_10; public: inline static int32_t get_offset_of_method_ptr_0() { return static_cast(offsetof(Delegate_t, ___method_ptr_0)); } inline Il2CppMethodPointer get_method_ptr_0() const { return ___method_ptr_0; } inline Il2CppMethodPointer* get_address_of_method_ptr_0() { return &___method_ptr_0; } inline void set_method_ptr_0(Il2CppMethodPointer value) { ___method_ptr_0 = value; } inline static int32_t get_offset_of_invoke_impl_1() { return static_cast(offsetof(Delegate_t, ___invoke_impl_1)); } inline intptr_t get_invoke_impl_1() const { return ___invoke_impl_1; } inline intptr_t* get_address_of_invoke_impl_1() { return &___invoke_impl_1; } inline void set_invoke_impl_1(intptr_t value) { ___invoke_impl_1 = value; } inline static int32_t get_offset_of_m_target_2() { return static_cast(offsetof(Delegate_t, ___m_target_2)); } inline RuntimeObject * get_m_target_2() const { return ___m_target_2; } inline RuntimeObject ** get_address_of_m_target_2() { return &___m_target_2; } inline void set_m_target_2(RuntimeObject * value) { ___m_target_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_target_2), (void*)value); } inline static int32_t get_offset_of_method_3() { return static_cast(offsetof(Delegate_t, ___method_3)); } inline intptr_t get_method_3() const { return ___method_3; } inline intptr_t* get_address_of_method_3() { return &___method_3; } inline void set_method_3(intptr_t value) { ___method_3 = value; } inline static int32_t get_offset_of_delegate_trampoline_4() { return static_cast(offsetof(Delegate_t, ___delegate_trampoline_4)); } inline intptr_t get_delegate_trampoline_4() const { return ___delegate_trampoline_4; } inline intptr_t* get_address_of_delegate_trampoline_4() { return &___delegate_trampoline_4; } inline void set_delegate_trampoline_4(intptr_t value) { ___delegate_trampoline_4 = value; } inline static int32_t get_offset_of_extra_arg_5() { return static_cast(offsetof(Delegate_t, ___extra_arg_5)); } inline intptr_t get_extra_arg_5() const { return ___extra_arg_5; } inline intptr_t* get_address_of_extra_arg_5() { return &___extra_arg_5; } inline void set_extra_arg_5(intptr_t value) { ___extra_arg_5 = value; } inline static int32_t get_offset_of_method_code_6() { return static_cast(offsetof(Delegate_t, ___method_code_6)); } inline intptr_t get_method_code_6() const { return ___method_code_6; } inline intptr_t* get_address_of_method_code_6() { return &___method_code_6; } inline void set_method_code_6(intptr_t value) { ___method_code_6 = value; } inline static int32_t get_offset_of_method_info_7() { return static_cast(offsetof(Delegate_t, ___method_info_7)); } inline MethodInfo_t * get_method_info_7() const { return ___method_info_7; } inline MethodInfo_t ** get_address_of_method_info_7() { return &___method_info_7; } inline void set_method_info_7(MethodInfo_t * value) { ___method_info_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___method_info_7), (void*)value); } inline static int32_t get_offset_of_original_method_info_8() { return static_cast(offsetof(Delegate_t, ___original_method_info_8)); } inline MethodInfo_t * get_original_method_info_8() const { return ___original_method_info_8; } inline MethodInfo_t ** get_address_of_original_method_info_8() { return &___original_method_info_8; } inline void set_original_method_info_8(MethodInfo_t * value) { ___original_method_info_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___original_method_info_8), (void*)value); } inline static int32_t get_offset_of_data_9() { return static_cast(offsetof(Delegate_t, ___data_9)); } inline DelegateData_t1BF9F691B56DAE5F8C28C5E084FDE94F15F27BBE * get_data_9() const { return ___data_9; } inline DelegateData_t1BF9F691B56DAE5F8C28C5E084FDE94F15F27BBE ** get_address_of_data_9() { return &___data_9; } inline void set_data_9(DelegateData_t1BF9F691B56DAE5F8C28C5E084FDE94F15F27BBE * value) { ___data_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___data_9), (void*)value); } inline static int32_t get_offset_of_method_is_virtual_10() { return static_cast(offsetof(Delegate_t, ___method_is_virtual_10)); } inline bool get_method_is_virtual_10() const { return ___method_is_virtual_10; } inline bool* get_address_of_method_is_virtual_10() { return &___method_is_virtual_10; } inline void set_method_is_virtual_10(bool value) { ___method_is_virtual_10 = value; } }; // Native definition for P/Invoke marshalling of System.Delegate struct Delegate_t_marshaled_pinvoke { intptr_t ___method_ptr_0; intptr_t ___invoke_impl_1; Il2CppIUnknown* ___m_target_2; intptr_t ___method_3; intptr_t ___delegate_trampoline_4; intptr_t ___extra_arg_5; intptr_t ___method_code_6; MethodInfo_t * ___method_info_7; MethodInfo_t * ___original_method_info_8; DelegateData_t1BF9F691B56DAE5F8C28C5E084FDE94F15F27BBE * ___data_9; int32_t ___method_is_virtual_10; }; // Native definition for COM marshalling of System.Delegate struct Delegate_t_marshaled_com { intptr_t ___method_ptr_0; intptr_t ___invoke_impl_1; Il2CppIUnknown* ___m_target_2; intptr_t ___method_3; intptr_t ___delegate_trampoline_4; intptr_t ___extra_arg_5; intptr_t ___method_code_6; MethodInfo_t * ___method_info_7; MethodInfo_t * ___original_method_info_8; DelegateData_t1BF9F691B56DAE5F8C28C5E084FDE94F15F27BBE * ___data_9; int32_t ___method_is_virtual_10; }; // System.Exception struct Exception_t : public RuntimeObject { public: // System.String System.Exception::_className String_t* ____className_1; // System.String System.Exception::_message String_t* ____message_2; // System.Collections.IDictionary System.Exception::_data RuntimeObject* ____data_3; // System.Exception System.Exception::_innerException Exception_t * ____innerException_4; // System.String System.Exception::_helpURL String_t* ____helpURL_5; // System.Object System.Exception::_stackTrace RuntimeObject * ____stackTrace_6; // System.String System.Exception::_stackTraceString String_t* ____stackTraceString_7; // System.String System.Exception::_remoteStackTraceString String_t* ____remoteStackTraceString_8; // System.Int32 System.Exception::_remoteStackIndex int32_t ____remoteStackIndex_9; // System.Object System.Exception::_dynamicMethods RuntimeObject * ____dynamicMethods_10; // System.Int32 System.Exception::_HResult int32_t ____HResult_11; // System.String System.Exception::_source String_t* ____source_12; // System.Runtime.Serialization.SafeSerializationManager System.Exception::_safeSerializationManager SafeSerializationManager_t4A754D86B0F784B18CBC36C073BA564BED109770 * ____safeSerializationManager_13; // System.Diagnostics.StackTrace[] System.Exception::captured_traces StackTraceU5BU5D_t855F09649EA34DEE7C1B6F088E0538E3CCC3F196* ___captured_traces_14; // System.IntPtr[] System.Exception::native_trace_ips IntPtrU5BU5D_t4DC01DCB9A6DF6C9792A6513595D7A11E637DCDD* ___native_trace_ips_15; public: inline static int32_t get_offset_of__className_1() { return static_cast(offsetof(Exception_t, ____className_1)); } inline String_t* get__className_1() const { return ____className_1; } inline String_t** get_address_of__className_1() { return &____className_1; } inline void set__className_1(String_t* value) { ____className_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____className_1), (void*)value); } inline static int32_t get_offset_of__message_2() { return static_cast(offsetof(Exception_t, ____message_2)); } inline String_t* get__message_2() const { return ____message_2; } inline String_t** get_address_of__message_2() { return &____message_2; } inline void set__message_2(String_t* value) { ____message_2 = value; Il2CppCodeGenWriteBarrier((void**)(&____message_2), (void*)value); } inline static int32_t get_offset_of__data_3() { return static_cast(offsetof(Exception_t, ____data_3)); } inline RuntimeObject* get__data_3() const { return ____data_3; } inline RuntimeObject** get_address_of__data_3() { return &____data_3; } inline void set__data_3(RuntimeObject* value) { ____data_3 = value; Il2CppCodeGenWriteBarrier((void**)(&____data_3), (void*)value); } inline static int32_t get_offset_of__innerException_4() { return static_cast(offsetof(Exception_t, ____innerException_4)); } inline Exception_t * get__innerException_4() const { return ____innerException_4; } inline Exception_t ** get_address_of__innerException_4() { return &____innerException_4; } inline void set__innerException_4(Exception_t * value) { ____innerException_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____innerException_4), (void*)value); } inline static int32_t get_offset_of__helpURL_5() { return static_cast(offsetof(Exception_t, ____helpURL_5)); } inline String_t* get__helpURL_5() const { return ____helpURL_5; } inline String_t** get_address_of__helpURL_5() { return &____helpURL_5; } inline void set__helpURL_5(String_t* value) { ____helpURL_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____helpURL_5), (void*)value); } inline static int32_t get_offset_of__stackTrace_6() { return static_cast(offsetof(Exception_t, ____stackTrace_6)); } inline RuntimeObject * get__stackTrace_6() const { return ____stackTrace_6; } inline RuntimeObject ** get_address_of__stackTrace_6() { return &____stackTrace_6; } inline void set__stackTrace_6(RuntimeObject * value) { ____stackTrace_6 = value; Il2CppCodeGenWriteBarrier((void**)(&____stackTrace_6), (void*)value); } inline static int32_t get_offset_of__stackTraceString_7() { return static_cast(offsetof(Exception_t, ____stackTraceString_7)); } inline String_t* get__stackTraceString_7() const { return ____stackTraceString_7; } inline String_t** get_address_of__stackTraceString_7() { return &____stackTraceString_7; } inline void set__stackTraceString_7(String_t* value) { ____stackTraceString_7 = value; Il2CppCodeGenWriteBarrier((void**)(&____stackTraceString_7), (void*)value); } inline static int32_t get_offset_of__remoteStackTraceString_8() { return static_cast(offsetof(Exception_t, ____remoteStackTraceString_8)); } inline String_t* get__remoteStackTraceString_8() const { return ____remoteStackTraceString_8; } inline String_t** get_address_of__remoteStackTraceString_8() { return &____remoteStackTraceString_8; } inline void set__remoteStackTraceString_8(String_t* value) { ____remoteStackTraceString_8 = value; Il2CppCodeGenWriteBarrier((void**)(&____remoteStackTraceString_8), (void*)value); } inline static int32_t get_offset_of__remoteStackIndex_9() { return static_cast(offsetof(Exception_t, ____remoteStackIndex_9)); } inline int32_t get__remoteStackIndex_9() const { return ____remoteStackIndex_9; } inline int32_t* get_address_of__remoteStackIndex_9() { return &____remoteStackIndex_9; } inline void set__remoteStackIndex_9(int32_t value) { ____remoteStackIndex_9 = value; } inline static int32_t get_offset_of__dynamicMethods_10() { return static_cast(offsetof(Exception_t, ____dynamicMethods_10)); } inline RuntimeObject * get__dynamicMethods_10() const { return ____dynamicMethods_10; } inline RuntimeObject ** get_address_of__dynamicMethods_10() { return &____dynamicMethods_10; } inline void set__dynamicMethods_10(RuntimeObject * value) { ____dynamicMethods_10 = value; Il2CppCodeGenWriteBarrier((void**)(&____dynamicMethods_10), (void*)value); } inline static int32_t get_offset_of__HResult_11() { return static_cast(offsetof(Exception_t, ____HResult_11)); } inline int32_t get__HResult_11() const { return ____HResult_11; } inline int32_t* get_address_of__HResult_11() { return &____HResult_11; } inline void set__HResult_11(int32_t value) { ____HResult_11 = value; } inline static int32_t get_offset_of__source_12() { return static_cast(offsetof(Exception_t, ____source_12)); } inline String_t* get__source_12() const { return ____source_12; } inline String_t** get_address_of__source_12() { return &____source_12; } inline void set__source_12(String_t* value) { ____source_12 = value; Il2CppCodeGenWriteBarrier((void**)(&____source_12), (void*)value); } inline static int32_t get_offset_of__safeSerializationManager_13() { return static_cast(offsetof(Exception_t, ____safeSerializationManager_13)); } inline SafeSerializationManager_t4A754D86B0F784B18CBC36C073BA564BED109770 * get__safeSerializationManager_13() const { return ____safeSerializationManager_13; } inline SafeSerializationManager_t4A754D86B0F784B18CBC36C073BA564BED109770 ** get_address_of__safeSerializationManager_13() { return &____safeSerializationManager_13; } inline void set__safeSerializationManager_13(SafeSerializationManager_t4A754D86B0F784B18CBC36C073BA564BED109770 * value) { ____safeSerializationManager_13 = value; Il2CppCodeGenWriteBarrier((void**)(&____safeSerializationManager_13), (void*)value); } inline static int32_t get_offset_of_captured_traces_14() { return static_cast(offsetof(Exception_t, ___captured_traces_14)); } inline StackTraceU5BU5D_t855F09649EA34DEE7C1B6F088E0538E3CCC3F196* get_captured_traces_14() const { return ___captured_traces_14; } inline StackTraceU5BU5D_t855F09649EA34DEE7C1B6F088E0538E3CCC3F196** get_address_of_captured_traces_14() { return &___captured_traces_14; } inline void set_captured_traces_14(StackTraceU5BU5D_t855F09649EA34DEE7C1B6F088E0538E3CCC3F196* value) { ___captured_traces_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___captured_traces_14), (void*)value); } inline static int32_t get_offset_of_native_trace_ips_15() { return static_cast(offsetof(Exception_t, ___native_trace_ips_15)); } inline IntPtrU5BU5D_t4DC01DCB9A6DF6C9792A6513595D7A11E637DCDD* get_native_trace_ips_15() const { return ___native_trace_ips_15; } inline IntPtrU5BU5D_t4DC01DCB9A6DF6C9792A6513595D7A11E637DCDD** get_address_of_native_trace_ips_15() { return &___native_trace_ips_15; } inline void set_native_trace_ips_15(IntPtrU5BU5D_t4DC01DCB9A6DF6C9792A6513595D7A11E637DCDD* value) { ___native_trace_ips_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___native_trace_ips_15), (void*)value); } }; struct Exception_t_StaticFields { public: // System.Object System.Exception::s_EDILock RuntimeObject * ___s_EDILock_0; public: inline static int32_t get_offset_of_s_EDILock_0() { return static_cast(offsetof(Exception_t_StaticFields, ___s_EDILock_0)); } inline RuntimeObject * get_s_EDILock_0() const { return ___s_EDILock_0; } inline RuntimeObject ** get_address_of_s_EDILock_0() { return &___s_EDILock_0; } inline void set_s_EDILock_0(RuntimeObject * value) { ___s_EDILock_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_EDILock_0), (void*)value); } }; // Native definition for P/Invoke marshalling of System.Exception struct Exception_t_marshaled_pinvoke { char* ____className_1; char* ____message_2; RuntimeObject* ____data_3; Exception_t_marshaled_pinvoke* ____innerException_4; char* ____helpURL_5; Il2CppIUnknown* ____stackTrace_6; char* ____stackTraceString_7; char* ____remoteStackTraceString_8; int32_t ____remoteStackIndex_9; Il2CppIUnknown* ____dynamicMethods_10; int32_t ____HResult_11; char* ____source_12; SafeSerializationManager_t4A754D86B0F784B18CBC36C073BA564BED109770 * ____safeSerializationManager_13; StackTraceU5BU5D_t855F09649EA34DEE7C1B6F088E0538E3CCC3F196* ___captured_traces_14; Il2CppSafeArray/*NONE*/* ___native_trace_ips_15; }; // Native definition for COM marshalling of System.Exception struct Exception_t_marshaled_com { Il2CppChar* ____className_1; Il2CppChar* ____message_2; RuntimeObject* ____data_3; Exception_t_marshaled_com* ____innerException_4; Il2CppChar* ____helpURL_5; Il2CppIUnknown* ____stackTrace_6; Il2CppChar* ____stackTraceString_7; Il2CppChar* ____remoteStackTraceString_8; int32_t ____remoteStackIndex_9; Il2CppIUnknown* ____dynamicMethods_10; int32_t ____HResult_11; Il2CppChar* ____source_12; SafeSerializationManager_t4A754D86B0F784B18CBC36C073BA564BED109770 * ____safeSerializationManager_13; StackTraceU5BU5D_t855F09649EA34DEE7C1B6F088E0538E3CCC3F196* ___captured_traces_14; Il2CppSafeArray/*NONE*/* ___native_trace_ips_15; }; // System.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; } }; // 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; } }; // System.RuntimeFieldHandle struct RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF { public: // System.IntPtr System.RuntimeFieldHandle::value intptr_t ___value_0; public: inline static int32_t get_offset_of_value_0() { return static_cast(offsetof(RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF, ___value_0)); } inline intptr_t get_value_0() const { return ___value_0; } inline intptr_t* get_address_of_value_0() { return &___value_0; } inline void set_value_0(intptr_t value) { ___value_0 = value; } }; // System.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; } }; // TMPro.AtlasPopulationMode struct AtlasPopulationMode_t719D719A21DA39129F8EA982DF7BC7C344F6BC4D { public: // System.Int32 TMPro.AtlasPopulationMode::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(AtlasPopulationMode_t719D719A21DA39129F8EA982DF7BC7C344F6BC4D, ___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; } }; // 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; } }; // 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; } }; // TMPro.FontFeatureLookupFlags struct FontFeatureLookupFlags_t5E2AC8F0E11557FFBDC03A81EA2ECD8B82C17D8D { public: // System.Int32 TMPro.FontFeatureLookupFlags::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(FontFeatureLookupFlags_t5E2AC8F0E11557FFBDC03A81EA2ECD8B82C17D8D, ___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; } }; // 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; } }; // TMPro.FontWeight struct FontWeight_tE551C56E6C7CCAFCC6519C65D03AAA340E9FF35C { public: // System.Int32 TMPro.FontWeight::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(FontWeight_tE551C56E6C7CCAFCC6519C65D03AAA340E9FF35C, ___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; } }; // 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; } }; // TMPro.TMP_GlyphAdjustmentRecord struct TMP_GlyphAdjustmentRecord_t515A636DEA8D632C08D0B01A9AC1F962F0291E58 { public: // System.UInt32 TMPro.TMP_GlyphAdjustmentRecord::m_GlyphIndex uint32_t ___m_GlyphIndex_0; // TMPro.TMP_GlyphValueRecord TMPro.TMP_GlyphAdjustmentRecord::m_GlyphValueRecord TMP_GlyphValueRecord_t78C803E430E95C128540C14391CBACF833943BD8 ___m_GlyphValueRecord_1; public: inline static int32_t get_offset_of_m_GlyphIndex_0() { return static_cast(offsetof(TMP_GlyphAdjustmentRecord_t515A636DEA8D632C08D0B01A9AC1F962F0291E58, ___m_GlyphIndex_0)); } inline uint32_t get_m_GlyphIndex_0() const { return ___m_GlyphIndex_0; } inline uint32_t* get_address_of_m_GlyphIndex_0() { return &___m_GlyphIndex_0; } inline void set_m_GlyphIndex_0(uint32_t value) { ___m_GlyphIndex_0 = value; } inline static int32_t get_offset_of_m_GlyphValueRecord_1() { return static_cast(offsetof(TMP_GlyphAdjustmentRecord_t515A636DEA8D632C08D0B01A9AC1F962F0291E58, ___m_GlyphValueRecord_1)); } inline TMP_GlyphValueRecord_t78C803E430E95C128540C14391CBACF833943BD8 get_m_GlyphValueRecord_1() const { return ___m_GlyphValueRecord_1; } inline TMP_GlyphValueRecord_t78C803E430E95C128540C14391CBACF833943BD8 * get_address_of_m_GlyphValueRecord_1() { return &___m_GlyphValueRecord_1; } inline void set_m_GlyphValueRecord_1(TMP_GlyphValueRecord_t78C803E430E95C128540C14391CBACF833943BD8 value) { ___m_GlyphValueRecord_1 = value; } }; // 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; } }; // 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; } }; // 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; } }; // 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; } }; // 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; } }; // TMPro.TMP_InputField_OnChangeEvent struct OnChangeEvent_t1610FEF044826EE0837528C1E90FCDFC45B3D7AD : public UnityEvent_1_t890F45761F13DD1B3D58738365827FDB6629BA7F { public: public: }; // TMPro.TMP_InputField_SelectionEvent struct SelectionEvent_t346DD0E470654B452107A056EDE13F796AEAFD3A : public UnityEvent_1_t890F45761F13DD1B3D58738365827FDB6629BA7F { public: public: }; // TMPro.TMP_InputField_SubmitEvent struct SubmitEvent_tD1BC174A4FE2411600541703750F0F03E991A9BC : public UnityEvent_1_t890F45761F13DD1B3D58738365827FDB6629BA7F { public: public: }; // TMPro.TMP_InputField_TextSelectionEvent struct TextSelectionEvent_tD42FAD7CC0AA2E613884FC6E86A11EE59CDA3854 : public UnityEvent_3_t832C126B9440500DC7A72F1FAC225BF1007C27A9 { public: public: }; // TMPro.TMP_InputField_TouchScreenKeyboardEvent struct TouchScreenKeyboardEvent_tF41EB6E5E2B26213D1C0CE6573498CA6ACB3CA1F : public UnityEvent_1_tCB4B91686362119976C8D499A756C59CB6D6169C { public: public: }; // 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; } }; // TMPro.TMP_RichTextTagStack`1 struct TMP_RichTextTagStack_1_t9742B1BC2B58D513502935F599F4AF09FFC379A9 { public: // T[] TMPro.TMP_RichTextTagStack`1::m_ItemStack MaterialReferenceU5BU5D_t01EC9C1C00A504C2EF9FBAF95DE26BB88E9B743B* ___m_ItemStack_0; // System.Int32 TMPro.TMP_RichTextTagStack`1::m_Index int32_t ___m_Index_1; // System.Int32 TMPro.TMP_RichTextTagStack`1::m_Capacity int32_t ___m_Capacity_2; // T TMPro.TMP_RichTextTagStack`1::m_DefaultItem MaterialReference_tFDD866CC1D210125CDEC9DCB60B9AACB2FE3AF7F ___m_DefaultItem_3; public: inline static int32_t get_offset_of_m_ItemStack_0() { return static_cast(offsetof(TMP_RichTextTagStack_1_t9742B1BC2B58D513502935F599F4AF09FFC379A9, ___m_ItemStack_0)); } inline MaterialReferenceU5BU5D_t01EC9C1C00A504C2EF9FBAF95DE26BB88E9B743B* get_m_ItemStack_0() const { return ___m_ItemStack_0; } inline MaterialReferenceU5BU5D_t01EC9C1C00A504C2EF9FBAF95DE26BB88E9B743B** get_address_of_m_ItemStack_0() { return &___m_ItemStack_0; } inline void set_m_ItemStack_0(MaterialReferenceU5BU5D_t01EC9C1C00A504C2EF9FBAF95DE26BB88E9B743B* value) { ___m_ItemStack_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_ItemStack_0), (void*)value); } inline static int32_t get_offset_of_m_Index_1() { return static_cast(offsetof(TMP_RichTextTagStack_1_t9742B1BC2B58D513502935F599F4AF09FFC379A9, ___m_Index_1)); } inline int32_t get_m_Index_1() const { return ___m_Index_1; } inline int32_t* get_address_of_m_Index_1() { return &___m_Index_1; } inline void set_m_Index_1(int32_t value) { ___m_Index_1 = value; } inline static int32_t get_offset_of_m_Capacity_2() { return static_cast(offsetof(TMP_RichTextTagStack_1_t9742B1BC2B58D513502935F599F4AF09FFC379A9, ___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_RichTextTagStack_1_t9742B1BC2B58D513502935F599F4AF09FFC379A9, ___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; Il2CppCodeGenWriteBarrier((void**)&(((&___m_DefaultItem_3))->___fontAsset_1), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___m_DefaultItem_3))->___spriteAsset_2), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___m_DefaultItem_3))->___material_3), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___m_DefaultItem_3))->___fallbackMaterial_6), (void*)NULL); #endif } }; // TMPro.TMP_RichTextTagStack`1 struct TMP_RichTextTagStack_1_tDAE1C182F153530A3E6A3ADC1803919A380BCDF0 { public: // T[] TMPro.TMP_RichTextTagStack`1::m_ItemStack Color32U5BU5D_tABFBCB467E6D1B791303A0D3A3AA1A482F620983* ___m_ItemStack_0; // System.Int32 TMPro.TMP_RichTextTagStack`1::m_Index int32_t ___m_Index_1; // System.Int32 TMPro.TMP_RichTextTagStack`1::m_Capacity int32_t ___m_Capacity_2; // T TMPro.TMP_RichTextTagStack`1::m_DefaultItem Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 ___m_DefaultItem_3; public: inline static int32_t get_offset_of_m_ItemStack_0() { return static_cast(offsetof(TMP_RichTextTagStack_1_tDAE1C182F153530A3E6A3ADC1803919A380BCDF0, ___m_ItemStack_0)); } inline Color32U5BU5D_tABFBCB467E6D1B791303A0D3A3AA1A482F620983* get_m_ItemStack_0() const { return ___m_ItemStack_0; } inline Color32U5BU5D_tABFBCB467E6D1B791303A0D3A3AA1A482F620983** get_address_of_m_ItemStack_0() { return &___m_ItemStack_0; } inline void set_m_ItemStack_0(Color32U5BU5D_tABFBCB467E6D1B791303A0D3A3AA1A482F620983* value) { ___m_ItemStack_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_ItemStack_0), (void*)value); } inline static int32_t get_offset_of_m_Index_1() { return static_cast(offsetof(TMP_RichTextTagStack_1_tDAE1C182F153530A3E6A3ADC1803919A380BCDF0, ___m_Index_1)); } inline int32_t get_m_Index_1() const { return ___m_Index_1; } inline int32_t* get_address_of_m_Index_1() { return &___m_Index_1; } inline void set_m_Index_1(int32_t value) { ___m_Index_1 = value; } inline static int32_t get_offset_of_m_Capacity_2() { return static_cast(offsetof(TMP_RichTextTagStack_1_tDAE1C182F153530A3E6A3ADC1803919A380BCDF0, ___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_RichTextTagStack_1_tDAE1C182F153530A3E6A3ADC1803919A380BCDF0, ___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; } }; // TMPro.TMP_Sprite struct TMP_Sprite_t8D26AE7781056AB44B074C80FFC74AFB076E1353 : public TMP_TextElement_Legacy_t020BAF673D3D29BC2682AEA5717411BFB13C6D05 { 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((void**)(&___name_9), (void*)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((void**)(&___sprite_13), (void*)value); } }; // 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; } }; // 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; } }; // 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((void**)(&___textComponent_2), (void*)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((void**)(&___characterInfo_11), (void*)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((void**)(&___wordInfo_12), (void*)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((void**)(&___linkInfo_13), (void*)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((void**)(&___lineInfo_14), (void*)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((void**)(&___pageInfo_15), (void*)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((void**)(&___meshInfo_16), (void*)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((void**)(&___m_CachedMeshInfo_17), (void*)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; } }; // 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; } }; // 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; } }; // TMPro.TagUnitType struct TagUnitType_t5F2B8EA2F25FEA0BAEC4A0151C29BD7D262553CF { public: // System.Int32 TMPro.TagUnitType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(TagUnitType_t5F2B8EA2F25FEA0BAEC4A0151C29BD7D262553CF, ___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; } }; // TMPro.TagValueType struct TagValueType_tB0AE4FE83F0293DDD337886C8D5268947F25F5CC { public: // System.Int32 TMPro.TagValueType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(TagValueType_tB0AE4FE83F0293DDD337886C8D5268947F25F5CC, ___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; } }; // 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; } }; // TMPro.TextElementType struct TextElementType_t3C95010E28DAFD09E9C361EEB679937475CEE857 { public: // System.Byte TMPro.TextElementType::value__ uint8_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(TextElementType_t3C95010E28DAFD09E9C361EEB679937475CEE857, ___value___2)); } inline uint8_t get_value___2() const { return ___value___2; } inline uint8_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(uint8_t value) { ___value___2 = value; } }; // 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; } }; // 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; } }; // 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; } }; // 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; } }; // 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; } }; // 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; } }; // UnityEngine.Coroutine struct Coroutine_tAE7DB2FC70A0AE6477F896F852057CB0754F06EC : public YieldInstruction_t836035AC7BD07A3C7909F7AD2A5B42DE99D91C44 { public: // System.IntPtr UnityEngine.Coroutine::m_Ptr intptr_t ___m_Ptr_0; public: inline static int32_t get_offset_of_m_Ptr_0() { return static_cast(offsetof(Coroutine_tAE7DB2FC70A0AE6477F896F852057CB0754F06EC, ___m_Ptr_0)); } inline intptr_t get_m_Ptr_0() const { return ___m_Ptr_0; } inline intptr_t* get_address_of_m_Ptr_0() { return &___m_Ptr_0; } inline void set_m_Ptr_0(intptr_t value) { ___m_Ptr_0 = value; } }; // Native definition for P/Invoke marshalling of UnityEngine.Coroutine struct Coroutine_tAE7DB2FC70A0AE6477F896F852057CB0754F06EC_marshaled_pinvoke : public YieldInstruction_t836035AC7BD07A3C7909F7AD2A5B42DE99D91C44_marshaled_pinvoke { intptr_t ___m_Ptr_0; }; // Native definition for COM marshalling of UnityEngine.Coroutine struct Coroutine_tAE7DB2FC70A0AE6477F896F852057CB0754F06EC_marshaled_com : public YieldInstruction_t836035AC7BD07A3C7909F7AD2A5B42DE99D91C44_marshaled_com { intptr_t ___m_Ptr_0; }; // UnityEngine.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; } }; // 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; // System.Int32 UnityEngine.EventSystems.RaycastResult::displayIndex int32_t ___displayIndex_10; 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((void**)(&___m_GameObject_0), (void*)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((void**)(&___module_1), (void*)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; } inline static int32_t get_offset_of_displayIndex_10() { return static_cast(offsetof(RaycastResult_t991BCED43A91EDD8580F39631DA07B1F88C58B91, ___displayIndex_10)); } inline int32_t get_displayIndex_10() const { return ___displayIndex_10; } inline int32_t* get_address_of_displayIndex_10() { return &___displayIndex_10; } inline void set_displayIndex_10(int32_t value) { ___displayIndex_10 = value; } }; // 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; int32_t ___displayIndex_10; }; // 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; int32_t ___displayIndex_10; }; // UnityEngine.HideFlags struct HideFlags_t30B57DC00548E963A569318C8F4A4123E7447E37 { public: // System.Int32 UnityEngine.HideFlags::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(HideFlags_t30B57DC00548E963A569318C8F4A4123E7447E37, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // UnityEngine.Object struct Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 : public RuntimeObject { public: // System.IntPtr UnityEngine.Object::m_CachedPtr intptr_t ___m_CachedPtr_0; public: inline static int32_t get_offset_of_m_CachedPtr_0() { return static_cast(offsetof(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0, ___m_CachedPtr_0)); } inline intptr_t get_m_CachedPtr_0() const { return ___m_CachedPtr_0; } inline intptr_t* get_address_of_m_CachedPtr_0() { return &___m_CachedPtr_0; } inline void set_m_CachedPtr_0(intptr_t value) { ___m_CachedPtr_0 = value; } }; struct Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_StaticFields { public: // System.Int32 UnityEngine.Object::OffsetOfInstanceIDInCPlusPlusObject int32_t ___OffsetOfInstanceIDInCPlusPlusObject_1; public: inline static int32_t get_offset_of_OffsetOfInstanceIDInCPlusPlusObject_1() { return static_cast(offsetof(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_StaticFields, ___OffsetOfInstanceIDInCPlusPlusObject_1)); } inline int32_t get_OffsetOfInstanceIDInCPlusPlusObject_1() const { return ___OffsetOfInstanceIDInCPlusPlusObject_1; } inline int32_t* get_address_of_OffsetOfInstanceIDInCPlusPlusObject_1() { return &___OffsetOfInstanceIDInCPlusPlusObject_1; } inline void set_OffsetOfInstanceIDInCPlusPlusObject_1(int32_t value) { ___OffsetOfInstanceIDInCPlusPlusObject_1 = value; } }; // Native definition for P/Invoke marshalling of UnityEngine.Object struct Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_marshaled_pinvoke { intptr_t ___m_CachedPtr_0; }; // Native definition for COM marshalling of UnityEngine.Object struct Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_marshaled_com { intptr_t ___m_CachedPtr_0; }; // UnityEngine.TextCore.Glyph struct Glyph_t64B599C17F15D84707C46FE272E98B347E1283B4 : public RuntimeObject { public: // System.UInt32 UnityEngine.TextCore.Glyph::m_Index uint32_t ___m_Index_0; // UnityEngine.TextCore.GlyphMetrics UnityEngine.TextCore.Glyph::m_Metrics GlyphMetrics_t1CEF63AFDC4C55F3A8AF76BF32542B638C5608CB ___m_Metrics_1; // UnityEngine.TextCore.GlyphRect UnityEngine.TextCore.Glyph::m_GlyphRect GlyphRect_t398045C795E0E1264236DFAA5712796CC23C3E7C ___m_GlyphRect_2; // System.Single UnityEngine.TextCore.Glyph::m_Scale float ___m_Scale_3; // System.Int32 UnityEngine.TextCore.Glyph::m_AtlasIndex int32_t ___m_AtlasIndex_4; public: inline static int32_t get_offset_of_m_Index_0() { return static_cast(offsetof(Glyph_t64B599C17F15D84707C46FE272E98B347E1283B4, ___m_Index_0)); } inline uint32_t get_m_Index_0() const { return ___m_Index_0; } inline uint32_t* get_address_of_m_Index_0() { return &___m_Index_0; } inline void set_m_Index_0(uint32_t value) { ___m_Index_0 = value; } inline static int32_t get_offset_of_m_Metrics_1() { return static_cast(offsetof(Glyph_t64B599C17F15D84707C46FE272E98B347E1283B4, ___m_Metrics_1)); } inline GlyphMetrics_t1CEF63AFDC4C55F3A8AF76BF32542B638C5608CB get_m_Metrics_1() const { return ___m_Metrics_1; } inline GlyphMetrics_t1CEF63AFDC4C55F3A8AF76BF32542B638C5608CB * get_address_of_m_Metrics_1() { return &___m_Metrics_1; } inline void set_m_Metrics_1(GlyphMetrics_t1CEF63AFDC4C55F3A8AF76BF32542B638C5608CB value) { ___m_Metrics_1 = value; } inline static int32_t get_offset_of_m_GlyphRect_2() { return static_cast(offsetof(Glyph_t64B599C17F15D84707C46FE272E98B347E1283B4, ___m_GlyphRect_2)); } inline GlyphRect_t398045C795E0E1264236DFAA5712796CC23C3E7C get_m_GlyphRect_2() const { return ___m_GlyphRect_2; } inline GlyphRect_t398045C795E0E1264236DFAA5712796CC23C3E7C * get_address_of_m_GlyphRect_2() { return &___m_GlyphRect_2; } inline void set_m_GlyphRect_2(GlyphRect_t398045C795E0E1264236DFAA5712796CC23C3E7C value) { ___m_GlyphRect_2 = value; } inline static int32_t get_offset_of_m_Scale_3() { return static_cast(offsetof(Glyph_t64B599C17F15D84707C46FE272E98B347E1283B4, ___m_Scale_3)); } inline float get_m_Scale_3() const { return ___m_Scale_3; } inline float* get_address_of_m_Scale_3() { return &___m_Scale_3; } inline void set_m_Scale_3(float value) { ___m_Scale_3 = value; } inline static int32_t get_offset_of_m_AtlasIndex_4() { return static_cast(offsetof(Glyph_t64B599C17F15D84707C46FE272E98B347E1283B4, ___m_AtlasIndex_4)); } inline int32_t get_m_AtlasIndex_4() const { return ___m_AtlasIndex_4; } inline int32_t* get_address_of_m_AtlasIndex_4() { return &___m_AtlasIndex_4; } inline void set_m_AtlasIndex_4(int32_t value) { ___m_AtlasIndex_4 = value; } }; // Native definition for P/Invoke marshalling of UnityEngine.TextCore.Glyph struct Glyph_t64B599C17F15D84707C46FE272E98B347E1283B4_marshaled_pinvoke { uint32_t ___m_Index_0; GlyphMetrics_t1CEF63AFDC4C55F3A8AF76BF32542B638C5608CB ___m_Metrics_1; GlyphRect_t398045C795E0E1264236DFAA5712796CC23C3E7C ___m_GlyphRect_2; float ___m_Scale_3; int32_t ___m_AtlasIndex_4; }; // Native definition for COM marshalling of UnityEngine.TextCore.Glyph struct Glyph_t64B599C17F15D84707C46FE272E98B347E1283B4_marshaled_com { uint32_t ___m_Index_0; GlyphMetrics_t1CEF63AFDC4C55F3A8AF76BF32542B638C5608CB ___m_Metrics_1; GlyphRect_t398045C795E0E1264236DFAA5712796CC23C3E7C ___m_GlyphRect_2; float ___m_Scale_3; int32_t ___m_AtlasIndex_4; }; // UnityEngine.TextCore.LowLevel.GlyphRenderMode struct GlyphRenderMode_t73887B794BC6100E833D50FB9F5BF86B6D5D4A0D { public: // System.Int32 UnityEngine.TextCore.LowLevel.GlyphRenderMode::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(GlyphRenderMode_t73887B794BC6100E833D50FB9F5BF86B6D5D4A0D, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // UnityEngine.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; } }; // 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; } }; // 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_SelectedColor Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 ___m_SelectedColor_3; // UnityEngine.Color UnityEngine.UI.ColorBlock::m_DisabledColor Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 ___m_DisabledColor_4; // System.Single UnityEngine.UI.ColorBlock::m_ColorMultiplier float ___m_ColorMultiplier_5; // System.Single UnityEngine.UI.ColorBlock::m_FadeDuration float ___m_FadeDuration_6; 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_SelectedColor_3() { return static_cast(offsetof(ColorBlock_t93B54DF6E8D65D24CEA9726CA745E48C53E3B1EA, ___m_SelectedColor_3)); } inline Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 get_m_SelectedColor_3() const { return ___m_SelectedColor_3; } inline Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 * get_address_of_m_SelectedColor_3() { return &___m_SelectedColor_3; } inline void set_m_SelectedColor_3(Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 value) { ___m_SelectedColor_3 = value; } inline static int32_t get_offset_of_m_DisabledColor_4() { return static_cast(offsetof(ColorBlock_t93B54DF6E8D65D24CEA9726CA745E48C53E3B1EA, ___m_DisabledColor_4)); } inline Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 get_m_DisabledColor_4() const { return ___m_DisabledColor_4; } inline Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 * get_address_of_m_DisabledColor_4() { return &___m_DisabledColor_4; } inline void set_m_DisabledColor_4(Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 value) { ___m_DisabledColor_4 = value; } inline static int32_t get_offset_of_m_ColorMultiplier_5() { return static_cast(offsetof(ColorBlock_t93B54DF6E8D65D24CEA9726CA745E48C53E3B1EA, ___m_ColorMultiplier_5)); } inline float get_m_ColorMultiplier_5() const { return ___m_ColorMultiplier_5; } inline float* get_address_of_m_ColorMultiplier_5() { return &___m_ColorMultiplier_5; } inline void set_m_ColorMultiplier_5(float value) { ___m_ColorMultiplier_5 = value; } inline static int32_t get_offset_of_m_FadeDuration_6() { return static_cast(offsetof(ColorBlock_t93B54DF6E8D65D24CEA9726CA745E48C53E3B1EA, ___m_FadeDuration_6)); } inline float get_m_FadeDuration_6() const { return ___m_FadeDuration_6; } inline float* get_address_of_m_FadeDuration_6() { return &___m_FadeDuration_6; } inline void set_m_FadeDuration_6(float value) { ___m_FadeDuration_6 = value; } }; // 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; } }; // 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; } }; // 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((void**)(&___delegates_11), (void*)value); } }; // Native definition for P/Invoke marshalling of System.MulticastDelegate struct MulticastDelegate_t_marshaled_pinvoke : public Delegate_t_marshaled_pinvoke { Delegate_t_marshaled_pinvoke** ___delegates_11; }; // Native definition for COM marshalling of System.MulticastDelegate struct MulticastDelegate_t_marshaled_com : public Delegate_t_marshaled_com { Delegate_t_marshaled_com** ___delegates_11; }; // System.SystemException struct SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782 : public Exception_t { public: public: }; // 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((void**)(&___FilterAttribute_0), (void*)value); } inline static int32_t get_offset_of_FilterName_1() { return static_cast(offsetof(Type_t_StaticFields, ___FilterName_1)); } inline MemberFilter_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((void**)(&___FilterName_1), (void*)value); } inline static int32_t get_offset_of_FilterNameIgnoreCase_2() { return static_cast(offsetof(Type_t_StaticFields, ___FilterNameIgnoreCase_2)); } inline MemberFilter_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((void**)(&___FilterNameIgnoreCase_2), (void*)value); } inline static int32_t get_offset_of_Missing_3() { return static_cast(offsetof(Type_t_StaticFields, ___Missing_3)); } inline RuntimeObject * get_Missing_3() const { return ___Missing_3; } inline RuntimeObject ** get_address_of_Missing_3() { return &___Missing_3; } inline void set_Missing_3(RuntimeObject * value) { ___Missing_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___Missing_3), (void*)value); } inline static int32_t get_offset_of_Delimiter_4() { return static_cast(offsetof(Type_t_StaticFields, ___Delimiter_4)); } inline Il2CppChar get_Delimiter_4() const { return ___Delimiter_4; } inline Il2CppChar* get_address_of_Delimiter_4() { return &___Delimiter_4; } inline void set_Delimiter_4(Il2CppChar value) { ___Delimiter_4 = value; } inline static int32_t get_offset_of_EmptyTypes_5() { return static_cast(offsetof(Type_t_StaticFields, ___EmptyTypes_5)); } inline TypeU5BU5D_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((void**)(&___EmptyTypes_5), (void*)value); } inline static int32_t get_offset_of_defaultBinder_6() { return static_cast(offsetof(Type_t_StaticFields, ___defaultBinder_6)); } inline Binder_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((void**)(&___defaultBinder_6), (void*)value); } }; // TMPro.RichTextTagAttribute struct RichTextTagAttribute_t381E96CA7820A787C5D88B6DA0181DFA85ADBA98 { public: // System.Int32 TMPro.RichTextTagAttribute::nameHashCode int32_t ___nameHashCode_0; // System.Int32 TMPro.RichTextTagAttribute::valueHashCode int32_t ___valueHashCode_1; // TMPro.TagValueType TMPro.RichTextTagAttribute::valueType int32_t ___valueType_2; // System.Int32 TMPro.RichTextTagAttribute::valueStartIndex int32_t ___valueStartIndex_3; // System.Int32 TMPro.RichTextTagAttribute::valueLength int32_t ___valueLength_4; // TMPro.TagUnitType TMPro.RichTextTagAttribute::unitType int32_t ___unitType_5; public: inline static int32_t get_offset_of_nameHashCode_0() { return static_cast(offsetof(RichTextTagAttribute_t381E96CA7820A787C5D88B6DA0181DFA85ADBA98, ___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_valueHashCode_1() { return static_cast(offsetof(RichTextTagAttribute_t381E96CA7820A787C5D88B6DA0181DFA85ADBA98, ___valueHashCode_1)); } inline int32_t get_valueHashCode_1() const { return ___valueHashCode_1; } inline int32_t* get_address_of_valueHashCode_1() { return &___valueHashCode_1; } inline void set_valueHashCode_1(int32_t value) { ___valueHashCode_1 = value; } inline static int32_t get_offset_of_valueType_2() { return static_cast(offsetof(RichTextTagAttribute_t381E96CA7820A787C5D88B6DA0181DFA85ADBA98, ___valueType_2)); } inline int32_t get_valueType_2() const { return ___valueType_2; } inline int32_t* get_address_of_valueType_2() { return &___valueType_2; } inline void set_valueType_2(int32_t value) { ___valueType_2 = value; } inline static int32_t get_offset_of_valueStartIndex_3() { return static_cast(offsetof(RichTextTagAttribute_t381E96CA7820A787C5D88B6DA0181DFA85ADBA98, ___valueStartIndex_3)); } inline int32_t get_valueStartIndex_3() const { return ___valueStartIndex_3; } inline int32_t* get_address_of_valueStartIndex_3() { return &___valueStartIndex_3; } inline void set_valueStartIndex_3(int32_t value) { ___valueStartIndex_3 = value; } inline static int32_t get_offset_of_valueLength_4() { return static_cast(offsetof(RichTextTagAttribute_t381E96CA7820A787C5D88B6DA0181DFA85ADBA98, ___valueLength_4)); } inline int32_t get_valueLength_4() const { return ___valueLength_4; } inline int32_t* get_address_of_valueLength_4() { return &___valueLength_4; } inline void set_valueLength_4(int32_t value) { ___valueLength_4 = value; } inline static int32_t get_offset_of_unitType_5() { return static_cast(offsetof(RichTextTagAttribute_t381E96CA7820A787C5D88B6DA0181DFA85ADBA98, ___unitType_5)); } inline int32_t get_unitType_5() const { return ___unitType_5; } inline int32_t* get_address_of_unitType_5() { return &___unitType_5; } inline void set_unitType_5(int32_t value) { ___unitType_5 = value; } }; // 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; // System.Int32 TMPro.TMP_CharacterInfo::stringLength int32_t ___stringLength_2; // TMPro.TMP_TextElementType TMPro.TMP_CharacterInfo::elementType int32_t ___elementType_3; // TMPro.TMP_TextElement TMPro.TMP_CharacterInfo::textElement TMP_TextElement_tB9A6A361BB93487BD07DDDA37A368819DA46C344 * ___textElement_4; // TMPro.TMP_FontAsset TMPro.TMP_CharacterInfo::fontAsset TMP_FontAsset_t44D2006105B39FB33AE5A0ADF07A7EF36C72385C * ___fontAsset_5; // TMPro.TMP_SpriteAsset TMPro.TMP_CharacterInfo::spriteAsset TMP_SpriteAsset_tF896FFED2AA9395D6BC40FFEAC6DE7555A27A487 * ___spriteAsset_6; // System.Int32 TMPro.TMP_CharacterInfo::spriteIndex int32_t ___spriteIndex_7; // UnityEngine.Material TMPro.TMP_CharacterInfo::material Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * ___material_8; // System.Int32 TMPro.TMP_CharacterInfo::materialReferenceIndex int32_t ___materialReferenceIndex_9; // System.Boolean TMPro.TMP_CharacterInfo::isUsingAlternateTypeface bool ___isUsingAlternateTypeface_10; // System.Single TMPro.TMP_CharacterInfo::pointSize float ___pointSize_11; // System.Int32 TMPro.TMP_CharacterInfo::lineNumber int32_t ___lineNumber_12; // System.Int32 TMPro.TMP_CharacterInfo::pageNumber int32_t ___pageNumber_13; // System.Int32 TMPro.TMP_CharacterInfo::vertexIndex int32_t ___vertexIndex_14; // TMPro.TMP_Vertex TMPro.TMP_CharacterInfo::vertex_BL TMP_Vertex_t4F9D3FA0EB3F5F4E94EC06582B857C3C23AC2EA0 ___vertex_BL_15; // TMPro.TMP_Vertex TMPro.TMP_CharacterInfo::vertex_TL TMP_Vertex_t4F9D3FA0EB3F5F4E94EC06582B857C3C23AC2EA0 ___vertex_TL_16; // TMPro.TMP_Vertex TMPro.TMP_CharacterInfo::vertex_TR TMP_Vertex_t4F9D3FA0EB3F5F4E94EC06582B857C3C23AC2EA0 ___vertex_TR_17; // TMPro.TMP_Vertex TMPro.TMP_CharacterInfo::vertex_BR TMP_Vertex_t4F9D3FA0EB3F5F4E94EC06582B857C3C23AC2EA0 ___vertex_BR_18; // UnityEngine.Vector3 TMPro.TMP_CharacterInfo::topLeft Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___topLeft_19; // UnityEngine.Vector3 TMPro.TMP_CharacterInfo::bottomLeft Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___bottomLeft_20; // UnityEngine.Vector3 TMPro.TMP_CharacterInfo::topRight Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___topRight_21; // UnityEngine.Vector3 TMPro.TMP_CharacterInfo::bottomRight Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___bottomRight_22; // System.Single TMPro.TMP_CharacterInfo::origin float ___origin_23; // System.Single TMPro.TMP_CharacterInfo::ascender float ___ascender_24; // System.Single TMPro.TMP_CharacterInfo::baseLine float ___baseLine_25; // System.Single TMPro.TMP_CharacterInfo::descender float ___descender_26; // System.Single TMPro.TMP_CharacterInfo::xAdvance float ___xAdvance_27; // System.Single TMPro.TMP_CharacterInfo::aspectRatio float ___aspectRatio_28; // System.Single TMPro.TMP_CharacterInfo::scale float ___scale_29; // UnityEngine.Color32 TMPro.TMP_CharacterInfo::color Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 ___color_30; // UnityEngine.Color32 TMPro.TMP_CharacterInfo::underlineColor Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 ___underlineColor_31; // UnityEngine.Color32 TMPro.TMP_CharacterInfo::strikethroughColor Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 ___strikethroughColor_32; // UnityEngine.Color32 TMPro.TMP_CharacterInfo::highlightColor Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 ___highlightColor_33; // TMPro.FontStyles TMPro.TMP_CharacterInfo::style int32_t ___style_34; // System.Boolean TMPro.TMP_CharacterInfo::isVisible bool ___isVisible_35; 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_stringLength_2() { return static_cast(offsetof(TMP_CharacterInfo_t15C146F0B08EE44A63EC777AC32151D061AFFAF1, ___stringLength_2)); } inline int32_t get_stringLength_2() const { return ___stringLength_2; } inline int32_t* get_address_of_stringLength_2() { return &___stringLength_2; } inline void set_stringLength_2(int32_t value) { ___stringLength_2 = value; } inline static int32_t get_offset_of_elementType_3() { return static_cast(offsetof(TMP_CharacterInfo_t15C146F0B08EE44A63EC777AC32151D061AFFAF1, ___elementType_3)); } inline int32_t get_elementType_3() const { return ___elementType_3; } inline int32_t* get_address_of_elementType_3() { return &___elementType_3; } inline void set_elementType_3(int32_t value) { ___elementType_3 = value; } inline static int32_t get_offset_of_textElement_4() { return static_cast(offsetof(TMP_CharacterInfo_t15C146F0B08EE44A63EC777AC32151D061AFFAF1, ___textElement_4)); } inline TMP_TextElement_tB9A6A361BB93487BD07DDDA37A368819DA46C344 * get_textElement_4() const { return ___textElement_4; } inline TMP_TextElement_tB9A6A361BB93487BD07DDDA37A368819DA46C344 ** get_address_of_textElement_4() { return &___textElement_4; } inline void set_textElement_4(TMP_TextElement_tB9A6A361BB93487BD07DDDA37A368819DA46C344 * value) { ___textElement_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___textElement_4), (void*)value); } inline static int32_t get_offset_of_fontAsset_5() { return static_cast(offsetof(TMP_CharacterInfo_t15C146F0B08EE44A63EC777AC32151D061AFFAF1, ___fontAsset_5)); } inline TMP_FontAsset_t44D2006105B39FB33AE5A0ADF07A7EF36C72385C * get_fontAsset_5() const { return ___fontAsset_5; } inline TMP_FontAsset_t44D2006105B39FB33AE5A0ADF07A7EF36C72385C ** get_address_of_fontAsset_5() { return &___fontAsset_5; } inline void set_fontAsset_5(TMP_FontAsset_t44D2006105B39FB33AE5A0ADF07A7EF36C72385C * value) { ___fontAsset_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___fontAsset_5), (void*)value); } inline static int32_t get_offset_of_spriteAsset_6() { return static_cast(offsetof(TMP_CharacterInfo_t15C146F0B08EE44A63EC777AC32151D061AFFAF1, ___spriteAsset_6)); } inline TMP_SpriteAsset_tF896FFED2AA9395D6BC40FFEAC6DE7555A27A487 * get_spriteAsset_6() const { return ___spriteAsset_6; } inline TMP_SpriteAsset_tF896FFED2AA9395D6BC40FFEAC6DE7555A27A487 ** get_address_of_spriteAsset_6() { return &___spriteAsset_6; } inline void set_spriteAsset_6(TMP_SpriteAsset_tF896FFED2AA9395D6BC40FFEAC6DE7555A27A487 * value) { ___spriteAsset_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___spriteAsset_6), (void*)value); } inline static int32_t get_offset_of_spriteIndex_7() { return static_cast(offsetof(TMP_CharacterInfo_t15C146F0B08EE44A63EC777AC32151D061AFFAF1, ___spriteIndex_7)); } inline int32_t get_spriteIndex_7() const { return ___spriteIndex_7; } inline int32_t* get_address_of_spriteIndex_7() { return &___spriteIndex_7; } inline void set_spriteIndex_7(int32_t value) { ___spriteIndex_7 = value; } inline static int32_t get_offset_of_material_8() { return static_cast(offsetof(TMP_CharacterInfo_t15C146F0B08EE44A63EC777AC32151D061AFFAF1, ___material_8)); } inline Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * get_material_8() const { return ___material_8; } inline Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 ** get_address_of_material_8() { return &___material_8; } inline void set_material_8(Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * value) { ___material_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___material_8), (void*)value); } inline static int32_t get_offset_of_materialReferenceIndex_9() { return static_cast(offsetof(TMP_CharacterInfo_t15C146F0B08EE44A63EC777AC32151D061AFFAF1, ___materialReferenceIndex_9)); } inline int32_t get_materialReferenceIndex_9() const { return ___materialReferenceIndex_9; } inline int32_t* get_address_of_materialReferenceIndex_9() { return &___materialReferenceIndex_9; } inline void set_materialReferenceIndex_9(int32_t value) { ___materialReferenceIndex_9 = value; } inline static int32_t get_offset_of_isUsingAlternateTypeface_10() { return static_cast(offsetof(TMP_CharacterInfo_t15C146F0B08EE44A63EC777AC32151D061AFFAF1, ___isUsingAlternateTypeface_10)); } inline bool get_isUsingAlternateTypeface_10() const { return ___isUsingAlternateTypeface_10; } inline bool* get_address_of_isUsingAlternateTypeface_10() { return &___isUsingAlternateTypeface_10; } inline void set_isUsingAlternateTypeface_10(bool value) { ___isUsingAlternateTypeface_10 = value; } inline static int32_t get_offset_of_pointSize_11() { return static_cast(offsetof(TMP_CharacterInfo_t15C146F0B08EE44A63EC777AC32151D061AFFAF1, ___pointSize_11)); } inline float get_pointSize_11() const { return ___pointSize_11; } inline float* get_address_of_pointSize_11() { return &___pointSize_11; } inline void set_pointSize_11(float value) { ___pointSize_11 = value; } inline static int32_t get_offset_of_lineNumber_12() { return static_cast(offsetof(TMP_CharacterInfo_t15C146F0B08EE44A63EC777AC32151D061AFFAF1, ___lineNumber_12)); } inline int32_t get_lineNumber_12() const { return ___lineNumber_12; } inline int32_t* get_address_of_lineNumber_12() { return &___lineNumber_12; } inline void set_lineNumber_12(int32_t value) { ___lineNumber_12 = value; } inline static int32_t get_offset_of_pageNumber_13() { return static_cast(offsetof(TMP_CharacterInfo_t15C146F0B08EE44A63EC777AC32151D061AFFAF1, ___pageNumber_13)); } inline int32_t get_pageNumber_13() const { return ___pageNumber_13; } inline int32_t* get_address_of_pageNumber_13() { return &___pageNumber_13; } inline void set_pageNumber_13(int32_t value) { ___pageNumber_13 = value; } inline static int32_t get_offset_of_vertexIndex_14() { return static_cast(offsetof(TMP_CharacterInfo_t15C146F0B08EE44A63EC777AC32151D061AFFAF1, ___vertexIndex_14)); } inline int32_t get_vertexIndex_14() const { return ___vertexIndex_14; } inline int32_t* get_address_of_vertexIndex_14() { return &___vertexIndex_14; } inline void set_vertexIndex_14(int32_t value) { ___vertexIndex_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_TL_16() { return static_cast(offsetof(TMP_CharacterInfo_t15C146F0B08EE44A63EC777AC32151D061AFFAF1, ___vertex_TL_16)); } inline TMP_Vertex_t4F9D3FA0EB3F5F4E94EC06582B857C3C23AC2EA0 get_vertex_TL_16() const { return ___vertex_TL_16; } inline TMP_Vertex_t4F9D3FA0EB3F5F4E94EC06582B857C3C23AC2EA0 * get_address_of_vertex_TL_16() { return &___vertex_TL_16; } inline void set_vertex_TL_16(TMP_Vertex_t4F9D3FA0EB3F5F4E94EC06582B857C3C23AC2EA0 value) { ___vertex_TL_16 = value; } inline static int32_t get_offset_of_vertex_TR_17() { return static_cast(offsetof(TMP_CharacterInfo_t15C146F0B08EE44A63EC777AC32151D061AFFAF1, ___vertex_TR_17)); } inline TMP_Vertex_t4F9D3FA0EB3F5F4E94EC06582B857C3C23AC2EA0 get_vertex_TR_17() const { return ___vertex_TR_17; } inline TMP_Vertex_t4F9D3FA0EB3F5F4E94EC06582B857C3C23AC2EA0 * get_address_of_vertex_TR_17() { return &___vertex_TR_17; } inline void set_vertex_TR_17(TMP_Vertex_t4F9D3FA0EB3F5F4E94EC06582B857C3C23AC2EA0 value) { ___vertex_TR_17 = value; } inline static int32_t get_offset_of_vertex_BR_18() { return static_cast(offsetof(TMP_CharacterInfo_t15C146F0B08EE44A63EC777AC32151D061AFFAF1, ___vertex_BR_18)); } inline TMP_Vertex_t4F9D3FA0EB3F5F4E94EC06582B857C3C23AC2EA0 get_vertex_BR_18() const { return ___vertex_BR_18; } inline TMP_Vertex_t4F9D3FA0EB3F5F4E94EC06582B857C3C23AC2EA0 * get_address_of_vertex_BR_18() { return &___vertex_BR_18; } inline void set_vertex_BR_18(TMP_Vertex_t4F9D3FA0EB3F5F4E94EC06582B857C3C23AC2EA0 value) { ___vertex_BR_18 = value; } inline static int32_t get_offset_of_topLeft_19() { return static_cast(offsetof(TMP_CharacterInfo_t15C146F0B08EE44A63EC777AC32151D061AFFAF1, ___topLeft_19)); } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_topLeft_19() const { return ___topLeft_19; } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_topLeft_19() { return &___topLeft_19; } inline void set_topLeft_19(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value) { ___topLeft_19 = value; } inline static int32_t get_offset_of_bottomLeft_20() { return static_cast(offsetof(TMP_CharacterInfo_t15C146F0B08EE44A63EC777AC32151D061AFFAF1, ___bottomLeft_20)); } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_bottomLeft_20() const { return ___bottomLeft_20; } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_bottomLeft_20() { return &___bottomLeft_20; } inline void set_bottomLeft_20(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value) { ___bottomLeft_20 = value; } inline static int32_t get_offset_of_topRight_21() { return static_cast(offsetof(TMP_CharacterInfo_t15C146F0B08EE44A63EC777AC32151D061AFFAF1, ___topRight_21)); } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_topRight_21() const { return ___topRight_21; } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_topRight_21() { return &___topRight_21; } inline void set_topRight_21(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value) { ___topRight_21 = value; } inline static int32_t get_offset_of_bottomRight_22() { return static_cast(offsetof(TMP_CharacterInfo_t15C146F0B08EE44A63EC777AC32151D061AFFAF1, ___bottomRight_22)); } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_bottomRight_22() const { return ___bottomRight_22; } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_bottomRight_22() { return &___bottomRight_22; } inline void set_bottomRight_22(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value) { ___bottomRight_22 = value; } inline static int32_t get_offset_of_origin_23() { return static_cast(offsetof(TMP_CharacterInfo_t15C146F0B08EE44A63EC777AC32151D061AFFAF1, ___origin_23)); } inline float get_origin_23() const { return ___origin_23; } inline float* get_address_of_origin_23() { return &___origin_23; } inline void set_origin_23(float value) { ___origin_23 = value; } inline static int32_t get_offset_of_ascender_24() { return static_cast(offsetof(TMP_CharacterInfo_t15C146F0B08EE44A63EC777AC32151D061AFFAF1, ___ascender_24)); } inline float get_ascender_24() const { return ___ascender_24; } inline float* get_address_of_ascender_24() { return &___ascender_24; } inline void set_ascender_24(float value) { ___ascender_24 = value; } inline static int32_t get_offset_of_baseLine_25() { return static_cast(offsetof(TMP_CharacterInfo_t15C146F0B08EE44A63EC777AC32151D061AFFAF1, ___baseLine_25)); } inline float get_baseLine_25() const { return ___baseLine_25; } inline float* get_address_of_baseLine_25() { return &___baseLine_25; } inline void set_baseLine_25(float value) { ___baseLine_25 = value; } inline static int32_t get_offset_of_descender_26() { return static_cast(offsetof(TMP_CharacterInfo_t15C146F0B08EE44A63EC777AC32151D061AFFAF1, ___descender_26)); } inline float get_descender_26() const { return ___descender_26; } inline float* get_address_of_descender_26() { return &___descender_26; } inline void set_descender_26(float value) { ___descender_26 = value; } inline static int32_t get_offset_of_xAdvance_27() { return static_cast(offsetof(TMP_CharacterInfo_t15C146F0B08EE44A63EC777AC32151D061AFFAF1, ___xAdvance_27)); } inline float get_xAdvance_27() const { return ___xAdvance_27; } inline float* get_address_of_xAdvance_27() { return &___xAdvance_27; } inline void set_xAdvance_27(float value) { ___xAdvance_27 = value; } inline static int32_t get_offset_of_aspectRatio_28() { return static_cast(offsetof(TMP_CharacterInfo_t15C146F0B08EE44A63EC777AC32151D061AFFAF1, ___aspectRatio_28)); } inline float get_aspectRatio_28() const { return ___aspectRatio_28; } inline float* get_address_of_aspectRatio_28() { return &___aspectRatio_28; } inline void set_aspectRatio_28(float value) { ___aspectRatio_28 = value; } inline static int32_t get_offset_of_scale_29() { return static_cast(offsetof(TMP_CharacterInfo_t15C146F0B08EE44A63EC777AC32151D061AFFAF1, ___scale_29)); } inline float get_scale_29() const { return ___scale_29; } inline float* get_address_of_scale_29() { return &___scale_29; } inline void set_scale_29(float value) { ___scale_29 = value; } inline static int32_t get_offset_of_color_30() { return static_cast(offsetof(TMP_CharacterInfo_t15C146F0B08EE44A63EC777AC32151D061AFFAF1, ___color_30)); } inline Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 get_color_30() const { return ___color_30; } inline Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 * get_address_of_color_30() { return &___color_30; } inline void set_color_30(Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 value) { ___color_30 = value; } inline static int32_t get_offset_of_underlineColor_31() { return static_cast(offsetof(TMP_CharacterInfo_t15C146F0B08EE44A63EC777AC32151D061AFFAF1, ___underlineColor_31)); } inline Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 get_underlineColor_31() const { return ___underlineColor_31; } inline Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 * get_address_of_underlineColor_31() { return &___underlineColor_31; } inline void set_underlineColor_31(Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 value) { ___underlineColor_31 = value; } inline static int32_t get_offset_of_strikethroughColor_32() { return static_cast(offsetof(TMP_CharacterInfo_t15C146F0B08EE44A63EC777AC32151D061AFFAF1, ___strikethroughColor_32)); } inline Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 get_strikethroughColor_32() const { return ___strikethroughColor_32; } inline Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 * get_address_of_strikethroughColor_32() { return &___strikethroughColor_32; } inline void set_strikethroughColor_32(Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 value) { ___strikethroughColor_32 = value; } inline static int32_t get_offset_of_highlightColor_33() { return static_cast(offsetof(TMP_CharacterInfo_t15C146F0B08EE44A63EC777AC32151D061AFFAF1, ___highlightColor_33)); } inline Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 get_highlightColor_33() const { return ___highlightColor_33; } inline Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 * get_address_of_highlightColor_33() { return &___highlightColor_33; } inline void set_highlightColor_33(Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 value) { ___highlightColor_33 = value; } inline static int32_t get_offset_of_style_34() { return static_cast(offsetof(TMP_CharacterInfo_t15C146F0B08EE44A63EC777AC32151D061AFFAF1, ___style_34)); } inline int32_t get_style_34() const { return ___style_34; } inline int32_t* get_address_of_style_34() { return &___style_34; } inline void set_style_34(int32_t value) { ___style_34 = value; } inline static int32_t get_offset_of_isVisible_35() { return static_cast(offsetof(TMP_CharacterInfo_t15C146F0B08EE44A63EC777AC32151D061AFFAF1, ___isVisible_35)); } inline bool get_isVisible_35() const { return ___isVisible_35; } inline bool* get_address_of_isVisible_35() { return &___isVisible_35; } inline void set_isVisible_35(bool value) { ___isVisible_35 = value; } }; // 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 ___stringLength_2; int32_t ___elementType_3; TMP_TextElement_tB9A6A361BB93487BD07DDDA37A368819DA46C344 * ___textElement_4; TMP_FontAsset_t44D2006105B39FB33AE5A0ADF07A7EF36C72385C * ___fontAsset_5; TMP_SpriteAsset_tF896FFED2AA9395D6BC40FFEAC6DE7555A27A487 * ___spriteAsset_6; int32_t ___spriteIndex_7; Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * ___material_8; int32_t ___materialReferenceIndex_9; int32_t ___isUsingAlternateTypeface_10; float ___pointSize_11; int32_t ___lineNumber_12; int32_t ___pageNumber_13; int32_t ___vertexIndex_14; TMP_Vertex_t4F9D3FA0EB3F5F4E94EC06582B857C3C23AC2EA0 ___vertex_BL_15; TMP_Vertex_t4F9D3FA0EB3F5F4E94EC06582B857C3C23AC2EA0 ___vertex_TL_16; TMP_Vertex_t4F9D3FA0EB3F5F4E94EC06582B857C3C23AC2EA0 ___vertex_TR_17; TMP_Vertex_t4F9D3FA0EB3F5F4E94EC06582B857C3C23AC2EA0 ___vertex_BR_18; Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___topLeft_19; Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___bottomLeft_20; Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___topRight_21; Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___bottomRight_22; float ___origin_23; float ___ascender_24; float ___baseLine_25; float ___descender_26; float ___xAdvance_27; float ___aspectRatio_28; float ___scale_29; Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 ___color_30; Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 ___underlineColor_31; Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 ___strikethroughColor_32; Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 ___highlightColor_33; int32_t ___style_34; int32_t ___isVisible_35; }; // 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 ___stringLength_2; int32_t ___elementType_3; TMP_TextElement_tB9A6A361BB93487BD07DDDA37A368819DA46C344 * ___textElement_4; TMP_FontAsset_t44D2006105B39FB33AE5A0ADF07A7EF36C72385C * ___fontAsset_5; TMP_SpriteAsset_tF896FFED2AA9395D6BC40FFEAC6DE7555A27A487 * ___spriteAsset_6; int32_t ___spriteIndex_7; Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * ___material_8; int32_t ___materialReferenceIndex_9; int32_t ___isUsingAlternateTypeface_10; float ___pointSize_11; int32_t ___lineNumber_12; int32_t ___pageNumber_13; int32_t ___vertexIndex_14; TMP_Vertex_t4F9D3FA0EB3F5F4E94EC06582B857C3C23AC2EA0 ___vertex_BL_15; TMP_Vertex_t4F9D3FA0EB3F5F4E94EC06582B857C3C23AC2EA0 ___vertex_TL_16; TMP_Vertex_t4F9D3FA0EB3F5F4E94EC06582B857C3C23AC2EA0 ___vertex_TR_17; TMP_Vertex_t4F9D3FA0EB3F5F4E94EC06582B857C3C23AC2EA0 ___vertex_BR_18; Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___topLeft_19; Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___bottomLeft_20; Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___topRight_21; Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___bottomRight_22; float ___origin_23; float ___ascender_24; float ___baseLine_25; float ___descender_26; float ___xAdvance_27; float ___aspectRatio_28; float ___scale_29; Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 ___color_30; Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 ___underlineColor_31; Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 ___strikethroughColor_32; Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 ___highlightColor_33; int32_t ___style_34; int32_t ___isVisible_35; }; // TMPro.TMP_GlyphPairAdjustmentRecord struct TMP_GlyphPairAdjustmentRecord_tEF0669284CC50EEFC3EE68A7BC378F285EAD7B76 : public RuntimeObject { public: // TMPro.TMP_GlyphAdjustmentRecord TMPro.TMP_GlyphPairAdjustmentRecord::m_FirstAdjustmentRecord TMP_GlyphAdjustmentRecord_t515A636DEA8D632C08D0B01A9AC1F962F0291E58 ___m_FirstAdjustmentRecord_0; // TMPro.TMP_GlyphAdjustmentRecord TMPro.TMP_GlyphPairAdjustmentRecord::m_SecondAdjustmentRecord TMP_GlyphAdjustmentRecord_t515A636DEA8D632C08D0B01A9AC1F962F0291E58 ___m_SecondAdjustmentRecord_1; // TMPro.FontFeatureLookupFlags TMPro.TMP_GlyphPairAdjustmentRecord::m_FeatureLookupFlags int32_t ___m_FeatureLookupFlags_2; public: inline static int32_t get_offset_of_m_FirstAdjustmentRecord_0() { return static_cast(offsetof(TMP_GlyphPairAdjustmentRecord_tEF0669284CC50EEFC3EE68A7BC378F285EAD7B76, ___m_FirstAdjustmentRecord_0)); } inline TMP_GlyphAdjustmentRecord_t515A636DEA8D632C08D0B01A9AC1F962F0291E58 get_m_FirstAdjustmentRecord_0() const { return ___m_FirstAdjustmentRecord_0; } inline TMP_GlyphAdjustmentRecord_t515A636DEA8D632C08D0B01A9AC1F962F0291E58 * get_address_of_m_FirstAdjustmentRecord_0() { return &___m_FirstAdjustmentRecord_0; } inline void set_m_FirstAdjustmentRecord_0(TMP_GlyphAdjustmentRecord_t515A636DEA8D632C08D0B01A9AC1F962F0291E58 value) { ___m_FirstAdjustmentRecord_0 = value; } inline static int32_t get_offset_of_m_SecondAdjustmentRecord_1() { return static_cast(offsetof(TMP_GlyphPairAdjustmentRecord_tEF0669284CC50EEFC3EE68A7BC378F285EAD7B76, ___m_SecondAdjustmentRecord_1)); } inline TMP_GlyphAdjustmentRecord_t515A636DEA8D632C08D0B01A9AC1F962F0291E58 get_m_SecondAdjustmentRecord_1() const { return ___m_SecondAdjustmentRecord_1; } inline TMP_GlyphAdjustmentRecord_t515A636DEA8D632C08D0B01A9AC1F962F0291E58 * get_address_of_m_SecondAdjustmentRecord_1() { return &___m_SecondAdjustmentRecord_1; } inline void set_m_SecondAdjustmentRecord_1(TMP_GlyphAdjustmentRecord_t515A636DEA8D632C08D0B01A9AC1F962F0291E58 value) { ___m_SecondAdjustmentRecord_1 = value; } inline static int32_t get_offset_of_m_FeatureLookupFlags_2() { return static_cast(offsetof(TMP_GlyphPairAdjustmentRecord_tEF0669284CC50EEFC3EE68A7BC378F285EAD7B76, ___m_FeatureLookupFlags_2)); } inline int32_t get_m_FeatureLookupFlags_2() const { return ___m_FeatureLookupFlags_2; } inline int32_t* get_address_of_m_FeatureLookupFlags_2() { return &___m_FeatureLookupFlags_2; } inline void set_m_FeatureLookupFlags_2(int32_t value) { ___m_FeatureLookupFlags_2 = value; } }; // 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; } }; // TMPro.TMP_MeshInfo struct TMP_MeshInfo_t0140B4A33090360DC5CFB47CD8419369BBE3AD2E { public: // UnityEngine.Mesh TMPro.TMP_MeshInfo::mesh Mesh_t6106B8D8E4C691321581AB0445552EC78B947B8C * ___mesh_4; // System.Int32 TMPro.TMP_MeshInfo::vertexCount int32_t ___vertexCount_5; // UnityEngine.Vector3[] TMPro.TMP_MeshInfo::vertices Vector3U5BU5D_tB9EC3346CC4A0EA5447D968E84A9AC1F6F372C28* ___vertices_6; // UnityEngine.Vector3[] TMPro.TMP_MeshInfo::normals Vector3U5BU5D_tB9EC3346CC4A0EA5447D968E84A9AC1F6F372C28* ___normals_7; // UnityEngine.Vector4[] TMPro.TMP_MeshInfo::tangents Vector4U5BU5D_t51402C154FFFCF7217A9BEC4B834F0B726C10F66* ___tangents_8; // UnityEngine.Vector2[] TMPro.TMP_MeshInfo::uvs0 Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6* ___uvs0_9; // UnityEngine.Vector2[] TMPro.TMP_MeshInfo::uvs2 Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6* ___uvs2_10; // UnityEngine.Color32[] TMPro.TMP_MeshInfo::colors32 Color32U5BU5D_tABFBCB467E6D1B791303A0D3A3AA1A482F620983* ___colors32_11; // System.Int32[] TMPro.TMP_MeshInfo::triangles Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___triangles_12; public: inline static int32_t get_offset_of_mesh_4() { return static_cast(offsetof(TMP_MeshInfo_t0140B4A33090360DC5CFB47CD8419369BBE3AD2E, ___mesh_4)); } inline Mesh_t6106B8D8E4C691321581AB0445552EC78B947B8C * get_mesh_4() const { return ___mesh_4; } inline Mesh_t6106B8D8E4C691321581AB0445552EC78B947B8C ** get_address_of_mesh_4() { return &___mesh_4; } inline void set_mesh_4(Mesh_t6106B8D8E4C691321581AB0445552EC78B947B8C * value) { ___mesh_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___mesh_4), (void*)value); } inline static int32_t get_offset_of_vertexCount_5() { return static_cast(offsetof(TMP_MeshInfo_t0140B4A33090360DC5CFB47CD8419369BBE3AD2E, ___vertexCount_5)); } inline int32_t get_vertexCount_5() const { return ___vertexCount_5; } inline int32_t* get_address_of_vertexCount_5() { return &___vertexCount_5; } inline void set_vertexCount_5(int32_t value) { ___vertexCount_5 = value; } inline static int32_t get_offset_of_vertices_6() { return static_cast(offsetof(TMP_MeshInfo_t0140B4A33090360DC5CFB47CD8419369BBE3AD2E, ___vertices_6)); } inline Vector3U5BU5D_tB9EC3346CC4A0EA5447D968E84A9AC1F6F372C28* get_vertices_6() const { return ___vertices_6; } inline Vector3U5BU5D_tB9EC3346CC4A0EA5447D968E84A9AC1F6F372C28** get_address_of_vertices_6() { return &___vertices_6; } inline void set_vertices_6(Vector3U5BU5D_tB9EC3346CC4A0EA5447D968E84A9AC1F6F372C28* value) { ___vertices_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___vertices_6), (void*)value); } inline static int32_t get_offset_of_normals_7() { return static_cast(offsetof(TMP_MeshInfo_t0140B4A33090360DC5CFB47CD8419369BBE3AD2E, ___normals_7)); } inline Vector3U5BU5D_tB9EC3346CC4A0EA5447D968E84A9AC1F6F372C28* get_normals_7() const { return ___normals_7; } inline Vector3U5BU5D_tB9EC3346CC4A0EA5447D968E84A9AC1F6F372C28** get_address_of_normals_7() { return &___normals_7; } inline void set_normals_7(Vector3U5BU5D_tB9EC3346CC4A0EA5447D968E84A9AC1F6F372C28* value) { ___normals_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___normals_7), (void*)value); } inline static int32_t get_offset_of_tangents_8() { return static_cast(offsetof(TMP_MeshInfo_t0140B4A33090360DC5CFB47CD8419369BBE3AD2E, ___tangents_8)); } inline Vector4U5BU5D_t51402C154FFFCF7217A9BEC4B834F0B726C10F66* get_tangents_8() const { return ___tangents_8; } inline Vector4U5BU5D_t51402C154FFFCF7217A9BEC4B834F0B726C10F66** get_address_of_tangents_8() { return &___tangents_8; } inline void set_tangents_8(Vector4U5BU5D_t51402C154FFFCF7217A9BEC4B834F0B726C10F66* value) { ___tangents_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___tangents_8), (void*)value); } inline static int32_t get_offset_of_uvs0_9() { return static_cast(offsetof(TMP_MeshInfo_t0140B4A33090360DC5CFB47CD8419369BBE3AD2E, ___uvs0_9)); } inline Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6* get_uvs0_9() const { return ___uvs0_9; } inline Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6** get_address_of_uvs0_9() { return &___uvs0_9; } inline void set_uvs0_9(Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6* value) { ___uvs0_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___uvs0_9), (void*)value); } inline static int32_t get_offset_of_uvs2_10() { return static_cast(offsetof(TMP_MeshInfo_t0140B4A33090360DC5CFB47CD8419369BBE3AD2E, ___uvs2_10)); } inline Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6* get_uvs2_10() const { return ___uvs2_10; } inline Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6** get_address_of_uvs2_10() { return &___uvs2_10; } inline void set_uvs2_10(Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6* value) { ___uvs2_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___uvs2_10), (void*)value); } inline static int32_t get_offset_of_colors32_11() { return static_cast(offsetof(TMP_MeshInfo_t0140B4A33090360DC5CFB47CD8419369BBE3AD2E, ___colors32_11)); } inline Color32U5BU5D_tABFBCB467E6D1B791303A0D3A3AA1A482F620983* get_colors32_11() const { return ___colors32_11; } inline Color32U5BU5D_tABFBCB467E6D1B791303A0D3A3AA1A482F620983** get_address_of_colors32_11() { return &___colors32_11; } inline void set_colors32_11(Color32U5BU5D_tABFBCB467E6D1B791303A0D3A3AA1A482F620983* value) { ___colors32_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___colors32_11), (void*)value); } inline static int32_t get_offset_of_triangles_12() { return static_cast(offsetof(TMP_MeshInfo_t0140B4A33090360DC5CFB47CD8419369BBE3AD2E, ___triangles_12)); } inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get_triangles_12() const { return ___triangles_12; } inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of_triangles_12() { return &___triangles_12; } inline void set_triangles_12(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value) { ___triangles_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___triangles_12), (void*)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; // UnityEngine.Bounds TMPro.TMP_MeshInfo::s_DefaultBounds Bounds_tA2716F5212749C61B0E7B7B77E0CD3D79B742890 ___s_DefaultBounds_3; 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; } inline static int32_t get_offset_of_s_DefaultBounds_3() { return static_cast(offsetof(TMP_MeshInfo_t0140B4A33090360DC5CFB47CD8419369BBE3AD2E_StaticFields, ___s_DefaultBounds_3)); } inline Bounds_tA2716F5212749C61B0E7B7B77E0CD3D79B742890 get_s_DefaultBounds_3() const { return ___s_DefaultBounds_3; } inline Bounds_tA2716F5212749C61B0E7B7B77E0CD3D79B742890 * get_address_of_s_DefaultBounds_3() { return &___s_DefaultBounds_3; } inline void set_s_DefaultBounds_3(Bounds_tA2716F5212749C61B0E7B7B77E0CD3D79B742890 value) { ___s_DefaultBounds_3 = value; } }; // Native definition for P/Invoke marshalling of TMPro.TMP_MeshInfo struct TMP_MeshInfo_t0140B4A33090360DC5CFB47CD8419369BBE3AD2E_marshaled_pinvoke { Mesh_t6106B8D8E4C691321581AB0445552EC78B947B8C * ___mesh_4; int32_t ___vertexCount_5; Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * ___vertices_6; Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * ___normals_7; Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E * ___tangents_8; Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * ___uvs0_9; Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * ___uvs2_10; Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 * ___colors32_11; Il2CppSafeArray/*NONE*/* ___triangles_12; }; // Native definition for COM marshalling of TMPro.TMP_MeshInfo struct TMP_MeshInfo_t0140B4A33090360DC5CFB47CD8419369BBE3AD2E_marshaled_com { Mesh_t6106B8D8E4C691321581AB0445552EC78B947B8C * ___mesh_4; int32_t ___vertexCount_5; Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * ___vertices_6; Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * ___normals_7; Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E * ___tangents_8; Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * ___uvs0_9; Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * ___uvs2_10; Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 * ___colors32_11; Il2CppSafeArray/*NONE*/* ___triangles_12; }; // TMPro.TMP_RichTextTagStack`1 struct TMP_RichTextTagStack_1_t8A36CC4DA32744F1BFB63EBF61C1163D93E01A4A { public: // T[] TMPro.TMP_RichTextTagStack`1::m_ItemStack Int32EnumU5BU5D_t0A5530B4D0EA3796F661E767F9F7D7005A62CE4A* ___m_ItemStack_0; // System.Int32 TMPro.TMP_RichTextTagStack`1::m_Index int32_t ___m_Index_1; // System.Int32 TMPro.TMP_RichTextTagStack`1::m_Capacity int32_t ___m_Capacity_2; // T TMPro.TMP_RichTextTagStack`1::m_DefaultItem int32_t ___m_DefaultItem_3; public: inline static int32_t get_offset_of_m_ItemStack_0() { return static_cast(offsetof(TMP_RichTextTagStack_1_t8A36CC4DA32744F1BFB63EBF61C1163D93E01A4A, ___m_ItemStack_0)); } inline Int32EnumU5BU5D_t0A5530B4D0EA3796F661E767F9F7D7005A62CE4A* get_m_ItemStack_0() const { return ___m_ItemStack_0; } inline Int32EnumU5BU5D_t0A5530B4D0EA3796F661E767F9F7D7005A62CE4A** get_address_of_m_ItemStack_0() { return &___m_ItemStack_0; } inline void set_m_ItemStack_0(Int32EnumU5BU5D_t0A5530B4D0EA3796F661E767F9F7D7005A62CE4A* value) { ___m_ItemStack_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_ItemStack_0), (void*)value); } inline static int32_t get_offset_of_m_Index_1() { return static_cast(offsetof(TMP_RichTextTagStack_1_t8A36CC4DA32744F1BFB63EBF61C1163D93E01A4A, ___m_Index_1)); } inline int32_t get_m_Index_1() const { return ___m_Index_1; } inline int32_t* get_address_of_m_Index_1() { return &___m_Index_1; } inline void set_m_Index_1(int32_t value) { ___m_Index_1 = value; } inline static int32_t get_offset_of_m_Capacity_2() { return static_cast(offsetof(TMP_RichTextTagStack_1_t8A36CC4DA32744F1BFB63EBF61C1163D93E01A4A, ___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_RichTextTagStack_1_t8A36CC4DA32744F1BFB63EBF61C1163D93E01A4A, ___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; } }; // TMPro.TMP_RichTextTagStack`1 struct TMP_RichTextTagStack_1_t9B6C6D23490A525AEA83F4301C7523574055098B { public: // T[] TMPro.TMP_RichTextTagStack`1::m_ItemStack FontWeightU5BU5D_t7A186E8DAEB072A355A6CCC80B3FFD219E538446* ___m_ItemStack_0; // System.Int32 TMPro.TMP_RichTextTagStack`1::m_Index int32_t ___m_Index_1; // System.Int32 TMPro.TMP_RichTextTagStack`1::m_Capacity int32_t ___m_Capacity_2; // T TMPro.TMP_RichTextTagStack`1::m_DefaultItem int32_t ___m_DefaultItem_3; public: inline static int32_t get_offset_of_m_ItemStack_0() { return static_cast(offsetof(TMP_RichTextTagStack_1_t9B6C6D23490A525AEA83F4301C7523574055098B, ___m_ItemStack_0)); } inline FontWeightU5BU5D_t7A186E8DAEB072A355A6CCC80B3FFD219E538446* get_m_ItemStack_0() const { return ___m_ItemStack_0; } inline FontWeightU5BU5D_t7A186E8DAEB072A355A6CCC80B3FFD219E538446** get_address_of_m_ItemStack_0() { return &___m_ItemStack_0; } inline void set_m_ItemStack_0(FontWeightU5BU5D_t7A186E8DAEB072A355A6CCC80B3FFD219E538446* value) { ___m_ItemStack_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_ItemStack_0), (void*)value); } inline static int32_t get_offset_of_m_Index_1() { return static_cast(offsetof(TMP_RichTextTagStack_1_t9B6C6D23490A525AEA83F4301C7523574055098B, ___m_Index_1)); } inline int32_t get_m_Index_1() const { return ___m_Index_1; } inline int32_t* get_address_of_m_Index_1() { return &___m_Index_1; } inline void set_m_Index_1(int32_t value) { ___m_Index_1 = value; } inline static int32_t get_offset_of_m_Capacity_2() { return static_cast(offsetof(TMP_RichTextTagStack_1_t9B6C6D23490A525AEA83F4301C7523574055098B, ___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_RichTextTagStack_1_t9B6C6D23490A525AEA83F4301C7523574055098B, ___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; } }; // TMPro.TMP_RichTextTagStack`1 struct TMP_RichTextTagStack_1_t435AA844A7DBDA7E54BCDA3C53622D4B28952115 { public: // T[] TMPro.TMP_RichTextTagStack`1::m_ItemStack TextAlignmentOptionsU5BU5D_t4AE8FA5E3D695ED64EBBCFBAF8C780A0EB0BD33B* ___m_ItemStack_0; // System.Int32 TMPro.TMP_RichTextTagStack`1::m_Index int32_t ___m_Index_1; // System.Int32 TMPro.TMP_RichTextTagStack`1::m_Capacity int32_t ___m_Capacity_2; // T TMPro.TMP_RichTextTagStack`1::m_DefaultItem int32_t ___m_DefaultItem_3; public: inline static int32_t get_offset_of_m_ItemStack_0() { return static_cast(offsetof(TMP_RichTextTagStack_1_t435AA844A7DBDA7E54BCDA3C53622D4B28952115, ___m_ItemStack_0)); } inline TextAlignmentOptionsU5BU5D_t4AE8FA5E3D695ED64EBBCFBAF8C780A0EB0BD33B* get_m_ItemStack_0() const { return ___m_ItemStack_0; } inline TextAlignmentOptionsU5BU5D_t4AE8FA5E3D695ED64EBBCFBAF8C780A0EB0BD33B** get_address_of_m_ItemStack_0() { return &___m_ItemStack_0; } inline void set_m_ItemStack_0(TextAlignmentOptionsU5BU5D_t4AE8FA5E3D695ED64EBBCFBAF8C780A0EB0BD33B* value) { ___m_ItemStack_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_ItemStack_0), (void*)value); } inline static int32_t get_offset_of_m_Index_1() { return static_cast(offsetof(TMP_RichTextTagStack_1_t435AA844A7DBDA7E54BCDA3C53622D4B28952115, ___m_Index_1)); } inline int32_t get_m_Index_1() const { return ___m_Index_1; } inline int32_t* get_address_of_m_Index_1() { return &___m_Index_1; } inline void set_m_Index_1(int32_t value) { ___m_Index_1 = value; } inline static int32_t get_offset_of_m_Capacity_2() { return static_cast(offsetof(TMP_RichTextTagStack_1_t435AA844A7DBDA7E54BCDA3C53622D4B28952115, ___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_RichTextTagStack_1_t435AA844A7DBDA7E54BCDA3C53622D4B28952115, ___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; } }; // TMPro.TMP_SpriteGlyph struct TMP_SpriteGlyph_t423E5984649351521A513FDF257D33C67116BF9B : public Glyph_t64B599C17F15D84707C46FE272E98B347E1283B4 { public: // UnityEngine.Sprite TMPro.TMP_SpriteGlyph::sprite Sprite_tCA09498D612D08DE668653AF1E9C12BF53434198 * ___sprite_5; public: inline static int32_t get_offset_of_sprite_5() { return static_cast(offsetof(TMP_SpriteGlyph_t423E5984649351521A513FDF257D33C67116BF9B, ___sprite_5)); } inline Sprite_tCA09498D612D08DE668653AF1E9C12BF53434198 * get_sprite_5() const { return ___sprite_5; } inline Sprite_tCA09498D612D08DE668653AF1E9C12BF53434198 ** get_address_of_sprite_5() { return &___sprite_5; } inline void set_sprite_5(Sprite_tCA09498D612D08DE668653AF1E9C12BF53434198 * value) { ___sprite_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___sprite_5), (void*)value); } }; // TMPro.TMP_TextElement struct TMP_TextElement_tB9A6A361BB93487BD07DDDA37A368819DA46C344 : public RuntimeObject { public: // TMPro.TextElementType TMPro.TMP_TextElement::m_ElementType uint8_t ___m_ElementType_0; // System.UInt32 TMPro.TMP_TextElement::m_Unicode uint32_t ___m_Unicode_1; // UnityEngine.TextCore.Glyph TMPro.TMP_TextElement::m_Glyph Glyph_t64B599C17F15D84707C46FE272E98B347E1283B4 * ___m_Glyph_2; // System.UInt32 TMPro.TMP_TextElement::m_GlyphIndex uint32_t ___m_GlyphIndex_3; // System.Single TMPro.TMP_TextElement::m_Scale float ___m_Scale_4; public: inline static int32_t get_offset_of_m_ElementType_0() { return static_cast(offsetof(TMP_TextElement_tB9A6A361BB93487BD07DDDA37A368819DA46C344, ___m_ElementType_0)); } inline uint8_t get_m_ElementType_0() const { return ___m_ElementType_0; } inline uint8_t* get_address_of_m_ElementType_0() { return &___m_ElementType_0; } inline void set_m_ElementType_0(uint8_t value) { ___m_ElementType_0 = value; } inline static int32_t get_offset_of_m_Unicode_1() { return static_cast(offsetof(TMP_TextElement_tB9A6A361BB93487BD07DDDA37A368819DA46C344, ___m_Unicode_1)); } inline uint32_t get_m_Unicode_1() const { return ___m_Unicode_1; } inline uint32_t* get_address_of_m_Unicode_1() { return &___m_Unicode_1; } inline void set_m_Unicode_1(uint32_t value) { ___m_Unicode_1 = value; } inline static int32_t get_offset_of_m_Glyph_2() { return static_cast(offsetof(TMP_TextElement_tB9A6A361BB93487BD07DDDA37A368819DA46C344, ___m_Glyph_2)); } inline Glyph_t64B599C17F15D84707C46FE272E98B347E1283B4 * get_m_Glyph_2() const { return ___m_Glyph_2; } inline Glyph_t64B599C17F15D84707C46FE272E98B347E1283B4 ** get_address_of_m_Glyph_2() { return &___m_Glyph_2; } inline void set_m_Glyph_2(Glyph_t64B599C17F15D84707C46FE272E98B347E1283B4 * value) { ___m_Glyph_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Glyph_2), (void*)value); } inline static int32_t get_offset_of_m_GlyphIndex_3() { return static_cast(offsetof(TMP_TextElement_tB9A6A361BB93487BD07DDDA37A368819DA46C344, ___m_GlyphIndex_3)); } inline uint32_t get_m_GlyphIndex_3() const { return ___m_GlyphIndex_3; } inline uint32_t* get_address_of_m_GlyphIndex_3() { return &___m_GlyphIndex_3; } inline void set_m_GlyphIndex_3(uint32_t value) { ___m_GlyphIndex_3 = value; } inline static int32_t get_offset_of_m_Scale_4() { return static_cast(offsetof(TMP_TextElement_tB9A6A361BB93487BD07DDDA37A368819DA46C344, ___m_Scale_4)); } inline float get_m_Scale_4() const { return ___m_Scale_4; } inline float* get_address_of_m_Scale_4() { return &___m_Scale_4; } inline void set_m_Scale_4(float value) { ___m_Scale_4 = value; } }; // UnityEngine.Component struct Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621 : public Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 { public: public: }; // 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_t3D4152882C54B77C712688E910390D5C8E030463 * ___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::