#include "pch-cpp.hpp" #ifndef _MSC_VER # include #else # include #endif #include #include struct VirtualActionInvoker0 { typedef void (*Action)(void*, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); ((Action)invokeData.methodPtr)(obj, invokeData.method); } }; template struct VirtualActionInvoker1 { typedef void (*Action)(void*, T1, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); ((Action)invokeData.methodPtr)(obj, p1, invokeData.method); } }; template struct VirtualActionInvoker2 { typedef void (*Action)(void*, T1, T2, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); ((Action)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; template struct VirtualActionInvoker3 { 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 VirtualActionInvoker4 { 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 VirtualFuncInvoker0 { typedef R (*Func)(void*, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, invokeData.method); } }; template struct VirtualFuncInvoker1 { typedef R (*Func)(void*, T1, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, p1, invokeData.method); } }; template struct VirtualFuncInvoker4 { typedef R (*Func)(void*, T1, T2, T3, T4, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, p4, invokeData.method); } }; template struct InterfaceFuncInvoker0 { typedef R (*Func)(void*, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); return ((Func)invokeData.methodPtr)(obj, invokeData.method); } }; template struct InterfaceFuncInvoker1 { typedef R (*Func)(void*, T1, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); return ((Func)invokeData.methodPtr)(obj, p1, invokeData.method); } }; // System.Action`1 struct Action_1_t080BA8EFA9616A494EBB4DD352BFEF943792E05B; // System.Action`1 struct Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC; // System.Action`1 struct Action_1_t170B3E821B49B45FA7134A2CF48A2E64CA371D42; // System.Action`2 struct Action_2_tCC1DAEC9EBDBAB5891B0CF72C24B016C610EFF39; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t446D8FCE66ED404E00855B46A520AB382A69EFF1; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_tB8FA8FEFBC38630BF40B59A6B474816F30D29B23; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t49CB072CAA9184D326107FA696BB354C43EB5E08; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_tE1E5B6327FFA2C7AE34A69E0011815C914771C2F; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_tAB557C4BCEBDF7E2339209187287588CF6C63579; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_tF4EABB89111A0E30158256A3B667C7770E384763; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_tDA5C03A58B5E004C6D454EF31BF9C5307FE785BE; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t613970F5DB840DE525998C9C40E993772B7B7F60; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t32479D928C553725424938B11A68D3CD8069EA75; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t6BB43D0F158FE3B19E71F6F48A84283B5250E1B4; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t0583F646DAE1361FD64601FB5FBF7B4C57DDBDF4; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_tEC101901EE680E17704967FA8AF17B1E6CD618B8; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_tF17132A004B24571E82B3F37E944651A0E72799F; // System.Func`2 struct Func_2_tC3246CBAFBB962E2C6075141A9B6BFC365266428; // System.Func`2 struct Func_2_tBFAEAFC2F9FB8E112B1B64F551709A017C9D9A87; // System.Func`2 struct Func_2_tCBDDA9D38F4DC72A500A2A63C0B30498DC5DE7EC; // System.Func`3 struct Func_3_tC73F70171ED2A384FAB045BC40C8A3D76DD50FFC; // System.Func`3 struct Func_3_tD4EA9DBB68453335E80C2917C93BDE503A28F3F0; // System.Func`3 struct Func_3_t540BC7F75C78E0C70D6C37F2D220418DABC4B9EA; // System.Collections.Generic.HashSet`1 struct HashSet_1_tF187707BD5564B6808CE30721FBC083F00B385E5; // System.Collections.Generic.HashSet`1 struct HashSet_1_tE1C51BB41CBDB9CD639DE8689780E3494FDE999B; // System.Collections.Generic.IEnumerable`1 struct IEnumerable_1_t52B1AC8D9E5E1ED28DF6C46A37C9A1B00B394F9D; // System.Collections.Generic.IEnumerable`1 struct IEnumerable_1_t8E41E25E90FECB9DFD7D7AB65BACD1F0BCEF2ECA; // System.Collections.Generic.IEnumerable`1 struct IEnumerable_1_t7FBFF8EFF31C97702E69ED55CFC214DD6063DEBB; // System.Collections.Generic.IEqualityComparer`1 struct IEqualityComparer_1_t62010156673DE1460AB1D1CEBE5DCD48665E1A38; // System.Collections.Generic.IEqualityComparer`1 struct IEqualityComparer_1_t75C3361D3BE51E9742B0BBFA0F3998120E7CB6CE; // System.Collections.Generic.IList`1 struct IList_1_t1C0FF9038440D4E3F8C4A2D43AF1062780CF179D; // System.Linq.IOrderedEnumerable`1 struct IOrderedEnumerable_1_tB9F2319177B9E63FFCBB89F9E57F8529A97CC77B; // System.Linq.IOrderedEnumerable`1 struct IOrderedEnumerable_1_t56276E9B9D99868F2ABB86C01F13C74338DA693C; // System.Linq.IOrderedEnumerable`1 struct IOrderedEnumerable_1_tE6AB7C0DAC52549BC0E5CBC2593BD2CFA7ADC51B; // System.Collections.Generic.Dictionary`2/KeyCollection struct KeyCollection_t1A4234C2733AA679CBD9BA87755956535D81647E; // System.Collections.Generic.Dictionary`2/KeyCollection struct KeyCollection_tB6DA7BD3F3255AFC2FAD2CA9A291FBA43E5CD4B1; // System.Collections.Generic.Dictionary`2/KeyCollection struct KeyCollection_tDB6919EBDF36E83E708A483A6C4CF8065F62D1E0; // System.Collections.Generic.Dictionary`2/KeyCollection struct KeyCollection_t92992C87550862FBB154128E3752DD1AD1E7849F; // System.Collections.Generic.Dictionary`2/KeyCollection struct KeyCollection_tE9F96B813D9A5BE7A9C9F9E96F8874A1DF7CE8C6; // System.Collections.Generic.Dictionary`2/KeyCollection struct KeyCollection_t19748CBB6EA73F4F3CD39D92D3C0F67BDC5275E1; // System.Collections.Generic.Dictionary`2/KeyCollection struct KeyCollection_tDA826B2176123534B81A7FF5DDD768A34251ADB4; // System.Collections.Generic.Dictionary`2/KeyCollection struct KeyCollection_t840B891CD8C62EE926DDDEE92D85290C08539C0B; // System.Collections.Generic.Dictionary`2/KeyCollection struct KeyCollection_t499E84E56D251625DBE5DDDF8E9F0D89CBB0D0DF; // System.Collections.Generic.Dictionary`2/KeyCollection struct KeyCollection_tDCCDDA686FEADA7D12856936AFEA23F2A9F65638; // System.Collections.Generic.List`1 struct List_1_t6D0A10F47F3440798295D2FFFC6D016477AF38E5; // System.Collections.Generic.List`1 struct List_1_tA740960861E81663EBF03A56DE52E25A9283E954; // System.Collections.Generic.List`1 struct List_1_tE870449A6BC21548542BC92F18B284004FA8668A; // System.Collections.Generic.List`1 struct List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5; // System.Collections.Generic.List`1 struct List_1_tE8F1656A7A5AF5AEE27ED7B656B56CACB417FEB8; // System.Collections.Generic.List`1 struct List_1_tBE22F0B6C1EBDB760862FAD201AFE75E3DEBBBFD; // System.Collections.Generic.List`1 struct List_1_t3F387498A6DE374D972293A68DB91FDF1A530E2E; // System.Collections.Generic.List`1 struct List_1_tDFE35C4D82EC736078A1C899175E5F6747C41D60; // System.Collections.Generic.List`1 struct List_1_tF6EAF0B1BB91EA856A5893AC3A160A3B76E5BB67; // System.Collections.Generic.List`1 struct List_1_tD057592B5C6E2EF6CBE5ADC501E5D58919E8B364; // System.Collections.Generic.List`1 struct List_1_t7850FCF22796079854614A9268CE558E34108A02; // System.Collections.Generic.List`1 struct List_1_tF7848685CB961B42606831D4C30E1C31069D91C8; // System.Collections.Generic.List`1 struct List_1_t45639C9CAC14492B91832F71F3BE40F75A336649; // System.Collections.Generic.List`1 struct List_1_t023026A8F0D0D113E2B62213C8C74717BF7F4731; // UnityEngine.UI.CoroutineTween.TweenRunner`1 struct TweenRunner_1_tD84B9953874682FCC36990AF2C54D748293908F3; // System.Collections.Generic.Dictionary`2/ValueCollection struct ValueCollection_tAC9371FC72C759652E224BBBE13669CD7F4FC7EC; // System.Collections.Generic.Dictionary`2/ValueCollection struct ValueCollection_tDEA922C20FE7390F1063807C7F0EAE8B2C022A7B; // System.Collections.Generic.Dictionary`2/ValueCollection struct ValueCollection_t8738745D8513A557A82E6E097DF4D4E70D5253C2; // System.Collections.Generic.Dictionary`2/ValueCollection struct ValueCollection_tC8F758677CEA2459E735CF3B2F6408762AAC21B5; // System.Collections.Generic.Dictionary`2/ValueCollection struct ValueCollection_t625D6831F9B9DDA73FD6EBEC5DF210DF81231030; // System.Collections.Generic.Dictionary`2/ValueCollection struct ValueCollection_t5021005DA85ABB38062E53F64AC0587152FDBBDB; // System.Collections.Generic.Dictionary`2/ValueCollection struct ValueCollection_t26781662F3B517C49F6523DD6BE7954D4EDE8CC6; // System.Collections.Generic.Dictionary`2/ValueCollection struct ValueCollection_tA0BA28017BC956C749773968709DDA31226156B3; // System.Collections.Generic.Dictionary`2/ValueCollection struct ValueCollection_t87E40163F777395B84663882E0FD5DEB3C624C50; // System.Collections.Generic.Dictionary`2/ValueCollection struct ValueCollection_t94BB350A9E80F0F92298B2AAA875C6CE7BE6BF3E; // System.Collections.Generic.Dictionary`2/Entry[] struct EntryU5BU5D_t7732497AB9D637A1BADCC6C2B28E6F66569559D5; // System.Collections.Generic.Dictionary`2/Entry[] struct EntryU5BU5D_tB85F10076BA2A751C87B4BDE98DF0468F760AD20; // System.Collections.Generic.Dictionary`2/Entry[] struct EntryU5BU5D_tB55287EA11F7C665F930EF3A359F186CD3AE5EC1; // System.Collections.Generic.Dictionary`2/Entry[] struct EntryU5BU5D_tB3D8D0D553CC936EE56FDA542F9E71CE3EDA8970; // System.Collections.Generic.Dictionary`2/Entry[] struct EntryU5BU5D_t194D6B912F97E5730AAAEEE572C705AD0790F7C8; // System.Collections.Generic.Dictionary`2/Entry[] struct EntryU5BU5D_tC50D8F28F6587BCDF43C9B72744CAD4892BE7734; // System.Collections.Generic.Dictionary`2/Entry[] struct EntryU5BU5D_t89E84E983199EA1394D036EF9F40983C841F48B3; // System.Collections.Generic.Dictionary`2/Entry[] struct EntryU5BU5D_t5988951BD5E7F9A1B3915572BB11DC9E0F155255; // System.Collections.Generic.Dictionary`2/Entry[] struct EntryU5BU5D_tA087877EE0CAAD820A376766D8FFA043F73B8CA0; // System.Collections.Generic.Dictionary`2/Entry[] struct EntryU5BU5D_tECEC3CEBBB6B08D51574D8802A9FF4526213C353; // System.Collections.Generic.HashSet`1/Slot[] struct SlotU5BU5D_t464AE2F4120A3C0E4A56A29ED1393EC87FBAA975; // TMPro.TMP_TextProcessingStack`1[] struct TMP_TextProcessingStack_1U5BU5D_t1E4BEAC3D61A2AD0284E919166D0F38D21540A37; // System.Byte[] struct ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726; // System.Char[] struct CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34; // UnityEngine.Color32[] struct Color32U5BU5D_t7FEB526973BF84608073B85CF2D581427F0235E2; // System.Decimal[] struct DecimalU5BU5D_tAA3302A4A6ACCE77638A2346993A0FAAE2F9FDBA; // System.Delegate[] struct DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8; // TMPro.FontWeight[] struct FontWeightU5BU5D_t0C9E436904E570F798885BC6F264C7AE6608B5C6; // TMPro.HighlightState[] struct HighlightStateU5BU5D_t8150DD4545DE751DD24E4106F1E66C41DFFE38EA; // TMPro.HorizontalAlignmentOptions[] struct HorizontalAlignmentOptionsU5BU5D_t57D37E3CA431B98ECF9444788AA9C047B990DDBB; // System.Int32[] struct Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32; // System.Int32Enum[] struct Int32EnumU5BU5D_t9327F857579EE00EB201E1913599094BF837D3CD; // UnityEngine.Material[] struct MaterialU5BU5D_t3AE4936F3CA08FB9EE182A935E665EA9CDA5E492; // TMPro.MaterialReference[] struct MaterialReferenceU5BU5D_t06D1C1249B8051EC092684920106F77B6FC203FD; // System.Object[] struct ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE; // TMPro.RichTextTagAttribute[] struct RichTextTagAttributeU5BU5D_t81DC8CE2ED156F9CA996E2DC8A64A973A156D615; // System.Single[] struct SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA; // System.String[] struct StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A; // TMPro.TMP_CharacterInfo[] struct TMP_CharacterInfoU5BU5D_t7128C1B46CF6AB1374135FA31D41ABF23882B970; // TMPro.TMP_ColorGradient[] struct TMP_ColorGradientU5BU5D_t5271ED3FC5D741D05A220867865A1DA1EB04919A; // TMPro.TMP_FontAsset[] struct TMP_FontAssetU5BU5D_t428AAB45232CFFF6A5EF8E12B0633C5E6226902F; // TMPro.TMP_FontWeightPair[] struct TMP_FontWeightPairU5BU5D_t537F746E35AD2938424D897D937D0F26B0EC45BC; // TMPro.TMP_LineInfo[] struct TMP_LineInfoU5BU5D_t2B188FB1B6C36641B7FEB177ACC798FAC9806C3D; // TMPro.TMP_LinkInfo[] struct TMP_LinkInfoU5BU5D_t27AF3A656CD9F504EFE1F29B69409819CBE7C6C6; // TMPro.TMP_MeshInfo[] struct TMP_MeshInfoU5BU5D_t6C0A65D18C54B6FA681B2EB0676B83116FD03119; // TMPro.TMP_PageInfo[] struct TMP_PageInfoU5BU5D_tD278FD80A76AC5A74DA87B7A5653423E41AC634F; // TMPro.TMP_Sprite[] struct TMP_SpriteU5BU5D_t7F7DA95F41A7FED6FA0FC3F2E7B617163092CCF6; // TMPro.TMP_SpriteAsset[] struct TMP_SpriteAssetU5BU5D_t68254268901DF3112AA365EBD7AE67D0BB8B9717; // TMPro.TMP_SpriteCharacter[] struct TMP_SpriteCharacterU5BU5D_t55AB872B8C50A4CDE3E17824AEA0864E157BBAAC; // TMPro.TMP_SpriteGlyph[] struct TMP_SpriteGlyphU5BU5D_t1EF7A4A23C0C332C610687A2216900DB989B88E7; // TMPro.TMP_Style[] struct TMP_StyleU5BU5D_tF3841BE750EB683086AD2A8642A074952204C74C; // TMPro.TMP_SubMesh[] struct TMP_SubMeshU5BU5D_t2EF6E7C00AD0C05C7BD3E565CF716B62BED324A2; // TMPro.TMP_SubMeshUI[] struct TMP_SubMeshUIU5BU5D_t6295BD0FE7FDE873A040F84487061A1902B0B552; // TMPro.TMP_WordInfo[] struct TMP_WordInfoU5BU5D_t702DDE9D8C7BD02F4D744F914B94BAB83E0F9502; // UnityEngine.Texture2D[] struct Texture2DU5BU5D_t0CBDCEA1648F6CBEA47C64E1E48F22B9692B3316; // System.Type[] struct TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755; // System.UInt32[] struct UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF; // UnityEngine.Vector2[] struct Vector2U5BU5D_tE0F58A2D6D8592B5EC37D9CDEF09103A02E5D7FA; // UnityEngine.Vector3[] struct Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4; // UnityEngine.Vector4[] struct Vector4U5BU5D_tCE72D928AA6FF1852BAC5E4396F6F0131ED11871; // TMPro.WordWrapState[] struct WordWrapStateU5BU5D_t4B20066E10D8FF621FB20C05F21B22167C90F548; // TMPro.TMP_Text/UnicodeChar[] struct UnicodeCharU5BU5D_tB233FC88865130D0B1EA18DA685C2AF41FB134F7; // UnityEngine.EventSystems.BaseEventData struct BaseEventData_t722C48843CF21B50E06CC0E2E679415E38A7444E; // UnityEngine.EventSystems.BaseRaycaster struct BaseRaycaster_tBC0FB2CBE6D3D40991EC20F689C43F76AD82A876; // UnityEngine.Behaviour struct Behaviour_t1A3DDDCF73B4627928FBFE02ED52B7251777DBD9; // System.Reflection.Binder struct Binder_t2BEE27FD84737D1E79BC47FD67F6D3DD2F2DDA30; // UnityEngine.Canvas struct Canvas_t2B7E56B7BDC287962E092755372E214ACB6393EA; // UnityEngine.CanvasRenderer struct CanvasRenderer_tCF8ABE659F7C3A6ED0D99A988D0BDFB651310F0E; // UnityEngine.Component struct Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684; // UnityEngine.Coroutine struct Coroutine_t899D5232EF542CB8BA70AF9ECEECA494FAA9CCB7; // System.Delegate struct Delegate_t; // System.DelegateData struct DelegateData_t17DD30660E330C49381DAA99F934BE75CB11F288; // UnityEngine.EventSystems.EventSystem struct EventSystem_t5DC458FCD0355A74CDCCE79287B38B9C4278E39C; // TMPro.FaceInfo_Legacy struct FaceInfo_Legacy_t9002691F7DB46E42ADE3B69A8861C144379D192F; // UnityEngine.Font struct Font_tB53D3F362CB1A0B92307B362826F212AE2D2A6A9; // UnityEngine.GameObject struct GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319; // UnityEngine.TextCore.Glyph struct Glyph_tC58ED6BC718B82A55B7E1A3690A289FFA8EBEFD1; // UnityEngine.UI.Graphic struct Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24; // UnityEngine.UI.ICanvasElement struct ICanvasElement_t604A7C95E46ABA335897B34A28DC8E542DA787E9; // System.Collections.IEnumerator struct IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105; // TMPro.ITextPreprocessor struct ITextPreprocessor_t4D7C2C115C9A65FB6B24304700B1E9167410EB54; // TMPro.KerningTable struct KerningTable_t820628F74178B0781DBFFB55BF1277247047617D; // UnityEngine.UI.LayoutElement struct LayoutElement_tE514951184806899FE23EC4FA6112A5F2038CECF; // UnityEngine.UI.MaskableGraphic struct MaskableGraphic_t0DB59E37E3C8AD2F5A4FB7FB091630CB21370CCE; // UnityEngine.Material struct Material_t8927C00353A72755313F046D0CE85178AE8218EE; // System.Reflection.MemberFilter struct MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81; // UnityEngine.Mesh struct Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6; // UnityEngine.MeshFilter struct MeshFilter_t763BB2BBF3881176AD25E4570E6DD215BA0AA51A; // System.Reflection.MethodInfo struct MethodInfo_t; // UnityEngine.MonoBehaviour struct MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A; // UnityEngine.Object struct Object_tF2F3778131EFF286AF62B7B013A170F95A91571A; // UnityEngine.EventSystems.PointerEventData struct PointerEventData_tC6C1BEE9D4C8755A31DA7FC0C9A1F28A36456954; // UnityEngine.UI.RectMask2D struct RectMask2D_tD909811991B341D752E4C978C89EFB80FA7A2B15; // UnityEngine.RectTransform struct RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072; // UnityEngine.Renderer struct Renderer_t58147AB5B00224FE1460FD47542DC0DA7EC9378C; // UnityEngine.ScriptableObject struct ScriptableObject_t4361E08CEBF052C650D3666C7CEC37EB31DE116A; // System.Runtime.Serialization.SerializationInfo struct SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1; // UnityEngine.Shader struct Shader_tB2355DC4F3CAF20B2F1AB5AABBF37C3555FFBC39; // UnityEngine.Sprite struct Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9; // System.String struct String_t; // System.Text.StringBuilder struct StringBuilder_t; // TMPro.TMP_Asset struct TMP_Asset_tEE129B2B2FE167D4B860286167207DD3AD45B45E; // TMPro.TMP_Character struct TMP_Character_tE7A98584C4DDFC9E1A1D883F4A5DE99E5DE7CC0C; // TMPro.TMP_ColorGradient struct TMP_ColorGradient_tC18C01CF1F597BD442D01A29724FE1B32497E461; // TMPro.TMP_FontAsset struct TMP_FontAsset_tDD8F58129CF4A9094C82DD209531E9E71F9837B2; // TMPro.TMP_FontFeatureTable struct TMP_FontFeatureTable_t4A06C31656BB8CB686657DC85E0179FA3D15E2F1; // TMPro.TMP_GlyphPairAdjustmentRecord struct TMP_GlyphPairAdjustmentRecord_t79F65D973582F66AF3787F0C63E6E6575C8E0C10; // TMPro.TMP_ResourceManager struct TMP_ResourceManager_t4433212C7BA80649F2A08C6B4D3F43BD0D035489; // TMPro.TMP_ScrollbarEventHandler struct TMP_ScrollbarEventHandler_t7F929E74769BB2B34B1292F2872125C7A18E93ED; // TMPro.TMP_SelectionCaret struct TMP_SelectionCaret_tAF0FC385DEB479BB8A87ADAD5B2F41E150AE4720; // TMPro.TMP_Settings struct TMP_Settings_t303C8601BE4E1717C9662D23032D21EC531797F7; // TMPro.TMP_Sprite struct TMP_Sprite_t5728DA47AB37F3092BAB32BC014D1937340F20A4; // TMPro.TMP_SpriteAnimator struct TMP_SpriteAnimator_t07C769A1F1F85B545DD32357826E08F569E3D902; // TMPro.TMP_SpriteAsset struct TMP_SpriteAsset_t0746714D8A56C0A27AE56DC6897CC1A129220714; // TMPro.TMP_SpriteCharacter struct TMP_SpriteCharacter_t77E119FE8164154A682A4F70E7787B2C56A0E9BE; // TMPro.TMP_SpriteGlyph struct TMP_SpriteGlyph_t5DF3D3BFFC0D0A72ABEBA3490F804B591BF1F25D; // TMPro.TMP_Style struct TMP_Style_t078D8A76F4A60B868298420272B7089582EF53AB; // TMPro.TMP_StyleSheet struct TMP_StyleSheet_t8E2FC777D06D295BE700B8EDE56389D3581BA94E; // TMPro.TMP_SubMesh struct TMP_SubMesh_tF05E95C4AC87BBE600564968E24B50BE2E06D1B8; // TMPro.TMP_SubMeshUI struct TMP_SubMeshUI_t195A51A37201FDE870476A2371F70E0F0EEB92FD; // TMPro.TMP_Text struct TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262; // TMPro.TMP_TextElement struct TMP_TextElement_tDF9A55D56A0B44EA4EA36DEDF942AEB6369AF832; // TMPro.TMP_TextElement_Legacy struct TMP_TextElement_Legacy_t866D601C7252803AC3D5FC2E4CC0BF21129BB3AA; // TMPro.TMP_TextInfo struct TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547; // UnityEngine.TextAsset struct TextAsset_t1969F5FD1F628C7C0A70D9605C0D251B4F547234; // TMPro.TextMeshPro struct TextMeshPro_t4C8C961C0939CD311CCC4F5F306C27C5301BD8E4; // TMPro.TextMeshProUGUI struct TextMeshProUGUI_tCC5BE8A76E6E9AF92521A462E8D81ACFBA7C85F1; // UnityEngine.Texture struct Texture_t9FE0218A1EEDF266E8C85879FE123265CACC95AE; // UnityEngine.Texture2D struct Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF; // UnityEngine.Transform struct Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1; // System.Type struct Type_t; // UnityEngine.Events.UnityAction struct UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099; // System.ValueType struct ValueType_tDBF999C1B75C48C68621878250DBF6CDBCF51E52; // UnityEngine.UI.VertexHelper struct VertexHelper_tDE8B67D3B076061C4F8DF325B0D63ED2E5367E55; // System.Void struct Void_t700C6383A2A510C2CF4DD86DABD5CA9FF70ADAC5; // UnityEngine.Canvas/WillRenderCanvases struct WillRenderCanvases_t459621B4F3FA2571DE0ED6B4DEF0752F2E9EE958; // UnityEngine.UI.MaskableGraphic/CullStateChangedEvent struct CullStateChangedEvent_t9B69755DEBEF041C3CC15C3604610BDD72856BD4; // UnityEngine.RectTransform/ReapplyDrivenProperties struct ReapplyDrivenProperties_t1441259DADA8FE33A95334AC24C017DFA3DEB4CE; // TMPro.TMP_Settings/LineBreakingTable struct LineBreakingTable_t5E2CD902456D50AA9B0F9C64BCF16045E86D19F2; // TMPro.TMP_SpriteAnimator/d__7 struct U3CDoSpriteAnimationInternalU3Ed__7_t17C4944ED8E79F3794896A7905EB186136E7189F; IL2CPP_EXTERN_C RuntimeClass* Action_1_t170B3E821B49B45FA7134A2CF48A2E64CA371D42_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CanvasUpdateRegistry_t53CA156F8691B17AB7B441C52E0FB436E96A5D0B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Color32U5BU5D_t7FEB526973BF84608073B85CF2D581427F0235E2_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DecimalU5BU5D_tAA3302A4A6ACCE77638A2346993A0FAAE2F9FDBA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Dictionary_2_t446D8FCE66ED404E00855B46A520AB382A69EFF1_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Dictionary_2_t49CB072CAA9184D326107FA696BB354C43EB5E08_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Dictionary_2_t613970F5DB840DE525998C9C40E993772B7B7F60_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Dictionary_2_tAB557C4BCEBDF7E2339209187287588CF6C63579_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Dictionary_2_tB8FA8FEFBC38630BF40B59A6B474816F30D29B23_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Dictionary_2_tEC101901EE680E17704967FA8AF17B1E6CD618B8_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Dictionary_2_tF17132A004B24571E82B3F37E944651A0E72799F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Dictionary_2_tF4EABB89111A0E30158256A3B667C7770E384763_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Func_2_tBFAEAFC2F9FB8E112B1B64F551709A017C9D9A87_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Func_2_tCBDDA9D38F4DC72A500A2A63C0B30498DC5DE7EC_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Func_3_t540BC7F75C78E0C70D6C37F2D220418DABC4B9EA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Func_3_tD4EA9DBB68453335E80C2917C93BDE503A28F3F0_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* HashSet_1_tF187707BD5564B6808CE30721FBC083F00B385E5_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* HighlightStateU5BU5D_t8150DD4545DE751DD24E4106F1E66C41DFFE38EA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* HorizontalAlignmentOptionsU5BU5D_t57D37E3CA431B98ECF9444788AA9C047B990DDBB_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ICollection_1_t1C0C51B19916511E9D525272F055515334C93525_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IList_1_t1C0FF9038440D4E3F8C4A2D43AF1062780CF179D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ITextPreprocessor_t4D7C2C115C9A65FB6B24304700B1E9167410EB54_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* LineBreakingTable_t5E2CD902456D50AA9B0F9C64BCF16045E86D19F2_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* List_1_t45639C9CAC14492B91832F71F3BE40F75A336649_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* List_1_t7850FCF22796079854614A9268CE558E34108A02_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* List_1_tBE22F0B6C1EBDB760862FAD201AFE75E3DEBBBFD_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* List_1_tF7848685CB961B42606831D4C30E1C31069D91C8_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* MaterialReferenceU5BU5D_t06D1C1249B8051EC092684920106F77B6FC203FD_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Material_t8927C00353A72755313F046D0CE85178AE8218EE_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* RichTextTagAttributeU5BU5D_t81DC8CE2ED156F9CA996E2DC8A64A973A156D615_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ShaderUtilities_t1F6A93635DB66FAB6A2DE3ABEA7DE635B7E34B14_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* StencilMaterial_t498DA9A7C15643B79E27575F27F1D2FC2FEA6AC5_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* String_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TMP_CharacterInfoU5BU5D_t7128C1B46CF6AB1374135FA31D41ABF23882B970_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TMP_ColorGradientU5BU5D_t5271ED3FC5D741D05A220867865A1DA1EB04919A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TMP_FontAssetUtilities_t2583EED4C3204E36709D05D384BB9A3A072CA114_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TMP_LineInfoU5BU5D_t2B188FB1B6C36641B7FEB177ACC798FAC9806C3D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TMP_MaterialManager_t79DA77A77FC0A305FCC9D9DBCD89A768F678D758_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TMP_Math_t1321001EB20EF6B301080B9518D7D119F1772E18_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TMP_MeshInfo_t69FCEF4CBC055C00598478835753D43D94A03176_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TMP_Offset_tFD2420EE03933F6A720EB5B66ED6B4FB67AE2117_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TMP_ResourceManager_t4433212C7BA80649F2A08C6B4D3F43BD0D035489_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TMP_Settings_t303C8601BE4E1717C9662D23032D21EC531797F7_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TMP_SpriteAsset_t0746714D8A56C0A27AE56DC6897CC1A129220714_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TMP_SpriteCharacter_t77E119FE8164154A682A4F70E7787B2C56A0E9BE_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TMP_SpriteGlyph_t5DF3D3BFFC0D0A72ABEBA3490F804B591BF1F25D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TMP_Style_t078D8A76F4A60B868298420272B7089582EF53AB_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TMP_TextParsingUtilities_t845792ABB1A30432C444A226C892D25B815A009B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TMP_TextProcessingStack_1U5BU5D_t1E4BEAC3D61A2AD0284E919166D0F38D21540A37_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TMP_TextUtilities_t10EED8029408480141690D0F3D3A17239920837F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TMP_UpdateManager_tDF9A1F6AC36B3228A091313D3CED71650F3BBBA1_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Type_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CDoSpriteAnimationInternalU3Ed__7_t17C4944ED8E79F3794896A7905EB186136E7189F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec_t3FA2E381E5CAAEA74E5E6C4311A98C59D063EAD7_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec_t7A519F9483C9CA5531AF1A542B4482FB88DE972E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* UnicodeCharU5BU5D_tB233FC88865130D0B1EA18DA685C2AF41FB134F7_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Vector2U5BU5D_tE0F58A2D6D8592B5EC37D9CDEF09103A02E5D7FA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Vector4U5BU5D_tCE72D928AA6FF1852BAC5E4396F6F0131ED11871_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C String_t* _stringLiteral10AFEF67C3DFA56498662B12A8647359768C0E9F; IL2CPP_EXTERN_C String_t* _stringLiteral10E4ED70119807654727E1D9D181F9564063503F; IL2CPP_EXTERN_C String_t* _stringLiteral191C9D43FB079088FBA3231A3D750E401A0B543F; IL2CPP_EXTERN_C String_t* _stringLiteral205DE2CB7E86A79B6B3940AFB5A0EC8F490142CE; IL2CPP_EXTERN_C String_t* _stringLiteral227996097295FA1E6E48591E08DEF327779D4BF8; IL2CPP_EXTERN_C String_t* _stringLiteral24158C6C79FE57BE153164B9D7ADCB302F5DF09A; IL2CPP_EXTERN_C String_t* _stringLiteral24AC82729F1212E352282CBFE6D0C9A2E58A3177; IL2CPP_EXTERN_C String_t* _stringLiteral2770A633C3121057FB1B03FB7E4E4A3C21E9D5BF; IL2CPP_EXTERN_C String_t* _stringLiteral30669BCC2AFFD7923F0E02173CDE2B92946197EE; IL2CPP_EXTERN_C String_t* _stringLiteral3CF41D991C7F2555D83F628B4B3B26444D917083; IL2CPP_EXTERN_C String_t* _stringLiteral3DF4CA9FAE86BE163351DF7271E2950E3D3F77C2; IL2CPP_EXTERN_C String_t* _stringLiteral491A401AD10238BD1F1C20242CA9D6E07305B338; IL2CPP_EXTERN_C String_t* _stringLiteral5A835C76D21F71C2C5F1891DB20C380B4A939E21; IL2CPP_EXTERN_C String_t* _stringLiteral605D352052EE397075103BC56DCC3C5BEED3DF2C; IL2CPP_EXTERN_C String_t* _stringLiteral75CDF58C9AFA1ECF6D29D4045BD510C2651DD6E5; IL2CPP_EXTERN_C String_t* _stringLiteral77A4D95C5A66881369906720C24690D7097D85DC; IL2CPP_EXTERN_C String_t* _stringLiteral804E3B76CDCD07E13EAE2E489D1D76D145E0DED6; IL2CPP_EXTERN_C String_t* _stringLiteral9385CEA2429DAB919D05811FB6F3AFF2887CAAB0; IL2CPP_EXTERN_C String_t* _stringLiteralA7D55861F3D2688D8F40C14691D660661CBD2B27; IL2CPP_EXTERN_C String_t* _stringLiteralBDC04DCE144956C85753B1D40627C3620348D36C; IL2CPP_EXTERN_C String_t* _stringLiteralC68F26D50F4F9C62498072567FF551D39CDB0047; IL2CPP_EXTERN_C String_t* _stringLiteralCB8E05D326886FF2EFEB7CEA734407E2EC40C590; IL2CPP_EXTERN_C String_t* _stringLiteralDF1DFF6631214FA884B2FBD4F72721E6354282C7; IL2CPP_EXTERN_C String_t* _stringLiteralE166C9564FBDE461738077E3B1B506525EB6ACCC; IL2CPP_EXTERN_C String_t* _stringLiteralE37CF7E47CB9000C903DB247EEF917A2B2043256; IL2CPP_EXTERN_C String_t* _stringLiteralE935B86D45045E9F59B156B446290FB506AE9196; IL2CPP_EXTERN_C String_t* _stringLiteralF3E84B722399601AD7E281754E917478AA9AD48D; IL2CPP_EXTERN_C const RuntimeMethod* Action_1__ctor_m7529B5BC7003DBEFF555610A1E6B326AD31B2AE2_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Array_Resize_TisColor32_tDB54A78627878A7D2DE42BB028D64306A18E858D_m58B34C4B237F6344223B979890FE7EA302BB3760_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Array_Resize_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_mEF039384A8945DF66B714F8D382CB64BB6661DE7_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Array_Resize_TisVector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9_mB4F4CB5AD5353C454A764D004039882833E952E5_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Array_Resize_TisVector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_m453C612295F8B958016716F560E55D602AACCA7E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Array_Resize_TisVector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7_m64076A708F316DC6430F2B39711A1BBD0E554369_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Component_GetComponentInParent_TisTextMeshProUGUI_tCC5BE8A76E6E9AF92521A462E8D81ACFBA7C85F1_m1E9E6A17D917332E979C0FAC26029F97014D600F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Component_GetComponentInParent_TisTextMeshPro_t4C8C961C0939CD311CCC4F5F306C27C5301BD8E4_m8C6393919B0D5F45B82B6B392649AE6A1EDA3C81_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Component_GetComponent_TisLayoutElement_tE514951184806899FE23EC4FA6112A5F2038CECF_m981F63601CA4005DE731B9FF304DC3A6D8229BDD_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Component_GetComponent_TisMeshFilter_t763BB2BBF3881176AD25E4570E6DD215BA0AA51A_mFFD173E0CB68E5A6519D56086F5B678CB885D9E4_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Component_GetComponent_TisRectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072_mEF448C51C8366D2CFA81704FFE76C31E4715E6D4_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Component_GetComponent_TisRenderer_t58147AB5B00224FE1460FD47542DC0DA7EC9378C_mB89D75983F403B440947CE6FB264503618F5B951_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Component_GetComponent_TisTMP_SpriteAnimator_t07C769A1F1F85B545DD32357826E08F569E3D902_m77638784A9D20E2D4169BD6DB13569B9937D2286_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Component_GetComponent_TisTMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262_m40BE77A29AF79509B039D0E7496DDA2C4224F8BB_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Component_GetComponent_TisTransform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1_mE346451FC99E0A342785A7D3C496F34664C86074_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_Add_m1A505975A45EABEFE7A63B9B05C3BD080DBBFCB6_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_Add_m6757FB41C031195262DE0CD0A0E8F3B16BEE51E9_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_Add_m6B9CFAA97E37125D9F7EA71259C5AEFDBC40BC89_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_Add_m72CD811F00422A8782177B55BA284BC655B2338F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_Add_m8FBC3D162F09B87D4257830DA3D189080ECA4A9F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_Add_mD50BECE8D3E3EE08A2866ECC73C03BFE600EA681_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_Add_mEB3C5E3CE2996E6388DCD2794FFC4AE42417DED0_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_Add_mFC1D9EEEA6D2F861304BF0ECE6EB91DCB16E40D3_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_Clear_m12EC0368608487CC33C2BE867502AA15E03DFA3E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_Clear_m73B60611EC9E4935B54A9BFF33F0CBE3A8B33B52_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_Clear_m9128D1454359632502552F4502D7DBD1B4A93A4A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_Clear_mAE247CB0023BC114E23EB6920E5A244B9243AC04_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_Clear_mBC1E112E9C3CBAF304CF42DC3332355530832AE4_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_Clear_mEF66FB646BF483BD2943F78417C299E1C50730D7_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_ContainsKey_m0D37401639BC8A3AF68A888400AA205599FA39F5_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_ContainsKey_m1A81243B412935C0EAFD105551B0F8676E9ECE68_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_ContainsKey_m3C57719C44DD693263EE155C607A81C35FB116F1_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_ContainsKey_m763BB54F67046603579688541690777BDEDBDD53_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_ContainsKey_mB1C7708AC52A38B44616E4F7E7BD1D5AC1D0A601_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_ContainsKey_mBCE4739814332D6858F7D1A2A04345D13D8306CB_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_ContainsKey_mF8AA48DADFE8951DC82D47D5295A37B9BFC17BA3_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_TryGetValue_m63807162D27405937F88B87B75BDC63FD5C04F74_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_TryGetValue_m91E927FB9E7CA37FF0EBC1131AD4659E05A1F905_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_TryGetValue_mAF9485CD5B0CAE18E31CC90DC29F883BF2410D5C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_TryGetValue_mB781DA89706896C42ABF9B2CCFD27CD0EA6D1593_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_TryGetValue_mC45A3E751C10639F44CAA297705CF1B15FBCABA4_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_TryGetValue_mF5ADA59711DA9186779D6829190B00D675A36E36_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2__ctor_m4FC1E5AB669A7DBB7F43D1F85AD6880B36A3E5AD_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2__ctor_m66B89DE5106B124AC37DED45E473369BFEE03A59_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2__ctor_m90F5DF3A96BD889C720F2E33CFD2DA827C110CC0_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2__ctor_m9DB2EE6E296834F3355EEAA1A6B1877F31488900_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2__ctor_mC0BABDE7511542AD5E627FF88F9EB4A3ED0818CE_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2__ctor_mE15405500DD021C28290EAD925917B7809480CDC_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2__ctor_mE3FEE8EED0538E33EDA2D90BA005DEABF2571895_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2__ctor_mE4D6F6FA5A737865159110CFFF4034001E7F75C1_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_get_Item_m99DEEAC5098A1CE34131F5C82ED005309EF8AE1C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_get_Item_mEBFC3A4532D98B4B48DB1CE58800BF6A7B35A7E4_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_OrderBy_TisTMP_SpriteCharacter_t77E119FE8164154A682A4F70E7787B2C56A0E9BE_TisUInt32_tE60352A06233E4E69DD198BCC67142159F686B15_mB0895FE36AD8E7CDFFDA7ACA7DE09D85EB38C298_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_OrderBy_TisTMP_SpriteGlyph_t5DF3D3BFFC0D0A72ABEBA3490F804B591BF1F25D_TisUInt32_tE60352A06233E4E69DD198BCC67142159F686B15_m8003366499376E40E94E36D7B30077805DEE6EF9_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_ToList_TisTMP_SpriteCharacter_t77E119FE8164154A682A4F70E7787B2C56A0E9BE_m230908C7E776995966420C4525436F4390EAA64B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_ToList_TisTMP_SpriteGlyph_t5DF3D3BFFC0D0A72ABEBA3490F804B591BF1F25D_m814E10F23740BE47398E727080C53B7FC5A41D36_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Func_2__ctor_m2C60FAC29CBD64C568355EFBED4209B8B8B9FEA7_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Func_2__ctor_mD8A3A4EA1E172C7232BC7E241D8AFC97C058FFC2_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Func_3_Invoke_m68D91978B03FED8EAA93EF5F09A4918DBA6E4E56_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Func_3_Invoke_mF8221C22C7144D08E3DAF1FCEBE85A9C8133EBE4_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* GameObject_AddComponent_TisLayoutElement_tE514951184806899FE23EC4FA6112A5F2038CECF_mAB2A6D5CD6221E1D8BA91825BB7ECEC443AE7C83_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* GameObject_AddComponent_TisMeshFilter_t763BB2BBF3881176AD25E4570E6DD215BA0AA51A_m1611D0ABA0C75573ECCB1F61D176DA95F7133F30_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* GameObject_AddComponent_TisTMP_SpriteAnimator_t07C769A1F1F85B545DD32357826E08F569E3D902_mF0E495BB58E12F0BEA73614F46D01B93B0B3D935_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* GameObject_AddComponent_TisTMP_SubMeshUI_t195A51A37201FDE870476A2371F70E0F0EEB92FD_m9A35C058F150157286EA8D1D20A6E62F4F09AE92_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* GameObject_GetComponent_TisRectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072_m1B327975BFAB070F4A1332784FFE80A1EECFBF00_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* GameObject_GetComponent_TisTMP_SubMesh_tF05E95C4AC87BBE600564968E24B50BE2E06D1B8_m54405BEAE75F40F35AE26F19D99B991F2E3D1425_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* HashSet_1_Add_m6E656443F896943F211B625F1CF920105F4C4EE1_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* HashSet_1_Clear_mD296E7574294C9B883B9C6BB1450A2C5D7E11EA4_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* HashSet_1_Contains_mDB2D801EE205A2137F9D5083CF53D0B81D4CAFD2_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* HashSet_1__ctor_m9B21BAAD4C19CA98ED32C01B726F2582CBA60B77_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_m487CA7A3E10EA6FCE5655E9E2EEFE5A9FB0408D6_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_m74B4BFEE9E6280CB6F3896C3B261D35EB6C2EB4B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_mD986DBF7A91DEBDD9898D3C1DE7990A9112D9026_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_mDDF9AAEB1DB776C35CC42EC92642F69B22639428_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Clear_m161D2D0385ED2D0C29C377D969B7340B1AEBDA29_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Clear_mEA331B827176D4E44814665C321C403AE9520445_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m496DA26C3A1AC2FC8D97119919BE3D283D31E6F1_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_mA705A1F9A83D2A5992112F3DCF74429BF21B5459_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_mDA312D1C6570B811ACB024C2351BBAC225856662_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_mF6A8D3A2CA37CE77FC3D1E3711167D9CAF4AC298_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_m07FBE5A5B49C0D0C0569C26B1BDE16BD9292BECC_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_m1BD2D3DC564D1AC8C44DC0AFF4CD1A3C7D781A4C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_m37CB084558C422A18441AA29F6BD1B7745BC7919_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_m7F65631C9903CB9AD8BDC6E370184FEA8B78C136_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_mB354C447FE5B977CA65F0E8C44438DA3298DAA40_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_mF819DF8D473C718C6506E487FA6CA7A7E38BBA0F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_m0090F49233FD2726EFF4AD5CC945AB03E510CA47_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_m40D812F8C1B76890244E5FC1C8AC35180C5668A0_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_m448DB2257A4B9AB7538BE661B7D2A264ADB26070_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_m6DB7CB8CBC147C616AE81682967B6CB1231DBE23_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_mC18B904E35A7C55EF21BA4794AAC4021AF847F32_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_mCD8E40C4451695EFD9FC59DDCC55378646FFE2EF_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Resources_Load_TisMaterial_t8927C00353A72755313F046D0CE85178AE8218EE_m8A5E59B9150AFE4AFBA6CD1B6690159A575A2FA6_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Resources_Load_TisTMP_ColorGradient_tC18C01CF1F597BD442D01A29724FE1B32497E461_m0B1240F0607AC8B41B6D6947AA7645A359E0E5B8_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Resources_Load_TisTMP_FontAsset_tDD8F58129CF4A9094C82DD209531E9E71F9837B2_m51CAD633DE8070C15146FEF204442B995272AFEF_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Resources_Load_TisTMP_Settings_t303C8601BE4E1717C9662D23032D21EC531797F7_mA151B4E5BF22EB620F1B5702579F04E85984FFAD_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Resources_Load_TisTMP_SpriteAsset_t0746714D8A56C0A27AE56DC6897CC1A129220714_m761F020CE5ED06996141FB91DF15397EDE84A852_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TMP_TextInfo_Resize_TisTMP_LinkInfo_t1BFC3C15E256E033F84E8C3A48E0AC5F64D206A6_mAE60E685FA53D0B916F1ACD5A1B5245A84406C2F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TMP_TextProcessingStack_1_Add_m0F4536EBB9E0D7B2FC2D3A89C58446817EAE8424_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TMP_TextProcessingStack_1_Add_m70D1A2EF9E7A47936DC34B56547C4E43C66F7EBE_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TMP_TextProcessingStack_1_Add_m85A5D0FB6BE2F1141E6B58A73E155C67576C765E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TMP_TextProcessingStack_1_Add_mA07119C8B9BADA57C02070A71441A392B9E36366_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TMP_TextProcessingStack_1_Add_mAEE54E61FC180E3F1473401C33422D5698BA5AB1_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TMP_TextProcessingStack_1_Add_mD07CD87E1018D2C952F90CE9573B0DA026C0A5ED_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TMP_TextProcessingStack_1_Add_mD5412BCD83DE499889E10C660E7854C6E99F9E6E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TMP_TextProcessingStack_1_Clear_m92077EF5DECC1DA878E6CF1CA30231AE24507391_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TMP_TextProcessingStack_1_CurrentItem_mF5E9B2535F579412BA009AB91F42D3BC1A15D1DB_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TMP_TextProcessingStack_1_Peek_mFE79D8509A023E79EE840CA8E31D083377859FAB_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TMP_TextProcessingStack_1_Pop_m26C8E1A4786CDFEECACC8B93117A10FFB88110BD_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TMP_TextProcessingStack_1_Pop_m756EA91DC886BF52CE9D194FB7D401ACF6CC256F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TMP_TextProcessingStack_1_Push_m389C684BA472975721F9F788F1BFE4D9601568AD_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TMP_TextProcessingStack_1_Push_m91F7FBC75B6C41B2985543B3203B097DDA57C170_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TMP_TextProcessingStack_1_Push_mD0B6B6A77DF10437D24F30A28DD52600A6ADAB59_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TMP_TextProcessingStack_1_Remove_m1452A747A0E125DA7892DD57870FF9FAF56867E5_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TMP_TextProcessingStack_1_Remove_m4A9AB24DFCA60C71D26C9A719016AAC2E573A412_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TMP_TextProcessingStack_1_Remove_m5BC28300E089414F4E92D14FD0B1EEF4848EB92F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TMP_TextProcessingStack_1_Remove_m73AF9565F796590007F67FC2507F02F0A04D0B50_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TMP_TextProcessingStack_1_Remove_m859C5FDEF61CB15195CD4D967C676271D6C29D67_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TMP_TextProcessingStack_1_Remove_m8BCCFE8D06EEEB565968ECA3E6BD19A1BF789B06_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TMP_TextProcessingStack_1_Remove_m99B5059FD703674E53E9E6DB125AFD772C54436E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TMP_TextProcessingStack_1_Remove_mC8CEFB988FE01FEAA07B20677A6021414489580F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TMP_TextProcessingStack_1_SetDefault_m3449DB02D37F8F59E5C8E537F9910F4FC418E59D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TMP_TextProcessingStack_1_SetDefault_m42B7280D8A07CCD292733F9EF7DEC0837BAEB2C3_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TMP_TextProcessingStack_1_SetDefault_m65003B8F9F6FCE61A3AC246C99CFAC6734914465_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TMP_TextProcessingStack_1_SetDefault_m6A917E9E8EED56BE4917D5154C98327846B6A57C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TMP_TextProcessingStack_1__ctor_m1E6F7323A4E86592A1A9F035765CA663552B047D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TMP_TextProcessingStack_1__ctor_m28C885E42E76022F7E906C2C5F2A5F201F6843B6_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TMP_TextProcessingStack_1__ctor_m4F298E0229A9D6CD7D40AB9A6380FE18F8A5E6D8_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TMP_TextProcessingStack_1__ctor_m59434151C63F47434EB3DBCB2ACBB2AD9A8B6497_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TMP_TextProcessingStack_1__ctor_m733089003B25E642FB0D9F62748DA665A71AF442_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TMP_TextProcessingStack_1__ctor_m82FDE3E275B133D4BBBCF4D02B07DDD20186FB5E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TMP_TextProcessingStack_1__ctor_mA5B8B15313FA2340F84D2294469CE9314B367C59_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TMP_TextProcessingStack_1__ctor_mB9EED0496F791ADE08F9C86D55063730B88E0FEA_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TMP_TextProcessingStack_1__ctor_mCA9828882EBCC24FBB4689ABE0A6AD0518E8724D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TMP_TextProcessingStack_1__ctor_mF947518C0A28A5AB8C995511C7A3A0990199FF63_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TMP_Text_ResizeInternalArray_TisUnicodeChar_t7C67F31D1AA3029C5AC96F50A8312DB6F9BB5B25_m9A359143C5A0312954EE1801F31016C796572220_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TMP_Text_ResizeInternalArray_TisUnicodeChar_t7C67F31D1AA3029C5AC96F50A8312DB6F9BB5B25_mCE9354A15B18A2022F62DF0E8D5CCC4D7CAF720E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3CSortCharacterTableU3Eb__41_0_m3D21ADB9281723A4242CF23AC19A3F1AF9BAC00D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3CSortGlyphTableU3Eb__40_0_m3F9166D05D04E19F22E948F878E1C0160F60E482_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3C_ctorU3Eb__623_0_mD75F39CB13B2A6B4A6B6A222DAF9B15F129CCCA8_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeType* RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* TMP_SubMesh_tF05E95C4AC87BBE600564968E24B50BE2E06D1B8_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* TextMeshPro_t4C8C961C0939CD311CCC4F5F306C27C5301BD8E4_0_0_0_var; struct Color32_tDB54A78627878A7D2DE42BB028D64306A18E858D ; struct Delegate_t_marshaled_com; struct Delegate_t_marshaled_pinvoke; struct Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ; struct Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ; struct Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 ; struct TMP_TextProcessingStack_1U5BU5D_t1E4BEAC3D61A2AD0284E919166D0F38D21540A37; struct CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34; struct Color32U5BU5D_t7FEB526973BF84608073B85CF2D581427F0235E2; struct DecimalU5BU5D_tAA3302A4A6ACCE77638A2346993A0FAAE2F9FDBA; struct HighlightStateU5BU5D_t8150DD4545DE751DD24E4106F1E66C41DFFE38EA; struct HorizontalAlignmentOptionsU5BU5D_t57D37E3CA431B98ECF9444788AA9C047B990DDBB; struct Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32; struct MaterialU5BU5D_t3AE4936F3CA08FB9EE182A935E665EA9CDA5E492; struct MaterialReferenceU5BU5D_t06D1C1249B8051EC092684920106F77B6FC203FD; struct ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE; struct RichTextTagAttributeU5BU5D_t81DC8CE2ED156F9CA996E2DC8A64A973A156D615; struct SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA; struct StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A; struct TMP_CharacterInfoU5BU5D_t7128C1B46CF6AB1374135FA31D41ABF23882B970; struct TMP_ColorGradientU5BU5D_t5271ED3FC5D741D05A220867865A1DA1EB04919A; struct TMP_FontWeightPairU5BU5D_t537F746E35AD2938424D897D937D0F26B0EC45BC; struct TMP_LineInfoU5BU5D_t2B188FB1B6C36641B7FEB177ACC798FAC9806C3D; struct TMP_LinkInfoU5BU5D_t27AF3A656CD9F504EFE1F29B69409819CBE7C6C6; struct TMP_MeshInfoU5BU5D_t6C0A65D18C54B6FA681B2EB0676B83116FD03119; struct TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755; struct UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF; struct Vector2U5BU5D_tE0F58A2D6D8592B5EC37D9CDEF09103A02E5D7FA; struct Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4; struct Vector4U5BU5D_tCE72D928AA6FF1852BAC5E4396F6F0131ED11871; struct UnicodeCharU5BU5D_tB233FC88865130D0B1EA18DA685C2AF41FB134F7; 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 // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t446D8FCE66ED404E00855B46A520AB382A69EFF1 : public RuntimeObject { public: // System.Int32[] System.Collections.Generic.Dictionary`2::buckets Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___buckets_0; // System.Collections.Generic.Dictionary`2/Entry[] System.Collections.Generic.Dictionary`2::entries EntryU5BU5D_t7732497AB9D637A1BADCC6C2B28E6F66569559D5* ___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_t1A4234C2733AA679CBD9BA87755956535D81647E * ___keys_7; // System.Collections.Generic.Dictionary`2/ValueCollection System.Collections.Generic.Dictionary`2::values ValueCollection_tAC9371FC72C759652E224BBBE13669CD7F4FC7EC * ___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_t446D8FCE66ED404E00855B46A520AB382A69EFF1, ___buckets_0)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_buckets_0() const { return ___buckets_0; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_buckets_0() { return &___buckets_0; } inline void set_buckets_0(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* 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_t446D8FCE66ED404E00855B46A520AB382A69EFF1, ___entries_1)); } inline EntryU5BU5D_t7732497AB9D637A1BADCC6C2B28E6F66569559D5* get_entries_1() const { return ___entries_1; } inline EntryU5BU5D_t7732497AB9D637A1BADCC6C2B28E6F66569559D5** get_address_of_entries_1() { return &___entries_1; } inline void set_entries_1(EntryU5BU5D_t7732497AB9D637A1BADCC6C2B28E6F66569559D5* 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_t446D8FCE66ED404E00855B46A520AB382A69EFF1, ___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_t446D8FCE66ED404E00855B46A520AB382A69EFF1, ___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_t446D8FCE66ED404E00855B46A520AB382A69EFF1, ___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_t446D8FCE66ED404E00855B46A520AB382A69EFF1, ___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_t446D8FCE66ED404E00855B46A520AB382A69EFF1, ___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_t446D8FCE66ED404E00855B46A520AB382A69EFF1, ___keys_7)); } inline KeyCollection_t1A4234C2733AA679CBD9BA87755956535D81647E * get_keys_7() const { return ___keys_7; } inline KeyCollection_t1A4234C2733AA679CBD9BA87755956535D81647E ** get_address_of_keys_7() { return &___keys_7; } inline void set_keys_7(KeyCollection_t1A4234C2733AA679CBD9BA87755956535D81647E * 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_t446D8FCE66ED404E00855B46A520AB382A69EFF1, ___values_8)); } inline ValueCollection_tAC9371FC72C759652E224BBBE13669CD7F4FC7EC * get_values_8() const { return ___values_8; } inline ValueCollection_tAC9371FC72C759652E224BBBE13669CD7F4FC7EC ** get_address_of_values_8() { return &___values_8; } inline void set_values_8(ValueCollection_tAC9371FC72C759652E224BBBE13669CD7F4FC7EC * 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_t446D8FCE66ED404E00855B46A520AB382A69EFF1, ____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_tB8FA8FEFBC38630BF40B59A6B474816F30D29B23 : public RuntimeObject { public: // System.Int32[] System.Collections.Generic.Dictionary`2::buckets Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___buckets_0; // System.Collections.Generic.Dictionary`2/Entry[] System.Collections.Generic.Dictionary`2::entries EntryU5BU5D_tB85F10076BA2A751C87B4BDE98DF0468F760AD20* ___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_tB6DA7BD3F3255AFC2FAD2CA9A291FBA43E5CD4B1 * ___keys_7; // System.Collections.Generic.Dictionary`2/ValueCollection System.Collections.Generic.Dictionary`2::values ValueCollection_tDEA922C20FE7390F1063807C7F0EAE8B2C022A7B * ___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_tB8FA8FEFBC38630BF40B59A6B474816F30D29B23, ___buckets_0)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_buckets_0() const { return ___buckets_0; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_buckets_0() { return &___buckets_0; } inline void set_buckets_0(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* 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_tB8FA8FEFBC38630BF40B59A6B474816F30D29B23, ___entries_1)); } inline EntryU5BU5D_tB85F10076BA2A751C87B4BDE98DF0468F760AD20* get_entries_1() const { return ___entries_1; } inline EntryU5BU5D_tB85F10076BA2A751C87B4BDE98DF0468F760AD20** get_address_of_entries_1() { return &___entries_1; } inline void set_entries_1(EntryU5BU5D_tB85F10076BA2A751C87B4BDE98DF0468F760AD20* 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_tB8FA8FEFBC38630BF40B59A6B474816F30D29B23, ___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_tB8FA8FEFBC38630BF40B59A6B474816F30D29B23, ___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_tB8FA8FEFBC38630BF40B59A6B474816F30D29B23, ___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_tB8FA8FEFBC38630BF40B59A6B474816F30D29B23, ___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_tB8FA8FEFBC38630BF40B59A6B474816F30D29B23, ___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_tB8FA8FEFBC38630BF40B59A6B474816F30D29B23, ___keys_7)); } inline KeyCollection_tB6DA7BD3F3255AFC2FAD2CA9A291FBA43E5CD4B1 * get_keys_7() const { return ___keys_7; } inline KeyCollection_tB6DA7BD3F3255AFC2FAD2CA9A291FBA43E5CD4B1 ** get_address_of_keys_7() { return &___keys_7; } inline void set_keys_7(KeyCollection_tB6DA7BD3F3255AFC2FAD2CA9A291FBA43E5CD4B1 * 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_tB8FA8FEFBC38630BF40B59A6B474816F30D29B23, ___values_8)); } inline ValueCollection_tDEA922C20FE7390F1063807C7F0EAE8B2C022A7B * get_values_8() const { return ___values_8; } inline ValueCollection_tDEA922C20FE7390F1063807C7F0EAE8B2C022A7B ** get_address_of_values_8() { return &___values_8; } inline void set_values_8(ValueCollection_tDEA922C20FE7390F1063807C7F0EAE8B2C022A7B * 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_tB8FA8FEFBC38630BF40B59A6B474816F30D29B23, ____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_t49CB072CAA9184D326107FA696BB354C43EB5E08 : public RuntimeObject { public: // System.Int32[] System.Collections.Generic.Dictionary`2::buckets Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___buckets_0; // System.Collections.Generic.Dictionary`2/Entry[] System.Collections.Generic.Dictionary`2::entries EntryU5BU5D_tB55287EA11F7C665F930EF3A359F186CD3AE5EC1* ___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_tDB6919EBDF36E83E708A483A6C4CF8065F62D1E0 * ___keys_7; // System.Collections.Generic.Dictionary`2/ValueCollection System.Collections.Generic.Dictionary`2::values ValueCollection_t8738745D8513A557A82E6E097DF4D4E70D5253C2 * ___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_t49CB072CAA9184D326107FA696BB354C43EB5E08, ___buckets_0)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_buckets_0() const { return ___buckets_0; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_buckets_0() { return &___buckets_0; } inline void set_buckets_0(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* 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_t49CB072CAA9184D326107FA696BB354C43EB5E08, ___entries_1)); } inline EntryU5BU5D_tB55287EA11F7C665F930EF3A359F186CD3AE5EC1* get_entries_1() const { return ___entries_1; } inline EntryU5BU5D_tB55287EA11F7C665F930EF3A359F186CD3AE5EC1** get_address_of_entries_1() { return &___entries_1; } inline void set_entries_1(EntryU5BU5D_tB55287EA11F7C665F930EF3A359F186CD3AE5EC1* 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_t49CB072CAA9184D326107FA696BB354C43EB5E08, ___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_t49CB072CAA9184D326107FA696BB354C43EB5E08, ___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_t49CB072CAA9184D326107FA696BB354C43EB5E08, ___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_t49CB072CAA9184D326107FA696BB354C43EB5E08, ___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_t49CB072CAA9184D326107FA696BB354C43EB5E08, ___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_t49CB072CAA9184D326107FA696BB354C43EB5E08, ___keys_7)); } inline KeyCollection_tDB6919EBDF36E83E708A483A6C4CF8065F62D1E0 * get_keys_7() const { return ___keys_7; } inline KeyCollection_tDB6919EBDF36E83E708A483A6C4CF8065F62D1E0 ** get_address_of_keys_7() { return &___keys_7; } inline void set_keys_7(KeyCollection_tDB6919EBDF36E83E708A483A6C4CF8065F62D1E0 * 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_t49CB072CAA9184D326107FA696BB354C43EB5E08, ___values_8)); } inline ValueCollection_t8738745D8513A557A82E6E097DF4D4E70D5253C2 * get_values_8() const { return ___values_8; } inline ValueCollection_t8738745D8513A557A82E6E097DF4D4E70D5253C2 ** get_address_of_values_8() { return &___values_8; } inline void set_values_8(ValueCollection_t8738745D8513A557A82E6E097DF4D4E70D5253C2 * 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_t49CB072CAA9184D326107FA696BB354C43EB5E08, ____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_tAB557C4BCEBDF7E2339209187287588CF6C63579 : public RuntimeObject { public: // System.Int32[] System.Collections.Generic.Dictionary`2::buckets Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___buckets_0; // System.Collections.Generic.Dictionary`2/Entry[] System.Collections.Generic.Dictionary`2::entries EntryU5BU5D_tB3D8D0D553CC936EE56FDA542F9E71CE3EDA8970* ___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_t92992C87550862FBB154128E3752DD1AD1E7849F * ___keys_7; // System.Collections.Generic.Dictionary`2/ValueCollection System.Collections.Generic.Dictionary`2::values ValueCollection_tC8F758677CEA2459E735CF3B2F6408762AAC21B5 * ___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_tAB557C4BCEBDF7E2339209187287588CF6C63579, ___buckets_0)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_buckets_0() const { return ___buckets_0; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_buckets_0() { return &___buckets_0; } inline void set_buckets_0(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* 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_tAB557C4BCEBDF7E2339209187287588CF6C63579, ___entries_1)); } inline EntryU5BU5D_tB3D8D0D553CC936EE56FDA542F9E71CE3EDA8970* get_entries_1() const { return ___entries_1; } inline EntryU5BU5D_tB3D8D0D553CC936EE56FDA542F9E71CE3EDA8970** get_address_of_entries_1() { return &___entries_1; } inline void set_entries_1(EntryU5BU5D_tB3D8D0D553CC936EE56FDA542F9E71CE3EDA8970* 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_tAB557C4BCEBDF7E2339209187287588CF6C63579, ___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_tAB557C4BCEBDF7E2339209187287588CF6C63579, ___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_tAB557C4BCEBDF7E2339209187287588CF6C63579, ___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_tAB557C4BCEBDF7E2339209187287588CF6C63579, ___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_tAB557C4BCEBDF7E2339209187287588CF6C63579, ___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_tAB557C4BCEBDF7E2339209187287588CF6C63579, ___keys_7)); } inline KeyCollection_t92992C87550862FBB154128E3752DD1AD1E7849F * get_keys_7() const { return ___keys_7; } inline KeyCollection_t92992C87550862FBB154128E3752DD1AD1E7849F ** get_address_of_keys_7() { return &___keys_7; } inline void set_keys_7(KeyCollection_t92992C87550862FBB154128E3752DD1AD1E7849F * 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_tAB557C4BCEBDF7E2339209187287588CF6C63579, ___values_8)); } inline ValueCollection_tC8F758677CEA2459E735CF3B2F6408762AAC21B5 * get_values_8() const { return ___values_8; } inline ValueCollection_tC8F758677CEA2459E735CF3B2F6408762AAC21B5 ** get_address_of_values_8() { return &___values_8; } inline void set_values_8(ValueCollection_tC8F758677CEA2459E735CF3B2F6408762AAC21B5 * 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_tAB557C4BCEBDF7E2339209187287588CF6C63579, ____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_tF4EABB89111A0E30158256A3B667C7770E384763 : public RuntimeObject { public: // System.Int32[] System.Collections.Generic.Dictionary`2::buckets Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___buckets_0; // System.Collections.Generic.Dictionary`2/Entry[] System.Collections.Generic.Dictionary`2::entries EntryU5BU5D_t194D6B912F97E5730AAAEEE572C705AD0790F7C8* ___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_tE9F96B813D9A5BE7A9C9F9E96F8874A1DF7CE8C6 * ___keys_7; // System.Collections.Generic.Dictionary`2/ValueCollection System.Collections.Generic.Dictionary`2::values ValueCollection_t625D6831F9B9DDA73FD6EBEC5DF210DF81231030 * ___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_tF4EABB89111A0E30158256A3B667C7770E384763, ___buckets_0)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_buckets_0() const { return ___buckets_0; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_buckets_0() { return &___buckets_0; } inline void set_buckets_0(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* 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_tF4EABB89111A0E30158256A3B667C7770E384763, ___entries_1)); } inline EntryU5BU5D_t194D6B912F97E5730AAAEEE572C705AD0790F7C8* get_entries_1() const { return ___entries_1; } inline EntryU5BU5D_t194D6B912F97E5730AAAEEE572C705AD0790F7C8** get_address_of_entries_1() { return &___entries_1; } inline void set_entries_1(EntryU5BU5D_t194D6B912F97E5730AAAEEE572C705AD0790F7C8* 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_tF4EABB89111A0E30158256A3B667C7770E384763, ___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_tF4EABB89111A0E30158256A3B667C7770E384763, ___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_tF4EABB89111A0E30158256A3B667C7770E384763, ___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_tF4EABB89111A0E30158256A3B667C7770E384763, ___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_tF4EABB89111A0E30158256A3B667C7770E384763, ___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_tF4EABB89111A0E30158256A3B667C7770E384763, ___keys_7)); } inline KeyCollection_tE9F96B813D9A5BE7A9C9F9E96F8874A1DF7CE8C6 * get_keys_7() const { return ___keys_7; } inline KeyCollection_tE9F96B813D9A5BE7A9C9F9E96F8874A1DF7CE8C6 ** get_address_of_keys_7() { return &___keys_7; } inline void set_keys_7(KeyCollection_tE9F96B813D9A5BE7A9C9F9E96F8874A1DF7CE8C6 * 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_tF4EABB89111A0E30158256A3B667C7770E384763, ___values_8)); } inline ValueCollection_t625D6831F9B9DDA73FD6EBEC5DF210DF81231030 * get_values_8() const { return ___values_8; } inline ValueCollection_t625D6831F9B9DDA73FD6EBEC5DF210DF81231030 ** get_address_of_values_8() { return &___values_8; } inline void set_values_8(ValueCollection_t625D6831F9B9DDA73FD6EBEC5DF210DF81231030 * 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_tF4EABB89111A0E30158256A3B667C7770E384763, ____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_t613970F5DB840DE525998C9C40E993772B7B7F60 : public RuntimeObject { public: // System.Int32[] System.Collections.Generic.Dictionary`2::buckets Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___buckets_0; // System.Collections.Generic.Dictionary`2/Entry[] System.Collections.Generic.Dictionary`2::entries EntryU5BU5D_tC50D8F28F6587BCDF43C9B72744CAD4892BE7734* ___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_t19748CBB6EA73F4F3CD39D92D3C0F67BDC5275E1 * ___keys_7; // System.Collections.Generic.Dictionary`2/ValueCollection System.Collections.Generic.Dictionary`2::values ValueCollection_t5021005DA85ABB38062E53F64AC0587152FDBBDB * ___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_t613970F5DB840DE525998C9C40E993772B7B7F60, ___buckets_0)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_buckets_0() const { return ___buckets_0; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_buckets_0() { return &___buckets_0; } inline void set_buckets_0(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* 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_t613970F5DB840DE525998C9C40E993772B7B7F60, ___entries_1)); } inline EntryU5BU5D_tC50D8F28F6587BCDF43C9B72744CAD4892BE7734* get_entries_1() const { return ___entries_1; } inline EntryU5BU5D_tC50D8F28F6587BCDF43C9B72744CAD4892BE7734** get_address_of_entries_1() { return &___entries_1; } inline void set_entries_1(EntryU5BU5D_tC50D8F28F6587BCDF43C9B72744CAD4892BE7734* 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_t613970F5DB840DE525998C9C40E993772B7B7F60, ___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_t613970F5DB840DE525998C9C40E993772B7B7F60, ___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_t613970F5DB840DE525998C9C40E993772B7B7F60, ___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_t613970F5DB840DE525998C9C40E993772B7B7F60, ___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_t613970F5DB840DE525998C9C40E993772B7B7F60, ___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_t613970F5DB840DE525998C9C40E993772B7B7F60, ___keys_7)); } inline KeyCollection_t19748CBB6EA73F4F3CD39D92D3C0F67BDC5275E1 * get_keys_7() const { return ___keys_7; } inline KeyCollection_t19748CBB6EA73F4F3CD39D92D3C0F67BDC5275E1 ** get_address_of_keys_7() { return &___keys_7; } inline void set_keys_7(KeyCollection_t19748CBB6EA73F4F3CD39D92D3C0F67BDC5275E1 * 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_t613970F5DB840DE525998C9C40E993772B7B7F60, ___values_8)); } inline ValueCollection_t5021005DA85ABB38062E53F64AC0587152FDBBDB * get_values_8() const { return ___values_8; } inline ValueCollection_t5021005DA85ABB38062E53F64AC0587152FDBBDB ** get_address_of_values_8() { return &___values_8; } inline void set_values_8(ValueCollection_t5021005DA85ABB38062E53F64AC0587152FDBBDB * 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_t613970F5DB840DE525998C9C40E993772B7B7F60, ____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_t6BB43D0F158FE3B19E71F6F48A84283B5250E1B4 : public RuntimeObject { public: // System.Int32[] System.Collections.Generic.Dictionary`2::buckets Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___buckets_0; // System.Collections.Generic.Dictionary`2/Entry[] System.Collections.Generic.Dictionary`2::entries EntryU5BU5D_t89E84E983199EA1394D036EF9F40983C841F48B3* ___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_tDA826B2176123534B81A7FF5DDD768A34251ADB4 * ___keys_7; // System.Collections.Generic.Dictionary`2/ValueCollection System.Collections.Generic.Dictionary`2::values ValueCollection_t26781662F3B517C49F6523DD6BE7954D4EDE8CC6 * ___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_t6BB43D0F158FE3B19E71F6F48A84283B5250E1B4, ___buckets_0)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_buckets_0() const { return ___buckets_0; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_buckets_0() { return &___buckets_0; } inline void set_buckets_0(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* 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_t6BB43D0F158FE3B19E71F6F48A84283B5250E1B4, ___entries_1)); } inline EntryU5BU5D_t89E84E983199EA1394D036EF9F40983C841F48B3* get_entries_1() const { return ___entries_1; } inline EntryU5BU5D_t89E84E983199EA1394D036EF9F40983C841F48B3** get_address_of_entries_1() { return &___entries_1; } inline void set_entries_1(EntryU5BU5D_t89E84E983199EA1394D036EF9F40983C841F48B3* 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_t6BB43D0F158FE3B19E71F6F48A84283B5250E1B4, ___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_t6BB43D0F158FE3B19E71F6F48A84283B5250E1B4, ___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_t6BB43D0F158FE3B19E71F6F48A84283B5250E1B4, ___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_t6BB43D0F158FE3B19E71F6F48A84283B5250E1B4, ___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_t6BB43D0F158FE3B19E71F6F48A84283B5250E1B4, ___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_t6BB43D0F158FE3B19E71F6F48A84283B5250E1B4, ___keys_7)); } inline KeyCollection_tDA826B2176123534B81A7FF5DDD768A34251ADB4 * get_keys_7() const { return ___keys_7; } inline KeyCollection_tDA826B2176123534B81A7FF5DDD768A34251ADB4 ** get_address_of_keys_7() { return &___keys_7; } inline void set_keys_7(KeyCollection_tDA826B2176123534B81A7FF5DDD768A34251ADB4 * 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_t6BB43D0F158FE3B19E71F6F48A84283B5250E1B4, ___values_8)); } inline ValueCollection_t26781662F3B517C49F6523DD6BE7954D4EDE8CC6 * get_values_8() const { return ___values_8; } inline ValueCollection_t26781662F3B517C49F6523DD6BE7954D4EDE8CC6 ** get_address_of_values_8() { return &___values_8; } inline void set_values_8(ValueCollection_t26781662F3B517C49F6523DD6BE7954D4EDE8CC6 * 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_t6BB43D0F158FE3B19E71F6F48A84283B5250E1B4, ____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_t0583F646DAE1361FD64601FB5FBF7B4C57DDBDF4 : public RuntimeObject { public: // System.Int32[] System.Collections.Generic.Dictionary`2::buckets Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___buckets_0; // System.Collections.Generic.Dictionary`2/Entry[] System.Collections.Generic.Dictionary`2::entries EntryU5BU5D_t5988951BD5E7F9A1B3915572BB11DC9E0F155255* ___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_t840B891CD8C62EE926DDDEE92D85290C08539C0B * ___keys_7; // System.Collections.Generic.Dictionary`2/ValueCollection System.Collections.Generic.Dictionary`2::values ValueCollection_tA0BA28017BC956C749773968709DDA31226156B3 * ___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_t0583F646DAE1361FD64601FB5FBF7B4C57DDBDF4, ___buckets_0)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_buckets_0() const { return ___buckets_0; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_buckets_0() { return &___buckets_0; } inline void set_buckets_0(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* 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_t0583F646DAE1361FD64601FB5FBF7B4C57DDBDF4, ___entries_1)); } inline EntryU5BU5D_t5988951BD5E7F9A1B3915572BB11DC9E0F155255* get_entries_1() const { return ___entries_1; } inline EntryU5BU5D_t5988951BD5E7F9A1B3915572BB11DC9E0F155255** get_address_of_entries_1() { return &___entries_1; } inline void set_entries_1(EntryU5BU5D_t5988951BD5E7F9A1B3915572BB11DC9E0F155255* 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_t0583F646DAE1361FD64601FB5FBF7B4C57DDBDF4, ___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_t0583F646DAE1361FD64601FB5FBF7B4C57DDBDF4, ___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_t0583F646DAE1361FD64601FB5FBF7B4C57DDBDF4, ___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_t0583F646DAE1361FD64601FB5FBF7B4C57DDBDF4, ___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_t0583F646DAE1361FD64601FB5FBF7B4C57DDBDF4, ___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_t0583F646DAE1361FD64601FB5FBF7B4C57DDBDF4, ___keys_7)); } inline KeyCollection_t840B891CD8C62EE926DDDEE92D85290C08539C0B * get_keys_7() const { return ___keys_7; } inline KeyCollection_t840B891CD8C62EE926DDDEE92D85290C08539C0B ** get_address_of_keys_7() { return &___keys_7; } inline void set_keys_7(KeyCollection_t840B891CD8C62EE926DDDEE92D85290C08539C0B * 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_t0583F646DAE1361FD64601FB5FBF7B4C57DDBDF4, ___values_8)); } inline ValueCollection_tA0BA28017BC956C749773968709DDA31226156B3 * get_values_8() const { return ___values_8; } inline ValueCollection_tA0BA28017BC956C749773968709DDA31226156B3 ** get_address_of_values_8() { return &___values_8; } inline void set_values_8(ValueCollection_tA0BA28017BC956C749773968709DDA31226156B3 * 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_t0583F646DAE1361FD64601FB5FBF7B4C57DDBDF4, ____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_tEC101901EE680E17704967FA8AF17B1E6CD618B8 : public RuntimeObject { public: // System.Int32[] System.Collections.Generic.Dictionary`2::buckets Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___buckets_0; // System.Collections.Generic.Dictionary`2/Entry[] System.Collections.Generic.Dictionary`2::entries EntryU5BU5D_tA087877EE0CAAD820A376766D8FFA043F73B8CA0* ___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_t499E84E56D251625DBE5DDDF8E9F0D89CBB0D0DF * ___keys_7; // System.Collections.Generic.Dictionary`2/ValueCollection System.Collections.Generic.Dictionary`2::values ValueCollection_t87E40163F777395B84663882E0FD5DEB3C624C50 * ___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_tEC101901EE680E17704967FA8AF17B1E6CD618B8, ___buckets_0)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_buckets_0() const { return ___buckets_0; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_buckets_0() { return &___buckets_0; } inline void set_buckets_0(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* 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_tEC101901EE680E17704967FA8AF17B1E6CD618B8, ___entries_1)); } inline EntryU5BU5D_tA087877EE0CAAD820A376766D8FFA043F73B8CA0* get_entries_1() const { return ___entries_1; } inline EntryU5BU5D_tA087877EE0CAAD820A376766D8FFA043F73B8CA0** get_address_of_entries_1() { return &___entries_1; } inline void set_entries_1(EntryU5BU5D_tA087877EE0CAAD820A376766D8FFA043F73B8CA0* 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_tEC101901EE680E17704967FA8AF17B1E6CD618B8, ___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_tEC101901EE680E17704967FA8AF17B1E6CD618B8, ___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_tEC101901EE680E17704967FA8AF17B1E6CD618B8, ___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_tEC101901EE680E17704967FA8AF17B1E6CD618B8, ___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_tEC101901EE680E17704967FA8AF17B1E6CD618B8, ___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_tEC101901EE680E17704967FA8AF17B1E6CD618B8, ___keys_7)); } inline KeyCollection_t499E84E56D251625DBE5DDDF8E9F0D89CBB0D0DF * get_keys_7() const { return ___keys_7; } inline KeyCollection_t499E84E56D251625DBE5DDDF8E9F0D89CBB0D0DF ** get_address_of_keys_7() { return &___keys_7; } inline void set_keys_7(KeyCollection_t499E84E56D251625DBE5DDDF8E9F0D89CBB0D0DF * 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_tEC101901EE680E17704967FA8AF17B1E6CD618B8, ___values_8)); } inline ValueCollection_t87E40163F777395B84663882E0FD5DEB3C624C50 * get_values_8() const { return ___values_8; } inline ValueCollection_t87E40163F777395B84663882E0FD5DEB3C624C50 ** get_address_of_values_8() { return &___values_8; } inline void set_values_8(ValueCollection_t87E40163F777395B84663882E0FD5DEB3C624C50 * 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_tEC101901EE680E17704967FA8AF17B1E6CD618B8, ____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_tF17132A004B24571E82B3F37E944651A0E72799F : public RuntimeObject { public: // System.Int32[] System.Collections.Generic.Dictionary`2::buckets Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___buckets_0; // System.Collections.Generic.Dictionary`2/Entry[] System.Collections.Generic.Dictionary`2::entries EntryU5BU5D_tECEC3CEBBB6B08D51574D8802A9FF4526213C353* ___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_tDCCDDA686FEADA7D12856936AFEA23F2A9F65638 * ___keys_7; // System.Collections.Generic.Dictionary`2/ValueCollection System.Collections.Generic.Dictionary`2::values ValueCollection_t94BB350A9E80F0F92298B2AAA875C6CE7BE6BF3E * ___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_tF17132A004B24571E82B3F37E944651A0E72799F, ___buckets_0)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_buckets_0() const { return ___buckets_0; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_buckets_0() { return &___buckets_0; } inline void set_buckets_0(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* 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_tF17132A004B24571E82B3F37E944651A0E72799F, ___entries_1)); } inline EntryU5BU5D_tECEC3CEBBB6B08D51574D8802A9FF4526213C353* get_entries_1() const { return ___entries_1; } inline EntryU5BU5D_tECEC3CEBBB6B08D51574D8802A9FF4526213C353** get_address_of_entries_1() { return &___entries_1; } inline void set_entries_1(EntryU5BU5D_tECEC3CEBBB6B08D51574D8802A9FF4526213C353* 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_tF17132A004B24571E82B3F37E944651A0E72799F, ___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_tF17132A004B24571E82B3F37E944651A0E72799F, ___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_tF17132A004B24571E82B3F37E944651A0E72799F, ___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_tF17132A004B24571E82B3F37E944651A0E72799F, ___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_tF17132A004B24571E82B3F37E944651A0E72799F, ___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_tF17132A004B24571E82B3F37E944651A0E72799F, ___keys_7)); } inline KeyCollection_tDCCDDA686FEADA7D12856936AFEA23F2A9F65638 * get_keys_7() const { return ___keys_7; } inline KeyCollection_tDCCDDA686FEADA7D12856936AFEA23F2A9F65638 ** get_address_of_keys_7() { return &___keys_7; } inline void set_keys_7(KeyCollection_tDCCDDA686FEADA7D12856936AFEA23F2A9F65638 * 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_tF17132A004B24571E82B3F37E944651A0E72799F, ___values_8)); } inline ValueCollection_t94BB350A9E80F0F92298B2AAA875C6CE7BE6BF3E * get_values_8() const { return ___values_8; } inline ValueCollection_t94BB350A9E80F0F92298B2AAA875C6CE7BE6BF3E ** get_address_of_values_8() { return &___values_8; } inline void set_values_8(ValueCollection_t94BB350A9E80F0F92298B2AAA875C6CE7BE6BF3E * 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_tF17132A004B24571E82B3F37E944651A0E72799F, ____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.HashSet`1 struct HashSet_1_tF187707BD5564B6808CE30721FBC083F00B385E5 : public RuntimeObject { public: // System.Int32[] System.Collections.Generic.HashSet`1::_buckets Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ____buckets_7; // System.Collections.Generic.HashSet`1/Slot[] System.Collections.Generic.HashSet`1::_slots SlotU5BU5D_t464AE2F4120A3C0E4A56A29ED1393EC87FBAA975* ____slots_8; // System.Int32 System.Collections.Generic.HashSet`1::_count int32_t ____count_9; // System.Int32 System.Collections.Generic.HashSet`1::_lastIndex int32_t ____lastIndex_10; // System.Int32 System.Collections.Generic.HashSet`1::_freeList int32_t ____freeList_11; // System.Collections.Generic.IEqualityComparer`1 System.Collections.Generic.HashSet`1::_comparer RuntimeObject* ____comparer_12; // System.Int32 System.Collections.Generic.HashSet`1::_version int32_t ____version_13; // System.Runtime.Serialization.SerializationInfo System.Collections.Generic.HashSet`1::_siInfo SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * ____siInfo_14; public: inline static int32_t get_offset_of__buckets_7() { return static_cast(offsetof(HashSet_1_tF187707BD5564B6808CE30721FBC083F00B385E5, ____buckets_7)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get__buckets_7() const { return ____buckets_7; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of__buckets_7() { return &____buckets_7; } inline void set__buckets_7(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ____buckets_7 = value; Il2CppCodeGenWriteBarrier((void**)(&____buckets_7), (void*)value); } inline static int32_t get_offset_of__slots_8() { return static_cast(offsetof(HashSet_1_tF187707BD5564B6808CE30721FBC083F00B385E5, ____slots_8)); } inline SlotU5BU5D_t464AE2F4120A3C0E4A56A29ED1393EC87FBAA975* get__slots_8() const { return ____slots_8; } inline SlotU5BU5D_t464AE2F4120A3C0E4A56A29ED1393EC87FBAA975** get_address_of__slots_8() { return &____slots_8; } inline void set__slots_8(SlotU5BU5D_t464AE2F4120A3C0E4A56A29ED1393EC87FBAA975* value) { ____slots_8 = value; Il2CppCodeGenWriteBarrier((void**)(&____slots_8), (void*)value); } inline static int32_t get_offset_of__count_9() { return static_cast(offsetof(HashSet_1_tF187707BD5564B6808CE30721FBC083F00B385E5, ____count_9)); } inline int32_t get__count_9() const { return ____count_9; } inline int32_t* get_address_of__count_9() { return &____count_9; } inline void set__count_9(int32_t value) { ____count_9 = value; } inline static int32_t get_offset_of__lastIndex_10() { return static_cast(offsetof(HashSet_1_tF187707BD5564B6808CE30721FBC083F00B385E5, ____lastIndex_10)); } inline int32_t get__lastIndex_10() const { return ____lastIndex_10; } inline int32_t* get_address_of__lastIndex_10() { return &____lastIndex_10; } inline void set__lastIndex_10(int32_t value) { ____lastIndex_10 = value; } inline static int32_t get_offset_of__freeList_11() { return static_cast(offsetof(HashSet_1_tF187707BD5564B6808CE30721FBC083F00B385E5, ____freeList_11)); } inline int32_t get__freeList_11() const { return ____freeList_11; } inline int32_t* get_address_of__freeList_11() { return &____freeList_11; } inline void set__freeList_11(int32_t value) { ____freeList_11 = value; } inline static int32_t get_offset_of__comparer_12() { return static_cast(offsetof(HashSet_1_tF187707BD5564B6808CE30721FBC083F00B385E5, ____comparer_12)); } inline RuntimeObject* get__comparer_12() const { return ____comparer_12; } inline RuntimeObject** get_address_of__comparer_12() { return &____comparer_12; } inline void set__comparer_12(RuntimeObject* value) { ____comparer_12 = value; Il2CppCodeGenWriteBarrier((void**)(&____comparer_12), (void*)value); } inline static int32_t get_offset_of__version_13() { return static_cast(offsetof(HashSet_1_tF187707BD5564B6808CE30721FBC083F00B385E5, ____version_13)); } inline int32_t get__version_13() const { return ____version_13; } inline int32_t* get_address_of__version_13() { return &____version_13; } inline void set__version_13(int32_t value) { ____version_13 = value; } inline static int32_t get_offset_of__siInfo_14() { return static_cast(offsetof(HashSet_1_tF187707BD5564B6808CE30721FBC083F00B385E5, ____siInfo_14)); } inline SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * get__siInfo_14() const { return ____siInfo_14; } inline SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 ** get_address_of__siInfo_14() { return &____siInfo_14; } inline void set__siInfo_14(SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * value) { ____siInfo_14 = value; Il2CppCodeGenWriteBarrier((void**)(&____siInfo_14), (void*)value); } }; // System.Collections.Generic.List`1 struct List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ____items_1; // System.Int32 System.Collections.Generic.List`1::_size int32_t ____size_2; // System.Int32 System.Collections.Generic.List`1::_version int32_t ____version_3; // System.Object System.Collections.Generic.List`1::_syncRoot RuntimeObject * ____syncRoot_4; public: inline static int32_t get_offset_of__items_1() { return static_cast(offsetof(List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5, ____items_1)); } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* get__items_1() const { return ____items_1; } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** get_address_of__items_1() { return &____items_1; } inline void set__items_1(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____items_1), (void*)value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5, ____size_2)); } inline int32_t get__size_2() const { return ____size_2; } inline int32_t* get_address_of__size_2() { return &____size_2; } inline void set__size_2(int32_t value) { ____size_2 = value; } inline static int32_t get_offset_of__version_3() { return static_cast(offsetof(List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5, ____version_3)); } inline int32_t get__version_3() const { return ____version_3; } inline int32_t* get_address_of__version_3() { return &____version_3; } inline void set__version_3(int32_t value) { ____version_3 = value; } inline static int32_t get_offset_of__syncRoot_4() { return static_cast(offsetof(List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5, ____syncRoot_4)); } inline RuntimeObject * get__syncRoot_4() const { return ____syncRoot_4; } inline RuntimeObject ** get_address_of__syncRoot_4() { return &____syncRoot_4; } inline void set__syncRoot_4(RuntimeObject * value) { ____syncRoot_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_4), (void*)value); } }; struct List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5_StaticFields { public: // T[] System.Collections.Generic.List`1::_emptyArray ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ____emptyArray_5; public: inline static int32_t get_offset_of__emptyArray_5() { return static_cast(offsetof(List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5_StaticFields, ____emptyArray_5)); } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* get__emptyArray_5() const { return ____emptyArray_5; } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** get_address_of__emptyArray_5() { return &____emptyArray_5; } inline void set__emptyArray_5(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* value) { ____emptyArray_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value); } }; // System.Collections.Generic.List`1 struct List_1_tBE22F0B6C1EBDB760862FAD201AFE75E3DEBBBFD : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items TMP_FontAssetU5BU5D_t428AAB45232CFFF6A5EF8E12B0633C5E6226902F* ____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_tBE22F0B6C1EBDB760862FAD201AFE75E3DEBBBFD, ____items_1)); } inline TMP_FontAssetU5BU5D_t428AAB45232CFFF6A5EF8E12B0633C5E6226902F* get__items_1() const { return ____items_1; } inline TMP_FontAssetU5BU5D_t428AAB45232CFFF6A5EF8E12B0633C5E6226902F** get_address_of__items_1() { return &____items_1; } inline void set__items_1(TMP_FontAssetU5BU5D_t428AAB45232CFFF6A5EF8E12B0633C5E6226902F* 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_tBE22F0B6C1EBDB760862FAD201AFE75E3DEBBBFD, ____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_tBE22F0B6C1EBDB760862FAD201AFE75E3DEBBBFD, ____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_tBE22F0B6C1EBDB760862FAD201AFE75E3DEBBBFD, ____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_tBE22F0B6C1EBDB760862FAD201AFE75E3DEBBBFD_StaticFields { public: // T[] System.Collections.Generic.List`1::_emptyArray TMP_FontAssetU5BU5D_t428AAB45232CFFF6A5EF8E12B0633C5E6226902F* ____emptyArray_5; public: inline static int32_t get_offset_of__emptyArray_5() { return static_cast(offsetof(List_1_tBE22F0B6C1EBDB760862FAD201AFE75E3DEBBBFD_StaticFields, ____emptyArray_5)); } inline TMP_FontAssetU5BU5D_t428AAB45232CFFF6A5EF8E12B0633C5E6226902F* get__emptyArray_5() const { return ____emptyArray_5; } inline TMP_FontAssetU5BU5D_t428AAB45232CFFF6A5EF8E12B0633C5E6226902F** get_address_of__emptyArray_5() { return &____emptyArray_5; } inline void set__emptyArray_5(TMP_FontAssetU5BU5D_t428AAB45232CFFF6A5EF8E12B0633C5E6226902F* value) { ____emptyArray_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value); } }; // System.Collections.Generic.List`1 struct List_1_tF6EAF0B1BB91EA856A5893AC3A160A3B76E5BB67 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items TMP_SpriteU5BU5D_t7F7DA95F41A7FED6FA0FC3F2E7B617163092CCF6* ____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_tF6EAF0B1BB91EA856A5893AC3A160A3B76E5BB67, ____items_1)); } inline TMP_SpriteU5BU5D_t7F7DA95F41A7FED6FA0FC3F2E7B617163092CCF6* get__items_1() const { return ____items_1; } inline TMP_SpriteU5BU5D_t7F7DA95F41A7FED6FA0FC3F2E7B617163092CCF6** get_address_of__items_1() { return &____items_1; } inline void set__items_1(TMP_SpriteU5BU5D_t7F7DA95F41A7FED6FA0FC3F2E7B617163092CCF6* 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_tF6EAF0B1BB91EA856A5893AC3A160A3B76E5BB67, ____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_tF6EAF0B1BB91EA856A5893AC3A160A3B76E5BB67, ____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_tF6EAF0B1BB91EA856A5893AC3A160A3B76E5BB67, ____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_tF6EAF0B1BB91EA856A5893AC3A160A3B76E5BB67_StaticFields { public: // T[] System.Collections.Generic.List`1::_emptyArray TMP_SpriteU5BU5D_t7F7DA95F41A7FED6FA0FC3F2E7B617163092CCF6* ____emptyArray_5; public: inline static int32_t get_offset_of__emptyArray_5() { return static_cast(offsetof(List_1_tF6EAF0B1BB91EA856A5893AC3A160A3B76E5BB67_StaticFields, ____emptyArray_5)); } inline TMP_SpriteU5BU5D_t7F7DA95F41A7FED6FA0FC3F2E7B617163092CCF6* get__emptyArray_5() const { return ____emptyArray_5; } inline TMP_SpriteU5BU5D_t7F7DA95F41A7FED6FA0FC3F2E7B617163092CCF6** get_address_of__emptyArray_5() { return &____emptyArray_5; } inline void set__emptyArray_5(TMP_SpriteU5BU5D_t7F7DA95F41A7FED6FA0FC3F2E7B617163092CCF6* value) { ____emptyArray_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value); } }; // System.Collections.Generic.List`1 struct List_1_tD057592B5C6E2EF6CBE5ADC501E5D58919E8B364 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items TMP_SpriteAssetU5BU5D_t68254268901DF3112AA365EBD7AE67D0BB8B9717* ____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_tD057592B5C6E2EF6CBE5ADC501E5D58919E8B364, ____items_1)); } inline TMP_SpriteAssetU5BU5D_t68254268901DF3112AA365EBD7AE67D0BB8B9717* get__items_1() const { return ____items_1; } inline TMP_SpriteAssetU5BU5D_t68254268901DF3112AA365EBD7AE67D0BB8B9717** get_address_of__items_1() { return &____items_1; } inline void set__items_1(TMP_SpriteAssetU5BU5D_t68254268901DF3112AA365EBD7AE67D0BB8B9717* 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_tD057592B5C6E2EF6CBE5ADC501E5D58919E8B364, ____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_tD057592B5C6E2EF6CBE5ADC501E5D58919E8B364, ____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_tD057592B5C6E2EF6CBE5ADC501E5D58919E8B364, ____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_tD057592B5C6E2EF6CBE5ADC501E5D58919E8B364_StaticFields { public: // T[] System.Collections.Generic.List`1::_emptyArray TMP_SpriteAssetU5BU5D_t68254268901DF3112AA365EBD7AE67D0BB8B9717* ____emptyArray_5; public: inline static int32_t get_offset_of__emptyArray_5() { return static_cast(offsetof(List_1_tD057592B5C6E2EF6CBE5ADC501E5D58919E8B364_StaticFields, ____emptyArray_5)); } inline TMP_SpriteAssetU5BU5D_t68254268901DF3112AA365EBD7AE67D0BB8B9717* get__emptyArray_5() const { return ____emptyArray_5; } inline TMP_SpriteAssetU5BU5D_t68254268901DF3112AA365EBD7AE67D0BB8B9717** get_address_of__emptyArray_5() { return &____emptyArray_5; } inline void set__emptyArray_5(TMP_SpriteAssetU5BU5D_t68254268901DF3112AA365EBD7AE67D0BB8B9717* value) { ____emptyArray_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value); } }; // System.Collections.Generic.List`1 struct List_1_t7850FCF22796079854614A9268CE558E34108A02 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items TMP_SpriteCharacterU5BU5D_t55AB872B8C50A4CDE3E17824AEA0864E157BBAAC* ____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_t7850FCF22796079854614A9268CE558E34108A02, ____items_1)); } inline TMP_SpriteCharacterU5BU5D_t55AB872B8C50A4CDE3E17824AEA0864E157BBAAC* get__items_1() const { return ____items_1; } inline TMP_SpriteCharacterU5BU5D_t55AB872B8C50A4CDE3E17824AEA0864E157BBAAC** get_address_of__items_1() { return &____items_1; } inline void set__items_1(TMP_SpriteCharacterU5BU5D_t55AB872B8C50A4CDE3E17824AEA0864E157BBAAC* 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_t7850FCF22796079854614A9268CE558E34108A02, ____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_t7850FCF22796079854614A9268CE558E34108A02, ____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_t7850FCF22796079854614A9268CE558E34108A02, ____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_t7850FCF22796079854614A9268CE558E34108A02_StaticFields { public: // T[] System.Collections.Generic.List`1::_emptyArray TMP_SpriteCharacterU5BU5D_t55AB872B8C50A4CDE3E17824AEA0864E157BBAAC* ____emptyArray_5; public: inline static int32_t get_offset_of__emptyArray_5() { return static_cast(offsetof(List_1_t7850FCF22796079854614A9268CE558E34108A02_StaticFields, ____emptyArray_5)); } inline TMP_SpriteCharacterU5BU5D_t55AB872B8C50A4CDE3E17824AEA0864E157BBAAC* get__emptyArray_5() const { return ____emptyArray_5; } inline TMP_SpriteCharacterU5BU5D_t55AB872B8C50A4CDE3E17824AEA0864E157BBAAC** get_address_of__emptyArray_5() { return &____emptyArray_5; } inline void set__emptyArray_5(TMP_SpriteCharacterU5BU5D_t55AB872B8C50A4CDE3E17824AEA0864E157BBAAC* value) { ____emptyArray_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value); } }; // System.Collections.Generic.List`1 struct List_1_tF7848685CB961B42606831D4C30E1C31069D91C8 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items TMP_SpriteGlyphU5BU5D_t1EF7A4A23C0C332C610687A2216900DB989B88E7* ____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_tF7848685CB961B42606831D4C30E1C31069D91C8, ____items_1)); } inline TMP_SpriteGlyphU5BU5D_t1EF7A4A23C0C332C610687A2216900DB989B88E7* get__items_1() const { return ____items_1; } inline TMP_SpriteGlyphU5BU5D_t1EF7A4A23C0C332C610687A2216900DB989B88E7** get_address_of__items_1() { return &____items_1; } inline void set__items_1(TMP_SpriteGlyphU5BU5D_t1EF7A4A23C0C332C610687A2216900DB989B88E7* 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_tF7848685CB961B42606831D4C30E1C31069D91C8, ____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_tF7848685CB961B42606831D4C30E1C31069D91C8, ____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_tF7848685CB961B42606831D4C30E1C31069D91C8, ____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_tF7848685CB961B42606831D4C30E1C31069D91C8_StaticFields { public: // T[] System.Collections.Generic.List`1::_emptyArray TMP_SpriteGlyphU5BU5D_t1EF7A4A23C0C332C610687A2216900DB989B88E7* ____emptyArray_5; public: inline static int32_t get_offset_of__emptyArray_5() { return static_cast(offsetof(List_1_tF7848685CB961B42606831D4C30E1C31069D91C8_StaticFields, ____emptyArray_5)); } inline TMP_SpriteGlyphU5BU5D_t1EF7A4A23C0C332C610687A2216900DB989B88E7* get__emptyArray_5() const { return ____emptyArray_5; } inline TMP_SpriteGlyphU5BU5D_t1EF7A4A23C0C332C610687A2216900DB989B88E7** get_address_of__emptyArray_5() { return &____emptyArray_5; } inline void set__emptyArray_5(TMP_SpriteGlyphU5BU5D_t1EF7A4A23C0C332C610687A2216900DB989B88E7* value) { ____emptyArray_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value); } }; // System.Collections.Generic.List`1 struct List_1_t45639C9CAC14492B91832F71F3BE40F75A336649 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items TMP_StyleU5BU5D_tF3841BE750EB683086AD2A8642A074952204C74C* ____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_t45639C9CAC14492B91832F71F3BE40F75A336649, ____items_1)); } inline TMP_StyleU5BU5D_tF3841BE750EB683086AD2A8642A074952204C74C* get__items_1() const { return ____items_1; } inline TMP_StyleU5BU5D_tF3841BE750EB683086AD2A8642A074952204C74C** get_address_of__items_1() { return &____items_1; } inline void set__items_1(TMP_StyleU5BU5D_tF3841BE750EB683086AD2A8642A074952204C74C* 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_t45639C9CAC14492B91832F71F3BE40F75A336649, ____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_t45639C9CAC14492B91832F71F3BE40F75A336649, ____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_t45639C9CAC14492B91832F71F3BE40F75A336649, ____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_t45639C9CAC14492B91832F71F3BE40F75A336649_StaticFields { public: // T[] System.Collections.Generic.List`1::_emptyArray TMP_StyleU5BU5D_tF3841BE750EB683086AD2A8642A074952204C74C* ____emptyArray_5; public: inline static int32_t get_offset_of__emptyArray_5() { return static_cast(offsetof(List_1_t45639C9CAC14492B91832F71F3BE40F75A336649_StaticFields, ____emptyArray_5)); } inline TMP_StyleU5BU5D_tF3841BE750EB683086AD2A8642A074952204C74C* get__emptyArray_5() const { return ____emptyArray_5; } inline TMP_StyleU5BU5D_tF3841BE750EB683086AD2A8642A074952204C74C** get_address_of__emptyArray_5() { return &____emptyArray_5; } inline void set__emptyArray_5(TMP_StyleU5BU5D_tF3841BE750EB683086AD2A8642A074952204C74C* value) { ____emptyArray_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value); } }; // UnityEngine.EventSystems.AbstractEventData struct AbstractEventData_tA0B5065DE3430C0031ADE061668E1C7073D718DF : 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_tA0B5065DE3430C0031ADE061668E1C7073D718DF, ___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; } }; struct Il2CppArrayBounds; // System.Array // System.Reflection.MemberInfo struct MemberInfo_t : public RuntimeObject { public: public: }; // TMPro.ShaderUtilities struct ShaderUtilities_t1F6A93635DB66FAB6A2DE3ABEA7DE635B7E34B14 : public RuntimeObject { public: public: }; struct ShaderUtilities_t1F6A93635DB66FAB6A2DE3ABEA7DE635B7E34B14_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_UnderlayOffset int32_t ___ID_UnderlayOffset_10; // System.Int32 TMPro.ShaderUtilities::ID_UnderlayIsoPerimeter int32_t ___ID_UnderlayIsoPerimeter_11; // System.Int32 TMPro.ShaderUtilities::ID_WeightNormal int32_t ___ID_WeightNormal_12; // System.Int32 TMPro.ShaderUtilities::ID_WeightBold int32_t ___ID_WeightBold_13; // System.Int32 TMPro.ShaderUtilities::ID_OutlineTex int32_t ___ID_OutlineTex_14; // System.Int32 TMPro.ShaderUtilities::ID_OutlineWidth int32_t ___ID_OutlineWidth_15; // System.Int32 TMPro.ShaderUtilities::ID_OutlineSoftness int32_t ___ID_OutlineSoftness_16; // System.Int32 TMPro.ShaderUtilities::ID_OutlineColor int32_t ___ID_OutlineColor_17; // System.Int32 TMPro.ShaderUtilities::ID_Outline2Color int32_t ___ID_Outline2Color_18; // System.Int32 TMPro.ShaderUtilities::ID_Outline2Width int32_t ___ID_Outline2Width_19; // System.Int32 TMPro.ShaderUtilities::ID_Padding int32_t ___ID_Padding_20; // System.Int32 TMPro.ShaderUtilities::ID_GradientScale int32_t ___ID_GradientScale_21; // System.Int32 TMPro.ShaderUtilities::ID_ScaleX int32_t ___ID_ScaleX_22; // System.Int32 TMPro.ShaderUtilities::ID_ScaleY int32_t ___ID_ScaleY_23; // System.Int32 TMPro.ShaderUtilities::ID_PerspectiveFilter int32_t ___ID_PerspectiveFilter_24; // System.Int32 TMPro.ShaderUtilities::ID_Sharpness int32_t ___ID_Sharpness_25; // System.Int32 TMPro.ShaderUtilities::ID_TextureWidth int32_t ___ID_TextureWidth_26; // System.Int32 TMPro.ShaderUtilities::ID_TextureHeight int32_t ___ID_TextureHeight_27; // System.Int32 TMPro.ShaderUtilities::ID_BevelAmount int32_t ___ID_BevelAmount_28; // System.Int32 TMPro.ShaderUtilities::ID_GlowColor int32_t ___ID_GlowColor_29; // System.Int32 TMPro.ShaderUtilities::ID_GlowOffset int32_t ___ID_GlowOffset_30; // System.Int32 TMPro.ShaderUtilities::ID_GlowPower int32_t ___ID_GlowPower_31; // System.Int32 TMPro.ShaderUtilities::ID_GlowOuter int32_t ___ID_GlowOuter_32; // System.Int32 TMPro.ShaderUtilities::ID_GlowInner int32_t ___ID_GlowInner_33; // System.Int32 TMPro.ShaderUtilities::ID_LightAngle int32_t ___ID_LightAngle_34; // System.Int32 TMPro.ShaderUtilities::ID_EnvMap int32_t ___ID_EnvMap_35; // System.Int32 TMPro.ShaderUtilities::ID_EnvMatrix int32_t ___ID_EnvMatrix_36; // System.Int32 TMPro.ShaderUtilities::ID_EnvMatrixRotation int32_t ___ID_EnvMatrixRotation_37; // System.Int32 TMPro.ShaderUtilities::ID_MaskCoord int32_t ___ID_MaskCoord_38; // System.Int32 TMPro.ShaderUtilities::ID_ClipRect int32_t ___ID_ClipRect_39; // System.Int32 TMPro.ShaderUtilities::ID_MaskSoftnessX int32_t ___ID_MaskSoftnessX_40; // System.Int32 TMPro.ShaderUtilities::ID_MaskSoftnessY int32_t ___ID_MaskSoftnessY_41; // System.Int32 TMPro.ShaderUtilities::ID_VertexOffsetX int32_t ___ID_VertexOffsetX_42; // System.Int32 TMPro.ShaderUtilities::ID_VertexOffsetY int32_t ___ID_VertexOffsetY_43; // System.Int32 TMPro.ShaderUtilities::ID_UseClipRect int32_t ___ID_UseClipRect_44; // System.Int32 TMPro.ShaderUtilities::ID_StencilID int32_t ___ID_StencilID_45; // System.Int32 TMPro.ShaderUtilities::ID_StencilOp int32_t ___ID_StencilOp_46; // System.Int32 TMPro.ShaderUtilities::ID_StencilComp int32_t ___ID_StencilComp_47; // System.Int32 TMPro.ShaderUtilities::ID_StencilReadMask int32_t ___ID_StencilReadMask_48; // System.Int32 TMPro.ShaderUtilities::ID_StencilWriteMask int32_t ___ID_StencilWriteMask_49; // System.Int32 TMPro.ShaderUtilities::ID_ShaderFlags int32_t ___ID_ShaderFlags_50; // System.Int32 TMPro.ShaderUtilities::ID_ScaleRatio_A int32_t ___ID_ScaleRatio_A_51; // System.Int32 TMPro.ShaderUtilities::ID_ScaleRatio_B int32_t ___ID_ScaleRatio_B_52; // System.Int32 TMPro.ShaderUtilities::ID_ScaleRatio_C int32_t ___ID_ScaleRatio_C_53; // System.String TMPro.ShaderUtilities::Keyword_Bevel String_t* ___Keyword_Bevel_54; // System.String TMPro.ShaderUtilities::Keyword_Glow String_t* ___Keyword_Glow_55; // System.String TMPro.ShaderUtilities::Keyword_Underlay String_t* ___Keyword_Underlay_56; // System.String TMPro.ShaderUtilities::Keyword_Ratios String_t* ___Keyword_Ratios_57; // System.String TMPro.ShaderUtilities::Keyword_MASK_SOFT String_t* ___Keyword_MASK_SOFT_58; // System.String TMPro.ShaderUtilities::Keyword_MASK_HARD String_t* ___Keyword_MASK_HARD_59; // System.String TMPro.ShaderUtilities::Keyword_MASK_TEX String_t* ___Keyword_MASK_TEX_60; // System.String TMPro.ShaderUtilities::Keyword_Outline String_t* ___Keyword_Outline_61; // System.String TMPro.ShaderUtilities::ShaderTag_ZTestMode String_t* ___ShaderTag_ZTestMode_62; // System.String TMPro.ShaderUtilities::ShaderTag_CullMode String_t* ___ShaderTag_CullMode_63; // System.Single TMPro.ShaderUtilities::m_clamp float ___m_clamp_64; // System.Boolean TMPro.ShaderUtilities::isInitialized bool ___isInitialized_65; // UnityEngine.Shader TMPro.ShaderUtilities::k_ShaderRef_MobileSDF Shader_tB2355DC4F3CAF20B2F1AB5AABBF37C3555FFBC39 * ___k_ShaderRef_MobileSDF_66; // UnityEngine.Shader TMPro.ShaderUtilities::k_ShaderRef_MobileBitmap Shader_tB2355DC4F3CAF20B2F1AB5AABBF37C3555FFBC39 * ___k_ShaderRef_MobileBitmap_67; public: inline static int32_t get_offset_of_ID_MainTex_0() { return static_cast(offsetof(ShaderUtilities_t1F6A93635DB66FAB6A2DE3ABEA7DE635B7E34B14_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_t1F6A93635DB66FAB6A2DE3ABEA7DE635B7E34B14_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_t1F6A93635DB66FAB6A2DE3ABEA7DE635B7E34B14_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_t1F6A93635DB66FAB6A2DE3ABEA7DE635B7E34B14_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_t1F6A93635DB66FAB6A2DE3ABEA7DE635B7E34B14_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_t1F6A93635DB66FAB6A2DE3ABEA7DE635B7E34B14_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_t1F6A93635DB66FAB6A2DE3ABEA7DE635B7E34B14_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_t1F6A93635DB66FAB6A2DE3ABEA7DE635B7E34B14_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_t1F6A93635DB66FAB6A2DE3ABEA7DE635B7E34B14_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_t1F6A93635DB66FAB6A2DE3ABEA7DE635B7E34B14_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_UnderlayOffset_10() { return static_cast(offsetof(ShaderUtilities_t1F6A93635DB66FAB6A2DE3ABEA7DE635B7E34B14_StaticFields, ___ID_UnderlayOffset_10)); } inline int32_t get_ID_UnderlayOffset_10() const { return ___ID_UnderlayOffset_10; } inline int32_t* get_address_of_ID_UnderlayOffset_10() { return &___ID_UnderlayOffset_10; } inline void set_ID_UnderlayOffset_10(int32_t value) { ___ID_UnderlayOffset_10 = value; } inline static int32_t get_offset_of_ID_UnderlayIsoPerimeter_11() { return static_cast(offsetof(ShaderUtilities_t1F6A93635DB66FAB6A2DE3ABEA7DE635B7E34B14_StaticFields, ___ID_UnderlayIsoPerimeter_11)); } inline int32_t get_ID_UnderlayIsoPerimeter_11() const { return ___ID_UnderlayIsoPerimeter_11; } inline int32_t* get_address_of_ID_UnderlayIsoPerimeter_11() { return &___ID_UnderlayIsoPerimeter_11; } inline void set_ID_UnderlayIsoPerimeter_11(int32_t value) { ___ID_UnderlayIsoPerimeter_11 = value; } inline static int32_t get_offset_of_ID_WeightNormal_12() { return static_cast(offsetof(ShaderUtilities_t1F6A93635DB66FAB6A2DE3ABEA7DE635B7E34B14_StaticFields, ___ID_WeightNormal_12)); } inline int32_t get_ID_WeightNormal_12() const { return ___ID_WeightNormal_12; } inline int32_t* get_address_of_ID_WeightNormal_12() { return &___ID_WeightNormal_12; } inline void set_ID_WeightNormal_12(int32_t value) { ___ID_WeightNormal_12 = value; } inline static int32_t get_offset_of_ID_WeightBold_13() { return static_cast(offsetof(ShaderUtilities_t1F6A93635DB66FAB6A2DE3ABEA7DE635B7E34B14_StaticFields, ___ID_WeightBold_13)); } inline int32_t get_ID_WeightBold_13() const { return ___ID_WeightBold_13; } inline int32_t* get_address_of_ID_WeightBold_13() { return &___ID_WeightBold_13; } inline void set_ID_WeightBold_13(int32_t value) { ___ID_WeightBold_13 = value; } inline static int32_t get_offset_of_ID_OutlineTex_14() { return static_cast(offsetof(ShaderUtilities_t1F6A93635DB66FAB6A2DE3ABEA7DE635B7E34B14_StaticFields, ___ID_OutlineTex_14)); } inline int32_t get_ID_OutlineTex_14() const { return ___ID_OutlineTex_14; } inline int32_t* get_address_of_ID_OutlineTex_14() { return &___ID_OutlineTex_14; } inline void set_ID_OutlineTex_14(int32_t value) { ___ID_OutlineTex_14 = value; } inline static int32_t get_offset_of_ID_OutlineWidth_15() { return static_cast(offsetof(ShaderUtilities_t1F6A93635DB66FAB6A2DE3ABEA7DE635B7E34B14_StaticFields, ___ID_OutlineWidth_15)); } inline int32_t get_ID_OutlineWidth_15() const { return ___ID_OutlineWidth_15; } inline int32_t* get_address_of_ID_OutlineWidth_15() { return &___ID_OutlineWidth_15; } inline void set_ID_OutlineWidth_15(int32_t value) { ___ID_OutlineWidth_15 = value; } inline static int32_t get_offset_of_ID_OutlineSoftness_16() { return static_cast(offsetof(ShaderUtilities_t1F6A93635DB66FAB6A2DE3ABEA7DE635B7E34B14_StaticFields, ___ID_OutlineSoftness_16)); } inline int32_t get_ID_OutlineSoftness_16() const { return ___ID_OutlineSoftness_16; } inline int32_t* get_address_of_ID_OutlineSoftness_16() { return &___ID_OutlineSoftness_16; } inline void set_ID_OutlineSoftness_16(int32_t value) { ___ID_OutlineSoftness_16 = value; } inline static int32_t get_offset_of_ID_OutlineColor_17() { return static_cast(offsetof(ShaderUtilities_t1F6A93635DB66FAB6A2DE3ABEA7DE635B7E34B14_StaticFields, ___ID_OutlineColor_17)); } inline int32_t get_ID_OutlineColor_17() const { return ___ID_OutlineColor_17; } inline int32_t* get_address_of_ID_OutlineColor_17() { return &___ID_OutlineColor_17; } inline void set_ID_OutlineColor_17(int32_t value) { ___ID_OutlineColor_17 = value; } inline static int32_t get_offset_of_ID_Outline2Color_18() { return static_cast(offsetof(ShaderUtilities_t1F6A93635DB66FAB6A2DE3ABEA7DE635B7E34B14_StaticFields, ___ID_Outline2Color_18)); } inline int32_t get_ID_Outline2Color_18() const { return ___ID_Outline2Color_18; } inline int32_t* get_address_of_ID_Outline2Color_18() { return &___ID_Outline2Color_18; } inline void set_ID_Outline2Color_18(int32_t value) { ___ID_Outline2Color_18 = value; } inline static int32_t get_offset_of_ID_Outline2Width_19() { return static_cast(offsetof(ShaderUtilities_t1F6A93635DB66FAB6A2DE3ABEA7DE635B7E34B14_StaticFields, ___ID_Outline2Width_19)); } inline int32_t get_ID_Outline2Width_19() const { return ___ID_Outline2Width_19; } inline int32_t* get_address_of_ID_Outline2Width_19() { return &___ID_Outline2Width_19; } inline void set_ID_Outline2Width_19(int32_t value) { ___ID_Outline2Width_19 = value; } inline static int32_t get_offset_of_ID_Padding_20() { return static_cast(offsetof(ShaderUtilities_t1F6A93635DB66FAB6A2DE3ABEA7DE635B7E34B14_StaticFields, ___ID_Padding_20)); } inline int32_t get_ID_Padding_20() const { return ___ID_Padding_20; } inline int32_t* get_address_of_ID_Padding_20() { return &___ID_Padding_20; } inline void set_ID_Padding_20(int32_t value) { ___ID_Padding_20 = value; } inline static int32_t get_offset_of_ID_GradientScale_21() { return static_cast(offsetof(ShaderUtilities_t1F6A93635DB66FAB6A2DE3ABEA7DE635B7E34B14_StaticFields, ___ID_GradientScale_21)); } inline int32_t get_ID_GradientScale_21() const { return ___ID_GradientScale_21; } inline int32_t* get_address_of_ID_GradientScale_21() { return &___ID_GradientScale_21; } inline void set_ID_GradientScale_21(int32_t value) { ___ID_GradientScale_21 = value; } inline static int32_t get_offset_of_ID_ScaleX_22() { return static_cast(offsetof(ShaderUtilities_t1F6A93635DB66FAB6A2DE3ABEA7DE635B7E34B14_StaticFields, ___ID_ScaleX_22)); } inline int32_t get_ID_ScaleX_22() const { return ___ID_ScaleX_22; } inline int32_t* get_address_of_ID_ScaleX_22() { return &___ID_ScaleX_22; } inline void set_ID_ScaleX_22(int32_t value) { ___ID_ScaleX_22 = value; } inline static int32_t get_offset_of_ID_ScaleY_23() { return static_cast(offsetof(ShaderUtilities_t1F6A93635DB66FAB6A2DE3ABEA7DE635B7E34B14_StaticFields, ___ID_ScaleY_23)); } inline int32_t get_ID_ScaleY_23() const { return ___ID_ScaleY_23; } inline int32_t* get_address_of_ID_ScaleY_23() { return &___ID_ScaleY_23; } inline void set_ID_ScaleY_23(int32_t value) { ___ID_ScaleY_23 = value; } inline static int32_t get_offset_of_ID_PerspectiveFilter_24() { return static_cast(offsetof(ShaderUtilities_t1F6A93635DB66FAB6A2DE3ABEA7DE635B7E34B14_StaticFields, ___ID_PerspectiveFilter_24)); } inline int32_t get_ID_PerspectiveFilter_24() const { return ___ID_PerspectiveFilter_24; } inline int32_t* get_address_of_ID_PerspectiveFilter_24() { return &___ID_PerspectiveFilter_24; } inline void set_ID_PerspectiveFilter_24(int32_t value) { ___ID_PerspectiveFilter_24 = value; } inline static int32_t get_offset_of_ID_Sharpness_25() { return static_cast(offsetof(ShaderUtilities_t1F6A93635DB66FAB6A2DE3ABEA7DE635B7E34B14_StaticFields, ___ID_Sharpness_25)); } inline int32_t get_ID_Sharpness_25() const { return ___ID_Sharpness_25; } inline int32_t* get_address_of_ID_Sharpness_25() { return &___ID_Sharpness_25; } inline void set_ID_Sharpness_25(int32_t value) { ___ID_Sharpness_25 = value; } inline static int32_t get_offset_of_ID_TextureWidth_26() { return static_cast(offsetof(ShaderUtilities_t1F6A93635DB66FAB6A2DE3ABEA7DE635B7E34B14_StaticFields, ___ID_TextureWidth_26)); } inline int32_t get_ID_TextureWidth_26() const { return ___ID_TextureWidth_26; } inline int32_t* get_address_of_ID_TextureWidth_26() { return &___ID_TextureWidth_26; } inline void set_ID_TextureWidth_26(int32_t value) { ___ID_TextureWidth_26 = value; } inline static int32_t get_offset_of_ID_TextureHeight_27() { return static_cast(offsetof(ShaderUtilities_t1F6A93635DB66FAB6A2DE3ABEA7DE635B7E34B14_StaticFields, ___ID_TextureHeight_27)); } inline int32_t get_ID_TextureHeight_27() const { return ___ID_TextureHeight_27; } inline int32_t* get_address_of_ID_TextureHeight_27() { return &___ID_TextureHeight_27; } inline void set_ID_TextureHeight_27(int32_t value) { ___ID_TextureHeight_27 = value; } inline static int32_t get_offset_of_ID_BevelAmount_28() { return static_cast(offsetof(ShaderUtilities_t1F6A93635DB66FAB6A2DE3ABEA7DE635B7E34B14_StaticFields, ___ID_BevelAmount_28)); } inline int32_t get_ID_BevelAmount_28() const { return ___ID_BevelAmount_28; } inline int32_t* get_address_of_ID_BevelAmount_28() { return &___ID_BevelAmount_28; } inline void set_ID_BevelAmount_28(int32_t value) { ___ID_BevelAmount_28 = value; } inline static int32_t get_offset_of_ID_GlowColor_29() { return static_cast(offsetof(ShaderUtilities_t1F6A93635DB66FAB6A2DE3ABEA7DE635B7E34B14_StaticFields, ___ID_GlowColor_29)); } inline int32_t get_ID_GlowColor_29() const { return ___ID_GlowColor_29; } inline int32_t* get_address_of_ID_GlowColor_29() { return &___ID_GlowColor_29; } inline void set_ID_GlowColor_29(int32_t value) { ___ID_GlowColor_29 = value; } inline static int32_t get_offset_of_ID_GlowOffset_30() { return static_cast(offsetof(ShaderUtilities_t1F6A93635DB66FAB6A2DE3ABEA7DE635B7E34B14_StaticFields, ___ID_GlowOffset_30)); } inline int32_t get_ID_GlowOffset_30() const { return ___ID_GlowOffset_30; } inline int32_t* get_address_of_ID_GlowOffset_30() { return &___ID_GlowOffset_30; } inline void set_ID_GlowOffset_30(int32_t value) { ___ID_GlowOffset_30 = value; } inline static int32_t get_offset_of_ID_GlowPower_31() { return static_cast(offsetof(ShaderUtilities_t1F6A93635DB66FAB6A2DE3ABEA7DE635B7E34B14_StaticFields, ___ID_GlowPower_31)); } inline int32_t get_ID_GlowPower_31() const { return ___ID_GlowPower_31; } inline int32_t* get_address_of_ID_GlowPower_31() { return &___ID_GlowPower_31; } inline void set_ID_GlowPower_31(int32_t value) { ___ID_GlowPower_31 = value; } inline static int32_t get_offset_of_ID_GlowOuter_32() { return static_cast(offsetof(ShaderUtilities_t1F6A93635DB66FAB6A2DE3ABEA7DE635B7E34B14_StaticFields, ___ID_GlowOuter_32)); } inline int32_t get_ID_GlowOuter_32() const { return ___ID_GlowOuter_32; } inline int32_t* get_address_of_ID_GlowOuter_32() { return &___ID_GlowOuter_32; } inline void set_ID_GlowOuter_32(int32_t value) { ___ID_GlowOuter_32 = value; } inline static int32_t get_offset_of_ID_GlowInner_33() { return static_cast(offsetof(ShaderUtilities_t1F6A93635DB66FAB6A2DE3ABEA7DE635B7E34B14_StaticFields, ___ID_GlowInner_33)); } inline int32_t get_ID_GlowInner_33() const { return ___ID_GlowInner_33; } inline int32_t* get_address_of_ID_GlowInner_33() { return &___ID_GlowInner_33; } inline void set_ID_GlowInner_33(int32_t value) { ___ID_GlowInner_33 = value; } inline static int32_t get_offset_of_ID_LightAngle_34() { return static_cast(offsetof(ShaderUtilities_t1F6A93635DB66FAB6A2DE3ABEA7DE635B7E34B14_StaticFields, ___ID_LightAngle_34)); } inline int32_t get_ID_LightAngle_34() const { return ___ID_LightAngle_34; } inline int32_t* get_address_of_ID_LightAngle_34() { return &___ID_LightAngle_34; } inline void set_ID_LightAngle_34(int32_t value) { ___ID_LightAngle_34 = value; } inline static int32_t get_offset_of_ID_EnvMap_35() { return static_cast(offsetof(ShaderUtilities_t1F6A93635DB66FAB6A2DE3ABEA7DE635B7E34B14_StaticFields, ___ID_EnvMap_35)); } inline int32_t get_ID_EnvMap_35() const { return ___ID_EnvMap_35; } inline int32_t* get_address_of_ID_EnvMap_35() { return &___ID_EnvMap_35; } inline void set_ID_EnvMap_35(int32_t value) { ___ID_EnvMap_35 = value; } inline static int32_t get_offset_of_ID_EnvMatrix_36() { return static_cast(offsetof(ShaderUtilities_t1F6A93635DB66FAB6A2DE3ABEA7DE635B7E34B14_StaticFields, ___ID_EnvMatrix_36)); } inline int32_t get_ID_EnvMatrix_36() const { return ___ID_EnvMatrix_36; } inline int32_t* get_address_of_ID_EnvMatrix_36() { return &___ID_EnvMatrix_36; } inline void set_ID_EnvMatrix_36(int32_t value) { ___ID_EnvMatrix_36 = value; } inline static int32_t get_offset_of_ID_EnvMatrixRotation_37() { return static_cast(offsetof(ShaderUtilities_t1F6A93635DB66FAB6A2DE3ABEA7DE635B7E34B14_StaticFields, ___ID_EnvMatrixRotation_37)); } inline int32_t get_ID_EnvMatrixRotation_37() const { return ___ID_EnvMatrixRotation_37; } inline int32_t* get_address_of_ID_EnvMatrixRotation_37() { return &___ID_EnvMatrixRotation_37; } inline void set_ID_EnvMatrixRotation_37(int32_t value) { ___ID_EnvMatrixRotation_37 = value; } inline static int32_t get_offset_of_ID_MaskCoord_38() { return static_cast(offsetof(ShaderUtilities_t1F6A93635DB66FAB6A2DE3ABEA7DE635B7E34B14_StaticFields, ___ID_MaskCoord_38)); } inline int32_t get_ID_MaskCoord_38() const { return ___ID_MaskCoord_38; } inline int32_t* get_address_of_ID_MaskCoord_38() { return &___ID_MaskCoord_38; } inline void set_ID_MaskCoord_38(int32_t value) { ___ID_MaskCoord_38 = value; } inline static int32_t get_offset_of_ID_ClipRect_39() { return static_cast(offsetof(ShaderUtilities_t1F6A93635DB66FAB6A2DE3ABEA7DE635B7E34B14_StaticFields, ___ID_ClipRect_39)); } inline int32_t get_ID_ClipRect_39() const { return ___ID_ClipRect_39; } inline int32_t* get_address_of_ID_ClipRect_39() { return &___ID_ClipRect_39; } inline void set_ID_ClipRect_39(int32_t value) { ___ID_ClipRect_39 = value; } inline static int32_t get_offset_of_ID_MaskSoftnessX_40() { return static_cast(offsetof(ShaderUtilities_t1F6A93635DB66FAB6A2DE3ABEA7DE635B7E34B14_StaticFields, ___ID_MaskSoftnessX_40)); } inline int32_t get_ID_MaskSoftnessX_40() const { return ___ID_MaskSoftnessX_40; } inline int32_t* get_address_of_ID_MaskSoftnessX_40() { return &___ID_MaskSoftnessX_40; } inline void set_ID_MaskSoftnessX_40(int32_t value) { ___ID_MaskSoftnessX_40 = value; } inline static int32_t get_offset_of_ID_MaskSoftnessY_41() { return static_cast(offsetof(ShaderUtilities_t1F6A93635DB66FAB6A2DE3ABEA7DE635B7E34B14_StaticFields, ___ID_MaskSoftnessY_41)); } inline int32_t get_ID_MaskSoftnessY_41() const { return ___ID_MaskSoftnessY_41; } inline int32_t* get_address_of_ID_MaskSoftnessY_41() { return &___ID_MaskSoftnessY_41; } inline void set_ID_MaskSoftnessY_41(int32_t value) { ___ID_MaskSoftnessY_41 = value; } inline static int32_t get_offset_of_ID_VertexOffsetX_42() { return static_cast(offsetof(ShaderUtilities_t1F6A93635DB66FAB6A2DE3ABEA7DE635B7E34B14_StaticFields, ___ID_VertexOffsetX_42)); } inline int32_t get_ID_VertexOffsetX_42() const { return ___ID_VertexOffsetX_42; } inline int32_t* get_address_of_ID_VertexOffsetX_42() { return &___ID_VertexOffsetX_42; } inline void set_ID_VertexOffsetX_42(int32_t value) { ___ID_VertexOffsetX_42 = value; } inline static int32_t get_offset_of_ID_VertexOffsetY_43() { return static_cast(offsetof(ShaderUtilities_t1F6A93635DB66FAB6A2DE3ABEA7DE635B7E34B14_StaticFields, ___ID_VertexOffsetY_43)); } inline int32_t get_ID_VertexOffsetY_43() const { return ___ID_VertexOffsetY_43; } inline int32_t* get_address_of_ID_VertexOffsetY_43() { return &___ID_VertexOffsetY_43; } inline void set_ID_VertexOffsetY_43(int32_t value) { ___ID_VertexOffsetY_43 = value; } inline static int32_t get_offset_of_ID_UseClipRect_44() { return static_cast(offsetof(ShaderUtilities_t1F6A93635DB66FAB6A2DE3ABEA7DE635B7E34B14_StaticFields, ___ID_UseClipRect_44)); } inline int32_t get_ID_UseClipRect_44() const { return ___ID_UseClipRect_44; } inline int32_t* get_address_of_ID_UseClipRect_44() { return &___ID_UseClipRect_44; } inline void set_ID_UseClipRect_44(int32_t value) { ___ID_UseClipRect_44 = value; } inline static int32_t get_offset_of_ID_StencilID_45() { return static_cast(offsetof(ShaderUtilities_t1F6A93635DB66FAB6A2DE3ABEA7DE635B7E34B14_StaticFields, ___ID_StencilID_45)); } inline int32_t get_ID_StencilID_45() const { return ___ID_StencilID_45; } inline int32_t* get_address_of_ID_StencilID_45() { return &___ID_StencilID_45; } inline void set_ID_StencilID_45(int32_t value) { ___ID_StencilID_45 = value; } inline static int32_t get_offset_of_ID_StencilOp_46() { return static_cast(offsetof(ShaderUtilities_t1F6A93635DB66FAB6A2DE3ABEA7DE635B7E34B14_StaticFields, ___ID_StencilOp_46)); } inline int32_t get_ID_StencilOp_46() const { return ___ID_StencilOp_46; } inline int32_t* get_address_of_ID_StencilOp_46() { return &___ID_StencilOp_46; } inline void set_ID_StencilOp_46(int32_t value) { ___ID_StencilOp_46 = value; } inline static int32_t get_offset_of_ID_StencilComp_47() { return static_cast(offsetof(ShaderUtilities_t1F6A93635DB66FAB6A2DE3ABEA7DE635B7E34B14_StaticFields, ___ID_StencilComp_47)); } inline int32_t get_ID_StencilComp_47() const { return ___ID_StencilComp_47; } inline int32_t* get_address_of_ID_StencilComp_47() { return &___ID_StencilComp_47; } inline void set_ID_StencilComp_47(int32_t value) { ___ID_StencilComp_47 = value; } inline static int32_t get_offset_of_ID_StencilReadMask_48() { return static_cast(offsetof(ShaderUtilities_t1F6A93635DB66FAB6A2DE3ABEA7DE635B7E34B14_StaticFields, ___ID_StencilReadMask_48)); } inline int32_t get_ID_StencilReadMask_48() const { return ___ID_StencilReadMask_48; } inline int32_t* get_address_of_ID_StencilReadMask_48() { return &___ID_StencilReadMask_48; } inline void set_ID_StencilReadMask_48(int32_t value) { ___ID_StencilReadMask_48 = value; } inline static int32_t get_offset_of_ID_StencilWriteMask_49() { return static_cast(offsetof(ShaderUtilities_t1F6A93635DB66FAB6A2DE3ABEA7DE635B7E34B14_StaticFields, ___ID_StencilWriteMask_49)); } inline int32_t get_ID_StencilWriteMask_49() const { return ___ID_StencilWriteMask_49; } inline int32_t* get_address_of_ID_StencilWriteMask_49() { return &___ID_StencilWriteMask_49; } inline void set_ID_StencilWriteMask_49(int32_t value) { ___ID_StencilWriteMask_49 = value; } inline static int32_t get_offset_of_ID_ShaderFlags_50() { return static_cast(offsetof(ShaderUtilities_t1F6A93635DB66FAB6A2DE3ABEA7DE635B7E34B14_StaticFields, ___ID_ShaderFlags_50)); } inline int32_t get_ID_ShaderFlags_50() const { return ___ID_ShaderFlags_50; } inline int32_t* get_address_of_ID_ShaderFlags_50() { return &___ID_ShaderFlags_50; } inline void set_ID_ShaderFlags_50(int32_t value) { ___ID_ShaderFlags_50 = value; } inline static int32_t get_offset_of_ID_ScaleRatio_A_51() { return static_cast(offsetof(ShaderUtilities_t1F6A93635DB66FAB6A2DE3ABEA7DE635B7E34B14_StaticFields, ___ID_ScaleRatio_A_51)); } inline int32_t get_ID_ScaleRatio_A_51() const { return ___ID_ScaleRatio_A_51; } inline int32_t* get_address_of_ID_ScaleRatio_A_51() { return &___ID_ScaleRatio_A_51; } inline void set_ID_ScaleRatio_A_51(int32_t value) { ___ID_ScaleRatio_A_51 = value; } inline static int32_t get_offset_of_ID_ScaleRatio_B_52() { return static_cast(offsetof(ShaderUtilities_t1F6A93635DB66FAB6A2DE3ABEA7DE635B7E34B14_StaticFields, ___ID_ScaleRatio_B_52)); } inline int32_t get_ID_ScaleRatio_B_52() const { return ___ID_ScaleRatio_B_52; } inline int32_t* get_address_of_ID_ScaleRatio_B_52() { return &___ID_ScaleRatio_B_52; } inline void set_ID_ScaleRatio_B_52(int32_t value) { ___ID_ScaleRatio_B_52 = value; } inline static int32_t get_offset_of_ID_ScaleRatio_C_53() { return static_cast(offsetof(ShaderUtilities_t1F6A93635DB66FAB6A2DE3ABEA7DE635B7E34B14_StaticFields, ___ID_ScaleRatio_C_53)); } inline int32_t get_ID_ScaleRatio_C_53() const { return ___ID_ScaleRatio_C_53; } inline int32_t* get_address_of_ID_ScaleRatio_C_53() { return &___ID_ScaleRatio_C_53; } inline void set_ID_ScaleRatio_C_53(int32_t value) { ___ID_ScaleRatio_C_53 = value; } inline static int32_t get_offset_of_Keyword_Bevel_54() { return static_cast(offsetof(ShaderUtilities_t1F6A93635DB66FAB6A2DE3ABEA7DE635B7E34B14_StaticFields, ___Keyword_Bevel_54)); } inline String_t* get_Keyword_Bevel_54() const { return ___Keyword_Bevel_54; } inline String_t** get_address_of_Keyword_Bevel_54() { return &___Keyword_Bevel_54; } inline void set_Keyword_Bevel_54(String_t* value) { ___Keyword_Bevel_54 = value; Il2CppCodeGenWriteBarrier((void**)(&___Keyword_Bevel_54), (void*)value); } inline static int32_t get_offset_of_Keyword_Glow_55() { return static_cast(offsetof(ShaderUtilities_t1F6A93635DB66FAB6A2DE3ABEA7DE635B7E34B14_StaticFields, ___Keyword_Glow_55)); } inline String_t* get_Keyword_Glow_55() const { return ___Keyword_Glow_55; } inline String_t** get_address_of_Keyword_Glow_55() { return &___Keyword_Glow_55; } inline void set_Keyword_Glow_55(String_t* value) { ___Keyword_Glow_55 = value; Il2CppCodeGenWriteBarrier((void**)(&___Keyword_Glow_55), (void*)value); } inline static int32_t get_offset_of_Keyword_Underlay_56() { return static_cast(offsetof(ShaderUtilities_t1F6A93635DB66FAB6A2DE3ABEA7DE635B7E34B14_StaticFields, ___Keyword_Underlay_56)); } inline String_t* get_Keyword_Underlay_56() const { return ___Keyword_Underlay_56; } inline String_t** get_address_of_Keyword_Underlay_56() { return &___Keyword_Underlay_56; } inline void set_Keyword_Underlay_56(String_t* value) { ___Keyword_Underlay_56 = value; Il2CppCodeGenWriteBarrier((void**)(&___Keyword_Underlay_56), (void*)value); } inline static int32_t get_offset_of_Keyword_Ratios_57() { return static_cast(offsetof(ShaderUtilities_t1F6A93635DB66FAB6A2DE3ABEA7DE635B7E34B14_StaticFields, ___Keyword_Ratios_57)); } inline String_t* get_Keyword_Ratios_57() const { return ___Keyword_Ratios_57; } inline String_t** get_address_of_Keyword_Ratios_57() { return &___Keyword_Ratios_57; } inline void set_Keyword_Ratios_57(String_t* value) { ___Keyword_Ratios_57 = value; Il2CppCodeGenWriteBarrier((void**)(&___Keyword_Ratios_57), (void*)value); } inline static int32_t get_offset_of_Keyword_MASK_SOFT_58() { return static_cast(offsetof(ShaderUtilities_t1F6A93635DB66FAB6A2DE3ABEA7DE635B7E34B14_StaticFields, ___Keyword_MASK_SOFT_58)); } inline String_t* get_Keyword_MASK_SOFT_58() const { return ___Keyword_MASK_SOFT_58; } inline String_t** get_address_of_Keyword_MASK_SOFT_58() { return &___Keyword_MASK_SOFT_58; } inline void set_Keyword_MASK_SOFT_58(String_t* value) { ___Keyword_MASK_SOFT_58 = value; Il2CppCodeGenWriteBarrier((void**)(&___Keyword_MASK_SOFT_58), (void*)value); } inline static int32_t get_offset_of_Keyword_MASK_HARD_59() { return static_cast(offsetof(ShaderUtilities_t1F6A93635DB66FAB6A2DE3ABEA7DE635B7E34B14_StaticFields, ___Keyword_MASK_HARD_59)); } inline String_t* get_Keyword_MASK_HARD_59() const { return ___Keyword_MASK_HARD_59; } inline String_t** get_address_of_Keyword_MASK_HARD_59() { return &___Keyword_MASK_HARD_59; } inline void set_Keyword_MASK_HARD_59(String_t* value) { ___Keyword_MASK_HARD_59 = value; Il2CppCodeGenWriteBarrier((void**)(&___Keyword_MASK_HARD_59), (void*)value); } inline static int32_t get_offset_of_Keyword_MASK_TEX_60() { return static_cast(offsetof(ShaderUtilities_t1F6A93635DB66FAB6A2DE3ABEA7DE635B7E34B14_StaticFields, ___Keyword_MASK_TEX_60)); } inline String_t* get_Keyword_MASK_TEX_60() const { return ___Keyword_MASK_TEX_60; } inline String_t** get_address_of_Keyword_MASK_TEX_60() { return &___Keyword_MASK_TEX_60; } inline void set_Keyword_MASK_TEX_60(String_t* value) { ___Keyword_MASK_TEX_60 = value; Il2CppCodeGenWriteBarrier((void**)(&___Keyword_MASK_TEX_60), (void*)value); } inline static int32_t get_offset_of_Keyword_Outline_61() { return static_cast(offsetof(ShaderUtilities_t1F6A93635DB66FAB6A2DE3ABEA7DE635B7E34B14_StaticFields, ___Keyword_Outline_61)); } inline String_t* get_Keyword_Outline_61() const { return ___Keyword_Outline_61; } inline String_t** get_address_of_Keyword_Outline_61() { return &___Keyword_Outline_61; } inline void set_Keyword_Outline_61(String_t* value) { ___Keyword_Outline_61 = value; Il2CppCodeGenWriteBarrier((void**)(&___Keyword_Outline_61), (void*)value); } inline static int32_t get_offset_of_ShaderTag_ZTestMode_62() { return static_cast(offsetof(ShaderUtilities_t1F6A93635DB66FAB6A2DE3ABEA7DE635B7E34B14_StaticFields, ___ShaderTag_ZTestMode_62)); } inline String_t* get_ShaderTag_ZTestMode_62() const { return ___ShaderTag_ZTestMode_62; } inline String_t** get_address_of_ShaderTag_ZTestMode_62() { return &___ShaderTag_ZTestMode_62; } inline void set_ShaderTag_ZTestMode_62(String_t* value) { ___ShaderTag_ZTestMode_62 = value; Il2CppCodeGenWriteBarrier((void**)(&___ShaderTag_ZTestMode_62), (void*)value); } inline static int32_t get_offset_of_ShaderTag_CullMode_63() { return static_cast(offsetof(ShaderUtilities_t1F6A93635DB66FAB6A2DE3ABEA7DE635B7E34B14_StaticFields, ___ShaderTag_CullMode_63)); } inline String_t* get_ShaderTag_CullMode_63() const { return ___ShaderTag_CullMode_63; } inline String_t** get_address_of_ShaderTag_CullMode_63() { return &___ShaderTag_CullMode_63; } inline void set_ShaderTag_CullMode_63(String_t* value) { ___ShaderTag_CullMode_63 = value; Il2CppCodeGenWriteBarrier((void**)(&___ShaderTag_CullMode_63), (void*)value); } inline static int32_t get_offset_of_m_clamp_64() { return static_cast(offsetof(ShaderUtilities_t1F6A93635DB66FAB6A2DE3ABEA7DE635B7E34B14_StaticFields, ___m_clamp_64)); } inline float get_m_clamp_64() const { return ___m_clamp_64; } inline float* get_address_of_m_clamp_64() { return &___m_clamp_64; } inline void set_m_clamp_64(float value) { ___m_clamp_64 = value; } inline static int32_t get_offset_of_isInitialized_65() { return static_cast(offsetof(ShaderUtilities_t1F6A93635DB66FAB6A2DE3ABEA7DE635B7E34B14_StaticFields, ___isInitialized_65)); } inline bool get_isInitialized_65() const { return ___isInitialized_65; } inline bool* get_address_of_isInitialized_65() { return &___isInitialized_65; } inline void set_isInitialized_65(bool value) { ___isInitialized_65 = value; } inline static int32_t get_offset_of_k_ShaderRef_MobileSDF_66() { return static_cast(offsetof(ShaderUtilities_t1F6A93635DB66FAB6A2DE3ABEA7DE635B7E34B14_StaticFields, ___k_ShaderRef_MobileSDF_66)); } inline Shader_tB2355DC4F3CAF20B2F1AB5AABBF37C3555FFBC39 * get_k_ShaderRef_MobileSDF_66() const { return ___k_ShaderRef_MobileSDF_66; } inline Shader_tB2355DC4F3CAF20B2F1AB5AABBF37C3555FFBC39 ** get_address_of_k_ShaderRef_MobileSDF_66() { return &___k_ShaderRef_MobileSDF_66; } inline void set_k_ShaderRef_MobileSDF_66(Shader_tB2355DC4F3CAF20B2F1AB5AABBF37C3555FFBC39 * value) { ___k_ShaderRef_MobileSDF_66 = value; Il2CppCodeGenWriteBarrier((void**)(&___k_ShaderRef_MobileSDF_66), (void*)value); } inline static int32_t get_offset_of_k_ShaderRef_MobileBitmap_67() { return static_cast(offsetof(ShaderUtilities_t1F6A93635DB66FAB6A2DE3ABEA7DE635B7E34B14_StaticFields, ___k_ShaderRef_MobileBitmap_67)); } inline Shader_tB2355DC4F3CAF20B2F1AB5AABBF37C3555FFBC39 * get_k_ShaderRef_MobileBitmap_67() const { return ___k_ShaderRef_MobileBitmap_67; } inline Shader_tB2355DC4F3CAF20B2F1AB5AABBF37C3555FFBC39 ** get_address_of_k_ShaderRef_MobileBitmap_67() { return &___k_ShaderRef_MobileBitmap_67; } inline void set_k_ShaderRef_MobileBitmap_67(Shader_tB2355DC4F3CAF20B2F1AB5AABBF37C3555FFBC39 * value) { ___k_ShaderRef_MobileBitmap_67 = value; Il2CppCodeGenWriteBarrier((void**)(&___k_ShaderRef_MobileBitmap_67), (void*)value); } }; // System.String struct String_t : public RuntimeObject { public: // System.Int32 System.String::m_stringLength int32_t ___m_stringLength_0; // System.Char System.String::m_firstChar Il2CppChar ___m_firstChar_1; public: inline static int32_t get_offset_of_m_stringLength_0() { return static_cast(offsetof(String_t, ___m_stringLength_0)); } inline int32_t get_m_stringLength_0() const { return ___m_stringLength_0; } inline int32_t* get_address_of_m_stringLength_0() { return &___m_stringLength_0; } inline void set_m_stringLength_0(int32_t value) { ___m_stringLength_0 = value; } inline static int32_t get_offset_of_m_firstChar_1() { return static_cast(offsetof(String_t, ___m_firstChar_1)); } inline Il2CppChar get_m_firstChar_1() const { return ___m_firstChar_1; } inline Il2CppChar* get_address_of_m_firstChar_1() { return &___m_firstChar_1; } inline void set_m_firstChar_1(Il2CppChar value) { ___m_firstChar_1 = value; } }; struct String_t_StaticFields { public: // System.String System.String::Empty String_t* ___Empty_5; public: inline static int32_t get_offset_of_Empty_5() { return static_cast(offsetof(String_t_StaticFields, ___Empty_5)); } inline String_t* get_Empty_5() const { return ___Empty_5; } inline String_t** get_address_of_Empty_5() { return &___Empty_5; } inline void set_Empty_5(String_t* value) { ___Empty_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___Empty_5), (void*)value); } }; // System.Text.StringBuilder struct StringBuilder_t : public RuntimeObject { public: // System.Char[] System.Text.StringBuilder::m_ChunkChars CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___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_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* get_m_ChunkChars_0() const { return ___m_ChunkChars_0; } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34** get_address_of_m_ChunkChars_0() { return &___m_ChunkChars_0; } inline void set_m_ChunkChars_0(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* 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; } }; // TMPro.TMP_FontFeatureTable struct TMP_FontFeatureTable_t4A06C31656BB8CB686657DC85E0179FA3D15E2F1 : public RuntimeObject { public: // System.Collections.Generic.List`1 TMPro.TMP_FontFeatureTable::m_GlyphPairAdjustmentRecords List_1_tDFE35C4D82EC736078A1C899175E5F6747C41D60 * ___m_GlyphPairAdjustmentRecords_0; // System.Collections.Generic.Dictionary`2 TMPro.TMP_FontFeatureTable::m_GlyphPairAdjustmentRecordLookupDictionary Dictionary_2_t0583F646DAE1361FD64601FB5FBF7B4C57DDBDF4 * ___m_GlyphPairAdjustmentRecordLookupDictionary_1; public: inline static int32_t get_offset_of_m_GlyphPairAdjustmentRecords_0() { return static_cast(offsetof(TMP_FontFeatureTable_t4A06C31656BB8CB686657DC85E0179FA3D15E2F1, ___m_GlyphPairAdjustmentRecords_0)); } inline List_1_tDFE35C4D82EC736078A1C899175E5F6747C41D60 * get_m_GlyphPairAdjustmentRecords_0() const { return ___m_GlyphPairAdjustmentRecords_0; } inline List_1_tDFE35C4D82EC736078A1C899175E5F6747C41D60 ** get_address_of_m_GlyphPairAdjustmentRecords_0() { return &___m_GlyphPairAdjustmentRecords_0; } inline void set_m_GlyphPairAdjustmentRecords_0(List_1_tDFE35C4D82EC736078A1C899175E5F6747C41D60 * 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_t4A06C31656BB8CB686657DC85E0179FA3D15E2F1, ___m_GlyphPairAdjustmentRecordLookupDictionary_1)); } inline Dictionary_2_t0583F646DAE1361FD64601FB5FBF7B4C57DDBDF4 * get_m_GlyphPairAdjustmentRecordLookupDictionary_1() const { return ___m_GlyphPairAdjustmentRecordLookupDictionary_1; } inline Dictionary_2_t0583F646DAE1361FD64601FB5FBF7B4C57DDBDF4 ** get_address_of_m_GlyphPairAdjustmentRecordLookupDictionary_1() { return &___m_GlyphPairAdjustmentRecordLookupDictionary_1; } inline void set_m_GlyphPairAdjustmentRecordLookupDictionary_1(Dictionary_2_t0583F646DAE1361FD64601FB5FBF7B4C57DDBDF4 * value) { ___m_GlyphPairAdjustmentRecordLookupDictionary_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_GlyphPairAdjustmentRecordLookupDictionary_1), (void*)value); } }; // TMPro.TMP_ResourceManager struct TMP_ResourceManager_t4433212C7BA80649F2A08C6B4D3F43BD0D035489 : public RuntimeObject { public: public: }; struct TMP_ResourceManager_t4433212C7BA80649F2A08C6B4D3F43BD0D035489_StaticFields { public: // TMPro.TMP_ResourceManager TMPro.TMP_ResourceManager::s_instance TMP_ResourceManager_t4433212C7BA80649F2A08C6B4D3F43BD0D035489 * ___s_instance_0; // TMPro.TMP_Settings TMPro.TMP_ResourceManager::s_TextSettings TMP_Settings_t303C8601BE4E1717C9662D23032D21EC531797F7 * ___s_TextSettings_1; // System.Collections.Generic.List`1 TMPro.TMP_ResourceManager::s_FontAssetReferences List_1_tBE22F0B6C1EBDB760862FAD201AFE75E3DEBBBFD * ___s_FontAssetReferences_2; // System.Collections.Generic.Dictionary`2 TMPro.TMP_ResourceManager::s_FontAssetReferenceLookup Dictionary_2_tAB557C4BCEBDF7E2339209187287588CF6C63579 * ___s_FontAssetReferenceLookup_3; public: inline static int32_t get_offset_of_s_instance_0() { return static_cast(offsetof(TMP_ResourceManager_t4433212C7BA80649F2A08C6B4D3F43BD0D035489_StaticFields, ___s_instance_0)); } inline TMP_ResourceManager_t4433212C7BA80649F2A08C6B4D3F43BD0D035489 * get_s_instance_0() const { return ___s_instance_0; } inline TMP_ResourceManager_t4433212C7BA80649F2A08C6B4D3F43BD0D035489 ** get_address_of_s_instance_0() { return &___s_instance_0; } inline void set_s_instance_0(TMP_ResourceManager_t4433212C7BA80649F2A08C6B4D3F43BD0D035489 * value) { ___s_instance_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_instance_0), (void*)value); } inline static int32_t get_offset_of_s_TextSettings_1() { return static_cast(offsetof(TMP_ResourceManager_t4433212C7BA80649F2A08C6B4D3F43BD0D035489_StaticFields, ___s_TextSettings_1)); } inline TMP_Settings_t303C8601BE4E1717C9662D23032D21EC531797F7 * get_s_TextSettings_1() const { return ___s_TextSettings_1; } inline TMP_Settings_t303C8601BE4E1717C9662D23032D21EC531797F7 ** get_address_of_s_TextSettings_1() { return &___s_TextSettings_1; } inline void set_s_TextSettings_1(TMP_Settings_t303C8601BE4E1717C9662D23032D21EC531797F7 * value) { ___s_TextSettings_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_TextSettings_1), (void*)value); } inline static int32_t get_offset_of_s_FontAssetReferences_2() { return static_cast(offsetof(TMP_ResourceManager_t4433212C7BA80649F2A08C6B4D3F43BD0D035489_StaticFields, ___s_FontAssetReferences_2)); } inline List_1_tBE22F0B6C1EBDB760862FAD201AFE75E3DEBBBFD * get_s_FontAssetReferences_2() const { return ___s_FontAssetReferences_2; } inline List_1_tBE22F0B6C1EBDB760862FAD201AFE75E3DEBBBFD ** get_address_of_s_FontAssetReferences_2() { return &___s_FontAssetReferences_2; } inline void set_s_FontAssetReferences_2(List_1_tBE22F0B6C1EBDB760862FAD201AFE75E3DEBBBFD * value) { ___s_FontAssetReferences_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_FontAssetReferences_2), (void*)value); } inline static int32_t get_offset_of_s_FontAssetReferenceLookup_3() { return static_cast(offsetof(TMP_ResourceManager_t4433212C7BA80649F2A08C6B4D3F43BD0D035489_StaticFields, ___s_FontAssetReferenceLookup_3)); } inline Dictionary_2_tAB557C4BCEBDF7E2339209187287588CF6C63579 * get_s_FontAssetReferenceLookup_3() const { return ___s_FontAssetReferenceLookup_3; } inline Dictionary_2_tAB557C4BCEBDF7E2339209187287588CF6C63579 ** get_address_of_s_FontAssetReferenceLookup_3() { return &___s_FontAssetReferenceLookup_3; } inline void set_s_FontAssetReferenceLookup_3(Dictionary_2_tAB557C4BCEBDF7E2339209187287588CF6C63579 * value) { ___s_FontAssetReferenceLookup_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_FontAssetReferenceLookup_3), (void*)value); } }; // TMPro.TMP_Style struct TMP_Style_t078D8A76F4A60B868298420272B7089582EF53AB : public RuntimeObject { public: // System.String TMPro.TMP_Style::m_Name String_t* ___m_Name_1; // System.Int32 TMPro.TMP_Style::m_HashCode int32_t ___m_HashCode_2; // System.String TMPro.TMP_Style::m_OpeningDefinition String_t* ___m_OpeningDefinition_3; // System.String TMPro.TMP_Style::m_ClosingDefinition String_t* ___m_ClosingDefinition_4; // System.Int32[] TMPro.TMP_Style::m_OpeningTagArray Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___m_OpeningTagArray_5; // System.Int32[] TMPro.TMP_Style::m_ClosingTagArray Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___m_ClosingTagArray_6; // System.UInt32[] TMPro.TMP_Style::m_OpeningTagUnicodeArray UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___m_OpeningTagUnicodeArray_7; // System.UInt32[] TMPro.TMP_Style::m_ClosingTagUnicodeArray UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___m_ClosingTagUnicodeArray_8; public: inline static int32_t get_offset_of_m_Name_1() { return static_cast(offsetof(TMP_Style_t078D8A76F4A60B868298420272B7089582EF53AB, ___m_Name_1)); } inline String_t* get_m_Name_1() const { return ___m_Name_1; } inline String_t** get_address_of_m_Name_1() { return &___m_Name_1; } inline void set_m_Name_1(String_t* value) { ___m_Name_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Name_1), (void*)value); } inline static int32_t get_offset_of_m_HashCode_2() { return static_cast(offsetof(TMP_Style_t078D8A76F4A60B868298420272B7089582EF53AB, ___m_HashCode_2)); } inline int32_t get_m_HashCode_2() const { return ___m_HashCode_2; } inline int32_t* get_address_of_m_HashCode_2() { return &___m_HashCode_2; } inline void set_m_HashCode_2(int32_t value) { ___m_HashCode_2 = value; } inline static int32_t get_offset_of_m_OpeningDefinition_3() { return static_cast(offsetof(TMP_Style_t078D8A76F4A60B868298420272B7089582EF53AB, ___m_OpeningDefinition_3)); } inline String_t* get_m_OpeningDefinition_3() const { return ___m_OpeningDefinition_3; } inline String_t** get_address_of_m_OpeningDefinition_3() { return &___m_OpeningDefinition_3; } inline void set_m_OpeningDefinition_3(String_t* value) { ___m_OpeningDefinition_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_OpeningDefinition_3), (void*)value); } inline static int32_t get_offset_of_m_ClosingDefinition_4() { return static_cast(offsetof(TMP_Style_t078D8A76F4A60B868298420272B7089582EF53AB, ___m_ClosingDefinition_4)); } inline String_t* get_m_ClosingDefinition_4() const { return ___m_ClosingDefinition_4; } inline String_t** get_address_of_m_ClosingDefinition_4() { return &___m_ClosingDefinition_4; } inline void set_m_ClosingDefinition_4(String_t* value) { ___m_ClosingDefinition_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_ClosingDefinition_4), (void*)value); } inline static int32_t get_offset_of_m_OpeningTagArray_5() { return static_cast(offsetof(TMP_Style_t078D8A76F4A60B868298420272B7089582EF53AB, ___m_OpeningTagArray_5)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_m_OpeningTagArray_5() const { return ___m_OpeningTagArray_5; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_m_OpeningTagArray_5() { return &___m_OpeningTagArray_5; } inline void set_m_OpeningTagArray_5(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___m_OpeningTagArray_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_OpeningTagArray_5), (void*)value); } inline static int32_t get_offset_of_m_ClosingTagArray_6() { return static_cast(offsetof(TMP_Style_t078D8A76F4A60B868298420272B7089582EF53AB, ___m_ClosingTagArray_6)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_m_ClosingTagArray_6() const { return ___m_ClosingTagArray_6; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_m_ClosingTagArray_6() { return &___m_ClosingTagArray_6; } inline void set_m_ClosingTagArray_6(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___m_ClosingTagArray_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_ClosingTagArray_6), (void*)value); } inline static int32_t get_offset_of_m_OpeningTagUnicodeArray_7() { return static_cast(offsetof(TMP_Style_t078D8A76F4A60B868298420272B7089582EF53AB, ___m_OpeningTagUnicodeArray_7)); } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* get_m_OpeningTagUnicodeArray_7() const { return ___m_OpeningTagUnicodeArray_7; } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF** get_address_of_m_OpeningTagUnicodeArray_7() { return &___m_OpeningTagUnicodeArray_7; } inline void set_m_OpeningTagUnicodeArray_7(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* value) { ___m_OpeningTagUnicodeArray_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_OpeningTagUnicodeArray_7), (void*)value); } inline static int32_t get_offset_of_m_ClosingTagUnicodeArray_8() { return static_cast(offsetof(TMP_Style_t078D8A76F4A60B868298420272B7089582EF53AB, ___m_ClosingTagUnicodeArray_8)); } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* get_m_ClosingTagUnicodeArray_8() const { return ___m_ClosingTagUnicodeArray_8; } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF** get_address_of_m_ClosingTagUnicodeArray_8() { return &___m_ClosingTagUnicodeArray_8; } inline void set_m_ClosingTagUnicodeArray_8(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* value) { ___m_ClosingTagUnicodeArray_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_ClosingTagUnicodeArray_8), (void*)value); } }; struct TMP_Style_t078D8A76F4A60B868298420272B7089582EF53AB_StaticFields { public: // TMPro.TMP_Style TMPro.TMP_Style::k_NormalStyle TMP_Style_t078D8A76F4A60B868298420272B7089582EF53AB * ___k_NormalStyle_0; public: inline static int32_t get_offset_of_k_NormalStyle_0() { return static_cast(offsetof(TMP_Style_t078D8A76F4A60B868298420272B7089582EF53AB_StaticFields, ___k_NormalStyle_0)); } inline TMP_Style_t078D8A76F4A60B868298420272B7089582EF53AB * get_k_NormalStyle_0() const { return ___k_NormalStyle_0; } inline TMP_Style_t078D8A76F4A60B868298420272B7089582EF53AB ** get_address_of_k_NormalStyle_0() { return &___k_NormalStyle_0; } inline void set_k_NormalStyle_0(TMP_Style_t078D8A76F4A60B868298420272B7089582EF53AB * value) { ___k_NormalStyle_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___k_NormalStyle_0), (void*)value); } }; // TMPro.TMP_TextElement_Legacy struct TMP_TextElement_Legacy_t866D601C7252803AC3D5FC2E4CC0BF21129BB3AA : 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_t866D601C7252803AC3D5FC2E4CC0BF21129BB3AA, ___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_t866D601C7252803AC3D5FC2E4CC0BF21129BB3AA, ___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_t866D601C7252803AC3D5FC2E4CC0BF21129BB3AA, ___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_t866D601C7252803AC3D5FC2E4CC0BF21129BB3AA, ___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_t866D601C7252803AC3D5FC2E4CC0BF21129BB3AA, ___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_t866D601C7252803AC3D5FC2E4CC0BF21129BB3AA, ___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_t866D601C7252803AC3D5FC2E4CC0BF21129BB3AA, ___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_t866D601C7252803AC3D5FC2E4CC0BF21129BB3AA, ___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_t866D601C7252803AC3D5FC2E4CC0BF21129BB3AA, ___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; } }; // System.ValueType struct ValueType_tDBF999C1B75C48C68621878250DBF6CDBCF51E52 : public RuntimeObject { public: public: }; // Native definition for P/Invoke marshalling of System.ValueType struct ValueType_tDBF999C1B75C48C68621878250DBF6CDBCF51E52_marshaled_pinvoke { }; // Native definition for COM marshalling of System.ValueType struct ValueType_tDBF999C1B75C48C68621878250DBF6CDBCF51E52_marshaled_com { }; // UnityEngine.YieldInstruction struct YieldInstruction_tB0B4E05316710E51ECCC1E57174C27FE6DEBBEAF : public RuntimeObject { public: public: }; // Native definition for P/Invoke marshalling of UnityEngine.YieldInstruction struct YieldInstruction_tB0B4E05316710E51ECCC1E57174C27FE6DEBBEAF_marshaled_pinvoke { }; // Native definition for COM marshalling of UnityEngine.YieldInstruction struct YieldInstruction_tB0B4E05316710E51ECCC1E57174C27FE6DEBBEAF_marshaled_com { }; // TMPro.TMP_Settings/LineBreakingTable struct LineBreakingTable_t5E2CD902456D50AA9B0F9C64BCF16045E86D19F2 : public RuntimeObject { public: // System.Collections.Generic.Dictionary`2 TMPro.TMP_Settings/LineBreakingTable::leadingCharacters Dictionary_2_tB8FA8FEFBC38630BF40B59A6B474816F30D29B23 * ___leadingCharacters_0; // System.Collections.Generic.Dictionary`2 TMPro.TMP_Settings/LineBreakingTable::followingCharacters Dictionary_2_tB8FA8FEFBC38630BF40B59A6B474816F30D29B23 * ___followingCharacters_1; public: inline static int32_t get_offset_of_leadingCharacters_0() { return static_cast(offsetof(LineBreakingTable_t5E2CD902456D50AA9B0F9C64BCF16045E86D19F2, ___leadingCharacters_0)); } inline Dictionary_2_tB8FA8FEFBC38630BF40B59A6B474816F30D29B23 * get_leadingCharacters_0() const { return ___leadingCharacters_0; } inline Dictionary_2_tB8FA8FEFBC38630BF40B59A6B474816F30D29B23 ** get_address_of_leadingCharacters_0() { return &___leadingCharacters_0; } inline void set_leadingCharacters_0(Dictionary_2_tB8FA8FEFBC38630BF40B59A6B474816F30D29B23 * value) { ___leadingCharacters_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___leadingCharacters_0), (void*)value); } inline static int32_t get_offset_of_followingCharacters_1() { return static_cast(offsetof(LineBreakingTable_t5E2CD902456D50AA9B0F9C64BCF16045E86D19F2, ___followingCharacters_1)); } inline Dictionary_2_tB8FA8FEFBC38630BF40B59A6B474816F30D29B23 * get_followingCharacters_1() const { return ___followingCharacters_1; } inline Dictionary_2_tB8FA8FEFBC38630BF40B59A6B474816F30D29B23 ** get_address_of_followingCharacters_1() { return &___followingCharacters_1; } inline void set_followingCharacters_1(Dictionary_2_tB8FA8FEFBC38630BF40B59A6B474816F30D29B23 * value) { ___followingCharacters_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___followingCharacters_1), (void*)value); } }; // TMPro.TMP_SpriteAsset/<>c struct U3CU3Ec_t7A519F9483C9CA5531AF1A542B4482FB88DE972E : public RuntimeObject { public: public: }; struct U3CU3Ec_t7A519F9483C9CA5531AF1A542B4482FB88DE972E_StaticFields { public: // TMPro.TMP_SpriteAsset/<>c TMPro.TMP_SpriteAsset/<>c::<>9 U3CU3Ec_t7A519F9483C9CA5531AF1A542B4482FB88DE972E * ___U3CU3E9_0; // System.Func`2 TMPro.TMP_SpriteAsset/<>c::<>9__40_0 Func_2_tCBDDA9D38F4DC72A500A2A63C0B30498DC5DE7EC * ___U3CU3E9__40_0_1; // System.Func`2 TMPro.TMP_SpriteAsset/<>c::<>9__41_0 Func_2_tBFAEAFC2F9FB8E112B1B64F551709A017C9D9A87 * ___U3CU3E9__41_0_2; public: inline static int32_t get_offset_of_U3CU3E9_0() { return static_cast(offsetof(U3CU3Ec_t7A519F9483C9CA5531AF1A542B4482FB88DE972E_StaticFields, ___U3CU3E9_0)); } inline U3CU3Ec_t7A519F9483C9CA5531AF1A542B4482FB88DE972E * get_U3CU3E9_0() const { return ___U3CU3E9_0; } inline U3CU3Ec_t7A519F9483C9CA5531AF1A542B4482FB88DE972E ** get_address_of_U3CU3E9_0() { return &___U3CU3E9_0; } inline void set_U3CU3E9_0(U3CU3Ec_t7A519F9483C9CA5531AF1A542B4482FB88DE972E * value) { ___U3CU3E9_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9_0), (void*)value); } inline static int32_t get_offset_of_U3CU3E9__40_0_1() { return static_cast(offsetof(U3CU3Ec_t7A519F9483C9CA5531AF1A542B4482FB88DE972E_StaticFields, ___U3CU3E9__40_0_1)); } inline Func_2_tCBDDA9D38F4DC72A500A2A63C0B30498DC5DE7EC * get_U3CU3E9__40_0_1() const { return ___U3CU3E9__40_0_1; } inline Func_2_tCBDDA9D38F4DC72A500A2A63C0B30498DC5DE7EC ** get_address_of_U3CU3E9__40_0_1() { return &___U3CU3E9__40_0_1; } inline void set_U3CU3E9__40_0_1(Func_2_tCBDDA9D38F4DC72A500A2A63C0B30498DC5DE7EC * value) { ___U3CU3E9__40_0_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9__40_0_1), (void*)value); } inline static int32_t get_offset_of_U3CU3E9__41_0_2() { return static_cast(offsetof(U3CU3Ec_t7A519F9483C9CA5531AF1A542B4482FB88DE972E_StaticFields, ___U3CU3E9__41_0_2)); } inline Func_2_tBFAEAFC2F9FB8E112B1B64F551709A017C9D9A87 * get_U3CU3E9__41_0_2() const { return ___U3CU3E9__41_0_2; } inline Func_2_tBFAEAFC2F9FB8E112B1B64F551709A017C9D9A87 ** get_address_of_U3CU3E9__41_0_2() { return &___U3CU3E9__41_0_2; } inline void set_U3CU3E9__41_0_2(Func_2_tBFAEAFC2F9FB8E112B1B64F551709A017C9D9A87 * value) { ___U3CU3E9__41_0_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9__41_0_2), (void*)value); } }; // TMPro.TMP_Text/<>c struct U3CU3Ec_t3FA2E381E5CAAEA74E5E6C4311A98C59D063EAD7 : public RuntimeObject { public: public: }; struct U3CU3Ec_t3FA2E381E5CAAEA74E5E6C4311A98C59D063EAD7_StaticFields { public: // TMPro.TMP_Text/<>c TMPro.TMP_Text/<>c::<>9 U3CU3Ec_t3FA2E381E5CAAEA74E5E6C4311A98C59D063EAD7 * ___U3CU3E9_0; // System.Action`1 TMPro.TMP_Text/<>c::<>9__623_0 Action_1_t170B3E821B49B45FA7134A2CF48A2E64CA371D42 * ___U3CU3E9__623_0_1; public: inline static int32_t get_offset_of_U3CU3E9_0() { return static_cast(offsetof(U3CU3Ec_t3FA2E381E5CAAEA74E5E6C4311A98C59D063EAD7_StaticFields, ___U3CU3E9_0)); } inline U3CU3Ec_t3FA2E381E5CAAEA74E5E6C4311A98C59D063EAD7 * get_U3CU3E9_0() const { return ___U3CU3E9_0; } inline U3CU3Ec_t3FA2E381E5CAAEA74E5E6C4311A98C59D063EAD7 ** get_address_of_U3CU3E9_0() { return &___U3CU3E9_0; } inline void set_U3CU3E9_0(U3CU3Ec_t3FA2E381E5CAAEA74E5E6C4311A98C59D063EAD7 * value) { ___U3CU3E9_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9_0), (void*)value); } inline static int32_t get_offset_of_U3CU3E9__623_0_1() { return static_cast(offsetof(U3CU3Ec_t3FA2E381E5CAAEA74E5E6C4311A98C59D063EAD7_StaticFields, ___U3CU3E9__623_0_1)); } inline Action_1_t170B3E821B49B45FA7134A2CF48A2E64CA371D42 * get_U3CU3E9__623_0_1() const { return ___U3CU3E9__623_0_1; } inline Action_1_t170B3E821B49B45FA7134A2CF48A2E64CA371D42 ** get_address_of_U3CU3E9__623_0_1() { return &___U3CU3E9__623_0_1; } inline void set_U3CU3E9__623_0_1(Action_1_t170B3E821B49B45FA7134A2CF48A2E64CA371D42 * value) { ___U3CU3E9__623_0_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9__623_0_1), (void*)value); } }; // TMPro.TMP_TextProcessingStack`1 struct TMP_TextProcessingStack_1_tAD0A40D35721F31D8FE2C344F705515FDF0F7DBA { public: // T[] TMPro.TMP_TextProcessingStack`1::itemStack Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___itemStack_0; // System.Int32 TMPro.TMP_TextProcessingStack`1::index int32_t ___index_1; // T TMPro.TMP_TextProcessingStack`1::m_DefaultItem int32_t ___m_DefaultItem_2; // System.Int32 TMPro.TMP_TextProcessingStack`1::m_Capacity int32_t ___m_Capacity_3; // System.Int32 TMPro.TMP_TextProcessingStack`1::m_RolloverSize int32_t ___m_RolloverSize_4; // System.Int32 TMPro.TMP_TextProcessingStack`1::m_Count int32_t ___m_Count_5; public: inline static int32_t get_offset_of_itemStack_0() { return static_cast(offsetof(TMP_TextProcessingStack_1_tAD0A40D35721F31D8FE2C344F705515FDF0F7DBA, ___itemStack_0)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_itemStack_0() const { return ___itemStack_0; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_itemStack_0() { return &___itemStack_0; } inline void set_itemStack_0(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___itemStack_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___itemStack_0), (void*)value); } inline static int32_t get_offset_of_index_1() { return static_cast(offsetof(TMP_TextProcessingStack_1_tAD0A40D35721F31D8FE2C344F705515FDF0F7DBA, ___index_1)); } inline int32_t get_index_1() const { return ___index_1; } inline int32_t* get_address_of_index_1() { return &___index_1; } inline void set_index_1(int32_t value) { ___index_1 = value; } inline static int32_t get_offset_of_m_DefaultItem_2() { return static_cast(offsetof(TMP_TextProcessingStack_1_tAD0A40D35721F31D8FE2C344F705515FDF0F7DBA, ___m_DefaultItem_2)); } inline int32_t get_m_DefaultItem_2() const { return ___m_DefaultItem_2; } inline int32_t* get_address_of_m_DefaultItem_2() { return &___m_DefaultItem_2; } inline void set_m_DefaultItem_2(int32_t value) { ___m_DefaultItem_2 = value; } inline static int32_t get_offset_of_m_Capacity_3() { return static_cast(offsetof(TMP_TextProcessingStack_1_tAD0A40D35721F31D8FE2C344F705515FDF0F7DBA, ___m_Capacity_3)); } inline int32_t get_m_Capacity_3() const { return ___m_Capacity_3; } inline int32_t* get_address_of_m_Capacity_3() { return &___m_Capacity_3; } inline void set_m_Capacity_3(int32_t value) { ___m_Capacity_3 = value; } inline static int32_t get_offset_of_m_RolloverSize_4() { return static_cast(offsetof(TMP_TextProcessingStack_1_tAD0A40D35721F31D8FE2C344F705515FDF0F7DBA, ___m_RolloverSize_4)); } inline int32_t get_m_RolloverSize_4() const { return ___m_RolloverSize_4; } inline int32_t* get_address_of_m_RolloverSize_4() { return &___m_RolloverSize_4; } inline void set_m_RolloverSize_4(int32_t value) { ___m_RolloverSize_4 = value; } inline static int32_t get_offset_of_m_Count_5() { return static_cast(offsetof(TMP_TextProcessingStack_1_tAD0A40D35721F31D8FE2C344F705515FDF0F7DBA, ___m_Count_5)); } inline int32_t get_m_Count_5() const { return ___m_Count_5; } inline int32_t* get_address_of_m_Count_5() { return &___m_Count_5; } inline void set_m_Count_5(int32_t value) { ___m_Count_5 = value; } }; // TMPro.TMP_TextProcessingStack`1 struct TMP_TextProcessingStack_1_tF3FF8BBC59FBF64D4272CB8A0AEC73A9E51710E3 { public: // T[] TMPro.TMP_TextProcessingStack`1::itemStack ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___itemStack_0; // System.Int32 TMPro.TMP_TextProcessingStack`1::index int32_t ___index_1; // T TMPro.TMP_TextProcessingStack`1::m_DefaultItem RuntimeObject * ___m_DefaultItem_2; // System.Int32 TMPro.TMP_TextProcessingStack`1::m_Capacity int32_t ___m_Capacity_3; // System.Int32 TMPro.TMP_TextProcessingStack`1::m_RolloverSize int32_t ___m_RolloverSize_4; // System.Int32 TMPro.TMP_TextProcessingStack`1::m_Count int32_t ___m_Count_5; public: inline static int32_t get_offset_of_itemStack_0() { return static_cast(offsetof(TMP_TextProcessingStack_1_tF3FF8BBC59FBF64D4272CB8A0AEC73A9E51710E3, ___itemStack_0)); } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* get_itemStack_0() const { return ___itemStack_0; } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** get_address_of_itemStack_0() { return &___itemStack_0; } inline void set_itemStack_0(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* value) { ___itemStack_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___itemStack_0), (void*)value); } inline static int32_t get_offset_of_index_1() { return static_cast(offsetof(TMP_TextProcessingStack_1_tF3FF8BBC59FBF64D4272CB8A0AEC73A9E51710E3, ___index_1)); } inline int32_t get_index_1() const { return ___index_1; } inline int32_t* get_address_of_index_1() { return &___index_1; } inline void set_index_1(int32_t value) { ___index_1 = value; } inline static int32_t get_offset_of_m_DefaultItem_2() { return static_cast(offsetof(TMP_TextProcessingStack_1_tF3FF8BBC59FBF64D4272CB8A0AEC73A9E51710E3, ___m_DefaultItem_2)); } inline RuntimeObject * get_m_DefaultItem_2() const { return ___m_DefaultItem_2; } inline RuntimeObject ** get_address_of_m_DefaultItem_2() { return &___m_DefaultItem_2; } inline void set_m_DefaultItem_2(RuntimeObject * value) { ___m_DefaultItem_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_DefaultItem_2), (void*)value); } inline static int32_t get_offset_of_m_Capacity_3() { return static_cast(offsetof(TMP_TextProcessingStack_1_tF3FF8BBC59FBF64D4272CB8A0AEC73A9E51710E3, ___m_Capacity_3)); } inline int32_t get_m_Capacity_3() const { return ___m_Capacity_3; } inline int32_t* get_address_of_m_Capacity_3() { return &___m_Capacity_3; } inline void set_m_Capacity_3(int32_t value) { ___m_Capacity_3 = value; } inline static int32_t get_offset_of_m_RolloverSize_4() { return static_cast(offsetof(TMP_TextProcessingStack_1_tF3FF8BBC59FBF64D4272CB8A0AEC73A9E51710E3, ___m_RolloverSize_4)); } inline int32_t get_m_RolloverSize_4() const { return ___m_RolloverSize_4; } inline int32_t* get_address_of_m_RolloverSize_4() { return &___m_RolloverSize_4; } inline void set_m_RolloverSize_4(int32_t value) { ___m_RolloverSize_4 = value; } inline static int32_t get_offset_of_m_Count_5() { return static_cast(offsetof(TMP_TextProcessingStack_1_tF3FF8BBC59FBF64D4272CB8A0AEC73A9E51710E3, ___m_Count_5)); } inline int32_t get_m_Count_5() const { return ___m_Count_5; } inline int32_t* get_address_of_m_Count_5() { return &___m_Count_5; } inline void set_m_Count_5(int32_t value) { ___m_Count_5 = value; } }; // TMPro.TMP_TextProcessingStack`1 struct TMP_TextProcessingStack_1_t0C5DDA1BDCC56D66F8465350BB1E55E94AAEBE17 { public: // T[] TMPro.TMP_TextProcessingStack`1::itemStack SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* ___itemStack_0; // System.Int32 TMPro.TMP_TextProcessingStack`1::index int32_t ___index_1; // T TMPro.TMP_TextProcessingStack`1::m_DefaultItem float ___m_DefaultItem_2; // System.Int32 TMPro.TMP_TextProcessingStack`1::m_Capacity int32_t ___m_Capacity_3; // System.Int32 TMPro.TMP_TextProcessingStack`1::m_RolloverSize int32_t ___m_RolloverSize_4; // System.Int32 TMPro.TMP_TextProcessingStack`1::m_Count int32_t ___m_Count_5; public: inline static int32_t get_offset_of_itemStack_0() { return static_cast(offsetof(TMP_TextProcessingStack_1_t0C5DDA1BDCC56D66F8465350BB1E55E94AAEBE17, ___itemStack_0)); } inline SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* get_itemStack_0() const { return ___itemStack_0; } inline SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA** get_address_of_itemStack_0() { return &___itemStack_0; } inline void set_itemStack_0(SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* value) { ___itemStack_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___itemStack_0), (void*)value); } inline static int32_t get_offset_of_index_1() { return static_cast(offsetof(TMP_TextProcessingStack_1_t0C5DDA1BDCC56D66F8465350BB1E55E94AAEBE17, ___index_1)); } inline int32_t get_index_1() const { return ___index_1; } inline int32_t* get_address_of_index_1() { return &___index_1; } inline void set_index_1(int32_t value) { ___index_1 = value; } inline static int32_t get_offset_of_m_DefaultItem_2() { return static_cast(offsetof(TMP_TextProcessingStack_1_t0C5DDA1BDCC56D66F8465350BB1E55E94AAEBE17, ___m_DefaultItem_2)); } inline float get_m_DefaultItem_2() const { return ___m_DefaultItem_2; } inline float* get_address_of_m_DefaultItem_2() { return &___m_DefaultItem_2; } inline void set_m_DefaultItem_2(float value) { ___m_DefaultItem_2 = value; } inline static int32_t get_offset_of_m_Capacity_3() { return static_cast(offsetof(TMP_TextProcessingStack_1_t0C5DDA1BDCC56D66F8465350BB1E55E94AAEBE17, ___m_Capacity_3)); } inline int32_t get_m_Capacity_3() const { return ___m_Capacity_3; } inline int32_t* get_address_of_m_Capacity_3() { return &___m_Capacity_3; } inline void set_m_Capacity_3(int32_t value) { ___m_Capacity_3 = value; } inline static int32_t get_offset_of_m_RolloverSize_4() { return static_cast(offsetof(TMP_TextProcessingStack_1_t0C5DDA1BDCC56D66F8465350BB1E55E94AAEBE17, ___m_RolloverSize_4)); } inline int32_t get_m_RolloverSize_4() const { return ___m_RolloverSize_4; } inline int32_t* get_address_of_m_RolloverSize_4() { return &___m_RolloverSize_4; } inline void set_m_RolloverSize_4(int32_t value) { ___m_RolloverSize_4 = value; } inline static int32_t get_offset_of_m_Count_5() { return static_cast(offsetof(TMP_TextProcessingStack_1_t0C5DDA1BDCC56D66F8465350BB1E55E94AAEBE17, ___m_Count_5)); } inline int32_t get_m_Count_5() const { return ___m_Count_5; } inline int32_t* get_address_of_m_Count_5() { return &___m_Count_5; } inline void set_m_Count_5(int32_t value) { ___m_Count_5 = value; } }; // TMPro.TMP_TextProcessingStack`1 struct TMP_TextProcessingStack_1_t598A1976548F7435C20001605BBCC77262756804 { public: // T[] TMPro.TMP_TextProcessingStack`1::itemStack TMP_ColorGradientU5BU5D_t5271ED3FC5D741D05A220867865A1DA1EB04919A* ___itemStack_0; // System.Int32 TMPro.TMP_TextProcessingStack`1::index int32_t ___index_1; // T TMPro.TMP_TextProcessingStack`1::m_DefaultItem TMP_ColorGradient_tC18C01CF1F597BD442D01A29724FE1B32497E461 * ___m_DefaultItem_2; // System.Int32 TMPro.TMP_TextProcessingStack`1::m_Capacity int32_t ___m_Capacity_3; // System.Int32 TMPro.TMP_TextProcessingStack`1::m_RolloverSize int32_t ___m_RolloverSize_4; // System.Int32 TMPro.TMP_TextProcessingStack`1::m_Count int32_t ___m_Count_5; public: inline static int32_t get_offset_of_itemStack_0() { return static_cast(offsetof(TMP_TextProcessingStack_1_t598A1976548F7435C20001605BBCC77262756804, ___itemStack_0)); } inline TMP_ColorGradientU5BU5D_t5271ED3FC5D741D05A220867865A1DA1EB04919A* get_itemStack_0() const { return ___itemStack_0; } inline TMP_ColorGradientU5BU5D_t5271ED3FC5D741D05A220867865A1DA1EB04919A** get_address_of_itemStack_0() { return &___itemStack_0; } inline void set_itemStack_0(TMP_ColorGradientU5BU5D_t5271ED3FC5D741D05A220867865A1DA1EB04919A* value) { ___itemStack_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___itemStack_0), (void*)value); } inline static int32_t get_offset_of_index_1() { return static_cast(offsetof(TMP_TextProcessingStack_1_t598A1976548F7435C20001605BBCC77262756804, ___index_1)); } inline int32_t get_index_1() const { return ___index_1; } inline int32_t* get_address_of_index_1() { return &___index_1; } inline void set_index_1(int32_t value) { ___index_1 = value; } inline static int32_t get_offset_of_m_DefaultItem_2() { return static_cast(offsetof(TMP_TextProcessingStack_1_t598A1976548F7435C20001605BBCC77262756804, ___m_DefaultItem_2)); } inline TMP_ColorGradient_tC18C01CF1F597BD442D01A29724FE1B32497E461 * get_m_DefaultItem_2() const { return ___m_DefaultItem_2; } inline TMP_ColorGradient_tC18C01CF1F597BD442D01A29724FE1B32497E461 ** get_address_of_m_DefaultItem_2() { return &___m_DefaultItem_2; } inline void set_m_DefaultItem_2(TMP_ColorGradient_tC18C01CF1F597BD442D01A29724FE1B32497E461 * value) { ___m_DefaultItem_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_DefaultItem_2), (void*)value); } inline static int32_t get_offset_of_m_Capacity_3() { return static_cast(offsetof(TMP_TextProcessingStack_1_t598A1976548F7435C20001605BBCC77262756804, ___m_Capacity_3)); } inline int32_t get_m_Capacity_3() const { return ___m_Capacity_3; } inline int32_t* get_address_of_m_Capacity_3() { return &___m_Capacity_3; } inline void set_m_Capacity_3(int32_t value) { ___m_Capacity_3 = value; } inline static int32_t get_offset_of_m_RolloverSize_4() { return static_cast(offsetof(TMP_TextProcessingStack_1_t598A1976548F7435C20001605BBCC77262756804, ___m_RolloverSize_4)); } inline int32_t get_m_RolloverSize_4() const { return ___m_RolloverSize_4; } inline int32_t* get_address_of_m_RolloverSize_4() { return &___m_RolloverSize_4; } inline void set_m_RolloverSize_4(int32_t value) { ___m_RolloverSize_4 = value; } inline static int32_t get_offset_of_m_Count_5() { return static_cast(offsetof(TMP_TextProcessingStack_1_t598A1976548F7435C20001605BBCC77262756804, ___m_Count_5)); } inline int32_t get_m_Count_5() const { return ___m_Count_5; } inline int32_t* get_address_of_m_Count_5() { return &___m_Count_5; } inline void set_m_Count_5(int32_t value) { ___m_Count_5 = value; } }; // UnityEngine.EventSystems.BaseEventData struct BaseEventData_t722C48843CF21B50E06CC0E2E679415E38A7444E : public AbstractEventData_tA0B5065DE3430C0031ADE061668E1C7073D718DF { public: // UnityEngine.EventSystems.EventSystem UnityEngine.EventSystems.BaseEventData::m_EventSystem EventSystem_t5DC458FCD0355A74CDCCE79287B38B9C4278E39C * ___m_EventSystem_1; public: inline static int32_t get_offset_of_m_EventSystem_1() { return static_cast(offsetof(BaseEventData_t722C48843CF21B50E06CC0E2E679415E38A7444E, ___m_EventSystem_1)); } inline EventSystem_t5DC458FCD0355A74CDCCE79287B38B9C4278E39C * get_m_EventSystem_1() const { return ___m_EventSystem_1; } inline EventSystem_t5DC458FCD0355A74CDCCE79287B38B9C4278E39C ** get_address_of_m_EventSystem_1() { return &___m_EventSystem_1; } inline void set_m_EventSystem_1(EventSystem_t5DC458FCD0355A74CDCCE79287B38B9C4278E39C * value) { ___m_EventSystem_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_EventSystem_1), (void*)value); } }; // System.Boolean struct Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37 { public: // System.Boolean System.Boolean::m_value bool ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37, ___m_value_0)); } inline bool get_m_value_0() const { return ___m_value_0; } inline bool* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(bool value) { ___m_value_0 = value; } }; struct Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_StaticFields { public: // System.String System.Boolean::TrueString String_t* ___TrueString_5; // System.String System.Boolean::FalseString String_t* ___FalseString_6; public: inline static int32_t get_offset_of_TrueString_5() { return static_cast(offsetof(Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_StaticFields, ___TrueString_5)); } inline String_t* get_TrueString_5() const { return ___TrueString_5; } inline String_t** get_address_of_TrueString_5() { return &___TrueString_5; } inline void set_TrueString_5(String_t* value) { ___TrueString_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___TrueString_5), (void*)value); } inline static int32_t get_offset_of_FalseString_6() { return static_cast(offsetof(Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_StaticFields, ___FalseString_6)); } inline String_t* get_FalseString_6() const { return ___FalseString_6; } inline String_t** get_address_of_FalseString_6() { return &___FalseString_6; } inline void set_FalseString_6(String_t* value) { ___FalseString_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___FalseString_6), (void*)value); } }; // System.Byte struct Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056 { public: // System.Byte System.Byte::m_value uint8_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056, ___m_value_0)); } inline uint8_t get_m_value_0() const { return ___m_value_0; } inline uint8_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(uint8_t value) { ___m_value_0 = value; } }; // System.Char struct Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14 { public: // System.Char System.Char::m_value Il2CppChar ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14, ___m_value_0)); } inline Il2CppChar get_m_value_0() const { return ___m_value_0; } inline Il2CppChar* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(Il2CppChar value) { ___m_value_0 = value; } }; struct Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_StaticFields { public: // System.Byte[] System.Char::categoryForLatin1 ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___categoryForLatin1_3; public: inline static int32_t get_offset_of_categoryForLatin1_3() { return static_cast(offsetof(Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_StaticFields, ___categoryForLatin1_3)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_categoryForLatin1_3() const { return ___categoryForLatin1_3; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_categoryForLatin1_3() { return &___categoryForLatin1_3; } inline void set_categoryForLatin1_3(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___categoryForLatin1_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___categoryForLatin1_3), (void*)value); } }; // UnityEngine.Color struct Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 { public: // System.Single UnityEngine.Color::r float ___r_0; // System.Single UnityEngine.Color::g float ___g_1; // System.Single UnityEngine.Color::b float ___b_2; // System.Single UnityEngine.Color::a float ___a_3; public: inline static int32_t get_offset_of_r_0() { return static_cast(offsetof(Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659, ___r_0)); } inline float get_r_0() const { return ___r_0; } inline float* get_address_of_r_0() { return &___r_0; } inline void set_r_0(float value) { ___r_0 = value; } inline static int32_t get_offset_of_g_1() { return static_cast(offsetof(Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659, ___g_1)); } inline float get_g_1() const { return ___g_1; } inline float* get_address_of_g_1() { return &___g_1; } inline void set_g_1(float value) { ___g_1 = value; } inline static int32_t get_offset_of_b_2() { return static_cast(offsetof(Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659, ___b_2)); } inline float get_b_2() const { return ___b_2; } inline float* get_address_of_b_2() { return &___b_2; } inline void set_b_2(float value) { ___b_2 = value; } inline static int32_t get_offset_of_a_3() { return static_cast(offsetof(Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659, ___a_3)); } inline float get_a_3() const { return ___a_3; } inline float* get_address_of_a_3() { return &___a_3; } inline void set_a_3(float value) { ___a_3 = value; } }; // UnityEngine.Color32 struct Color32_tDB54A78627878A7D2DE42BB028D64306A18E858D { 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_tDB54A78627878A7D2DE42BB028D64306A18E858D, ___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_tDB54A78627878A7D2DE42BB028D64306A18E858D, ___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_tDB54A78627878A7D2DE42BB028D64306A18E858D, ___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_tDB54A78627878A7D2DE42BB028D64306A18E858D, ___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_tDB54A78627878A7D2DE42BB028D64306A18E858D, ___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; } }; // System.Decimal struct Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 { public: // System.Int32 System.Decimal::flags int32_t ___flags_14; // System.Int32 System.Decimal::hi int32_t ___hi_15; // System.Int32 System.Decimal::lo int32_t ___lo_16; // System.Int32 System.Decimal::mid int32_t ___mid_17; public: inline static int32_t get_offset_of_flags_14() { return static_cast(offsetof(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7, ___flags_14)); } inline int32_t get_flags_14() const { return ___flags_14; } inline int32_t* get_address_of_flags_14() { return &___flags_14; } inline void set_flags_14(int32_t value) { ___flags_14 = value; } inline static int32_t get_offset_of_hi_15() { return static_cast(offsetof(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7, ___hi_15)); } inline int32_t get_hi_15() const { return ___hi_15; } inline int32_t* get_address_of_hi_15() { return &___hi_15; } inline void set_hi_15(int32_t value) { ___hi_15 = value; } inline static int32_t get_offset_of_lo_16() { return static_cast(offsetof(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7, ___lo_16)); } inline int32_t get_lo_16() const { return ___lo_16; } inline int32_t* get_address_of_lo_16() { return &___lo_16; } inline void set_lo_16(int32_t value) { ___lo_16 = value; } inline static int32_t get_offset_of_mid_17() { return static_cast(offsetof(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7, ___mid_17)); } inline int32_t get_mid_17() const { return ___mid_17; } inline int32_t* get_address_of_mid_17() { return &___mid_17; } inline void set_mid_17(int32_t value) { ___mid_17 = value; } }; struct Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_StaticFields { public: // System.UInt32[] System.Decimal::Powers10 UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___Powers10_6; // System.Decimal System.Decimal::Zero Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 ___Zero_7; // System.Decimal System.Decimal::One Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 ___One_8; // System.Decimal System.Decimal::MinusOne Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 ___MinusOne_9; // System.Decimal System.Decimal::MaxValue Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 ___MaxValue_10; // System.Decimal System.Decimal::MinValue Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 ___MinValue_11; // System.Decimal System.Decimal::NearNegativeZero Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 ___NearNegativeZero_12; // System.Decimal System.Decimal::NearPositiveZero Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 ___NearPositiveZero_13; public: inline static int32_t get_offset_of_Powers10_6() { return static_cast(offsetof(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_StaticFields, ___Powers10_6)); } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* get_Powers10_6() const { return ___Powers10_6; } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF** get_address_of_Powers10_6() { return &___Powers10_6; } inline void set_Powers10_6(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* value) { ___Powers10_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___Powers10_6), (void*)value); } inline static int32_t get_offset_of_Zero_7() { return static_cast(offsetof(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_StaticFields, ___Zero_7)); } inline Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 get_Zero_7() const { return ___Zero_7; } inline Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 * get_address_of_Zero_7() { return &___Zero_7; } inline void set_Zero_7(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 value) { ___Zero_7 = value; } inline static int32_t get_offset_of_One_8() { return static_cast(offsetof(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_StaticFields, ___One_8)); } inline Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 get_One_8() const { return ___One_8; } inline Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 * get_address_of_One_8() { return &___One_8; } inline void set_One_8(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 value) { ___One_8 = value; } inline static int32_t get_offset_of_MinusOne_9() { return static_cast(offsetof(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_StaticFields, ___MinusOne_9)); } inline Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 get_MinusOne_9() const { return ___MinusOne_9; } inline Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 * get_address_of_MinusOne_9() { return &___MinusOne_9; } inline void set_MinusOne_9(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 value) { ___MinusOne_9 = value; } inline static int32_t get_offset_of_MaxValue_10() { return static_cast(offsetof(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_StaticFields, ___MaxValue_10)); } inline Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 get_MaxValue_10() const { return ___MaxValue_10; } inline Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 * get_address_of_MaxValue_10() { return &___MaxValue_10; } inline void set_MaxValue_10(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 value) { ___MaxValue_10 = value; } inline static int32_t get_offset_of_MinValue_11() { return static_cast(offsetof(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_StaticFields, ___MinValue_11)); } inline Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 get_MinValue_11() const { return ___MinValue_11; } inline Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 * get_address_of_MinValue_11() { return &___MinValue_11; } inline void set_MinValue_11(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 value) { ___MinValue_11 = value; } inline static int32_t get_offset_of_NearNegativeZero_12() { return static_cast(offsetof(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_StaticFields, ___NearNegativeZero_12)); } inline Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 get_NearNegativeZero_12() const { return ___NearNegativeZero_12; } inline Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 * get_address_of_NearNegativeZero_12() { return &___NearNegativeZero_12; } inline void set_NearNegativeZero_12(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 value) { ___NearNegativeZero_12 = value; } inline static int32_t get_offset_of_NearPositiveZero_13() { return static_cast(offsetof(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_StaticFields, ___NearPositiveZero_13)); } inline Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 get_NearPositiveZero_13() const { return ___NearPositiveZero_13; } inline Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 * get_address_of_NearPositiveZero_13() { return &___NearPositiveZero_13; } inline void set_NearPositiveZero_13(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 value) { ___NearPositiveZero_13 = value; } }; // System.Double struct Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181 { 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_t42821932CB52DE2057E685D0E1AF3DE5033D2181, ___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_t42821932CB52DE2057E685D0E1AF3DE5033D2181_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_t42821932CB52DE2057E685D0E1AF3DE5033D2181_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_t23B90B40F60E677A8025267341651C94AE079CDA : public ValueType_tDBF999C1B75C48C68621878250DBF6CDBCF51E52 { public: public: }; struct Enum_t23B90B40F60E677A8025267341651C94AE079CDA_StaticFields { public: // System.Char[] System.Enum::enumSeperatorCharArray CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___enumSeperatorCharArray_0; public: inline static int32_t get_offset_of_enumSeperatorCharArray_0() { return static_cast(offsetof(Enum_t23B90B40F60E677A8025267341651C94AE079CDA_StaticFields, ___enumSeperatorCharArray_0)); } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* get_enumSeperatorCharArray_0() const { return ___enumSeperatorCharArray_0; } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34** get_address_of_enumSeperatorCharArray_0() { return &___enumSeperatorCharArray_0; } inline void set_enumSeperatorCharArray_0(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* value) { ___enumSeperatorCharArray_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___enumSeperatorCharArray_0), (void*)value); } }; // Native definition for P/Invoke marshalling of System.Enum struct Enum_t23B90B40F60E677A8025267341651C94AE079CDA_marshaled_pinvoke { }; // Native definition for COM marshalling of System.Enum struct Enum_t23B90B40F60E677A8025267341651C94AE079CDA_marshaled_com { }; // UnityEngine.TextCore.FaceInfo struct FaceInfo_t3A29F58B4C0435D2D76E3474E2B9D03F8A20C979 { public: // System.Int32 UnityEngine.TextCore.FaceInfo::m_FaceIndex int32_t ___m_FaceIndex_0; // System.String UnityEngine.TextCore.FaceInfo::m_FamilyName String_t* ___m_FamilyName_1; // System.String UnityEngine.TextCore.FaceInfo::m_StyleName String_t* ___m_StyleName_2; // System.Int32 UnityEngine.TextCore.FaceInfo::m_PointSize int32_t ___m_PointSize_3; // System.Single UnityEngine.TextCore.FaceInfo::m_Scale float ___m_Scale_4; // System.Single UnityEngine.TextCore.FaceInfo::m_LineHeight float ___m_LineHeight_5; // System.Single UnityEngine.TextCore.FaceInfo::m_AscentLine float ___m_AscentLine_6; // System.Single UnityEngine.TextCore.FaceInfo::m_CapLine float ___m_CapLine_7; // System.Single UnityEngine.TextCore.FaceInfo::m_MeanLine float ___m_MeanLine_8; // System.Single UnityEngine.TextCore.FaceInfo::m_Baseline float ___m_Baseline_9; // System.Single UnityEngine.TextCore.FaceInfo::m_DescentLine float ___m_DescentLine_10; // System.Single UnityEngine.TextCore.FaceInfo::m_SuperscriptOffset float ___m_SuperscriptOffset_11; // System.Single UnityEngine.TextCore.FaceInfo::m_SuperscriptSize float ___m_SuperscriptSize_12; // System.Single UnityEngine.TextCore.FaceInfo::m_SubscriptOffset float ___m_SubscriptOffset_13; // System.Single UnityEngine.TextCore.FaceInfo::m_SubscriptSize float ___m_SubscriptSize_14; // System.Single UnityEngine.TextCore.FaceInfo::m_UnderlineOffset float ___m_UnderlineOffset_15; // System.Single UnityEngine.TextCore.FaceInfo::m_UnderlineThickness float ___m_UnderlineThickness_16; // System.Single UnityEngine.TextCore.FaceInfo::m_StrikethroughOffset float ___m_StrikethroughOffset_17; // System.Single UnityEngine.TextCore.FaceInfo::m_StrikethroughThickness float ___m_StrikethroughThickness_18; // System.Single UnityEngine.TextCore.FaceInfo::m_TabWidth float ___m_TabWidth_19; public: inline static int32_t get_offset_of_m_FaceIndex_0() { return static_cast(offsetof(FaceInfo_t3A29F58B4C0435D2D76E3474E2B9D03F8A20C979, ___m_FaceIndex_0)); } inline int32_t get_m_FaceIndex_0() const { return ___m_FaceIndex_0; } inline int32_t* get_address_of_m_FaceIndex_0() { return &___m_FaceIndex_0; } inline void set_m_FaceIndex_0(int32_t value) { ___m_FaceIndex_0 = value; } inline static int32_t get_offset_of_m_FamilyName_1() { return static_cast(offsetof(FaceInfo_t3A29F58B4C0435D2D76E3474E2B9D03F8A20C979, ___m_FamilyName_1)); } inline String_t* get_m_FamilyName_1() const { return ___m_FamilyName_1; } inline String_t** get_address_of_m_FamilyName_1() { return &___m_FamilyName_1; } inline void set_m_FamilyName_1(String_t* value) { ___m_FamilyName_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_FamilyName_1), (void*)value); } inline static int32_t get_offset_of_m_StyleName_2() { return static_cast(offsetof(FaceInfo_t3A29F58B4C0435D2D76E3474E2B9D03F8A20C979, ___m_StyleName_2)); } inline String_t* get_m_StyleName_2() const { return ___m_StyleName_2; } inline String_t** get_address_of_m_StyleName_2() { return &___m_StyleName_2; } inline void set_m_StyleName_2(String_t* value) { ___m_StyleName_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_StyleName_2), (void*)value); } inline static int32_t get_offset_of_m_PointSize_3() { return static_cast(offsetof(FaceInfo_t3A29F58B4C0435D2D76E3474E2B9D03F8A20C979, ___m_PointSize_3)); } inline int32_t get_m_PointSize_3() const { return ___m_PointSize_3; } inline int32_t* get_address_of_m_PointSize_3() { return &___m_PointSize_3; } inline void set_m_PointSize_3(int32_t value) { ___m_PointSize_3 = value; } inline static int32_t get_offset_of_m_Scale_4() { return static_cast(offsetof(FaceInfo_t3A29F58B4C0435D2D76E3474E2B9D03F8A20C979, ___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; } inline static int32_t get_offset_of_m_LineHeight_5() { return static_cast(offsetof(FaceInfo_t3A29F58B4C0435D2D76E3474E2B9D03F8A20C979, ___m_LineHeight_5)); } inline float get_m_LineHeight_5() const { return ___m_LineHeight_5; } inline float* get_address_of_m_LineHeight_5() { return &___m_LineHeight_5; } inline void set_m_LineHeight_5(float value) { ___m_LineHeight_5 = value; } inline static int32_t get_offset_of_m_AscentLine_6() { return static_cast(offsetof(FaceInfo_t3A29F58B4C0435D2D76E3474E2B9D03F8A20C979, ___m_AscentLine_6)); } inline float get_m_AscentLine_6() const { return ___m_AscentLine_6; } inline float* get_address_of_m_AscentLine_6() { return &___m_AscentLine_6; } inline void set_m_AscentLine_6(float value) { ___m_AscentLine_6 = value; } inline static int32_t get_offset_of_m_CapLine_7() { return static_cast(offsetof(FaceInfo_t3A29F58B4C0435D2D76E3474E2B9D03F8A20C979, ___m_CapLine_7)); } inline float get_m_CapLine_7() const { return ___m_CapLine_7; } inline float* get_address_of_m_CapLine_7() { return &___m_CapLine_7; } inline void set_m_CapLine_7(float value) { ___m_CapLine_7 = value; } inline static int32_t get_offset_of_m_MeanLine_8() { return static_cast(offsetof(FaceInfo_t3A29F58B4C0435D2D76E3474E2B9D03F8A20C979, ___m_MeanLine_8)); } inline float get_m_MeanLine_8() const { return ___m_MeanLine_8; } inline float* get_address_of_m_MeanLine_8() { return &___m_MeanLine_8; } inline void set_m_MeanLine_8(float value) { ___m_MeanLine_8 = value; } inline static int32_t get_offset_of_m_Baseline_9() { return static_cast(offsetof(FaceInfo_t3A29F58B4C0435D2D76E3474E2B9D03F8A20C979, ___m_Baseline_9)); } inline float get_m_Baseline_9() const { return ___m_Baseline_9; } inline float* get_address_of_m_Baseline_9() { return &___m_Baseline_9; } inline void set_m_Baseline_9(float value) { ___m_Baseline_9 = value; } inline static int32_t get_offset_of_m_DescentLine_10() { return static_cast(offsetof(FaceInfo_t3A29F58B4C0435D2D76E3474E2B9D03F8A20C979, ___m_DescentLine_10)); } inline float get_m_DescentLine_10() const { return ___m_DescentLine_10; } inline float* get_address_of_m_DescentLine_10() { return &___m_DescentLine_10; } inline void set_m_DescentLine_10(float value) { ___m_DescentLine_10 = value; } inline static int32_t get_offset_of_m_SuperscriptOffset_11() { return static_cast(offsetof(FaceInfo_t3A29F58B4C0435D2D76E3474E2B9D03F8A20C979, ___m_SuperscriptOffset_11)); } inline float get_m_SuperscriptOffset_11() const { return ___m_SuperscriptOffset_11; } inline float* get_address_of_m_SuperscriptOffset_11() { return &___m_SuperscriptOffset_11; } inline void set_m_SuperscriptOffset_11(float value) { ___m_SuperscriptOffset_11 = value; } inline static int32_t get_offset_of_m_SuperscriptSize_12() { return static_cast(offsetof(FaceInfo_t3A29F58B4C0435D2D76E3474E2B9D03F8A20C979, ___m_SuperscriptSize_12)); } inline float get_m_SuperscriptSize_12() const { return ___m_SuperscriptSize_12; } inline float* get_address_of_m_SuperscriptSize_12() { return &___m_SuperscriptSize_12; } inline void set_m_SuperscriptSize_12(float value) { ___m_SuperscriptSize_12 = value; } inline static int32_t get_offset_of_m_SubscriptOffset_13() { return static_cast(offsetof(FaceInfo_t3A29F58B4C0435D2D76E3474E2B9D03F8A20C979, ___m_SubscriptOffset_13)); } inline float get_m_SubscriptOffset_13() const { return ___m_SubscriptOffset_13; } inline float* get_address_of_m_SubscriptOffset_13() { return &___m_SubscriptOffset_13; } inline void set_m_SubscriptOffset_13(float value) { ___m_SubscriptOffset_13 = value; } inline static int32_t get_offset_of_m_SubscriptSize_14() { return static_cast(offsetof(FaceInfo_t3A29F58B4C0435D2D76E3474E2B9D03F8A20C979, ___m_SubscriptSize_14)); } inline float get_m_SubscriptSize_14() const { return ___m_SubscriptSize_14; } inline float* get_address_of_m_SubscriptSize_14() { return &___m_SubscriptSize_14; } inline void set_m_SubscriptSize_14(float value) { ___m_SubscriptSize_14 = value; } inline static int32_t get_offset_of_m_UnderlineOffset_15() { return static_cast(offsetof(FaceInfo_t3A29F58B4C0435D2D76E3474E2B9D03F8A20C979, ___m_UnderlineOffset_15)); } inline float get_m_UnderlineOffset_15() const { return ___m_UnderlineOffset_15; } inline float* get_address_of_m_UnderlineOffset_15() { return &___m_UnderlineOffset_15; } inline void set_m_UnderlineOffset_15(float value) { ___m_UnderlineOffset_15 = value; } inline static int32_t get_offset_of_m_UnderlineThickness_16() { return static_cast(offsetof(FaceInfo_t3A29F58B4C0435D2D76E3474E2B9D03F8A20C979, ___m_UnderlineThickness_16)); } inline float get_m_UnderlineThickness_16() const { return ___m_UnderlineThickness_16; } inline float* get_address_of_m_UnderlineThickness_16() { return &___m_UnderlineThickness_16; } inline void set_m_UnderlineThickness_16(float value) { ___m_UnderlineThickness_16 = value; } inline static int32_t get_offset_of_m_StrikethroughOffset_17() { return static_cast(offsetof(FaceInfo_t3A29F58B4C0435D2D76E3474E2B9D03F8A20C979, ___m_StrikethroughOffset_17)); } inline float get_m_StrikethroughOffset_17() const { return ___m_StrikethroughOffset_17; } inline float* get_address_of_m_StrikethroughOffset_17() { return &___m_StrikethroughOffset_17; } inline void set_m_StrikethroughOffset_17(float value) { ___m_StrikethroughOffset_17 = value; } inline static int32_t get_offset_of_m_StrikethroughThickness_18() { return static_cast(offsetof(FaceInfo_t3A29F58B4C0435D2D76E3474E2B9D03F8A20C979, ___m_StrikethroughThickness_18)); } inline float get_m_StrikethroughThickness_18() const { return ___m_StrikethroughThickness_18; } inline float* get_address_of_m_StrikethroughThickness_18() { return &___m_StrikethroughThickness_18; } inline void set_m_StrikethroughThickness_18(float value) { ___m_StrikethroughThickness_18 = value; } inline static int32_t get_offset_of_m_TabWidth_19() { return static_cast(offsetof(FaceInfo_t3A29F58B4C0435D2D76E3474E2B9D03F8A20C979, ___m_TabWidth_19)); } inline float get_m_TabWidth_19() const { return ___m_TabWidth_19; } inline float* get_address_of_m_TabWidth_19() { return &___m_TabWidth_19; } inline void set_m_TabWidth_19(float value) { ___m_TabWidth_19 = value; } }; // Native definition for P/Invoke marshalling of UnityEngine.TextCore.FaceInfo struct FaceInfo_t3A29F58B4C0435D2D76E3474E2B9D03F8A20C979_marshaled_pinvoke { int32_t ___m_FaceIndex_0; char* ___m_FamilyName_1; char* ___m_StyleName_2; int32_t ___m_PointSize_3; float ___m_Scale_4; float ___m_LineHeight_5; float ___m_AscentLine_6; float ___m_CapLine_7; float ___m_MeanLine_8; float ___m_Baseline_9; float ___m_DescentLine_10; float ___m_SuperscriptOffset_11; float ___m_SuperscriptSize_12; float ___m_SubscriptOffset_13; float ___m_SubscriptSize_14; float ___m_UnderlineOffset_15; float ___m_UnderlineThickness_16; float ___m_StrikethroughOffset_17; float ___m_StrikethroughThickness_18; float ___m_TabWidth_19; }; // Native definition for COM marshalling of UnityEngine.TextCore.FaceInfo struct FaceInfo_t3A29F58B4C0435D2D76E3474E2B9D03F8A20C979_marshaled_com { int32_t ___m_FaceIndex_0; Il2CppChar* ___m_FamilyName_1; Il2CppChar* ___m_StyleName_2; int32_t ___m_PointSize_3; float ___m_Scale_4; float ___m_LineHeight_5; float ___m_AscentLine_6; float ___m_CapLine_7; float ___m_MeanLine_8; float ___m_Baseline_9; float ___m_DescentLine_10; float ___m_SuperscriptOffset_11; float ___m_SuperscriptSize_12; float ___m_SubscriptOffset_13; float ___m_SubscriptSize_14; float ___m_UnderlineOffset_15; float ___m_UnderlineThickness_16; float ___m_StrikethroughOffset_17; float ___m_StrikethroughThickness_18; float ___m_TabWidth_19; }; // TMPro.FontAssetCreationSettings struct FontAssetCreationSettings_t70B67907C3CF96F5289A141EA8D87A2A422802A1 { 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_t70B67907C3CF96F5289A141EA8D87A2A422802A1, ___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_t70B67907C3CF96F5289A141EA8D87A2A422802A1, ___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_t70B67907C3CF96F5289A141EA8D87A2A422802A1, ___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_t70B67907C3CF96F5289A141EA8D87A2A422802A1, ___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_t70B67907C3CF96F5289A141EA8D87A2A422802A1, ___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_t70B67907C3CF96F5289A141EA8D87A2A422802A1, ___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_t70B67907C3CF96F5289A141EA8D87A2A422802A1, ___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_t70B67907C3CF96F5289A141EA8D87A2A422802A1, ___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_t70B67907C3CF96F5289A141EA8D87A2A422802A1, ___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_t70B67907C3CF96F5289A141EA8D87A2A422802A1, ___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_t70B67907C3CF96F5289A141EA8D87A2A422802A1, ___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_t70B67907C3CF96F5289A141EA8D87A2A422802A1, ___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_t70B67907C3CF96F5289A141EA8D87A2A422802A1, ___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_t70B67907C3CF96F5289A141EA8D87A2A422802A1, ___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_t70B67907C3CF96F5289A141EA8D87A2A422802A1, ___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_t70B67907C3CF96F5289A141EA8D87A2A422802A1, ___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_t70B67907C3CF96F5289A141EA8D87A2A422802A1_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_t70B67907C3CF96F5289A141EA8D87A2A422802A1_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; }; // UnityEngine.TextCore.GlyphMetrics struct GlyphMetrics_t46B609AF0FC41272561342E8B5AEF35E4E1B537B { 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_t46B609AF0FC41272561342E8B5AEF35E4E1B537B, ___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_t46B609AF0FC41272561342E8B5AEF35E4E1B537B, ___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_t46B609AF0FC41272561342E8B5AEF35E4E1B537B, ___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_t46B609AF0FC41272561342E8B5AEF35E4E1B537B, ___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_t46B609AF0FC41272561342E8B5AEF35E4E1B537B, ___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_t4F6A791326A28C2CEC6B13B0BD50A4F78280289D { 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_t4F6A791326A28C2CEC6B13B0BD50A4F78280289D, ___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_t4F6A791326A28C2CEC6B13B0BD50A4F78280289D, ___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_t4F6A791326A28C2CEC6B13B0BD50A4F78280289D, ___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_t4F6A791326A28C2CEC6B13B0BD50A4F78280289D, ___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_t4F6A791326A28C2CEC6B13B0BD50A4F78280289D_StaticFields { public: // UnityEngine.TextCore.GlyphRect UnityEngine.TextCore.GlyphRect::s_ZeroGlyphRect GlyphRect_t4F6A791326A28C2CEC6B13B0BD50A4F78280289D ___s_ZeroGlyphRect_4; public: inline static int32_t get_offset_of_s_ZeroGlyphRect_4() { return static_cast(offsetof(GlyphRect_t4F6A791326A28C2CEC6B13B0BD50A4F78280289D_StaticFields, ___s_ZeroGlyphRect_4)); } inline GlyphRect_t4F6A791326A28C2CEC6B13B0BD50A4F78280289D get_s_ZeroGlyphRect_4() const { return ___s_ZeroGlyphRect_4; } inline GlyphRect_t4F6A791326A28C2CEC6B13B0BD50A4F78280289D * get_address_of_s_ZeroGlyphRect_4() { return &___s_ZeroGlyphRect_4; } inline void set_s_ZeroGlyphRect_4(GlyphRect_t4F6A791326A28C2CEC6B13B0BD50A4F78280289D value) { ___s_ZeroGlyphRect_4 = value; } }; // System.Int32 struct Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046 { public: // System.Int32 System.Int32::m_value int32_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046, ___m_value_0)); } inline int32_t get_m_value_0() const { return ___m_value_0; } inline int32_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(int32_t value) { ___m_value_0 = value; } }; // System.Int64 struct Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3 { public: // System.Int64 System.Int64::m_value int64_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3, ___m_value_0)); } inline int64_t get_m_value_0() const { return ___m_value_0; } inline int64_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(int64_t value) { ___m_value_0 = value; } }; // System.IntPtr struct IntPtr_t { public: // System.Void* System.IntPtr::m_value void* ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(IntPtr_t, ___m_value_0)); } inline void* get_m_value_0() const { return ___m_value_0; } inline void** get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(void* value) { ___m_value_0 = value; } }; struct IntPtr_t_StaticFields { public: // System.IntPtr System.IntPtr::Zero intptr_t ___Zero_1; public: inline static int32_t get_offset_of_Zero_1() { return static_cast(offsetof(IntPtr_t_StaticFields, ___Zero_1)); } inline intptr_t get_Zero_1() const { return ___Zero_1; } inline intptr_t* get_address_of_Zero_1() { return &___Zero_1; } inline void set_Zero_1(intptr_t value) { ___Zero_1 = value; } }; // TMPro.MaterialReference struct MaterialReference_tB00D33F114B6EF4E7D63B25D053A0111D502951B { public: // System.Int32 TMPro.MaterialReference::index int32_t ___index_0; // TMPro.TMP_FontAsset TMPro.MaterialReference::fontAsset TMP_FontAsset_tDD8F58129CF4A9094C82DD209531E9E71F9837B2 * ___fontAsset_1; // TMPro.TMP_SpriteAsset TMPro.MaterialReference::spriteAsset TMP_SpriteAsset_t0746714D8A56C0A27AE56DC6897CC1A129220714 * ___spriteAsset_2; // UnityEngine.Material TMPro.MaterialReference::material Material_t8927C00353A72755313F046D0CE85178AE8218EE * ___material_3; // System.Boolean TMPro.MaterialReference::isDefaultMaterial bool ___isDefaultMaterial_4; // System.Boolean TMPro.MaterialReference::isFallbackMaterial bool ___isFallbackMaterial_5; // UnityEngine.Material TMPro.MaterialReference::fallbackMaterial Material_t8927C00353A72755313F046D0CE85178AE8218EE * ___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_tB00D33F114B6EF4E7D63B25D053A0111D502951B, ___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_tB00D33F114B6EF4E7D63B25D053A0111D502951B, ___fontAsset_1)); } inline TMP_FontAsset_tDD8F58129CF4A9094C82DD209531E9E71F9837B2 * get_fontAsset_1() const { return ___fontAsset_1; } inline TMP_FontAsset_tDD8F58129CF4A9094C82DD209531E9E71F9837B2 ** get_address_of_fontAsset_1() { return &___fontAsset_1; } inline void set_fontAsset_1(TMP_FontAsset_tDD8F58129CF4A9094C82DD209531E9E71F9837B2 * value) { ___fontAsset_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___fontAsset_1), (void*)value); } inline static int32_t get_offset_of_spriteAsset_2() { return static_cast(offsetof(MaterialReference_tB00D33F114B6EF4E7D63B25D053A0111D502951B, ___spriteAsset_2)); } inline TMP_SpriteAsset_t0746714D8A56C0A27AE56DC6897CC1A129220714 * get_spriteAsset_2() const { return ___spriteAsset_2; } inline TMP_SpriteAsset_t0746714D8A56C0A27AE56DC6897CC1A129220714 ** get_address_of_spriteAsset_2() { return &___spriteAsset_2; } inline void set_spriteAsset_2(TMP_SpriteAsset_t0746714D8A56C0A27AE56DC6897CC1A129220714 * value) { ___spriteAsset_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___spriteAsset_2), (void*)value); } inline static int32_t get_offset_of_material_3() { return static_cast(offsetof(MaterialReference_tB00D33F114B6EF4E7D63B25D053A0111D502951B, ___material_3)); } inline Material_t8927C00353A72755313F046D0CE85178AE8218EE * get_material_3() const { return ___material_3; } inline Material_t8927C00353A72755313F046D0CE85178AE8218EE ** get_address_of_material_3() { return &___material_3; } inline void set_material_3(Material_t8927C00353A72755313F046D0CE85178AE8218EE * value) { ___material_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___material_3), (void*)value); } inline static int32_t get_offset_of_isDefaultMaterial_4() { return static_cast(offsetof(MaterialReference_tB00D33F114B6EF4E7D63B25D053A0111D502951B, ___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_tB00D33F114B6EF4E7D63B25D053A0111D502951B, ___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_tB00D33F114B6EF4E7D63B25D053A0111D502951B, ___fallbackMaterial_6)); } inline Material_t8927C00353A72755313F046D0CE85178AE8218EE * get_fallbackMaterial_6() const { return ___fallbackMaterial_6; } inline Material_t8927C00353A72755313F046D0CE85178AE8218EE ** get_address_of_fallbackMaterial_6() { return &___fallbackMaterial_6; } inline void set_fallbackMaterial_6(Material_t8927C00353A72755313F046D0CE85178AE8218EE * value) { ___fallbackMaterial_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___fallbackMaterial_6), (void*)value); } inline static int32_t get_offset_of_padding_7() { return static_cast(offsetof(MaterialReference_tB00D33F114B6EF4E7D63B25D053A0111D502951B, ___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_tB00D33F114B6EF4E7D63B25D053A0111D502951B, ___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_tB00D33F114B6EF4E7D63B25D053A0111D502951B_marshaled_pinvoke { int32_t ___index_0; TMP_FontAsset_tDD8F58129CF4A9094C82DD209531E9E71F9837B2 * ___fontAsset_1; TMP_SpriteAsset_t0746714D8A56C0A27AE56DC6897CC1A129220714 * ___spriteAsset_2; Material_t8927C00353A72755313F046D0CE85178AE8218EE * ___material_3; int32_t ___isDefaultMaterial_4; int32_t ___isFallbackMaterial_5; Material_t8927C00353A72755313F046D0CE85178AE8218EE * ___fallbackMaterial_6; float ___padding_7; int32_t ___referenceCount_8; }; // Native definition for COM marshalling of TMPro.MaterialReference struct MaterialReference_tB00D33F114B6EF4E7D63B25D053A0111D502951B_marshaled_com { int32_t ___index_0; TMP_FontAsset_tDD8F58129CF4A9094C82DD209531E9E71F9837B2 * ___fontAsset_1; TMP_SpriteAsset_t0746714D8A56C0A27AE56DC6897CC1A129220714 * ___spriteAsset_2; Material_t8927C00353A72755313F046D0CE85178AE8218EE * ___material_3; int32_t ___isDefaultMaterial_4; int32_t ___isFallbackMaterial_5; Material_t8927C00353A72755313F046D0CE85178AE8218EE * ___fallbackMaterial_6; float ___padding_7; int32_t ___referenceCount_8; }; // UnityEngine.Matrix4x4 struct Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461 { public: // System.Single UnityEngine.Matrix4x4::m00 float ___m00_0; // System.Single UnityEngine.Matrix4x4::m10 float ___m10_1; // System.Single UnityEngine.Matrix4x4::m20 float ___m20_2; // System.Single UnityEngine.Matrix4x4::m30 float ___m30_3; // System.Single UnityEngine.Matrix4x4::m01 float ___m01_4; // System.Single UnityEngine.Matrix4x4::m11 float ___m11_5; // System.Single UnityEngine.Matrix4x4::m21 float ___m21_6; // System.Single UnityEngine.Matrix4x4::m31 float ___m31_7; // System.Single UnityEngine.Matrix4x4::m02 float ___m02_8; // System.Single UnityEngine.Matrix4x4::m12 float ___m12_9; // System.Single UnityEngine.Matrix4x4::m22 float ___m22_10; // System.Single UnityEngine.Matrix4x4::m32 float ___m32_11; // System.Single UnityEngine.Matrix4x4::m03 float ___m03_12; // System.Single UnityEngine.Matrix4x4::m13 float ___m13_13; // System.Single UnityEngine.Matrix4x4::m23 float ___m23_14; // System.Single UnityEngine.Matrix4x4::m33 float ___m33_15; public: inline static int32_t get_offset_of_m00_0() { return static_cast(offsetof(Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461, ___m00_0)); } inline float get_m00_0() const { return ___m00_0; } inline float* get_address_of_m00_0() { return &___m00_0; } inline void set_m00_0(float value) { ___m00_0 = value; } inline static int32_t get_offset_of_m10_1() { return static_cast(offsetof(Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461, ___m10_1)); } inline float get_m10_1() const { return ___m10_1; } inline float* get_address_of_m10_1() { return &___m10_1; } inline void set_m10_1(float value) { ___m10_1 = value; } inline static int32_t get_offset_of_m20_2() { return static_cast(offsetof(Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461, ___m20_2)); } inline float get_m20_2() const { return ___m20_2; } inline float* get_address_of_m20_2() { return &___m20_2; } inline void set_m20_2(float value) { ___m20_2 = value; } inline static int32_t get_offset_of_m30_3() { return static_cast(offsetof(Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461, ___m30_3)); } inline float get_m30_3() const { return ___m30_3; } inline float* get_address_of_m30_3() { return &___m30_3; } inline void set_m30_3(float value) { ___m30_3 = value; } inline static int32_t get_offset_of_m01_4() { return static_cast(offsetof(Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461, ___m01_4)); } inline float get_m01_4() const { return ___m01_4; } inline float* get_address_of_m01_4() { return &___m01_4; } inline void set_m01_4(float value) { ___m01_4 = value; } inline static int32_t get_offset_of_m11_5() { return static_cast(offsetof(Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461, ___m11_5)); } inline float get_m11_5() const { return ___m11_5; } inline float* get_address_of_m11_5() { return &___m11_5; } inline void set_m11_5(float value) { ___m11_5 = value; } inline static int32_t get_offset_of_m21_6() { return static_cast(offsetof(Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461, ___m21_6)); } inline float get_m21_6() const { return ___m21_6; } inline float* get_address_of_m21_6() { return &___m21_6; } inline void set_m21_6(float value) { ___m21_6 = value; } inline static int32_t get_offset_of_m31_7() { return static_cast(offsetof(Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461, ___m31_7)); } inline float get_m31_7() const { return ___m31_7; } inline float* get_address_of_m31_7() { return &___m31_7; } inline void set_m31_7(float value) { ___m31_7 = value; } inline static int32_t get_offset_of_m02_8() { return static_cast(offsetof(Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461, ___m02_8)); } inline float get_m02_8() const { return ___m02_8; } inline float* get_address_of_m02_8() { return &___m02_8; } inline void set_m02_8(float value) { ___m02_8 = value; } inline static int32_t get_offset_of_m12_9() { return static_cast(offsetof(Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461, ___m12_9)); } inline float get_m12_9() const { return ___m12_9; } inline float* get_address_of_m12_9() { return &___m12_9; } inline void set_m12_9(float value) { ___m12_9 = value; } inline static int32_t get_offset_of_m22_10() { return static_cast(offsetof(Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461, ___m22_10)); } inline float get_m22_10() const { return ___m22_10; } inline float* get_address_of_m22_10() { return &___m22_10; } inline void set_m22_10(float value) { ___m22_10 = value; } inline static int32_t get_offset_of_m32_11() { return static_cast(offsetof(Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461, ___m32_11)); } inline float get_m32_11() const { return ___m32_11; } inline float* get_address_of_m32_11() { return &___m32_11; } inline void set_m32_11(float value) { ___m32_11 = value; } inline static int32_t get_offset_of_m03_12() { return static_cast(offsetof(Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461, ___m03_12)); } inline float get_m03_12() const { return ___m03_12; } inline float* get_address_of_m03_12() { return &___m03_12; } inline void set_m03_12(float value) { ___m03_12 = value; } inline static int32_t get_offset_of_m13_13() { return static_cast(offsetof(Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461, ___m13_13)); } inline float get_m13_13() const { return ___m13_13; } inline float* get_address_of_m13_13() { return &___m13_13; } inline void set_m13_13(float value) { ___m13_13 = value; } inline static int32_t get_offset_of_m23_14() { return static_cast(offsetof(Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461, ___m23_14)); } inline float get_m23_14() const { return ___m23_14; } inline float* get_address_of_m23_14() { return &___m23_14; } inline void set_m23_14(float value) { ___m23_14 = value; } inline static int32_t get_offset_of_m33_15() { return static_cast(offsetof(Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461, ___m33_15)); } inline float get_m33_15() const { return ___m33_15; } inline float* get_address_of_m33_15() { return &___m33_15; } inline void set_m33_15(float value) { ___m33_15 = value; } }; struct Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461_StaticFields { public: // UnityEngine.Matrix4x4 UnityEngine.Matrix4x4::zeroMatrix Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461 ___zeroMatrix_16; // UnityEngine.Matrix4x4 UnityEngine.Matrix4x4::identityMatrix Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461 ___identityMatrix_17; public: inline static int32_t get_offset_of_zeroMatrix_16() { return static_cast(offsetof(Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461_StaticFields, ___zeroMatrix_16)); } inline Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461 get_zeroMatrix_16() const { return ___zeroMatrix_16; } inline Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461 * get_address_of_zeroMatrix_16() { return &___zeroMatrix_16; } inline void set_zeroMatrix_16(Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461 value) { ___zeroMatrix_16 = value; } inline static int32_t get_offset_of_identityMatrix_17() { return static_cast(offsetof(Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461_StaticFields, ___identityMatrix_17)); } inline Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461 get_identityMatrix_17() const { return ___identityMatrix_17; } inline Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461 * get_address_of_identityMatrix_17() { return &___identityMatrix_17; } inline void set_identityMatrix_17(Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461 value) { ___identityMatrix_17 = value; } }; // UnityEngine.Quaternion struct Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 { public: // System.Single UnityEngine.Quaternion::x float ___x_0; // System.Single UnityEngine.Quaternion::y float ___y_1; // System.Single UnityEngine.Quaternion::z float ___z_2; // System.Single UnityEngine.Quaternion::w float ___w_3; public: inline static int32_t get_offset_of_x_0() { return static_cast(offsetof(Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4, ___x_0)); } inline float get_x_0() const { return ___x_0; } inline float* get_address_of_x_0() { return &___x_0; } inline void set_x_0(float value) { ___x_0 = value; } inline static int32_t get_offset_of_y_1() { return static_cast(offsetof(Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4, ___y_1)); } inline float get_y_1() const { return ___y_1; } inline float* get_address_of_y_1() { return &___y_1; } inline void set_y_1(float value) { ___y_1 = value; } inline static int32_t get_offset_of_z_2() { return static_cast(offsetof(Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4, ___z_2)); } inline float get_z_2() const { return ___z_2; } inline float* get_address_of_z_2() { return &___z_2; } inline void set_z_2(float value) { ___z_2 = value; } inline static int32_t get_offset_of_w_3() { return static_cast(offsetof(Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4, ___w_3)); } inline float get_w_3() const { return ___w_3; } inline float* get_address_of_w_3() { return &___w_3; } inline void set_w_3(float value) { ___w_3 = value; } }; struct Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4_StaticFields { public: // UnityEngine.Quaternion UnityEngine.Quaternion::identityQuaternion Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 ___identityQuaternion_4; public: inline static int32_t get_offset_of_identityQuaternion_4() { return static_cast(offsetof(Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4_StaticFields, ___identityQuaternion_4)); } inline Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 get_identityQuaternion_4() const { return ___identityQuaternion_4; } inline Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 * get_address_of_identityQuaternion_4() { return &___identityQuaternion_4; } inline void set_identityQuaternion_4(Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 value) { ___identityQuaternion_4 = value; } }; // UnityEngine.Rect struct Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 { public: // System.Single UnityEngine.Rect::m_XMin float ___m_XMin_0; // System.Single UnityEngine.Rect::m_YMin float ___m_YMin_1; // System.Single UnityEngine.Rect::m_Width float ___m_Width_2; // System.Single UnityEngine.Rect::m_Height float ___m_Height_3; public: inline static int32_t get_offset_of_m_XMin_0() { return static_cast(offsetof(Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878, ___m_XMin_0)); } inline float get_m_XMin_0() const { return ___m_XMin_0; } inline float* get_address_of_m_XMin_0() { return &___m_XMin_0; } inline void set_m_XMin_0(float value) { ___m_XMin_0 = value; } inline static int32_t get_offset_of_m_YMin_1() { return static_cast(offsetof(Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878, ___m_YMin_1)); } inline float get_m_YMin_1() const { return ___m_YMin_1; } inline float* get_address_of_m_YMin_1() { return &___m_YMin_1; } inline void set_m_YMin_1(float value) { ___m_YMin_1 = value; } inline static int32_t get_offset_of_m_Width_2() { return static_cast(offsetof(Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878, ___m_Width_2)); } inline float get_m_Width_2() const { return ___m_Width_2; } inline float* get_address_of_m_Width_2() { return &___m_Width_2; } inline void set_m_Width_2(float value) { ___m_Width_2 = value; } inline static int32_t get_offset_of_m_Height_3() { return static_cast(offsetof(Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878, ___m_Height_3)); } inline float get_m_Height_3() const { return ___m_Height_3; } inline float* get_address_of_m_Height_3() { return &___m_Height_3; } inline void set_m_Height_3(float value) { ___m_Height_3 = value; } }; // System.Single struct Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E { public: // System.Single System.Single::m_value float ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E, ___m_value_0)); } inline float get_m_value_0() const { return ___m_value_0; } inline float* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(float value) { ___m_value_0 = value; } }; // TMPro.TMP_FontStyleStack struct TMP_FontStyleStack_tAD8C041F7E36517A3CF6E8301D6913159EE2D4D9 { 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_tAD8C041F7E36517A3CF6E8301D6913159EE2D4D9, ___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_tAD8C041F7E36517A3CF6E8301D6913159EE2D4D9, ___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_tAD8C041F7E36517A3CF6E8301D6913159EE2D4D9, ___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_tAD8C041F7E36517A3CF6E8301D6913159EE2D4D9, ___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_tAD8C041F7E36517A3CF6E8301D6913159EE2D4D9, ___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_tAD8C041F7E36517A3CF6E8301D6913159EE2D4D9, ___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_tAD8C041F7E36517A3CF6E8301D6913159EE2D4D9, ___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_tAD8C041F7E36517A3CF6E8301D6913159EE2D4D9, ___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_tAD8C041F7E36517A3CF6E8301D6913159EE2D4D9, ___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_tAD8C041F7E36517A3CF6E8301D6913159EE2D4D9, ___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_t247CB1B93D28CF85E17B8AD781485888D78BBD2A { public: // TMPro.TMP_FontAsset TMPro.TMP_FontWeightPair::regularTypeface TMP_FontAsset_tDD8F58129CF4A9094C82DD209531E9E71F9837B2 * ___regularTypeface_0; // TMPro.TMP_FontAsset TMPro.TMP_FontWeightPair::italicTypeface TMP_FontAsset_tDD8F58129CF4A9094C82DD209531E9E71F9837B2 * ___italicTypeface_1; public: inline static int32_t get_offset_of_regularTypeface_0() { return static_cast(offsetof(TMP_FontWeightPair_t247CB1B93D28CF85E17B8AD781485888D78BBD2A, ___regularTypeface_0)); } inline TMP_FontAsset_tDD8F58129CF4A9094C82DD209531E9E71F9837B2 * get_regularTypeface_0() const { return ___regularTypeface_0; } inline TMP_FontAsset_tDD8F58129CF4A9094C82DD209531E9E71F9837B2 ** get_address_of_regularTypeface_0() { return &___regularTypeface_0; } inline void set_regularTypeface_0(TMP_FontAsset_tDD8F58129CF4A9094C82DD209531E9E71F9837B2 * 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_t247CB1B93D28CF85E17B8AD781485888D78BBD2A, ___italicTypeface_1)); } inline TMP_FontAsset_tDD8F58129CF4A9094C82DD209531E9E71F9837B2 * get_italicTypeface_1() const { return ___italicTypeface_1; } inline TMP_FontAsset_tDD8F58129CF4A9094C82DD209531E9E71F9837B2 ** get_address_of_italicTypeface_1() { return &___italicTypeface_1; } inline void set_italicTypeface_1(TMP_FontAsset_tDD8F58129CF4A9094C82DD209531E9E71F9837B2 * value) { ___italicTypeface_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___italicTypeface_1), (void*)value); } }; // Native definition for P/Invoke marshalling of TMPro.TMP_FontWeightPair struct TMP_FontWeightPair_t247CB1B93D28CF85E17B8AD781485888D78BBD2A_marshaled_pinvoke { TMP_FontAsset_tDD8F58129CF4A9094C82DD209531E9E71F9837B2 * ___regularTypeface_0; TMP_FontAsset_tDD8F58129CF4A9094C82DD209531E9E71F9837B2 * ___italicTypeface_1; }; // Native definition for COM marshalling of TMPro.TMP_FontWeightPair struct TMP_FontWeightPair_t247CB1B93D28CF85E17B8AD781485888D78BBD2A_marshaled_com { TMP_FontAsset_tDD8F58129CF4A9094C82DD209531E9E71F9837B2 * ___regularTypeface_0; TMP_FontAsset_tDD8F58129CF4A9094C82DD209531E9E71F9837B2 * ___italicTypeface_1; }; // TMPro.TMP_GlyphValueRecord struct TMP_GlyphValueRecord_tEF00CF591899C9C5D8028D3F6C55FD7B67DFE9D2 { 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_tEF00CF591899C9C5D8028D3F6C55FD7B67DFE9D2, ___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_tEF00CF591899C9C5D8028D3F6C55FD7B67DFE9D2, ___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_tEF00CF591899C9C5D8028D3F6C55FD7B67DFE9D2, ___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_tEF00CF591899C9C5D8028D3F6C55FD7B67DFE9D2, ___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_t1BFC3C15E256E033F84E8C3A48E0AC5F64D206A6 { public: // TMPro.TMP_Text TMPro.TMP_LinkInfo::textComponent TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 * ___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_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___linkID_6; public: inline static int32_t get_offset_of_textComponent_0() { return static_cast(offsetof(TMP_LinkInfo_t1BFC3C15E256E033F84E8C3A48E0AC5F64D206A6, ___textComponent_0)); } inline TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 * get_textComponent_0() const { return ___textComponent_0; } inline TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 ** get_address_of_textComponent_0() { return &___textComponent_0; } inline void set_textComponent_0(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 * 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_t1BFC3C15E256E033F84E8C3A48E0AC5F64D206A6, ___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_t1BFC3C15E256E033F84E8C3A48E0AC5F64D206A6, ___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_t1BFC3C15E256E033F84E8C3A48E0AC5F64D206A6, ___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_t1BFC3C15E256E033F84E8C3A48E0AC5F64D206A6, ___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_t1BFC3C15E256E033F84E8C3A48E0AC5F64D206A6, ___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_t1BFC3C15E256E033F84E8C3A48E0AC5F64D206A6, ___linkID_6)); } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* get_linkID_6() const { return ___linkID_6; } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34** get_address_of_linkID_6() { return &___linkID_6; } inline void set_linkID_6(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* value) { ___linkID_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___linkID_6), (void*)value); } }; // Native definition for P/Invoke marshalling of TMPro.TMP_LinkInfo struct TMP_LinkInfo_t1BFC3C15E256E033F84E8C3A48E0AC5F64D206A6_marshaled_pinvoke { TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 * ___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_t1BFC3C15E256E033F84E8C3A48E0AC5F64D206A6_marshaled_com { TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 * ___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_MaterialReference struct TMP_MaterialReference_t543088676AB27EF87E4F35B7346287F1858526BB { public: // UnityEngine.Material TMPro.TMP_MaterialReference::material Material_t8927C00353A72755313F046D0CE85178AE8218EE * ___material_0; // System.Int32 TMPro.TMP_MaterialReference::referenceCount int32_t ___referenceCount_1; public: inline static int32_t get_offset_of_material_0() { return static_cast(offsetof(TMP_MaterialReference_t543088676AB27EF87E4F35B7346287F1858526BB, ___material_0)); } inline Material_t8927C00353A72755313F046D0CE85178AE8218EE * get_material_0() const { return ___material_0; } inline Material_t8927C00353A72755313F046D0CE85178AE8218EE ** get_address_of_material_0() { return &___material_0; } inline void set_material_0(Material_t8927C00353A72755313F046D0CE85178AE8218EE * value) { ___material_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___material_0), (void*)value); } inline static int32_t get_offset_of_referenceCount_1() { return static_cast(offsetof(TMP_MaterialReference_t543088676AB27EF87E4F35B7346287F1858526BB, ___referenceCount_1)); } inline int32_t get_referenceCount_1() const { return ___referenceCount_1; } inline int32_t* get_address_of_referenceCount_1() { return &___referenceCount_1; } inline void set_referenceCount_1(int32_t value) { ___referenceCount_1 = value; } }; // Native definition for P/Invoke marshalling of TMPro.TMP_MaterialReference struct TMP_MaterialReference_t543088676AB27EF87E4F35B7346287F1858526BB_marshaled_pinvoke { Material_t8927C00353A72755313F046D0CE85178AE8218EE * ___material_0; int32_t ___referenceCount_1; }; // Native definition for COM marshalling of TMPro.TMP_MaterialReference struct TMP_MaterialReference_t543088676AB27EF87E4F35B7346287F1858526BB_marshaled_com { Material_t8927C00353A72755313F046D0CE85178AE8218EE * ___material_0; int32_t ___referenceCount_1; }; // TMPro.TMP_Offset struct TMP_Offset_tFD2420EE03933F6A720EB5B66ED6B4FB67AE2117 { public: // System.Single TMPro.TMP_Offset::m_Left float ___m_Left_0; // System.Single TMPro.TMP_Offset::m_Right float ___m_Right_1; // System.Single TMPro.TMP_Offset::m_Top float ___m_Top_2; // System.Single TMPro.TMP_Offset::m_Bottom float ___m_Bottom_3; public: inline static int32_t get_offset_of_m_Left_0() { return static_cast(offsetof(TMP_Offset_tFD2420EE03933F6A720EB5B66ED6B4FB67AE2117, ___m_Left_0)); } inline float get_m_Left_0() const { return ___m_Left_0; } inline float* get_address_of_m_Left_0() { return &___m_Left_0; } inline void set_m_Left_0(float value) { ___m_Left_0 = value; } inline static int32_t get_offset_of_m_Right_1() { return static_cast(offsetof(TMP_Offset_tFD2420EE03933F6A720EB5B66ED6B4FB67AE2117, ___m_Right_1)); } inline float get_m_Right_1() const { return ___m_Right_1; } inline float* get_address_of_m_Right_1() { return &___m_Right_1; } inline void set_m_Right_1(float value) { ___m_Right_1 = value; } inline static int32_t get_offset_of_m_Top_2() { return static_cast(offsetof(TMP_Offset_tFD2420EE03933F6A720EB5B66ED6B4FB67AE2117, ___m_Top_2)); } inline float get_m_Top_2() const { return ___m_Top_2; } inline float* get_address_of_m_Top_2() { return &___m_Top_2; } inline void set_m_Top_2(float value) { ___m_Top_2 = value; } inline static int32_t get_offset_of_m_Bottom_3() { return static_cast(offsetof(TMP_Offset_tFD2420EE03933F6A720EB5B66ED6B4FB67AE2117, ___m_Bottom_3)); } inline float get_m_Bottom_3() const { return ___m_Bottom_3; } inline float* get_address_of_m_Bottom_3() { return &___m_Bottom_3; } inline void set_m_Bottom_3(float value) { ___m_Bottom_3 = value; } }; struct TMP_Offset_tFD2420EE03933F6A720EB5B66ED6B4FB67AE2117_StaticFields { public: // TMPro.TMP_Offset TMPro.TMP_Offset::k_ZeroOffset TMP_Offset_tFD2420EE03933F6A720EB5B66ED6B4FB67AE2117 ___k_ZeroOffset_4; public: inline static int32_t get_offset_of_k_ZeroOffset_4() { return static_cast(offsetof(TMP_Offset_tFD2420EE03933F6A720EB5B66ED6B4FB67AE2117_StaticFields, ___k_ZeroOffset_4)); } inline TMP_Offset_tFD2420EE03933F6A720EB5B66ED6B4FB67AE2117 get_k_ZeroOffset_4() const { return ___k_ZeroOffset_4; } inline TMP_Offset_tFD2420EE03933F6A720EB5B66ED6B4FB67AE2117 * get_address_of_k_ZeroOffset_4() { return &___k_ZeroOffset_4; } inline void set_k_ZeroOffset_4(TMP_Offset_tFD2420EE03933F6A720EB5B66ED6B4FB67AE2117 value) { ___k_ZeroOffset_4 = value; } }; // TMPro.TMP_PageInfo struct TMP_PageInfo_tB5F02C2AE1421D5984972F28F2ABEE49763D58CC { 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_tB5F02C2AE1421D5984972F28F2ABEE49763D58CC, ___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_tB5F02C2AE1421D5984972F28F2ABEE49763D58CC, ___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_tB5F02C2AE1421D5984972F28F2ABEE49763D58CC, ___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_tB5F02C2AE1421D5984972F28F2ABEE49763D58CC, ___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_tB5F02C2AE1421D5984972F28F2ABEE49763D58CC, ___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_SpriteInfo struct TMP_SpriteInfo_t91CEF12D8CA7FD5DCFAD8EE703494BCBFF8131C7 { 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_t91CEF12D8CA7FD5DCFAD8EE703494BCBFF8131C7, ___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_t91CEF12D8CA7FD5DCFAD8EE703494BCBFF8131C7, ___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_t91CEF12D8CA7FD5DCFAD8EE703494BCBFF8131C7, ___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; } }; // System.UInt16 struct UInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD { public: // System.UInt16 System.UInt16::m_value uint16_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(UInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD, ___m_value_0)); } inline uint16_t get_m_value_0() const { return ___m_value_0; } inline uint16_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(uint16_t value) { ___m_value_0 = value; } }; // System.UInt32 struct UInt32_tE60352A06233E4E69DD198BCC67142159F686B15 { public: // System.UInt32 System.UInt32::m_value uint32_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(UInt32_tE60352A06233E4E69DD198BCC67142159F686B15, ___m_value_0)); } inline uint32_t get_m_value_0() const { return ___m_value_0; } inline uint32_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(uint32_t value) { ___m_value_0 = value; } }; // UnityEngine.Vector2 struct Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 { public: // System.Single UnityEngine.Vector2::x float ___x_0; // System.Single UnityEngine.Vector2::y float ___y_1; public: inline static int32_t get_offset_of_x_0() { return static_cast(offsetof(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9, ___x_0)); } inline float get_x_0() const { return ___x_0; } inline float* get_address_of_x_0() { return &___x_0; } inline void set_x_0(float value) { ___x_0 = value; } inline static int32_t get_offset_of_y_1() { return static_cast(offsetof(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9, ___y_1)); } inline float get_y_1() const { return ___y_1; } inline float* get_address_of_y_1() { return &___y_1; } inline void set_y_1(float value) { ___y_1 = value; } }; struct Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9_StaticFields { public: // UnityEngine.Vector2 UnityEngine.Vector2::zeroVector Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___zeroVector_2; // UnityEngine.Vector2 UnityEngine.Vector2::oneVector Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___oneVector_3; // UnityEngine.Vector2 UnityEngine.Vector2::upVector Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___upVector_4; // UnityEngine.Vector2 UnityEngine.Vector2::downVector Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___downVector_5; // UnityEngine.Vector2 UnityEngine.Vector2::leftVector Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___leftVector_6; // UnityEngine.Vector2 UnityEngine.Vector2::rightVector Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___rightVector_7; // UnityEngine.Vector2 UnityEngine.Vector2::positiveInfinityVector Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___positiveInfinityVector_8; // UnityEngine.Vector2 UnityEngine.Vector2::negativeInfinityVector Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___negativeInfinityVector_9; public: inline static int32_t get_offset_of_zeroVector_2() { return static_cast(offsetof(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9_StaticFields, ___zeroVector_2)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_zeroVector_2() const { return ___zeroVector_2; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_zeroVector_2() { return &___zeroVector_2; } inline void set_zeroVector_2(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___zeroVector_2 = value; } inline static int32_t get_offset_of_oneVector_3() { return static_cast(offsetof(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9_StaticFields, ___oneVector_3)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_oneVector_3() const { return ___oneVector_3; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_oneVector_3() { return &___oneVector_3; } inline void set_oneVector_3(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___oneVector_3 = value; } inline static int32_t get_offset_of_upVector_4() { return static_cast(offsetof(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9_StaticFields, ___upVector_4)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_upVector_4() const { return ___upVector_4; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_upVector_4() { return &___upVector_4; } inline void set_upVector_4(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___upVector_4 = value; } inline static int32_t get_offset_of_downVector_5() { return static_cast(offsetof(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9_StaticFields, ___downVector_5)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_downVector_5() const { return ___downVector_5; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_downVector_5() { return &___downVector_5; } inline void set_downVector_5(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___downVector_5 = value; } inline static int32_t get_offset_of_leftVector_6() { return static_cast(offsetof(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9_StaticFields, ___leftVector_6)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_leftVector_6() const { return ___leftVector_6; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_leftVector_6() { return &___leftVector_6; } inline void set_leftVector_6(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___leftVector_6 = value; } inline static int32_t get_offset_of_rightVector_7() { return static_cast(offsetof(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9_StaticFields, ___rightVector_7)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_rightVector_7() const { return ___rightVector_7; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_rightVector_7() { return &___rightVector_7; } inline void set_rightVector_7(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___rightVector_7 = value; } inline static int32_t get_offset_of_positiveInfinityVector_8() { return static_cast(offsetof(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9_StaticFields, ___positiveInfinityVector_8)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_positiveInfinityVector_8() const { return ___positiveInfinityVector_8; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_positiveInfinityVector_8() { return &___positiveInfinityVector_8; } inline void set_positiveInfinityVector_8(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___positiveInfinityVector_8 = value; } inline static int32_t get_offset_of_negativeInfinityVector_9() { return static_cast(offsetof(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9_StaticFields, ___negativeInfinityVector_9)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_negativeInfinityVector_9() const { return ___negativeInfinityVector_9; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_negativeInfinityVector_9() { return &___negativeInfinityVector_9; } inline void set_negativeInfinityVector_9(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___negativeInfinityVector_9 = value; } }; // UnityEngine.Vector3 struct Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E { public: // System.Single UnityEngine.Vector3::x float ___x_2; // System.Single UnityEngine.Vector3::y float ___y_3; // System.Single UnityEngine.Vector3::z float ___z_4; public: inline static int32_t get_offset_of_x_2() { return static_cast(offsetof(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E, ___x_2)); } inline float get_x_2() const { return ___x_2; } inline float* get_address_of_x_2() { return &___x_2; } inline void set_x_2(float value) { ___x_2 = value; } inline static int32_t get_offset_of_y_3() { return static_cast(offsetof(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E, ___y_3)); } inline float get_y_3() const { return ___y_3; } inline float* get_address_of_y_3() { return &___y_3; } inline void set_y_3(float value) { ___y_3 = value; } inline static int32_t get_offset_of_z_4() { return static_cast(offsetof(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E, ___z_4)); } inline float get_z_4() const { return ___z_4; } inline float* get_address_of_z_4() { return &___z_4; } inline void set_z_4(float value) { ___z_4 = value; } }; struct Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_StaticFields { public: // UnityEngine.Vector3 UnityEngine.Vector3::zeroVector Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___zeroVector_5; // UnityEngine.Vector3 UnityEngine.Vector3::oneVector Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___oneVector_6; // UnityEngine.Vector3 UnityEngine.Vector3::upVector Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___upVector_7; // UnityEngine.Vector3 UnityEngine.Vector3::downVector Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___downVector_8; // UnityEngine.Vector3 UnityEngine.Vector3::leftVector Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___leftVector_9; // UnityEngine.Vector3 UnityEngine.Vector3::rightVector Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___rightVector_10; // UnityEngine.Vector3 UnityEngine.Vector3::forwardVector Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___forwardVector_11; // UnityEngine.Vector3 UnityEngine.Vector3::backVector Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___backVector_12; // UnityEngine.Vector3 UnityEngine.Vector3::positiveInfinityVector Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___positiveInfinityVector_13; // UnityEngine.Vector3 UnityEngine.Vector3::negativeInfinityVector Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___negativeInfinityVector_14; public: inline static int32_t get_offset_of_zeroVector_5() { return static_cast(offsetof(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_StaticFields, ___zeroVector_5)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_zeroVector_5() const { return ___zeroVector_5; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_zeroVector_5() { return &___zeroVector_5; } inline void set_zeroVector_5(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___zeroVector_5 = value; } inline static int32_t get_offset_of_oneVector_6() { return static_cast(offsetof(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_StaticFields, ___oneVector_6)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_oneVector_6() const { return ___oneVector_6; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_oneVector_6() { return &___oneVector_6; } inline void set_oneVector_6(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___oneVector_6 = value; } inline static int32_t get_offset_of_upVector_7() { return static_cast(offsetof(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_StaticFields, ___upVector_7)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_upVector_7() const { return ___upVector_7; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_upVector_7() { return &___upVector_7; } inline void set_upVector_7(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___upVector_7 = value; } inline static int32_t get_offset_of_downVector_8() { return static_cast(offsetof(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_StaticFields, ___downVector_8)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_downVector_8() const { return ___downVector_8; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_downVector_8() { return &___downVector_8; } inline void set_downVector_8(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___downVector_8 = value; } inline static int32_t get_offset_of_leftVector_9() { return static_cast(offsetof(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_StaticFields, ___leftVector_9)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_leftVector_9() const { return ___leftVector_9; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_leftVector_9() { return &___leftVector_9; } inline void set_leftVector_9(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___leftVector_9 = value; } inline static int32_t get_offset_of_rightVector_10() { return static_cast(offsetof(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_StaticFields, ___rightVector_10)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_rightVector_10() const { return ___rightVector_10; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_rightVector_10() { return &___rightVector_10; } inline void set_rightVector_10(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___rightVector_10 = value; } inline static int32_t get_offset_of_forwardVector_11() { return static_cast(offsetof(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_StaticFields, ___forwardVector_11)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_forwardVector_11() const { return ___forwardVector_11; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_forwardVector_11() { return &___forwardVector_11; } inline void set_forwardVector_11(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___forwardVector_11 = value; } inline static int32_t get_offset_of_backVector_12() { return static_cast(offsetof(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_StaticFields, ___backVector_12)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_backVector_12() const { return ___backVector_12; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_backVector_12() { return &___backVector_12; } inline void set_backVector_12(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___backVector_12 = value; } inline static int32_t get_offset_of_positiveInfinityVector_13() { return static_cast(offsetof(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_StaticFields, ___positiveInfinityVector_13)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_positiveInfinityVector_13() const { return ___positiveInfinityVector_13; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_positiveInfinityVector_13() { return &___positiveInfinityVector_13; } inline void set_positiveInfinityVector_13(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___positiveInfinityVector_13 = value; } inline static int32_t get_offset_of_negativeInfinityVector_14() { return static_cast(offsetof(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_StaticFields, ___negativeInfinityVector_14)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_negativeInfinityVector_14() const { return ___negativeInfinityVector_14; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_negativeInfinityVector_14() { return &___negativeInfinityVector_14; } inline void set_negativeInfinityVector_14(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___negativeInfinityVector_14 = value; } }; // UnityEngine.Vector4 struct Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 { 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_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7, ___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_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7, ___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_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7, ___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_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7, ___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_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7_StaticFields { public: // UnityEngine.Vector4 UnityEngine.Vector4::zeroVector Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 ___zeroVector_5; // UnityEngine.Vector4 UnityEngine.Vector4::oneVector Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 ___oneVector_6; // UnityEngine.Vector4 UnityEngine.Vector4::positiveInfinityVector Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 ___positiveInfinityVector_7; // UnityEngine.Vector4 UnityEngine.Vector4::negativeInfinityVector Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 ___negativeInfinityVector_8; public: inline static int32_t get_offset_of_zeroVector_5() { return static_cast(offsetof(Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7_StaticFields, ___zeroVector_5)); } inline Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 get_zeroVector_5() const { return ___zeroVector_5; } inline Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 * get_address_of_zeroVector_5() { return &___zeroVector_5; } inline void set_zeroVector_5(Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 value) { ___zeroVector_5 = value; } inline static int32_t get_offset_of_oneVector_6() { return static_cast(offsetof(Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7_StaticFields, ___oneVector_6)); } inline Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 get_oneVector_6() const { return ___oneVector_6; } inline Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 * get_address_of_oneVector_6() { return &___oneVector_6; } inline void set_oneVector_6(Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 value) { ___oneVector_6 = value; } inline static int32_t get_offset_of_positiveInfinityVector_7() { return static_cast(offsetof(Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7_StaticFields, ___positiveInfinityVector_7)); } inline Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 get_positiveInfinityVector_7() const { return ___positiveInfinityVector_7; } inline Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 * get_address_of_positiveInfinityVector_7() { return &___positiveInfinityVector_7; } inline void set_positiveInfinityVector_7(Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 value) { ___positiveInfinityVector_7 = value; } inline static int32_t get_offset_of_negativeInfinityVector_8() { return static_cast(offsetof(Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7_StaticFields, ___negativeInfinityVector_8)); } inline Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 get_negativeInfinityVector_8() const { return ___negativeInfinityVector_8; } inline Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 * get_address_of_negativeInfinityVector_8() { return &___negativeInfinityVector_8; } inline void set_negativeInfinityVector_8(Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 value) { ___negativeInfinityVector_8 = value; } }; // System.Void struct Void_t700C6383A2A510C2CF4DD86DABD5CA9FF70ADAC5 { public: union { struct { }; uint8_t Void_t700C6383A2A510C2CF4DD86DABD5CA9FF70ADAC5__padding[1]; }; public: }; // TMPro.TMP_Text/CharacterSubstitution struct CharacterSubstitution_tDA217C96ED6B78235EF55ECECF09EEBD7B32156B { public: // System.Int32 TMPro.TMP_Text/CharacterSubstitution::index int32_t ___index_0; // System.UInt32 TMPro.TMP_Text/CharacterSubstitution::unicode uint32_t ___unicode_1; public: inline static int32_t get_offset_of_index_0() { return static_cast(offsetof(CharacterSubstitution_tDA217C96ED6B78235EF55ECECF09EEBD7B32156B, ___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_unicode_1() { return static_cast(offsetof(CharacterSubstitution_tDA217C96ED6B78235EF55ECECF09EEBD7B32156B, ___unicode_1)); } inline uint32_t get_unicode_1() const { return ___unicode_1; } inline uint32_t* get_address_of_unicode_1() { return &___unicode_1; } inline void set_unicode_1(uint32_t value) { ___unicode_1 = value; } }; // TMPro.TMP_Text/SpecialCharacter struct SpecialCharacter_t06A60B3C91ABA764227413C096AE5060D50D844F { public: // TMPro.TMP_Character TMPro.TMP_Text/SpecialCharacter::character TMP_Character_tE7A98584C4DDFC9E1A1D883F4A5DE99E5DE7CC0C * ___character_0; // TMPro.TMP_FontAsset TMPro.TMP_Text/SpecialCharacter::fontAsset TMP_FontAsset_tDD8F58129CF4A9094C82DD209531E9E71F9837B2 * ___fontAsset_1; // UnityEngine.Material TMPro.TMP_Text/SpecialCharacter::material Material_t8927C00353A72755313F046D0CE85178AE8218EE * ___material_2; // System.Int32 TMPro.TMP_Text/SpecialCharacter::materialIndex int32_t ___materialIndex_3; public: inline static int32_t get_offset_of_character_0() { return static_cast(offsetof(SpecialCharacter_t06A60B3C91ABA764227413C096AE5060D50D844F, ___character_0)); } inline TMP_Character_tE7A98584C4DDFC9E1A1D883F4A5DE99E5DE7CC0C * get_character_0() const { return ___character_0; } inline TMP_Character_tE7A98584C4DDFC9E1A1D883F4A5DE99E5DE7CC0C ** get_address_of_character_0() { return &___character_0; } inline void set_character_0(TMP_Character_tE7A98584C4DDFC9E1A1D883F4A5DE99E5DE7CC0C * value) { ___character_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___character_0), (void*)value); } inline static int32_t get_offset_of_fontAsset_1() { return static_cast(offsetof(SpecialCharacter_t06A60B3C91ABA764227413C096AE5060D50D844F, ___fontAsset_1)); } inline TMP_FontAsset_tDD8F58129CF4A9094C82DD209531E9E71F9837B2 * get_fontAsset_1() const { return ___fontAsset_1; } inline TMP_FontAsset_tDD8F58129CF4A9094C82DD209531E9E71F9837B2 ** get_address_of_fontAsset_1() { return &___fontAsset_1; } inline void set_fontAsset_1(TMP_FontAsset_tDD8F58129CF4A9094C82DD209531E9E71F9837B2 * value) { ___fontAsset_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___fontAsset_1), (void*)value); } inline static int32_t get_offset_of_material_2() { return static_cast(offsetof(SpecialCharacter_t06A60B3C91ABA764227413C096AE5060D50D844F, ___material_2)); } inline Material_t8927C00353A72755313F046D0CE85178AE8218EE * get_material_2() const { return ___material_2; } inline Material_t8927C00353A72755313F046D0CE85178AE8218EE ** get_address_of_material_2() { return &___material_2; } inline void set_material_2(Material_t8927C00353A72755313F046D0CE85178AE8218EE * value) { ___material_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___material_2), (void*)value); } inline static int32_t get_offset_of_materialIndex_3() { return static_cast(offsetof(SpecialCharacter_t06A60B3C91ABA764227413C096AE5060D50D844F, ___materialIndex_3)); } inline int32_t get_materialIndex_3() const { return ___materialIndex_3; } inline int32_t* get_address_of_materialIndex_3() { return &___materialIndex_3; } inline void set_materialIndex_3(int32_t value) { ___materialIndex_3 = value; } }; // Native definition for P/Invoke marshalling of TMPro.TMP_Text/SpecialCharacter struct SpecialCharacter_t06A60B3C91ABA764227413C096AE5060D50D844F_marshaled_pinvoke { TMP_Character_tE7A98584C4DDFC9E1A1D883F4A5DE99E5DE7CC0C * ___character_0; TMP_FontAsset_tDD8F58129CF4A9094C82DD209531E9E71F9837B2 * ___fontAsset_1; Material_t8927C00353A72755313F046D0CE85178AE8218EE * ___material_2; int32_t ___materialIndex_3; }; // Native definition for COM marshalling of TMPro.TMP_Text/SpecialCharacter struct SpecialCharacter_t06A60B3C91ABA764227413C096AE5060D50D844F_marshaled_com { TMP_Character_tE7A98584C4DDFC9E1A1D883F4A5DE99E5DE7CC0C * ___character_0; TMP_FontAsset_tDD8F58129CF4A9094C82DD209531E9E71F9837B2 * ___fontAsset_1; Material_t8927C00353A72755313F046D0CE85178AE8218EE * ___material_2; int32_t ___materialIndex_3; }; // TMPro.TMP_Text/TextBackingContainer struct TextBackingContainer_t50AA56C265D2A3DB961E3DD200165FE78270562B { public: // System.UInt32[] TMPro.TMP_Text/TextBackingContainer::m_Array UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___m_Array_0; // System.Int32 TMPro.TMP_Text/TextBackingContainer::m_Count int32_t ___m_Count_1; public: inline static int32_t get_offset_of_m_Array_0() { return static_cast(offsetof(TextBackingContainer_t50AA56C265D2A3DB961E3DD200165FE78270562B, ___m_Array_0)); } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* get_m_Array_0() const { return ___m_Array_0; } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF** get_address_of_m_Array_0() { return &___m_Array_0; } inline void set_m_Array_0(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* value) { ___m_Array_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Array_0), (void*)value); } inline static int32_t get_offset_of_m_Count_1() { return static_cast(offsetof(TextBackingContainer_t50AA56C265D2A3DB961E3DD200165FE78270562B, ___m_Count_1)); } inline int32_t get_m_Count_1() const { return ___m_Count_1; } inline int32_t* get_address_of_m_Count_1() { return &___m_Count_1; } inline void set_m_Count_1(int32_t value) { ___m_Count_1 = value; } }; // Native definition for P/Invoke marshalling of TMPro.TMP_Text/TextBackingContainer struct TextBackingContainer_t50AA56C265D2A3DB961E3DD200165FE78270562B_marshaled_pinvoke { Il2CppSafeArray/*NONE*/* ___m_Array_0; int32_t ___m_Count_1; }; // Native definition for COM marshalling of TMPro.TMP_Text/TextBackingContainer struct TextBackingContainer_t50AA56C265D2A3DB961E3DD200165FE78270562B_marshaled_com { Il2CppSafeArray/*NONE*/* ___m_Array_0; int32_t ___m_Count_1; }; // TMPro.TMP_Text/UnicodeChar struct UnicodeChar_t7C67F31D1AA3029C5AC96F50A8312DB6F9BB5B25 { 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_t7C67F31D1AA3029C5AC96F50A8312DB6F9BB5B25, ___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_t7C67F31D1AA3029C5AC96F50A8312DB6F9BB5B25, ___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_t7C67F31D1AA3029C5AC96F50A8312DB6F9BB5B25, ___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; } }; // TMPro.TMP_TextProcessingStack`1 struct TMP_TextProcessingStack_1_tCB10A5934F69ED17BBB7F709D74D60038177414D { public: // T[] TMPro.TMP_TextProcessingStack`1::itemStack Color32U5BU5D_t7FEB526973BF84608073B85CF2D581427F0235E2* ___itemStack_0; // System.Int32 TMPro.TMP_TextProcessingStack`1::index int32_t ___index_1; // T TMPro.TMP_TextProcessingStack`1::m_DefaultItem Color32_tDB54A78627878A7D2DE42BB028D64306A18E858D ___m_DefaultItem_2; // System.Int32 TMPro.TMP_TextProcessingStack`1::m_Capacity int32_t ___m_Capacity_3; // System.Int32 TMPro.TMP_TextProcessingStack`1::m_RolloverSize int32_t ___m_RolloverSize_4; // System.Int32 TMPro.TMP_TextProcessingStack`1::m_Count int32_t ___m_Count_5; public: inline static int32_t get_offset_of_itemStack_0() { return static_cast(offsetof(TMP_TextProcessingStack_1_tCB10A5934F69ED17BBB7F709D74D60038177414D, ___itemStack_0)); } inline Color32U5BU5D_t7FEB526973BF84608073B85CF2D581427F0235E2* get_itemStack_0() const { return ___itemStack_0; } inline Color32U5BU5D_t7FEB526973BF84608073B85CF2D581427F0235E2** get_address_of_itemStack_0() { return &___itemStack_0; } inline void set_itemStack_0(Color32U5BU5D_t7FEB526973BF84608073B85CF2D581427F0235E2* value) { ___itemStack_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___itemStack_0), (void*)value); } inline static int32_t get_offset_of_index_1() { return static_cast(offsetof(TMP_TextProcessingStack_1_tCB10A5934F69ED17BBB7F709D74D60038177414D, ___index_1)); } inline int32_t get_index_1() const { return ___index_1; } inline int32_t* get_address_of_index_1() { return &___index_1; } inline void set_index_1(int32_t value) { ___index_1 = value; } inline static int32_t get_offset_of_m_DefaultItem_2() { return static_cast(offsetof(TMP_TextProcessingStack_1_tCB10A5934F69ED17BBB7F709D74D60038177414D, ___m_DefaultItem_2)); } inline Color32_tDB54A78627878A7D2DE42BB028D64306A18E858D get_m_DefaultItem_2() const { return ___m_DefaultItem_2; } inline Color32_tDB54A78627878A7D2DE42BB028D64306A18E858D * get_address_of_m_DefaultItem_2() { return &___m_DefaultItem_2; } inline void set_m_DefaultItem_2(Color32_tDB54A78627878A7D2DE42BB028D64306A18E858D value) { ___m_DefaultItem_2 = value; } inline static int32_t get_offset_of_m_Capacity_3() { return static_cast(offsetof(TMP_TextProcessingStack_1_tCB10A5934F69ED17BBB7F709D74D60038177414D, ___m_Capacity_3)); } inline int32_t get_m_Capacity_3() const { return ___m_Capacity_3; } inline int32_t* get_address_of_m_Capacity_3() { return &___m_Capacity_3; } inline void set_m_Capacity_3(int32_t value) { ___m_Capacity_3 = value; } inline static int32_t get_offset_of_m_RolloverSize_4() { return static_cast(offsetof(TMP_TextProcessingStack_1_tCB10A5934F69ED17BBB7F709D74D60038177414D, ___m_RolloverSize_4)); } inline int32_t get_m_RolloverSize_4() const { return ___m_RolloverSize_4; } inline int32_t* get_address_of_m_RolloverSize_4() { return &___m_RolloverSize_4; } inline void set_m_RolloverSize_4(int32_t value) { ___m_RolloverSize_4 = value; } inline static int32_t get_offset_of_m_Count_5() { return static_cast(offsetof(TMP_TextProcessingStack_1_tCB10A5934F69ED17BBB7F709D74D60038177414D, ___m_Count_5)); } inline int32_t get_m_Count_5() const { return ___m_Count_5; } inline int32_t* get_address_of_m_Count_5() { return &___m_Count_5; } inline void set_m_Count_5(int32_t value) { ___m_Count_5 = value; } }; // TMPro.TMP_TextProcessingStack`1 struct TMP_TextProcessingStack_1_t7C34F5D4D2FC429E4551885C16EFDF05B8D2A6E3 { public: // T[] TMPro.TMP_TextProcessingStack`1::itemStack MaterialReferenceU5BU5D_t06D1C1249B8051EC092684920106F77B6FC203FD* ___itemStack_0; // System.Int32 TMPro.TMP_TextProcessingStack`1::index int32_t ___index_1; // T TMPro.TMP_TextProcessingStack`1::m_DefaultItem MaterialReference_tB00D33F114B6EF4E7D63B25D053A0111D502951B ___m_DefaultItem_2; // System.Int32 TMPro.TMP_TextProcessingStack`1::m_Capacity int32_t ___m_Capacity_3; // System.Int32 TMPro.TMP_TextProcessingStack`1::m_RolloverSize int32_t ___m_RolloverSize_4; // System.Int32 TMPro.TMP_TextProcessingStack`1::m_Count int32_t ___m_Count_5; public: inline static int32_t get_offset_of_itemStack_0() { return static_cast(offsetof(TMP_TextProcessingStack_1_t7C34F5D4D2FC429E4551885C16EFDF05B8D2A6E3, ___itemStack_0)); } inline MaterialReferenceU5BU5D_t06D1C1249B8051EC092684920106F77B6FC203FD* get_itemStack_0() const { return ___itemStack_0; } inline MaterialReferenceU5BU5D_t06D1C1249B8051EC092684920106F77B6FC203FD** get_address_of_itemStack_0() { return &___itemStack_0; } inline void set_itemStack_0(MaterialReferenceU5BU5D_t06D1C1249B8051EC092684920106F77B6FC203FD* value) { ___itemStack_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___itemStack_0), (void*)value); } inline static int32_t get_offset_of_index_1() { return static_cast(offsetof(TMP_TextProcessingStack_1_t7C34F5D4D2FC429E4551885C16EFDF05B8D2A6E3, ___index_1)); } inline int32_t get_index_1() const { return ___index_1; } inline int32_t* get_address_of_index_1() { return &___index_1; } inline void set_index_1(int32_t value) { ___index_1 = value; } inline static int32_t get_offset_of_m_DefaultItem_2() { return static_cast(offsetof(TMP_TextProcessingStack_1_t7C34F5D4D2FC429E4551885C16EFDF05B8D2A6E3, ___m_DefaultItem_2)); } inline MaterialReference_tB00D33F114B6EF4E7D63B25D053A0111D502951B get_m_DefaultItem_2() const { return ___m_DefaultItem_2; } inline MaterialReference_tB00D33F114B6EF4E7D63B25D053A0111D502951B * get_address_of_m_DefaultItem_2() { return &___m_DefaultItem_2; } inline void set_m_DefaultItem_2(MaterialReference_tB00D33F114B6EF4E7D63B25D053A0111D502951B value) { ___m_DefaultItem_2 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___m_DefaultItem_2))->___fontAsset_1), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___m_DefaultItem_2))->___spriteAsset_2), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___m_DefaultItem_2))->___material_3), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___m_DefaultItem_2))->___fallbackMaterial_6), (void*)NULL); #endif } inline static int32_t get_offset_of_m_Capacity_3() { return static_cast(offsetof(TMP_TextProcessingStack_1_t7C34F5D4D2FC429E4551885C16EFDF05B8D2A6E3, ___m_Capacity_3)); } inline int32_t get_m_Capacity_3() const { return ___m_Capacity_3; } inline int32_t* get_address_of_m_Capacity_3() { return &___m_Capacity_3; } inline void set_m_Capacity_3(int32_t value) { ___m_Capacity_3 = value; } inline static int32_t get_offset_of_m_RolloverSize_4() { return static_cast(offsetof(TMP_TextProcessingStack_1_t7C34F5D4D2FC429E4551885C16EFDF05B8D2A6E3, ___m_RolloverSize_4)); } inline int32_t get_m_RolloverSize_4() const { return ___m_RolloverSize_4; } inline int32_t* get_address_of_m_RolloverSize_4() { return &___m_RolloverSize_4; } inline void set_m_RolloverSize_4(int32_t value) { ___m_RolloverSize_4 = value; } inline static int32_t get_offset_of_m_Count_5() { return static_cast(offsetof(TMP_TextProcessingStack_1_t7C34F5D4D2FC429E4551885C16EFDF05B8D2A6E3, ___m_Count_5)); } inline int32_t get_m_Count_5() const { return ___m_Count_5; } inline int32_t* get_address_of_m_Count_5() { return &___m_Count_5; } inline void set_m_Count_5(int32_t value) { ___m_Count_5 = value; } }; // TMPro.AtlasPopulationMode struct AtlasPopulationMode_t23261B68B33F6966CAB75B6F5162648F7F0F8999 { 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_t23261B68B33F6966CAB75B6F5162648F7F0F8999, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Reflection.BindingFlags struct BindingFlags_tAAAB07D9AC588F0D55D844E51D7035E96DF94733 { public: // System.Int32 System.Reflection.BindingFlags::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(BindingFlags_tAAAB07D9AC588F0D55D844E51D7035E96DF94733, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // UnityEngine.Bounds struct Bounds_t0F1F36D4F7AF49524B3C2A2259594412A3D3AE37 { public: // UnityEngine.Vector3 UnityEngine.Bounds::m_Center Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___m_Center_0; // UnityEngine.Vector3 UnityEngine.Bounds::m_Extents Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___m_Extents_1; public: inline static int32_t get_offset_of_m_Center_0() { return static_cast(offsetof(Bounds_t0F1F36D4F7AF49524B3C2A2259594412A3D3AE37, ___m_Center_0)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_m_Center_0() const { return ___m_Center_0; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_m_Center_0() { return &___m_Center_0; } inline void set_m_Center_0(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___m_Center_0 = value; } inline static int32_t get_offset_of_m_Extents_1() { return static_cast(offsetof(Bounds_t0F1F36D4F7AF49524B3C2A2259594412A3D3AE37, ___m_Extents_1)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_m_Extents_1() const { return ___m_Extents_1; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_m_Extents_1() { return &___m_Extents_1; } inline void set_m_Extents_1(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___m_Extents_1 = value; } }; // UnityEngine.UI.CanvasUpdate struct CanvasUpdate_tFC4C725F7712606C89DEE6B687AE307B04B428B9 { 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_tFC4C725F7712606C89DEE6B687AE307B04B428B9, ___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_t2C99ABBE35C08A863709500BFBBD6784D7114C09 { 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_t2C99ABBE35C08A863709500BFBBD6784D7114C09, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // UnityEngine.Rendering.ColorWriteMask struct ColorWriteMask_t3FA3CB36396FDF33FC5192A387BC3E75232299C0 { public: // System.Int32 UnityEngine.Rendering.ColorWriteMask::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(ColorWriteMask_t3FA3CB36396FDF33FC5192A387BC3E75232299C0, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // UnityEngine.Rendering.CompareFunction struct CompareFunction_tBF5493E8F362C82B59254A3737D21710E0B70075 { public: // System.Int32 UnityEngine.Rendering.CompareFunction::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(CompareFunction_tBF5493E8F362C82B59254A3737D21710E0B70075, ___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.Coroutine struct Coroutine_t899D5232EF542CB8BA70AF9ECEECA494FAA9CCB7 : public YieldInstruction_tB0B4E05316710E51ECCC1E57174C27FE6DEBBEAF { 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_t899D5232EF542CB8BA70AF9ECEECA494FAA9CCB7, ___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_t899D5232EF542CB8BA70AF9ECEECA494FAA9CCB7_marshaled_pinvoke : public YieldInstruction_tB0B4E05316710E51ECCC1E57174C27FE6DEBBEAF_marshaled_pinvoke { intptr_t ___m_Ptr_0; }; // Native definition for COM marshalling of UnityEngine.Coroutine struct Coroutine_t899D5232EF542CB8BA70AF9ECEECA494FAA9CCB7_marshaled_com : public YieldInstruction_tB0B4E05316710E51ECCC1E57174C27FE6DEBBEAF_marshaled_com { intptr_t ___m_Ptr_0; }; // System.Delegate struct Delegate_t : public RuntimeObject { public: // System.IntPtr System.Delegate::method_ptr Il2CppMethodPointer ___method_ptr_0; // System.IntPtr System.Delegate::invoke_impl intptr_t ___invoke_impl_1; // System.Object System.Delegate::m_target RuntimeObject * ___m_target_2; // System.IntPtr System.Delegate::method intptr_t ___method_3; // System.IntPtr System.Delegate::delegate_trampoline intptr_t ___delegate_trampoline_4; // System.IntPtr System.Delegate::extra_arg intptr_t ___extra_arg_5; // System.IntPtr System.Delegate::method_code intptr_t ___method_code_6; // System.Reflection.MethodInfo System.Delegate::method_info MethodInfo_t * ___method_info_7; // System.Reflection.MethodInfo System.Delegate::original_method_info MethodInfo_t * ___original_method_info_8; // System.DelegateData System.Delegate::data DelegateData_t17DD30660E330C49381DAA99F934BE75CB11F288 * ___data_9; // System.Boolean System.Delegate::method_is_virtual bool ___method_is_virtual_10; public: inline static int32_t get_offset_of_method_ptr_0() { return static_cast(offsetof(Delegate_t, ___method_ptr_0)); } inline Il2CppMethodPointer get_method_ptr_0() const { return ___method_ptr_0; } inline Il2CppMethodPointer* get_address_of_method_ptr_0() { return &___method_ptr_0; } inline void set_method_ptr_0(Il2CppMethodPointer value) { ___method_ptr_0 = value; } inline static int32_t get_offset_of_invoke_impl_1() { return static_cast(offsetof(Delegate_t, ___invoke_impl_1)); } inline intptr_t get_invoke_impl_1() const { return ___invoke_impl_1; } inline intptr_t* get_address_of_invoke_impl_1() { return &___invoke_impl_1; } inline void set_invoke_impl_1(intptr_t value) { ___invoke_impl_1 = value; } inline static int32_t get_offset_of_m_target_2() { return static_cast(offsetof(Delegate_t, ___m_target_2)); } inline RuntimeObject * get_m_target_2() const { return ___m_target_2; } inline RuntimeObject ** get_address_of_m_target_2() { return &___m_target_2; } inline void set_m_target_2(RuntimeObject * value) { ___m_target_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_target_2), (void*)value); } inline static int32_t get_offset_of_method_3() { return static_cast(offsetof(Delegate_t, ___method_3)); } inline intptr_t get_method_3() const { return ___method_3; } inline intptr_t* get_address_of_method_3() { return &___method_3; } inline void set_method_3(intptr_t value) { ___method_3 = value; } inline static int32_t get_offset_of_delegate_trampoline_4() { return static_cast(offsetof(Delegate_t, ___delegate_trampoline_4)); } inline intptr_t get_delegate_trampoline_4() const { return ___delegate_trampoline_4; } inline intptr_t* get_address_of_delegate_trampoline_4() { return &___delegate_trampoline_4; } inline void set_delegate_trampoline_4(intptr_t value) { ___delegate_trampoline_4 = value; } inline static int32_t get_offset_of_extra_arg_5() { return static_cast(offsetof(Delegate_t, ___extra_arg_5)); } inline intptr_t get_extra_arg_5() const { return ___extra_arg_5; } inline intptr_t* get_address_of_extra_arg_5() { return &___extra_arg_5; } inline void set_extra_arg_5(intptr_t value) { ___extra_arg_5 = value; } inline static int32_t get_offset_of_method_code_6() { return static_cast(offsetof(Delegate_t, ___method_code_6)); } inline intptr_t get_method_code_6() const { return ___method_code_6; } inline intptr_t* get_address_of_method_code_6() { return &___method_code_6; } inline void set_method_code_6(intptr_t value) { ___method_code_6 = value; } inline static int32_t get_offset_of_method_info_7() { return static_cast(offsetof(Delegate_t, ___method_info_7)); } inline MethodInfo_t * get_method_info_7() const { return ___method_info_7; } inline MethodInfo_t ** get_address_of_method_info_7() { return &___method_info_7; } inline void set_method_info_7(MethodInfo_t * value) { ___method_info_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___method_info_7), (void*)value); } inline static int32_t get_offset_of_original_method_info_8() { return static_cast(offsetof(Delegate_t, ___original_method_info_8)); } inline MethodInfo_t * get_original_method_info_8() const { return ___original_method_info_8; } inline MethodInfo_t ** get_address_of_original_method_info_8() { return &___original_method_info_8; } inline void set_original_method_info_8(MethodInfo_t * value) { ___original_method_info_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___original_method_info_8), (void*)value); } inline static int32_t get_offset_of_data_9() { return static_cast(offsetof(Delegate_t, ___data_9)); } inline DelegateData_t17DD30660E330C49381DAA99F934BE75CB11F288 * get_data_9() const { return ___data_9; } inline DelegateData_t17DD30660E330C49381DAA99F934BE75CB11F288 ** get_address_of_data_9() { return &___data_9; } inline void set_data_9(DelegateData_t17DD30660E330C49381DAA99F934BE75CB11F288 * value) { ___data_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___data_9), (void*)value); } inline static int32_t get_offset_of_method_is_virtual_10() { return static_cast(offsetof(Delegate_t, ___method_is_virtual_10)); } inline bool get_method_is_virtual_10() const { return ___method_is_virtual_10; } inline bool* get_address_of_method_is_virtual_10() { return &___method_is_virtual_10; } inline void set_method_is_virtual_10(bool value) { ___method_is_virtual_10 = value; } }; // Native definition for P/Invoke marshalling of System.Delegate struct Delegate_t_marshaled_pinvoke { intptr_t ___method_ptr_0; intptr_t ___invoke_impl_1; Il2CppIUnknown* ___m_target_2; intptr_t ___method_3; intptr_t ___delegate_trampoline_4; intptr_t ___extra_arg_5; intptr_t ___method_code_6; MethodInfo_t * ___method_info_7; MethodInfo_t * ___original_method_info_8; DelegateData_t17DD30660E330C49381DAA99F934BE75CB11F288 * ___data_9; int32_t ___method_is_virtual_10; }; // Native definition for COM marshalling of System.Delegate struct Delegate_t_marshaled_com { intptr_t ___method_ptr_0; intptr_t ___invoke_impl_1; Il2CppIUnknown* ___m_target_2; intptr_t ___method_3; intptr_t ___delegate_trampoline_4; intptr_t ___extra_arg_5; intptr_t ___method_code_6; MethodInfo_t * ___method_info_7; MethodInfo_t * ___original_method_info_8; DelegateData_t17DD30660E330C49381DAA99F934BE75CB11F288 * ___data_9; int32_t ___method_is_virtual_10; }; // TMPro.Extents struct Extents_tD663823B610620A001CCCCFF452C10403AF2A0FA { public: // UnityEngine.Vector2 TMPro.Extents::min Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___min_2; // UnityEngine.Vector2 TMPro.Extents::max Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___max_3; public: inline static int32_t get_offset_of_min_2() { return static_cast(offsetof(Extents_tD663823B610620A001CCCCFF452C10403AF2A0FA, ___min_2)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_min_2() const { return ___min_2; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_min_2() { return &___min_2; } inline void set_min_2(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___min_2 = value; } inline static int32_t get_offset_of_max_3() { return static_cast(offsetof(Extents_tD663823B610620A001CCCCFF452C10403AF2A0FA, ___max_3)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_max_3() const { return ___max_3; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_max_3() { return &___max_3; } inline void set_max_3(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___max_3 = value; } }; struct Extents_tD663823B610620A001CCCCFF452C10403AF2A0FA_StaticFields { public: // TMPro.Extents TMPro.Extents::zero Extents_tD663823B610620A001CCCCFF452C10403AF2A0FA ___zero_0; // TMPro.Extents TMPro.Extents::uninitialized Extents_tD663823B610620A001CCCCFF452C10403AF2A0FA ___uninitialized_1; public: inline static int32_t get_offset_of_zero_0() { return static_cast(offsetof(Extents_tD663823B610620A001CCCCFF452C10403AF2A0FA_StaticFields, ___zero_0)); } inline Extents_tD663823B610620A001CCCCFF452C10403AF2A0FA get_zero_0() const { return ___zero_0; } inline Extents_tD663823B610620A001CCCCFF452C10403AF2A0FA * get_address_of_zero_0() { return &___zero_0; } inline void set_zero_0(Extents_tD663823B610620A001CCCCFF452C10403AF2A0FA value) { ___zero_0 = value; } inline static int32_t get_offset_of_uninitialized_1() { return static_cast(offsetof(Extents_tD663823B610620A001CCCCFF452C10403AF2A0FA_StaticFields, ___uninitialized_1)); } inline Extents_tD663823B610620A001CCCCFF452C10403AF2A0FA get_uninitialized_1() const { return ___uninitialized_1; } inline Extents_tD663823B610620A001CCCCFF452C10403AF2A0FA * get_address_of_uninitialized_1() { return &___uninitialized_1; } inline void set_uninitialized_1(Extents_tD663823B610620A001CCCCFF452C10403AF2A0FA value) { ___uninitialized_1 = value; } }; // TMPro.FontFeatureLookupFlags struct FontFeatureLookupFlags_tE7216065FB6761767313ECAF3EE6A1565CAE0A37 { 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_tE7216065FB6761767313ECAF3EE6A1565CAE0A37, ___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_tAB9AC2C8316219AE73612ED4DD60417C14B5B74C { 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_tAB9AC2C8316219AE73612ED4DD60417C14B5B74C, ___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_tBF8B23C3A4F63D5602FEC93BE775C93CA4DDDC26 { 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_tBF8B23C3A4F63D5602FEC93BE775C93CA4DDDC26, ___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.TextCore.Glyph struct Glyph_tC58ED6BC718B82A55B7E1A3690A289FFA8EBEFD1 : public RuntimeObject { public: // System.UInt32 UnityEngine.TextCore.Glyph::m_Index uint32_t ___m_Index_0; // UnityEngine.TextCore.GlyphMetrics UnityEngine.TextCore.Glyph::m_Metrics GlyphMetrics_t46B609AF0FC41272561342E8B5AEF35E4E1B537B ___m_Metrics_1; // UnityEngine.TextCore.GlyphRect UnityEngine.TextCore.Glyph::m_GlyphRect GlyphRect_t4F6A791326A28C2CEC6B13B0BD50A4F78280289D ___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_tC58ED6BC718B82A55B7E1A3690A289FFA8EBEFD1, ___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_tC58ED6BC718B82A55B7E1A3690A289FFA8EBEFD1, ___m_Metrics_1)); } inline GlyphMetrics_t46B609AF0FC41272561342E8B5AEF35E4E1B537B get_m_Metrics_1() const { return ___m_Metrics_1; } inline GlyphMetrics_t46B609AF0FC41272561342E8B5AEF35E4E1B537B * get_address_of_m_Metrics_1() { return &___m_Metrics_1; } inline void set_m_Metrics_1(GlyphMetrics_t46B609AF0FC41272561342E8B5AEF35E4E1B537B value) { ___m_Metrics_1 = value; } inline static int32_t get_offset_of_m_GlyphRect_2() { return static_cast(offsetof(Glyph_tC58ED6BC718B82A55B7E1A3690A289FFA8EBEFD1, ___m_GlyphRect_2)); } inline GlyphRect_t4F6A791326A28C2CEC6B13B0BD50A4F78280289D get_m_GlyphRect_2() const { return ___m_GlyphRect_2; } inline GlyphRect_t4F6A791326A28C2CEC6B13B0BD50A4F78280289D * get_address_of_m_GlyphRect_2() { return &___m_GlyphRect_2; } inline void set_m_GlyphRect_2(GlyphRect_t4F6A791326A28C2CEC6B13B0BD50A4F78280289D value) { ___m_GlyphRect_2 = value; } inline static int32_t get_offset_of_m_Scale_3() { return static_cast(offsetof(Glyph_tC58ED6BC718B82A55B7E1A3690A289FFA8EBEFD1, ___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_tC58ED6BC718B82A55B7E1A3690A289FFA8EBEFD1, ___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_tC58ED6BC718B82A55B7E1A3690A289FFA8EBEFD1_marshaled_pinvoke { uint32_t ___m_Index_0; GlyphMetrics_t46B609AF0FC41272561342E8B5AEF35E4E1B537B ___m_Metrics_1; GlyphRect_t4F6A791326A28C2CEC6B13B0BD50A4F78280289D ___m_GlyphRect_2; float ___m_Scale_3; int32_t ___m_AtlasIndex_4; }; // Native definition for COM marshalling of UnityEngine.TextCore.Glyph struct Glyph_tC58ED6BC718B82A55B7E1A3690A289FFA8EBEFD1_marshaled_com { uint32_t ___m_Index_0; GlyphMetrics_t46B609AF0FC41272561342E8B5AEF35E4E1B537B ___m_Metrics_1; GlyphRect_t4F6A791326A28C2CEC6B13B0BD50A4F78280289D ___m_GlyphRect_2; float ___m_Scale_3; int32_t ___m_AtlasIndex_4; }; // UnityEngine.TextCore.LowLevel.GlyphRenderMode struct GlyphRenderMode_t43D8B1ECDEC4836D7689CB73D0D6C1EF346F973C { 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_t43D8B1ECDEC4836D7689CB73D0D6C1EF346F973C, ___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.HideFlags struct HideFlags_tDC64149E37544FF83B2B4222D3E9DC8188766A12 { 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_tDC64149E37544FF83B2B4222D3E9DC8188766A12, ___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.HighlightState struct HighlightState_t52CE27A1187034A1037ABC13A70BAEE4AC3B5759 { public: // UnityEngine.Color32 TMPro.HighlightState::color Color32_tDB54A78627878A7D2DE42BB028D64306A18E858D ___color_0; // TMPro.TMP_Offset TMPro.HighlightState::padding TMP_Offset_tFD2420EE03933F6A720EB5B66ED6B4FB67AE2117 ___padding_1; public: inline static int32_t get_offset_of_color_0() { return static_cast(offsetof(HighlightState_t52CE27A1187034A1037ABC13A70BAEE4AC3B5759, ___color_0)); } inline Color32_tDB54A78627878A7D2DE42BB028D64306A18E858D get_color_0() const { return ___color_0; } inline Color32_tDB54A78627878A7D2DE42BB028D64306A18E858D * get_address_of_color_0() { return &___color_0; } inline void set_color_0(Color32_tDB54A78627878A7D2DE42BB028D64306A18E858D value) { ___color_0 = value; } inline static int32_t get_offset_of_padding_1() { return static_cast(offsetof(HighlightState_t52CE27A1187034A1037ABC13A70BAEE4AC3B5759, ___padding_1)); } inline TMP_Offset_tFD2420EE03933F6A720EB5B66ED6B4FB67AE2117 get_padding_1() const { return ___padding_1; } inline TMP_Offset_tFD2420EE03933F6A720EB5B66ED6B4FB67AE2117 * get_address_of_padding_1() { return &___padding_1; } inline void set_padding_1(TMP_Offset_tFD2420EE03933F6A720EB5B66ED6B4FB67AE2117 value) { ___padding_1 = value; } }; // TMPro.HorizontalAlignmentOptions struct HorizontalAlignmentOptions_tCBBC74167BDEF6B5B510DDC43B5136F793A05193 { public: // System.Int32 TMPro.HorizontalAlignmentOptions::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(HorizontalAlignmentOptions_tCBBC74167BDEF6B5B510DDC43B5136F793A05193, ___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.Int32Enum struct Int32Enum_t9B63F771913F2B6D586F1173B44A41FBE26F6B5C { 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_t9B63F771913F2B6D586F1173B44A41FBE26F6B5C, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // Unity.Profiling.LowLevel.MarkerFlags struct MarkerFlags_t4A8B5185BAD24803CE9A57187867CB93451AA9E8 { public: // System.UInt16 Unity.Profiling.LowLevel.MarkerFlags::value__ uint16_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(MarkerFlags_t4A8B5185BAD24803CE9A57187867CB93451AA9E8, ___value___2)); } inline uint16_t get_value___2() const { return ___value___2; } inline uint16_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(uint16_t value) { ___value___2 = value; } }; // TMPro.MarkupTag struct MarkupTag_tF77960F5CD044C369E911BC4CB4C44F9487AB14F { public: // System.Int32 TMPro.MarkupTag::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(MarkupTag_tF77960F5CD044C369E911BC4CB4C44F9487AB14F, ___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_t0CDA999B819C7FDED898736492CA0E70E4163477 { 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_t0CDA999B819C7FDED898736492CA0E70E4163477, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // UnityEngine.Object struct Object_tF2F3778131EFF286AF62B7B013A170F95A91571A : public RuntimeObject { public: // System.IntPtr UnityEngine.Object::m_CachedPtr intptr_t ___m_CachedPtr_0; public: inline static int32_t get_offset_of_m_CachedPtr_0() { return static_cast(offsetof(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A, ___m_CachedPtr_0)); } inline intptr_t get_m_CachedPtr_0() const { return ___m_CachedPtr_0; } inline intptr_t* get_address_of_m_CachedPtr_0() { return &___m_CachedPtr_0; } inline void set_m_CachedPtr_0(intptr_t value) { ___m_CachedPtr_0 = value; } }; struct Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_StaticFields { public: // System.Int32 UnityEngine.Object::OffsetOfInstanceIDInCPlusPlusObject int32_t ___OffsetOfInstanceIDInCPlusPlusObject_1; public: inline static int32_t get_offset_of_OffsetOfInstanceIDInCPlusPlusObject_1() { return static_cast(offsetof(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_StaticFields, ___OffsetOfInstanceIDInCPlusPlusObject_1)); } inline int32_t get_OffsetOfInstanceIDInCPlusPlusObject_1() const { return ___OffsetOfInstanceIDInCPlusPlusObject_1; } inline int32_t* get_address_of_OffsetOfInstanceIDInCPlusPlusObject_1() { return &___OffsetOfInstanceIDInCPlusPlusObject_1; } inline void set_OffsetOfInstanceIDInCPlusPlusObject_1(int32_t value) { ___OffsetOfInstanceIDInCPlusPlusObject_1 = value; } }; // Native definition for P/Invoke marshalling of UnityEngine.Object struct Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_marshaled_pinvoke { intptr_t ___m_CachedPtr_0; }; // Native definition for COM marshalling of UnityEngine.Object struct Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_marshaled_com { intptr_t ___m_CachedPtr_0; }; // Unity.Profiling.ProfilerMarker struct ProfilerMarker_tAE86534C80C5D67768DB3B244D8D139A2E6495E1 { public: // System.IntPtr Unity.Profiling.ProfilerMarker::m_Ptr intptr_t ___m_Ptr_0; public: inline static int32_t get_offset_of_m_Ptr_0() { return static_cast(offsetof(ProfilerMarker_tAE86534C80C5D67768DB3B244D8D139A2E6495E1, ___m_Ptr_0)); } inline intptr_t get_m_Ptr_0() const { return ___m_Ptr_0; } inline intptr_t* get_address_of_m_Ptr_0() { return &___m_Ptr_0; } inline void set_m_Ptr_0(intptr_t value) { ___m_Ptr_0 = value; } }; // UnityEngine.EventSystems.RaycastResult struct RaycastResult_t9EFDE24B29650BD6DC8A49D954A3769E17146BCE { public: // UnityEngine.GameObject UnityEngine.EventSystems.RaycastResult::m_GameObject GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___m_GameObject_0; // UnityEngine.EventSystems.BaseRaycaster UnityEngine.EventSystems.RaycastResult::module BaseRaycaster_tBC0FB2CBE6D3D40991EC20F689C43F76AD82A876 * ___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_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___worldPosition_7; // UnityEngine.Vector3 UnityEngine.EventSystems.RaycastResult::worldNormal Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___worldNormal_8; // UnityEngine.Vector2 UnityEngine.EventSystems.RaycastResult::screenPosition Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___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_t9EFDE24B29650BD6DC8A49D954A3769E17146BCE, ___m_GameObject_0)); } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * get_m_GameObject_0() const { return ___m_GameObject_0; } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 ** get_address_of_m_GameObject_0() { return &___m_GameObject_0; } inline void set_m_GameObject_0(GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * 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_t9EFDE24B29650BD6DC8A49D954A3769E17146BCE, ___module_1)); } inline BaseRaycaster_tBC0FB2CBE6D3D40991EC20F689C43F76AD82A876 * get_module_1() const { return ___module_1; } inline BaseRaycaster_tBC0FB2CBE6D3D40991EC20F689C43F76AD82A876 ** get_address_of_module_1() { return &___module_1; } inline void set_module_1(BaseRaycaster_tBC0FB2CBE6D3D40991EC20F689C43F76AD82A876 * value) { ___module_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___module_1), (void*)value); } inline static int32_t get_offset_of_distance_2() { return static_cast(offsetof(RaycastResult_t9EFDE24B29650BD6DC8A49D954A3769E17146BCE, ___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_t9EFDE24B29650BD6DC8A49D954A3769E17146BCE, ___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_t9EFDE24B29650BD6DC8A49D954A3769E17146BCE, ___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_t9EFDE24B29650BD6DC8A49D954A3769E17146BCE, ___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_t9EFDE24B29650BD6DC8A49D954A3769E17146BCE, ___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_t9EFDE24B29650BD6DC8A49D954A3769E17146BCE, ___worldPosition_7)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_worldPosition_7() const { return ___worldPosition_7; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_worldPosition_7() { return &___worldPosition_7; } inline void set_worldPosition_7(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___worldPosition_7 = value; } inline static int32_t get_offset_of_worldNormal_8() { return static_cast(offsetof(RaycastResult_t9EFDE24B29650BD6DC8A49D954A3769E17146BCE, ___worldNormal_8)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_worldNormal_8() const { return ___worldNormal_8; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_worldNormal_8() { return &___worldNormal_8; } inline void set_worldNormal_8(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___worldNormal_8 = value; } inline static int32_t get_offset_of_screenPosition_9() { return static_cast(offsetof(RaycastResult_t9EFDE24B29650BD6DC8A49D954A3769E17146BCE, ___screenPosition_9)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_screenPosition_9() const { return ___screenPosition_9; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_screenPosition_9() { return &___screenPosition_9; } inline void set_screenPosition_9(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___screenPosition_9 = value; } inline static int32_t get_offset_of_displayIndex_10() { return static_cast(offsetof(RaycastResult_t9EFDE24B29650BD6DC8A49D954A3769E17146BCE, ___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_t9EFDE24B29650BD6DC8A49D954A3769E17146BCE_marshaled_pinvoke { GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___m_GameObject_0; BaseRaycaster_tBC0FB2CBE6D3D40991EC20F689C43F76AD82A876 * ___module_1; float ___distance_2; float ___index_3; int32_t ___depth_4; int32_t ___sortingLayer_5; int32_t ___sortingOrder_6; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___worldPosition_7; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___worldNormal_8; Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___screenPosition_9; int32_t ___displayIndex_10; }; // Native definition for COM marshalling of UnityEngine.EventSystems.RaycastResult struct RaycastResult_t9EFDE24B29650BD6DC8A49D954A3769E17146BCE_marshaled_com { GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___m_GameObject_0; BaseRaycaster_tBC0FB2CBE6D3D40991EC20F689C43F76AD82A876 * ___module_1; float ___distance_2; float ___index_3; int32_t ___depth_4; int32_t ___sortingLayer_5; int32_t ___sortingOrder_6; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___worldPosition_7; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___worldNormal_8; Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___screenPosition_9; int32_t ___displayIndex_10; }; // System.RuntimeTypeHandle struct RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 { public: // System.IntPtr System.RuntimeTypeHandle::value intptr_t ___value_0; public: inline static int32_t get_offset_of_value_0() { return static_cast(offsetof(RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9, ___value_0)); } inline intptr_t get_value_0() const { return ___value_0; } inline intptr_t* get_address_of_value_0() { return &___value_0; } inline void set_value_0(intptr_t value) { ___value_0 = value; } }; // UnityEngine.Rendering.StencilOp struct StencilOp_t29403ED1B3D9A0953577E567FA3BF403E13FA6AD { public: // System.Int32 UnityEngine.Rendering.StencilOp::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(StencilOp_t29403ED1B3D9A0953577E567FA3BF403E13FA6AD, ___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_t722843E4D5C44C6027391ACAFAC6D117DE8AAF4D { public: // System.UInt32 TMPro.TMP_GlyphAdjustmentRecord::m_GlyphIndex uint32_t ___m_GlyphIndex_0; // TMPro.TMP_GlyphValueRecord TMPro.TMP_GlyphAdjustmentRecord::m_GlyphValueRecord TMP_GlyphValueRecord_tEF00CF591899C9C5D8028D3F6C55FD7B67DFE9D2 ___m_GlyphValueRecord_1; public: inline static int32_t get_offset_of_m_GlyphIndex_0() { return static_cast(offsetof(TMP_GlyphAdjustmentRecord_t722843E4D5C44C6027391ACAFAC6D117DE8AAF4D, ___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_t722843E4D5C44C6027391ACAFAC6D117DE8AAF4D, ___m_GlyphValueRecord_1)); } inline TMP_GlyphValueRecord_tEF00CF591899C9C5D8028D3F6C55FD7B67DFE9D2 get_m_GlyphValueRecord_1() const { return ___m_GlyphValueRecord_1; } inline TMP_GlyphValueRecord_tEF00CF591899C9C5D8028D3F6C55FD7B67DFE9D2 * get_address_of_m_GlyphValueRecord_1() { return &___m_GlyphValueRecord_1; } inline void set_m_GlyphValueRecord_1(TMP_GlyphValueRecord_tEF00CF591899C9C5D8028D3F6C55FD7B67DFE9D2 value) { ___m_GlyphValueRecord_1 = value; } }; // TMPro.TMP_Math struct TMP_Math_t1321001EB20EF6B301080B9518D7D119F1772E18 : public RuntimeObject { public: public: }; struct TMP_Math_t1321001EB20EF6B301080B9518D7D119F1772E18_StaticFields { public: // UnityEngine.Vector2 TMPro.TMP_Math::MAX_16BIT Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___MAX_16BIT_6; // UnityEngine.Vector2 TMPro.TMP_Math::MIN_16BIT Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___MIN_16BIT_7; public: inline static int32_t get_offset_of_MAX_16BIT_6() { return static_cast(offsetof(TMP_Math_t1321001EB20EF6B301080B9518D7D119F1772E18_StaticFields, ___MAX_16BIT_6)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_MAX_16BIT_6() const { return ___MAX_16BIT_6; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_MAX_16BIT_6() { return &___MAX_16BIT_6; } inline void set_MAX_16BIT_6(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___MAX_16BIT_6 = value; } inline static int32_t get_offset_of_MIN_16BIT_7() { return static_cast(offsetof(TMP_Math_t1321001EB20EF6B301080B9518D7D119F1772E18_StaticFields, ___MIN_16BIT_7)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_MIN_16BIT_7() const { return ___MIN_16BIT_7; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_MIN_16BIT_7() { return &___MIN_16BIT_7; } inline void set_MIN_16BIT_7(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___MIN_16BIT_7 = value; } }; // TMPro.TMP_Sprite struct TMP_Sprite_t5728DA47AB37F3092BAB32BC014D1937340F20A4 : public TMP_TextElement_Legacy_t866D601C7252803AC3D5FC2E4CC0BF21129BB3AA { 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_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___pivot_12; // UnityEngine.Sprite TMPro.TMP_Sprite::sprite Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * ___sprite_13; public: inline static int32_t get_offset_of_name_9() { return static_cast(offsetof(TMP_Sprite_t5728DA47AB37F3092BAB32BC014D1937340F20A4, ___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_t5728DA47AB37F3092BAB32BC014D1937340F20A4, ___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_t5728DA47AB37F3092BAB32BC014D1937340F20A4, ___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_t5728DA47AB37F3092BAB32BC014D1937340F20A4, ___pivot_12)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_pivot_12() const { return ___pivot_12; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_pivot_12() { return &___pivot_12; } inline void set_pivot_12(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___pivot_12 = value; } inline static int32_t get_offset_of_sprite_13() { return static_cast(offsetof(TMP_Sprite_t5728DA47AB37F3092BAB32BC014D1937340F20A4, ___sprite_13)); } inline Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * get_sprite_13() const { return ___sprite_13; } inline Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 ** get_address_of_sprite_13() { return &___sprite_13; } inline void set_sprite_13(Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * value) { ___sprite_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___sprite_13), (void*)value); } }; // TMPro.TMP_TextElementType struct TMP_TextElementType_t4BDF96DA2071216188B19EB33C35912BD185ECA3 { 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_t4BDF96DA2071216188B19EB33C35912BD185ECA3, ___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_t33ACB74FB814F588497640C86976E5DB6DD7B547 : public RuntimeObject { public: // TMPro.TMP_Text TMPro.TMP_TextInfo::textComponent TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 * ___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_t7128C1B46CF6AB1374135FA31D41ABF23882B970* ___characterInfo_11; // TMPro.TMP_WordInfo[] TMPro.TMP_TextInfo::wordInfo TMP_WordInfoU5BU5D_t702DDE9D8C7BD02F4D744F914B94BAB83E0F9502* ___wordInfo_12; // TMPro.TMP_LinkInfo[] TMPro.TMP_TextInfo::linkInfo TMP_LinkInfoU5BU5D_t27AF3A656CD9F504EFE1F29B69409819CBE7C6C6* ___linkInfo_13; // TMPro.TMP_LineInfo[] TMPro.TMP_TextInfo::lineInfo TMP_LineInfoU5BU5D_t2B188FB1B6C36641B7FEB177ACC798FAC9806C3D* ___lineInfo_14; // TMPro.TMP_PageInfo[] TMPro.TMP_TextInfo::pageInfo TMP_PageInfoU5BU5D_tD278FD80A76AC5A74DA87B7A5653423E41AC634F* ___pageInfo_15; // TMPro.TMP_MeshInfo[] TMPro.TMP_TextInfo::meshInfo TMP_MeshInfoU5BU5D_t6C0A65D18C54B6FA681B2EB0676B83116FD03119* ___meshInfo_16; // TMPro.TMP_MeshInfo[] TMPro.TMP_TextInfo::m_CachedMeshInfo TMP_MeshInfoU5BU5D_t6C0A65D18C54B6FA681B2EB0676B83116FD03119* ___m_CachedMeshInfo_17; public: inline static int32_t get_offset_of_textComponent_2() { return static_cast(offsetof(TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547, ___textComponent_2)); } inline TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 * get_textComponent_2() const { return ___textComponent_2; } inline TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 ** get_address_of_textComponent_2() { return &___textComponent_2; } inline void set_textComponent_2(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 * 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_t33ACB74FB814F588497640C86976E5DB6DD7B547, ___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_t33ACB74FB814F588497640C86976E5DB6DD7B547, ___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_t33ACB74FB814F588497640C86976E5DB6DD7B547, ___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_t33ACB74FB814F588497640C86976E5DB6DD7B547, ___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_t33ACB74FB814F588497640C86976E5DB6DD7B547, ___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_t33ACB74FB814F588497640C86976E5DB6DD7B547, ___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_t33ACB74FB814F588497640C86976E5DB6DD7B547, ___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_t33ACB74FB814F588497640C86976E5DB6DD7B547, ___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_t33ACB74FB814F588497640C86976E5DB6DD7B547, ___characterInfo_11)); } inline TMP_CharacterInfoU5BU5D_t7128C1B46CF6AB1374135FA31D41ABF23882B970* get_characterInfo_11() const { return ___characterInfo_11; } inline TMP_CharacterInfoU5BU5D_t7128C1B46CF6AB1374135FA31D41ABF23882B970** get_address_of_characterInfo_11() { return &___characterInfo_11; } inline void set_characterInfo_11(TMP_CharacterInfoU5BU5D_t7128C1B46CF6AB1374135FA31D41ABF23882B970* 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_t33ACB74FB814F588497640C86976E5DB6DD7B547, ___wordInfo_12)); } inline TMP_WordInfoU5BU5D_t702DDE9D8C7BD02F4D744F914B94BAB83E0F9502* get_wordInfo_12() const { return ___wordInfo_12; } inline TMP_WordInfoU5BU5D_t702DDE9D8C7BD02F4D744F914B94BAB83E0F9502** get_address_of_wordInfo_12() { return &___wordInfo_12; } inline void set_wordInfo_12(TMP_WordInfoU5BU5D_t702DDE9D8C7BD02F4D744F914B94BAB83E0F9502* 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_t33ACB74FB814F588497640C86976E5DB6DD7B547, ___linkInfo_13)); } inline TMP_LinkInfoU5BU5D_t27AF3A656CD9F504EFE1F29B69409819CBE7C6C6* get_linkInfo_13() const { return ___linkInfo_13; } inline TMP_LinkInfoU5BU5D_t27AF3A656CD9F504EFE1F29B69409819CBE7C6C6** get_address_of_linkInfo_13() { return &___linkInfo_13; } inline void set_linkInfo_13(TMP_LinkInfoU5BU5D_t27AF3A656CD9F504EFE1F29B69409819CBE7C6C6* 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_t33ACB74FB814F588497640C86976E5DB6DD7B547, ___lineInfo_14)); } inline TMP_LineInfoU5BU5D_t2B188FB1B6C36641B7FEB177ACC798FAC9806C3D* get_lineInfo_14() const { return ___lineInfo_14; } inline TMP_LineInfoU5BU5D_t2B188FB1B6C36641B7FEB177ACC798FAC9806C3D** get_address_of_lineInfo_14() { return &___lineInfo_14; } inline void set_lineInfo_14(TMP_LineInfoU5BU5D_t2B188FB1B6C36641B7FEB177ACC798FAC9806C3D* 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_t33ACB74FB814F588497640C86976E5DB6DD7B547, ___pageInfo_15)); } inline TMP_PageInfoU5BU5D_tD278FD80A76AC5A74DA87B7A5653423E41AC634F* get_pageInfo_15() const { return ___pageInfo_15; } inline TMP_PageInfoU5BU5D_tD278FD80A76AC5A74DA87B7A5653423E41AC634F** get_address_of_pageInfo_15() { return &___pageInfo_15; } inline void set_pageInfo_15(TMP_PageInfoU5BU5D_tD278FD80A76AC5A74DA87B7A5653423E41AC634F* 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_t33ACB74FB814F588497640C86976E5DB6DD7B547, ___meshInfo_16)); } inline TMP_MeshInfoU5BU5D_t6C0A65D18C54B6FA681B2EB0676B83116FD03119* get_meshInfo_16() const { return ___meshInfo_16; } inline TMP_MeshInfoU5BU5D_t6C0A65D18C54B6FA681B2EB0676B83116FD03119** get_address_of_meshInfo_16() { return &___meshInfo_16; } inline void set_meshInfo_16(TMP_MeshInfoU5BU5D_t6C0A65D18C54B6FA681B2EB0676B83116FD03119* 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_t33ACB74FB814F588497640C86976E5DB6DD7B547, ___m_CachedMeshInfo_17)); } inline TMP_MeshInfoU5BU5D_t6C0A65D18C54B6FA681B2EB0676B83116FD03119* get_m_CachedMeshInfo_17() const { return ___m_CachedMeshInfo_17; } inline TMP_MeshInfoU5BU5D_t6C0A65D18C54B6FA681B2EB0676B83116FD03119** get_address_of_m_CachedMeshInfo_17() { return &___m_CachedMeshInfo_17; } inline void set_m_CachedMeshInfo_17(TMP_MeshInfoU5BU5D_t6C0A65D18C54B6FA681B2EB0676B83116FD03119* value) { ___m_CachedMeshInfo_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_CachedMeshInfo_17), (void*)value); } }; struct TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547_StaticFields { public: // UnityEngine.Vector2 TMPro.TMP_TextInfo::k_InfinityVectorPositive Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___k_InfinityVectorPositive_0; // UnityEngine.Vector2 TMPro.TMP_TextInfo::k_InfinityVectorNegative Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___k_InfinityVectorNegative_1; public: inline static int32_t get_offset_of_k_InfinityVectorPositive_0() { return static_cast(offsetof(TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547_StaticFields, ___k_InfinityVectorPositive_0)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_k_InfinityVectorPositive_0() const { return ___k_InfinityVectorPositive_0; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_k_InfinityVectorPositive_0() { return &___k_InfinityVectorPositive_0; } inline void set_k_InfinityVectorPositive_0(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___k_InfinityVectorPositive_0 = value; } inline static int32_t get_offset_of_k_InfinityVectorNegative_1() { return static_cast(offsetof(TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547_StaticFields, ___k_InfinityVectorNegative_1)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_k_InfinityVectorNegative_1() const { return ___k_InfinityVectorNegative_1; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_k_InfinityVectorNegative_1() { return &___k_InfinityVectorNegative_1; } inline void set_k_InfinityVectorNegative_1(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___k_InfinityVectorNegative_1 = value; } }; // TMPro.TMP_Vertex struct TMP_Vertex_t8008D4AEC9AE4E475F5E02225801EB18A2A1341E { public: // UnityEngine.Vector3 TMPro.TMP_Vertex::position Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___position_0; // UnityEngine.Vector2 TMPro.TMP_Vertex::uv Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___uv_1; // UnityEngine.Vector2 TMPro.TMP_Vertex::uv2 Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___uv2_2; // UnityEngine.Vector2 TMPro.TMP_Vertex::uv4 Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___uv4_3; // UnityEngine.Color32 TMPro.TMP_Vertex::color Color32_tDB54A78627878A7D2DE42BB028D64306A18E858D ___color_4; public: inline static int32_t get_offset_of_position_0() { return static_cast(offsetof(TMP_Vertex_t8008D4AEC9AE4E475F5E02225801EB18A2A1341E, ___position_0)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_position_0() const { return ___position_0; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_position_0() { return &___position_0; } inline void set_position_0(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___position_0 = value; } inline static int32_t get_offset_of_uv_1() { return static_cast(offsetof(TMP_Vertex_t8008D4AEC9AE4E475F5E02225801EB18A2A1341E, ___uv_1)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_uv_1() const { return ___uv_1; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_uv_1() { return &___uv_1; } inline void set_uv_1(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___uv_1 = value; } inline static int32_t get_offset_of_uv2_2() { return static_cast(offsetof(TMP_Vertex_t8008D4AEC9AE4E475F5E02225801EB18A2A1341E, ___uv2_2)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_uv2_2() const { return ___uv2_2; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_uv2_2() { return &___uv2_2; } inline void set_uv2_2(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___uv2_2 = value; } inline static int32_t get_offset_of_uv4_3() { return static_cast(offsetof(TMP_Vertex_t8008D4AEC9AE4E475F5E02225801EB18A2A1341E, ___uv4_3)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_uv4_3() const { return ___uv4_3; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_uv4_3() { return &___uv4_3; } inline void set_uv4_3(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___uv4_3 = value; } inline static int32_t get_offset_of_color_4() { return static_cast(offsetof(TMP_Vertex_t8008D4AEC9AE4E475F5E02225801EB18A2A1341E, ___color_4)); } inline Color32_tDB54A78627878A7D2DE42BB028D64306A18E858D get_color_4() const { return ___color_4; } inline Color32_tDB54A78627878A7D2DE42BB028D64306A18E858D * get_address_of_color_4() { return &___color_4; } inline void set_color_4(Color32_tDB54A78627878A7D2DE42BB028D64306A18E858D value) { ___color_4 = value; } }; struct TMP_Vertex_t8008D4AEC9AE4E475F5E02225801EB18A2A1341E_StaticFields { public: // TMPro.TMP_Vertex TMPro.TMP_Vertex::k_Zero TMP_Vertex_t8008D4AEC9AE4E475F5E02225801EB18A2A1341E ___k_Zero_5; public: inline static int32_t get_offset_of_k_Zero_5() { return static_cast(offsetof(TMP_Vertex_t8008D4AEC9AE4E475F5E02225801EB18A2A1341E_StaticFields, ___k_Zero_5)); } inline TMP_Vertex_t8008D4AEC9AE4E475F5E02225801EB18A2A1341E get_k_Zero_5() const { return ___k_Zero_5; } inline TMP_Vertex_t8008D4AEC9AE4E475F5E02225801EB18A2A1341E * get_address_of_k_Zero_5() { return &___k_Zero_5; } inline void set_k_Zero_5(TMP_Vertex_t8008D4AEC9AE4E475F5E02225801EB18A2A1341E value) { ___k_Zero_5 = value; } }; // TMPro.TMP_VertexDataUpdateFlags struct TMP_VertexDataUpdateFlags_tE7C38BDA9FC5B09848F4412694FFA8AEC56C4782 { 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_tE7C38BDA9FC5B09848F4412694FFA8AEC56C4782, ___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_t49D497DCEF602CC71A9788FB5C964D7AA57ED107 { 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_t49D497DCEF602CC71A9788FB5C964D7AA57ED107, ___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_t45477BE8BE064D51E9DF1DAE60A0C84D7CDD564C { 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_t45477BE8BE064D51E9DF1DAE60A0C84D7CDD564C, ___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_t682AC2BC382B468C04A23B008505ACCBF826AD63 { 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_t682AC2BC382B468C04A23B008505ACCBF826AD63, ___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_t2D8E05268B46E26157BE5E075752253FF0CE344F { 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_t2D8E05268B46E26157BE5E075752253FF0CE344F, ___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_t3E5E40446E0C1088788010EE07323B45DB7549C6 { 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_t3E5E40446E0C1088788010EE07323B45DB7549C6, ___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_tBA599FEF207E56A80860B6266E3C9F57B59CA9F4 { 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_tBA599FEF207E56A80860B6266E3C9F57B59CA9F4, ___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_t9FA25F9B2D01E6B7D8DA8761AAED241D285A285A { 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_t9FA25F9B2D01E6B7D8DA8761AAED241D285A285A, ___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_t673FE70EC807F322353FB5B9A790207A57DBFC0D { public: // UnityEngine.Color TMPro.VertexGradient::topLeft Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 ___topLeft_0; // UnityEngine.Color TMPro.VertexGradient::topRight Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 ___topRight_1; // UnityEngine.Color TMPro.VertexGradient::bottomLeft Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 ___bottomLeft_2; // UnityEngine.Color TMPro.VertexGradient::bottomRight Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 ___bottomRight_3; public: inline static int32_t get_offset_of_topLeft_0() { return static_cast(offsetof(VertexGradient_t673FE70EC807F322353FB5B9A790207A57DBFC0D, ___topLeft_0)); } inline Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 get_topLeft_0() const { return ___topLeft_0; } inline Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 * get_address_of_topLeft_0() { return &___topLeft_0; } inline void set_topLeft_0(Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 value) { ___topLeft_0 = value; } inline static int32_t get_offset_of_topRight_1() { return static_cast(offsetof(VertexGradient_t673FE70EC807F322353FB5B9A790207A57DBFC0D, ___topRight_1)); } inline Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 get_topRight_1() const { return ___topRight_1; } inline Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 * get_address_of_topRight_1() { return &___topRight_1; } inline void set_topRight_1(Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 value) { ___topRight_1 = value; } inline static int32_t get_offset_of_bottomLeft_2() { return static_cast(offsetof(VertexGradient_t673FE70EC807F322353FB5B9A790207A57DBFC0D, ___bottomLeft_2)); } inline Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 get_bottomLeft_2() const { return ___bottomLeft_2; } inline Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 * get_address_of_bottomLeft_2() { return &___bottomLeft_2; } inline void set_bottomLeft_2(Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 value) { ___bottomLeft_2 = value; } inline static int32_t get_offset_of_bottomRight_3() { return static_cast(offsetof(VertexGradient_t673FE70EC807F322353FB5B9A790207A57DBFC0D, ___bottomRight_3)); } inline Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 get_bottomRight_3() const { return ___bottomRight_3; } inline Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 * get_address_of_bottomRight_3() { return &___bottomRight_3; } inline void set_bottomRight_3(Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 value) { ___bottomRight_3 = value; } }; // TMPro.VertexSortingOrder struct VertexSortingOrder_t8D099B77634C901CB5D2497AEAC94127E9DE013B { 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_t8D099B77634C901CB5D2497AEAC94127E9DE013B, ___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.VerticalAlignmentOptions struct VerticalAlignmentOptions_t6F8B6FBA36D97C6CA534AE3956D9060E39C9D326 { public: // System.Int32 TMPro.VerticalAlignmentOptions::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(VerticalAlignmentOptions_t6F8B6FBA36D97C6CA534AE3956D9060E39C9D326, ___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.PointerEventData/InputButton struct InputButton_tA5409FE587ADC841D2BF80835D04074A89C59A9D { 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_tA5409FE587ADC841D2BF80835D04074A89C59A9D, ___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_Text/TextInputSources struct TextInputSources_t8A0451130450FC08C5847209E7551F27F5CAF4D0 { 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_t8A0451130450FC08C5847209E7551F27F5CAF4D0, ___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_TextProcessingStack`1 struct TMP_TextProcessingStack_1_tC2FDE14AC486023AEB4D20CB306F9198CBE168C7 { public: // T[] TMPro.TMP_TextProcessingStack`1::itemStack FontWeightU5BU5D_t0C9E436904E570F798885BC6F264C7AE6608B5C6* ___itemStack_0; // System.Int32 TMPro.TMP_TextProcessingStack`1::index int32_t ___index_1; // T TMPro.TMP_TextProcessingStack`1::m_DefaultItem int32_t ___m_DefaultItem_2; // System.Int32 TMPro.TMP_TextProcessingStack`1::m_Capacity int32_t ___m_Capacity_3; // System.Int32 TMPro.TMP_TextProcessingStack`1::m_RolloverSize int32_t ___m_RolloverSize_4; // System.Int32 TMPro.TMP_TextProcessingStack`1::m_Count int32_t ___m_Count_5; public: inline static int32_t get_offset_of_itemStack_0() { return static_cast(offsetof(TMP_TextProcessingStack_1_tC2FDE14AC486023AEB4D20CB306F9198CBE168C7, ___itemStack_0)); } inline FontWeightU5BU5D_t0C9E436904E570F798885BC6F264C7AE6608B5C6* get_itemStack_0() const { return ___itemStack_0; } inline FontWeightU5BU5D_t0C9E436904E570F798885BC6F264C7AE6608B5C6** get_address_of_itemStack_0() { return &___itemStack_0; } inline void set_itemStack_0(FontWeightU5BU5D_t0C9E436904E570F798885BC6F264C7AE6608B5C6* value) { ___itemStack_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___itemStack_0), (void*)value); } inline static int32_t get_offset_of_index_1() { return static_cast(offsetof(TMP_TextProcessingStack_1_tC2FDE14AC486023AEB4D20CB306F9198CBE168C7, ___index_1)); } inline int32_t get_index_1() const { return ___index_1; } inline int32_t* get_address_of_index_1() { return &___index_1; } inline void set_index_1(int32_t value) { ___index_1 = value; } inline static int32_t get_offset_of_m_DefaultItem_2() { return static_cast(offsetof(TMP_TextProcessingStack_1_tC2FDE14AC486023AEB4D20CB306F9198CBE168C7, ___m_DefaultItem_2)); } inline int32_t get_m_DefaultItem_2() const { return ___m_DefaultItem_2; } inline int32_t* get_address_of_m_DefaultItem_2() { return &___m_DefaultItem_2; } inline void set_m_DefaultItem_2(int32_t value) { ___m_DefaultItem_2 = value; } inline static int32_t get_offset_of_m_Capacity_3() { return static_cast(offsetof(TMP_TextProcessingStack_1_tC2FDE14AC486023AEB4D20CB306F9198CBE168C7, ___m_Capacity_3)); } inline int32_t get_m_Capacity_3() const { return ___m_Capacity_3; } inline int32_t* get_address_of_m_Capacity_3() { return &___m_Capacity_3; } inline void set_m_Capacity_3(int32_t value) { ___m_Capacity_3 = value; } inline static int32_t get_offset_of_m_RolloverSize_4() { return static_cast(offsetof(TMP_TextProcessingStack_1_tC2FDE14AC486023AEB4D20CB306F9198CBE168C7, ___m_RolloverSize_4)); } inline int32_t get_m_RolloverSize_4() const { return ___m_RolloverSize_4; } inline int32_t* get_address_of_m_RolloverSize_4() { return &___m_RolloverSize_4; } inline void set_m_RolloverSize_4(int32_t value) { ___m_RolloverSize_4 = value; } inline static int32_t get_offset_of_m_Count_5() { return static_cast(offsetof(TMP_TextProcessingStack_1_tC2FDE14AC486023AEB4D20CB306F9198CBE168C7, ___m_Count_5)); } inline int32_t get_m_Count_5() const { return ___m_Count_5; } inline int32_t* get_address_of_m_Count_5() { return &___m_Count_5; } inline void set_m_Count_5(int32_t value) { ___m_Count_5 = value; } }; // TMPro.TMP_TextProcessingStack`1 struct TMP_TextProcessingStack_1_t091E8E0507335193E71397075A9E75FFE125381E { public: // T[] TMPro.TMP_TextProcessingStack`1::itemStack HighlightStateU5BU5D_t8150DD4545DE751DD24E4106F1E66C41DFFE38EA* ___itemStack_0; // System.Int32 TMPro.TMP_TextProcessingStack`1::index int32_t ___index_1; // T TMPro.TMP_TextProcessingStack`1::m_DefaultItem HighlightState_t52CE27A1187034A1037ABC13A70BAEE4AC3B5759 ___m_DefaultItem_2; // System.Int32 TMPro.TMP_TextProcessingStack`1::m_Capacity int32_t ___m_Capacity_3; // System.Int32 TMPro.TMP_TextProcessingStack`1::m_RolloverSize int32_t ___m_RolloverSize_4; // System.Int32 TMPro.TMP_TextProcessingStack`1::m_Count int32_t ___m_Count_5; public: inline static int32_t get_offset_of_itemStack_0() { return static_cast(offsetof(TMP_TextProcessingStack_1_t091E8E0507335193E71397075A9E75FFE125381E, ___itemStack_0)); } inline HighlightStateU5BU5D_t8150DD4545DE751DD24E4106F1E66C41DFFE38EA* get_itemStack_0() const { return ___itemStack_0; } inline HighlightStateU5BU5D_t8150DD4545DE751DD24E4106F1E66C41DFFE38EA** get_address_of_itemStack_0() { return &___itemStack_0; } inline void set_itemStack_0(HighlightStateU5BU5D_t8150DD4545DE751DD24E4106F1E66C41DFFE38EA* value) { ___itemStack_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___itemStack_0), (void*)value); } inline static int32_t get_offset_of_index_1() { return static_cast(offsetof(TMP_TextProcessingStack_1_t091E8E0507335193E71397075A9E75FFE125381E, ___index_1)); } inline int32_t get_index_1() const { return ___index_1; } inline int32_t* get_address_of_index_1() { return &___index_1; } inline void set_index_1(int32_t value) { ___index_1 = value; } inline static int32_t get_offset_of_m_DefaultItem_2() { return static_cast(offsetof(TMP_TextProcessingStack_1_t091E8E0507335193E71397075A9E75FFE125381E, ___m_DefaultItem_2)); } inline HighlightState_t52CE27A1187034A1037ABC13A70BAEE4AC3B5759 get_m_DefaultItem_2() const { return ___m_DefaultItem_2; } inline HighlightState_t52CE27A1187034A1037ABC13A70BAEE4AC3B5759 * get_address_of_m_DefaultItem_2() { return &___m_DefaultItem_2; } inline void set_m_DefaultItem_2(HighlightState_t52CE27A1187034A1037ABC13A70BAEE4AC3B5759 value) { ___m_DefaultItem_2 = value; } inline static int32_t get_offset_of_m_Capacity_3() { return static_cast(offsetof(TMP_TextProcessingStack_1_t091E8E0507335193E71397075A9E75FFE125381E, ___m_Capacity_3)); } inline int32_t get_m_Capacity_3() const { return ___m_Capacity_3; } inline int32_t* get_address_of_m_Capacity_3() { return &___m_Capacity_3; } inline void set_m_Capacity_3(int32_t value) { ___m_Capacity_3 = value; } inline static int32_t get_offset_of_m_RolloverSize_4() { return static_cast(offsetof(TMP_TextProcessingStack_1_t091E8E0507335193E71397075A9E75FFE125381E, ___m_RolloverSize_4)); } inline int32_t get_m_RolloverSize_4() const { return ___m_RolloverSize_4; } inline int32_t* get_address_of_m_RolloverSize_4() { return &___m_RolloverSize_4; } inline void set_m_RolloverSize_4(int32_t value) { ___m_RolloverSize_4 = value; } inline static int32_t get_offset_of_m_Count_5() { return static_cast(offsetof(TMP_TextProcessingStack_1_t091E8E0507335193E71397075A9E75FFE125381E, ___m_Count_5)); } inline int32_t get_m_Count_5() const { return ___m_Count_5; } inline int32_t* get_address_of_m_Count_5() { return &___m_Count_5; } inline void set_m_Count_5(int32_t value) { ___m_Count_5 = value; } }; // TMPro.TMP_TextProcessingStack`1 struct TMP_TextProcessingStack_1_t860FCBD32172CBAC38125AB43150338E7CF55B1B { public: // T[] TMPro.TMP_TextProcessingStack`1::itemStack HorizontalAlignmentOptionsU5BU5D_t57D37E3CA431B98ECF9444788AA9C047B990DDBB* ___itemStack_0; // System.Int32 TMPro.TMP_TextProcessingStack`1::index int32_t ___index_1; // T TMPro.TMP_TextProcessingStack`1::m_DefaultItem int32_t ___m_DefaultItem_2; // System.Int32 TMPro.TMP_TextProcessingStack`1::m_Capacity int32_t ___m_Capacity_3; // System.Int32 TMPro.TMP_TextProcessingStack`1::m_RolloverSize int32_t ___m_RolloverSize_4; // System.Int32 TMPro.TMP_TextProcessingStack`1::m_Count int32_t ___m_Count_5; public: inline static int32_t get_offset_of_itemStack_0() { return static_cast(offsetof(TMP_TextProcessingStack_1_t860FCBD32172CBAC38125AB43150338E7CF55B1B, ___itemStack_0)); } inline HorizontalAlignmentOptionsU5BU5D_t57D37E3CA431B98ECF9444788AA9C047B990DDBB* get_itemStack_0() const { return ___itemStack_0; } inline HorizontalAlignmentOptionsU5BU5D_t57D37E3CA431B98ECF9444788AA9C047B990DDBB** get_address_of_itemStack_0() { return &___itemStack_0; } inline void set_itemStack_0(HorizontalAlignmentOptionsU5BU5D_t57D37E3CA431B98ECF9444788AA9C047B990DDBB* value) { ___itemStack_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___itemStack_0), (void*)value); } inline static int32_t get_offset_of_index_1() { return static_cast(offsetof(TMP_TextProcessingStack_1_t860FCBD32172CBAC38125AB43150338E7CF55B1B, ___index_1)); } inline int32_t get_index_1() const { return ___index_1; } inline int32_t* get_address_of_index_1() { return &___index_1; } inline void set_index_1(int32_t value) { ___index_1 = value; } inline static int32_t get_offset_of_m_DefaultItem_2() { return static_cast(offsetof(TMP_TextProcessingStack_1_t860FCBD32172CBAC38125AB43150338E7CF55B1B, ___m_DefaultItem_2)); } inline int32_t get_m_DefaultItem_2() const { return ___m_DefaultItem_2; } inline int32_t* get_address_of_m_DefaultItem_2() { return &___m_DefaultItem_2; } inline void set_m_DefaultItem_2(int32_t value) { ___m_DefaultItem_2 = value; } inline static int32_t get_offset_of_m_Capacity_3() { return static_cast(offsetof(TMP_TextProcessingStack_1_t860FCBD32172CBAC38125AB43150338E7CF55B1B, ___m_Capacity_3)); } inline int32_t get_m_Capacity_3() const { return ___m_Capacity_3; } inline int32_t* get_address_of_m_Capacity_3() { return &___m_Capacity_3; } inline void set_m_Capacity_3(int32_t value) { ___m_Capacity_3 = value; } inline static int32_t get_offset_of_m_RolloverSize_4() { return static_cast(offsetof(TMP_TextProcessingStack_1_t860FCBD32172CBAC38125AB43150338E7CF55B1B, ___m_RolloverSize_4)); } inline int32_t get_m_RolloverSize_4() const { return ___m_RolloverSize_4; } inline int32_t* get_address_of_m_RolloverSize_4() { return &___m_RolloverSize_4; } inline void set_m_RolloverSize_4(int32_t value) { ___m_RolloverSize_4 = value; } inline static int32_t get_offset_of_m_Count_5() { return static_cast(offsetof(TMP_TextProcessingStack_1_t860FCBD32172CBAC38125AB43150338E7CF55B1B, ___m_Count_5)); } inline int32_t get_m_Count_5() const { return ___m_Count_5; } inline int32_t* get_address_of_m_Count_5() { return &___m_Count_5; } inline void set_m_Count_5(int32_t value) { ___m_Count_5 = value; } }; // TMPro.TMP_TextProcessingStack`1 struct TMP_TextProcessingStack_1_tDB47EC8942F1479B2A92CE5501379911F2189B31 { public: // T[] TMPro.TMP_TextProcessingStack`1::itemStack Int32EnumU5BU5D_t9327F857579EE00EB201E1913599094BF837D3CD* ___itemStack_0; // System.Int32 TMPro.TMP_TextProcessingStack`1::index int32_t ___index_1; // T TMPro.TMP_TextProcessingStack`1::m_DefaultItem int32_t ___m_DefaultItem_2; // System.Int32 TMPro.TMP_TextProcessingStack`1::m_Capacity int32_t ___m_Capacity_3; // System.Int32 TMPro.TMP_TextProcessingStack`1::m_RolloverSize int32_t ___m_RolloverSize_4; // System.Int32 TMPro.TMP_TextProcessingStack`1::m_Count int32_t ___m_Count_5; public: inline static int32_t get_offset_of_itemStack_0() { return static_cast(offsetof(TMP_TextProcessingStack_1_tDB47EC8942F1479B2A92CE5501379911F2189B31, ___itemStack_0)); } inline Int32EnumU5BU5D_t9327F857579EE00EB201E1913599094BF837D3CD* get_itemStack_0() const { return ___itemStack_0; } inline Int32EnumU5BU5D_t9327F857579EE00EB201E1913599094BF837D3CD** get_address_of_itemStack_0() { return &___itemStack_0; } inline void set_itemStack_0(Int32EnumU5BU5D_t9327F857579EE00EB201E1913599094BF837D3CD* value) { ___itemStack_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___itemStack_0), (void*)value); } inline static int32_t get_offset_of_index_1() { return static_cast(offsetof(TMP_TextProcessingStack_1_tDB47EC8942F1479B2A92CE5501379911F2189B31, ___index_1)); } inline int32_t get_index_1() const { return ___index_1; } inline int32_t* get_address_of_index_1() { return &___index_1; } inline void set_index_1(int32_t value) { ___index_1 = value; } inline static int32_t get_offset_of_m_DefaultItem_2() { return static_cast(offsetof(TMP_TextProcessingStack_1_tDB47EC8942F1479B2A92CE5501379911F2189B31, ___m_DefaultItem_2)); } inline int32_t get_m_DefaultItem_2() const { return ___m_DefaultItem_2; } inline int32_t* get_address_of_m_DefaultItem_2() { return &___m_DefaultItem_2; } inline void set_m_DefaultItem_2(int32_t value) { ___m_DefaultItem_2 = value; } inline static int32_t get_offset_of_m_Capacity_3() { return static_cast(offsetof(TMP_TextProcessingStack_1_tDB47EC8942F1479B2A92CE5501379911F2189B31, ___m_Capacity_3)); } inline int32_t get_m_Capacity_3() const { return ___m_Capacity_3; } inline int32_t* get_address_of_m_Capacity_3() { return &___m_Capacity_3; } inline void set_m_Capacity_3(int32_t value) { ___m_Capacity_3 = value; } inline static int32_t get_offset_of_m_RolloverSize_4() { return static_cast(offsetof(TMP_TextProcessingStack_1_tDB47EC8942F1479B2A92CE5501379911F2189B31, ___m_RolloverSize_4)); } inline int32_t get_m_RolloverSize_4() const { return ___m_RolloverSize_4; } inline int32_t* get_address_of_m_RolloverSize_4() { return &___m_RolloverSize_4; } inline void set_m_RolloverSize_4(int32_t value) { ___m_RolloverSize_4 = value; } inline static int32_t get_offset_of_m_Count_5() { return static_cast(offsetof(TMP_TextProcessingStack_1_tDB47EC8942F1479B2A92CE5501379911F2189B31, ___m_Count_5)); } inline int32_t get_m_Count_5() const { return ___m_Count_5; } inline int32_t* get_address_of_m_Count_5() { return &___m_Count_5; } inline void set_m_Count_5(int32_t value) { ___m_Count_5 = value; } }; // UnityEngine.Component struct Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 : public Object_tF2F3778131EFF286AF62B7B013A170F95A91571A { public: public: }; // UnityEngine.GameObject struct GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 : public Object_tF2F3778131EFF286AF62B7B013A170F95A91571A { public: public: }; // UnityEngine.Material struct Material_t8927C00353A72755313F046D0CE85178AE8218EE : public Object_tF2F3778131EFF286AF62B7B013A170F95A91571A { public: public: }; // UnityEngine.Mesh struct Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 : public Object_tF2F3778131EFF286AF62B7B013A170F95A91571A { public: public: }; // System.MulticastDelegate struct MulticastDelegate_t : public Delegate_t { public: // System.Delegate[] System.MulticastDelegate::delegates DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8* ___delegates_11; public: inline static int32_t get_offset_of_delegates_11() { return static_cast(offsetof(MulticastDelegate_t, ___delegates_11)); } inline DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8* get_delegates_11() const { return ___delegates_11; } inline DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8** get_address_of_delegates_11() { return &___delegates_11; } inline void set_delegates_11(DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8* value) { ___delegates_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___delegates_11), (void*)value); } }; // Native definition for P/Invoke marshalling of System.MulticastDelegate struct MulticastDelegate_t_marshaled_pinvoke : public Delegate_t_marshaled_pinvoke { Delegate_t_marshaled_pinvoke** ___delegates_11; }; // Native definition for COM marshalling of System.MulticastDelegate struct MulticastDelegate_t_marshaled_com : public Delegate_t_marshaled_com { Delegate_t_marshaled_com** ___delegates_11; }; // UnityEngine.EventSystems.PointerEventData struct PointerEventData_tC6C1BEE9D4C8755A31DA7FC0C9A1F28A36456954 : public BaseEventData_t722C48843CF21B50E06CC0E2E679415E38A7444E { public: // UnityEngine.GameObject UnityEngine.EventSystems.PointerEventData::k__BackingField GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___U3CpointerEnterU3Ek__BackingField_2; // UnityEngine.GameObject UnityEngine.EventSystems.PointerEventData::m_PointerPress GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___m_PointerPress_3; // UnityEngine.GameObject UnityEngine.EventSystems.PointerEventData::k__BackingField GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___U3ClastPressU3Ek__BackingField_4; // UnityEngine.GameObject UnityEngine.EventSystems.PointerEventData::k__BackingField GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___U3CrawPointerPressU3Ek__BackingField_5; // UnityEngine.GameObject UnityEngine.EventSystems.PointerEventData::k__BackingField GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___U3CpointerDragU3Ek__BackingField_6; // UnityEngine.GameObject UnityEngine.EventSystems.PointerEventData::k__BackingField GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___U3CpointerClickU3Ek__BackingField_7; // UnityEngine.EventSystems.RaycastResult UnityEngine.EventSystems.PointerEventData::k__BackingField RaycastResult_t9EFDE24B29650BD6DC8A49D954A3769E17146BCE ___U3CpointerCurrentRaycastU3Ek__BackingField_8; // UnityEngine.EventSystems.RaycastResult UnityEngine.EventSystems.PointerEventData::k__BackingField RaycastResult_t9EFDE24B29650BD6DC8A49D954A3769E17146BCE ___U3CpointerPressRaycastU3Ek__BackingField_9; // System.Collections.Generic.List`1 UnityEngine.EventSystems.PointerEventData::hovered List_1_t6D0A10F47F3440798295D2FFFC6D016477AF38E5 * ___hovered_10; // System.Boolean UnityEngine.EventSystems.PointerEventData::k__BackingField bool ___U3CeligibleForClickU3Ek__BackingField_11; // System.Int32 UnityEngine.EventSystems.PointerEventData::k__BackingField int32_t ___U3CpointerIdU3Ek__BackingField_12; // UnityEngine.Vector2 UnityEngine.EventSystems.PointerEventData::k__BackingField Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___U3CpositionU3Ek__BackingField_13; // UnityEngine.Vector2 UnityEngine.EventSystems.PointerEventData::k__BackingField Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___U3CdeltaU3Ek__BackingField_14; // UnityEngine.Vector2 UnityEngine.EventSystems.PointerEventData::k__BackingField Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___U3CpressPositionU3Ek__BackingField_15; // UnityEngine.Vector3 UnityEngine.EventSystems.PointerEventData::k__BackingField Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___U3CworldPositionU3Ek__BackingField_16; // UnityEngine.Vector3 UnityEngine.EventSystems.PointerEventData::k__BackingField Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___U3CworldNormalU3Ek__BackingField_17; // System.Single UnityEngine.EventSystems.PointerEventData::k__BackingField float ___U3CclickTimeU3Ek__BackingField_18; // System.Int32 UnityEngine.EventSystems.PointerEventData::k__BackingField int32_t ___U3CclickCountU3Ek__BackingField_19; // UnityEngine.Vector2 UnityEngine.EventSystems.PointerEventData::k__BackingField Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___U3CscrollDeltaU3Ek__BackingField_20; // System.Boolean UnityEngine.EventSystems.PointerEventData::k__BackingField bool ___U3CuseDragThresholdU3Ek__BackingField_21; // System.Boolean UnityEngine.EventSystems.PointerEventData::k__BackingField bool ___U3CdraggingU3Ek__BackingField_22; // UnityEngine.EventSystems.PointerEventData/InputButton UnityEngine.EventSystems.PointerEventData::