#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 VirtualActionInvoker8 { typedef void (*Action)(void*, T1, T2, T3, T4, T5, T6, T7, T8, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4, T5 p5, T6 p6, T7 p7, T8 p8) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); ((Action)invokeData.methodPtr)(obj, p1, p2, p3, p4, p5, p6, p7, p8, 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 InterfaceActionInvoker1 { typedef void (*Action)(void*, T1, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); ((Action)invokeData.methodPtr)(obj, p1, invokeData.method); } }; // System.Action`1 struct Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC; // System.Action`1 struct Action_1_t170B3E821B49B45FA7134A2CF48A2E64CA371D42; // System.Collections.Generic.Dictionary`2,System.Collections.Generic.LinkedListNode`1>> struct Dictionary_2_tC52CF8E0B6B02C46BE4D964655C8CBA6D912261D; // System.Collections.Generic.Dictionary`2,System.Collections.Generic.LinkedListNode`1>> struct Dictionary_2_tAE310F3B56E5D9DE3F7087A58ABE9DDF2313760D; // System.Collections.Generic.Dictionary`2,System.Collections.Generic.LinkedListNode`1>> struct Dictionary_2_t3B50E1A2BF138242FA769CB75227E103D2228E53; // System.Collections.Generic.Dictionary`2,System.Collections.Generic.LinkedListNode`1>> struct Dictionary_2_t5314BF1AA5AE5CE3F12D361ADBB786604ACE461A; // System.Collections.Generic.Dictionary`2,System.Collections.Generic.LinkedListNode`1>> struct Dictionary_2_t84F10A8BBA436514F6F5006CD9164F0BBD331476; // System.Collections.Generic.Dictionary`2,System.Collections.Generic.LinkedListNode`1>> struct Dictionary_2_t4E870B686DD849612FE4EC9C8170EA18B500D353; // System.Collections.Generic.Dictionary`2> struct Dictionary_2_t050A987FF3F83046609B91544CA99C3F44CA394E; // 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_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; // TMPro.FastAction`1 struct FastAction_1_t0256216D55569A7059E38E7F79D8B1C844C6D472; // TMPro.FastAction`1 struct FastAction_1_t7DEB2C81E5E660535F02C9FAD69D163E2C996976; // TMPro.FastAction`1 struct FastAction_1_t83A8F378D15744DC0F2F81BEEECE0C0D1DDC6798; // TMPro.FastAction`2 struct FastAction_2_t0617135A42D314DE39D7C7E05AF8644FDAF0AF9B; // TMPro.FastAction`2 struct FastAction_2_tB7B141B6E6E4C966ED39641A66F988C222824B89; // TMPro.FastAction`2 struct FastAction_2_tB8818519A1AC2CA666C56F136249517F638F6A1D; // TMPro.FastAction`2 struct FastAction_2_t251B7D87855C9C20395DD41A2262FF3765B409D8; // TMPro.FastAction`2 struct FastAction_2_tD74B705047962EC1B6B63713981E96D1AB69DDAE; // TMPro.FastAction`3 struct FastAction_3_t05B67C203CF03CCC06EA6A315EFE76A231AB1A22; // TMPro.FastAction`3 struct FastAction_3_tC48279AB7203029CE1BC38D12B7320DC7AFA9673; // 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.IEqualityComparer`1 struct IEqualityComparer_1_t62010156673DE1460AB1D1CEBE5DCD48665E1A38; // System.Collections.Generic.IEqualityComparer`1 struct IEqualityComparer_1_t75C3361D3BE51E9742B0BBFA0F3998120E7CB6CE; // 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_tDA826B2176123534B81A7FF5DDD768A34251ADB4; // System.Collections.Generic.Dictionary`2/KeyCollection struct KeyCollection_t840B891CD8C62EE926DDDEE92D85290C08539C0B; // System.Collections.Generic.LinkedList`1> struct LinkedList_1_tF75A3C6809F95D0D158E53D43E1CA8E162FDC919; // System.Collections.Generic.LinkedList`1> struct LinkedList_1_t32E0165C0996F5A11300494207CDFCFBBD56A1FD; // System.Collections.Generic.LinkedList`1> struct LinkedList_1_tBC81670A64E087313E1270CDD5BCD61FD0454C25; // System.Collections.Generic.LinkedList`1> struct LinkedList_1_tFDCCE50498E45A95D8D1D7F4E5B3800E2C0BBACA; // System.Collections.Generic.LinkedList`1> struct LinkedList_1_t456C6142739265AB35275A8FFBA80146B169F673; // System.Collections.Generic.LinkedList`1> struct LinkedList_1_t5A9E1E35BDDA80824541D61E4AFDE9AA7A58D53D; // System.Collections.Generic.LinkedList`1 struct LinkedList_1_t24F599F38B9214A06A4E11CA2CE1D50F5B255328; // 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_tA0F66F22AB0543957B73ABDF4C5C946AB15074C6; // 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_tB6DC4E33A6D425C4CCA3CC020E0A5E62D10201E6; // 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_tDEA922C20FE7390F1063807C7F0EAE8B2C022A7B; // System.Collections.Generic.Dictionary`2/ValueCollection struct ValueCollection_t8738745D8513A557A82E6E097DF4D4E70D5253C2; // System.Collections.Generic.Dictionary`2/ValueCollection struct ValueCollection_t26781662F3B517C49F6523DD6BE7954D4EDE8CC6; // System.Collections.Generic.Dictionary`2/ValueCollection struct ValueCollection_tA0BA28017BC956C749773968709DDA31226156B3; // 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_t89E84E983199EA1394D036EF9F40983C841F48B3; // System.Collections.Generic.Dictionary`2/Entry[] struct EntryU5BU5D_t5988951BD5E7F9A1B3915572BB11DC9E0F155255; // 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.Color[] struct ColorU5BU5D_t358DD89F511301E663AD9157305B94A2DEFF8834; // 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; // UnityEngine.UI.ICanvasElement[] struct ICanvasElementU5BU5D_tA681C035ED9504320A3B1FB65359FFEF832E4EAA; // 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_SpriteCharacter[] struct TMP_SpriteCharacterU5BU5D_t55AB872B8C50A4CDE3E17824AEA0864E157BBAAC; // TMPro.TMP_SubMesh[] struct TMP_SubMeshU5BU5D_t2EF6E7C00AD0C05C7BD3E565CF716B62BED324A2; // TMPro.TMP_Text[] struct TMP_TextU5BU5D_t2735FE650BB383D4F663081E5AA47947843E3676; // TMPro.TMP_WordInfo[] struct TMP_WordInfoU5BU5D_t702DDE9D8C7BD02F4D744F914B94BAB83E0F9502; // UnityEngine.Texture2D[] struct Texture2DU5BU5D_t0CBDCEA1648F6CBEA47C64E1E48F22B9692B3316; // 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.Behaviour struct Behaviour_t1A3DDDCF73B4627928FBFE02ED52B7251777DBD9; // UnityEngine.Camera struct Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C; // UnityEngine.Canvas struct Canvas_t2B7E56B7BDC287962E092755372E214ACB6393EA; // UnityEngine.CanvasRenderer struct CanvasRenderer_tCF8ABE659F7C3A6ED0D99A988D0BDFB651310F0E; // UnityEngine.Component struct Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684; // TMPro.Compute_DT_EventArgs struct Compute_DT_EventArgs_t67EB1217554822AAFFEB095D5A45363B26B8A7E6; // System.Delegate struct Delegate_t; // System.DelegateData struct DelegateData_t17DD30660E330C49381DAA99F934BE75CB11F288; // TMPro.FaceInfo_Legacy struct FaceInfo_Legacy_t9002691F7DB46E42ADE3B69A8861C144379D192F; // TMPro.FastAction struct FastAction_tE1E0598414A65086C904C55ED0DCB45F330C9EFC; // UnityEngine.Font struct Font_tB53D3F362CB1A0B92307B362826F212AE2D2A6A9; // UnityEngine.GameObject struct GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319; // UnityEngine.TextCore.Glyph struct Glyph_tC58ED6BC718B82A55B7E1A3690A289FFA8EBEFD1; // UnityEngine.UI.ICanvasElement struct ICanvasElement_t604A7C95E46ABA335897B34A28DC8E542DA787E9; // TMPro.ITextPreprocessor struct ITextPreprocessor_t4D7C2C115C9A65FB6B24304700B1E9167410EB54; // TMPro.KerningTable struct KerningTable_t820628F74178B0781DBFFB55BF1277247047617D; // UnityEngine.UI.LayoutElement struct LayoutElement_tE514951184806899FE23EC4FA6112A5F2038CECF; // UnityEngine.Material struct Material_t8927C00353A72755313F046D0CE85178AE8218EE; // UnityEngine.Mesh struct Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6; // UnityEngine.MeshFilter struct MeshFilter_t763BB2BBF3881176AD25E4570E6DD215BA0AA51A; // System.Reflection.MethodInfo struct MethodInfo_t; // UnityEngine.Object struct Object_tF2F3778131EFF286AF62B7B013A170F95A91571A; // UnityEngine.UI.RectMask2D struct RectMask2D_tD909811991B341D752E4C978C89EFB80FA7A2B15; // UnityEngine.RectTransform struct RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072; // UnityEngine.Renderer struct Renderer_t58147AB5B00224FE1460FD47542DC0DA7EC9378C; // System.Runtime.Serialization.SerializationInfo struct SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1; // UnityEngine.Shader struct Shader_tB2355DC4F3CAF20B2F1AB5AABBF37C3555FFBC39; // System.String struct String_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_SpriteAnimator struct TMP_SpriteAnimator_t07C769A1F1F85B545DD32357826E08F569E3D902; // TMPro.TMP_SpriteAsset struct TMP_SpriteAsset_t0746714D8A56C0A27AE56DC6897CC1A129220714; // TMPro.TMP_SpriteCharacter struct TMP_SpriteCharacter_t77E119FE8164154A682A4F70E7787B2C56A0E9BE; // TMPro.TMP_Style struct TMP_Style_t078D8A76F4A60B868298420272B7089582EF53AB; // TMPro.TMP_StyleSheet struct TMP_StyleSheet_t8E2FC777D06D295BE700B8EDE56389D3581BA94E; // TMPro.TMP_SubMesh struct TMP_SubMesh_tF05E95C4AC87BBE600564968E24B50BE2E06D1B8; // 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; // TMPro.TMP_TextParsingUtilities struct TMP_TextParsingUtilities_t845792ABB1A30432C444A226C892D25B815A009B; // TMPro.TMP_UpdateManager struct TMP_UpdateManager_tDF9A1F6AC36B3228A091313D3CED71650F3BBBA1; // TMPro.TMP_UpdateRegistry struct TMP_UpdateRegistry_t4F3B7A977A49346D2EBADCC1B29A5DAA15DB3FC0; // TMPro.TextContainer struct TextContainer_t397B1340CD69150F936048DB53D857135408D2A1; // TMPro.TextMeshPro struct TextMeshPro_t4C8C961C0939CD311CCC4F5F306C27C5301BD8E4; // UnityEngine.Texture struct Texture_t9FE0218A1EEDF266E8C85879FE123265CACC95AE; // UnityEngine.Texture2D struct Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF; // UnityEngine.Transform struct Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1; // UnityEngine.EventSystems.UIBehaviour struct UIBehaviour_tD1C6E2D542222546D68510ECE74036EFBC3C3B0E; // UnityEngine.Events.UnityAction struct UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099; // UnityEngine.UI.VertexHelper struct VertexHelper_tDE8B67D3B076061C4F8DF325B0D63ED2E5367E55; // System.Void struct Void_t700C6383A2A510C2CF4DD86DABD5CA9FF70ADAC5; // UnityEngine.Camera/CameraCallback struct CameraCallback_tD9E7B69E561CE2EFDEEDB0E7F1406AC52247160D; // 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; IL2CPP_EXTERN_C RuntimeClass* Action_1_t170B3E821B49B45FA7134A2CF48A2E64CA371D42_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* FastAction_1_t0256216D55569A7059E38E7F79D8B1C844C6D472_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* FastAction_1_t83A8F378D15744DC0F2F81BEEECE0C0D1DDC6798_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* FastAction_2_t0617135A42D314DE39D7C7E05AF8644FDAF0AF9B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* FastAction_2_t251B7D87855C9C20395DD41A2262FF3765B409D8_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* FastAction_2_tB8818519A1AC2CA666C56F136249517F638F6A1D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* FastAction_3_t05B67C203CF03CCC06EA6A315EFE76A231AB1A22_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* FastAction_tE1E0598414A65086C904C55ED0DCB45F330C9EFC_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* HashSet_1_tF187707BD5564B6808CE30721FBC083F00B385E5_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ICanvasElement_t604A7C95E46ABA335897B34A28DC8E542DA787E9_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* LayoutRebuilder_tE88B8B9EA50644E438123BDCE2BC2A3287E07585_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* List_1_tA0F66F22AB0543957B73ABDF4C5C946AB15074C6_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* List_1_tB6DC4E33A6D425C4CCA3CC020E0A5E62D10201E6_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* MaterialU5BU5D_t3AE4936F3CA08FB9EE182A935E665EA9CDA5E492_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* Mathf_t4D4AC358D24F6DDC32EC291DDE1DF2C3B752A194_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* RectTransformUtility_t829C94C0D38759683C2BED9FCE244D5EA9842396_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ShaderUtilities_t1F6A93635DB66FAB6A2DE3ABEA7DE635B7E34B14_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_Character_tE7A98584C4DDFC9E1A1D883F4A5DE99E5DE7CC0C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TMP_FontAssetUtilities_t2583EED4C3204E36709D05D384BB9A3A072CA114_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TMP_FontAsset_tDD8F58129CF4A9094C82DD209531E9E71F9837B2_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TMP_LineInfoU5BU5D_t2B188FB1B6C36641B7FEB177ACC798FAC9806C3D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TMP_LinkInfoU5BU5D_t27AF3A656CD9F504EFE1F29B69409819CBE7C6C6_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_MeshInfoU5BU5D_t6C0A65D18C54B6FA681B2EB0676B83116FD03119_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TMP_Offset_tFD2420EE03933F6A720EB5B66ED6B4FB67AE2117_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TMP_PageInfoU5BU5D_tD278FD80A76AC5A74DA87B7A5653423E41AC634F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TMP_SpriteAsset_t0746714D8A56C0A27AE56DC6897CC1A129220714_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TMP_SubMeshU5BU5D_t2EF6E7C00AD0C05C7BD3E565CF716B62BED324A2_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_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* TMP_UpdateRegistry_t4F3B7A977A49346D2EBADCC1B29A5DAA15DB3FC0_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TMP_Vertex_t8008D4AEC9AE4E475F5E02225801EB18A2A1341E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TMP_WordInfoU5BU5D_t702DDE9D8C7BD02F4D744F914B94BAB83E0F9502_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TMPro_EventManager_t8A07AD64AF1C174D621817FEA8D2CF0DA7065AA1_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TextContainer_t397B1340CD69150F936048DB53D857135408D2A1_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TextMeshPro_t4C8C961C0939CD311CCC4F5F306C27C5301BD8E4_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* UInt32_tE60352A06233E4E69DD198BCC67142159F686B15_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* WillRenderCanvases_t459621B4F3FA2571DE0ED6B4DEF0752F2E9EE958_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C String_t* _stringLiteral06B2DAFD0196486F2B4EC63F759B3BEF4CCBE3FD; IL2CPP_EXTERN_C String_t* _stringLiteral0C9E0579800D2261789D578B378D6BD8D6F31974; IL2CPP_EXTERN_C String_t* _stringLiteral1C48E768A4CCD036AD57810A58C70F51040E48D7; IL2CPP_EXTERN_C String_t* _stringLiteral20080904EA14A8FCD6F091490B19C143BAC22866; IL2CPP_EXTERN_C String_t* _stringLiteral205DE2CB7E86A79B6B3940AFB5A0EC8F490142CE; IL2CPP_EXTERN_C String_t* _stringLiteral32B32090F6DC502433AC0FE812D0021DE0262F16; IL2CPP_EXTERN_C String_t* _stringLiteral330536DAF837B8959FD2CB0380DEA55B4715D151; IL2CPP_EXTERN_C String_t* _stringLiteral36E8CEF51D9599029A7C56151D63FC08FF2EF9F4; IL2CPP_EXTERN_C String_t* _stringLiteral3E379A7C92B6C080930329422A9268005C790F90; IL2CPP_EXTERN_C String_t* _stringLiteral41BB69D2BDF9A4541A716BE07E74D1ED0DEADD05; IL2CPP_EXTERN_C String_t* _stringLiteral428BF371C1E7FFDC7F5D247619D36EF4C6E96592; IL2CPP_EXTERN_C String_t* _stringLiteral450E24090588422FD5D57D2E483982D02395140F; IL2CPP_EXTERN_C String_t* _stringLiteral45E22254C23A47F13191BCFCB9BDE679BC016527; IL2CPP_EXTERN_C String_t* _stringLiteral4D24EAAEA041EAFA17400A5C3BEA644DA7F8067F; IL2CPP_EXTERN_C String_t* _stringLiteral4D6A51480A87FAE7C6D8AE2E5A414374AB8D9821; IL2CPP_EXTERN_C String_t* _stringLiteral5915D045A3DCD7E37FEF137C08A94B3BA0842B87; IL2CPP_EXTERN_C String_t* _stringLiteral59B259A263D1796F7617C20534034F94A19001FE; IL2CPP_EXTERN_C String_t* _stringLiteral5C2E8ABE2919CA14B1EA2D9ABE49A0394AAF3D67; IL2CPP_EXTERN_C String_t* _stringLiteral5CDA5D11E5036BE7F33C28F9C3A67C1C0AA18553; IL2CPP_EXTERN_C String_t* _stringLiteral5FCD5C954B27FC22B5B698312023E2B3FFBF766E; IL2CPP_EXTERN_C String_t* _stringLiteral6281ADF267CC5C95DDE82235B40659EA82AAF465; IL2CPP_EXTERN_C String_t* _stringLiteral672585EB2172F914A61AAB5C1C2E233C0987035E; IL2CPP_EXTERN_C String_t* _stringLiteral7010ED9D2F851B464775E2116BC00D51ECDE54D6; IL2CPP_EXTERN_C String_t* _stringLiteral7322B70C8ED55C917FB0AF74C8A7685589D953E2; IL2CPP_EXTERN_C String_t* _stringLiteral77A4D95C5A66881369906720C24690D7097D85DC; IL2CPP_EXTERN_C String_t* _stringLiteral79476CC2476B24324F66F64EC422DCD554895097; IL2CPP_EXTERN_C String_t* _stringLiteral82AB90D1F7BA823177DEC92D586683D9856EDD56; IL2CPP_EXTERN_C String_t* _stringLiteral86CFE05CA4FDAC032BC9802F156E675CAC753C8C; IL2CPP_EXTERN_C String_t* _stringLiteral91E582B4A10C04D71A97FAB0F072EA31D227A37D; IL2CPP_EXTERN_C String_t* _stringLiteral946FB31E64428806FAC87AE3AD1D1DDD0431F94B; IL2CPP_EXTERN_C String_t* _stringLiteral948ABA8019E18D1C5CF10635BE77AF9D5613E658; IL2CPP_EXTERN_C String_t* _stringLiteral94B946B03625197025E6D70053ADE0256BC25DD1; IL2CPP_EXTERN_C String_t* _stringLiteral95594F324AD132E7A45107BAE0336FBC7E2C033F; IL2CPP_EXTERN_C String_t* _stringLiteral996659EC38C0F61B23141AE82D150D258D3E21E6; IL2CPP_EXTERN_C String_t* _stringLiteralA80A66F9E4128A90571754ABC88A9885D824C23A; IL2CPP_EXTERN_C String_t* _stringLiteralAB3448E21FA53C63C06270903A13B17D02935BE0; IL2CPP_EXTERN_C String_t* _stringLiteralACAF96458B61A7082E1861A42A213F412A71A769; IL2CPP_EXTERN_C String_t* _stringLiteralAFB91D1DF3A99213A5F62F37EB0B31E6121411C4; IL2CPP_EXTERN_C String_t* _stringLiteralBD9676747DCD99A0578C5B0B4D09EA47A139DA4B; IL2CPP_EXTERN_C String_t* _stringLiteralC3F5020B70A1B7AA9B8D169663E4E6350AFC2406; IL2CPP_EXTERN_C String_t* _stringLiteralD40F174E6B0936E5FD054550D016D9D9A1395CAA; IL2CPP_EXTERN_C String_t* _stringLiteralE2F1DAC45F676AA5D2201DD544584BA7D145910A; IL2CPP_EXTERN_C String_t* _stringLiteralE6FEA90722B80DC24C97DDB1E76EE60B6491A956; IL2CPP_EXTERN_C String_t* _stringLiteralECCA7D3167824BCF0D51CC29342CC6EE634437DF; IL2CPP_EXTERN_C String_t* _stringLiteralF1CC96D3DD8345EB53F29BA0B7398E5840E5BA58; IL2CPP_EXTERN_C String_t* _stringLiteralF3E84B722399601AD7E281754E917478AA9AD48D; IL2CPP_EXTERN_C String_t* _stringLiteralF44BB8B96E612CCF047E2EC4458536E8E202F9F1; IL2CPP_EXTERN_C String_t* _stringLiteralF5FA36A19CEF65DE3862693E0022AF1F16F1DFA0; IL2CPP_EXTERN_C String_t* _stringLiteralF72C398728BAD79DCC8B4220ED83B2DF7C8329CF; IL2CPP_EXTERN_C String_t* _stringLiteralFC157A6645E204F3A9037FC27DC680EAA756DC7A; IL2CPP_EXTERN_C String_t* _stringLiteralFE37C361B118D899F298E7DBBEDF126B8808060D; IL2CPP_EXTERN_C const RuntimeMethod* Action_1_Invoke_m461A7CF17ECA131C9B8A079E49783F4DBEF344F5_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Array_Resize_TisTMP_SubMesh_tF05E95C4AC87BBE600564968E24B50BE2E06D1B8_mF5DF88D12F6406F156CF1B07051F89B1475119DC_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_TisTextMeshPro_t4C8C961C0939CD311CCC4F5F306C27C5301BD8E4_m099720944F520529DEB969507D515635FD6B5D5E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Component_GetComponent_TisTransform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1_mE346451FC99E0A342785A7D3C496F34664C86074_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Component_GetComponentsInChildren_TisTMP_SubMesh_tF05E95C4AC87BBE600564968E24B50BE2E06D1B8_mF336D7AFEADCAB317D0A2EE229B4D369FD08302A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_Clear_mEF66FB646BF483BD2943F78417C299E1C50730D7_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_ContainsKey_m763BB54F67046603579688541690777BDEDBDD53_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_TryGetValue_mB781DA89706896C42ABF9B2CCFD27CD0EA6D1593_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_get_Count_m4B244F40033A552A9DD496F66C759D1AC5FAB762_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_get_Item_mEBFC3A4532D98B4B48DB1CE58800BF6A7B35A7E4_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* FastAction_1_Call_mB8B57A71723BEDF54AC9EBC822DCF71D7A4D144B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* FastAction_1_Call_mDB8699D5B25B7B37DF0215AEC6D70B997EE0B7CE_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* FastAction_1__ctor_m0C424EEF2F94C2680A7D3C319DB27BA9809301AF_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* FastAction_1__ctor_mC8B6FBBDFADAB7F6FFA376A18D04F7D5A1A37FAA_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* FastAction_2_Call_m1B2845ED64460B11EE9B3E9FCA5768AC963176F6_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* FastAction_2_Call_m56F4E5DC43D3354CC035CE184A8E22D8C7924B7B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* FastAction_2_Call_mCD05EF73CA9CD0168CD6B03F3AEE63B82C5CD273_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* FastAction_2__ctor_m1AEB76CBE2C10BD5A06DD8484BD24D198FD65EF9_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* FastAction_2__ctor_mEBD3733C7262BA6DEBFE9640066CFCE52926D314_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* FastAction_2__ctor_mF71BEA0F639F3E463623814D8BA7C1E03462BD4A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* FastAction_3_Call_mC6781FBC14C717D0492813BAB7430089D552DA6F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* FastAction_3__ctor_m3BD7B2FB8BC8D03C5375FBB6A8B4A57194E918BF_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* GameObject_AddComponent_TisMeshFilter_t763BB2BBF3881176AD25E4570E6DD215BA0AA51A_m1611D0ABA0C75573ECCB1F61D176DA95F7133F30_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* GameObject_AddComponent_TisRectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072_m72A390C5AD56867735AB42F4405DED00F1B00F12_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* GameObject_AddComponent_TisRenderer_t58147AB5B00224FE1460FD47542DC0DA7EC9378C_m2CDE7A7CDCEC69D1BD2DCBB6FAAFB1FEA8196A6E_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_Remove_mAF5A8F3CF57935F03F7C89E506AE67C8BC5AD8ED_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* HashSet_1__ctor_m9B21BAAD4C19CA98ED32C01B726F2582CBA60B77_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_m046DC7544FD48E129983580D13F500A751551AE1_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_mAAA21B5582FCD1C50EB8C7EF513E350D4CCBC30C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Clear_m743232DDA0A7F9FB5371AA250EFD046BE80D17D1_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Clear_mBE8ED18A4B129C8D1FC58ADB493644484FDA818B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Remove_m333D8C3281751F018263D489B0C2578F9D46301B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Remove_m4E893113539AD99807D9FEC83DDA2275032FDA63_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m8584EA72CF6336E2CFECED63DDF352FFB53B95CE_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_mF7FEA77DC0E60B9BD7585465EE07D9ECC0894285_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_m1BD2D3DC564D1AC8C44DC0AFF4CD1A3C7D781A4C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_m70BC2BBCAA532A1588DB59CA7E556F541F32621D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_mD94EC4E1F468756D61E5FCA1FF82457AA709D081_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_mE478956420AF70472F654447F4B04E8DDDD0430F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_mB16774A7E717953B089B111C42D5DD2256E30F69_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_mC18B904E35A7C55EF21BA4794AAC4021AF847F32_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_mD0768A30B3C63648D80CB0A99321F2D5A7526190_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_mF88431E4559110BDF424D5DEC468EF9A6E9A2D9F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Resources_Load_TisTMP_FontAsset_tDD8F58129CF4A9094C82DD209531E9E71F9837B2_m51CAD633DE8070C15146FEF204442B995272AFEF_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TMP_TextInfo_Resize_TisMaterial_t8927C00353A72755313F046D0CE85178AE8218EE_mBBF8DE624D898D1341D8F97138853623A7C7290F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TMP_TextInfo_Resize_TisTMP_CharacterInfo_t6F1B9FE4246803FFE4F527B3CEFED9D60AD7383B_m1C86AF032DFA65CE73267C38C2B34822BAED25B3_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TMP_TextInfo_Resize_TisTMP_MeshInfo_t69FCEF4CBC055C00598478835753D43D94A03176_m7CB5C5374D263749B245A19B3791B0C2DE0B21BD_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TMP_TextInfo_Resize_TisTMP_PageInfo_tB5F02C2AE1421D5984972F28F2ABEE49763D58CC_mA926877D4DE0ECD0B69E1ECC85E2A0EF7DA1420A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TMP_TextInfo_Resize_TisTMP_SubMesh_tF05E95C4AC87BBE600564968E24B50BE2E06D1B8_m9474AD5AA394888E8BA4EC876D8069AE104B6C92_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TMP_TextInfo_Resize_TisTMP_WordInfo_t168F70FD30F4875E4C84D40F9F30FCB5D2EB895C_m46654E57A0D3569A19A2E130D3158486B76C6E5F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TMP_TextProcessingStack_1_Clear_m0496F35F6D032B292943574C607901E6E0DABDAE_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TMP_TextProcessingStack_1_Clear_m54A533DBFA40313CA0795712B77C29EE6B73D775_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TMP_TextProcessingStack_1_Clear_m92077EF5DECC1DA878E6CF1CA30231AE24507391_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TMP_TextProcessingStack_1_Pop_m107187E97028777E349EF22C93BA5EFC25621427_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TMP_TextProcessingStack_1_Push_m4BFE2DC592048CEE579378EAA522E0DCDE9E533D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TMP_TextProcessingStack_1_SetDefault_m1E3CEAE999539ACA627F3308526B65F73C1C2D37_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TMP_TextProcessingStack_1_SetDefault_m3449DB02D37F8F59E5C8E537F9910F4FC418E59D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TMP_TextProcessingStack_1_SetDefault_m393B253A8E726E68AB86B191BC560BF779549E12_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_SetDefault_mC2C677E5F18F0D7948B30621560691B61BA7AFD0_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TMP_TextProcessingStack_1_SetDefault_mC7F0F43E70DB109D2030B418ED86012E8FA1AD29_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TMP_TextProcessingStack_1_SetDefault_mF2F41E2366EC21F7F5FC96A4D1EE8C502948E236_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TMP_TextProcessingStack_1_get_Count_m32B3573BD0E2ABC1485F9D03AE8D19ACFE2EA06C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TMP_TextProcessingStack_1_get_current_mF71CA976FB7F7A65A7AA85B6D28AE060CF21391D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TMP_UpdateManager_DoRebuilds_mC7AA93B8AF213BA9D42526C3881B4090A87A3405_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TMP_UpdateRegistry_PerformUpdateForCanvasRendererObjects_m8A5D3D9178EB265ABF7408A045DD3746928C26F2_RuntimeMethod_var; struct Color32_tDB54A78627878A7D2DE42BB028D64306A18E858D ; struct Delegate_t_marshaled_com; struct Delegate_t_marshaled_pinvoke; struct Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ; struct Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ; struct Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 ; struct CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34; struct Color32U5BU5D_t7FEB526973BF84608073B85CF2D581427F0235E2; struct Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32; struct MaterialU5BU5D_t3AE4936F3CA08FB9EE182A935E665EA9CDA5E492; struct MaterialReferenceU5BU5D_t06D1C1249B8051EC092684920106F77B6FC203FD; struct ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE; struct StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A; struct TMP_CharacterInfoU5BU5D_t7128C1B46CF6AB1374135FA31D41ABF23882B970; struct TMP_LineInfoU5BU5D_t2B188FB1B6C36641B7FEB177ACC798FAC9806C3D; struct TMP_LinkInfoU5BU5D_t27AF3A656CD9F504EFE1F29B69409819CBE7C6C6; struct TMP_MeshInfoU5BU5D_t6C0A65D18C54B6FA681B2EB0676B83116FD03119; struct TMP_PageInfoU5BU5D_tD278FD80A76AC5A74DA87B7A5653423E41AC634F; struct TMP_SubMeshU5BU5D_t2EF6E7C00AD0C05C7BD3E565CF716B62BED324A2; struct TMP_WordInfoU5BU5D_t702DDE9D8C7BD02F4D744F914B94BAB83E0F9502; struct UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF; struct Vector2U5BU5D_tE0F58A2D6D8592B5EC37D9CDEF09103A02E5D7FA; struct Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4; 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_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_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); } }; // TMPro.FastAction`1 struct FastAction_1_t0256216D55569A7059E38E7F79D8B1C844C6D472 : public RuntimeObject { public: // System.Collections.Generic.LinkedList`1> TMPro.FastAction`1::delegates LinkedList_1_tF75A3C6809F95D0D158E53D43E1CA8E162FDC919 * ___delegates_0; // System.Collections.Generic.Dictionary`2,System.Collections.Generic.LinkedListNode`1>> TMPro.FastAction`1::lookup Dictionary_2_tC52CF8E0B6B02C46BE4D964655C8CBA6D912261D * ___lookup_1; public: inline static int32_t get_offset_of_delegates_0() { return static_cast(offsetof(FastAction_1_t0256216D55569A7059E38E7F79D8B1C844C6D472, ___delegates_0)); } inline LinkedList_1_tF75A3C6809F95D0D158E53D43E1CA8E162FDC919 * get_delegates_0() const { return ___delegates_0; } inline LinkedList_1_tF75A3C6809F95D0D158E53D43E1CA8E162FDC919 ** get_address_of_delegates_0() { return &___delegates_0; } inline void set_delegates_0(LinkedList_1_tF75A3C6809F95D0D158E53D43E1CA8E162FDC919 * value) { ___delegates_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___delegates_0), (void*)value); } inline static int32_t get_offset_of_lookup_1() { return static_cast(offsetof(FastAction_1_t0256216D55569A7059E38E7F79D8B1C844C6D472, ___lookup_1)); } inline Dictionary_2_tC52CF8E0B6B02C46BE4D964655C8CBA6D912261D * get_lookup_1() const { return ___lookup_1; } inline Dictionary_2_tC52CF8E0B6B02C46BE4D964655C8CBA6D912261D ** get_address_of_lookup_1() { return &___lookup_1; } inline void set_lookup_1(Dictionary_2_tC52CF8E0B6B02C46BE4D964655C8CBA6D912261D * value) { ___lookup_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___lookup_1), (void*)value); } }; // TMPro.FastAction`1 struct FastAction_1_t83A8F378D15744DC0F2F81BEEECE0C0D1DDC6798 : public RuntimeObject { public: // System.Collections.Generic.LinkedList`1> TMPro.FastAction`1::delegates LinkedList_1_t32E0165C0996F5A11300494207CDFCFBBD56A1FD * ___delegates_0; // System.Collections.Generic.Dictionary`2,System.Collections.Generic.LinkedListNode`1>> TMPro.FastAction`1::lookup Dictionary_2_tAE310F3B56E5D9DE3F7087A58ABE9DDF2313760D * ___lookup_1; public: inline static int32_t get_offset_of_delegates_0() { return static_cast(offsetof(FastAction_1_t83A8F378D15744DC0F2F81BEEECE0C0D1DDC6798, ___delegates_0)); } inline LinkedList_1_t32E0165C0996F5A11300494207CDFCFBBD56A1FD * get_delegates_0() const { return ___delegates_0; } inline LinkedList_1_t32E0165C0996F5A11300494207CDFCFBBD56A1FD ** get_address_of_delegates_0() { return &___delegates_0; } inline void set_delegates_0(LinkedList_1_t32E0165C0996F5A11300494207CDFCFBBD56A1FD * value) { ___delegates_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___delegates_0), (void*)value); } inline static int32_t get_offset_of_lookup_1() { return static_cast(offsetof(FastAction_1_t83A8F378D15744DC0F2F81BEEECE0C0D1DDC6798, ___lookup_1)); } inline Dictionary_2_tAE310F3B56E5D9DE3F7087A58ABE9DDF2313760D * get_lookup_1() const { return ___lookup_1; } inline Dictionary_2_tAE310F3B56E5D9DE3F7087A58ABE9DDF2313760D ** get_address_of_lookup_1() { return &___lookup_1; } inline void set_lookup_1(Dictionary_2_tAE310F3B56E5D9DE3F7087A58ABE9DDF2313760D * value) { ___lookup_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___lookup_1), (void*)value); } }; // TMPro.FastAction`2 struct FastAction_2_t0617135A42D314DE39D7C7E05AF8644FDAF0AF9B : public RuntimeObject { public: // System.Collections.Generic.LinkedList`1> TMPro.FastAction`2::delegates LinkedList_1_tBC81670A64E087313E1270CDD5BCD61FD0454C25 * ___delegates_0; // System.Collections.Generic.Dictionary`2,System.Collections.Generic.LinkedListNode`1>> TMPro.FastAction`2::lookup Dictionary_2_t3B50E1A2BF138242FA769CB75227E103D2228E53 * ___lookup_1; public: inline static int32_t get_offset_of_delegates_0() { return static_cast(offsetof(FastAction_2_t0617135A42D314DE39D7C7E05AF8644FDAF0AF9B, ___delegates_0)); } inline LinkedList_1_tBC81670A64E087313E1270CDD5BCD61FD0454C25 * get_delegates_0() const { return ___delegates_0; } inline LinkedList_1_tBC81670A64E087313E1270CDD5BCD61FD0454C25 ** get_address_of_delegates_0() { return &___delegates_0; } inline void set_delegates_0(LinkedList_1_tBC81670A64E087313E1270CDD5BCD61FD0454C25 * value) { ___delegates_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___delegates_0), (void*)value); } inline static int32_t get_offset_of_lookup_1() { return static_cast(offsetof(FastAction_2_t0617135A42D314DE39D7C7E05AF8644FDAF0AF9B, ___lookup_1)); } inline Dictionary_2_t3B50E1A2BF138242FA769CB75227E103D2228E53 * get_lookup_1() const { return ___lookup_1; } inline Dictionary_2_t3B50E1A2BF138242FA769CB75227E103D2228E53 ** get_address_of_lookup_1() { return &___lookup_1; } inline void set_lookup_1(Dictionary_2_t3B50E1A2BF138242FA769CB75227E103D2228E53 * value) { ___lookup_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___lookup_1), (void*)value); } }; // TMPro.FastAction`2 struct FastAction_2_tB8818519A1AC2CA666C56F136249517F638F6A1D : public RuntimeObject { public: // System.Collections.Generic.LinkedList`1> TMPro.FastAction`2::delegates LinkedList_1_tFDCCE50498E45A95D8D1D7F4E5B3800E2C0BBACA * ___delegates_0; // System.Collections.Generic.Dictionary`2,System.Collections.Generic.LinkedListNode`1>> TMPro.FastAction`2::lookup Dictionary_2_t5314BF1AA5AE5CE3F12D361ADBB786604ACE461A * ___lookup_1; public: inline static int32_t get_offset_of_delegates_0() { return static_cast(offsetof(FastAction_2_tB8818519A1AC2CA666C56F136249517F638F6A1D, ___delegates_0)); } inline LinkedList_1_tFDCCE50498E45A95D8D1D7F4E5B3800E2C0BBACA * get_delegates_0() const { return ___delegates_0; } inline LinkedList_1_tFDCCE50498E45A95D8D1D7F4E5B3800E2C0BBACA ** get_address_of_delegates_0() { return &___delegates_0; } inline void set_delegates_0(LinkedList_1_tFDCCE50498E45A95D8D1D7F4E5B3800E2C0BBACA * value) { ___delegates_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___delegates_0), (void*)value); } inline static int32_t get_offset_of_lookup_1() { return static_cast(offsetof(FastAction_2_tB8818519A1AC2CA666C56F136249517F638F6A1D, ___lookup_1)); } inline Dictionary_2_t5314BF1AA5AE5CE3F12D361ADBB786604ACE461A * get_lookup_1() const { return ___lookup_1; } inline Dictionary_2_t5314BF1AA5AE5CE3F12D361ADBB786604ACE461A ** get_address_of_lookup_1() { return &___lookup_1; } inline void set_lookup_1(Dictionary_2_t5314BF1AA5AE5CE3F12D361ADBB786604ACE461A * value) { ___lookup_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___lookup_1), (void*)value); } }; // TMPro.FastAction`2 struct FastAction_2_t251B7D87855C9C20395DD41A2262FF3765B409D8 : public RuntimeObject { public: // System.Collections.Generic.LinkedList`1> TMPro.FastAction`2::delegates LinkedList_1_t456C6142739265AB35275A8FFBA80146B169F673 * ___delegates_0; // System.Collections.Generic.Dictionary`2,System.Collections.Generic.LinkedListNode`1>> TMPro.FastAction`2::lookup Dictionary_2_t84F10A8BBA436514F6F5006CD9164F0BBD331476 * ___lookup_1; public: inline static int32_t get_offset_of_delegates_0() { return static_cast(offsetof(FastAction_2_t251B7D87855C9C20395DD41A2262FF3765B409D8, ___delegates_0)); } inline LinkedList_1_t456C6142739265AB35275A8FFBA80146B169F673 * get_delegates_0() const { return ___delegates_0; } inline LinkedList_1_t456C6142739265AB35275A8FFBA80146B169F673 ** get_address_of_delegates_0() { return &___delegates_0; } inline void set_delegates_0(LinkedList_1_t456C6142739265AB35275A8FFBA80146B169F673 * value) { ___delegates_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___delegates_0), (void*)value); } inline static int32_t get_offset_of_lookup_1() { return static_cast(offsetof(FastAction_2_t251B7D87855C9C20395DD41A2262FF3765B409D8, ___lookup_1)); } inline Dictionary_2_t84F10A8BBA436514F6F5006CD9164F0BBD331476 * get_lookup_1() const { return ___lookup_1; } inline Dictionary_2_t84F10A8BBA436514F6F5006CD9164F0BBD331476 ** get_address_of_lookup_1() { return &___lookup_1; } inline void set_lookup_1(Dictionary_2_t84F10A8BBA436514F6F5006CD9164F0BBD331476 * value) { ___lookup_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___lookup_1), (void*)value); } }; // TMPro.FastAction`3 struct FastAction_3_t05B67C203CF03CCC06EA6A315EFE76A231AB1A22 : public RuntimeObject { public: // System.Collections.Generic.LinkedList`1> TMPro.FastAction`3::delegates LinkedList_1_t5A9E1E35BDDA80824541D61E4AFDE9AA7A58D53D * ___delegates_0; // System.Collections.Generic.Dictionary`2,System.Collections.Generic.LinkedListNode`1>> TMPro.FastAction`3::lookup Dictionary_2_t4E870B686DD849612FE4EC9C8170EA18B500D353 * ___lookup_1; public: inline static int32_t get_offset_of_delegates_0() { return static_cast(offsetof(FastAction_3_t05B67C203CF03CCC06EA6A315EFE76A231AB1A22, ___delegates_0)); } inline LinkedList_1_t5A9E1E35BDDA80824541D61E4AFDE9AA7A58D53D * get_delegates_0() const { return ___delegates_0; } inline LinkedList_1_t5A9E1E35BDDA80824541D61E4AFDE9AA7A58D53D ** get_address_of_delegates_0() { return &___delegates_0; } inline void set_delegates_0(LinkedList_1_t5A9E1E35BDDA80824541D61E4AFDE9AA7A58D53D * value) { ___delegates_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___delegates_0), (void*)value); } inline static int32_t get_offset_of_lookup_1() { return static_cast(offsetof(FastAction_3_t05B67C203CF03CCC06EA6A315EFE76A231AB1A22, ___lookup_1)); } inline Dictionary_2_t4E870B686DD849612FE4EC9C8170EA18B500D353 * get_lookup_1() const { return ___lookup_1; } inline Dictionary_2_t4E870B686DD849612FE4EC9C8170EA18B500D353 ** get_address_of_lookup_1() { return &___lookup_1; } inline void set_lookup_1(Dictionary_2_t4E870B686DD849612FE4EC9C8170EA18B500D353 * value) { ___lookup_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___lookup_1), (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_tA0F66F22AB0543957B73ABDF4C5C946AB15074C6 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items ICanvasElementU5BU5D_tA681C035ED9504320A3B1FB65359FFEF832E4EAA* ____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_tA0F66F22AB0543957B73ABDF4C5C946AB15074C6, ____items_1)); } inline ICanvasElementU5BU5D_tA681C035ED9504320A3B1FB65359FFEF832E4EAA* get__items_1() const { return ____items_1; } inline ICanvasElementU5BU5D_tA681C035ED9504320A3B1FB65359FFEF832E4EAA** get_address_of__items_1() { return &____items_1; } inline void set__items_1(ICanvasElementU5BU5D_tA681C035ED9504320A3B1FB65359FFEF832E4EAA* 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_tA0F66F22AB0543957B73ABDF4C5C946AB15074C6, ____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_tA0F66F22AB0543957B73ABDF4C5C946AB15074C6, ____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_tA0F66F22AB0543957B73ABDF4C5C946AB15074C6, ____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_tA0F66F22AB0543957B73ABDF4C5C946AB15074C6_StaticFields { public: // T[] System.Collections.Generic.List`1::_emptyArray ICanvasElementU5BU5D_tA681C035ED9504320A3B1FB65359FFEF832E4EAA* ____emptyArray_5; public: inline static int32_t get_offset_of__emptyArray_5() { return static_cast(offsetof(List_1_tA0F66F22AB0543957B73ABDF4C5C946AB15074C6_StaticFields, ____emptyArray_5)); } inline ICanvasElementU5BU5D_tA681C035ED9504320A3B1FB65359FFEF832E4EAA* get__emptyArray_5() const { return ____emptyArray_5; } inline ICanvasElementU5BU5D_tA681C035ED9504320A3B1FB65359FFEF832E4EAA** get_address_of__emptyArray_5() { return &____emptyArray_5; } inline void set__emptyArray_5(ICanvasElementU5BU5D_tA681C035ED9504320A3B1FB65359FFEF832E4EAA* value) { ____emptyArray_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value); } }; // System.Collections.Generic.List`1 struct List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ____items_1; // System.Int32 System.Collections.Generic.List`1::_size int32_t ____size_2; // System.Int32 System.Collections.Generic.List`1::_version int32_t ____version_3; // System.Object System.Collections.Generic.List`1::_syncRoot RuntimeObject * ____syncRoot_4; public: inline static int32_t get_offset_of__items_1() { return static_cast(offsetof(List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5, ____items_1)); } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* get__items_1() const { return ____items_1; } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** get_address_of__items_1() { return &____items_1; } inline void set__items_1(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____items_1), (void*)value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5, ____size_2)); } inline int32_t get__size_2() const { return ____size_2; } inline int32_t* get_address_of__size_2() { return &____size_2; } inline void set__size_2(int32_t value) { ____size_2 = value; } inline static int32_t get_offset_of__version_3() { return static_cast(offsetof(List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5, ____version_3)); } inline int32_t get__version_3() const { return ____version_3; } inline int32_t* get_address_of__version_3() { return &____version_3; } inline void set__version_3(int32_t value) { ____version_3 = value; } inline static int32_t get_offset_of__syncRoot_4() { return static_cast(offsetof(List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5, ____syncRoot_4)); } inline RuntimeObject * get__syncRoot_4() const { return ____syncRoot_4; } inline RuntimeObject ** get_address_of__syncRoot_4() { return &____syncRoot_4; } inline void set__syncRoot_4(RuntimeObject * value) { ____syncRoot_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_4), (void*)value); } }; struct List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5_StaticFields { public: // T[] System.Collections.Generic.List`1::_emptyArray ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ____emptyArray_5; public: inline static int32_t get_offset_of__emptyArray_5() { return static_cast(offsetof(List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5_StaticFields, ____emptyArray_5)); } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* get__emptyArray_5() const { return ____emptyArray_5; } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** get_address_of__emptyArray_5() { return &____emptyArray_5; } inline void set__emptyArray_5(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* value) { ____emptyArray_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value); } }; // System.Collections.Generic.List`1 struct List_1_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_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_tB6DC4E33A6D425C4CCA3CC020E0A5E62D10201E6 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items TMP_TextU5BU5D_t2735FE650BB383D4F663081E5AA47947843E3676* ____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_tB6DC4E33A6D425C4CCA3CC020E0A5E62D10201E6, ____items_1)); } inline TMP_TextU5BU5D_t2735FE650BB383D4F663081E5AA47947843E3676* get__items_1() const { return ____items_1; } inline TMP_TextU5BU5D_t2735FE650BB383D4F663081E5AA47947843E3676** get_address_of__items_1() { return &____items_1; } inline void set__items_1(TMP_TextU5BU5D_t2735FE650BB383D4F663081E5AA47947843E3676* 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_tB6DC4E33A6D425C4CCA3CC020E0A5E62D10201E6, ____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_tB6DC4E33A6D425C4CCA3CC020E0A5E62D10201E6, ____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_tB6DC4E33A6D425C4CCA3CC020E0A5E62D10201E6, ____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_tB6DC4E33A6D425C4CCA3CC020E0A5E62D10201E6_StaticFields { public: // T[] System.Collections.Generic.List`1::_emptyArray TMP_TextU5BU5D_t2735FE650BB383D4F663081E5AA47947843E3676* ____emptyArray_5; public: inline static int32_t get_offset_of__emptyArray_5() { return static_cast(offsetof(List_1_tB6DC4E33A6D425C4CCA3CC020E0A5E62D10201E6_StaticFields, ____emptyArray_5)); } inline TMP_TextU5BU5D_t2735FE650BB383D4F663081E5AA47947843E3676* get__emptyArray_5() const { return ____emptyArray_5; } inline TMP_TextU5BU5D_t2735FE650BB383D4F663081E5AA47947843E3676** get_address_of__emptyArray_5() { return &____emptyArray_5; } inline void set__emptyArray_5(TMP_TextU5BU5D_t2735FE650BB383D4F663081E5AA47947843E3676* value) { ____emptyArray_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value); } }; // System.Collections.Generic.List`1 struct List_1_t023026A8F0D0D113E2B62213C8C74717BF7F4731 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ____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_t023026A8F0D0D113E2B62213C8C74717BF7F4731, ____items_1)); } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* get__items_1() const { return ____items_1; } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF** get_address_of__items_1() { return &____items_1; } inline void set__items_1(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* 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_t023026A8F0D0D113E2B62213C8C74717BF7F4731, ____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_t023026A8F0D0D113E2B62213C8C74717BF7F4731, ____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_t023026A8F0D0D113E2B62213C8C74717BF7F4731, ____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_t023026A8F0D0D113E2B62213C8C74717BF7F4731_StaticFields { public: // T[] System.Collections.Generic.List`1::_emptyArray UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ____emptyArray_5; public: inline static int32_t get_offset_of__emptyArray_5() { return static_cast(offsetof(List_1_t023026A8F0D0D113E2B62213C8C74717BF7F4731_StaticFields, ____emptyArray_5)); } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* get__emptyArray_5() const { return ____emptyArray_5; } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF** get_address_of__emptyArray_5() { return &____emptyArray_5; } inline void set__emptyArray_5(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* value) { ____emptyArray_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value); } }; struct Il2CppArrayBounds; // System.Array // TMPro.FastAction struct FastAction_tE1E0598414A65086C904C55ED0DCB45F330C9EFC : public RuntimeObject { public: // System.Collections.Generic.LinkedList`1 TMPro.FastAction::delegates LinkedList_1_t24F599F38B9214A06A4E11CA2CE1D50F5B255328 * ___delegates_0; // System.Collections.Generic.Dictionary`2> TMPro.FastAction::lookup Dictionary_2_t050A987FF3F83046609B91544CA99C3F44CA394E * ___lookup_1; public: inline static int32_t get_offset_of_delegates_0() { return static_cast(offsetof(FastAction_tE1E0598414A65086C904C55ED0DCB45F330C9EFC, ___delegates_0)); } inline LinkedList_1_t24F599F38B9214A06A4E11CA2CE1D50F5B255328 * get_delegates_0() const { return ___delegates_0; } inline LinkedList_1_t24F599F38B9214A06A4E11CA2CE1D50F5B255328 ** get_address_of_delegates_0() { return &___delegates_0; } inline void set_delegates_0(LinkedList_1_t24F599F38B9214A06A4E11CA2CE1D50F5B255328 * value) { ___delegates_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___delegates_0), (void*)value); } inline static int32_t get_offset_of_lookup_1() { return static_cast(offsetof(FastAction_tE1E0598414A65086C904C55ED0DCB45F330C9EFC, ___lookup_1)); } inline Dictionary_2_t050A987FF3F83046609B91544CA99C3F44CA394E * get_lookup_1() const { return ___lookup_1; } inline Dictionary_2_t050A987FF3F83046609B91544CA99C3F44CA394E ** get_address_of_lookup_1() { return &___lookup_1; } inline void set_lookup_1(Dictionary_2_t050A987FF3F83046609B91544CA99C3F44CA394E * value) { ___lookup_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___lookup_1), (void*)value); } }; // 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); } }; // 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_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; } }; // TMPro.TMP_TextParsingUtilities struct TMP_TextParsingUtilities_t845792ABB1A30432C444A226C892D25B815A009B : public RuntimeObject { public: public: }; struct TMP_TextParsingUtilities_t845792ABB1A30432C444A226C892D25B815A009B_StaticFields { public: // TMPro.TMP_TextParsingUtilities TMPro.TMP_TextParsingUtilities::s_Instance TMP_TextParsingUtilities_t845792ABB1A30432C444A226C892D25B815A009B * ___s_Instance_0; public: inline static int32_t get_offset_of_s_Instance_0() { return static_cast(offsetof(TMP_TextParsingUtilities_t845792ABB1A30432C444A226C892D25B815A009B_StaticFields, ___s_Instance_0)); } inline TMP_TextParsingUtilities_t845792ABB1A30432C444A226C892D25B815A009B * get_s_Instance_0() const { return ___s_Instance_0; } inline TMP_TextParsingUtilities_t845792ABB1A30432C444A226C892D25B815A009B ** get_address_of_s_Instance_0() { return &___s_Instance_0; } inline void set_s_Instance_0(TMP_TextParsingUtilities_t845792ABB1A30432C444A226C892D25B815A009B * value) { ___s_Instance_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_Instance_0), (void*)value); } }; // TMPro.TMP_TextUtilities struct TMP_TextUtilities_t10EED8029408480141690D0F3D3A17239920837F : public RuntimeObject { public: public: }; struct TMP_TextUtilities_t10EED8029408480141690D0F3D3A17239920837F_StaticFields { public: // UnityEngine.Vector3[] TMPro.TMP_TextUtilities::m_rectWorldCorners Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4* ___m_rectWorldCorners_0; public: inline static int32_t get_offset_of_m_rectWorldCorners_0() { return static_cast(offsetof(TMP_TextUtilities_t10EED8029408480141690D0F3D3A17239920837F_StaticFields, ___m_rectWorldCorners_0)); } inline Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4* get_m_rectWorldCorners_0() const { return ___m_rectWorldCorners_0; } inline Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4** get_address_of_m_rectWorldCorners_0() { return &___m_rectWorldCorners_0; } inline void set_m_rectWorldCorners_0(Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4* value) { ___m_rectWorldCorners_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_rectWorldCorners_0), (void*)value); } }; // TMPro.TMP_UpdateRegistry struct TMP_UpdateRegistry_t4F3B7A977A49346D2EBADCC1B29A5DAA15DB3FC0 : public RuntimeObject { public: // System.Collections.Generic.List`1 TMPro.TMP_UpdateRegistry::m_LayoutRebuildQueue List_1_tA0F66F22AB0543957B73ABDF4C5C946AB15074C6 * ___m_LayoutRebuildQueue_1; // System.Collections.Generic.HashSet`1 TMPro.TMP_UpdateRegistry::m_LayoutQueueLookup HashSet_1_tF187707BD5564B6808CE30721FBC083F00B385E5 * ___m_LayoutQueueLookup_2; // System.Collections.Generic.List`1 TMPro.TMP_UpdateRegistry::m_GraphicRebuildQueue List_1_tA0F66F22AB0543957B73ABDF4C5C946AB15074C6 * ___m_GraphicRebuildQueue_3; // System.Collections.Generic.HashSet`1 TMPro.TMP_UpdateRegistry::m_GraphicQueueLookup HashSet_1_tF187707BD5564B6808CE30721FBC083F00B385E5 * ___m_GraphicQueueLookup_4; public: inline static int32_t get_offset_of_m_LayoutRebuildQueue_1() { return static_cast(offsetof(TMP_UpdateRegistry_t4F3B7A977A49346D2EBADCC1B29A5DAA15DB3FC0, ___m_LayoutRebuildQueue_1)); } inline List_1_tA0F66F22AB0543957B73ABDF4C5C946AB15074C6 * get_m_LayoutRebuildQueue_1() const { return ___m_LayoutRebuildQueue_1; } inline List_1_tA0F66F22AB0543957B73ABDF4C5C946AB15074C6 ** get_address_of_m_LayoutRebuildQueue_1() { return &___m_LayoutRebuildQueue_1; } inline void set_m_LayoutRebuildQueue_1(List_1_tA0F66F22AB0543957B73ABDF4C5C946AB15074C6 * value) { ___m_LayoutRebuildQueue_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_LayoutRebuildQueue_1), (void*)value); } inline static int32_t get_offset_of_m_LayoutQueueLookup_2() { return static_cast(offsetof(TMP_UpdateRegistry_t4F3B7A977A49346D2EBADCC1B29A5DAA15DB3FC0, ___m_LayoutQueueLookup_2)); } inline HashSet_1_tF187707BD5564B6808CE30721FBC083F00B385E5 * get_m_LayoutQueueLookup_2() const { return ___m_LayoutQueueLookup_2; } inline HashSet_1_tF187707BD5564B6808CE30721FBC083F00B385E5 ** get_address_of_m_LayoutQueueLookup_2() { return &___m_LayoutQueueLookup_2; } inline void set_m_LayoutQueueLookup_2(HashSet_1_tF187707BD5564B6808CE30721FBC083F00B385E5 * value) { ___m_LayoutQueueLookup_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_LayoutQueueLookup_2), (void*)value); } inline static int32_t get_offset_of_m_GraphicRebuildQueue_3() { return static_cast(offsetof(TMP_UpdateRegistry_t4F3B7A977A49346D2EBADCC1B29A5DAA15DB3FC0, ___m_GraphicRebuildQueue_3)); } inline List_1_tA0F66F22AB0543957B73ABDF4C5C946AB15074C6 * get_m_GraphicRebuildQueue_3() const { return ___m_GraphicRebuildQueue_3; } inline List_1_tA0F66F22AB0543957B73ABDF4C5C946AB15074C6 ** get_address_of_m_GraphicRebuildQueue_3() { return &___m_GraphicRebuildQueue_3; } inline void set_m_GraphicRebuildQueue_3(List_1_tA0F66F22AB0543957B73ABDF4C5C946AB15074C6 * value) { ___m_GraphicRebuildQueue_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_GraphicRebuildQueue_3), (void*)value); } inline static int32_t get_offset_of_m_GraphicQueueLookup_4() { return static_cast(offsetof(TMP_UpdateRegistry_t4F3B7A977A49346D2EBADCC1B29A5DAA15DB3FC0, ___m_GraphicQueueLookup_4)); } inline HashSet_1_tF187707BD5564B6808CE30721FBC083F00B385E5 * get_m_GraphicQueueLookup_4() const { return ___m_GraphicQueueLookup_4; } inline HashSet_1_tF187707BD5564B6808CE30721FBC083F00B385E5 ** get_address_of_m_GraphicQueueLookup_4() { return &___m_GraphicQueueLookup_4; } inline void set_m_GraphicQueueLookup_4(HashSet_1_tF187707BD5564B6808CE30721FBC083F00B385E5 * value) { ___m_GraphicQueueLookup_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_GraphicQueueLookup_4), (void*)value); } }; struct TMP_UpdateRegistry_t4F3B7A977A49346D2EBADCC1B29A5DAA15DB3FC0_StaticFields { public: // TMPro.TMP_UpdateRegistry TMPro.TMP_UpdateRegistry::s_Instance TMP_UpdateRegistry_t4F3B7A977A49346D2EBADCC1B29A5DAA15DB3FC0 * ___s_Instance_0; public: inline static int32_t get_offset_of_s_Instance_0() { return static_cast(offsetof(TMP_UpdateRegistry_t4F3B7A977A49346D2EBADCC1B29A5DAA15DB3FC0_StaticFields, ___s_Instance_0)); } inline TMP_UpdateRegistry_t4F3B7A977A49346D2EBADCC1B29A5DAA15DB3FC0 * get_s_Instance_0() const { return ___s_Instance_0; } inline TMP_UpdateRegistry_t4F3B7A977A49346D2EBADCC1B29A5DAA15DB3FC0 ** get_address_of_s_Instance_0() { return &___s_Instance_0; } inline void set_s_Instance_0(TMP_UpdateRegistry_t4F3B7A977A49346D2EBADCC1B29A5DAA15DB3FC0 * value) { ___s_Instance_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_Instance_0), (void*)value); } }; // TMPro.TMPro_EventManager struct TMPro_EventManager_t8A07AD64AF1C174D621817FEA8D2CF0DA7065AA1 : public RuntimeObject { public: public: }; struct TMPro_EventManager_t8A07AD64AF1C174D621817FEA8D2CF0DA7065AA1_StaticFields { public: // TMPro.FastAction`2 TMPro.TMPro_EventManager::COMPUTE_DT_EVENT FastAction_2_t251B7D87855C9C20395DD41A2262FF3765B409D8 * ___COMPUTE_DT_EVENT_0; // TMPro.FastAction`2 TMPro.TMPro_EventManager::MATERIAL_PROPERTY_EVENT FastAction_2_t0617135A42D314DE39D7C7E05AF8644FDAF0AF9B * ___MATERIAL_PROPERTY_EVENT_1; // TMPro.FastAction`2 TMPro.TMPro_EventManager::FONT_PROPERTY_EVENT FastAction_2_tB8818519A1AC2CA666C56F136249517F638F6A1D * ___FONT_PROPERTY_EVENT_2; // TMPro.FastAction`2 TMPro.TMPro_EventManager::SPRITE_ASSET_PROPERTY_EVENT FastAction_2_tB8818519A1AC2CA666C56F136249517F638F6A1D * ___SPRITE_ASSET_PROPERTY_EVENT_3; // TMPro.FastAction`2 TMPro.TMPro_EventManager::TEXTMESHPRO_PROPERTY_EVENT FastAction_2_tB8818519A1AC2CA666C56F136249517F638F6A1D * ___TEXTMESHPRO_PROPERTY_EVENT_4; // TMPro.FastAction`3 TMPro.TMPro_EventManager::DRAG_AND_DROP_MATERIAL_EVENT FastAction_3_t05B67C203CF03CCC06EA6A315EFE76A231AB1A22 * ___DRAG_AND_DROP_MATERIAL_EVENT_5; // TMPro.FastAction`1 TMPro.TMPro_EventManager::TEXT_STYLE_PROPERTY_EVENT FastAction_1_t0256216D55569A7059E38E7F79D8B1C844C6D472 * ___TEXT_STYLE_PROPERTY_EVENT_6; // TMPro.FastAction`1 TMPro.TMPro_EventManager::COLOR_GRADIENT_PROPERTY_EVENT FastAction_1_t83A8F378D15744DC0F2F81BEEECE0C0D1DDC6798 * ___COLOR_GRADIENT_PROPERTY_EVENT_7; // TMPro.FastAction TMPro.TMPro_EventManager::TMP_SETTINGS_PROPERTY_EVENT FastAction_tE1E0598414A65086C904C55ED0DCB45F330C9EFC * ___TMP_SETTINGS_PROPERTY_EVENT_8; // TMPro.FastAction TMPro.TMPro_EventManager::RESOURCE_LOAD_EVENT FastAction_tE1E0598414A65086C904C55ED0DCB45F330C9EFC * ___RESOURCE_LOAD_EVENT_9; // TMPro.FastAction`2 TMPro.TMPro_EventManager::TEXTMESHPRO_UGUI_PROPERTY_EVENT FastAction_2_tB8818519A1AC2CA666C56F136249517F638F6A1D * ___TEXTMESHPRO_UGUI_PROPERTY_EVENT_10; // TMPro.FastAction`1 TMPro.TMPro_EventManager::TEXT_CHANGED_EVENT FastAction_1_t83A8F378D15744DC0F2F81BEEECE0C0D1DDC6798 * ___TEXT_CHANGED_EVENT_11; public: inline static int32_t get_offset_of_COMPUTE_DT_EVENT_0() { return static_cast(offsetof(TMPro_EventManager_t8A07AD64AF1C174D621817FEA8D2CF0DA7065AA1_StaticFields, ___COMPUTE_DT_EVENT_0)); } inline FastAction_2_t251B7D87855C9C20395DD41A2262FF3765B409D8 * get_COMPUTE_DT_EVENT_0() const { return ___COMPUTE_DT_EVENT_0; } inline FastAction_2_t251B7D87855C9C20395DD41A2262FF3765B409D8 ** get_address_of_COMPUTE_DT_EVENT_0() { return &___COMPUTE_DT_EVENT_0; } inline void set_COMPUTE_DT_EVENT_0(FastAction_2_t251B7D87855C9C20395DD41A2262FF3765B409D8 * value) { ___COMPUTE_DT_EVENT_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___COMPUTE_DT_EVENT_0), (void*)value); } inline static int32_t get_offset_of_MATERIAL_PROPERTY_EVENT_1() { return static_cast(offsetof(TMPro_EventManager_t8A07AD64AF1C174D621817FEA8D2CF0DA7065AA1_StaticFields, ___MATERIAL_PROPERTY_EVENT_1)); } inline FastAction_2_t0617135A42D314DE39D7C7E05AF8644FDAF0AF9B * get_MATERIAL_PROPERTY_EVENT_1() const { return ___MATERIAL_PROPERTY_EVENT_1; } inline FastAction_2_t0617135A42D314DE39D7C7E05AF8644FDAF0AF9B ** get_address_of_MATERIAL_PROPERTY_EVENT_1() { return &___MATERIAL_PROPERTY_EVENT_1; } inline void set_MATERIAL_PROPERTY_EVENT_1(FastAction_2_t0617135A42D314DE39D7C7E05AF8644FDAF0AF9B * value) { ___MATERIAL_PROPERTY_EVENT_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___MATERIAL_PROPERTY_EVENT_1), (void*)value); } inline static int32_t get_offset_of_FONT_PROPERTY_EVENT_2() { return static_cast(offsetof(TMPro_EventManager_t8A07AD64AF1C174D621817FEA8D2CF0DA7065AA1_StaticFields, ___FONT_PROPERTY_EVENT_2)); } inline FastAction_2_tB8818519A1AC2CA666C56F136249517F638F6A1D * get_FONT_PROPERTY_EVENT_2() const { return ___FONT_PROPERTY_EVENT_2; } inline FastAction_2_tB8818519A1AC2CA666C56F136249517F638F6A1D ** get_address_of_FONT_PROPERTY_EVENT_2() { return &___FONT_PROPERTY_EVENT_2; } inline void set_FONT_PROPERTY_EVENT_2(FastAction_2_tB8818519A1AC2CA666C56F136249517F638F6A1D * value) { ___FONT_PROPERTY_EVENT_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___FONT_PROPERTY_EVENT_2), (void*)value); } inline static int32_t get_offset_of_SPRITE_ASSET_PROPERTY_EVENT_3() { return static_cast(offsetof(TMPro_EventManager_t8A07AD64AF1C174D621817FEA8D2CF0DA7065AA1_StaticFields, ___SPRITE_ASSET_PROPERTY_EVENT_3)); } inline FastAction_2_tB8818519A1AC2CA666C56F136249517F638F6A1D * get_SPRITE_ASSET_PROPERTY_EVENT_3() const { return ___SPRITE_ASSET_PROPERTY_EVENT_3; } inline FastAction_2_tB8818519A1AC2CA666C56F136249517F638F6A1D ** get_address_of_SPRITE_ASSET_PROPERTY_EVENT_3() { return &___SPRITE_ASSET_PROPERTY_EVENT_3; } inline void set_SPRITE_ASSET_PROPERTY_EVENT_3(FastAction_2_tB8818519A1AC2CA666C56F136249517F638F6A1D * value) { ___SPRITE_ASSET_PROPERTY_EVENT_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___SPRITE_ASSET_PROPERTY_EVENT_3), (void*)value); } inline static int32_t get_offset_of_TEXTMESHPRO_PROPERTY_EVENT_4() { return static_cast(offsetof(TMPro_EventManager_t8A07AD64AF1C174D621817FEA8D2CF0DA7065AA1_StaticFields, ___TEXTMESHPRO_PROPERTY_EVENT_4)); } inline FastAction_2_tB8818519A1AC2CA666C56F136249517F638F6A1D * get_TEXTMESHPRO_PROPERTY_EVENT_4() const { return ___TEXTMESHPRO_PROPERTY_EVENT_4; } inline FastAction_2_tB8818519A1AC2CA666C56F136249517F638F6A1D ** get_address_of_TEXTMESHPRO_PROPERTY_EVENT_4() { return &___TEXTMESHPRO_PROPERTY_EVENT_4; } inline void set_TEXTMESHPRO_PROPERTY_EVENT_4(FastAction_2_tB8818519A1AC2CA666C56F136249517F638F6A1D * value) { ___TEXTMESHPRO_PROPERTY_EVENT_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___TEXTMESHPRO_PROPERTY_EVENT_4), (void*)value); } inline static int32_t get_offset_of_DRAG_AND_DROP_MATERIAL_EVENT_5() { return static_cast(offsetof(TMPro_EventManager_t8A07AD64AF1C174D621817FEA8D2CF0DA7065AA1_StaticFields, ___DRAG_AND_DROP_MATERIAL_EVENT_5)); } inline FastAction_3_t05B67C203CF03CCC06EA6A315EFE76A231AB1A22 * get_DRAG_AND_DROP_MATERIAL_EVENT_5() const { return ___DRAG_AND_DROP_MATERIAL_EVENT_5; } inline FastAction_3_t05B67C203CF03CCC06EA6A315EFE76A231AB1A22 ** get_address_of_DRAG_AND_DROP_MATERIAL_EVENT_5() { return &___DRAG_AND_DROP_MATERIAL_EVENT_5; } inline void set_DRAG_AND_DROP_MATERIAL_EVENT_5(FastAction_3_t05B67C203CF03CCC06EA6A315EFE76A231AB1A22 * value) { ___DRAG_AND_DROP_MATERIAL_EVENT_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___DRAG_AND_DROP_MATERIAL_EVENT_5), (void*)value); } inline static int32_t get_offset_of_TEXT_STYLE_PROPERTY_EVENT_6() { return static_cast(offsetof(TMPro_EventManager_t8A07AD64AF1C174D621817FEA8D2CF0DA7065AA1_StaticFields, ___TEXT_STYLE_PROPERTY_EVENT_6)); } inline FastAction_1_t0256216D55569A7059E38E7F79D8B1C844C6D472 * get_TEXT_STYLE_PROPERTY_EVENT_6() const { return ___TEXT_STYLE_PROPERTY_EVENT_6; } inline FastAction_1_t0256216D55569A7059E38E7F79D8B1C844C6D472 ** get_address_of_TEXT_STYLE_PROPERTY_EVENT_6() { return &___TEXT_STYLE_PROPERTY_EVENT_6; } inline void set_TEXT_STYLE_PROPERTY_EVENT_6(FastAction_1_t0256216D55569A7059E38E7F79D8B1C844C6D472 * value) { ___TEXT_STYLE_PROPERTY_EVENT_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___TEXT_STYLE_PROPERTY_EVENT_6), (void*)value); } inline static int32_t get_offset_of_COLOR_GRADIENT_PROPERTY_EVENT_7() { return static_cast(offsetof(TMPro_EventManager_t8A07AD64AF1C174D621817FEA8D2CF0DA7065AA1_StaticFields, ___COLOR_GRADIENT_PROPERTY_EVENT_7)); } inline FastAction_1_t83A8F378D15744DC0F2F81BEEECE0C0D1DDC6798 * get_COLOR_GRADIENT_PROPERTY_EVENT_7() const { return ___COLOR_GRADIENT_PROPERTY_EVENT_7; } inline FastAction_1_t83A8F378D15744DC0F2F81BEEECE0C0D1DDC6798 ** get_address_of_COLOR_GRADIENT_PROPERTY_EVENT_7() { return &___COLOR_GRADIENT_PROPERTY_EVENT_7; } inline void set_COLOR_GRADIENT_PROPERTY_EVENT_7(FastAction_1_t83A8F378D15744DC0F2F81BEEECE0C0D1DDC6798 * value) { ___COLOR_GRADIENT_PROPERTY_EVENT_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___COLOR_GRADIENT_PROPERTY_EVENT_7), (void*)value); } inline static int32_t get_offset_of_TMP_SETTINGS_PROPERTY_EVENT_8() { return static_cast(offsetof(TMPro_EventManager_t8A07AD64AF1C174D621817FEA8D2CF0DA7065AA1_StaticFields, ___TMP_SETTINGS_PROPERTY_EVENT_8)); } inline FastAction_tE1E0598414A65086C904C55ED0DCB45F330C9EFC * get_TMP_SETTINGS_PROPERTY_EVENT_8() const { return ___TMP_SETTINGS_PROPERTY_EVENT_8; } inline FastAction_tE1E0598414A65086C904C55ED0DCB45F330C9EFC ** get_address_of_TMP_SETTINGS_PROPERTY_EVENT_8() { return &___TMP_SETTINGS_PROPERTY_EVENT_8; } inline void set_TMP_SETTINGS_PROPERTY_EVENT_8(FastAction_tE1E0598414A65086C904C55ED0DCB45F330C9EFC * value) { ___TMP_SETTINGS_PROPERTY_EVENT_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___TMP_SETTINGS_PROPERTY_EVENT_8), (void*)value); } inline static int32_t get_offset_of_RESOURCE_LOAD_EVENT_9() { return static_cast(offsetof(TMPro_EventManager_t8A07AD64AF1C174D621817FEA8D2CF0DA7065AA1_StaticFields, ___RESOURCE_LOAD_EVENT_9)); } inline FastAction_tE1E0598414A65086C904C55ED0DCB45F330C9EFC * get_RESOURCE_LOAD_EVENT_9() const { return ___RESOURCE_LOAD_EVENT_9; } inline FastAction_tE1E0598414A65086C904C55ED0DCB45F330C9EFC ** get_address_of_RESOURCE_LOAD_EVENT_9() { return &___RESOURCE_LOAD_EVENT_9; } inline void set_RESOURCE_LOAD_EVENT_9(FastAction_tE1E0598414A65086C904C55ED0DCB45F330C9EFC * value) { ___RESOURCE_LOAD_EVENT_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___RESOURCE_LOAD_EVENT_9), (void*)value); } inline static int32_t get_offset_of_TEXTMESHPRO_UGUI_PROPERTY_EVENT_10() { return static_cast(offsetof(TMPro_EventManager_t8A07AD64AF1C174D621817FEA8D2CF0DA7065AA1_StaticFields, ___TEXTMESHPRO_UGUI_PROPERTY_EVENT_10)); } inline FastAction_2_tB8818519A1AC2CA666C56F136249517F638F6A1D * get_TEXTMESHPRO_UGUI_PROPERTY_EVENT_10() const { return ___TEXTMESHPRO_UGUI_PROPERTY_EVENT_10; } inline FastAction_2_tB8818519A1AC2CA666C56F136249517F638F6A1D ** get_address_of_TEXTMESHPRO_UGUI_PROPERTY_EVENT_10() { return &___TEXTMESHPRO_UGUI_PROPERTY_EVENT_10; } inline void set_TEXTMESHPRO_UGUI_PROPERTY_EVENT_10(FastAction_2_tB8818519A1AC2CA666C56F136249517F638F6A1D * value) { ___TEXTMESHPRO_UGUI_PROPERTY_EVENT_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___TEXTMESHPRO_UGUI_PROPERTY_EVENT_10), (void*)value); } inline static int32_t get_offset_of_TEXT_CHANGED_EVENT_11() { return static_cast(offsetof(TMPro_EventManager_t8A07AD64AF1C174D621817FEA8D2CF0DA7065AA1_StaticFields, ___TEXT_CHANGED_EVENT_11)); } inline FastAction_1_t83A8F378D15744DC0F2F81BEEECE0C0D1DDC6798 * get_TEXT_CHANGED_EVENT_11() const { return ___TEXT_CHANGED_EVENT_11; } inline FastAction_1_t83A8F378D15744DC0F2F81BEEECE0C0D1DDC6798 ** get_address_of_TEXT_CHANGED_EVENT_11() { return &___TEXT_CHANGED_EVENT_11; } inline void set_TEXT_CHANGED_EVENT_11(FastAction_1_t83A8F378D15744DC0F2F81BEEECE0C0D1DDC6798 * value) { ___TEXT_CHANGED_EVENT_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___TEXT_CHANGED_EVENT_11), (void*)value); } }; // TMPro.TMPro_ExtensionMethods struct TMPro_ExtensionMethods_t38D6271A5C07EEE7A7AA3B151B5950B8F50C9CED : public RuntimeObject { public: public: }; // 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 { }; // 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_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; } }; // 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.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.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.Mathf struct Mathf_t4D4AC358D24F6DDC32EC291DDE1DF2C3B752A194 { public: union { struct { }; uint8_t Mathf_t4D4AC358D24F6DDC32EC291DDE1DF2C3B752A194__padding[1]; }; public: }; struct Mathf_t4D4AC358D24F6DDC32EC291DDE1DF2C3B752A194_StaticFields { public: // System.Single UnityEngine.Mathf::Epsilon float ___Epsilon_0; public: inline static int32_t get_offset_of_Epsilon_0() { return static_cast(offsetof(Mathf_t4D4AC358D24F6DDC32EC291DDE1DF2C3B752A194_StaticFields, ___Epsilon_0)); } inline float get_Epsilon_0() const { return ___Epsilon_0; } inline float* get_address_of_Epsilon_0() { return &___Epsilon_0; } inline void set_Epsilon_0(float value) { ___Epsilon_0 = value; } }; // 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_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_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_WordInfo struct TMP_WordInfo_t168F70FD30F4875E4C84D40F9F30FCB5D2EB895C { public: // TMPro.TMP_Text TMPro.TMP_WordInfo::textComponent TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 * ___textComponent_0; // System.Int32 TMPro.TMP_WordInfo::firstCharacterIndex int32_t ___firstCharacterIndex_1; // System.Int32 TMPro.TMP_WordInfo::lastCharacterIndex int32_t ___lastCharacterIndex_2; // System.Int32 TMPro.TMP_WordInfo::characterCount int32_t ___characterCount_3; public: inline static int32_t get_offset_of_textComponent_0() { return static_cast(offsetof(TMP_WordInfo_t168F70FD30F4875E4C84D40F9F30FCB5D2EB895C, ___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_firstCharacterIndex_1() { return static_cast(offsetof(TMP_WordInfo_t168F70FD30F4875E4C84D40F9F30FCB5D2EB895C, ___firstCharacterIndex_1)); } inline int32_t get_firstCharacterIndex_1() const { return ___firstCharacterIndex_1; } inline int32_t* get_address_of_firstCharacterIndex_1() { return &___firstCharacterIndex_1; } inline void set_firstCharacterIndex_1(int32_t value) { ___firstCharacterIndex_1 = value; } inline static int32_t get_offset_of_lastCharacterIndex_2() { return static_cast(offsetof(TMP_WordInfo_t168F70FD30F4875E4C84D40F9F30FCB5D2EB895C, ___lastCharacterIndex_2)); } inline int32_t get_lastCharacterIndex_2() const { return ___lastCharacterIndex_2; } inline int32_t* get_address_of_lastCharacterIndex_2() { return &___lastCharacterIndex_2; } inline void set_lastCharacterIndex_2(int32_t value) { ___lastCharacterIndex_2 = value; } inline static int32_t get_offset_of_characterCount_3() { return static_cast(offsetof(TMP_WordInfo_t168F70FD30F4875E4C84D40F9F30FCB5D2EB895C, ___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; } }; // Native definition for P/Invoke marshalling of TMPro.TMP_WordInfo struct TMP_WordInfo_t168F70FD30F4875E4C84D40F9F30FCB5D2EB895C_marshaled_pinvoke { TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 * ___textComponent_0; int32_t ___firstCharacterIndex_1; int32_t ___lastCharacterIndex_2; int32_t ___characterCount_3; }; // Native definition for COM marshalling of TMPro.TMP_WordInfo struct TMP_WordInfo_t168F70FD30F4875E4C84D40F9F30FCB5D2EB895C_marshaled_com { TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 * ___textComponent_0; int32_t ___firstCharacterIndex_1; int32_t ___lastCharacterIndex_2; int32_t ___characterCount_3; }; // TMPro.TagAttribute struct TagAttribute_tBD8D72F38DCB2FA8B13B320159A5463EEBDC0B46 { public: // System.Int32 TMPro.TagAttribute::startIndex int32_t ___startIndex_0; // System.Int32 TMPro.TagAttribute::length int32_t ___length_1; // System.Int32 TMPro.TagAttribute::hashCode int32_t ___hashCode_2; public: inline static int32_t get_offset_of_startIndex_0() { return static_cast(offsetof(TagAttribute_tBD8D72F38DCB2FA8B13B320159A5463EEBDC0B46, ___startIndex_0)); } inline int32_t get_startIndex_0() const { return ___startIndex_0; } inline int32_t* get_address_of_startIndex_0() { return &___startIndex_0; } inline void set_startIndex_0(int32_t value) { ___startIndex_0 = value; } inline static int32_t get_offset_of_length_1() { return static_cast(offsetof(TagAttribute_tBD8D72F38DCB2FA8B13B320159A5463EEBDC0B46, ___length_1)); } inline int32_t get_length_1() const { return ___length_1; } inline int32_t* get_address_of_length_1() { return &___length_1; } inline void set_length_1(int32_t value) { ___length_1 = value; } inline static int32_t get_offset_of_hashCode_2() { return static_cast(offsetof(TagAttribute_tBD8D72F38DCB2FA8B13B320159A5463EEBDC0B46, ___hashCode_2)); } inline int32_t get_hashCode_2() const { return ___hashCode_2; } inline int32_t* get_address_of_hashCode_2() { return &___hashCode_2; } inline void set_hashCode_2(int32_t value) { ___hashCode_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; } }; // 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.CaretPosition struct CaretPosition_tD29400DB5A98AE9A55B4332E16DB433692C74D70 { public: // System.Int32 TMPro.CaretPosition::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(CaretPosition_tD29400DB5A98AE9A55B4332E16DB433692C74D70, ___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; } }; // TMPro.Compute_DistanceTransform_EventTypes struct Compute_DistanceTransform_EventTypes_tD78C17A77AE0EF6649B6EDC29F8C57AE738B3A0C { public: // System.Int32 TMPro.Compute_DistanceTransform_EventTypes::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(Compute_DistanceTransform_EventTypes_tD78C17A77AE0EF6649B6EDC29F8C57AE738B3A0C, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Delegate struct Delegate_t : public RuntimeObject { public: // System.IntPtr System.Delegate::method_ptr Il2CppMethodPointer ___method_ptr_0; // System.IntPtr System.Delegate::invoke_impl intptr_t ___invoke_impl_1; // System.Object System.Delegate::m_target RuntimeObject * ___m_target_2; // System.IntPtr System.Delegate::method intptr_t ___method_3; // System.IntPtr System.Delegate::delegate_trampoline intptr_t ___delegate_trampoline_4; // System.IntPtr System.Delegate::extra_arg intptr_t ___extra_arg_5; // System.IntPtr System.Delegate::method_code intptr_t ___method_code_6; // System.Reflection.MethodInfo System.Delegate::method_info MethodInfo_t * ___method_info_7; // System.Reflection.MethodInfo System.Delegate::original_method_info MethodInfo_t * ___original_method_info_8; // System.DelegateData System.Delegate::data DelegateData_t17DD30660E330C49381DAA99F934BE75CB11F288 * ___data_9; // System.Boolean System.Delegate::method_is_virtual bool ___method_is_virtual_10; public: inline static int32_t get_offset_of_method_ptr_0() { return static_cast(offsetof(Delegate_t, ___method_ptr_0)); } inline Il2CppMethodPointer get_method_ptr_0() const { return ___method_ptr_0; } inline Il2CppMethodPointer* get_address_of_method_ptr_0() { return &___method_ptr_0; } inline void set_method_ptr_0(Il2CppMethodPointer value) { ___method_ptr_0 = value; } inline static int32_t get_offset_of_invoke_impl_1() { return static_cast(offsetof(Delegate_t, ___invoke_impl_1)); } inline intptr_t get_invoke_impl_1() const { return ___invoke_impl_1; } inline intptr_t* get_address_of_invoke_impl_1() { return &___invoke_impl_1; } inline void set_invoke_impl_1(intptr_t value) { ___invoke_impl_1 = value; } inline static int32_t get_offset_of_m_target_2() { return static_cast(offsetof(Delegate_t, ___m_target_2)); } inline RuntimeObject * get_m_target_2() const { return ___m_target_2; } inline RuntimeObject ** get_address_of_m_target_2() { return &___m_target_2; } inline void set_m_target_2(RuntimeObject * value) { ___m_target_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_target_2), (void*)value); } inline static int32_t get_offset_of_method_3() { return static_cast(offsetof(Delegate_t, ___method_3)); } inline intptr_t get_method_3() const { return ___method_3; } inline intptr_t* get_address_of_method_3() { return &___method_3; } inline void set_method_3(intptr_t value) { ___method_3 = value; } inline static int32_t get_offset_of_delegate_trampoline_4() { return static_cast(offsetof(Delegate_t, ___delegate_trampoline_4)); } inline intptr_t get_delegate_trampoline_4() const { return ___delegate_trampoline_4; } inline intptr_t* get_address_of_delegate_trampoline_4() { return &___delegate_trampoline_4; } inline void set_delegate_trampoline_4(intptr_t value) { ___delegate_trampoline_4 = value; } inline static int32_t get_offset_of_extra_arg_5() { return static_cast(offsetof(Delegate_t, ___extra_arg_5)); } inline intptr_t get_extra_arg_5() const { return ___extra_arg_5; } inline intptr_t* get_address_of_extra_arg_5() { return &___extra_arg_5; } inline void set_extra_arg_5(intptr_t value) { ___extra_arg_5 = value; } inline static int32_t get_offset_of_method_code_6() { return static_cast(offsetof(Delegate_t, ___method_code_6)); } inline intptr_t get_method_code_6() const { return ___method_code_6; } inline intptr_t* get_address_of_method_code_6() { return &___method_code_6; } inline void set_method_code_6(intptr_t value) { ___method_code_6 = value; } inline static int32_t get_offset_of_method_info_7() { return static_cast(offsetof(Delegate_t, ___method_info_7)); } inline MethodInfo_t * get_method_info_7() const { return ___method_info_7; } inline MethodInfo_t ** get_address_of_method_info_7() { return &___method_info_7; } inline void set_method_info_7(MethodInfo_t * value) { ___method_info_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___method_info_7), (void*)value); } inline static int32_t get_offset_of_original_method_info_8() { return static_cast(offsetof(Delegate_t, ___original_method_info_8)); } inline MethodInfo_t * get_original_method_info_8() const { return ___original_method_info_8; } inline MethodInfo_t ** get_address_of_original_method_info_8() { return &___original_method_info_8; } inline void set_original_method_info_8(MethodInfo_t * value) { ___original_method_info_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___original_method_info_8), (void*)value); } inline static int32_t get_offset_of_data_9() { return static_cast(offsetof(Delegate_t, ___data_9)); } inline DelegateData_t17DD30660E330C49381DAA99F934BE75CB11F288 * get_data_9() const { return ___data_9; } inline DelegateData_t17DD30660E330C49381DAA99F934BE75CB11F288 ** get_address_of_data_9() { return &___data_9; } inline void set_data_9(DelegateData_t17DD30660E330C49381DAA99F934BE75CB11F288 * value) { ___data_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___data_9), (void*)value); } inline static int32_t get_offset_of_method_is_virtual_10() { return static_cast(offsetof(Delegate_t, ___method_is_virtual_10)); } inline bool get_method_is_virtual_10() const { return ___method_is_virtual_10; } inline bool* get_address_of_method_is_virtual_10() { return &___method_is_virtual_10; } inline void set_method_is_virtual_10(bool value) { ___method_is_virtual_10 = value; } }; // Native definition for P/Invoke marshalling of System.Delegate struct Delegate_t_marshaled_pinvoke { intptr_t ___method_ptr_0; intptr_t ___invoke_impl_1; Il2CppIUnknown* ___m_target_2; intptr_t ___method_3; intptr_t ___delegate_trampoline_4; intptr_t ___extra_arg_5; intptr_t ___method_code_6; MethodInfo_t * ___method_info_7; MethodInfo_t * ___original_method_info_8; DelegateData_t17DD30660E330C49381DAA99F934BE75CB11F288 * ___data_9; int32_t ___method_is_virtual_10; }; // Native definition for COM marshalling of System.Delegate struct Delegate_t_marshaled_com { intptr_t ___method_ptr_0; intptr_t ___invoke_impl_1; Il2CppIUnknown* ___m_target_2; intptr_t ___method_3; intptr_t ___delegate_trampoline_4; intptr_t ___extra_arg_5; intptr_t ___method_code_6; MethodInfo_t * ___method_info_7; MethodInfo_t * ___original_method_info_8; DelegateData_t17DD30660E330C49381DAA99F934BE75CB11F288 * ___data_9; int32_t ___method_is_virtual_10; }; // 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.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; }; // UnityEngine.Plane struct Plane_t80844BF2332EAFC1DDEDD616A950242031A115C7 { public: // UnityEngine.Vector3 UnityEngine.Plane::m_Normal Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___m_Normal_0; // System.Single UnityEngine.Plane::m_Distance float ___m_Distance_1; public: inline static int32_t get_offset_of_m_Normal_0() { return static_cast(offsetof(Plane_t80844BF2332EAFC1DDEDD616A950242031A115C7, ___m_Normal_0)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_m_Normal_0() const { return ___m_Normal_0; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_m_Normal_0() { return &___m_Normal_0; } inline void set_m_Normal_0(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___m_Normal_0 = value; } inline static int32_t get_offset_of_m_Distance_1() { return static_cast(offsetof(Plane_t80844BF2332EAFC1DDEDD616A950242031A115C7, ___m_Distance_1)); } inline float get_m_Distance_1() const { return ___m_Distance_1; } inline float* get_address_of_m_Distance_1() { return &___m_Distance_1; } inline void set_m_Distance_1(float value) { ___m_Distance_1 = value; } }; // Unity.Profiling.ProfilerMarker struct ProfilerMarker_tAE86534C80C5D67768DB3B244D8D139A2E6495E1 { public: // System.IntPtr Unity.Profiling.ProfilerMarker::m_Ptr intptr_t ___m_Ptr_0; public: inline static int32_t get_offset_of_m_Ptr_0() { return static_cast(offsetof(ProfilerMarker_tAE86534C80C5D67768DB3B244D8D139A2E6495E1, ___m_Ptr_0)); } inline intptr_t get_m_Ptr_0() const { return ___m_Ptr_0; } inline intptr_t* get_address_of_m_Ptr_0() { return &___m_Ptr_0; } inline void set_m_Ptr_0(intptr_t value) { ___m_Ptr_0 = value; } }; // UnityEngine.Ray struct Ray_t2E9E67CC8B03EE6ED2BBF3D2C9C96DDF70E1D5E6 { public: // UnityEngine.Vector3 UnityEngine.Ray::m_Origin Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___m_Origin_0; // UnityEngine.Vector3 UnityEngine.Ray::m_Direction Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___m_Direction_1; public: inline static int32_t get_offset_of_m_Origin_0() { return static_cast(offsetof(Ray_t2E9E67CC8B03EE6ED2BBF3D2C9C96DDF70E1D5E6, ___m_Origin_0)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_m_Origin_0() const { return ___m_Origin_0; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_m_Origin_0() { return &___m_Origin_0; } inline void set_m_Origin_0(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___m_Origin_0 = value; } inline static int32_t get_offset_of_m_Direction_1() { return static_cast(offsetof(Ray_t2E9E67CC8B03EE6ED2BBF3D2C9C96DDF70E1D5E6, ___m_Direction_1)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_m_Direction_1() const { return ___m_Direction_1; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_m_Direction_1() { return &___m_Direction_1; } inline void set_m_Direction_1(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___m_Direction_1 = value; } }; // UnityEngine.Rendering.ShadowCastingMode struct ShadowCastingMode_t4193084D236CFA695FE2F3FD04D0898ABF03F8B2 { public: // System.Int32 UnityEngine.Rendering.ShadowCastingMode::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(ShadowCastingMode_t4193084D236CFA695FE2F3FD04D0898ABF03F8B2, ___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_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.TextContainerAnchors struct TextContainerAnchors_t25F7579302D0B5735E125B3CDDDF4B1C3E3D43EA { public: // System.Int32 TMPro.TextContainerAnchors::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(TextContainerAnchors_t25F7579302D0B5735E125B3CDDDF4B1C3E3D43EA, ___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; } }; // 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_TextUtilities/LineSegment struct LineSegment_t7EBE28F12DB31AD9429D413B42DCC8F91EB6DEB4 { public: // UnityEngine.Vector3 TMPro.TMP_TextUtilities/LineSegment::Point1 Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___Point1_0; // UnityEngine.Vector3 TMPro.TMP_TextUtilities/LineSegment::Point2 Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___Point2_1; public: inline static int32_t get_offset_of_Point1_0() { return static_cast(offsetof(LineSegment_t7EBE28F12DB31AD9429D413B42DCC8F91EB6DEB4, ___Point1_0)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_Point1_0() const { return ___Point1_0; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_Point1_0() { return &___Point1_0; } inline void set_Point1_0(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___Point1_0 = value; } inline static int32_t get_offset_of_Point2_1() { return static_cast(offsetof(LineSegment_t7EBE28F12DB31AD9429D413B42DCC8F91EB6DEB4, ___Point2_1)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_Point2_1() const { return ___Point2_1; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_Point2_1() { return &___Point2_1; } inline void set_Point2_1(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___Point2_1 = 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: }; // TMPro.Compute_DT_EventArgs struct Compute_DT_EventArgs_t67EB1217554822AAFFEB095D5A45363B26B8A7E6 : public RuntimeObject { public: // TMPro.Compute_DistanceTransform_EventTypes TMPro.Compute_DT_EventArgs::EventType int32_t ___EventType_0; // System.Single TMPro.Compute_DT_EventArgs::ProgressPercentage float ___ProgressPercentage_1; // UnityEngine.Color[] TMPro.Compute_DT_EventArgs::Colors ColorU5BU5D_t358DD89F511301E663AD9157305B94A2DEFF8834* ___Colors_2; public: inline static int32_t get_offset_of_EventType_0() { return static_cast(offsetof(Compute_DT_EventArgs_t67EB1217554822AAFFEB095D5A45363B26B8A7E6, ___EventType_0)); } inline int32_t get_EventType_0() const { return ___EventType_0; } inline int32_t* get_address_of_EventType_0() { return &___EventType_0; } inline void set_EventType_0(int32_t value) { ___EventType_0 = value; } inline static int32_t get_offset_of_ProgressPercentage_1() { return static_cast(offsetof(Compute_DT_EventArgs_t67EB1217554822AAFFEB095D5A45363B26B8A7E6, ___ProgressPercentage_1)); } inline float get_ProgressPercentage_1() const { return ___ProgressPercentage_1; } inline float* get_address_of_ProgressPercentage_1() { return &___ProgressPercentage_1; } inline void set_ProgressPercentage_1(float value) { ___ProgressPercentage_1 = value; } inline static int32_t get_offset_of_Colors_2() { return static_cast(offsetof(Compute_DT_EventArgs_t67EB1217554822AAFFEB095D5A45363B26B8A7E6, ___Colors_2)); } inline ColorU5BU5D_t358DD89F511301E663AD9157305B94A2DEFF8834* get_Colors_2() const { return ___Colors_2; } inline ColorU5BU5D_t358DD89F511301E663AD9157305B94A2DEFF8834** get_address_of_Colors_2() { return &___Colors_2; } inline void set_Colors_2(ColorU5BU5D_t358DD89F511301E663AD9157305B94A2DEFF8834* value) { ___Colors_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___Colors_2), (void*)value); } }; // 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.ScriptableObject struct ScriptableObject_t4361E08CEBF052C650D3666C7CEC37EB31DE116A : public Object_tF2F3778131EFF286AF62B7B013A170F95A91571A { public: public: }; // Native definition for P/Invoke marshalling of UnityEngine.ScriptableObject struct ScriptableObject_t4361E08CEBF052C650D3666C7CEC37EB31DE116A_marshaled_pinvoke : public Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_marshaled_pinvoke { }; // Native definition for COM marshalling of UnityEngine.ScriptableObject struct ScriptableObject_t4361E08CEBF052C650D3666C7CEC37EB31DE116A_marshaled_com : public Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_marshaled_com { }; // TMPro.TMP_CharacterInfo struct TMP_CharacterInfo_t6F1B9FE4246803FFE4F527B3CEFED9D60AD7383B { public: // System.Char TMPro.TMP_CharacterInfo::character Il2CppChar ___character_0; // System.Int32 TMPro.TMP_CharacterInfo::index int32_t ___index_1; // System.Int32 TMPro.TMP_CharacterInfo::stringLength int32_t ___stringLength_2; // TMPro.TMP_TextElementType TMPro.TMP_CharacterInfo::elementType int32_t ___elementType_3; // TMPro.TMP_TextElement TMPro.TMP_CharacterInfo::textElement TMP_TextElement_tDF9A55D56A0B44EA4EA36DEDF942AEB6369AF832 * ___textElement_4; // TMPro.TMP_FontAsset TMPro.TMP_CharacterInfo::fontAsset TMP_FontAsset_tDD8F58129CF4A9094C82DD209531E9E71F9837B2 * ___fontAsset_5; // TMPro.TMP_SpriteAsset TMPro.TMP_CharacterInfo::spriteAsset TMP_SpriteAsset_t0746714D8A56C0A27AE56DC6897CC1A129220714 * ___spriteAsset_6; // System.Int32 TMPro.TMP_CharacterInfo::spriteIndex int32_t ___spriteIndex_7; // UnityEngine.Material TMPro.TMP_CharacterInfo::material Material_t8927C00353A72755313F046D0CE85178AE8218EE * ___material_8; // System.Int32 TMPro.TMP_CharacterInfo::materialReferenceIndex int32_t ___materialReferenceIndex_9; // System.Boolean TMPro.TMP_CharacterInfo::isUsingAlternateTypeface bool ___isUsingAlternateTypeface_10; // System.Single TMPro.TMP_CharacterInfo::pointSize float ___pointSize_11; // System.Int32 TMPro.TMP_CharacterInfo::lineNumber int32_t ___lineNumber_12; // System.Int32 TMPro.TMP_CharacterInfo::pageNumber int32_t ___pageNumber_13; // System.Int32 TMPro.TMP_CharacterInfo::vertexIndex int32_t ___vertexIndex_14; // TMPro.TMP_Vertex TMPro.TMP_CharacterInfo::vertex_BL TMP_Vertex_t8008D4AEC9AE4E475F5E02225801EB18A2A1341E ___vertex_BL_15; // TMPro.TMP_Vertex TMPro.TMP_CharacterInfo::vertex_TL TMP_Vertex_t8008D4AEC9AE4E475F5E02225801EB18A2A1341E ___vertex_TL_16; // TMPro.TMP_Vertex TMPro.TMP_CharacterInfo::vertex_TR TMP_Vertex_t8008D4AEC9AE4E475F5E02225801EB18A2A1341E ___vertex_TR_17; // TMPro.TMP_Vertex TMPro.TMP_CharacterInfo::vertex_BR TMP_Vertex_t8008D4AEC9AE4E475F5E02225801EB18A2A1341E ___vertex_BR_18; // UnityEngine.Vector3 TMPro.TMP_CharacterInfo::topLeft Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___topLeft_19; // UnityEngine.Vector3 TMPro.TMP_CharacterInfo::bottomLeft Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___bottomLeft_20; // UnityEngine.Vector3 TMPro.TMP_CharacterInfo::topRight Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___topRight_21; // UnityEngine.Vector3 TMPro.TMP_CharacterInfo::bottomRight Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___bottomRight_22; // System.Single TMPro.TMP_CharacterInfo::origin float ___origin_23; // System.Single TMPro.TMP_CharacterInfo::xAdvance float ___xAdvance_24; // System.Single TMPro.TMP_CharacterInfo::ascender float ___ascender_25; // System.Single TMPro.TMP_CharacterInfo::baseLine float ___baseLine_26; // System.Single TMPro.TMP_CharacterInfo::descender float ___descender_27; // System.Single TMPro.TMP_CharacterInfo::adjustedAscender float ___adjustedAscender_28; // System.Single TMPro.TMP_CharacterInfo::adjustedDescender float ___adjustedDescender_29; // System.Single TMPro.TMP_CharacterInfo::aspectRatio float ___aspectRatio_30; // System.Single TMPro.TMP_CharacterInfo::scale float ___scale_31; // UnityEngine.Color32 TMPro.TMP_CharacterInfo::color Color32_tDB54A78627878A7D2DE42BB028D64306A18E858D ___color_32; // UnityEngine.Color32 TMPro.TMP_CharacterInfo::underlineColor Color32_tDB54A78627878A7D2DE42BB028D64306A18E858D ___underlineColor_33; // System.Int32 TMPro.TMP_CharacterInfo::underlineVertexIndex int32_t ___underlineVertexIndex_34; // UnityEngine.Color32 TMPro.TMP_CharacterInfo::strikethroughColor Color32_tDB54A78627878A7D2DE42BB028D64306A18E858D ___strikethroughColor_35; // System.Int32 TMPro.TMP_CharacterInfo::strikethroughVertexIndex int32_t ___strikethroughVertexIndex_36; // UnityEngine.Color32 TMPro.TMP_CharacterInfo::highlightColor Color32_tDB54A78627878A7D2DE42BB028D64306A18E858D ___highlightColor_37; // TMPro.HighlightState TMPro.TMP_CharacterInfo::highlightState HighlightState_t52CE27A1187034A1037ABC13A70BAEE4AC3B5759 ___highlightState_38; // TMPro.FontStyles TMPro.TMP_CharacterInfo::style int32_t ___style_39; // System.Boolean TMPro.TMP_CharacterInfo::isVisible bool ___isVisible_40; public: inline static int32_t get_offset_of_character_0() { return static_cast(offsetof(TMP_CharacterInfo_t6F1B9FE4246803FFE4F527B3CEFED9D60AD7383B, ___character_0)); } inline Il2CppChar get_character_0() const { return ___character_0; } inline Il2CppChar* get_address_of_character_0() { return &___character_0; } inline void set_character_0(Il2CppChar value) { ___character_0 = value; } inline static int32_t get_offset_of_index_1() { return static_cast(offsetof(TMP_CharacterInfo_t6F1B9FE4246803FFE4F527B3CEFED9D60AD7383B, ___index_1)); } inline int32_t get_index_1() const { return ___index_1; } inline int32_t* get_address_of_index_1() { return &___index_1; } inline void set_index_1(int32_t value) { ___index_1 = value; } inline static int32_t get_offset_of_stringLength_2() { return static_cast(offsetof(TMP_CharacterInfo_t6F1B9FE4246803FFE4F527B3CEFED9D60AD7383B, ___stringLength_2)); } inline int32_t get_stringLength_2() const { return ___stringLength_2; } inline int32_t* get_address_of_stringLength_2() { return &___stringLength_2; } inline void set_stringLength_2(int32_t value) { ___stringLength_2 = value; } inline static int32_t get_offset_of_elementType_3() { return static_cast(offsetof(TMP_CharacterInfo_t6F1B9FE4246803FFE4F527B3CEFED9D60AD7383B, ___elementType_3)); } inline int32_t get_elementType_3() const { return ___elementType_3; } inline int32_t* get_address_of_elementType_3() { return &___elementType_3; } inline void set_elementType_3(int32_t value) { ___elementType_3 = value; } inline static int32_t get_offset_of_textElement_4() { return static_cast(offsetof(TMP_CharacterInfo_t6F1B9FE4246803FFE4F527B3CEFED9D60AD7383B, ___textElement_4)); } inline TMP_TextElement_tDF9A55D56A0B44EA4EA36DEDF942AEB6369AF832 * get_textElement_4() const { return ___textElement_4; } inline TMP_TextElement_tDF9A55D56A0B44EA4EA36DEDF942AEB6369AF832 ** get_address_of_textElement_4() { return &___textElement_4; } inline void set_textElement_4(TMP_TextElement_tDF9A55D56A0B44EA4EA36DEDF942AEB6369AF832 * value) { ___textElement_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___textElement_4), (void*)value); } inline static int32_t get_offset_of_fontAsset_5() { return static_cast(offsetof(TMP_CharacterInfo_t6F1B9FE4246803FFE4F527B3CEFED9D60AD7383B, ___fontAsset_5)); } inline TMP_FontAsset_tDD8F58129CF4A9094C82DD209531E9E71F9837B2 * get_fontAsset_5() const { return ___fontAsset_5; } inline TMP_FontAsset_tDD8F58129CF4A9094C82DD209531E9E71F9837B2 ** get_address_of_fontAsset_5() { return &___fontAsset_5; } inline void set_fontAsset_5(TMP_FontAsset_tDD8F58129CF4A9094C82DD209531E9E71F9837B2 * value) { ___fontAsset_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___fontAsset_5), (void*)value); } inline static int32_t get_offset_of_spriteAsset_6() { return static_cast(offsetof(TMP_CharacterInfo_t6F1B9FE4246803FFE4F527B3CEFED9D60AD7383B, ___spriteAsset_6)); } inline TMP_SpriteAsset_t0746714D8A56C0A27AE56DC6897CC1A129220714 * get_spriteAsset_6() const { return ___spriteAsset_6; } inline TMP_SpriteAsset_t0746714D8A56C0A27AE56DC6897CC1A129220714 ** get_address_of_spriteAsset_6() { return &___spriteAsset_6; } inline void set_spriteAsset_6(TMP_SpriteAsset_t0746714D8A56C0A27AE56DC6897CC1A129220714 * value) { ___spriteAsset_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___spriteAsset_6), (void*)value); } inline static int32_t get_offset_of_spriteIndex_7() { return static_cast(offsetof(TMP_CharacterInfo_t6F1B9FE4246803FFE4F527B3CEFED9D60AD7383B, ___spriteIndex_7)); } inline int32_t get_spriteIndex_7() const { return ___spriteIndex_7; } inline int32_t* get_address_of_spriteIndex_7() { return &___spriteIndex_7; } inline void set_spriteIndex_7(int32_t value) { ___spriteIndex_7 = value; } inline static int32_t get_offset_of_material_8() { return static_cast(offsetof(TMP_CharacterInfo_t6F1B9FE4246803FFE4F527B3CEFED9D60AD7383B, ___material_8)); } inline Material_t8927C00353A72755313F046D0CE85178AE8218EE * get_material_8() const { return ___material_8; } inline Material_t8927C00353A72755313F046D0CE85178AE8218EE ** get_address_of_material_8() { return &___material_8; } inline void set_material_8(Material_t8927C00353A72755313F046D0CE85178AE8218EE * value) { ___material_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___material_8), (void*)value); } inline static int32_t get_offset_of_materialReferenceIndex_9() { return static_cast(offsetof(TMP_CharacterInfo_t6F1B9FE4246803FFE4F527B3CEFED9D60AD7383B, ___materialReferenceIndex_9)); } inline int32_t get_materialReferenceIndex_9() const { return ___materialReferenceIndex_9; } inline int32_t* get_address_of_materialReferenceIndex_9() { return &___materialReferenceIndex_9; } inline void set_materialReferenceIndex_9(int32_t value) { ___materialReferenceIndex_9 = value; } inline static int32_t get_offset_of_isUsingAlternateTypeface_10() { return static_cast(offsetof(TMP_CharacterInfo_t6F1B9FE4246803FFE4F527B3CEFED9D60AD7383B, ___isUsingAlternateTypeface_10)); } inline bool get_isUsingAlternateTypeface_10() const { return ___isUsingAlternateTypeface_10; } inline bool* get_address_of_isUsingAlternateTypeface_10() { return &___isUsingAlternateTypeface_10; } inline void set_isUsingAlternateTypeface_10(bool value) { ___isUsingAlternateTypeface_10 = value; } inline static int32_t get_offset_of_pointSize_11() { return static_cast(offsetof(TMP_CharacterInfo_t6F1B9FE4246803FFE4F527B3CEFED9D60AD7383B, ___pointSize_11)); } inline float get_pointSize_11() const { return ___pointSize_11; } inline float* get_address_of_pointSize_11() { return &___pointSize_11; } inline void set_pointSize_11(float value) { ___pointSize_11 = value; } inline static int32_t get_offset_of_lineNumber_12() { return static_cast(offsetof(TMP_CharacterInfo_t6F1B9FE4246803FFE4F527B3CEFED9D60AD7383B, ___lineNumber_12)); } inline int32_t get_lineNumber_12() const { return ___lineNumber_12; } inline int32_t* get_address_of_lineNumber_12() { return &___lineNumber_12; } inline void set_lineNumber_12(int32_t value) { ___lineNumber_12 = value; } inline static int32_t get_offset_of_pageNumber_13() { return static_cast(offsetof(TMP_CharacterInfo_t6F1B9FE4246803FFE4F527B3CEFED9D60AD7383B, ___pageNumber_13)); } inline int32_t get_pageNumber_13() const { return ___pageNumber_13; } inline int32_t* get_address_of_pageNumber_13() { return &___pageNumber_13; } inline void set_pageNumber_13(int32_t value) { ___pageNumber_13 = value; } inline static int32_t get_offset_of_vertexIndex_14() { return static_cast(offsetof(TMP_CharacterInfo_t6F1B9FE4246803FFE4F527B3CEFED9D60AD7383B, ___vertexIndex_14)); } inline int32_t get_vertexIndex_14() const { return ___vertexIndex_14; } inline int32_t* get_address_of_vertexIndex_14() { return &___vertexIndex_14; } inline void set_vertexIndex_14(int32_t value) { ___vertexIndex_14 = value; } inline static int32_t get_offset_of_vertex_BL_15() { return static_cast(offsetof(TMP_CharacterInfo_t6F1B9FE4246803FFE4F527B3CEFED9D60AD7383B, ___vertex_BL_15)); } inline TMP_Vertex_t8008D4AEC9AE4E475F5E02225801EB18A2A1341E get_vertex_BL_15() const { return ___vertex_BL_15; } inline TMP_Vertex_t8008D4AEC9AE4E475F5E02225801EB18A2A1341E * get_address_of_vertex_BL_15() { return &___vertex_BL_15; } inline void set_vertex_BL_15(TMP_Vertex_t8008D4AEC9AE4E475F5E02225801EB18A2A1341E value) { ___vertex_BL_15 = value; } inline static int32_t get_offset_of_vertex_TL_16() { return static_cast(offsetof(TMP_CharacterInfo_t6F1B9FE4246803FFE4F527B3CEFED9D60AD7383B, ___vertex_TL_16)); } inline TMP_Vertex_t8008D4AEC9AE4E475F5E02225801EB18A2A1341E get_vertex_TL_16() const { return ___vertex_TL_16; } inline TMP_Vertex_t8008D4AEC9AE4E475F5E02225801EB18A2A1341E * get_address_of_vertex_TL_16() { return &___vertex_TL_16; } inline void set_vertex_TL_16(TMP_Vertex_t8008D4AEC9AE4E475F5E02225801EB18A2A1341E value) { ___vertex_TL_16 = value; } inline static int32_t get_offset_of_vertex_TR_17() { return static_cast(offsetof(TMP_CharacterInfo_t6F1B9FE4246803FFE4F527B3CEFED9D60AD7383B, ___vertex_TR_17)); } inline TMP_Vertex_t8008D4AEC9AE4E475F5E02225801EB18A2A1341E get_vertex_TR_17() const { return ___vertex_TR_17; } inline TMP_Vertex_t8008D4AEC9AE4E475F5E02225801EB18A2A1341E * get_address_of_vertex_TR_17() { return &___vertex_TR_17; } inline void set_vertex_TR_17(TMP_Vertex_t8008D4AEC9AE4E475F5E02225801EB18A2A1341E value) { ___vertex_TR_17 = value; } inline static int32_t get_offset_of_vertex_BR_18() { return static_cast(offsetof(TMP_CharacterInfo_t6F1B9FE4246803FFE4F527B3CEFED9D60AD7383B, ___vertex_BR_18)); } inline TMP_Vertex_t8008D4AEC9AE4E475F5E02225801EB18A2A1341E get_vertex_BR_18() const { return ___vertex_BR_18; } inline TMP_Vertex_t8008D4AEC9AE4E475F5E02225801EB18A2A1341E * get_address_of_vertex_BR_18() { return &___vertex_BR_18; } inline void set_vertex_BR_18(TMP_Vertex_t8008D4AEC9AE4E475F5E02225801EB18A2A1341E value) { ___vertex_BR_18 = value; } inline static int32_t get_offset_of_topLeft_19() { return static_cast(offsetof(TMP_CharacterInfo_t6F1B9FE4246803FFE4F527B3CEFED9D60AD7383B, ___topLeft_19)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_topLeft_19() const { return ___topLeft_19; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_topLeft_19() { return &___topLeft_19; } inline void set_topLeft_19(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___topLeft_19 = value; } inline static int32_t get_offset_of_bottomLeft_20() { return static_cast(offsetof(TMP_CharacterInfo_t6F1B9FE4246803FFE4F527B3CEFED9D60AD7383B, ___bottomLeft_20)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_bottomLeft_20() const { return ___bottomLeft_20; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_bottomLeft_20() { return &___bottomLeft_20; } inline void set_bottomLeft_20(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___bottomLeft_20 = value; } inline static int32_t get_offset_of_topRight_21() { return static_cast(offsetof(TMP_CharacterInfo_t6F1B9FE4246803FFE4F527B3CEFED9D60AD7383B, ___topRight_21)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_topRight_21() const { return ___topRight_21; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_topRight_21() { return &___topRight_21; } inline void set_topRight_21(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___topRight_21 = value; } inline static int32_t get_offset_of_bottomRight_22() { return static_cast(offsetof(TMP_CharacterInfo_t6F1B9FE4246803FFE4F527B3CEFED9D60AD7383B, ___bottomRight_22)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_bottomRight_22() const { return ___bottomRight_22; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_bottomRight_22() { return &___bottomRight_22; } inline void set_bottomRight_22(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___bottomRight_22 = value; } inline static int32_t get_offset_of_origin_23() { return static_cast(offsetof(TMP_CharacterInfo_t6F1B9FE4246803FFE4F527B3CEFED9D60AD7383B, ___origin_23)); } inline float get_origin_23() const { return ___origin_23; } inline float* get_address_of_origin_23() { return &___origin_23; } inline void set_origin_23(float value) { ___origin_23 = value; } inline static int32_t get_offset_of_xAdvance_24() { return static_cast(offsetof(TMP_CharacterInfo_t6F1B9FE4246803FFE4F527B3CEFED9D60AD7383B, ___xAdvance_24)); } inline float get_xAdvance_24() const { return ___xAdvance_24; } inline float* get_address_of_xAdvance_24() { return &___xAdvance_24; } inline void set_xAdvance_24(float value) { ___xAdvance_24 = value; } inline static int32_t get_offset_of_ascender_25() { return static_cast(offsetof(TMP_CharacterInfo_t6F1B9FE4246803FFE4F527B3CEFED9D60AD7383B, ___ascender_25)); } inline float get_ascender_25() const { return ___ascender_25; } inline float* get_address_of_ascender_25() { return &___ascender_25; } inline void set_ascender_25(float value) { ___ascender_25 = value; } inline static int32_t get_offset_of_baseLine_26() { return static_cast(offsetof(TMP_CharacterInfo_t6F1B9FE4246803FFE4F527B3CEFED9D60AD7383B, ___baseLine_26)); } inline float get_baseLine_26() const { return ___baseLine_26; } inline float* get_address_of_baseLine_26() { return &___baseLine_26; } inline void set_baseLine_26(float value) { ___baseLine_26 = value; } inline static int32_t get_offset_of_descender_27() { return static_cast(offsetof(TMP_CharacterInfo_t6F1B9FE4246803FFE4F527B3CEFED9D60AD7383B, ___descender_27)); } inline float get_descender_27() const { return ___descender_27; } inline float* get_address_of_descender_27() { return &___descender_27; } inline void set_descender_27(float value) { ___descender_27 = value; } inline static int32_t get_offset_of_adjustedAscender_28() { return static_cast(offsetof(TMP_CharacterInfo_t6F1B9FE4246803FFE4F527B3CEFED9D60AD7383B, ___adjustedAscender_28)); } inline float get_adjustedAscender_28() const { return ___adjustedAscender_28; } inline float* get_address_of_adjustedAscender_28() { return &___adjustedAscender_28; } inline void set_adjustedAscender_28(float value) { ___adjustedAscender_28 = value; } inline static int32_t get_offset_of_adjustedDescender_29() { return static_cast(offsetof(TMP_CharacterInfo_t6F1B9FE4246803FFE4F527B3CEFED9D60AD7383B, ___adjustedDescender_29)); } inline float get_adjustedDescender_29() const { return ___adjustedDescender_29; } inline float* get_address_of_adjustedDescender_29() { return &___adjustedDescender_29; } inline void set_adjustedDescender_29(float value) { ___adjustedDescender_29 = value; } inline static int32_t get_offset_of_aspectRatio_30() { return static_cast(offsetof(TMP_CharacterInfo_t6F1B9FE4246803FFE4F527B3CEFED9D60AD7383B, ___aspectRatio_30)); } inline float get_aspectRatio_30() const { return ___aspectRatio_30; } inline float* get_address_of_aspectRatio_30() { return &___aspectRatio_30; } inline void set_aspectRatio_30(float value) { ___aspectRatio_30 = value; } inline static int32_t get_offset_of_scale_31() { return static_cast(offsetof(TMP_CharacterInfo_t6F1B9FE4246803FFE4F527B3CEFED9D60AD7383B, ___scale_31)); } inline float get_scale_31() const { return ___scale_31; } inline float* get_address_of_scale_31() { return &___scale_31; } inline void set_scale_31(float value) { ___scale_31 = value; } inline static int32_t get_offset_of_color_32() { return static_cast(offsetof(TMP_CharacterInfo_t6F1B9FE4246803FFE4F527B3CEFED9D60AD7383B, ___color_32)); } inline Color32_tDB54A78627878A7D2DE42BB028D64306A18E858D get_color_32() const { return ___color_32; } inline Color32_tDB54A78627878A7D2DE42BB028D64306A18E858D * get_address_of_color_32() { return &___color_32; } inline void set_color_32(Color32_tDB54A78627878A7D2DE42BB028D64306A18E858D value) { ___color_32 = value; } inline static int32_t get_offset_of_underlineColor_33() { return static_cast(offsetof(TMP_CharacterInfo_t6F1B9FE4246803FFE4F527B3CEFED9D60AD7383B, ___underlineColor_33)); } inline Color32_tDB54A78627878A7D2DE42BB028D64306A18E858D get_underlineColor_33() const { return ___underlineColor_33; } inline Color32_tDB54A78627878A7D2DE42BB028D64306A18E858D * get_address_of_underlineColor_33() { return &___underlineColor_33; } inline void set_underlineColor_33(Color32_tDB54A78627878A7D2DE42BB028D64306A18E858D value) { ___underlineColor_33 = value; } inline static int32_t get_offset_of_underlineVertexIndex_34() { return static_cast(offsetof(TMP_CharacterInfo_t6F1B9FE4246803FFE4F527B3CEFED9D60AD7383B, ___underlineVertexIndex_34)); } inline int32_t get_underlineVertexIndex_34() const { return ___underlineVertexIndex_34; } inline int32_t* get_address_of_underlineVertexIndex_34() { return &___underlineVertexIndex_34; } inline void set_underlineVertexIndex_34(int32_t value) { ___underlineVertexIndex_34 = value; } inline static int32_t get_offset_of_strikethroughColor_35() { return static_cast(offsetof(TMP_CharacterInfo_t6F1B9FE4246803FFE4F527B3CEFED9D60AD7383B, ___strikethroughColor_35)); } inline Color32_tDB54A78627878A7D2DE42BB028D64306A18E858D get_strikethroughColor_35() const { return ___strikethroughColor_35; } inline Color32_tDB54A78627878A7D2DE42BB028D64306A18E858D * get_address_of_strikethroughColor_35() { return &___strikethroughColor_35; } inline void set_strikethroughColor_35(Color32_tDB54A78627878A7D2DE42BB028D64306A18E858D value) { ___strikethroughColor_35 = value; } inline static int32_t get_offset_of_strikethroughVertexIndex_36() { return static_cast(offsetof(TMP_CharacterInfo_t6F1B9FE4246803FFE4F527B3CEFED9D60AD7383B, ___strikethroughVertexIndex_36)); } inline int32_t get_strikethroughVertexIndex_36() const { return ___strikethroughVertexIndex_36; } inline int32_t* get_address_of_strikethroughVertexIndex_36() { return &___strikethroughVertexIndex_36; } inline void set_strikethroughVertexIndex_36(int32_t value) { ___strikethroughVertexIndex_36 = value; } inline static int32_t get_offset_of_highlightColor_37() { return static_cast(offsetof(TMP_CharacterInfo_t6F1B9FE4246803FFE4F527B3CEFED9D60AD7383B, ___highlightColor_37)); } inline Color32_tDB54A78627878A7D2DE42BB028D64306A18E858D get_highlightColor_37() const { return ___highlightColor_37; } inline Color32_tDB54A78627878A7D2DE42BB028D64306A18E858D * get_address_of_highlightColor_37() { return &___highlightColor_37; } inline void set_highlightColor_37(Color32_tDB54A78627878A7D2DE42BB028D64306A18E858D value) { ___highlightColor_37 = value; } inline static int32_t get_offset_of_highlightState_38() { return static_cast(offsetof(TMP_CharacterInfo_t6F1B9FE4246803FFE4F527B3CEFED9D60AD7383B, ___highlightState_38)); } inline HighlightState_t52CE27A1187034A1037ABC13A70BAEE4AC3B5759 get_highlightState_38() const { return ___highlightState_38; } inline HighlightState_t52CE27A1187034A1037ABC13A70BAEE4AC3B5759 * get_address_of_highlightState_38() { return &___highlightState_38; } inline void set_highlightState_38(HighlightState_t52CE27A1187034A1037ABC13A70BAEE4AC3B5759 value) { ___highlightState_38 = value; } inline static int32_t get_offset_of_style_39() { return static_cast(offsetof(TMP_CharacterInfo_t6F1B9FE4246803FFE4F527B3CEFED9D60AD7383B, ___style_39)); } inline int32_t get_style_39() const { return ___style_39; } inline int32_t* get_address_of_style_39() { return &___style_39; } inline void set_style_39(int32_t value) { ___style_39 = value; } inline static int32_t get_offset_of_isVisible_40() { return static_cast(offsetof(TMP_CharacterInfo_t6F1B9FE4246803FFE4F527B3CEFED9D60AD7383B, ___isVisible_40)); } inline bool get_isVisible_40() const { return ___isVisible_40; } inline bool* get_address_of_isVisible_40() { return &___isVisible_40; } inline void set_isVisible_40(bool value) { ___isVisible_40 = value; } }; // Native definition for P/Invoke marshalling of TMPro.TMP_CharacterInfo struct TMP_CharacterInfo_t6F1B9FE4246803FFE4F527B3CEFED9D60AD7383B_marshaled_pinvoke { uint8_t ___character_0; int32_t ___index_1; int32_t ___stringLength_2; int32_t ___elementType_3; TMP_TextElement_tDF9A55D56A0B44EA4EA36DEDF942AEB6369AF832 * ___textElement_4; TMP_FontAsset_tDD8F58129CF4A9094C82DD209531E9E71F9837B2 * ___fontAsset_5; TMP_SpriteAsset_t0746714D8A56C0A27AE56DC6897CC1A129220714 * ___spriteAsset_6; int32_t ___spriteIndex_7; Material_t8927C00353A72755313F046D0CE85178AE8218EE * ___material_8; int32_t ___materialReferenceIndex_9; int32_t ___isUsingAlternateTypeface_10; float ___pointSize_11; int32_t ___lineNumber_12; int32_t ___pageNumber_13; int32_t ___vertexIndex_14; TMP_Vertex_t8008D4AEC9AE4E475F5E02225801EB18A2A1341E ___vertex_BL_15; TMP_Vertex_t8008D4AEC9AE4E475F5E02225801EB18A2A1341E ___vertex_TL_16; TMP_Vertex_t8008D4AEC9AE4E475F5E02225801EB18A2A1341E ___vertex_TR_17; TMP_Vertex_t8008D4AEC9AE4E475F5E02225801EB18A2A1341E ___vertex_BR_18; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___topLeft_19; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___bottomLeft_20; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___topRight_21; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___bottomRight_22; float ___origin_23; float ___xAdvance_24; float ___ascender_25; float ___baseLine_26; float ___descender_27; float ___adjustedAscender_28; float ___adjustedDescender_29; float ___aspectRatio_30; float ___scale_31; Color32_tDB54A78627878A7D2DE42BB028D64306A18E858D ___color_32; Color32_tDB54A78627878A7D2DE42BB028D64306A18E858D ___underlineColor_33; int32_t ___underlineVertexIndex_34; Color32_tDB54A78627878A7D2DE42BB028D64306A18E858D ___strikethroughColor_35; int32_t ___strikethroughVertexIndex_36; Color32_tDB54A78627878A7D2DE42BB028D64306A18E858D ___highlightColor_37; HighlightState_t52CE27A1187034A1037ABC13A70BAEE4AC3B5759 ___highlightState_38; int32_t ___style_39; int32_t ___isVisible_40; }; // Native definition for COM marshalling of TMPro.TMP_CharacterInfo struct TMP_CharacterInfo_t6F1B9FE4246803FFE4F527B3CEFED9D60AD7383B_marshaled_com { uint8_t ___character_0; int32_t ___index_1; int32_t ___stringLength_2; int32_t ___elementType_3; TMP_TextElement_tDF9A55D56A0B44EA4EA36DEDF942AEB6369AF832 * ___textElement_4; TMP_FontAsset_tDD8F58129CF4A9094C82DD209531E9E71F9837B2 * ___fontAsset_5; TMP_SpriteAsset_t0746714D8A56C0A27AE56DC6897CC1A129220714 * ___spriteAsset_6; int32_t ___spriteIndex_7; Material_t8927C00353A72755313F046D0CE85178AE8218EE * ___material_8; int32_t ___materialReferenceIndex_9; int32_t ___isUsingAlternateTypeface_10; float ___pointSize_11; int32_t ___lineNumber_12; int32_t ___pageNumber_13; int32_t ___vertexIndex_14; TMP_Vertex_t8008D4AEC9AE4E475F5E02225801EB18A2A1341E ___vertex_BL_15; TMP_Vertex_t8008D4AEC9AE4E475F5E02225801EB18A2A1341E ___vertex_TL_16; TMP_Vertex_t8008D4AEC9AE4E475F5E02225801EB18A2A1341E ___vertex_TR_17; TMP_Vertex_t8008D4AEC9AE4E475F5E02225801EB18A2A1341E ___vertex_BR_18; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___topLeft_19; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___bottomLeft_20; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___topRight_21; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___bottomRight_22; float ___origin_23; float ___xAdvance_24; float ___ascender_25; float ___baseLine_26; float ___descender_27; float ___adjustedAscender_28; float ___adjustedDescender_29; float ___aspectRatio_30; float ___scale_31; Color32_tDB54A78627878A7D2DE42BB028D64306A18E858D ___color_32; Color32_tDB54A78627878A7D2DE42BB028D64306A18E858D ___underlineColor_33; int32_t ___underlineVertexIndex_34; Color32_tDB54A78627878A7D2DE42BB028D64306A18E858D ___strikethroughColor_35; int32_t ___strikethroughVertexIndex_36; Color32_tDB54A78627878A7D2DE42BB028D64306A18E858D ___highlightColor_37; HighlightState_t52CE27A1187034A1037ABC13A70BAEE4AC3B5759 ___highlightState_38; int32_t ___style_39; int32_t ___isVisible_40; }; // TMPro.TMP_GlyphPairAdjustmentRecord struct TMP_GlyphPairAdjustmentRecord_t79F65D973582F66AF3787F0C63E6E6575C8E0C10 : public RuntimeObject { public: // TMPro.TMP_GlyphAdjustmentRecord TMPro.TMP_GlyphPairAdjustmentRecord::m_FirstAdjustmentRecord TMP_GlyphAdjustmentRecord_t722843E4D5C44C6027391ACAFAC6D117DE8AAF4D ___m_FirstAdjustmentRecord_0; // TMPro.TMP_GlyphAdjustmentRecord TMPro.TMP_GlyphPairAdjustmentRecord::m_SecondAdjustmentRecord TMP_GlyphAdjustmentRecord_t722843E4D5C44C6027391ACAFAC6D117DE8AAF4D ___m_SecondAdjustmentRecord_1; // TMPro.FontFeatureLookupFlags TMPro.TMP_GlyphPairAdjustmentRecord::m_FeatureLookupFlags int32_t ___m_FeatureLookupFlags_2; public: inline static int32_t get_offset_of_m_FirstAdjustmentRecord_0() { return static_cast(offsetof(TMP_GlyphPairAdjustmentRecord_t79F65D973582F66AF3787F0C63E6E6575C8E0C10, ___m_FirstAdjustmentRecord_0)); } inline TMP_GlyphAdjustmentRecord_t722843E4D5C44C6027391ACAFAC6D117DE8AAF4D get_m_FirstAdjustmentRecord_0() const { return ___m_FirstAdjustmentRecord_0; } inline TMP_GlyphAdjustmentRecord_t722843E4D5C44C6027391ACAFAC6D117DE8AAF4D * get_address_of_m_FirstAdjustmentRecord_0() { return &___m_FirstAdjustmentRecord_0; } inline void set_m_FirstAdjustmentRecord_0(TMP_GlyphAdjustmentRecord_t722843E4D5C44C6027391ACAFAC6D117DE8AAF4D value) { ___m_FirstAdjustmentRecord_0 = value; } inline static int32_t get_offset_of_m_SecondAdjustmentRecord_1() { return static_cast(offsetof(TMP_GlyphPairAdjustmentRecord_t79F65D973582F66AF3787F0C63E6E6575C8E0C10, ___m_SecondAdjustmentRecord_1)); } inline TMP_GlyphAdjustmentRecord_t722843E4D5C44C6027391ACAFAC6D117DE8AAF4D get_m_SecondAdjustmentRecord_1() const { return ___m_SecondAdjustmentRecord_1; } inline TMP_GlyphAdjustmentRecord_t722843E4D5C44C6027391ACAFAC6D117DE8AAF4D * get_address_of_m_SecondAdjustmentRecord_1() { return &___m_SecondAdjustmentRecord_1; } inline void set_m_SecondAdjustmentRecord_1(TMP_GlyphAdjustmentRecord_t722843E4D5C44C6027391ACAFAC6D117DE8AAF4D value) { ___m_SecondAdjustmentRecord_1 = value; } inline static int32_t get_offset_of_m_FeatureLookupFlags_2() { return static_cast(offsetof(TMP_GlyphPairAdjustmentRecord_t79F65D973582F66AF3787F0C63E6E6575C8E0C10, ___m_FeatureLookupFlags_2)); } inline int32_t get_m_FeatureLookupFlags_2() const { return ___m_FeatureLookupFlags_2; } inline int32_t* get_address_of_m_FeatureLookupFlags_2() { return &___m_FeatureLookupFlags_2; } inline void set_m_FeatureLookupFlags_2(int32_t value) { ___m_FeatureLookupFlags_2 = value; } }; // TMPro.TMP_LineInfo struct TMP_LineInfo_tB86D3A31D61EB73EEFB08F6B1AB5C60DE52981F7 { public: // System.Int32 TMPro.TMP_LineInfo::controlCharacterCount int32_t ___controlCharacterCount_0; // System.Int32 TMPro.TMP_LineInfo::characterCount int32_t ___characterCount_1; // System.Int32 TMPro.TMP_LineInfo::visibleCharacterCount int32_t ___visibleCharacterCount_2; // System.Int32 TMPro.TMP_LineInfo::spaceCount int32_t ___spaceCount_3; // System.Int32 TMPro.TMP_LineInfo::wordCount int32_t ___wordCount_4; // System.Int32 TMPro.TMP_LineInfo::firstCharacterIndex int32_t ___firstCharacterIndex_5; // System.Int32 TMPro.TMP_LineInfo::firstVisibleCharacterIndex int32_t ___firstVisibleCharacterIndex_6; // System.Int32 TMPro.TMP_LineInfo::lastCharacterIndex int32_t ___lastCharacterIndex_7; // System.Int32 TMPro.TMP_LineInfo::lastVisibleCharacterIndex int32_t ___lastVisibleCharacterIndex_8; // System.Single TMPro.TMP_LineInfo::length float ___length_9; // System.Single TMPro.TMP_LineInfo::lineHeight float ___lineHeight_10; // System.Single TMPro.TMP_LineInfo::ascender float ___ascender_11; // System.Single TMPro.TMP_LineInfo::baseline float ___baseline_12; // System.Single TMPro.TMP_LineInfo::descender float ___descender_13; // System.Single TMPro.TMP_LineInfo::maxAdvance float ___maxAdvance_14; // System.Single TMPro.TMP_LineInfo::width float ___width_15; // System.Single TMPro.TMP_LineInfo::marginLeft float ___marginLeft_16; // System.Single TMPro.TMP_LineInfo::marginRight float ___marginRight_17; // TMPro.HorizontalAlignmentOptions TMPro.TMP_LineInfo::alignment int32_t ___alignment_18; // TMPro.Extents TMPro.TMP_LineInfo::lineExtents Extents_tD663823B610620A001CCCCFF452C10403AF2A0FA ___lineExtents_19; public: inline static int32_t get_offset_of_controlCharacterCount_0() { return static_cast(offsetof(TMP_LineInfo_tB86D3A31D61EB73EEFB08F6B1AB5C60DE52981F7, ___controlCharacterCount_0)); } inline int32_t get_controlCharacterCount_0() const { return ___controlCharacterCount_0; } inline int32_t* get_address_of_controlCharacterCount_0() { return &___controlCharacterCount_0; } inline void set_controlCharacterCount_0(int32_t value) { ___controlCharacterCount_0 = value; } inline static int32_t get_offset_of_characterCount_1() { return static_cast(offsetof(TMP_LineInfo_tB86D3A31D61EB73EEFB08F6B1AB5C60DE52981F7, ___characterCount_1)); } inline int32_t get_characterCount_1() const { return ___characterCount_1; } inline int32_t* get_address_of_characterCount_1() { return &___characterCount_1; } inline void set_characterCount_1(int32_t value) { ___characterCount_1 = value; } inline static int32_t get_offset_of_visibleCharacterCount_2() { return static_cast(offsetof(TMP_LineInfo_tB86D3A31D61EB73EEFB08F6B1AB5C60DE52981F7, ___visibleCharacterCount_2)); } inline int32_t get_visibleCharacterCount_2() const { return ___visibleCharacterCount_2; } inline int32_t* get_address_of_visibleCharacterCount_2() { return &___visibleCharacterCount_2; } inline void set_visibleCharacterCount_2(int32_t value) { ___visibleCharacterCount_2 = value; } inline static int32_t get_offset_of_spaceCount_3() { return static_cast(offsetof(TMP_LineInfo_tB86D3A31D61EB73EEFB08F6B1AB5C60DE52981F7, ___spaceCount_3)); } inline int32_t get_spaceCount_3() const { return ___spaceCount_3; } inline int32_t* get_address_of_spaceCount_3() { return &___spaceCount_3; } inline void set_spaceCount_3(int32_t value) { ___spaceCount_3 = value; } inline static int32_t get_offset_of_wordCount_4() { return static_cast(offsetof(TMP_LineInfo_tB86D3A31D61EB73EEFB08F6B1AB5C60DE52981F7, ___wordCount_4)); } inline int32_t get_wordCount_4() const { return ___wordCount_4; } inline int32_t* get_address_of_wordCount_4() { return &___wordCount_4; } inline void set_wordCount_4(int32_t value) { ___wordCount_4 = value; } inline static int32_t get_offset_of_firstCharacterIndex_5() { return static_cast(offsetof(TMP_LineInfo_tB86D3A31D61EB73EEFB08F6B1AB5C60DE52981F7, ___firstCharacterIndex_5)); } inline int32_t get_firstCharacterIndex_5() const { return ___firstCharacterIndex_5; } inline int32_t* get_address_of_firstCharacterIndex_5() { return &___firstCharacterIndex_5; } inline void set_firstCharacterIndex_5(int32_t value) { ___firstCharacterIndex_5 = value; } inline static int32_t get_offset_of_firstVisibleCharacterIndex_6() { return static_cast(offsetof(TMP_LineInfo_tB86D3A31D61EB73EEFB08F6B1AB5C60DE52981F7, ___firstVisibleCharacterIndex_6)); } inline int32_t get_firstVisibleCharacterIndex_6() const { return ___firstVisibleCharacterIndex_6; } inline int32_t* get_address_of_firstVisibleCharacterIndex_6() { return &___firstVisibleCharacterIndex_6; } inline void set_firstVisibleCharacterIndex_6(int32_t value) { ___firstVisibleCharacterIndex_6 = value; } inline static int32_t get_offset_of_lastCharacterIndex_7() { return static_cast(offsetof(TMP_LineInfo_tB86D3A31D61EB73EEFB08F6B1AB5C60DE52981F7, ___lastCharacterIndex_7)); } inline int32_t get_lastCharacterIndex_7() const { return ___lastCharacterIndex_7; } inline int32_t* get_address_of_lastCharacterIndex_7() { return &___lastCharacterIndex_7; } inline void set_lastCharacterIndex_7(int32_t value) { ___lastCharacterIndex_7 = value; } inline static int32_t get_offset_of_lastVisibleCharacterIndex_8() { return static_cast(offsetof(TMP_LineInfo_tB86D3A31D61EB73EEFB08F6B1AB5C60DE52981F7, ___lastVisibleCharacterIndex_8)); } inline int32_t get_lastVisibleCharacterIndex_8() const { return ___lastVisibleCharacterIndex_8; } inline int32_t* get_address_of_lastVisibleCharacterIndex_8() { return &___lastVisibleCharacterIndex_8; } inline void set_lastVisibleCharacterIndex_8(int32_t value) { ___lastVisibleCharacterIndex_8 = value; } inline static int32_t get_offset_of_length_9() { return static_cast(offsetof(TMP_LineInfo_tB86D3A31D61EB73EEFB08F6B1AB5C60DE52981F7, ___length_9)); } inline float get_length_9() const { return ___length_9; } inline float* get_address_of_length_9() { return &___length_9; } inline void set_length_9(float value) { ___length_9 = value; } inline static int32_t get_offset_of_lineHeight_10() { return static_cast(offsetof(TMP_LineInfo_tB86D3A31D61EB73EEFB08F6B1AB5C60DE52981F7, ___lineHeight_10)); } inline float get_lineHeight_10() const { return ___lineHeight_10; } inline float* get_address_of_lineHeight_10() { return &___lineHeight_10; } inline void set_lineHeight_10(float value) { ___lineHeight_10 = value; } inline static int32_t get_offset_of_ascender_11() { return static_cast(offsetof(TMP_LineInfo_tB86D3A31D61EB73EEFB08F6B1AB5C60DE52981F7, ___ascender_11)); } inline float get_ascender_11() const { return ___ascender_11; } inline float* get_address_of_ascender_11() { return &___ascender_11; } inline void set_ascender_11(float value) { ___ascender_11 = value; } inline static int32_t get_offset_of_baseline_12() { return static_cast(offsetof(TMP_LineInfo_tB86D3A31D61EB73EEFB08F6B1AB5C60DE52981F7, ___baseline_12)); } inline float get_baseline_12() const { return ___baseline_12; } inline float* get_address_of_baseline_12() { return &___baseline_12; } inline void set_baseline_12(float value) { ___baseline_12 = value; } inline static int32_t get_offset_of_descender_13() { return static_cast(offsetof(TMP_LineInfo_tB86D3A31D61EB73EEFB08F6B1AB5C60DE52981F7, ___descender_13)); } inline float get_descender_13() const { return ___descender_13; } inline float* get_address_of_descender_13() { return &___descender_13; } inline void set_descender_13(float value) { ___descender_13 = value; } inline static int32_t get_offset_of_maxAdvance_14() { return static_cast(offsetof(TMP_LineInfo_tB86D3A31D61EB73EEFB08F6B1AB5C60DE52981F7, ___maxAdvance_14)); } inline float get_maxAdvance_14() const { return ___maxAdvance_14; } inline float* get_address_of_maxAdvance_14() { return &___maxAdvance_14; } inline void set_maxAdvance_14(float value) { ___maxAdvance_14 = value; } inline static int32_t get_offset_of_width_15() { return static_cast(offsetof(TMP_LineInfo_tB86D3A31D61EB73EEFB08F6B1AB5C60DE52981F7, ___width_15)); } inline float get_width_15() const { return ___width_15; } inline float* get_address_of_width_15() { return &___width_15; } inline void set_width_15(float value) { ___width_15 = value; } inline static int32_t get_offset_of_marginLeft_16() { return static_cast(offsetof(TMP_LineInfo_tB86D3A31D61EB73EEFB08F6B1AB5C60DE52981F7, ___marginLeft_16)); } inline float get_marginLeft_16() const { return ___marginLeft_16; } inline float* get_address_of_marginLeft_16() { return &___marginLeft_16; } inline void set_marginLeft_16(float value) { ___marginLeft_16 = value; } inline static int32_t get_offset_of_marginRight_17() { return static_cast(offsetof(TMP_LineInfo_tB86D3A31D61EB73EEFB08F6B1AB5C60DE52981F7, ___marginRight_17)); } inline float get_marginRight_17() const { return ___marginRight_17; } inline float* get_address_of_marginRight_17() { return &___marginRight_17; } inline void set_marginRight_17(float value) { ___marginRight_17 = value; } inline static int32_t get_offset_of_alignment_18() { return static_cast(offsetof(TMP_LineInfo_tB86D3A31D61EB73EEFB08F6B1AB5C60DE52981F7, ___alignment_18)); } inline int32_t get_alignment_18() const { return ___alignment_18; } inline int32_t* get_address_of_alignment_18() { return &___alignment_18; } inline void set_alignment_18(int32_t value) { ___alignment_18 = value; } inline static int32_t get_offset_of_lineExtents_19() { return static_cast(offsetof(TMP_LineInfo_tB86D3A31D61EB73EEFB08F6B1AB5C60DE52981F7, ___lineExtents_19)); } inline Extents_tD663823B610620A001CCCCFF452C10403AF2A0FA get_lineExtents_19() const { return ___lineExtents_19; } inline Extents_tD663823B610620A001CCCCFF452C10403AF2A0FA * get_address_of_lineExtents_19() { return &___lineExtents_19; } inline void set_lineExtents_19(Extents_tD663823B610620A001CCCCFF452C10403AF2A0FA value) { ___lineExtents_19 = value; } }; // TMPro.TMP_MeshInfo struct TMP_MeshInfo_t69FCEF4CBC055C00598478835753D43D94A03176 { public: // UnityEngine.Mesh TMPro.TMP_MeshInfo::mesh Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 * ___mesh_4; // System.Int32 TMPro.TMP_MeshInfo::vertexCount int32_t ___vertexCount_5; // UnityEngine.Vector3[] TMPro.TMP_MeshInfo::vertices Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4* ___vertices_6; // UnityEngine.Vector3[] TMPro.TMP_MeshInfo::normals Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4* ___normals_7; // UnityEngine.Vector4[] TMPro.TMP_MeshInfo::tangents Vector4U5BU5D_tCE72D928AA6FF1852BAC5E4396F6F0131ED11871* ___tangents_8; // UnityEngine.Vector2[] TMPro.TMP_MeshInfo::uvs0 Vector2U5BU5D_tE0F58A2D6D8592B5EC37D9CDEF09103A02E5D7FA* ___uvs0_9; // UnityEngine.Vector2[] TMPro.TMP_MeshInfo::uvs2 Vector2U5BU5D_tE0F58A2D6D8592B5EC37D9CDEF09103A02E5D7FA* ___uvs2_10; // UnityEngine.Color32[] TMPro.TMP_MeshInfo::colors32 Color32U5BU5D_t7FEB526973BF84608073B85CF2D581427F0235E2* ___colors32_11; // System.Int32[] TMPro.TMP_MeshInfo::triangles Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___triangles_12; // UnityEngine.Material TMPro.TMP_MeshInfo::material Material_t8927C00353A72755313F046D0CE85178AE8218EE * ___material_13; public: inline static int32_t get_offset_of_mesh_4() { return static_cast(offsetof(TMP_MeshInfo_t69FCEF4CBC055C00598478835753D43D94A03176, ___mesh_4)); } inline Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 * get_mesh_4() const { return ___mesh_4; } inline Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 ** get_address_of_mesh_4() { return &___mesh_4; } inline void set_mesh_4(Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 * value) { ___mesh_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___mesh_4), (void*)value); } inline static int32_t get_offset_of_vertexCount_5() { return static_cast(offsetof(TMP_MeshInfo_t69FCEF4CBC055C00598478835753D43D94A03176, ___vertexCount_5)); } inline int32_t get_vertexCount_5() const { return ___vertexCount_5; } inline int32_t* get_address_of_vertexCount_5() { return &___vertexCount_5; } inline void set_vertexCount_5(int32_t value) { ___vertexCount_5 = value; } inline static int32_t get_offset_of_vertices_6() { return static_cast(offsetof(TMP_MeshInfo_t69FCEF4CBC055C00598478835753D43D94A03176, ___vertices_6)); } inline Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4* get_vertices_6() const { return ___vertices_6; } inline Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4** get_address_of_vertices_6() { return &___vertices_6; } inline void set_vertices_6(Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4* value) { ___vertices_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___vertices_6), (void*)value); } inline static int32_t get_offset_of_normals_7() { return static_cast(offsetof(TMP_MeshInfo_t69FCEF4CBC055C00598478835753D43D94A03176, ___normals_7)); } inline Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4* get_normals_7() const { return ___normals_7; } inline Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4** get_address_of_normals_7() { return &___normals_7; } inline void set_normals_7(Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4* value) { ___normals_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___normals_7), (void*)value); } inline static int32_t get_offset_of_tangents_8() { return static_cast(offsetof(TMP_MeshInfo_t69FCEF4CBC055C00598478835753D43D94A03176, ___tangents_8)); } inline Vector4U5BU5D_tCE72D928AA6FF1852BAC5E4396F6F0131ED11871* get_tangents_8() const { return ___tangents_8; } inline Vector4U5BU5D_tCE72D928AA6FF1852BAC5E4396F6F0131ED11871** get_address_of_tangents_8() { return &___tangents_8; } inline void set_tangents_8(Vector4U5BU5D_tCE72D928AA6FF1852BAC5E4396F6F0131ED11871* value) { ___tangents_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___tangents_8), (void*)value); } inline static int32_t get_offset_of_uvs0_9() { return static_cast(offsetof(TMP_MeshInfo_t69FCEF4CBC055C00598478835753D43D94A03176, ___uvs0_9)); } inline Vector2U5BU5D_tE0F58A2D6D8592B5EC37D9CDEF09103A02E5D7FA* get_uvs0_9() const { return ___uvs0_9; } inline Vector2U5BU5D_tE0F58A2D6D8592B5EC37D9CDEF09103A02E5D7FA** get_address_of_uvs0_9() { return &___uvs0_9; } inline void set_uvs0_9(Vector2U5BU5D_tE0F58A2D6D8592B5EC37D9CDEF09103A02E5D7FA* value) { ___uvs0_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___uvs0_9), (void*)value); } inline static int32_t get_offset_of_uvs2_10() { return static_cast(offsetof(TMP_MeshInfo_t69FCEF4CBC055C00598478835753D43D94A03176, ___uvs2_10)); } inline Vector2U5BU5D_tE0F58A2D6D8592B5EC37D9CDEF09103A02E5D7FA* get_uvs2_10() const { return ___uvs2_10; } inline Vector2U5BU5D_tE0F58A2D6D8592B5EC37D9CDEF09103A02E5D7FA** get_address_of_uvs2_10() { return &___uvs2_10; } inline void set_uvs2_10(Vector2U5BU5D_tE0F58A2D6D8592B5EC37D9CDEF09103A02E5D7FA* value) { ___uvs2_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___uvs2_10), (void*)value); } inline static int32_t get_offset_of_colors32_11() { return static_cast(offsetof(TMP_MeshInfo_t69FCEF4CBC055C00598478835753D43D94A03176, ___colors32_11)); } inline Color32U5BU5D_t7FEB526973BF84608073B85CF2D581427F0235E2* get_colors32_11() const { return ___colors32_11; } inline Color32U5BU5D_t7FEB526973BF84608073B85CF2D581427F0235E2** get_address_of_colors32_11() { return &___colors32_11; } inline void set_colors32_11(Color32U5BU5D_t7FEB526973BF84608073B85CF2D581427F0235E2* value) { ___colors32_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___colors32_11), (void*)value); } inline static int32_t get_offset_of_triangles_12() { return static_cast(offsetof(TMP_MeshInfo_t69FCEF4CBC055C00598478835753D43D94A03176, ___triangles_12)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_triangles_12() const { return ___triangles_12; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_triangles_12() { return &___triangles_12; } inline void set_triangles_12(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___triangles_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___triangles_12), (void*)value); } inline static int32_t get_offset_of_material_13() { return static_cast(offsetof(TMP_MeshInfo_t69FCEF4CBC055C00598478835753D43D94A03176, ___material_13)); } inline Material_t8927C00353A72755313F046D0CE85178AE8218EE * get_material_13() const { return ___material_13; } inline Material_t8927C00353A72755313F046D0CE85178AE8218EE ** get_address_of_material_13() { return &___material_13; } inline void set_material_13(Material_t8927C00353A72755313F046D0CE85178AE8218EE * value) { ___material_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___material_13), (void*)value); } }; struct TMP_MeshInfo_t69FCEF4CBC055C00598478835753D43D94A03176_StaticFields { public: // UnityEngine.Color32 TMPro.TMP_MeshInfo::s_DefaultColor Color32_tDB54A78627878A7D2DE42BB028D64306A18E858D ___s_DefaultColor_0; // UnityEngine.Vector3 TMPro.TMP_MeshInfo::s_DefaultNormal Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___s_DefaultNormal_1; // UnityEngine.Vector4 TMPro.TMP_MeshInfo::s_DefaultTangent Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 ___s_DefaultTangent_2; // UnityEngine.Bounds TMPro.TMP_MeshInfo::s_DefaultBounds Bounds_t0F1F36D4F7AF49524B3C2A2259594412A3D3AE37 ___s_DefaultBounds_3; public: inline static int32_t get_offset_of_s_DefaultColor_0() { return static_cast(offsetof(TMP_MeshInfo_t69FCEF4CBC055C00598478835753D43D94A03176_StaticFields, ___s_DefaultColor_0)); } inline Color32_tDB54A78627878A7D2DE42BB028D64306A18E858D get_s_DefaultColor_0() const { return ___s_DefaultColor_0; } inline Color32_tDB54A78627878A7D2DE42BB028D64306A18E858D * get_address_of_s_DefaultColor_0() { return &___s_DefaultColor_0; } inline void set_s_DefaultColor_0(Color32_tDB54A78627878A7D2DE42BB028D64306A18E858D value) { ___s_DefaultColor_0 = value; } inline static int32_t get_offset_of_s_DefaultNormal_1() { return static_cast(offsetof(TMP_MeshInfo_t69FCEF4CBC055C00598478835753D43D94A03176_StaticFields, ___s_DefaultNormal_1)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_s_DefaultNormal_1() const { return ___s_DefaultNormal_1; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_s_DefaultNormal_1() { return &___s_DefaultNormal_1; } inline void set_s_DefaultNormal_1(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___s_DefaultNormal_1 = value; } inline static int32_t get_offset_of_s_DefaultTangent_2() { return static_cast(offsetof(TMP_MeshInfo_t69FCEF4CBC055C00598478835753D43D94A03176_StaticFields, ___s_DefaultTangent_2)); } inline Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 get_s_DefaultTangent_2() const { return ___s_DefaultTangent_2; } inline Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 * get_address_of_s_DefaultTangent_2() { return &___s_DefaultTangent_2; } inline void set_s_DefaultTangent_2(Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 value) { ___s_DefaultTangent_2 = value; } inline static int32_t get_offset_of_s_DefaultBounds_3() { return static_cast(offsetof(TMP_MeshInfo_t69FCEF4CBC055C00598478835753D43D94A03176_StaticFields, ___s_DefaultBounds_3)); } inline Bounds_t0F1F36D4F7AF49524B3C2A2259594412A3D3AE37 get_s_DefaultBounds_3() const { return ___s_DefaultBounds_3; } inline Bounds_t0F1F36D4F7AF49524B3C2A2259594412A3D3AE37 * get_address_of_s_DefaultBounds_3() { return &___s_DefaultBounds_3; } inline void set_s_DefaultBounds_3(Bounds_t0F1F36D4F7AF49524B3C2A2259594412A3D3AE37 value) { ___s_DefaultBounds_3 = value; } }; // Native definition for P/Invoke marshalling of TMPro.TMP_MeshInfo struct TMP_MeshInfo_t69FCEF4CBC055C00598478835753D43D94A03176_marshaled_pinvoke { Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 * ___mesh_4; int32_t ___vertexCount_5; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * ___vertices_6; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * ___normals_7; Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 * ___tangents_8; Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * ___uvs0_9; Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * ___uvs2_10; Color32_tDB54A78627878A7D2DE42BB028D64306A18E858D * ___colors32_11; Il2CppSafeArray/*NONE*/* ___triangles_12; Material_t8927C00353A72755313F046D0CE85178AE8218EE * ___material_13; }; // Native definition for COM marshalling of TMPro.TMP_MeshInfo struct TMP_MeshInfo_t69FCEF4CBC055C00598478835753D43D94A03176_marshaled_com { Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 * ___mesh_4; int32_t ___vertexCount_5; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * ___vertices_6; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * ___normals_7; Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 * ___tangents_8; Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * ___uvs0_9; Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * ___uvs2_10; Color32_tDB54A78627878A7D2DE42BB028D64306A18E858D * ___colors32_11; Il2CppSafeArray/*NONE*/* ___triangles_12; Material_t8927C00353A72755313F046D0CE85178AE8218EE * ___material_13; }; // TMPro.TMP_TextElement struct TMP_TextElement_tDF9A55D56A0B44EA4EA36DEDF942AEB6369AF832 : public RuntimeObject { public: // TMPro.TextElementType TMPro.TMP_TextElement::m_ElementType uint8_t ___m_ElementType_0; // System.UInt32 TMPro.TMP_TextElement::m_Unicode uint32_t ___m_Unicode_1; // TMPro.TMP_Asset TMPro.TMP_TextElement::m_TextAsset TMP_Asset_tEE129B2B2FE167D4B860286167207DD3AD45B45E * ___m_TextAsset_2; // UnityEngine.TextCore.Glyph TMPro.TMP_TextElement::m_Glyph Glyph_tC58ED6BC718B82A55B7E1A3690A289FFA8EBEFD1 * ___m_Glyph_3; // System.UInt32 TMPro.TMP_TextElement::m_GlyphIndex uint32_t ___m_GlyphIndex_4; // System.Single TMPro.TMP_TextElement::m_Scale float ___m_Scale_5; public: inline static int32_t get_offset_of_m_ElementType_0() { return static_cast(offsetof(TMP_TextElement_tDF9A55D56A0B44EA4EA36DEDF942AEB6369AF832, ___m_ElementType_0)); } inline uint8_t get_m_ElementType_0() const { return ___m_ElementType_0; } inline uint8_t* get_address_of_m_ElementType_0() { return &___m_ElementType_0; } inline void set_m_ElementType_0(uint8_t value) { ___m_ElementType_0 = value; } inline static int32_t get_offset_of_m_Unicode_1() { return static_cast(offsetof(TMP_TextElement_tDF9A55D56A0B44EA4EA36DEDF942AEB6369AF832, ___m_Unicode_1)); } inline uint32_t get_m_Unicode_1() const { return ___m_Unicode_1; } inline uint32_t* get_address_of_m_Unicode_1() { return &___m_Unicode_1; } inline void set_m_Unicode_1(uint32_t value) { ___m_Unicode_1 = value; } inline static int32_t get_offset_of_m_TextAsset_2() { return static_cast(offsetof(TMP_TextElement_tDF9A55D56A0B44EA4EA36DEDF942AEB6369AF832, ___m_TextAsset_2)); } inline TMP_Asset_tEE129B2B2FE167D4B860286167207DD3AD45B45E * get_m_TextAsset_2() const { return ___m_TextAsset_2; } inline TMP_Asset_tEE129B2B2FE167D4B860286167207DD3AD45B45E ** get_address_of_m_TextAsset_2() { return &___m_TextAsset_2; } inline void set_m_TextAsset_2(TMP_Asset_tEE129B2B2FE167D4B860286167207DD3AD45B45E * value) { ___m_TextAsset_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_TextAsset_2), (void*)value); } inline static int32_t get_offset_of_m_Glyph_3() { return static_cast(offsetof(TMP_TextElement_tDF9A55D56A0B44EA4EA36DEDF942AEB6369AF832, ___m_Glyph_3)); } inline Glyph_tC58ED6BC718B82A55B7E1A3690A289FFA8EBEFD1 * get_m_Glyph_3() const { return ___m_Glyph_3; } inline Glyph_tC58ED6BC718B82A55B7E1A3690A289FFA8EBEFD1 ** get_address_of_m_Glyph_3() { return &___m_Glyph_3; } inline void set_m_Glyph_3(Glyph_tC58ED6BC718B82A55B7E1A3690A289FFA8EBEFD1 * value) { ___m_Glyph_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Glyph_3), (void*)value); } inline static int32_t get_offset_of_m_GlyphIndex_4() { return static_cast(offsetof(TMP_TextElement_tDF9A55D56A0B44EA4EA36DEDF942AEB6369AF832, ___m_GlyphIndex_4)); } inline uint32_t get_m_GlyphIndex_4() const { return ___m_GlyphIndex_4; } inline uint32_t* get_address_of_m_GlyphIndex_4() { return &___m_GlyphIndex_4; } inline void set_m_GlyphIndex_4(uint32_t value) { ___m_GlyphIndex_4 = value; } inline static int32_t get_offset_of_m_Scale_5() { return static_cast(offsetof(TMP_TextElement_tDF9A55D56A0B44EA4EA36DEDF942AEB6369AF832, ___m_Scale_5)); } inline float get_m_Scale_5() const { return ___m_Scale_5; } inline float* get_address_of_m_Scale_5() { return &___m_Scale_5; } inline void set_m_Scale_5(float value) { ___m_Scale_5 = value; } }; // TMPro.TMP_UpdateManager struct TMP_UpdateManager_tDF9A1F6AC36B3228A091313D3CED71650F3BBBA1 : public RuntimeObject { public: // System.Collections.Generic.HashSet`1 TMPro.TMP_UpdateManager::m_LayoutQueueLookup HashSet_1_tF187707BD5564B6808CE30721FBC083F00B385E5 * ___m_LayoutQueueLookup_1; // System.Collections.Generic.List`1 TMPro.TMP_UpdateManager::m_LayoutRebuildQueue List_1_tB6DC4E33A6D425C4CCA3CC020E0A5E62D10201E6 * ___m_LayoutRebuildQueue_2; // System.Collections.Generic.HashSet`1 TMPro.TMP_UpdateManager::m_GraphicQueueLookup HashSet_1_tF187707BD5564B6808CE30721FBC083F00B385E5 * ___m_GraphicQueueLookup_3; // System.Collections.Generic.List`1 TMPro.TMP_UpdateManager::m_GraphicRebuildQueue List_1_tB6DC4E33A6D425C4CCA3CC020E0A5E62D10201E6 * ___m_GraphicRebuildQueue_4; // System.Collections.Generic.HashSet`1 TMPro.TMP_UpdateManager::m_InternalUpdateLookup HashSet_1_tF187707BD5564B6808CE30721FBC083F00B385E5 * ___m_InternalUpdateLookup_5; // System.Collections.Generic.List`1 TMPro.TMP_UpdateManager::m_InternalUpdateQueue List_1_tB6DC4E33A6D425C4CCA3CC020E0A5E62D10201E6 * ___m_InternalUpdateQueue_6; // System.Collections.Generic.HashSet`1 TMPro.TMP_UpdateManager::m_CullingUpdateLookup HashSet_1_tF187707BD5564B6808CE30721FBC083F00B385E5 * ___m_CullingUpdateLookup_7; // System.Collections.Generic.List`1 TMPro.TMP_UpdateManager::m_CullingUpdateQueue List_1_tB6DC4E33A6D425C4CCA3CC020E0A5E62D10201E6 * ___m_CullingUpdateQueue_8; public: inline static int32_t get_offset_of_m_LayoutQueueLookup_1() { return static_cast(offsetof(TMP_UpdateManager_tDF9A1F6AC36B3228A091313D3CED71650F3BBBA1, ___m_LayoutQueueLookup_1)); } inline HashSet_1_tF187707BD5564B6808CE30721FBC083F00B385E5 * get_m_LayoutQueueLookup_1() const { return ___m_LayoutQueueLookup_1; } inline HashSet_1_tF187707BD5564B6808CE30721FBC083F00B385E5 ** get_address_of_m_LayoutQueueLookup_1() { return &___m_LayoutQueueLookup_1; } inline void set_m_LayoutQueueLookup_1(HashSet_1_tF187707BD5564B6808CE30721FBC083F00B385E5 * value) { ___m_LayoutQueueLookup_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_LayoutQueueLookup_1), (void*)value); } inline static int32_t get_offset_of_m_LayoutRebuildQueue_2() { return static_cast(offsetof(TMP_UpdateManager_tDF9A1F6AC36B3228A091313D3CED71650F3BBBA1, ___m_LayoutRebuildQueue_2)); } inline List_1_tB6DC4E33A6D425C4CCA3CC020E0A5E62D10201E6 * get_m_LayoutRebuildQueue_2() const { return ___m_LayoutRebuildQueue_2; } inline List_1_tB6DC4E33A6D425C4CCA3CC020E0A5E62D10201E6 ** get_address_of_m_LayoutRebuildQueue_2() { return &___m_LayoutRebuildQueue_2; } inline void set_m_LayoutRebuildQueue_2(List_1_tB6DC4E33A6D425C4CCA3CC020E0A5E62D10201E6 * value) { ___m_LayoutRebuildQueue_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_LayoutRebuildQueue_2), (void*)value); } inline static int32_t get_offset_of_m_GraphicQueueLookup_3() { return static_cast(offsetof(TMP_UpdateManager_tDF9A1F6AC36B3228A091313D3CED71650F3BBBA1, ___m_GraphicQueueLookup_3)); } inline HashSet_1_tF187707BD5564B6808CE30721FBC083F00B385E5 * get_m_GraphicQueueLookup_3() const { return ___m_GraphicQueueLookup_3; } inline HashSet_1_tF187707BD5564B6808CE30721FBC083F00B385E5 ** get_address_of_m_GraphicQueueLookup_3() { return &___m_GraphicQueueLookup_3; } inline void set_m_GraphicQueueLookup_3(HashSet_1_tF187707BD5564B6808CE30721FBC083F00B385E5 * value) { ___m_GraphicQueueLookup_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_GraphicQueueLookup_3), (void*)value); } inline static int32_t get_offset_of_m_GraphicRebuildQueue_4() { return static_cast(offsetof(TMP_UpdateManager_tDF9A1F6AC36B3228A091313D3CED71650F3BBBA1, ___m_GraphicRebuildQueue_4)); } inline List_1_tB6DC4E33A6D425C4CCA3CC020E0A5E62D10201E6 * get_m_GraphicRebuildQueue_4() const { return ___m_GraphicRebuildQueue_4; } inline List_1_tB6DC4E33A6D425C4CCA3CC020E0A5E62D10201E6 ** get_address_of_m_GraphicRebuildQueue_4() { return &___m_GraphicRebuildQueue_4; } inline void set_m_GraphicRebuildQueue_4(List_1_tB6DC4E33A6D425C4CCA3CC020E0A5E62D10201E6 * value) { ___m_GraphicRebuildQueue_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_GraphicRebuildQueue_4), (void*)value); } inline static int32_t get_offset_of_m_InternalUpdateLookup_5() { return static_cast(offsetof(TMP_UpdateManager_tDF9A1F6AC36B3228A091313D3CED71650F3BBBA1, ___m_InternalUpdateLookup_5)); } inline HashSet_1_tF187707BD5564B6808CE30721FBC083F00B385E5 * get_m_InternalUpdateLookup_5() const { return ___m_InternalUpdateLookup_5; } inline HashSet_1_tF187707BD5564B6808CE30721FBC083F00B385E5 ** get_address_of_m_InternalUpdateLookup_5() { return &___m_InternalUpdateLookup_5; } inline void set_m_InternalUpdateLookup_5(HashSet_1_tF187707BD5564B6808CE30721FBC083F00B385E5 * value) { ___m_InternalUpdateLookup_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_InternalUpdateLookup_5), (void*)value); } inline static int32_t get_offset_of_m_InternalUpdateQueue_6() { return static_cast(offsetof(TMP_UpdateManager_tDF9A1F6AC36B3228A091313D3CED71650F3BBBA1, ___m_InternalUpdateQueue_6)); } inline List_1_tB6DC4E33A6D425C4CCA3CC020E0A5E62D10201E6 * get_m_InternalUpdateQueue_6() const { return ___m_InternalUpdateQueue_6; } inline List_1_tB6DC4E33A6D425C4CCA3CC020E0A5E62D10201E6 ** get_address_of_m_InternalUpdateQueue_6() { return &___m_InternalUpdateQueue_6; } inline void set_m_InternalUpdateQueue_6(List_1_tB6DC4E33A6D425C4CCA3CC020E0A5E62D10201E6 * value) { ___m_InternalUpdateQueue_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_InternalUpdateQueue_6), (void*)value); } inline static int32_t get_offset_of_m_CullingUpdateLookup_7() { return static_cast(offsetof(TMP_UpdateManager_tDF9A1F6AC36B3228A091313D3CED71650F3BBBA1, ___m_CullingUpdateLookup_7)); } inline HashSet_1_tF187707BD5564B6808CE30721FBC083F00B385E5 * get_m_CullingUpdateLookup_7() const { return ___m_CullingUpdateLookup_7; } inline HashSet_1_tF187707BD5564B6808CE30721FBC083F00B385E5 ** get_address_of_m_CullingUpdateLookup_7() { return &___m_CullingUpdateLookup_7; } inline void set_m_CullingUpdateLookup_7(HashSet_1_tF187707BD5564B6808CE30721FBC083F00B385E5 * value) { ___m_CullingUpdateLookup_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_CullingUpdateLookup_7), (void*)value); } inline static int32_t get_offset_of_m_CullingUpdateQueue_8() { return static_cast(offsetof(TMP_UpdateManager_tDF9A1F6AC36B3228A091313D3CED71650F3BBBA1, ___m_CullingUpdateQueue_8)); } inline List_1_tB6DC4E33A6D425C4CCA3CC020E0A5E62D10201E6 * get_m_CullingUpdateQueue_8() const { return ___m_CullingUpdateQueue_8; } inline List_1_tB6DC4E33A6D425C4CCA3CC020E0A5E62D10201E6 ** get_address_of_m_CullingUpdateQueue_8() { return &___m_CullingUpdateQueue_8; } inline void set_m_CullingUpdateQueue_8(List_1_tB6DC4E33A6D425C4CCA3CC020E0A5E62D10201E6 * value) { ___m_CullingUpdateQueue_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_CullingUpdateQueue_8), (void*)value); } }; struct TMP_UpdateManager_tDF9A1F6AC36B3228A091313D3CED71650F3BBBA1_StaticFields { public: // TMPro.TMP_UpdateManager TMPro.TMP_UpdateManager::s_Instance TMP_UpdateManager_tDF9A1F6AC36B3228A091313D3CED71650F3BBBA1 * ___s_Instance_0; // Unity.Profiling.ProfilerMarker TMPro.TMP_UpdateManager::k_RegisterTextObjectForUpdateMarker ProfilerMarker_tAE86534C80C5D67768DB3B244D8D139A2E6495E1 ___k_RegisterTextObjectForUpdateMarker_9; // Unity.Profiling.ProfilerMarker TMPro.TMP_UpdateManager::k_RegisterTextElementForGraphicRebuildMarker ProfilerMarker_tAE86534C80C5D67768DB3B244D8D139A2E6495E1 ___k_RegisterTextElementForGraphicRebuildMarker_10; // Unity.Profiling.ProfilerMarker TMPro.TMP_UpdateManager::k_RegisterTextElementForCullingUpdateMarker ProfilerMarker_tAE86534C80C5D67768DB3B244D8D139A2E6495E1 ___k_RegisterTextElementForCullingUpdateMarker_11; // Unity.Profiling.ProfilerMarker TMPro.TMP_UpdateManager::k_UnregisterTextObjectForUpdateMarker ProfilerMarker_tAE86534C80C5D67768DB3B244D8D139A2E6495E1 ___k_UnregisterTextObjectForUpdateMarker_12; // Unity.Profiling.ProfilerMarker TMPro.TMP_UpdateManager::k_UnregisterTextElementForGraphicRebuildMarker ProfilerMarker_tAE86534C80C5D67768DB3B244D8D139A2E6495E1 ___k_UnregisterTextElementForGraphicRebuildMarker_13; public: inline static int32_t get_offset_of_s_Instance_0() { return static_cast(offsetof(TMP_UpdateManager_tDF9A1F6AC36B3228A091313D3CED71650F3BBBA1_StaticFields, ___s_Instance_0)); } inline TMP_UpdateManager_tDF9A1F6AC36B3228A091313D3CED71650F3BBBA1 * get_s_Instance_0() const { return ___s_Instance_0; } inline TMP_UpdateManager_tDF9A1F6AC36B3228A091313D3CED71650F3BBBA1 ** get_address_of_s_Instance_0() { return &___s_Instance_0; } inline void set_s_Instance_0(TMP_UpdateManager_tDF9A1F6AC36B3228A091313D3CED71650F3BBBA1 * value) { ___s_Instance_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_Instance_0), (void*)value); } inline static int32_t get_offset_of_k_RegisterTextObjectForUpdateMarker_9() { return static_cast(offsetof(TMP_UpdateManager_tDF9A1F6AC36B3228A091313D3CED71650F3BBBA1_StaticFields, ___k_RegisterTextObjectForUpdateMarker_9)); } inline ProfilerMarker_tAE86534C80C5D67768DB3B244D8D139A2E6495E1 get_k_RegisterTextObjectForUpdateMarker_9() const { return ___k_RegisterTextObjectForUpdateMarker_9; } inline ProfilerMarker_tAE86534C80C5D67768DB3B244D8D139A2E6495E1 * get_address_of_k_RegisterTextObjectForUpdateMarker_9() { return &___k_RegisterTextObjectForUpdateMarker_9; } inline void set_k_RegisterTextObjectForUpdateMarker_9(ProfilerMarker_tAE86534C80C5D67768DB3B244D8D139A2E6495E1 value) { ___k_RegisterTextObjectForUpdateMarker_9 = value; } inline static int32_t get_offset_of_k_RegisterTextElementForGraphicRebuildMarker_10() { return static_cast(offsetof(TMP_UpdateManager_tDF9A1F6AC36B3228A091313D3CED71650F3BBBA1_StaticFields, ___k_RegisterTextElementForGraphicRebuildMarker_10)); } inline ProfilerMarker_tAE86534C80C5D67768DB3B244D8D139A2E6495E1 get_k_RegisterTextElementForGraphicRebuildMarker_10() const { return ___k_RegisterTextElementForGraphicRebuildMarker_10; } inline ProfilerMarker_tAE86534C80C5D67768DB3B244D8D139A2E6495E1 * get_address_of_k_RegisterTextElementForGraphicRebuildMarker_10() { return &___k_RegisterTextElementForGraphicRebuildMarker_10; } inline void set_k_RegisterTextElementForGraphicRebuildMarker_10(ProfilerMarker_tAE86534C80C5D67768DB3B244D8D139A2E6495E1 value) { ___k_RegisterTextElementForGraphicRebuildMarker_10 = value; } inline static int32_t get_offset_of_k_RegisterTextElementForCullingUpdateMarker_11() { return static_cast(offsetof(TMP_UpdateManager_tDF9A1F6AC36B3228A091313D3CED71650F3BBBA1_StaticFields, ___k_RegisterTextElementForCullingUpdateMarker_11)); } inline ProfilerMarker_tAE86534C80C5D67768DB3B244D8D139A2E6495E1 get_k_RegisterTextElementForCullingUpdateMarker_11() const { return ___k_RegisterTextElementForCullingUpdateMarker_11; } inline ProfilerMarker_tAE86534C80C5D67768DB3B244D8D139A2E6495E1 * get_address_of_k_RegisterTextElementForCullingUpdateMarker_11() { return &___k_RegisterTextElementForCullingUpdateMarker_11; } inline void set_k_RegisterTextElementForCullingUpdateMarker_11(ProfilerMarker_tAE86534C80C5D67768DB3B244D8D139A2E6495E1 value) { ___k_RegisterTextElementForCullingUpdateMarker_11 = value; } inline static int32_t get_offset_of_k_UnregisterTextObjectForUpdateMarker_12() { return static_cast(offsetof(TMP_UpdateManager_tDF9A1F6AC36B3228A091313D3CED71650F3BBBA1_StaticFields, ___k_UnregisterTextObjectForUpdateMarker_12)); } inline ProfilerMarker_tAE86534C80C5D67768DB3B244D8D139A2E6495E1 get_k_UnregisterTextObjectForUpdateMarker_12() const { return ___k_UnregisterTextObjectForUpdateMarker_12; } inline ProfilerMarker_tAE86534C80C5D67768DB3B244D8D139A2E6495E1 * get_address_of_k_UnregisterTextObjectForUpdateMarker_12() { return &___k_UnregisterTextObjectForUpdateMarker_12; } inline void set_k_UnregisterTextObjectForUpdateMarker_12(ProfilerMarker_tAE86534C80C5D67768DB3B244D8D139A2E6495E1 value) { ___k_UnregisterTextObjectForUpdateMarker_12 = value; } inline static int32_t get_offset_of_k_UnregisterTextElementForGraphicRebuildMarker_13() { return static_cast(offsetof(TMP_UpdateManager_tDF9A1F6AC36B3228A091313D3CED71650F3BBBA1_StaticFields, ___k_UnregisterTextElementForGraphicRebuildMarker_13)); } inline ProfilerMarker_tAE86534C80C5D67768DB3B244D8D139A2E6495E1 get_k_UnregisterTextElementForGraphicRebuildMarker_13() const { return ___k_UnregisterTextElementForGraphicRebuildMarker_13; } inline ProfilerMarker_tAE86534C80C5D67768DB3B244D8D139A2E6495E1 * get_address_of_k_UnregisterTextElementForGraphicRebuildMarker_13() { return &___k_UnregisterTextElementForGraphicRebuildMarker_13; } inline void set_k_UnregisterTextElementForGraphicRebuildMarker_13(ProfilerMarker_tAE86534C80C5D67768DB3B244D8D139A2E6495E1 value) { ___k_UnregisterTextElementForGraphicRebuildMarker_13 = value; } }; // UnityEngine.Texture struct Texture_t9FE0218A1EEDF266E8C85879FE123265CACC95AE : public Object_tF2F3778131EFF286AF62B7B013A170F95A91571A { public: public: }; struct Texture_t9FE0218A1EEDF266E8C85879FE123265CACC95AE_StaticFields { public: // System.Int32 UnityEngine.Texture::GenerateAllMips int32_t ___GenerateAllMips_4; public: inline static int32_t get_offset_of_GenerateAllMips_4() { return static_cast(offsetof(Texture_t9FE0218A1EEDF266E8C85879FE123265CACC95AE_StaticFields, ___GenerateAllMips_4)); } inline int32_t get_GenerateAllMips_4() const { return ___GenerateAllMips_4; } inline int32_t* get_address_of_GenerateAllMips_4() { return &___GenerateAllMips_4; } inline void set_GenerateAllMips_4(int32_t value) { ___GenerateAllMips_4 = value; } }; // System.Action`1 struct Action_1_t170B3E821B49B45FA7134A2CF48A2E64CA371D42 : public MulticastDelegate_t { public: public: }; // UnityEngine.Behaviour struct Behaviour_t1A3DDDCF73B4627928FBFE02ED52B7251777DBD9 : public Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 { public: public: }; // UnityEngine.MeshFilter struct MeshFilter_t763BB2BBF3881176AD25E4570E6DD215BA0AA51A : public Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 { public: public: }; // UnityEngine.Renderer struct Renderer_t58147AB5B00224FE1460FD47542DC0DA7EC9378C : public Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 { public: public: }; // TMPro.TMP_Asset struct TMP_Asset_tEE129B2B2FE167D4B860286167207DD3AD45B45E : public ScriptableObject_t4361E08CEBF052C650D3666C7CEC37EB31DE116A { public: // System.Int32 TMPro.TMP_Asset::m_InstanceID int32_t ___m_InstanceID_4; // System.Int32 TMPro.TMP_Asset::hashCode int32_t ___hashCode_5; // UnityEngine.Material TMPro.TMP_Asset::material Material_t8927C00353A72755313F046D0CE85178AE8218EE * ___material_6; // System.Int32 TMPro.TMP_Asset::materialHashCode int32_t ___materialHashCode_7; public: inline static int32_t get_offset_of_m_InstanceID_4() { return static_cast(offsetof(TMP_Asset_tEE129B2B2FE167D4B860286167207DD3AD45B45E, ___m_InstanceID_4)); } inline int32_t get_m_InstanceID_4() const { return ___m_InstanceID_4; } inline int32_t* get_address_of_m_InstanceID_4() { return &___m_InstanceID_4; } inline void set_m_InstanceID_4(int32_t value) { ___m_InstanceID_4 = value; } inline static int32_t get_offset_of_hashCode_5() { return static_cast(offsetof(TMP_Asset_tEE129B2B2FE167D4B860286167207DD3AD45B45E, ___hashCode_5)); } inline int32_t get_hashCode_5() const { return ___hashCode_5; } inline int32_t* get_address_of_hashCode_5() { return &___hashCode_5; } inline void set_hashCode_5(int32_t value) { ___hashCode_5 = value; } inline static int32_t get_offset_of_material_6() { return static_cast(offsetof(TMP_Asset_tEE129B2B2FE167D4B860286167207DD3AD45B45E, ___material_6)); } inline Material_t8927C00353A72755313F046D0CE85178AE8218EE * get_material_6() const { return ___material_6; } inline Material_t8927C00353A72755313F046D0CE85178AE8218EE ** get_address_of_material_6() { return &___material_6; } inline void set_material_6(Material_t8927C00353A72755313F046D0CE85178AE8218EE * value) { ___material_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___material_6), (void*)value); } inline static int32_t get_offset_of_materialHashCode_7() { return static_cast(offsetof(TMP_Asset_tEE129B2B2FE167D4B860286167207DD3AD45B45E, ___materialHashCode_7)); } inline int32_t get_materialHashCode_7() const { return ___materialHashCode_7; } inline int32_t* get_address_of_materialHashCode_7() { return &___materialHashCode_7; } inline void set_materialHashCode_7(int32_t value) { ___materialHashCode_7 = value; } }; // TMPro.TMP_Character struct TMP_Character_tE7A98584C4DDFC9E1A1D883F4A5DE99E5DE7CC0C : public TMP_TextElement_tDF9A55D56A0B44EA4EA36DEDF942AEB6369AF832 { public: public: }; // TMPro.TMP_ColorGradient struct TMP_ColorGradient_tC18C01CF1F597BD442D01A29724FE1B32497E461 : public ScriptableObject_t4361E08CEBF052C650D3666C7CEC37EB31DE116A { public: // TMPro.ColorMode TMPro.TMP_ColorGradient::colorMode int32_t ___colorMode_4; // UnityEngine.Color TMPro.TMP_ColorGradient::topLeft Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 ___topLeft_5; // UnityEngine.Color TMPro.TMP_ColorGradient::topRight Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 ___topRight_6; // UnityEngine.Color TMPro.TMP_ColorGradient::bottomLeft Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 ___bottomLeft_7; // UnityEngine.Color TMPro.TMP_ColorGradient::bottomRight Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 ___bottomRight_8; public: inline static int32_t get_offset_of_colorMode_4() { return static_cast(offsetof(TMP_ColorGradient_tC18C01CF1F597BD442D01A29724FE1B32497E461, ___colorMode_4)); } inline int32_t get_colorMode_4() const { return ___colorMode_4; } inline int32_t* get_address_of_colorMode_4() { return &___colorMode_4; } inline void set_colorMode_4(int32_t value) { ___colorMode_4 = value; } inline static int32_t get_offset_of_topLeft_5() { return static_cast(offsetof(TMP_ColorGradient_tC18C01CF1F597BD442D01A29724FE1B32497E461, ___topLeft_5)); } inline Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 get_topLeft_5() const { return ___topLeft_5; } inline Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 * get_address_of_topLeft_5() { return &___topLeft_5; } inline void set_topLeft_5(Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 value) { ___topLeft_5 = value; } inline static int32_t get_offset_of_topRight_6() { return static_cast(offsetof(TMP_ColorGradient_tC18C01CF1F597BD442D01A29724FE1B32497E461, ___topRight_6)); } inline Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 get_topRight_6() const { return ___topRight_6; } inline Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 * get_address_of_topRight_6() { return &___topRight_6; } inline void set_topRight_6(Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 value) { ___topRight_6 = value; } inline static int32_t get_offset_of_bottomLeft_7() { return static_cast(offsetof(TMP_ColorGradient_tC18C01CF1F597BD442D01A29724FE1B32497E461, ___bottomLeft_7)); } inline Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 get_bottomLeft_7() const { return ___bottomLeft_7; } inline Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 * get_address_of_bottomLeft_7() { return &___bottomLeft_7; } inline void set_bottomLeft_7(Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 value) { ___bottomLeft_7 = value; } inline static int32_t get_offset_of_bottomRight_8() { return static_cast(offsetof(TMP_ColorGradient_tC18C01CF1F597BD442D01A29724FE1B32497E461, ___bottomRight_8)); } inline Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 get_bottomRight_8() const { return ___bottomRight_8; } inline Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 * get_address_of_bottomRight_8() { return &___bottomRight_8; } inline void set_bottomRight_8(Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 value) { ___bottomRight_8 = value; } }; struct TMP_ColorGradient_tC18C01CF1F597BD442D01A29724FE1B32497E461_StaticFields { public: // UnityEngine.Color TMPro.TMP_ColorGradient::k_DefaultColor Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 ___k_DefaultColor_10; public: inline static int32_t get_offset_of_k_DefaultColor_10() { return static_cast(offsetof(TMP_ColorGradient_tC18C01CF1F597BD442D01A29724FE1B32497E461_StaticFields, ___k_DefaultColor_10)); } inline Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 get_k_DefaultColor_10() const { return ___k_DefaultColor_10; } inline Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 * get_address_of_k_DefaultColor_10() { return &___k_DefaultColor_10; } inline void set_k_DefaultColor_10(Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 value) { ___k_DefaultColor_10 = value; } }; // TMPro.TMP_SpriteCharacter struct TMP_SpriteCharacter_t77E119FE8164154A682A4F70E7787B2C56A0E9BE : public TMP_TextElement_tDF9A55D56A0B44EA4EA36DEDF942AEB6369AF832 { public: // System.String TMPro.TMP_SpriteCharacter::m_Name String_t* ___m_Name_6; // System.Int32 TMPro.TMP_SpriteCharacter::m_HashCode int32_t ___m_HashCode_7; public: inline static int32_t get_offset_of_m_Name_6() { return static_cast(offsetof(TMP_SpriteCharacter_t77E119FE8164154A682A4F70E7787B2C56A0E9BE, ___m_Name_6)); } inline String_t* get_m_Name_6() const { return ___m_Name_6; } inline String_t** get_address_of_m_Name_6() { return &___m_Name_6; } inline void set_m_Name_6(String_t* value) { ___m_Name_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Name_6), (void*)value); } inline static int32_t get_offset_of_m_HashCode_7() { return static_cast(offsetof(TMP_SpriteCharacter_t77E119FE8164154A682A4F70E7787B2C56A0E9BE, ___m_HashCode_7)); } inline int32_t get_m_HashCode_7() const { return ___m_HashCode_7; } inline int32_t* get_address_of_m_HashCode_7() { return &___m_HashCode_7; } inline void set_m_HashCode_7(int32_t value) { ___m_HashCode_7 = value; } }; // UnityEngine.Texture2D struct Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF : public Texture_t9FE0218A1EEDF266E8C85879FE123265CACC95AE { public: public: }; // UnityEngine.Transform struct Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 : public Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 { public: public: }; // TMPro.WordWrapState struct WordWrapState_t15805FC5C080AC77203F872695E3B951F460DE99 { public: // System.Int32 TMPro.WordWrapState::previous_WordBreak int32_t ___previous_WordBreak_0; // System.Int32 TMPro.WordWrapState::total_CharacterCount int32_t ___total_CharacterCount_1; // System.Int32 TMPro.WordWrapState::visible_CharacterCount int32_t ___visible_CharacterCount_2; // System.Int32 TMPro.WordWrapState::visible_SpriteCount int32_t ___visible_SpriteCount_3; // System.Int32 TMPro.WordWrapState::visible_LinkCount int32_t ___visible_LinkCount_4; // System.Int32 TMPro.WordWrapState::firstCharacterIndex int32_t ___firstCharacterIndex_5; // System.Int32 TMPro.WordWrapState::firstVisibleCharacterIndex int32_t ___firstVisibleCharacterIndex_6; // System.Int32 TMPro.WordWrapState::lastCharacterIndex int32_t ___lastCharacterIndex_7; // System.Int32 TMPro.WordWrapState::lastVisibleCharIndex int32_t ___lastVisibleCharIndex_8; // System.Int32 TMPro.WordWrapState::lineNumber int32_t ___lineNumber_9; // System.Single TMPro.WordWrapState::maxCapHeight float ___maxCapHeight_10; // System.Single TMPro.WordWrapState::maxAscender float ___maxAscender_11; // System.Single TMPro.WordWrapState::maxDescender float ___maxDescender_12; // System.Single TMPro.WordWrapState::startOfLineAscender float ___startOfLineAscender_13; // System.Single TMPro.WordWrapState::maxLineAscender float ___maxLineAscender_14; // System.Single TMPro.WordWrapState::maxLineDescender float ___maxLineDescender_15; // System.Single TMPro.WordWrapState::pageAscender float ___pageAscender_16; // TMPro.HorizontalAlignmentOptions TMPro.WordWrapState::horizontalAlignment int32_t ___horizontalAlignment_17; // System.Single TMPro.WordWrapState::marginLeft float ___marginLeft_18; // System.Single TMPro.WordWrapState::marginRight float ___marginRight_19; // System.Single TMPro.WordWrapState::xAdvance float ___xAdvance_20; // System.Single TMPro.WordWrapState::preferredWidth float ___preferredWidth_21; // System.Single TMPro.WordWrapState::preferredHeight float ___preferredHeight_22; // System.Single TMPro.WordWrapState::previousLineScale float ___previousLineScale_23; // System.Int32 TMPro.WordWrapState::wordCount int32_t ___wordCount_24; // TMPro.FontStyles TMPro.WordWrapState::fontStyle int32_t ___fontStyle_25; // System.Int32 TMPro.WordWrapState::italicAngle int32_t ___italicAngle_26; // System.Single TMPro.WordWrapState::fontScaleMultiplier float ___fontScaleMultiplier_27; // System.Single TMPro.WordWrapState::currentFontSize float ___currentFontSize_28; // System.Single TMPro.WordWrapState::baselineOffset float ___baselineOffset_29; // System.Single TMPro.WordWrapState::lineOffset float ___lineOffset_30; // System.Boolean TMPro.WordWrapState::isDrivenLineSpacing bool ___isDrivenLineSpacing_31; // System.Single TMPro.WordWrapState::glyphHorizontalAdvanceAdjustment float ___glyphHorizontalAdvanceAdjustment_32; // System.Single TMPro.WordWrapState::cSpace float ___cSpace_33; // System.Single TMPro.WordWrapState::mSpace float ___mSpace_34; // TMPro.TMP_TextInfo TMPro.WordWrapState::textInfo TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * ___textInfo_35; // TMPro.TMP_LineInfo TMPro.WordWrapState::lineInfo TMP_LineInfo_tB86D3A31D61EB73EEFB08F6B1AB5C60DE52981F7 ___lineInfo_36; // UnityEngine.Color32 TMPro.WordWrapState::vertexColor Color32_tDB54A78627878A7D2DE42BB028D64306A18E858D ___vertexColor_37; // UnityEngine.Color32 TMPro.WordWrapState::underlineColor Color32_tDB54A78627878A7D2DE42BB028D64306A18E858D ___underlineColor_38; // UnityEngine.Color32 TMPro.WordWrapState::strikethroughColor Color32_tDB54A78627878A7D2DE42BB028D64306A18E858D ___strikethroughColor_39; // UnityEngine.Color32 TMPro.WordWrapState::highlightColor Color32_tDB54A78627878A7D2DE42BB028D64306A18E858D ___highlightColor_40; // TMPro.TMP_FontStyleStack TMPro.WordWrapState::basicStyleStack TMP_FontStyleStack_tAD8C041F7E36517A3CF6E8301D6913159EE2D4D9 ___basicStyleStack_41; // TMPro.TMP_TextProcessingStack`1 TMPro.WordWrapState::italicAngleStack TMP_TextProcessingStack_1_tAD0A40D35721F31D8FE2C344F705515FDF0F7DBA ___italicAngleStack_42; // TMPro.TMP_TextProcessingStack`1 TMPro.WordWrapState::colorStack TMP_TextProcessingStack_1_tCB10A5934F69ED17BBB7F709D74D60038177414D ___colorStack_43; // TMPro.TMP_TextProcessingStack`1 TMPro.WordWrapState::underlineColorStack TMP_TextProcessingStack_1_tCB10A5934F69ED17BBB7F709D74D60038177414D ___underlineColorStack_44; // TMPro.TMP_TextProcessingStack`1 TMPro.WordWrapState::strikethroughColorStack TMP_TextProcessingStack_1_tCB10A5934F69ED17BBB7F709D74D60038177414D ___strikethroughColorStack_45; // TMPro.TMP_TextProcessingStack`1 TMPro.WordWrapState::highlightColorStack TMP_TextProcessingStack_1_tCB10A5934F69ED17BBB7F709D74D60038177414D ___highlightColorStack_46; // TMPro.TMP_TextProcessingStack`1 TMPro.WordWrapState::highlightStateStack TMP_TextProcessingStack_1_t091E8E0507335193E71397075A9E75FFE125381E ___highlightStateStack_47; // TMPro.TMP_TextProcessingStack`1 TMPro.WordWrapState::colorGradientStack TMP_TextProcessingStack_1_t598A1976548F7435C20001605BBCC77262756804 ___colorGradientStack_48; // TMPro.TMP_TextProcessingStack`1 TMPro.WordWrapState::sizeStack TMP_TextProcessingStack_1_t0C5DDA1BDCC56D66F8465350BB1E55E94AAEBE17 ___sizeStack_49; // TMPro.TMP_TextProcessingStack`1 TMPro.WordWrapState::indentStack TMP_TextProcessingStack_1_t0C5DDA1BDCC56D66F8465350BB1E55E94AAEBE17 ___indentStack_50; // TMPro.TMP_TextProcessingStack`1 TMPro.WordWrapState::fontWeightStack TMP_TextProcessingStack_1_tC2FDE14AC486023AEB4D20CB306F9198CBE168C7 ___fontWeightStack_51; // TMPro.TMP_TextProcessingStack`1 TMPro.WordWrapState::styleStack TMP_TextProcessingStack_1_tAD0A40D35721F31D8FE2C344F705515FDF0F7DBA ___styleStack_52; // TMPro.TMP_TextProcessingStack`1 TMPro.WordWrapState::baselineStack TMP_TextProcessingStack_1_t0C5DDA1BDCC56D66F8465350BB1E55E94AAEBE17 ___baselineStack_53; // TMPro.TMP_TextProcessingStack`1 TMPro.WordWrapState::actionStack TMP_TextProcessingStack_1_tAD0A40D35721F31D8FE2C344F705515FDF0F7DBA ___actionStack_54; // TMPro.TMP_TextProcessingStack`1 TMPro.WordWrapState::materialReferenceStack TMP_TextProcessingStack_1_t7C34F5D4D2FC429E4551885C16EFDF05B8D2A6E3 ___materialReferenceStack_55; // TMPro.TMP_TextProcessingStack`1 TMPro.WordWrapState::lineJustificationStack TMP_TextProcessingStack_1_t860FCBD32172CBAC38125AB43150338E7CF55B1B ___lineJustificationStack_56; // System.Int32 TMPro.WordWrapState::spriteAnimationID int32_t ___spriteAnimationID_57; // TMPro.TMP_FontAsset TMPro.WordWrapState::currentFontAsset TMP_FontAsset_tDD8F58129CF4A9094C82DD209531E9E71F9837B2 * ___currentFontAsset_58; // TMPro.TMP_SpriteAsset TMPro.WordWrapState::currentSpriteAsset TMP_SpriteAsset_t0746714D8A56C0A27AE56DC6897CC1A129220714 * ___currentSpriteAsset_59; // UnityEngine.Material TMPro.WordWrapState::currentMaterial Material_t8927C00353A72755313F046D0CE85178AE8218EE * ___currentMaterial_60; // System.Int32 TMPro.WordWrapState::currentMaterialIndex int32_t ___currentMaterialIndex_61; // TMPro.Extents TMPro.WordWrapState::meshExtents Extents_tD663823B610620A001CCCCFF452C10403AF2A0FA ___meshExtents_62; // System.Boolean TMPro.WordWrapState::tagNoParsing bool ___tagNoParsing_63; // System.Boolean TMPro.WordWrapState::isNonBreakingSpace bool ___isNonBreakingSpace_64; public: inline static int32_t get_offset_of_previous_WordBreak_0() { return static_cast(offsetof(WordWrapState_t15805FC5C080AC77203F872695E3B951F460DE99, ___previous_WordBreak_0)); } inline int32_t get_previous_WordBreak_0() const { return ___previous_WordBreak_0; } inline int32_t* get_address_of_previous_WordBreak_0() { return &___previous_WordBreak_0; } inline void set_previous_WordBreak_0(int32_t value) { ___previous_WordBreak_0 = value; } inline static int32_t get_offset_of_total_CharacterCount_1() { return static_cast(offsetof(WordWrapState_t15805FC5C080AC77203F872695E3B951F460DE99, ___total_CharacterCount_1)); } inline int32_t get_total_CharacterCount_1() const { return ___total_CharacterCount_1; } inline int32_t* get_address_of_total_CharacterCount_1() { return &___total_CharacterCount_1; } inline void set_total_CharacterCount_1(int32_t value) { ___total_CharacterCount_1 = value; } inline static int32_t get_offset_of_visible_CharacterCount_2() { return static_cast(offsetof(WordWrapState_t15805FC5C080AC77203F872695E3B951F460DE99, ___visible_CharacterCount_2)); } inline int32_t get_visible_CharacterCount_2() const { return ___visible_CharacterCount_2; } inline int32_t* get_address_of_visible_CharacterCount_2() { return &___visible_CharacterCount_2; } inline void set_visible_CharacterCount_2(int32_t value) { ___visible_CharacterCount_2 = value; } inline static int32_t get_offset_of_visible_SpriteCount_3() { return static_cast(offsetof(WordWrapState_t15805FC5C080AC77203F872695E3B951F460DE99, ___visible_SpriteCount_3)); } inline int32_t get_visible_SpriteCount_3() const { return ___visible_SpriteCount_3; } inline int32_t* get_address_of_visible_SpriteCount_3() { return &___visible_SpriteCount_3; } inline void set_visible_SpriteCount_3(int32_t value) { ___visible_SpriteCount_3 = value; } inline static int32_t get_offset_of_visible_LinkCount_4() { return static_cast(offsetof(WordWrapState_t15805FC5C080AC77203F872695E3B951F460DE99, ___visible_LinkCount_4)); } inline int32_t get_visible_LinkCount_4() const { return ___visible_LinkCount_4; } inline int32_t* get_address_of_visible_LinkCount_4() { return &___visible_LinkCount_4; } inline void set_visible_LinkCount_4(int32_t value) { ___visible_LinkCount_4 = value; } inline static int32_t get_offset_of_firstCharacterIndex_5() { return static_cast(offsetof(WordWrapState_t15805FC5C080AC77203F872695E3B951F460DE99, ___firstCharacterIndex_5)); } inline int32_t get_firstCharacterIndex_5() const { return ___firstCharacterIndex_5; } inline int32_t* get_address_of_firstCharacterIndex_5() { return &___firstCharacterIndex_5; } inline void set_firstCharacterIndex_5(int32_t value) { ___firstCharacterIndex_5 = value; } inline static int32_t get_offset_of_firstVisibleCharacterIndex_6() { return static_cast(offsetof(WordWrapState_t15805FC5C080AC77203F872695E3B951F460DE99, ___firstVisibleCharacterIndex_6)); } inline int32_t get_firstVisibleCharacterIndex_6() const { return ___firstVisibleCharacterIndex_6; } inline int32_t* get_address_of_firstVisibleCharacterIndex_6() { return &___firstVisibleCharacterIndex_6; } inline void set_firstVisibleCharacterIndex_6(int32_t value) { ___firstVisibleCharacterIndex_6 = value; } inline static int32_t get_offset_of_lastCharacterIndex_7() { return static_cast(offsetof(WordWrapState_t15805FC5C080AC77203F872695E3B951F460DE99, ___lastCharacterIndex_7)); } inline int32_t get_lastCharacterIndex_7() const { return ___lastCharacterIndex_7; } inline int32_t* get_address_of_lastCharacterIndex_7() { return &___lastCharacterIndex_7; } inline void set_lastCharacterIndex_7(int32_t value) { ___lastCharacterIndex_7 = value; } inline static int32_t get_offset_of_lastVisibleCharIndex_8() { return static_cast(offsetof(WordWrapState_t15805FC5C080AC77203F872695E3B951F460DE99, ___lastVisibleCharIndex_8)); } inline int32_t get_lastVisibleCharIndex_8() const { return ___lastVisibleCharIndex_8; } inline int32_t* get_address_of_lastVisibleCharIndex_8() { return &___lastVisibleCharIndex_8; } inline void set_lastVisibleCharIndex_8(int32_t value) { ___lastVisibleCharIndex_8 = value; } inline static int32_t get_offset_of_lineNumber_9() { return static_cast(offsetof(WordWrapState_t15805FC5C080AC77203F872695E3B951F460DE99, ___lineNumber_9)); } inline int32_t get_lineNumber_9() const { return ___lineNumber_9; } inline int32_t* get_address_of_lineNumber_9() { return &___lineNumber_9; } inline void set_lineNumber_9(int32_t value) { ___lineNumber_9 = value; } inline static int32_t get_offset_of_maxCapHeight_10() { return static_cast(offsetof(WordWrapState_t15805FC5C080AC77203F872695E3B951F460DE99, ___maxCapHeight_10)); } inline float get_maxCapHeight_10() const { return ___maxCapHeight_10; } inline float* get_address_of_maxCapHeight_10() { return &___maxCapHeight_10; } inline void set_maxCapHeight_10(float value) { ___maxCapHeight_10 = value; } inline static int32_t get_offset_of_maxAscender_11() { return static_cast(offsetof(WordWrapState_t15805FC5C080AC77203F872695E3B951F460DE99, ___maxAscender_11)); } inline float get_maxAscender_11() const { return ___maxAscender_11; } inline float* get_address_of_maxAscender_11() { return &___maxAscender_11; } inline void set_maxAscender_11(float value) { ___maxAscender_11 = value; } inline static int32_t get_offset_of_maxDescender_12() { return static_cast(offsetof(WordWrapState_t15805FC5C080AC77203F872695E3B951F460DE99, ___maxDescender_12)); } inline float get_maxDescender_12() const { return ___maxDescender_12; } inline float* get_address_of_maxDescender_12() { return &___maxDescender_12; } inline void set_maxDescender_12(float value) { ___maxDescender_12 = value; } inline static int32_t get_offset_of_startOfLineAscender_13() { return static_cast(offsetof(WordWrapState_t15805FC5C080AC77203F872695E3B951F460DE99, ___startOfLineAscender_13)); } inline float get_startOfLineAscender_13() const { return ___startOfLineAscender_13; } inline float* get_address_of_startOfLineAscender_13() { return &___startOfLineAscender_13; } inline void set_startOfLineAscender_13(float value) { ___startOfLineAscender_13 = value; } inline static int32_t get_offset_of_maxLineAscender_14() { return static_cast(offsetof(WordWrapState_t15805FC5C080AC77203F872695E3B951F460DE99, ___maxLineAscender_14)); } inline float get_maxLineAscender_14() const { return ___maxLineAscender_14; } inline float* get_address_of_maxLineAscender_14() { return &___maxLineAscender_14; } inline void set_maxLineAscender_14(float value) { ___maxLineAscender_14 = value; } inline static int32_t get_offset_of_maxLineDescender_15() { return static_cast(offsetof(WordWrapState_t15805FC5C080AC77203F872695E3B951F460DE99, ___maxLineDescender_15)); } inline float get_maxLineDescender_15() const { return ___maxLineDescender_15; } inline float* get_address_of_maxLineDescender_15() { return &___maxLineDescender_15; } inline void set_maxLineDescender_15(float value) { ___maxLineDescender_15 = value; } inline static int32_t get_offset_of_pageAscender_16() { return static_cast(offsetof(WordWrapState_t15805FC5C080AC77203F872695E3B951F460DE99, ___pageAscender_16)); } inline float get_pageAscender_16() const { return ___pageAscender_16; } inline float* get_address_of_pageAscender_16() { return &___pageAscender_16; } inline void set_pageAscender_16(float value) { ___pageAscender_16 = value; } inline static int32_t get_offset_of_horizontalAlignment_17() { return static_cast(offsetof(WordWrapState_t15805FC5C080AC77203F872695E3B951F460DE99, ___horizontalAlignment_17)); } inline int32_t get_horizontalAlignment_17() const { return ___horizontalAlignment_17; } inline int32_t* get_address_of_horizontalAlignment_17() { return &___horizontalAlignment_17; } inline void set_horizontalAlignment_17(int32_t value) { ___horizontalAlignment_17 = value; } inline static int32_t get_offset_of_marginLeft_18() { return static_cast(offsetof(WordWrapState_t15805FC5C080AC77203F872695E3B951F460DE99, ___marginLeft_18)); } inline float get_marginLeft_18() const { return ___marginLeft_18; } inline float* get_address_of_marginLeft_18() { return &___marginLeft_18; } inline void set_marginLeft_18(float value) { ___marginLeft_18 = value; } inline static int32_t get_offset_of_marginRight_19() { return static_cast(offsetof(WordWrapState_t15805FC5C080AC77203F872695E3B951F460DE99, ___marginRight_19)); } inline float get_marginRight_19() const { return ___marginRight_19; } inline float* get_address_of_marginRight_19() { return &___marginRight_19; } inline void set_marginRight_19(float value) { ___marginRight_19 = value; } inline static int32_t get_offset_of_xAdvance_20() { return static_cast(offsetof(WordWrapState_t15805FC5C080AC77203F872695E3B951F460DE99, ___xAdvance_20)); } inline float get_xAdvance_20() const { return ___xAdvance_20; } inline float* get_address_of_xAdvance_20() { return &___xAdvance_20; } inline void set_xAdvance_20(float value) { ___xAdvance_20 = value; } inline static int32_t get_offset_of_preferredWidth_21() { return static_cast(offsetof(WordWrapState_t15805FC5C080AC77203F872695E3B951F460DE99, ___preferredWidth_21)); } inline float get_preferredWidth_21() const { return ___preferredWidth_21; } inline float* get_address_of_preferredWidth_21() { return &___preferredWidth_21; } inline void set_preferredWidth_21(float value) { ___preferredWidth_21 = value; } inline static int32_t get_offset_of_preferredHeight_22() { return static_cast(offsetof(WordWrapState_t15805FC5C080AC77203F872695E3B951F460DE99, ___preferredHeight_22)); } inline float get_preferredHeight_22() const { return ___preferredHeight_22; } inline float* get_address_of_preferredHeight_22() { return &___preferredHeight_22; } inline void set_preferredHeight_22(float value) { ___preferredHeight_22 = value; } inline static int32_t get_offset_of_previousLineScale_23() { return static_cast(offsetof(WordWrapState_t15805FC5C080AC77203F872695E3B951F460DE99, ___previousLineScale_23)); } inline float get_previousLineScale_23() const { return ___previousLineScale_23; } inline float* get_address_of_previousLineScale_23() { return &___previousLineScale_23; } inline void set_previousLineScale_23(float value) { ___previousLineScale_23 = value; } inline static int32_t get_offset_of_wordCount_24() { return static_cast(offsetof(WordWrapState_t15805FC5C080AC77203F872695E3B951F460DE99, ___wordCount_24)); } inline int32_t get_wordCount_24() const { return ___wordCount_24; } inline int32_t* get_address_of_wordCount_24() { return &___wordCount_24; } inline void set_wordCount_24(int32_t value) { ___wordCount_24 = value; } inline static int32_t get_offset_of_fontStyle_25() { return static_cast(offsetof(WordWrapState_t15805FC5C080AC77203F872695E3B951F460DE99, ___fontStyle_25)); } inline int32_t get_fontStyle_25() const { return ___fontStyle_25; } inline int32_t* get_address_of_fontStyle_25() { return &___fontStyle_25; } inline void set_fontStyle_25(int32_t value) { ___fontStyle_25 = value; } inline static int32_t get_offset_of_italicAngle_26() { return static_cast(offsetof(WordWrapState_t15805FC5C080AC77203F872695E3B951F460DE99, ___italicAngle_26)); } inline int32_t get_italicAngle_26() const { return ___italicAngle_26; } inline int32_t* get_address_of_italicAngle_26() { return &___italicAngle_26; } inline void set_italicAngle_26(int32_t value) { ___italicAngle_26 = value; } inline static int32_t get_offset_of_fontScaleMultiplier_27() { return static_cast(offsetof(WordWrapState_t15805FC5C080AC77203F872695E3B951F460DE99, ___fontScaleMultiplier_27)); } inline float get_fontScaleMultiplier_27() const { return ___fontScaleMultiplier_27; } inline float* get_address_of_fontScaleMultiplier_27() { return &___fontScaleMultiplier_27; } inline void set_fontScaleMultiplier_27(float value) { ___fontScaleMultiplier_27 = value; } inline static int32_t get_offset_of_currentFontSize_28() { return static_cast(offsetof(WordWrapState_t15805FC5C080AC77203F872695E3B951F460DE99, ___currentFontSize_28)); } inline float get_currentFontSize_28() const { return ___currentFontSize_28; } inline float* get_address_of_currentFontSize_28() { return &___currentFontSize_28; } inline void set_currentFontSize_28(float value) { ___currentFontSize_28 = value; } inline static int32_t get_offset_of_baselineOffset_29() { return static_cast(offsetof(WordWrapState_t15805FC5C080AC77203F872695E3B951F460DE99, ___baselineOffset_29)); } inline float get_baselineOffset_29() const { return ___baselineOffset_29; } inline float* get_address_of_baselineOffset_29() { return &___baselineOffset_29; } inline void set_baselineOffset_29(float value) { ___baselineOffset_29 = value; } inline static int32_t get_offset_of_lineOffset_30() { return static_cast(offsetof(WordWrapState_t15805FC5C080AC77203F872695E3B951F460DE99, ___lineOffset_30)); } inline float get_lineOffset_30() const { return ___lineOffset_30; } inline float* get_address_of_lineOffset_30() { return &___lineOffset_30; } inline void set_lineOffset_30(float value) { ___lineOffset_30 = value; } inline static int32_t get_offset_of_isDrivenLineSpacing_31() { return static_cast(offsetof(WordWrapState_t15805FC5C080AC77203F872695E3B951F460DE99, ___isDrivenLineSpacing_31)); } inline bool get_isDrivenLineSpacing_31() const { return ___isDrivenLineSpacing_31; } inline bool* get_address_of_isDrivenLineSpacing_31() { return &___isDrivenLineSpacing_31; } inline void set_isDrivenLineSpacing_31(bool value) { ___isDrivenLineSpacing_31 = value; } inline static int32_t get_offset_of_glyphHorizontalAdvanceAdjustment_32() { return static_cast(offsetof(WordWrapState_t15805FC5C080AC77203F872695E3B951F460DE99, ___glyphHorizontalAdvanceAdjustment_32)); } inline float get_glyphHorizontalAdvanceAdjustment_32() const { return ___glyphHorizontalAdvanceAdjustment_32; } inline float* get_address_of_glyphHorizontalAdvanceAdjustment_32() { return &___glyphHorizontalAdvanceAdjustment_32; } inline void set_glyphHorizontalAdvanceAdjustment_32(float value) { ___glyphHorizontalAdvanceAdjustment_32 = value; } inline static int32_t get_offset_of_cSpace_33() { return static_cast(offsetof(WordWrapState_t15805FC5C080AC77203F872695E3B951F460DE99, ___cSpace_33)); } inline float get_cSpace_33() const { return ___cSpace_33; } inline float* get_address_of_cSpace_33() { return &___cSpace_33; } inline void set_cSpace_33(float value) { ___cSpace_33 = value; } inline static int32_t get_offset_of_mSpace_34() { return static_cast(offsetof(WordWrapState_t15805FC5C080AC77203F872695E3B951F460DE99, ___mSpace_34)); } inline float get_mSpace_34() const { return ___mSpace_34; } inline float* get_address_of_mSpace_34() { return &___mSpace_34; } inline void set_mSpace_34(float value) { ___mSpace_34 = value; } inline static int32_t get_offset_of_textInfo_35() { return static_cast(offsetof(WordWrapState_t15805FC5C080AC77203F872695E3B951F460DE99, ___textInfo_35)); } inline TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * get_textInfo_35() const { return ___textInfo_35; } inline TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 ** get_address_of_textInfo_35() { return &___textInfo_35; } inline void set_textInfo_35(TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * value) { ___textInfo_35 = value; Il2CppCodeGenWriteBarrier((void**)(&___textInfo_35), (void*)value); } inline static int32_t get_offset_of_lineInfo_36() { return static_cast(offsetof(WordWrapState_t15805FC5C080AC77203F872695E3B951F460DE99, ___lineInfo_36)); } inline TMP_LineInfo_tB86D3A31D61EB73EEFB08F6B1AB5C60DE52981F7 get_lineInfo_36() const { return ___lineInfo_36; } inline TMP_LineInfo_tB86D3A31D61EB73EEFB08F6B1AB5C60DE52981F7 * get_address_of_lineInfo_36() { return &___lineInfo_36; } inline void set_lineInfo_36(TMP_LineInfo_tB86D3A31D61EB73EEFB08F6B1AB5C60DE52981F7 value) { ___lineInfo_36 = value; } inline static int32_t get_offset_of_vertexColor_37() { return static_cast(offsetof(WordWrapState_t15805FC5C080AC77203F872695E3B951F460DE99, ___vertexColor_37)); } inline Color32_tDB54A78627878A7D2DE42BB028D64306A18E858D get_vertexColor_37() const { return ___vertexColor_37; } inline Color32_tDB54A78627878A7D2DE42BB028D64306A18E858D * get_address_of_vertexColor_37() { return &___vertexColor_37; } inline void set_vertexColor_37(Color32_tDB54A78627878A7D2DE42BB028D64306A18E858D value) { ___vertexColor_37 = value; } inline static int32_t get_offset_of_underlineColor_38() { return static_cast(offsetof(WordWrapState_t15805FC5C080AC77203F872695E3B951F460DE99, ___underlineColor_38)); } inline Color32_tDB54A78627878A7D2DE42BB028D64306A18E858D get_underlineColor_38() const { return ___underlineColor_38; } inline Color32_tDB54A78627878A7D2DE42BB028D64306A18E858D * get_address_of_underlineColor_38() { return &___underlineColor_38; } inline void set_underlineColor_38(Color32_tDB54A78627878A7D2DE42BB028D64306A18E858D value) { ___underlineColor_38 = value; } inline static int32_t get_offset_of_strikethroughColor_39() { return static_cast(offsetof(WordWrapState_t15805FC5C080AC77203F872695E3B951F460DE99, ___strikethroughColor_39)); } inline Color32_tDB54A78627878A7D2DE42BB028D64306A18E858D get_strikethroughColor_39() const { return ___strikethroughColor_39; } inline Color32_tDB54A78627878A7D2DE42BB028D64306A18E858D * get_address_of_strikethroughColor_39() { return &___strikethroughColor_39; } inline void set_strikethroughColor_39(Color32_tDB54A78627878A7D2DE42BB028D64306A18E858D value) { ___strikethroughColor_39 = value; } inline static int32_t get_offset_of_highlightColor_40() { return static_cast(offsetof(WordWrapState_t15805FC5C080AC77203F872695E3B951F460DE99, ___highlightColor_40)); } inline Color32_tDB54A78627878A7D2DE42BB028D64306A18E858D get_highlightColor_40() const { return ___highlightColor_40; } inline Color32_tDB54A78627878A7D2DE42BB028D64306A18E858D * get_address_of_highlightColor_40() { return &___highlightColor_40; } inline void set_highlightColor_40(Color32_tDB54A78627878A7D2DE42BB028D64306A18E858D value) { ___highlightColor_40 = value; } inline static int32_t get_offset_of_basicStyleStack_41() { return static_cast(offsetof(WordWrapState_t15805FC5C080AC77203F872695E3B951F460DE99, ___basicStyleStack_41)); } inline TMP_FontStyleStack_tAD8C041F7E36517A3CF6E8301D6913159EE2D4D9 get_basicStyleStack_41() const { return ___basicStyleStack_41; } inline TMP_FontStyleStack_tAD8C041F7E36517A3CF6E8301D6913159EE2D4D9 * get_address_of_basicStyleStack_41() { return &___basicStyleStack_41; } inline void set_basicStyleStack_41(TMP_FontStyleStack_tAD8C041F7E36517A3CF6E8301D6913159EE2D4D9 value) { ___basicStyleStack_41 = value; } inline static int32_t get_offset_of_italicAngleStack_42() { return static_cast(offsetof(WordWrapState_t15805FC5C080AC77203F872695E3B951F460DE99, ___italicAngleStack_42)); } inline TMP_TextProcessingStack_1_tAD0A40D35721F31D8FE2C344F705515FDF0F7DBA get_italicAngleStack_42() const { return ___italicAngleStack_42; } inline TMP_TextProcessingStack_1_tAD0A40D35721F31D8FE2C344F705515FDF0F7DBA * get_address_of_italicAngleStack_42() { return &___italicAngleStack_42; } inline void set_italicAngleStack_42(TMP_TextProcessingStack_1_tAD0A40D35721F31D8FE2C344F705515FDF0F7DBA value) { ___italicAngleStack_42 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___italicAngleStack_42))->___itemStack_0), (void*)NULL); } inline static int32_t get_offset_of_colorStack_43() { return static_cast(offsetof(WordWrapState_t15805FC5C080AC77203F872695E3B951F460DE99, ___colorStack_43)); } inline TMP_TextProcessingStack_1_tCB10A5934F69ED17BBB7F709D74D60038177414D get_colorStack_43() const { return ___colorStack_43; } inline TMP_TextProcessingStack_1_tCB10A5934F69ED17BBB7F709D74D60038177414D * get_address_of_colorStack_43() { return &___colorStack_43; } inline void set_colorStack_43(TMP_TextProcessingStack_1_tCB10A5934F69ED17BBB7F709D74D60038177414D value) { ___colorStack_43 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___colorStack_43))->___itemStack_0), (void*)NULL); } inline static int32_t get_offset_of_underlineColorStack_44() { return static_cast(offsetof(WordWrapState_t15805FC5C080AC77203F872695E3B951F460DE99, ___underlineColorStack_44)); } inline TMP_TextProcessingStack_1_tCB10A5934F69ED17BBB7F709D74D60038177414D get_underlineColorStack_44() const { return ___underlineColorStack_44; } inline TMP_TextProcessingStack_1_tCB10A5934F69ED17BBB7F709D74D60038177414D * get_address_of_underlineColorStack_44() { return &___underlineColorStack_44; } inline void set_underlineColorStack_44(TMP_TextProcessingStack_1_tCB10A5934F69ED17BBB7F709D74D60038177414D value) { ___underlineColorStack_44 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___underlineColorStack_44))->___itemStack_0), (void*)NULL); } inline static int32_t get_offset_of_strikethroughColorStack_45() { return static_cast(offsetof(WordWrapState_t15805FC5C080AC77203F872695E3B951F460DE99, ___strikethroughColorStack_45)); } inline TMP_TextProcessingStack_1_tCB10A5934F69ED17BBB7F709D74D60038177414D get_strikethroughColorStack_45() const { return ___strikethroughColorStack_45; } inline TMP_TextProcessingStack_1_tCB10A5934F69ED17BBB7F709D74D60038177414D * get_address_of_strikethroughColorStack_45() { return &___strikethroughColorStack_45; } inline void set_strikethroughColorStack_45(TMP_TextProcessingStack_1_tCB10A5934F69ED17BBB7F709D74D60038177414D value) { ___strikethroughColorStack_45 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___strikethroughColorStack_45))->___itemStack_0), (void*)NULL); } inline static int32_t get_offset_of_highlightColorStack_46() { return static_cast(offsetof(WordWrapState_t15805FC5C080AC77203F872695E3B951F460DE99, ___highlightColorStack_46)); } inline TMP_TextProcessingStack_1_tCB10A5934F69ED17BBB7F709D74D60038177414D get_highlightColorStack_46() const { return ___highlightColorStack_46; } inline TMP_TextProcessingStack_1_tCB10A5934F69ED17BBB7F709D74D60038177414D * get_address_of_highlightColorStack_46() { return &___highlightColorStack_46; } inline void set_highlightColorStack_46(TMP_TextProcessingStack_1_tCB10A5934F69ED17BBB7F709D74D60038177414D value) { ___highlightColorStack_46 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___highlightColorStack_46))->___itemStack_0), (void*)NULL); } inline static int32_t get_offset_of_highlightStateStack_47() { return static_cast(offsetof(WordWrapState_t15805FC5C080AC77203F872695E3B951F460DE99, ___highlightStateStack_47)); } inline TMP_TextProcessingStack_1_t091E8E0507335193E71397075A9E75FFE125381E get_highlightStateStack_47() const { return ___highlightStateStack_47; } inline TMP_TextProcessingStack_1_t091E8E0507335193E71397075A9E75FFE125381E * get_address_of_highlightStateStack_47() { return &___highlightStateStack_47; } inline void set_highlightStateStack_47(TMP_TextProcessingStack_1_t091E8E0507335193E71397075A9E75FFE125381E value) { ___highlightStateStack_47 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___highlightStateStack_47))->___itemStack_0), (void*)NULL); } inline static int32_t get_offset_of_colorGradientStack_48() { return static_cast(offsetof(WordWrapState_t15805FC5C080AC77203F872695E3B951F460DE99, ___colorGradientStack_48)); } inline TMP_TextProcessingStack_1_t598A1976548F7435C20001605BBCC77262756804 get_colorGradientStack_48() const { return ___colorGradientStack_48; } inline TMP_TextProcessingStack_1_t598A1976548F7435C20001605BBCC77262756804 * get_address_of_colorGradientStack_48() { return &___colorGradientStack_48; } inline void set_colorGradientStack_48(TMP_TextProcessingStack_1_t598A1976548F7435C20001605BBCC77262756804 value) { ___colorGradientStack_48 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___colorGradientStack_48))->___itemStack_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___colorGradientStack_48))->___m_DefaultItem_2), (void*)NULL); #endif } inline static int32_t get_offset_of_sizeStack_49() { return static_cast(offsetof(WordWrapState_t15805FC5C080AC77203F872695E3B951F460DE99, ___sizeStack_49)); } inline TMP_TextProcessingStack_1_t0C5DDA1BDCC56D66F8465350BB1E55E94AAEBE17 get_sizeStack_49() const { return ___sizeStack_49; } inline TMP_TextProcessingStack_1_t0C5DDA1BDCC56D66F8465350BB1E55E94AAEBE17 * get_address_of_sizeStack_49() { return &___sizeStack_49; } inline void set_sizeStack_49(TMP_TextProcessingStack_1_t0C5DDA1BDCC56D66F8465350BB1E55E94AAEBE17 value) { ___sizeStack_49 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___sizeStack_49))->___itemStack_0), (void*)NULL); } inline static int32_t get_offset_of_indentStack_50() { return static_cast(offsetof(WordWrapState_t15805FC5C080AC77203F872695E3B951F460DE99, ___indentStack_50)); } inline TMP_TextProcessingStack_1_t0C5DDA1BDCC56D66F8465350BB1E55E94AAEBE17 get_indentStack_50() const { return ___indentStack_50; } inline TMP_TextProcessingStack_1_t0C5DDA1BDCC56D66F8465350BB1E55E94AAEBE17 * get_address_of_indentStack_50() { return &___indentStack_50; } inline void set_indentStack_50(TMP_TextProcessingStack_1_t0C5DDA1BDCC56D66F8465350BB1E55E94AAEBE17 value) { ___indentStack_50 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___indentStack_50))->___itemStack_0), (void*)NULL); } inline static int32_t get_offset_of_fontWeightStack_51() { return static_cast(offsetof(WordWrapState_t15805FC5C080AC77203F872695E3B951F460DE99, ___fontWeightStack_51)); } inline TMP_TextProcessingStack_1_tC2FDE14AC486023AEB4D20CB306F9198CBE168C7 get_fontWeightStack_51() const { return ___fontWeightStack_51; } inline TMP_TextProcessingStack_1_tC2FDE14AC486023AEB4D20CB306F9198CBE168C7 * get_address_of_fontWeightStack_51() { return &___fontWeightStack_51; } inline void set_fontWeightStack_51(TMP_TextProcessingStack_1_tC2FDE14AC486023AEB4D20CB306F9198CBE168C7 value) { ___fontWeightStack_51 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___fontWeightStack_51))->___itemStack_0), (void*)NULL); } inline static int32_t get_offset_of_styleStack_52() { return static_cast(offsetof(WordWrapState_t15805FC5C080AC77203F872695E3B951F460DE99, ___styleStack_52)); } inline TMP_TextProcessingStack_1_tAD0A40D35721F31D8FE2C344F705515FDF0F7DBA get_styleStack_52() const { return ___styleStack_52; } inline TMP_TextProcessingStack_1_tAD0A40D35721F31D8FE2C344F705515FDF0F7DBA * get_address_of_styleStack_52() { return &___styleStack_52; } inline void set_styleStack_52(TMP_TextProcessingStack_1_tAD0A40D35721F31D8FE2C344F705515FDF0F7DBA value) { ___styleStack_52 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___styleStack_52))->___itemStack_0), (void*)NULL); } inline static int32_t get_offset_of_baselineStack_53() { return static_cast(offsetof(WordWrapState_t15805FC5C080AC77203F872695E3B951F460DE99, ___baselineStack_53)); } inline TMP_TextProcessingStack_1_t0C5DDA1BDCC56D66F8465350BB1E55E94AAEBE17 get_baselineStack_53() const { return ___baselineStack_53; } inline TMP_TextProcessingStack_1_t0C5DDA1BDCC56D66F8465350BB1E55E94AAEBE17 * get_address_of_baselineStack_53() { return &___baselineStack_53; } inline void set_baselineStack_53(TMP_TextProcessingStack_1_t0C5DDA1BDCC56D66F8465350BB1E55E94AAEBE17 value) { ___baselineStack_53 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___baselineStack_53))->___itemStack_0), (void*)NULL); } inline static int32_t get_offset_of_actionStack_54() { return static_cast(offsetof(WordWrapState_t15805FC5C080AC77203F872695E3B951F460DE99, ___actionStack_54)); } inline TMP_TextProcessingStack_1_tAD0A40D35721F31D8FE2C344F705515FDF0F7DBA get_actionStack_54() const { return ___actionStack_54; } inline TMP_TextProcessingStack_1_tAD0A40D35721F31D8FE2C344F705515FDF0F7DBA * get_address_of_actionStack_54() { return &___actionStack_54; } inline void set_actionStack_54(TMP_TextProcessingStack_1_tAD0A40D35721F31D8FE2C344F705515FDF0F7DBA value) { ___actionStack_54 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___actionStack_54))->___itemStack_0), (void*)NULL); } inline static int32_t get_offset_of_materialReferenceStack_55() { return static_cast(offsetof(WordWrapState_t15805FC5C080AC77203F872695E3B951F460DE99, ___materialReferenceStack_55)); } inline TMP_TextProcessingStack_1_t7C34F5D4D2FC429E4551885C16EFDF05B8D2A6E3 get_materialReferenceStack_55() const { return ___materialReferenceStack_55; } inline TMP_TextProcessingStack_1_t7C34F5D4D2FC429E4551885C16EFDF05B8D2A6E3 * get_address_of_materialReferenceStack_55() { return &___materialReferenceStack_55; } inline void set_materialReferenceStack_55(TMP_TextProcessingStack_1_t7C34F5D4D2FC429E4551885C16EFDF05B8D2A6E3 value) { ___materialReferenceStack_55 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___materialReferenceStack_55))->___itemStack_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___materialReferenceStack_55))->___m_DefaultItem_2))->___fontAsset_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___materialReferenceStack_55))->___m_DefaultItem_2))->___spriteAsset_2), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___materialReferenceStack_55))->___m_DefaultItem_2))->___material_3), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___materialReferenceStack_55))->___m_DefaultItem_2))->___fallbackMaterial_6), (void*)NULL); #endif } inline static int32_t get_offset_of_lineJustificationStack_56() { return static_cast(offsetof(WordWrapState_t15805FC5C080AC77203F872695E3B951F460DE99, ___lineJustificationStack_56)); } inline TMP_TextProcessingStack_1_t860FCBD32172CBAC38125AB43150338E7CF55B1B get_lineJustificationStack_56() const { return ___lineJustificationStack_56; } inline TMP_TextProcessingStack_1_t860FCBD32172CBAC38125AB43150338E7CF55B1B * get_address_of_lineJustificationStack_56() { return &___lineJustificationStack_56; } inline void set_lineJustificationStack_56(TMP_TextProcessingStack_1_t860FCBD32172CBAC38125AB43150338E7CF55B1B value) { ___lineJustificationStack_56 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___lineJustificationStack_56))->___itemStack_0), (void*)NULL); } inline static int32_t get_offset_of_spriteAnimationID_57() { return static_cast(offsetof(WordWrapState_t15805FC5C080AC77203F872695E3B951F460DE99, ___spriteAnimationID_57)); } inline int32_t get_spriteAnimationID_57() const { return ___spriteAnimationID_57; } inline int32_t* get_address_of_spriteAnimationID_57() { return &___spriteAnimationID_57; } inline void set_spriteAnimationID_57(int32_t value) { ___spriteAnimationID_57 = value; } inline static int32_t get_offset_of_currentFontAsset_58() { return static_cast(offsetof(WordWrapState_t15805FC5C080AC77203F872695E3B951F460DE99, ___currentFontAsset_58)); } inline TMP_FontAsset_tDD8F58129CF4A9094C82DD209531E9E71F9837B2 * get_currentFontAsset_58() const { return ___currentFontAsset_58; } inline TMP_FontAsset_tDD8F58129CF4A9094C82DD209531E9E71F9837B2 ** get_address_of_currentFontAsset_58() { return &___currentFontAsset_58; } inline void set_currentFontAsset_58(TMP_FontAsset_tDD8F58129CF4A9094C82DD209531E9E71F9837B2 * value) { ___currentFontAsset_58 = value; Il2CppCodeGenWriteBarrier((void**)(&___currentFontAsset_58), (void*)value); } inline static int32_t get_offset_of_currentSpriteAsset_59() { return static_cast(offsetof(WordWrapState_t15805FC5C080AC77203F872695E3B951F460DE99, ___currentSpriteAsset_59)); } inline TMP_SpriteAsset_t0746714D8A56C0A27AE56DC6897CC1A129220714 * get_currentSpriteAsset_59() const { return ___currentSpriteAsset_59; } inline TMP_SpriteAsset_t0746714D8A56C0A27AE56DC6897CC1A129220714 ** get_address_of_currentSpriteAsset_59() { return &___currentSpriteAsset_59; } inline void set_currentSpriteAsset_59(TMP_SpriteAsset_t0746714D8A56C0A27AE56DC6897CC1A129220714 * value) { ___currentSpriteAsset_59 = value; Il2CppCodeGenWriteBarrier((void**)(&___currentSpriteAsset_59), (void*)value); } inline static int32_t get_offset_of_currentMaterial_60() { return static_cast(offsetof(WordWrapState_t15805FC5C080AC77203F872695E3B951F460DE99, ___currentMaterial_60)); } inline Material_t8927C00353A72755313F046D0CE85178AE8218EE * get_currentMaterial_60() const { return ___currentMaterial_60; } inline Material_t8927C00353A72755313F046D0CE85178AE8218EE ** get_address_of_currentMaterial_60() { return &___currentMaterial_60; } inline void set_currentMaterial_60(Material_t8927C00353A72755313F046D0CE85178AE8218EE * value) { ___currentMaterial_60 = value; Il2CppCodeGenWriteBarrier((void**)(&___currentMaterial_60), (void*)value); } inline static int32_t get_offset_of_currentMaterialIndex_61() { return static_cast(offsetof(WordWrapState_t15805FC5C080AC77203F872695E3B951F460DE99, ___currentMaterialIndex_61)); } inline int32_t get_currentMaterialIndex_61() const { return ___currentMaterialIndex_61; } inline int32_t* get_address_of_currentMaterialIndex_61() { return &___currentMaterialIndex_61; } inline void set_currentMaterialIndex_61(int32_t value) { ___currentMaterialIndex_61 = value; } inline static int32_t get_offset_of_meshExtents_62() { return static_cast(offsetof(WordWrapState_t15805FC5C080AC77203F872695E3B951F460DE99, ___meshExtents_62)); } inline Extents_tD663823B610620A001CCCCFF452C10403AF2A0FA get_meshExtents_62() const { return ___meshExtents_62; } inline Extents_tD663823B610620A001CCCCFF452C10403AF2A0FA * get_address_of_meshExtents_62() { return &___meshExtents_62; } inline void set_meshExtents_62(Extents_tD663823B610620A001CCCCFF452C10403AF2A0FA value) { ___meshExtents_62 = value; } inline static int32_t get_offset_of_tagNoParsing_63() { return static_cast(offsetof(WordWrapState_t15805FC5C080AC77203F872695E3B951F460DE99, ___tagNoParsing_63)); } inline bool get_tagNoParsing_63() const { return ___tagNoParsing_63; } inline bool* get_address_of_tagNoParsing_63() { return &___tagNoParsing_63; } inline void set_tagNoParsing_63(bool value) { ___tagNoParsing_63 = value; } inline static int32_t get_offset_of_isNonBreakingSpace_64() { return static_cast(offsetof(WordWrapState_t15805FC5C080AC77203F872695E3B951F460DE99, ___isNonBreakingSpace_64)); } inline bool get_isNonBreakingSpace_64() const { return ___isNonBreakingSpace_64; } inline bool* get_address_of_isNonBreakingSpace_64() { return &___isNonBreakingSpace_64; } inline void set_isNonBreakingSpace_64(bool value) { ___isNonBreakingSpace_64 = value; } }; // Native definition for P/Invoke marshalling of TMPro.WordWrapState struct WordWrapState_t15805FC5C080AC77203F872695E3B951F460DE99_marshaled_pinvoke { int32_t ___previous_WordBreak_0; int32_t ___total_CharacterCount_1; int32_t ___visible_CharacterCount_2; int32_t ___visible_SpriteCount_3; int32_t ___visible_LinkCount_4; int32_t ___firstCharacterIndex_5; int32_t ___firstVisibleCharacterIndex_6; int32_t ___lastCharacterIndex_7; int32_t ___lastVisibleCharIndex_8; int32_t ___lineNumber_9; float ___maxCapHeight_10; float ___maxAscender_11; float ___maxDescender_12; float ___startOfLineAscender_13; float ___maxLineAscender_14; float ___maxLineDescender_15; float ___pageAscender_16; int32_t ___horizontalAlignment_17; float ___marginLeft_18; float ___marginRight_19; float ___xAdvance_20; float ___preferredWidth_21; float ___preferredHeight_22; float ___previousLineScale_23; int32_t ___wordCount_24; int32_t ___fontStyle_25; int32_t ___italicAngle_26; float ___fontScaleMultiplier_27; float ___currentFontSize_28; float ___baselineOffset_29; float ___lineOffset_30; int32_t ___isDrivenLineSpacing_31; float ___glyphHorizontalAdvanceAdjustment_32; float ___cSpace_33; float ___mSpace_34; TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * ___textInfo_35; TMP_LineInfo_tB86D3A31D61EB73EEFB08F6B1AB5C60DE52981F7 ___lineInfo_36; Color32_tDB54A78627878A7D2DE42BB028D64306A18E858D ___vertexColor_37; Color32_tDB54A78627878A7D2DE42BB028D64306A18E858D ___underlineColor_38; Color32_tDB54A78627878A7D2DE42BB028D64306A18E858D ___strikethroughColor_39; Color32_tDB54A78627878A7D2DE42BB028D64306A18E858D ___highlightColor_40; TMP_FontStyleStack_tAD8C041F7E36517A3CF6E8301D6913159EE2D4D9 ___basicStyleStack_41; TMP_TextProcessingStack_1_tAD0A40D35721F31D8FE2C344F705515FDF0F7DBA ___italicAngleStack_42; TMP_TextProcessingStack_1_tCB10A5934F69ED17BBB7F709D74D60038177414D ___colorStack_43; TMP_TextProcessingStack_1_tCB10A5934F69ED17BBB7F709D74D60038177414D ___underlineColorStack_44; TMP_TextProcessingStack_1_tCB10A5934F69ED17BBB7F709D74D60038177414D ___strikethroughColorStack_45; TMP_TextProcessingStack_1_tCB10A5934F69ED17BBB7F709D74D60038177414D ___highlightColorStack_46; TMP_TextProcessingStack_1_t091E8E0507335193E71397075A9E75FFE125381E ___highlightStateStack_47; TMP_TextProcessingStack_1_t598A1976548F7435C20001605BBCC77262756804 ___colorGradientStack_48; TMP_TextProcessingStack_1_t0C5DDA1BDCC56D66F8465350BB1E55E94AAEBE17 ___sizeStack_49; TMP_TextProcessingStack_1_t0C5DDA1BDCC56D66F8465350BB1E55E94AAEBE17 ___indentStack_50; TMP_TextProcessingStack_1_tC2FDE14AC486023AEB4D20CB306F9198CBE168C7 ___fontWeightStack_51; TMP_TextProcessingStack_1_tAD0A40D35721F31D8FE2C344F705515FDF0F7DBA ___styleStack_52; TMP_TextProcessingStack_1_t0C5DDA1BDCC56D66F8465350BB1E55E94AAEBE17 ___baselineStack_53; TMP_TextProcessingStack_1_tAD0A40D35721F31D8FE2C344F705515FDF0F7DBA ___actionStack_54; TMP_TextProcessingStack_1_t7C34F5D4D2FC429E4551885C16EFDF05B8D2A6E3 ___materialReferenceStack_55; TMP_TextProcessingStack_1_t860FCBD32172CBAC38125AB43150338E7CF55B1B ___lineJustificationStack_56; int32_t ___spriteAnimationID_57; TMP_FontAsset_tDD8F58129CF4A9094C82DD209531E9E71F9837B2 * ___currentFontAsset_58; TMP_SpriteAsset_t0746714D8A56C0A27AE56DC6897CC1A129220714 * ___currentSpriteAsset_59; Material_t8927C00353A72755313F046D0CE85178AE8218EE * ___currentMaterial_60; int32_t ___currentMaterialIndex_61; Extents_tD663823B610620A001CCCCFF452C10403AF2A0FA ___meshExtents_62; int32_t ___tagNoParsing_63; int32_t ___isNonBreakingSpace_64; }; // Native definition for COM marshalling of TMPro.WordWrapState struct WordWrapState_t15805FC5C080AC77203F872695E3B951F460DE99_marshaled_com { int32_t ___previous_WordBreak_0; int32_t ___total_CharacterCount_1; int32_t ___visible_CharacterCount_2; int32_t ___visible_SpriteCount_3; int32_t ___visible_LinkCount_4; int32_t ___firstCharacterIndex_5; int32_t ___firstVisibleCharacterIndex_6; int32_t ___lastCharacterIndex_7; int32_t ___lastVisibleCharIndex_8; int32_t ___lineNumber_9; float ___maxCapHeight_10; float ___maxAscender_11; float ___maxDescender_12; float ___startOfLineAscender_13; float ___maxLineAscender_14; float ___maxLineDescender_15; float ___pageAscender_16; int32_t ___horizontalAlignment_17; float ___marginLeft_18; float ___marginRight_19; float ___xAdvance_20; float ___preferredWidth_21; float ___preferredHeight_22; float ___previousLineScale_23; int32_t ___wordCount_24; int32_t ___fontStyle_25; int32_t ___italicAngle_26; float ___fontScaleMultiplier_27; float ___currentFontSize_28; float ___baselineOffset_29; float ___lineOffset_30; int32_t ___isDrivenLineSpacing_31; float ___glyphHorizontalAdvanceAdjustment_32; float ___cSpace_33; float ___mSpace_34; TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * ___textInfo_35; TMP_LineInfo_tB86D3A31D61EB73EEFB08F6B1AB5C60DE52981F7 ___lineInfo_36; Color32_tDB54A78627878A7D2DE42BB028D64306A18E858D ___vertexColor_37; Color32_tDB54A78627878A7D2DE42BB028D64306A18E858D ___underlineColor_38; Color32_tDB54A78627878A7D2DE42BB028D64306A18E858D ___strikethroughColor_39; Color32_tDB54A78627878A7D2DE42BB028D64306A18E858D ___highlightColor_40; TMP_FontStyleStack_tAD8C041F7E36517A3CF6E8301D6913159EE2D4D9 ___basicStyleStack_41; TMP_TextProcessingStack_1_tAD0A40D35721F31D8FE2C344F705515FDF0F7DBA ___italicAngleStack_42; TMP_TextProcessingStack_1_tCB10A5934F69ED17BBB7F709D74D60038177414D ___colorStack_43; TMP_TextProcessingStack_1_tCB10A5934F69ED17BBB7F709D74D60038177414D ___underlineColorStack_44; TMP_TextProcessingStack_1_tCB10A5934F69ED17BBB7F709D74D60038177414D ___strikethroughColorStack_45; TMP_TextProcessingStack_1_tCB10A5934F69ED17BBB7F709D74D60038177414D ___highlightColorStack_46; TMP_TextProcessingStack_1_t091E8E0507335193E71397075A9E75FFE125381E ___highlightStateStack_47; TMP_TextProcessingStack_1_t598A1976548F7435C20001605BBCC77262756804 ___colorGradientStack_48; TMP_TextProcessingStack_1_t0C5DDA1BDCC56D66F8465350BB1E55E94AAEBE17 ___sizeStack_49; TMP_TextProcessingStack_1_t0C5DDA1BDCC56D66F8465350BB1E55E94AAEBE17 ___indentStack_50; TMP_TextProcessingStack_1_tC2FDE14AC486023AEB4D20CB306F9198CBE168C7 ___fontWeightStack_51; TMP_TextProcessingStack_1_tAD0A40D35721F31D8FE2C344F705515FDF0F7DBA ___styleStack_52; TMP_TextProcessingStack_1_t0C5DDA1BDCC56D66F8465350BB1E55E94AAEBE17 ___baselineStack_53; TMP_TextProcessingStack_1_tAD0A40D35721F31D8FE2C344F705515FDF0F7DBA ___actionStack_54; TMP_TextProcessingStack_1_t7C34F5D4D2FC429E4551885C16EFDF05B8D2A6E3 ___materialReferenceStack_55; TMP_TextProcessingStack_1_t860FCBD32172CBAC38125AB43150338E7CF55B1B ___lineJustificationStack_56; int32_t ___spriteAnimationID_57; TMP_FontAsset_tDD8F58129CF4A9094C82DD209531E9E71F9837B2 * ___currentFontAsset_58; TMP_SpriteAsset_t0746714D8A56C0A27AE56DC6897CC1A129220714 * ___currentSpriteAsset_59; Material_t8927C00353A72755313F046D0CE85178AE8218EE * ___currentMaterial_60; int32_t ___currentMaterialIndex_61; Extents_tD663823B610620A001CCCCFF452C10403AF2A0FA ___meshExtents_62; int32_t ___tagNoParsing_63; int32_t ___isNonBreakingSpace_64; }; // UnityEngine.Canvas/WillRenderCanvases struct WillRenderCanvases_t459621B4F3FA2571DE0ED6B4DEF0752F2E9EE958 : public MulticastDelegate_t { public: public: }; // TMPro.TMP_TextProcessingStack`1 struct TMP_TextProcessingStack_1_t09C36897DBFF463BB173E0ED3612A8D49A8EE2D7 { public: // T[] TMPro.TMP_TextProcessingStack`1::itemStack WordWrapStateU5BU5D_t4B20066E10D8FF621FB20C05F21B22167C90F548* ___itemStack_0; // System.Int32 TMPro.TMP_TextProcessingStack`1::index int32_t ___index_1; // T TMPro.TMP_TextProcessingStack`1::m_DefaultItem WordWrapState_t15805FC5C080AC77203F872695E3B951F460DE99 ___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_t09C36897DBFF463BB173E0ED3612A8D49A8EE2D7, ___itemStack_0)); } inline WordWrapStateU5BU5D_t4B20066E10D8FF621FB20C05F21B22167C90F548* get_itemStack_0() const { return ___itemStack_0; } inline WordWrapStateU5BU5D_t4B20066E10D8FF621FB20C05F21B22167C90F548** get_address_of_itemStack_0() { return &___itemStack_0; } inline void set_itemStack_0(WordWrapStateU5BU5D_t4B20066E10D8FF621FB20C05F21B22167C90F548* 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_t09C36897DBFF463BB173E0ED3612A8D49A8EE2D7, ___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_t09C36897DBFF463BB173E0ED3612A8D49A8EE2D7, ___m_DefaultItem_2)); } inline WordWrapState_t15805FC5C080AC77203F872695E3B951F460DE99 get_m_DefaultItem_2() const { return ___m_DefaultItem_2; } inline WordWrapState_t15805FC5C080AC77203F872695E3B951F460DE99 * get_address_of_m_DefaultItem_2() { return &___m_DefaultItem_2; } inline void set_m_DefaultItem_2(WordWrapState_t15805FC5C080AC77203F872695E3B951F460DE99 value) { ___m_DefaultItem_2 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___m_DefaultItem_2))->___textInfo_35), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___m_DefaultItem_2))->___italicAngleStack_42))->___itemStack_0), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___m_DefaultItem_2))->___colorStack_43))->___itemStack_0), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___m_DefaultItem_2))->___underlineColorStack_44))->___itemStack_0), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___m_DefaultItem_2))->___strikethroughColorStack_45))->___itemStack_0), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___m_DefaultItem_2))->___highlightColorStack_46))->___itemStack_0), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___m_DefaultItem_2))->___highlightStateStack_47))->___itemStack_0), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___m_DefaultItem_2))->___colorGradientStack_48))->___itemStack_0), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___m_DefaultItem_2))->___colorGradientStack_48))->___m_DefaultItem_2), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___m_DefaultItem_2))->___sizeStack_49))->___itemStack_0), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___m_DefaultItem_2))->___indentStack_50))->___itemStack_0), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___m_DefaultItem_2))->___fontWeightStack_51))->___itemStack_0), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___m_DefaultItem_2))->___styleStack_52))->___itemStack_0), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___m_DefaultItem_2))->___baselineStack_53))->___itemStack_0), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___m_DefaultItem_2))->___actionStack_54))->___itemStack_0), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___m_DefaultItem_2))->___materialReferenceStack_55))->___itemStack_0), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((&(((&___m_DefaultItem_2))->___materialReferenceStack_55))->___m_DefaultItem_2))->___fontAsset_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((&(((&___m_DefaultItem_2))->___materialReferenceStack_55))->___m_DefaultItem_2))->___spriteAsset_2), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((&(((&___m_DefaultItem_2))->___materialReferenceStack_55))->___m_DefaultItem_2))->___material_3), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((&(((&___m_DefaultItem_2))->___materialReferenceStack_55))->___m_DefaultItem_2))->___fallbackMaterial_6), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___m_DefaultItem_2))->___lineJustificationStack_56))->___itemStack_0), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___m_DefaultItem_2))->___currentFontAsset_58), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___m_DefaultItem_2))->___currentSpriteAsset_59), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___m_DefaultItem_2))->___currentMaterial_60), (void*)NULL); #endif } inline static int32_t get_offset_of_m_Capacity_3() { return static_cast(offsetof(TMP_TextProcessingStack_1_t09C36897DBFF463BB173E0ED3612A8D49A8EE2D7, ___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_t09C36897DBFF463BB173E0ED3612A8D49A8EE2D7, ___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_t09C36897DBFF463BB173E0ED3612A8D49A8EE2D7, ___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.Camera struct Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C : public Behaviour_t1A3DDDCF73B4627928FBFE02ED52B7251777DBD9 { public: public: }; struct Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C_StaticFields { public: // UnityEngine.Camera/CameraCallback UnityEngine.Camera::onPreCull CameraCallback_tD9E7B69E561CE2EFDEEDB0E7F1406AC52247160D * ___onPreCull_4; // UnityEngine.Camera/CameraCallback UnityEngine.Camera::onPreRender CameraCallback_tD9E7B69E561CE2EFDEEDB0E7F1406AC52247160D * ___onPreRender_5; // UnityEngine.Camera/CameraCallback UnityEngine.Camera::onPostRender CameraCallback_tD9E7B69E561CE2EFDEEDB0E7F1406AC52247160D * ___onPostRender_6; public: inline static int32_t get_offset_of_onPreCull_4() { return static_cast(offsetof(Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C_StaticFields, ___onPreCull_4)); } inline CameraCallback_tD9E7B69E561CE2EFDEEDB0E7F1406AC52247160D * get_onPreCull_4() const { return ___onPreCull_4; } inline CameraCallback_tD9E7B69E561CE2EFDEEDB0E7F1406AC52247160D ** get_address_of_onPreCull_4() { return &___onPreCull_4; } inline void set_onPreCull_4(CameraCallback_tD9E7B69E561CE2EFDEEDB0E7F1406AC52247160D * value) { ___onPreCull_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___onPreCull_4), (void*)value); } inline static int32_t get_offset_of_onPreRender_5() { return static_cast(offsetof(Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C_StaticFields, ___onPreRender_5)); } inline CameraCallback_tD9E7B69E561CE2EFDEEDB0E7F1406AC52247160D * get_onPreRender_5() const { return ___onPreRender_5; } inline CameraCallback_tD9E7B69E561CE2EFDEEDB0E7F1406AC52247160D ** get_address_of_onPreRender_5() { return &___onPreRender_5; } inline void set_onPreRender_5(CameraCallback_tD9E7B69E561CE2EFDEEDB0E7F1406AC52247160D * value) { ___onPreRender_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___onPreRender_5), (void*)value); } inline static int32_t get_offset_of_onPostRender_6() { return static_cast(offsetof(Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C_StaticFields, ___onPostRender_6)); } inline CameraCallback_tD9E7B69E561CE2EFDEEDB0E7F1406AC52247160D * get_onPostRender_6() const { return ___onPostRender_6; } inline CameraCallback_tD9E7B69E561CE2EFDEEDB0E7F1406AC52247160D ** get_address_of_onPostRender_6() { return &___onPostRender_6; } inline void set_onPostRender_6(CameraCallback_tD9E7B69E561CE2EFDEEDB0E7F1406AC52247160D * value) { ___onPostRender_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___onPostRender_6), (void*)value); } }; // UnityEngine.MonoBehaviour struct MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A : public Behaviour_t1A3DDDCF73B4627928FBFE02ED52B7251777DBD9 { public: public: }; // UnityEngine.RectTransform struct RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 : public Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 { public: public: }; struct RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072_StaticFields { public: // UnityEngine.RectTransform/ReapplyDrivenProperties UnityEngine.RectTransform::reapplyDrivenProperties ReapplyDrivenProperties_t1441259DADA8FE33A95334AC24C017DFA3DEB4CE * ___reapplyDrivenProperties_4; public: inline static int32_t get_offset_of_reapplyDrivenProperties_4() { return static_cast(offsetof(RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072_StaticFields, ___reapplyDrivenProperties_4)); } inline ReapplyDrivenProperties_t1441259DADA8FE33A95334AC24C017DFA3DEB4CE * get_reapplyDrivenProperties_4() const { return ___reapplyDrivenProperties_4; } inline ReapplyDrivenProperties_t1441259DADA8FE33A95334AC24C017DFA3DEB4CE ** get_address_of_reapplyDrivenProperties_4() { return &___reapplyDrivenProperties_4; } inline void set_reapplyDrivenProperties_4(ReapplyDrivenProperties_t1441259DADA8FE33A95334AC24C017DFA3DEB4CE * value) { ___reapplyDrivenProperties_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___reapplyDrivenProperties_4), (void*)value); } }; // TMPro.TMP_FontAsset struct TMP_FontAsset_tDD8F58129CF4A9094C82DD209531E9E71F9837B2 : public TMP_Asset_tEE129B2B2FE167D4B860286167207DD3AD45B45E { public: // System.String TMPro.TMP_FontAsset::m_Version String_t* ___m_Version_8; // System.String TMPro.TMP_FontAsset::m_SourceFontFileGUID String_t* ___m_SourceFontFileGUID_9; // UnityEngine.Font TMPro.TMP_FontAsset::m_SourceFontFile Font_tB53D3F362CB1A0B92307B362826F212AE2D2A6A9 * ___m_SourceFontFile_10; // TMPro.AtlasPopulationMode TMPro.TMP_FontAsset::m_AtlasPopulationMode int32_t ___m_AtlasPopulationMode_11; // UnityEngine.TextCore.FaceInfo TMPro.TMP_FontAsset::m_FaceInfo FaceInfo_t3A29F58B4C0435D2D76E3474E2B9D03F8A20C979 ___m_FaceInfo_12; // System.Collections.Generic.List`1 TMPro.TMP_FontAsset::m_GlyphTable List_1_tA740960861E81663EBF03A56DE52E25A9283E954 * ___m_GlyphTable_13; // System.Collections.Generic.Dictionary`2 TMPro.TMP_FontAsset::m_GlyphLookupDictionary Dictionary_2_tDA5C03A58B5E004C6D454EF31BF9C5307FE785BE * ___m_GlyphLookupDictionary_14; // System.Collections.Generic.List`1 TMPro.TMP_FontAsset::m_CharacterTable List_1_tE8F1656A7A5AF5AEE27ED7B656B56CACB417FEB8 * ___m_CharacterTable_15; // System.Collections.Generic.Dictionary`2 TMPro.TMP_FontAsset::m_CharacterLookupDictionary Dictionary_2_t6BB43D0F158FE3B19E71F6F48A84283B5250E1B4 * ___m_CharacterLookupDictionary_16; // UnityEngine.Texture2D TMPro.TMP_FontAsset::m_AtlasTexture Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF * ___m_AtlasTexture_17; // UnityEngine.Texture2D[] TMPro.TMP_FontAsset::m_AtlasTextures Texture2DU5BU5D_t0CBDCEA1648F6CBEA47C64E1E48F22B9692B3316* ___m_AtlasTextures_18; // System.Int32 TMPro.TMP_FontAsset::m_AtlasTextureIndex int32_t ___m_AtlasTextureIndex_19; // System.Boolean TMPro.TMP_FontAsset::m_IsMultiAtlasTexturesEnabled bool ___m_IsMultiAtlasTexturesEnabled_20; // System.Boolean TMPro.TMP_FontAsset::m_ClearDynamicDataOnBuild bool ___m_ClearDynamicDataOnBuild_21; // System.Collections.Generic.List`1 TMPro.TMP_FontAsset::m_UsedGlyphRects List_1_tE870449A6BC21548542BC92F18B284004FA8668A * ___m_UsedGlyphRects_22; // System.Collections.Generic.List`1 TMPro.TMP_FontAsset::m_FreeGlyphRects List_1_tE870449A6BC21548542BC92F18B284004FA8668A * ___m_FreeGlyphRects_23; // TMPro.FaceInfo_Legacy TMPro.TMP_FontAsset::m_fontInfo FaceInfo_Legacy_t9002691F7DB46E42ADE3B69A8861C144379D192F * ___m_fontInfo_24; // UnityEngine.Texture2D TMPro.TMP_FontAsset::atlas Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF * ___atlas_25; // System.Int32 TMPro.TMP_FontAsset::m_AtlasWidth int32_t ___m_AtlasWidth_26; // System.Int32 TMPro.TMP_FontAsset::m_AtlasHeight int32_t ___m_AtlasHeight_27; // System.Int32 TMPro.TMP_FontAsset::m_AtlasPadding int32_t ___m_AtlasPadding_28; // UnityEngine.TextCore.LowLevel.GlyphRenderMode TMPro.TMP_FontAsset::m_AtlasRenderMode int32_t ___m_AtlasRenderMode_29; // System.Collections.Generic.List`1 TMPro.TMP_FontAsset::m_glyphInfoList List_1_t3F387498A6DE374D972293A68DB91FDF1A530E2E * ___m_glyphInfoList_30; // TMPro.KerningTable TMPro.TMP_FontAsset::m_KerningTable KerningTable_t820628F74178B0781DBFFB55BF1277247047617D * ___m_KerningTable_31; // TMPro.TMP_FontFeatureTable TMPro.TMP_FontAsset::m_FontFeatureTable TMP_FontFeatureTable_t4A06C31656BB8CB686657DC85E0179FA3D15E2F1 * ___m_FontFeatureTable_32; // System.Collections.Generic.List`1 TMPro.TMP_FontAsset::fallbackFontAssets List_1_tBE22F0B6C1EBDB760862FAD201AFE75E3DEBBBFD * ___fallbackFontAssets_33; // System.Collections.Generic.List`1 TMPro.TMP_FontAsset::m_FallbackFontAssetTable List_1_tBE22F0B6C1EBDB760862FAD201AFE75E3DEBBBFD * ___m_FallbackFontAssetTable_34; // TMPro.FontAssetCreationSettings TMPro.TMP_FontAsset::m_CreationSettings FontAssetCreationSettings_t70B67907C3CF96F5289A141EA8D87A2A422802A1 ___m_CreationSettings_35; // TMPro.TMP_FontWeightPair[] TMPro.TMP_FontAsset::m_FontWeightTable TMP_FontWeightPairU5BU5D_t537F746E35AD2938424D897D937D0F26B0EC45BC* ___m_FontWeightTable_36; // TMPro.TMP_FontWeightPair[] TMPro.TMP_FontAsset::fontWeights TMP_FontWeightPairU5BU5D_t537F746E35AD2938424D897D937D0F26B0EC45BC* ___fontWeights_37; // System.Single TMPro.TMP_FontAsset::normalStyle float ___normalStyle_38; // System.Single TMPro.TMP_FontAsset::normalSpacingOffset float ___normalSpacingOffset_39; // System.Single TMPro.TMP_FontAsset::boldStyle float ___boldStyle_40; // System.Single TMPro.TMP_FontAsset::boldSpacing float ___boldSpacing_41; // System.Byte TMPro.TMP_FontAsset::italicStyle uint8_t ___italicStyle_42; // System.Byte TMPro.TMP_FontAsset::tabSize uint8_t ___tabSize_43; // System.Boolean TMPro.TMP_FontAsset::IsFontAssetLookupTablesDirty bool ___IsFontAssetLookupTablesDirty_44; // System.Collections.Generic.HashSet`1 TMPro.TMP_FontAsset::FallbackSearchQueryLookup HashSet_1_tF187707BD5564B6808CE30721FBC083F00B385E5 * ___FallbackSearchQueryLookup_53; // System.Collections.Generic.List`1 TMPro.TMP_FontAsset::m_GlyphsToRender List_1_tA740960861E81663EBF03A56DE52E25A9283E954 * ___m_GlyphsToRender_59; // System.Collections.Generic.List`1 TMPro.TMP_FontAsset::m_GlyphsRendered List_1_tA740960861E81663EBF03A56DE52E25A9283E954 * ___m_GlyphsRendered_60; // System.Collections.Generic.List`1 TMPro.TMP_FontAsset::m_GlyphIndexList List_1_t023026A8F0D0D113E2B62213C8C74717BF7F4731 * ___m_GlyphIndexList_61; // System.Collections.Generic.List`1 TMPro.TMP_FontAsset::m_GlyphIndexListNewlyAdded List_1_t023026A8F0D0D113E2B62213C8C74717BF7F4731 * ___m_GlyphIndexListNewlyAdded_62; // System.Collections.Generic.List`1 TMPro.TMP_FontAsset::m_GlyphsToAdd List_1_t023026A8F0D0D113E2B62213C8C74717BF7F4731 * ___m_GlyphsToAdd_63; // System.Collections.Generic.HashSet`1 TMPro.TMP_FontAsset::m_GlyphsToAddLookup HashSet_1_tE1C51BB41CBDB9CD639DE8689780E3494FDE999B * ___m_GlyphsToAddLookup_64; // System.Collections.Generic.List`1 TMPro.TMP_FontAsset::m_CharactersToAdd List_1_tE8F1656A7A5AF5AEE27ED7B656B56CACB417FEB8 * ___m_CharactersToAdd_65; // System.Collections.Generic.HashSet`1 TMPro.TMP_FontAsset::m_CharactersToAddLookup HashSet_1_tE1C51BB41CBDB9CD639DE8689780E3494FDE999B * ___m_CharactersToAddLookup_66; // System.Collections.Generic.List`1 TMPro.TMP_FontAsset::s_MissingCharacterList List_1_t023026A8F0D0D113E2B62213C8C74717BF7F4731 * ___s_MissingCharacterList_67; // System.Collections.Generic.HashSet`1 TMPro.TMP_FontAsset::m_MissingUnicodesFromFontFile HashSet_1_tE1C51BB41CBDB9CD639DE8689780E3494FDE999B * ___m_MissingUnicodesFromFontFile_68; public: inline static int32_t get_offset_of_m_Version_8() { return static_cast(offsetof(TMP_FontAsset_tDD8F58129CF4A9094C82DD209531E9E71F9837B2, ___m_Version_8)); } inline String_t* get_m_Version_8() const { return ___m_Version_8; } inline String_t** get_address_of_m_Version_8() { return &___m_Version_8; } inline void set_m_Version_8(String_t* value) { ___m_Version_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Version_8), (void*)value); } inline static int32_t get_offset_of_m_SourceFontFileGUID_9() { return static_cast(offsetof(TMP_FontAsset_tDD8F58129CF4A9094C82DD209531E9E71F9837B2, ___m_SourceFontFileGUID_9)); } inline String_t* get_m_SourceFontFileGUID_9() const { return ___m_SourceFontFileGUID_9; } inline String_t** get_address_of_m_SourceFontFileGUID_9() { return &___m_SourceFontFileGUID_9; } inline void set_m_SourceFontFileGUID_9(String_t* value) { ___m_SourceFontFileGUID_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_SourceFontFileGUID_9), (void*)value); } inline static int32_t get_offset_of_m_SourceFontFile_10() { return static_cast(offsetof(TMP_FontAsset_tDD8F58129CF4A9094C82DD209531E9E71F9837B2, ___m_SourceFontFile_10)); } inline Font_tB53D3F362CB1A0B92307B362826F212AE2D2A6A9 * get_m_SourceFontFile_10() const { return ___m_SourceFontFile_10; } inline Font_tB53D3F362CB1A0B92307B362826F212AE2D2A6A9 ** get_address_of_m_SourceFontFile_10() { return &___m_SourceFontFile_10; } inline void set_m_SourceFontFile_10(Font_tB53D3F362CB1A0B92307B362826F212AE2D2A6A9 * value) { ___m_SourceFontFile_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_SourceFontFile_10), (void*)value); } inline static int32_t get_offset_of_m_AtlasPopulationMode_11() { return static_cast(offsetof(TMP_FontAsset_tDD8F58129CF4A9094C82DD209531E9E71F9837B2, ___m_AtlasPopulationMode_11)); } inline int32_t get_m_AtlasPopulationMode_11() const { return ___m_AtlasPopulationMode_11; } inline int32_t* get_address_of_m_AtlasPopulationMode_11() { return &___m_AtlasPopulationMode_11; } inline void set_m_AtlasPopulationMode_11(int32_t value) { ___m_AtlasPopulationMode_11 = value; } inline static int32_t get_offset_of_m_FaceInfo_12() { return static_cast(offsetof(TMP_FontAsset_tDD8F58129CF4A9094C82DD209531E9E71F9837B2, ___m_FaceInfo_12)); } inline FaceInfo_t3A29F58B4C0435D2D76E3474E2B9D03F8A20C979 get_m_FaceInfo_12() const { return ___m_FaceInfo_12; } inline FaceInfo_t3A29F58B4C0435D2D76E3474E2B9D03F8A20C979 * get_address_of_m_FaceInfo_12() { return &___m_FaceInfo_12; } inline void set_m_FaceInfo_12(FaceInfo_t3A29F58B4C0435D2D76E3474E2B9D03F8A20C979 value) { ___m_FaceInfo_12 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___m_FaceInfo_12))->___m_FamilyName_1), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___m_FaceInfo_12))->___m_StyleName_2), (void*)NULL); #endif } inline static int32_t get_offset_of_m_GlyphTable_13() { return static_cast(offsetof(TMP_FontAsset_tDD8F58129CF4A9094C82DD209531E9E71F9837B2, ___m_GlyphTable_13)); } inline List_1_tA740960861E81663EBF03A56DE52E25A9283E954 * get_m_GlyphTable_13() const { return ___m_GlyphTable_13; } inline List_1_tA740960861E81663EBF03A56DE52E25A9283E954 ** get_address_of_m_GlyphTable_13() { return &___m_GlyphTable_13; } inline void set_m_GlyphTable_13(List_1_tA740960861E81663EBF03A56DE52E25A9283E954 * value) { ___m_GlyphTable_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_GlyphTable_13), (void*)value); } inline static int32_t get_offset_of_m_GlyphLookupDictionary_14() { return static_cast(offsetof(TMP_FontAsset_tDD8F58129CF4A9094C82DD209531E9E71F9837B2, ___m_GlyphLookupDictionary_14)); } inline Dictionary_2_tDA5C03A58B5E004C6D454EF31BF9C5307FE785BE * get_m_GlyphLookupDictionary_14() const { return ___m_GlyphLookupDictionary_14; } inline Dictionary_2_tDA5C03A58B5E004C6D454EF31BF9C5307FE785BE ** get_address_of_m_GlyphLookupDictionary_14() { return &___m_GlyphLookupDictionary_14; } inline void set_m_GlyphLookupDictionary_14(Dictionary_2_tDA5C03A58B5E004C6D454EF31BF9C5307FE785BE * value) { ___m_GlyphLookupDictionary_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_GlyphLookupDictionary_14), (void*)value); } inline static int32_t get_offset_of_m_CharacterTable_15() { return static_cast(offsetof(TMP_FontAsset_tDD8F58129CF4A9094C82DD209531E9E71F9837B2, ___m_CharacterTable_15)); } inline List_1_tE8F1656A7A5AF5AEE27ED7B656B56CACB417FEB8 * get_m_CharacterTable_15() const { return ___m_CharacterTable_15; } inline List_1_tE8F1656A7A5AF5AEE27ED7B656B56CACB417FEB8 ** get_address_of_m_CharacterTable_15() { return &___m_CharacterTable_15; } inline void set_m_CharacterTable_15(List_1_tE8F1656A7A5AF5AEE27ED7B656B56CACB417FEB8 * value) { ___m_CharacterTable_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_CharacterTable_15), (void*)value); } inline static int32_t get_offset_of_m_CharacterLookupDictionary_16() { return static_cast(offsetof(TMP_FontAsset_tDD8F58129CF4A9094C82DD209531E9E71F9837B2, ___m_CharacterLookupDictionary_16)); } inline Dictionary_2_t6BB43D0F158FE3B19E71F6F48A84283B5250E1B4 * get_m_CharacterLookupDictionary_16() const { return ___m_CharacterLookupDictionary_16; } inline Dictionary_2_t6BB43D0F158FE3B19E71F6F48A84283B5250E1B4 ** get_address_of_m_CharacterLookupDictionary_16() { return &___m_CharacterLookupDictionary_16; } inline void set_m_CharacterLookupDictionary_16(Dictionary_2_t6BB43D0F158FE3B19E71F6F48A84283B5250E1B4 * value) { ___m_CharacterLookupDictionary_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_CharacterLookupDictionary_16), (void*)value); } inline static int32_t get_offset_of_m_AtlasTexture_17() { return static_cast(offsetof(TMP_FontAsset_tDD8F58129CF4A9094C82DD209531E9E71F9837B2, ___m_AtlasTexture_17)); } inline Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF * get_m_AtlasTexture_17() const { return ___m_AtlasTexture_17; } inline Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF ** get_address_of_m_AtlasTexture_17() { return &___m_AtlasTexture_17; } inline void set_m_AtlasTexture_17(Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF * value) { ___m_AtlasTexture_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_AtlasTexture_17), (void*)value); } inline static int32_t get_offset_of_m_AtlasTextures_18() { return static_cast(offsetof(TMP_FontAsset_tDD8F58129CF4A9094C82DD209531E9E71F9837B2, ___m_AtlasTextures_18)); } inline Texture2DU5BU5D_t0CBDCEA1648F6CBEA47C64E1E48F22B9692B3316* get_m_AtlasTextures_18() const { return ___m_AtlasTextures_18; } inline Texture2DU5BU5D_t0CBDCEA1648F6CBEA47C64E1E48F22B9692B3316** get_address_of_m_AtlasTextures_18() { return &___m_AtlasTextures_18; } inline void set_m_AtlasTextures_18(Texture2DU5BU5D_t0CBDCEA1648F6CBEA47C64E1E48F22B9692B3316* value) { ___m_AtlasTextures_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_AtlasTextures_18), (void*)value); } inline static int32_t get_offset_of_m_AtlasTextureIndex_19() { return static_cast(offsetof(TMP_FontAsset_tDD8F58129CF4A9094C82DD209531E9E71F9837B2, ___m_AtlasTextureIndex_19)); } inline int32_t get_m_AtlasTextureIndex_19() const { return ___m_AtlasTextureIndex_19; } inline int32_t* get_address_of_m_AtlasTextureIndex_19() { return &___m_AtlasTextureIndex_19; } inline void set_m_AtlasTextureIndex_19(int32_t value) { ___m_AtlasTextureIndex_19 = value; } inline static int32_t get_offset_of_m_IsMultiAtlasTexturesEnabled_20() { return static_cast(offsetof(TMP_FontAsset_tDD8F58129CF4A9094C82DD209531E9E71F9837B2, ___m_IsMultiAtlasTexturesEnabled_20)); } inline bool get_m_IsMultiAtlasTexturesEnabled_20() const { return ___m_IsMultiAtlasTexturesEnabled_20; } inline bool* get_address_of_m_IsMultiAtlasTexturesEnabled_20() { return &___m_IsMultiAtlasTexturesEnabled_20; } inline void set_m_IsMultiAtlasTexturesEnabled_20(bool value) { ___m_IsMultiAtlasTexturesEnabled_20 = value; } inline static int32_t get_offset_of_m_ClearDynamicDataOnBuild_21() { return static_cast(offsetof(TMP_FontAsset_tDD8F58129CF4A9094C82DD209531E9E71F9837B2, ___m_ClearDynamicDataOnBuild_21)); } inline bool get_m_ClearDynamicDataOnBuild_21() const { return ___m_ClearDynamicDataOnBuild_21; } inline bool* get_address_of_m_ClearDynamicDataOnBuild_21() { return &___m_ClearDynamicDataOnBuild_21; } inline void set_m_ClearDynamicDataOnBuild_21(bool value) { ___m_ClearDynamicDataOnBuild_21 = value; } inline static int32_t get_offset_of_m_UsedGlyphRects_22() { return static_cast(offsetof(TMP_FontAsset_tDD8F58129CF4A9094C82DD209531E9E71F9837B2, ___m_UsedGlyphRects_22)); } inline List_1_tE870449A6BC21548542BC92F18B284004FA8668A * get_m_UsedGlyphRects_22() const { return ___m_UsedGlyphRects_22; } inline List_1_tE870449A6BC21548542BC92F18B284004FA8668A ** get_address_of_m_UsedGlyphRects_22() { return &___m_UsedGlyphRects_22; } inline void set_m_UsedGlyphRects_22(List_1_tE870449A6BC21548542BC92F18B284004FA8668A * value) { ___m_UsedGlyphRects_22 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_UsedGlyphRects_22), (void*)value); } inline static int32_t get_offset_of_m_FreeGlyphRects_23() { return static_cast(offsetof(TMP_FontAsset_tDD8F58129CF4A9094C82DD209531E9E71F9837B2, ___m_FreeGlyphRects_23)); } inline List_1_tE870449A6BC21548542BC92F18B284004FA8668A * get_m_FreeGlyphRects_23() const { return ___m_FreeGlyphRects_23; } inline List_1_tE870449A6BC21548542BC92F18B284004FA8668A ** get_address_of_m_FreeGlyphRects_23() { return &___m_FreeGlyphRects_23; } inline void set_m_FreeGlyphRects_23(List_1_tE870449A6BC21548542BC92F18B284004FA8668A * value) { ___m_FreeGlyphRects_23 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_FreeGlyphRects_23), (void*)value); } inline static int32_t get_offset_of_m_fontInfo_24() { return static_cast(offsetof(TMP_FontAsset_tDD8F58129CF4A9094C82DD209531E9E71F9837B2, ___m_fontInfo_24)); } inline FaceInfo_Legacy_t9002691F7DB46E42ADE3B69A8861C144379D192F * get_m_fontInfo_24() const { return ___m_fontInfo_24; } inline FaceInfo_Legacy_t9002691F7DB46E42ADE3B69A8861C144379D192F ** get_address_of_m_fontInfo_24() { return &___m_fontInfo_24; } inline void set_m_fontInfo_24(FaceInfo_Legacy_t9002691F7DB46E42ADE3B69A8861C144379D192F * value) { ___m_fontInfo_24 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_fontInfo_24), (void*)value); } inline static int32_t get_offset_of_atlas_25() { return static_cast(offsetof(TMP_FontAsset_tDD8F58129CF4A9094C82DD209531E9E71F9837B2, ___atlas_25)); } inline Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF * get_atlas_25() const { return ___atlas_25; } inline Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF ** get_address_of_atlas_25() { return &___atlas_25; } inline void set_atlas_25(Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF * value) { ___atlas_25 = value; Il2CppCodeGenWriteBarrier((void**)(&___atlas_25), (void*)value); } inline static int32_t get_offset_of_m_AtlasWidth_26() { return static_cast(offsetof(TMP_FontAsset_tDD8F58129CF4A9094C82DD209531E9E71F9837B2, ___m_AtlasWidth_26)); } inline int32_t get_m_AtlasWidth_26() const { return ___m_AtlasWidth_26; } inline int32_t* get_address_of_m_AtlasWidth_26() { return &___m_AtlasWidth_26; } inline void set_m_AtlasWidth_26(int32_t value) { ___m_AtlasWidth_26 = value; } inline static int32_t get_offset_of_m_AtlasHeight_27() { return static_cast(offsetof(TMP_FontAsset_tDD8F58129CF4A9094C82DD209531E9E71F9837B2, ___m_AtlasHeight_27)); } inline int32_t get_m_AtlasHeight_27() const { return ___m_AtlasHeight_27; } inline int32_t* get_address_of_m_AtlasHeight_27() { return &___m_AtlasHeight_27; } inline void set_m_AtlasHeight_27(int32_t value) { ___m_AtlasHeight_27 = value; } inline static int32_t get_offset_of_m_AtlasPadding_28() { return static_cast(offsetof(TMP_FontAsset_tDD8F58129CF4A9094C82DD209531E9E71F9837B2, ___m_AtlasPadding_28)); } inline int32_t get_m_AtlasPadding_28() const { return ___m_AtlasPadding_28; } inline int32_t* get_address_of_m_AtlasPadding_28() { return &___m_AtlasPadding_28; } inline void set_m_AtlasPadding_28(int32_t value) { ___m_AtlasPadding_28 = value; } inline static int32_t get_offset_of_m_AtlasRenderMode_29() { return static_cast(offsetof(TMP_FontAsset_tDD8F58129CF4A9094C82DD209531E9E71F9837B2, ___m_AtlasRenderMode_29)); } inline int32_t get_m_AtlasRenderMode_29() const { return ___m_AtlasRenderMode_29; } inline int32_t* get_address_of_m_AtlasRenderMode_29() { return &___m_AtlasRenderMode_29; } inline void set_m_AtlasRenderMode_29(int32_t value) { ___m_AtlasRenderMode_29 = value; } inline static int32_t get_offset_of_m_glyphInfoList_30() { return static_cast(offsetof(TMP_FontAsset_tDD8F58129CF4A9094C82DD209531E9E71F9837B2, ___m_glyphInfoList_30)); } inline List_1_t3F387498A6DE374D972293A68DB91FDF1A530E2E * get_m_glyphInfoList_30() const { return ___m_glyphInfoList_30; } inline List_1_t3F387498A6DE374D972293A68DB91FDF1A530E2E ** get_address_of_m_glyphInfoList_30() { return &___m_glyphInfoList_30; } inline void set_m_glyphInfoList_30(List_1_t3F387498A6DE374D972293A68DB91FDF1A530E2E * value) { ___m_glyphInfoList_30 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_glyphInfoList_30), (void*)value); } inline static int32_t get_offset_of_m_KerningTable_31() { return static_cast(offsetof(TMP_FontAsset_tDD8F58129CF4A9094C82DD209531E9E71F9837B2, ___m_KerningTable_31)); } inline KerningTable_t820628F74178B0781DBFFB55BF1277247047617D * get_m_KerningTable_31() const { return ___m_KerningTable_31; } inline KerningTable_t820628F74178B0781DBFFB55BF1277247047617D ** get_address_of_m_KerningTable_31() { return &___m_KerningTable_31; } inline void set_m_KerningTable_31(KerningTable_t820628F74178B0781DBFFB55BF1277247047617D * value) { ___m_KerningTable_31 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_KerningTable_31), (void*)value); } inline static int32_t get_offset_of_m_FontFeatureTable_32() { return static_cast(offsetof(TMP_FontAsset_tDD8F58129CF4A9094C82DD209531E9E71F9837B2, ___m_FontFeatureTable_32)); } inline TMP_FontFeatureTable_t4A06C31656BB8CB686657DC85E0179FA3D15E2F1 * get_m_FontFeatureTable_32() const { return ___m_FontFeatureTable_32; } inline TMP_FontFeatureTable_t4A06C31656BB8CB686657DC85E0179FA3D15E2F1 ** get_address_of_m_FontFeatureTable_32() { return &___m_FontFeatureTable_32; } inline void set_m_FontFeatureTable_32(TMP_FontFeatureTable_t4A06C31656BB8CB686657DC85E0179FA3D15E2F1 * value) { ___m_FontFeatureTable_32 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_FontFeatureTable_32), (void*)value); } inline static int32_t get_offset_of_fallbackFontAssets_33() { return static_cast(offsetof(TMP_FontAsset_tDD8F58129CF4A9094C82DD209531E9E71F9837B2, ___fallbackFontAssets_33)); } inline List_1_tBE22F0B6C1EBDB760862FAD201AFE75E3DEBBBFD * get_fallbackFontAssets_33() const { return ___fallbackFontAssets_33; } inline List_1_tBE22F0B6C1EBDB760862FAD201AFE75E3DEBBBFD ** get_address_of_fallbackFontAssets_33() { return &___fallbackFontAssets_33; } inline void set_fallbackFontAssets_33(List_1_tBE22F0B6C1EBDB760862FAD201AFE75E3DEBBBFD * value) { ___fallbackFontAssets_33 = value; Il2CppCodeGenWriteBarrier((void**)(&___fallbackFontAssets_33), (void*)value); } inline static int32_t get_offset_of_m_FallbackFontAssetTable_34() { return static_cast(offsetof(TMP_FontAsset_tDD8F58129CF4A9094C82DD209531E9E71F9837B2, ___m_FallbackFontAssetTable_34)); } inline List_1_tBE22F0B6C1EBDB760862FAD201AFE75E3DEBBBFD * get_m_FallbackFontAssetTable_34() const { return ___m_FallbackFontAssetTable_34; } inline List_1_tBE22F0B6C1EBDB760862FAD201AFE75E3DEBBBFD ** get_address_of_m_FallbackFontAssetTable_34() { return &___m_FallbackFontAssetTable_34; } inline void set_m_FallbackFontAssetTable_34(List_1_tBE22F0B6C1EBDB760862FAD201AFE75E3DEBBBFD * value) { ___m_FallbackFontAssetTable_34 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_FallbackFontAssetTable_34), (void*)value); } inline static int32_t get_offset_of_m_CreationSettings_35() { return static_cast(offsetof(TMP_FontAsset_tDD8F58129CF4A9094C82DD209531E9E71F9837B2, ___m_CreationSettings_35)); } inline FontAssetCreationSettings_t70B67907C3CF96F5289A141EA8D87A2A422802A1 get_m_CreationSettings_35() const { return ___m_CreationSettings_35; } inline FontAssetCreationSettings_t70B67907C3CF96F5289A141EA8D87A2A422802A1 * get_address_of_m_CreationSettings_35() { return &___m_CreationSettings_35; } inline void set_m_CreationSettings_35(FontAssetCreationSettings_t70B67907C3CF96F5289A141EA8D87A2A422802A1 value) { ___m_CreationSettings_35 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___m_CreationSettings_35))->___sourceFontFileName_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___m_CreationSettings_35))->___sourceFontFileGUID_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___m_CreationSettings_35))->___characterSequence_9), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___m_CreationSettings_35))->___referencedFontAssetGUID_10), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___m_CreationSettings_35))->___referencedTextAssetGUID_11), (void*)NULL); #endif } inline static int32_t get_offset_of_m_FontWeightTable_36() { return static_cast(offsetof(TMP_FontAsset_tDD8F58129CF4A9094C82DD209531E9E71F9837B2, ___m_FontWeightTable_36)); } inline TMP_FontWeightPairU5BU5D_t537F746E35AD2938424D897D937D0F26B0EC45BC* get_m_FontWeightTable_36() const { return ___m_FontWeightTable_36; } inline TMP_FontWeightPairU5BU5D_t537F746E35AD2938424D897D937D0F26B0EC45BC** get_address_of_m_FontWeightTable_36() { return &___m_FontWeightTable_36; } inline void set_m_FontWeightTable_36(TMP_FontWeightPairU5BU5D_t537F746E35AD2938424D897D937D0F26B0EC45BC* value) { ___m_FontWeightTable_36 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_FontWeightTable_36), (void*)value); } inline static int32_t get_offset_of_fontWeights_37() { return static_cast(offsetof(TMP_FontAsset_tDD8F58129CF4A9094C82DD209531E9E71F9837B2, ___fontWeights_37)); } inline TMP_FontWeightPairU5BU5D_t537F746E35AD2938424D897D937D0F26B0EC45BC* get_fontWeights_37() const { return ___fontWeights_37; } inline TMP_FontWeightPairU5BU5D_t537F746E35AD2938424D897D937D0F26B0EC45BC** get_address_of_fontWeights_37() { return &___fontWeights_37; } inline void set_fontWeights_37(TMP_FontWeightPairU5BU5D_t537F746E35AD2938424D897D937D0F26B0EC45BC* value) { ___fontWeights_37 = value; Il2CppCodeGenWriteBarrier((void**)(&___fontWeights_37), (void*)value); } inline static int32_t get_offset_of_normalStyle_38() { return static_cast(offsetof(TMP_FontAsset_tDD8F58129CF4A9094C82DD209531E9E71F9837B2, ___normalStyle_38)); } inline float get_normalStyle_38() const { return ___normalStyle_38; } inline float* get_address_of_normalStyle_38() { return &___normalStyle_38; } inline void set_normalStyle_38(float value) { ___normalStyle_38 = value; } inline static int32_t get_offset_of_normalSpacingOffset_39() { return static_cast(offsetof(TMP_FontAsset_tDD8F58129CF4A9094C82DD209531E9E71F9837B2, ___normalSpacingOffset_39)); } inline float get_normalSpacingOffset_39() const { return ___normalSpacingOffset_39; } inline float* get_address_of_normalSpacingOffset_39() { return &___normalSpacingOffset_39; } inline void set_normalSpacingOffset_39(float value) { ___normalSpacingOffset_39 = value; } inline static int32_t get_offset_of_boldStyle_40() { return static_cast(offsetof(TMP_FontAsset_tDD8F58129CF4A9094C82DD209531E9E71F9837B2, ___boldStyle_40)); } inline float get_boldStyle_40() const { return ___boldStyle_40; } inline float* get_address_of_boldStyle_40() { return &___boldStyle_40; } inline void set_boldStyle_40(float value) { ___boldStyle_40 = value; } inline static int32_t get_offset_of_boldSpacing_41() { return static_cast(offsetof(TMP_FontAsset_tDD8F58129CF4A9094C82DD209531E9E71F9837B2, ___boldSpacing_41)); } inline float get_boldSpacing_41() const { return ___boldSpacing_41; } inline float* get_address_of_boldSpacing_41() { return &___boldSpacing_41; } inline void set_boldSpacing_41(float value) { ___boldSpacing_41 = value; } inline static int32_t get_offset_of_italicStyle_42() { return static_cast(offsetof(TMP_FontAsset_tDD8F58129CF4A9094C82DD209531E9E71F9837B2, ___italicStyle_42)); } inline uint8_t get_italicStyle_42() const { return ___italicStyle_42; } inline uint8_t* get_address_of_italicStyle_42() { return &___italicStyle_42; } inline void set_italicStyle_42(uint8_t value) { ___italicStyle_42 = value; } inline static int32_t get_offset_of_tabSize_43() { return static_cast(offsetof(TMP_FontAsset_tDD8F58129CF4A9094C82DD209531E9E71F9837B2, ___tabSize_43)); } inline uint8_t get_tabSize_43() const { return ___tabSize_43; } inline uint8_t* get_address_of_tabSize_43() { return &___tabSize_43; } inline void set_tabSize_43(uint8_t value) { ___tabSize_43 = value; } inline static int32_t get_offset_of_IsFontAssetLookupTablesDirty_44() { return static_cast(offsetof(TMP_FontAsset_tDD8F58129CF4A9094C82DD209531E9E71F9837B2, ___IsFontAssetLookupTablesDirty_44)); } inline bool get_IsFontAssetLookupTablesDirty_44() const { return ___IsFontAssetLookupTablesDirty_44; } inline bool* get_address_of_IsFontAssetLookupTablesDirty_44() { return &___IsFontAssetLookupTablesDirty_44; } inline void set_IsFontAssetLookupTablesDirty_44(bool value) { ___IsFontAssetLookupTablesDirty_44 = value; } inline static int32_t get_offset_of_FallbackSearchQueryLookup_53() { return static_cast(offsetof(TMP_FontAsset_tDD8F58129CF4A9094C82DD209531E9E71F9837B2, ___FallbackSearchQueryLookup_53)); } inline HashSet_1_tF187707BD5564B6808CE30721FBC083F00B385E5 * get_FallbackSearchQueryLookup_53() const { return ___FallbackSearchQueryLookup_53; } inline HashSet_1_tF187707BD5564B6808CE30721FBC083F00B385E5 ** get_address_of_FallbackSearchQueryLookup_53() { return &___FallbackSearchQueryLookup_53; } inline void set_FallbackSearchQueryLookup_53(HashSet_1_tF187707BD5564B6808CE30721FBC083F00B385E5 * value) { ___FallbackSearchQueryLookup_53 = value; Il2CppCodeGenWriteBarrier((void**)(&___FallbackSearchQueryLookup_53), (void*)value); } inline static int32_t get_offset_of_m_GlyphsToRender_59() { return static_cast(offsetof(TMP_FontAsset_tDD8F58129CF4A9094C82DD209531E9E71F9837B2, ___m_GlyphsToRender_59)); } inline List_1_tA740960861E81663EBF03A56DE52E25A9283E954 * get_m_GlyphsToRender_59() const { return ___m_GlyphsToRender_59; } inline List_1_tA740960861E81663EBF03A56DE52E25A9283E954 ** get_address_of_m_GlyphsToRender_59() { return &___m_GlyphsToRender_59; } inline void set_m_GlyphsToRender_59(List_1_tA740960861E81663EBF03A56DE52E25A9283E954 * value) { ___m_GlyphsToRender_59 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_GlyphsToRender_59), (void*)value); } inline static int32_t get_offset_of_m_GlyphsRendered_60() { return static_cast(offsetof(TMP_FontAsset_tDD8F58129CF4A9094C82DD209531E9E71F9837B2, ___m_GlyphsRendered_60)); } inline List_1_tA740960861E81663EBF03A56DE52E25A9283E954 * get_m_GlyphsRendered_60() const { return ___m_GlyphsRendered_60; } inline List_1_tA740960861E81663EBF03A56DE52E25A9283E954 ** get_address_of_m_GlyphsRendered_60() { return &___m_GlyphsRendered_60; } inline void set_m_GlyphsRendered_60(List_1_tA740960861E81663EBF03A56DE52E25A9283E954 * value) { ___m_GlyphsRendered_60 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_GlyphsRendered_60), (void*)value); } inline static int32_t get_offset_of_m_GlyphIndexList_61() { return static_cast(offsetof(TMP_FontAsset_tDD8F58129CF4A9094C82DD209531E9E71F9837B2, ___m_GlyphIndexList_61)); } inline List_1_t023026A8F0D0D113E2B62213C8C74717BF7F4731 * get_m_GlyphIndexList_61() const { return ___m_GlyphIndexList_61; } inline List_1_t023026A8F0D0D113E2B62213C8C74717BF7F4731 ** get_address_of_m_GlyphIndexList_61() { return &___m_GlyphIndexList_61; } inline void set_m_GlyphIndexList_61(List_1_t023026A8F0D0D113E2B62213C8C74717BF7F4731 * value) { ___m_GlyphIndexList_61 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_GlyphIndexList_61), (void*)value); } inline static int32_t get_offset_of_m_GlyphIndexListNewlyAdded_62() { return static_cast(offsetof(TMP_FontAsset_tDD8F58129CF4A9094C82DD209531E9E71F9837B2, ___m_GlyphIndexListNewlyAdded_62)); } inline List_1_t023026A8F0D0D113E2B62213C8C74717BF7F4731 * get_m_GlyphIndexListNewlyAdded_62() const { return ___m_GlyphIndexListNewlyAdded_62; } inline List_1_t023026A8F0D0D113E2B62213C8C74717BF7F4731 ** get_address_of_m_GlyphIndexListNewlyAdded_62() { return &___m_GlyphIndexListNewlyAdded_62; } inline void set_m_GlyphIndexListNewlyAdded_62(List_1_t023026A8F0D0D113E2B62213C8C74717BF7F4731 * value) { ___m_GlyphIndexListNewlyAdded_62 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_GlyphIndexListNewlyAdded_62), (void*)value); } inline static int32_t get_offset_of_m_GlyphsToAdd_63() { return static_cast(offsetof(TMP_FontAsset_tDD8F58129CF4A9094C82DD209531E9E71F9837B2, ___m_GlyphsToAdd_63)); } inline List_1_t023026A8F0D0D113E2B62213C8C74717BF7F4731 * get_m_GlyphsToAdd_63() const { return ___m_GlyphsToAdd_63; } inline List_1_t023026A8F0D0D113E2B62213C8C74717BF7F4731 ** get_address_of_m_GlyphsToAdd_63() { return &___m_GlyphsToAdd_63; } inline void set_m_GlyphsToAdd_63(List_1_t023026A8F0D0D113E2B62213C8C74717BF7F4731 * value) { ___m_GlyphsToAdd_63 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_GlyphsToAdd_63), (void*)value); } inline static int32_t get_offset_of_m_GlyphsToAddLookup_64() { return static_cast(offsetof(TMP_FontAsset_tDD8F58129CF4A9094C82DD209531E9E71F9837B2, ___m_GlyphsToAddLookup_64)); } inline HashSet_1_tE1C51BB41CBDB9CD639DE8689780E3494FDE999B * get_m_GlyphsToAddLookup_64() const { return ___m_GlyphsToAddLookup_64; } inline HashSet_1_tE1C51BB41CBDB9CD639DE8689780E3494FDE999B ** get_address_of_m_GlyphsToAddLookup_64() { return &___m_GlyphsToAddLookup_64; } inline void set_m_GlyphsToAddLookup_64(HashSet_1_tE1C51BB41CBDB9CD639DE8689780E3494FDE999B * value) { ___m_GlyphsToAddLookup_64 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_GlyphsToAddLookup_64), (void*)value); } inline static int32_t get_offset_of_m_CharactersToAdd_65() { return static_cast(offsetof(TMP_FontAsset_tDD8F58129CF4A9094C82DD209531E9E71F9837B2, ___m_CharactersToAdd_65)); } inline List_1_tE8F1656A7A5AF5AEE27ED7B656B56CACB417FEB8 * get_m_CharactersToAdd_65() const { return ___m_CharactersToAdd_65; } inline List_1_tE8F1656A7A5AF5AEE27ED7B656B56CACB417FEB8 ** get_address_of_m_CharactersToAdd_65() { return &___m_CharactersToAdd_65; } inline void set_m_CharactersToAdd_65(List_1_tE8F1656A7A5AF5AEE27ED7B656B56CACB417FEB8 * value) { ___m_CharactersToAdd_65 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_CharactersToAdd_65), (void*)value); } inline static int32_t get_offset_of_m_CharactersToAddLookup_66() { return static_cast(offsetof(TMP_FontAsset_tDD8F58129CF4A9094C82DD209531E9E71F9837B2, ___m_CharactersToAddLookup_66)); } inline HashSet_1_tE1C51BB41CBDB9CD639DE8689780E3494FDE999B * get_m_CharactersToAddLookup_66() const { return ___m_CharactersToAddLookup_66; } inline HashSet_1_tE1C51BB41CBDB9CD639DE8689780E3494FDE999B ** get_address_of_m_CharactersToAddLookup_66() { return &___m_CharactersToAddLookup_66; } inline void set_m_CharactersToAddLookup_66(HashSet_1_tE1C51BB41CBDB9CD639DE8689780E3494FDE999B * value) { ___m_CharactersToAddLookup_66 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_CharactersToAddLookup_66), (void*)value); } inline static int32_t get_offset_of_s_MissingCharacterList_67() { return static_cast(offsetof(TMP_FontAsset_tDD8F58129CF4A9094C82DD209531E9E71F9837B2, ___s_MissingCharacterList_67)); } inline List_1_t023026A8F0D0D113E2B62213C8C74717BF7F4731 * get_s_MissingCharacterList_67() const { return ___s_MissingCharacterList_67; } inline List_1_t023026A8F0D0D113E2B62213C8C74717BF7F4731 ** get_address_of_s_MissingCharacterList_67() { return &___s_MissingCharacterList_67; } inline void set_s_MissingCharacterList_67(List_1_t023026A8F0D0D113E2B62213C8C74717BF7F4731 * value) { ___s_MissingCharacterList_67 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_MissingCharacterList_67), (void*)value); } inline static int32_t get_offset_of_m_MissingUnicodesFromFontFile_68() { return static_cast(offsetof(TMP_FontAsset_tDD8F58129CF4A9094C82DD209531E9E71F9837B2, ___m_MissingUnicodesFromFontFile_68)); } inline HashSet_1_tE1C51BB41CBDB9CD639DE8689780E3494FDE999B * get_m_MissingUnicodesFromFontFile_68() const { return ___m_MissingUnicodesFromFontFile_68; } inline HashSet_1_tE1C51BB41CBDB9CD639DE8689780E3494FDE999B ** get_address_of_m_MissingUnicodesFromFontFile_68() { return &___m_MissingUnicodesFromFontFile_68; } inline void set_m_MissingUnicodesFromFontFile_68(HashSet_1_tE1C51BB41CBDB9CD639DE8689780E3494FDE999B * value) { ___m_MissingUnicodesFromFontFile_68 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_MissingUnicodesFromFontFile_68), (void*)value); } }; struct TMP_FontAsset_tDD8F58129CF4A9094C82DD209531E9E71F9837B2_StaticFields { public: // Unity.Profiling.ProfilerMarker TMPro.TMP_FontAsset::k_ReadFontAssetDefinitionMarker ProfilerMarker_tAE86534C80C5D67768DB3B244D8D139A2E6495E1 ___k_ReadFontAssetDefinitionMarker_45; // Unity.Profiling.ProfilerMarker TMPro.TMP_FontAsset::k_AddSynthesizedCharactersMarker ProfilerMarker_tAE86534C80C5D67768DB3B244D8D139A2E6495E1 ___k_AddSynthesizedCharactersMarker_46; // Unity.Profiling.ProfilerMarker TMPro.TMP_FontAsset::k_TryAddCharacterMarker ProfilerMarker_tAE86534C80C5D67768DB3B244D8D139A2E6495E1 ___k_TryAddCharacterMarker_47; // Unity.Profiling.ProfilerMarker TMPro.TMP_FontAsset::k_TryAddCharactersMarker ProfilerMarker_tAE86534C80C5D67768DB3B244D8D139A2E6495E1 ___k_TryAddCharactersMarker_48; // Unity.Profiling.ProfilerMarker TMPro.TMP_FontAsset::k_UpdateGlyphAdjustmentRecordsMarker ProfilerMarker_tAE86534C80C5D67768DB3B244D8D139A2E6495E1 ___k_UpdateGlyphAdjustmentRecordsMarker_49; // Unity.Profiling.ProfilerMarker TMPro.TMP_FontAsset::k_ClearFontAssetDataMarker ProfilerMarker_tAE86534C80C5D67768DB3B244D8D139A2E6495E1 ___k_ClearFontAssetDataMarker_50; // Unity.Profiling.ProfilerMarker TMPro.TMP_FontAsset::k_UpdateFontAssetDataMarker ProfilerMarker_tAE86534C80C5D67768DB3B244D8D139A2E6495E1 ___k_UpdateFontAssetDataMarker_51; // System.String TMPro.TMP_FontAsset::s_DefaultMaterialSuffix String_t* ___s_DefaultMaterialSuffix_52; // System.Collections.Generic.HashSet`1 TMPro.TMP_FontAsset::k_SearchedFontAssetLookup HashSet_1_tF187707BD5564B6808CE30721FBC083F00B385E5 * ___k_SearchedFontAssetLookup_54; // System.Collections.Generic.List`1 TMPro.TMP_FontAsset::k_FontAssets_FontFeaturesUpdateQueue List_1_tBE22F0B6C1EBDB760862FAD201AFE75E3DEBBBFD * ___k_FontAssets_FontFeaturesUpdateQueue_55; // System.Collections.Generic.HashSet`1 TMPro.TMP_FontAsset::k_FontAssets_FontFeaturesUpdateQueueLookup HashSet_1_tF187707BD5564B6808CE30721FBC083F00B385E5 * ___k_FontAssets_FontFeaturesUpdateQueueLookup_56; // System.Collections.Generic.List`1 TMPro.TMP_FontAsset::k_FontAssets_AtlasTexturesUpdateQueue List_1_tBE22F0B6C1EBDB760862FAD201AFE75E3DEBBBFD * ___k_FontAssets_AtlasTexturesUpdateQueue_57; // System.Collections.Generic.HashSet`1 TMPro.TMP_FontAsset::k_FontAssets_AtlasTexturesUpdateQueueLookup HashSet_1_tF187707BD5564B6808CE30721FBC083F00B385E5 * ___k_FontAssets_AtlasTexturesUpdateQueueLookup_58; // System.UInt32[] TMPro.TMP_FontAsset::k_GlyphIndexArray UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___k_GlyphIndexArray_69; public: inline static int32_t get_offset_of_k_ReadFontAssetDefinitionMarker_45() { return static_cast(offsetof(TMP_FontAsset_tDD8F58129CF4A9094C82DD209531E9E71F9837B2_StaticFields, ___k_ReadFontAssetDefinitionMarker_45)); } inline ProfilerMarker_tAE86534C80C5D67768DB3B244D8D139A2E6495E1 get_k_ReadFontAssetDefinitionMarker_45() const { return ___k_ReadFontAssetDefinitionMarker_45; } inline ProfilerMarker_tAE86534C80C5D67768DB3B244D8D139A2E6495E1 * get_address_of_k_ReadFontAssetDefinitionMarker_45() { return &___k_ReadFontAssetDefinitionMarker_45; } inline void set_k_ReadFontAssetDefinitionMarker_45(ProfilerMarker_tAE86534C80C5D67768DB3B244D8D139A2E6495E1 value) { ___k_ReadFontAssetDefinitionMarker_45 = value; } inline static int32_t get_offset_of_k_AddSynthesizedCharactersMarker_46() { return static_cast(offsetof(TMP_FontAsset_tDD8F58129CF4A9094C82DD209531E9E71F9837B2_StaticFields, ___k_AddSynthesizedCharactersMarker_46)); } inline ProfilerMarker_tAE86534C80C5D67768DB3B244D8D139A2E6495E1 get_k_AddSynthesizedCharactersMarker_46() const { return ___k_AddSynthesizedCharactersMarker_46; } inline ProfilerMarker_tAE86534C80C5D67768DB3B244D8D139A2E6495E1 * get_address_of_k_AddSynthesizedCharactersMarker_46() { return &___k_AddSynthesizedCharactersMarker_46; } inline void set_k_AddSynthesizedCharactersMarker_46(ProfilerMarker_tAE86534C80C5D67768DB3B244D8D139A2E6495E1 value) { ___k_AddSynthesizedCharactersMarker_46 = value; } inline static int32_t get_offset_of_k_TryAddCharacterMarker_47() { return static_cast(offsetof(TMP_FontAsset_tDD8F58129CF4A9094C82DD209531E9E71F9837B2_StaticFields, ___k_TryAddCharacterMarker_47)); } inline ProfilerMarker_tAE86534C80C5D67768DB3B244D8D139A2E6495E1 get_k_TryAddCharacterMarker_47() const { return ___k_TryAddCharacterMarker_47; } inline ProfilerMarker_tAE86534C80C5D67768DB3B244D8D139A2E6495E1 * get_address_of_k_TryAddCharacterMarker_47() { return &___k_TryAddCharacterMarker_47; } inline void set_k_TryAddCharacterMarker_47(ProfilerMarker_tAE86534C80C5D67768DB3B244D8D139A2E6495E1 value) { ___k_TryAddCharacterMarker_47 = value; } inline static int32_t get_offset_of_k_TryAddCharactersMarker_48() { return static_cast(offsetof(TMP_FontAsset_tDD8F58129CF4A9094C82DD209531E9E71F9837B2_StaticFields, ___k_TryAddCharactersMarker_48)); } inline ProfilerMarker_tAE86534C80C5D67768DB3B244D8D139A2E6495E1 get_k_TryAddCharactersMarker_48() const { return ___k_TryAddCharactersMarker_48; } inline ProfilerMarker_tAE86534C80C5D67768DB3B244D8D139A2E6495E1 * get_address_of_k_TryAddCharactersMarker_48() { return &___k_TryAddCharactersMarker_48; } inline void set_k_TryAddCharactersMarker_48(ProfilerMarker_tAE86534C80C5D67768DB3B244D8D139A2E6495E1 value) { ___k_TryAddCharactersMarker_48 = value; } inline static int32_t get_offset_of_k_UpdateGlyphAdjustmentRecordsMarker_49() { return static_cast(offsetof(TMP_FontAsset_tDD8F58129CF4A9094C82DD209531E9E71F9837B2_StaticFields, ___k_UpdateGlyphAdjustmentRecordsMarker_49)); } inline ProfilerMarker_tAE86534C80C5D67768DB3B244D8D139A2E6495E1 get_k_UpdateGlyphAdjustmentRecordsMarker_49() const { return ___k_UpdateGlyphAdjustmentRecordsMarker_49; } inline ProfilerMarker_tAE86534C80C5D67768DB3B244D8D139A2E6495E1 * get_address_of_k_UpdateGlyphAdjustmentRecordsMarker_49() { return &___k_UpdateGlyphAdjustmentRecordsMarker_49; } inline void set_k_UpdateGlyphAdjustmentRecordsMarker_49(ProfilerMarker_tAE86534C80C5D67768DB3B244D8D139A2E6495E1 value) { ___k_UpdateGlyphAdjustmentRecordsMarker_49 = value; } inline static int32_t get_offset_of_k_ClearFontAssetDataMarker_50() { return static_cast(offsetof(TMP_FontAsset_tDD8F58129CF4A9094C82DD209531E9E71F9837B2_StaticFields, ___k_ClearFontAssetDataMarker_50)); } inline ProfilerMarker_tAE86534C80C5D67768DB3B244D8D139A2E6495E1 get_k_ClearFontAssetDataMarker_50() const { return ___k_ClearFontAssetDataMarker_50; } inline ProfilerMarker_tAE86534C80C5D67768DB3B244D8D139A2E6495E1 * get_address_of_k_ClearFontAssetDataMarker_50() { return &___k_ClearFontAssetDataMarker_50; } inline void set_k_ClearFontAssetDataMarker_50(ProfilerMarker_tAE86534C80C5D67768DB3B244D8D139A2E6495E1 value) { ___k_ClearFontAssetDataMarker_50 = value; } inline static int32_t get_offset_of_k_UpdateFontAssetDataMarker_51() { return static_cast(offsetof(TMP_FontAsset_tDD8F58129CF4A9094C82DD209531E9E71F9837B2_StaticFields, ___k_UpdateFontAssetDataMarker_51)); } inline ProfilerMarker_tAE86534C80C5D67768DB3B244D8D139A2E6495E1 get_k_UpdateFontAssetDataMarker_51() const { return ___k_UpdateFontAssetDataMarker_51; } inline ProfilerMarker_tAE86534C80C5D67768DB3B244D8D139A2E6495E1 * get_address_of_k_UpdateFontAssetDataMarker_51() { return &___k_UpdateFontAssetDataMarker_51; } inline void set_k_UpdateFontAssetDataMarker_51(ProfilerMarker_tAE86534C80C5D67768DB3B244D8D139A2E6495E1 value) { ___k_UpdateFontAssetDataMarker_51 = value; } inline static int32_t get_offset_of_s_DefaultMaterialSuffix_52() { return static_cast(offsetof(TMP_FontAsset_tDD8F58129CF4A9094C82DD209531E9E71F9837B2_StaticFields, ___s_DefaultMaterialSuffix_52)); } inline String_t* get_s_DefaultMaterialSuffix_52() const { return ___s_DefaultMaterialSuffix_52; } inline String_t** get_address_of_s_DefaultMaterialSuffix_52() { return &___s_DefaultMaterialSuffix_52; } inline void set_s_DefaultMaterialSuffix_52(String_t* value) { ___s_DefaultMaterialSuffix_52 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_DefaultMaterialSuffix_52), (void*)value); } inline static int32_t get_offset_of_k_SearchedFontAssetLookup_54() { return static_cast(offsetof(TMP_FontAsset_tDD8F58129CF4A9094C82DD209531E9E71F9837B2_StaticFields, ___k_SearchedFontAssetLookup_54)); } inline HashSet_1_tF187707BD5564B6808CE30721FBC083F00B385E5 * get_k_SearchedFontAssetLookup_54() const { return ___k_SearchedFontAssetLookup_54; } inline HashSet_1_tF187707BD5564B6808CE30721FBC083F00B385E5 ** get_address_of_k_SearchedFontAssetLookup_54() { return &___k_SearchedFontAssetLookup_54; } inline void set_k_SearchedFontAssetLookup_54(HashSet_1_tF187707BD5564B6808CE30721FBC083F00B385E5 * value) { ___k_SearchedFontAssetLookup_54 = value; Il2CppCodeGenWriteBarrier((void**)(&___k_SearchedFontAssetLookup_54), (void*)value); } inline static int32_t get_offset_of_k_FontAssets_FontFeaturesUpdateQueue_55() { return static_cast(offsetof(TMP_FontAsset_tDD8F58129CF4A9094C82DD209531E9E71F9837B2_StaticFields, ___k_FontAssets_FontFeaturesUpdateQueue_55)); } inline List_1_tBE22F0B6C1EBDB760862FAD201AFE75E3DEBBBFD * get_k_FontAssets_FontFeaturesUpdateQueue_55() const { return ___k_FontAssets_FontFeaturesUpdateQueue_55; } inline List_1_tBE22F0B6C1EBDB760862FAD201AFE75E3DEBBBFD ** get_address_of_k_FontAssets_FontFeaturesUpdateQueue_55() { return &___k_FontAssets_FontFeaturesUpdateQueue_55; } inline void set_k_FontAssets_FontFeaturesUpdateQueue_55(List_1_tBE22F0B6C1EBDB760862FAD201AFE75E3DEBBBFD * value) { ___k_FontAssets_FontFeaturesUpdateQueue_55 = value; Il2CppCodeGenWriteBarrier((void**)(&___k_FontAssets_FontFeaturesUpdateQueue_55), (void*)value); } inline static int32_t get_offset_of_k_FontAssets_FontFeaturesUpdateQueueLookup_56() { return static_cast(offsetof(TMP_FontAsset_tDD8F58129CF4A9094C82DD209531E9E71F9837B2_StaticFields, ___k_FontAssets_FontFeaturesUpdateQueueLookup_56)); } inline HashSet_1_tF187707BD5564B6808CE30721FBC083F00B385E5 * get_k_FontAssets_FontFeaturesUpdateQueueLookup_56() const { return ___k_FontAssets_FontFeaturesUpdateQueueLookup_56; } inline HashSet_1_tF187707BD5564B6808CE30721FBC083F00B385E5 ** get_address_of_k_FontAssets_FontFeaturesUpdateQueueLookup_56() { return &___k_FontAssets_FontFeaturesUpdateQueueLookup_56; } inline void set_k_FontAssets_FontFeaturesUpdateQueueLookup_56(HashSet_1_tF187707BD5564B6808CE30721FBC083F00B385E5 * value) { ___k_FontAssets_FontFeaturesUpdateQueueLookup_56 = value; Il2CppCodeGenWriteBarrier((void**)(&___k_FontAssets_FontFeaturesUpdateQueueLookup_56), (void*)value); } inline static int32_t get_offset_of_k_FontAssets_AtlasTexturesUpdateQueue_57() { return static_cast(offsetof(TMP_FontAsset_tDD8F58129CF4A9094C82DD209531E9E71F9837B2_StaticFields, ___k_FontAssets_AtlasTexturesUpdateQueue_57)); } inline List_1_tBE22F0B6C1EBDB760862FAD201AFE75E3DEBBBFD * get_k_FontAssets_AtlasTexturesUpdateQueue_57() const { return ___k_FontAssets_AtlasTexturesUpdateQueue_57; } inline List_1_tBE22F0B6C1EBDB760862FAD201AFE75E3DEBBBFD ** get_address_of_k_FontAssets_AtlasTexturesUpdateQueue_57() { return &___k_FontAssets_AtlasTexturesUpdateQueue_57; } inline void set_k_FontAssets_AtlasTexturesUpdateQueue_57(List_1_tBE22F0B6C1EBDB760862FAD201AFE75E3DEBBBFD * value) { ___k_FontAssets_AtlasTexturesUpdateQueue_57 = value; Il2CppCodeGenWriteBarrier((void**)(&___k_FontAssets_AtlasTexturesUpdateQueue_57), (void*)value); } inline static int32_t get_offset_of_k_FontAssets_AtlasTexturesUpdateQueueLookup_58() { return static_cast(offsetof(TMP_FontAsset_tDD8F58129CF4A9094C82DD209531E9E71F9837B2_StaticFields, ___k_FontAssets_AtlasTexturesUpdateQueueLookup_58)); } inline HashSet_1_tF187707BD5564B6808CE30721FBC083F00B385E5 * get_k_FontAssets_AtlasTexturesUpdateQueueLookup_58() const { return ___k_FontAssets_AtlasTexturesUpdateQueueLookup_58; } inline HashSet_1_tF187707BD5564B6808CE30721FBC083F00B385E5 ** get_address_of_k_FontAssets_AtlasTexturesUpdateQueueLookup_58() { return &___k_FontAssets_AtlasTexturesUpdateQueueLookup_58; } inline void set_k_FontAssets_AtlasTexturesUpdateQueueLookup_58(HashSet_1_tF187707BD5564B6808CE30721FBC083F00B385E5 * value) { ___k_FontAssets_AtlasTexturesUpdateQueueLookup_58 = value; Il2CppCodeGenWriteBarrier((void**)(&___k_FontAssets_AtlasTexturesUpdateQueueLookup_58), (void*)value); } inline static int32_t get_offset_of_k_GlyphIndexArray_69() { return static_cast(offsetof(TMP_FontAsset_tDD8F58129CF4A9094C82DD209531E9E71F9837B2_StaticFields, ___k_GlyphIndexArray_69)); } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* get_k_GlyphIndexArray_69() const { return ___k_GlyphIndexArray_69; } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF** get_address_of_k_GlyphIndexArray_69() { return &___k_GlyphIndexArray_69; } inline void set_k_GlyphIndexArray_69(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* value) { ___k_GlyphIndexArray_69 = value; Il2CppCodeGenWriteBarrier((void**)(&___k_GlyphIndexArray_69), (void*)value); } }; // TMPro.TMP_SpriteAsset struct TMP_SpriteAsset_t0746714D8A56C0A27AE56DC6897CC1A129220714 : public TMP_Asset_tEE129B2B2FE167D4B860286167207DD3AD45B45E { public: // System.Collections.Generic.Dictionary`2 TMPro.TMP_SpriteAsset::m_NameLookup Dictionary_2_t49CB072CAA9184D326107FA696BB354C43EB5E08 * ___m_NameLookup_8; // System.Collections.Generic.Dictionary`2 TMPro.TMP_SpriteAsset::m_GlyphIndexLookup Dictionary_2_t613970F5DB840DE525998C9C40E993772B7B7F60 * ___m_GlyphIndexLookup_9; // System.String TMPro.TMP_SpriteAsset::m_Version String_t* ___m_Version_10; // UnityEngine.TextCore.FaceInfo TMPro.TMP_SpriteAsset::m_FaceInfo FaceInfo_t3A29F58B4C0435D2D76E3474E2B9D03F8A20C979 ___m_FaceInfo_11; // UnityEngine.Texture TMPro.TMP_SpriteAsset::spriteSheet Texture_t9FE0218A1EEDF266E8C85879FE123265CACC95AE * ___spriteSheet_12; // System.Collections.Generic.List`1 TMPro.TMP_SpriteAsset::m_SpriteCharacterTable List_1_t7850FCF22796079854614A9268CE558E34108A02 * ___m_SpriteCharacterTable_13; // System.Collections.Generic.Dictionary`2 TMPro.TMP_SpriteAsset::m_SpriteCharacterLookup Dictionary_2_tEC101901EE680E17704967FA8AF17B1E6CD618B8 * ___m_SpriteCharacterLookup_14; // System.Collections.Generic.List`1 TMPro.TMP_SpriteAsset::m_SpriteGlyphTable List_1_tF7848685CB961B42606831D4C30E1C31069D91C8 * ___m_SpriteGlyphTable_15; // System.Collections.Generic.Dictionary`2 TMPro.TMP_SpriteAsset::m_SpriteGlyphLookup Dictionary_2_tF17132A004B24571E82B3F37E944651A0E72799F * ___m_SpriteGlyphLookup_16; // System.Collections.Generic.List`1 TMPro.TMP_SpriteAsset::spriteInfoList List_1_tF6EAF0B1BB91EA856A5893AC3A160A3B76E5BB67 * ___spriteInfoList_17; // System.Collections.Generic.List`1 TMPro.TMP_SpriteAsset::fallbackSpriteAssets List_1_tD057592B5C6E2EF6CBE5ADC501E5D58919E8B364 * ___fallbackSpriteAssets_18; // System.Boolean TMPro.TMP_SpriteAsset::m_IsSpriteAssetLookupTablesDirty bool ___m_IsSpriteAssetLookupTablesDirty_19; public: inline static int32_t get_offset_of_m_NameLookup_8() { return static_cast(offsetof(TMP_SpriteAsset_t0746714D8A56C0A27AE56DC6897CC1A129220714, ___m_NameLookup_8)); } inline Dictionary_2_t49CB072CAA9184D326107FA696BB354C43EB5E08 * get_m_NameLookup_8() const { return ___m_NameLookup_8; } inline Dictionary_2_t49CB072CAA9184D326107FA696BB354C43EB5E08 ** get_address_of_m_NameLookup_8() { return &___m_NameLookup_8; } inline void set_m_NameLookup_8(Dictionary_2_t49CB072CAA9184D326107FA696BB354C43EB5E08 * value) { ___m_NameLookup_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_NameLookup_8), (void*)value); } inline static int32_t get_offset_of_m_GlyphIndexLookup_9() { return static_cast(offsetof(TMP_SpriteAsset_t0746714D8A56C0A27AE56DC6897CC1A129220714, ___m_GlyphIndexLookup_9)); } inline Dictionary_2_t613970F5DB840DE525998C9C40E993772B7B7F60 * get_m_GlyphIndexLookup_9() const { return ___m_GlyphIndexLookup_9; } inline Dictionary_2_t613970F5DB840DE525998C9C40E993772B7B7F60 ** get_address_of_m_GlyphIndexLookup_9() { return &___m_GlyphIndexLookup_9; } inline void set_m_GlyphIndexLookup_9(Dictionary_2_t613970F5DB840DE525998C9C40E993772B7B7F60 * value) { ___m_GlyphIndexLookup_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_GlyphIndexLookup_9), (void*)value); } inline static int32_t get_offset_of_m_Version_10() { return static_cast(offsetof(TMP_SpriteAsset_t0746714D8A56C0A27AE56DC6897CC1A129220714, ___m_Version_10)); } inline String_t* get_m_Version_10() const { return ___m_Version_10; } inline String_t** get_address_of_m_Version_10() { return &___m_Version_10; } inline void set_m_Version_10(String_t* value) { ___m_Version_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Version_10), (void*)value); } inline static int32_t get_offset_of_m_FaceInfo_11() { return static_cast(offsetof(TMP_SpriteAsset_t0746714D8A56C0A27AE56DC6897CC1A129220714, ___m_FaceInfo_11)); } inline FaceInfo_t3A29F58B4C0435D2D76E3474E2B9D03F8A20C979 get_m_FaceInfo_11() const { return ___m_FaceInfo_11; } inline FaceInfo_t3A29F58B4C0435D2D76E3474E2B9D03F8A20C979 * get_address_of_m_FaceInfo_11() { return &___m_FaceInfo_11; } inline void set_m_FaceInfo_11(FaceInfo_t3A29F58B4C0435D2D76E3474E2B9D03F8A20C979 value) { ___m_FaceInfo_11 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___m_FaceInfo_11))->___m_FamilyName_1), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___m_FaceInfo_11))->___m_StyleName_2), (void*)NULL); #endif } inline static int32_t get_offset_of_spriteSheet_12() { return static_cast(offsetof(TMP_SpriteAsset_t0746714D8A56C0A27AE56DC6897CC1A129220714, ___spriteSheet_12)); } inline Texture_t9FE0218A1EEDF266E8C85879FE123265CACC95AE * get_spriteSheet_12() const { return ___spriteSheet_12; } inline Texture_t9FE0218A1EEDF266E8C85879FE123265CACC95AE ** get_address_of_spriteSheet_12() { return &___spriteSheet_12; } inline void set_spriteSheet_12(Texture_t9FE0218A1EEDF266E8C85879FE123265CACC95AE * value) { ___spriteSheet_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___spriteSheet_12), (void*)value); } inline static int32_t get_offset_of_m_SpriteCharacterTable_13() { return static_cast(offsetof(TMP_SpriteAsset_t0746714D8A56C0A27AE56DC6897CC1A129220714, ___m_SpriteCharacterTable_13)); } inline List_1_t7850FCF22796079854614A9268CE558E34108A02 * get_m_SpriteCharacterTable_13() const { return ___m_SpriteCharacterTable_13; } inline List_1_t7850FCF22796079854614A9268CE558E34108A02 ** get_address_of_m_SpriteCharacterTable_13() { return &___m_SpriteCharacterTable_13; } inline void set_m_SpriteCharacterTable_13(List_1_t7850FCF22796079854614A9268CE558E34108A02 * value) { ___m_SpriteCharacterTable_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_SpriteCharacterTable_13), (void*)value); } inline static int32_t get_offset_of_m_SpriteCharacterLookup_14() { return static_cast(offsetof(TMP_SpriteAsset_t0746714D8A56C0A27AE56DC6897CC1A129220714, ___m_SpriteCharacterLookup_14)); } inline Dictionary_2_tEC101901EE680E17704967FA8AF17B1E6CD618B8 * get_m_SpriteCharacterLookup_14() const { return ___m_SpriteCharacterLookup_14; } inline Dictionary_2_tEC101901EE680E17704967FA8AF17B1E6CD618B8 ** get_address_of_m_SpriteCharacterLookup_14() { return &___m_SpriteCharacterLookup_14; } inline void set_m_SpriteCharacterLookup_14(Dictionary_2_tEC101901EE680E17704967FA8AF17B1E6CD618B8 * value) { ___m_SpriteCharacterLookup_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_SpriteCharacterLookup_14), (void*)value); } inline static int32_t get_offset_of_m_SpriteGlyphTable_15() { return static_cast(offsetof(TMP_SpriteAsset_t0746714D8A56C0A27AE56DC6897CC1A129220714, ___m_SpriteGlyphTable_15)); } inline List_1_tF7848685CB961B42606831D4C30E1C31069D91C8 * get_m_SpriteGlyphTable_15() const { return ___m_SpriteGlyphTable_15; } inline List_1_tF7848685CB961B42606831D4C30E1C31069D91C8 ** get_address_of_m_SpriteGlyphTable_15() { return &___m_SpriteGlyphTable_15; } inline void set_m_SpriteGlyphTable_15(List_1_tF7848685CB961B42606831D4C30E1C31069D91C8 * value) { ___m_SpriteGlyphTable_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_SpriteGlyphTable_15), (void*)value); } inline static int32_t get_offset_of_m_SpriteGlyphLookup_16() { return static_cast(offsetof(TMP_SpriteAsset_t0746714D8A56C0A27AE56DC6897CC1A129220714, ___m_SpriteGlyphLookup_16)); } inline Dictionary_2_tF17132A004B24571E82B3F37E944651A0E72799F * get_m_SpriteGlyphLookup_16() const { return ___m_SpriteGlyphLookup_16; } inline Dictionary_2_tF17132A004B24571E82B3F37E944651A0E72799F ** get_address_of_m_SpriteGlyphLookup_16() { return &___m_SpriteGlyphLookup_16; } inline void set_m_SpriteGlyphLookup_16(Dictionary_2_tF17132A004B24571E82B3F37E944651A0E72799F * value) { ___m_SpriteGlyphLookup_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_SpriteGlyphLookup_16), (void*)value); } inline static int32_t get_offset_of_spriteInfoList_17() { return static_cast(offsetof(TMP_SpriteAsset_t0746714D8A56C0A27AE56DC6897CC1A129220714, ___spriteInfoList_17)); } inline List_1_tF6EAF0B1BB91EA856A5893AC3A160A3B76E5BB67 * get_spriteInfoList_17() const { return ___spriteInfoList_17; } inline List_1_tF6EAF0B1BB91EA856A5893AC3A160A3B76E5BB67 ** get_address_of_spriteInfoList_17() { return &___spriteInfoList_17; } inline void set_spriteInfoList_17(List_1_tF6EAF0B1BB91EA856A5893AC3A160A3B76E5BB67 * value) { ___spriteInfoList_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___spriteInfoList_17), (void*)value); } inline static int32_t get_offset_of_fallbackSpriteAssets_18() { return static_cast(offsetof(TMP_SpriteAsset_t0746714D8A56C0A27AE56DC6897CC1A129220714, ___fallbackSpriteAssets_18)); } inline List_1_tD057592B5C6E2EF6CBE5ADC501E5D58919E8B364 * get_fallbackSpriteAssets_18() const { return ___fallbackSpriteAssets_18; } inline List_1_tD057592B5C6E2EF6CBE5ADC501E5D58919E8B364 ** get_address_of_fallbackSpriteAssets_18() { return &___fallbackSpriteAssets_18; } inline void set_fallbackSpriteAssets_18(List_1_tD057592B5C6E2EF6CBE5ADC501E5D58919E8B364 * value) { ___fallbackSpriteAssets_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___fallbackSpriteAssets_18), (void*)value); } inline static int32_t get_offset_of_m_IsSpriteAssetLookupTablesDirty_19() { return static_cast(offsetof(TMP_SpriteAsset_t0746714D8A56C0A27AE56DC6897CC1A129220714, ___m_IsSpriteAssetLookupTablesDirty_19)); } inline bool get_m_IsSpriteAssetLookupTablesDirty_19() const { return ___m_IsSpriteAssetLookupTablesDirty_19; } inline bool* get_address_of_m_IsSpriteAssetLookupTablesDirty_19() { return &___m_IsSpriteAssetLookupTablesDirty_19; } inline void set_m_IsSpriteAssetLookupTablesDirty_19(bool value) { ___m_IsSpriteAssetLookupTablesDirty_19 = value; } }; struct TMP_SpriteAsset_t0746714D8A56C0A27AE56DC6897CC1A129220714_StaticFields { public: // System.Collections.Generic.HashSet`1 TMPro.TMP_SpriteAsset::k_searchedSpriteAssets HashSet_1_tF187707BD5564B6808CE30721FBC083F00B385E5 * ___k_searchedSpriteAssets_20; public: inline static int32_t get_offset_of_k_searchedSpriteAssets_20() { return static_cast(offsetof(TMP_SpriteAsset_t0746714D8A56C0A27AE56DC6897CC1A129220714_StaticFields, ___k_searchedSpriteAssets_20)); } inline HashSet_1_tF187707BD5564B6808CE30721FBC083F00B385E5 * get_k_searchedSpriteAssets_20() const { return ___k_searchedSpriteAssets_20; } inline HashSet_1_tF187707BD5564B6808CE30721FBC083F00B385E5 ** get_address_of_k_searchedSpriteAssets_20() { return &___k_searchedSpriteAssets_20; } inline void set_k_searchedSpriteAssets_20(HashSet_1_tF187707BD5564B6808CE30721FBC083F00B385E5 * value) { ___k_searchedSpriteAssets_20 = value; Il2CppCodeGenWriteBarrier((void**)(&___k_searchedSpriteAssets_20), (void*)value); } }; // TMPro.TMP_SpriteAnimator struct TMP_SpriteAnimator_t07C769A1F1F85B545DD32357826E08F569E3D902 : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // System.Collections.Generic.Dictionary`2 TMPro.TMP_SpriteAnimator::m_animations Dictionary_2_t446D8FCE66ED404E00855B46A520AB382A69EFF1 * ___m_animations_4; // TMPro.TMP_Text TMPro.TMP_SpriteAnimator::m_TextComponent TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 * ___m_TextComponent_5; public: inline static int32_t get_offset_of_m_animations_4() { return static_cast(offsetof(TMP_SpriteAnimator_t07C769A1F1F85B545DD32357826E08F569E3D902, ___m_animations_4)); } inline Dictionary_2_t446D8FCE66ED404E00855B46A520AB382A69EFF1 * get_m_animations_4() const { return ___m_animations_4; } inline Dictionary_2_t446D8FCE66ED404E00855B46A520AB382A69EFF1 ** get_address_of_m_animations_4() { return &___m_animations_4; } inline void set_m_animations_4(Dictionary_2_t446D8FCE66ED404E00855B46A520AB382A69EFF1 * value) { ___m_animations_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_animations_4), (void*)value); } inline static int32_t get_offset_of_m_TextComponent_5() { return static_cast(offsetof(TMP_SpriteAnimator_t07C769A1F1F85B545DD32357826E08F569E3D902, ___m_TextComponent_5)); } inline TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 * get_m_TextComponent_5() const { return ___m_TextComponent_5; } inline TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 ** get_address_of_m_TextComponent_5() { return &___m_TextComponent_5; } inline void set_m_TextComponent_5(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 * value) { ___m_TextComponent_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_TextComponent_5), (void*)value); } }; // TMPro.TMP_SubMesh struct TMP_SubMesh_tF05E95C4AC87BBE600564968E24B50BE2E06D1B8 : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // TMPro.TMP_FontAsset TMPro.TMP_SubMesh::m_fontAsset TMP_FontAsset_tDD8F58129CF4A9094C82DD209531E9E71F9837B2 * ___m_fontAsset_4; // TMPro.TMP_SpriteAsset TMPro.TMP_SubMesh::m_spriteAsset TMP_SpriteAsset_t0746714D8A56C0A27AE56DC6897CC1A129220714 * ___m_spriteAsset_5; // UnityEngine.Material TMPro.TMP_SubMesh::m_material Material_t8927C00353A72755313F046D0CE85178AE8218EE * ___m_material_6; // UnityEngine.Material TMPro.TMP_SubMesh::m_sharedMaterial Material_t8927C00353A72755313F046D0CE85178AE8218EE * ___m_sharedMaterial_7; // UnityEngine.Material TMPro.TMP_SubMesh::m_fallbackMaterial Material_t8927C00353A72755313F046D0CE85178AE8218EE * ___m_fallbackMaterial_8; // UnityEngine.Material TMPro.TMP_SubMesh::m_fallbackSourceMaterial Material_t8927C00353A72755313F046D0CE85178AE8218EE * ___m_fallbackSourceMaterial_9; // System.Boolean TMPro.TMP_SubMesh::m_isDefaultMaterial bool ___m_isDefaultMaterial_10; // System.Single TMPro.TMP_SubMesh::m_padding float ___m_padding_11; // UnityEngine.Renderer TMPro.TMP_SubMesh::m_renderer Renderer_t58147AB5B00224FE1460FD47542DC0DA7EC9378C * ___m_renderer_12; // UnityEngine.MeshFilter TMPro.TMP_SubMesh::m_meshFilter MeshFilter_t763BB2BBF3881176AD25E4570E6DD215BA0AA51A * ___m_meshFilter_13; // UnityEngine.Mesh TMPro.TMP_SubMesh::m_mesh Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 * ___m_mesh_14; // TMPro.TextMeshPro TMPro.TMP_SubMesh::m_TextComponent TextMeshPro_t4C8C961C0939CD311CCC4F5F306C27C5301BD8E4 * ___m_TextComponent_15; // System.Boolean TMPro.TMP_SubMesh::m_isRegisteredForEvents bool ___m_isRegisteredForEvents_16; public: inline static int32_t get_offset_of_m_fontAsset_4() { return static_cast(offsetof(TMP_SubMesh_tF05E95C4AC87BBE600564968E24B50BE2E06D1B8, ___m_fontAsset_4)); } inline TMP_FontAsset_tDD8F58129CF4A9094C82DD209531E9E71F9837B2 * get_m_fontAsset_4() const { return ___m_fontAsset_4; } inline TMP_FontAsset_tDD8F58129CF4A9094C82DD209531E9E71F9837B2 ** get_address_of_m_fontAsset_4() { return &___m_fontAsset_4; } inline void set_m_fontAsset_4(TMP_FontAsset_tDD8F58129CF4A9094C82DD209531E9E71F9837B2 * value) { ___m_fontAsset_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_fontAsset_4), (void*)value); } inline static int32_t get_offset_of_m_spriteAsset_5() { return static_cast(offsetof(TMP_SubMesh_tF05E95C4AC87BBE600564968E24B50BE2E06D1B8, ___m_spriteAsset_5)); } inline TMP_SpriteAsset_t0746714D8A56C0A27AE56DC6897CC1A129220714 * get_m_spriteAsset_5() const { return ___m_spriteAsset_5; } inline TMP_SpriteAsset_t0746714D8A56C0A27AE56DC6897CC1A129220714 ** get_address_of_m_spriteAsset_5() { return &___m_spriteAsset_5; } inline void set_m_spriteAsset_5(TMP_SpriteAsset_t0746714D8A56C0A27AE56DC6897CC1A129220714 * value) { ___m_spriteAsset_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_spriteAsset_5), (void*)value); } inline static int32_t get_offset_of_m_material_6() { return static_cast(offsetof(TMP_SubMesh_tF05E95C4AC87BBE600564968E24B50BE2E06D1B8, ___m_material_6)); } inline Material_t8927C00353A72755313F046D0CE85178AE8218EE * get_m_material_6() const { return ___m_material_6; } inline Material_t8927C00353A72755313F046D0CE85178AE8218EE ** get_address_of_m_material_6() { return &___m_material_6; } inline void set_m_material_6(Material_t8927C00353A72755313F046D0CE85178AE8218EE * value) { ___m_material_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_material_6), (void*)value); } inline static int32_t get_offset_of_m_sharedMaterial_7() { return static_cast(offsetof(TMP_SubMesh_tF05E95C4AC87BBE600564968E24B50BE2E06D1B8, ___m_sharedMaterial_7)); } inline Material_t8927C00353A72755313F046D0CE85178AE8218EE * get_m_sharedMaterial_7() const { return ___m_sharedMaterial_7; } inline Material_t8927C00353A72755313F046D0CE85178AE8218EE ** get_address_of_m_sharedMaterial_7() { return &___m_sharedMaterial_7; } inline void set_m_sharedMaterial_7(Material_t8927C00353A72755313F046D0CE85178AE8218EE * value) { ___m_sharedMaterial_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_sharedMaterial_7), (void*)value); } inline static int32_t get_offset_of_m_fallbackMaterial_8() { return static_cast(offsetof(TMP_SubMesh_tF05E95C4AC87BBE600564968E24B50BE2E06D1B8, ___m_fallbackMaterial_8)); } inline Material_t8927C00353A72755313F046D0CE85178AE8218EE * get_m_fallbackMaterial_8() const { return ___m_fallbackMaterial_8; } inline Material_t8927C00353A72755313F046D0CE85178AE8218EE ** get_address_of_m_fallbackMaterial_8() { return &___m_fallbackMaterial_8; } inline void set_m_fallbackMaterial_8(Material_t8927C00353A72755313F046D0CE85178AE8218EE * value) { ___m_fallbackMaterial_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_fallbackMaterial_8), (void*)value); } inline static int32_t get_offset_of_m_fallbackSourceMaterial_9() { return static_cast(offsetof(TMP_SubMesh_tF05E95C4AC87BBE600564968E24B50BE2E06D1B8, ___m_fallbackSourceMaterial_9)); } inline Material_t8927C00353A72755313F046D0CE85178AE8218EE * get_m_fallbackSourceMaterial_9() const { return ___m_fallbackSourceMaterial_9; } inline Material_t8927C00353A72755313F046D0CE85178AE8218EE ** get_address_of_m_fallbackSourceMaterial_9() { return &___m_fallbackSourceMaterial_9; } inline void set_m_fallbackSourceMaterial_9(Material_t8927C00353A72755313F046D0CE85178AE8218EE * value) { ___m_fallbackSourceMaterial_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_fallbackSourceMaterial_9), (void*)value); } inline static int32_t get_offset_of_m_isDefaultMaterial_10() { return static_cast(offsetof(TMP_SubMesh_tF05E95C4AC87BBE600564968E24B50BE2E06D1B8, ___m_isDefaultMaterial_10)); } inline bool get_m_isDefaultMaterial_10() const { return ___m_isDefaultMaterial_10; } inline bool* get_address_of_m_isDefaultMaterial_10() { return &___m_isDefaultMaterial_10; } inline void set_m_isDefaultMaterial_10(bool value) { ___m_isDefaultMaterial_10 = value; } inline static int32_t get_offset_of_m_padding_11() { return static_cast(offsetof(TMP_SubMesh_tF05E95C4AC87BBE600564968E24B50BE2E06D1B8, ___m_padding_11)); } inline float get_m_padding_11() const { return ___m_padding_11; } inline float* get_address_of_m_padding_11() { return &___m_padding_11; } inline void set_m_padding_11(float value) { ___m_padding_11 = value; } inline static int32_t get_offset_of_m_renderer_12() { return static_cast(offsetof(TMP_SubMesh_tF05E95C4AC87BBE600564968E24B50BE2E06D1B8, ___m_renderer_12)); } inline Renderer_t58147AB5B00224FE1460FD47542DC0DA7EC9378C * get_m_renderer_12() const { return ___m_renderer_12; } inline Renderer_t58147AB5B00224FE1460FD47542DC0DA7EC9378C ** get_address_of_m_renderer_12() { return &___m_renderer_12; } inline void set_m_renderer_12(Renderer_t58147AB5B00224FE1460FD47542DC0DA7EC9378C * value) { ___m_renderer_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_renderer_12), (void*)value); } inline static int32_t get_offset_of_m_meshFilter_13() { return static_cast(offsetof(TMP_SubMesh_tF05E95C4AC87BBE600564968E24B50BE2E06D1B8, ___m_meshFilter_13)); } inline MeshFilter_t763BB2BBF3881176AD25E4570E6DD215BA0AA51A * get_m_meshFilter_13() const { return ___m_meshFilter_13; } inline MeshFilter_t763BB2BBF3881176AD25E4570E6DD215BA0AA51A ** get_address_of_m_meshFilter_13() { return &___m_meshFilter_13; } inline void set_m_meshFilter_13(MeshFilter_t763BB2BBF3881176AD25E4570E6DD215BA0AA51A * value) { ___m_meshFilter_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_meshFilter_13), (void*)value); } inline static int32_t get_offset_of_m_mesh_14() { return static_cast(offsetof(TMP_SubMesh_tF05E95C4AC87BBE600564968E24B50BE2E06D1B8, ___m_mesh_14)); } inline Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 * get_m_mesh_14() const { return ___m_mesh_14; } inline Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 ** get_address_of_m_mesh_14() { return &___m_mesh_14; } inline void set_m_mesh_14(Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 * value) { ___m_mesh_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_mesh_14), (void*)value); } inline static int32_t get_offset_of_m_TextComponent_15() { return static_cast(offsetof(TMP_SubMesh_tF05E95C4AC87BBE600564968E24B50BE2E06D1B8, ___m_TextComponent_15)); } inline TextMeshPro_t4C8C961C0939CD311CCC4F5F306C27C5301BD8E4 * get_m_TextComponent_15() const { return ___m_TextComponent_15; } inline TextMeshPro_t4C8C961C0939CD311CCC4F5F306C27C5301BD8E4 ** get_address_of_m_TextComponent_15() { return &___m_TextComponent_15; } inline void set_m_TextComponent_15(TextMeshPro_t4C8C961C0939CD311CCC4F5F306C27C5301BD8E4 * value) { ___m_TextComponent_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_TextComponent_15), (void*)value); } inline static int32_t get_offset_of_m_isRegisteredForEvents_16() { return static_cast(offsetof(TMP_SubMesh_tF05E95C4AC87BBE600564968E24B50BE2E06D1B8, ___m_isRegisteredForEvents_16)); } inline bool get_m_isRegisteredForEvents_16() const { return ___m_isRegisteredForEvents_16; } inline bool* get_address_of_m_isRegisteredForEvents_16() { return &___m_isRegisteredForEvents_16; } inline void set_m_isRegisteredForEvents_16(bool value) { ___m_isRegisteredForEvents_16 = value; } }; // UnityEngine.EventSystems.UIBehaviour struct UIBehaviour_tD1C6E2D542222546D68510ECE74036EFBC3C3B0E : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: public: }; // UnityEngine.UI.Graphic struct Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24 : public UIBehaviour_tD1C6E2D542222546D68510ECE74036EFBC3C3B0E { public: // UnityEngine.Material UnityEngine.UI.Graphic::m_Material Material_t8927C00353A72755313F046D0CE85178AE8218EE * ___m_Material_6; // UnityEngine.Color UnityEngine.UI.Graphic::m_Color Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 ___m_Color_7; // System.Boolean UnityEngine.UI.Graphic::m_SkipLayoutUpdate bool ___m_SkipLayoutUpdate_8; // System.Boolean UnityEngine.UI.Graphic::m_SkipMaterialUpdate bool ___m_SkipMaterialUpdate_9; // System.Boolean UnityEngine.UI.Graphic::m_RaycastTarget bool ___m_RaycastTarget_10; // UnityEngine.Vector4 UnityEngine.UI.Graphic::m_RaycastPadding Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 ___m_RaycastPadding_11; // UnityEngine.RectTransform UnityEngine.UI.Graphic::m_RectTransform RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * ___m_RectTransform_12; // UnityEngine.CanvasRenderer UnityEngine.UI.Graphic::m_CanvasRenderer CanvasRenderer_tCF8ABE659F7C3A6ED0D99A988D0BDFB651310F0E * ___m_CanvasRenderer_13; // UnityEngine.Canvas UnityEngine.UI.Graphic::m_Canvas Canvas_t2B7E56B7BDC287962E092755372E214ACB6393EA * ___m_Canvas_14; // System.Boolean UnityEngine.UI.Graphic::m_VertsDirty bool ___m_VertsDirty_15; // System.Boolean UnityEngine.UI.Graphic::m_MaterialDirty bool ___m_MaterialDirty_16; // UnityEngine.Events.UnityAction UnityEngine.UI.Graphic::m_OnDirtyLayoutCallback UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099 * ___m_OnDirtyLayoutCallback_17; // UnityEngine.Events.UnityAction UnityEngine.UI.Graphic::m_OnDirtyVertsCallback UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099 * ___m_OnDirtyVertsCallback_18; // UnityEngine.Events.UnityAction UnityEngine.UI.Graphic::m_OnDirtyMaterialCallback UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099 * ___m_OnDirtyMaterialCallback_19; // UnityEngine.Mesh UnityEngine.UI.Graphic::m_CachedMesh Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 * ___m_CachedMesh_22; // UnityEngine.Vector2[] UnityEngine.UI.Graphic::m_CachedUvs Vector2U5BU5D_tE0F58A2D6D8592B5EC37D9CDEF09103A02E5D7FA* ___m_CachedUvs_23; // UnityEngine.UI.CoroutineTween.TweenRunner`1 UnityEngine.UI.Graphic::m_ColorTweenRunner TweenRunner_1_tD84B9953874682FCC36990AF2C54D748293908F3 * ___m_ColorTweenRunner_24; // System.Boolean UnityEngine.UI.Graphic::k__BackingField bool ___U3CuseLegacyMeshGenerationU3Ek__BackingField_25; public: inline static int32_t get_offset_of_m_Material_6() { return static_cast(offsetof(Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24, ___m_Material_6)); } inline Material_t8927C00353A72755313F046D0CE85178AE8218EE * get_m_Material_6() const { return ___m_Material_6; } inline Material_t8927C00353A72755313F046D0CE85178AE8218EE ** get_address_of_m_Material_6() { return &___m_Material_6; } inline void set_m_Material_6(Material_t8927C00353A72755313F046D0CE85178AE8218EE * value) { ___m_Material_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Material_6), (void*)value); } inline static int32_t get_offset_of_m_Color_7() { return static_cast(offsetof(Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24, ___m_Color_7)); } inline Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 get_m_Color_7() const { return ___m_Color_7; } inline Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 * get_address_of_m_Color_7() { return &___m_Color_7; } inline void set_m_Color_7(Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 value) { ___m_Color_7 = value; } inline static int32_t get_offset_of_m_SkipLayoutUpdate_8() { return static_cast(offsetof(Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24, ___m_SkipLayoutUpdate_8)); } inline bool get_m_SkipLayoutUpdate_8() const { return ___m_SkipLayoutUpdate_8; } inline bool* get_address_of_m_SkipLayoutUpdate_8() { return &___m_SkipLayoutUpdate_8; } inline void set_m_SkipLayoutUpdate_8(bool value) { ___m_SkipLayoutUpdate_8 = value; } inline static int32_t get_offset_of_m_SkipMaterialUpdate_9() { return static_cast(offsetof(Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24, ___m_SkipMaterialUpdate_9)); } inline bool get_m_SkipMaterialUpdate_9() const { return ___m_SkipMaterialUpdate_9; } inline bool* get_address_of_m_SkipMaterialUpdate_9() { return &___m_SkipMaterialUpdate_9; } inline void set_m_SkipMaterialUpdate_9(bool value) { ___m_SkipMaterialUpdate_9 = value; } inline static int32_t get_offset_of_m_RaycastTarget_10() { return static_cast(offsetof(Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24, ___m_RaycastTarget_10)); } inline bool get_m_RaycastTarget_10() const { return ___m_RaycastTarget_10; } inline bool* get_address_of_m_RaycastTarget_10() { return &___m_RaycastTarget_10; } inline void set_m_RaycastTarget_10(bool value) { ___m_RaycastTarget_10 = value; } inline static int32_t get_offset_of_m_RaycastPadding_11() { return static_cast(offsetof(Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24, ___m_RaycastPadding_11)); } inline Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 get_m_RaycastPadding_11() const { return ___m_RaycastPadding_11; } inline Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 * get_address_of_m_RaycastPadding_11() { return &___m_RaycastPadding_11; } inline void set_m_RaycastPadding_11(Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 value) { ___m_RaycastPadding_11 = value; } inline static int32_t get_offset_of_m_RectTransform_12() { return static_cast(offsetof(Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24, ___m_RectTransform_12)); } inline RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * get_m_RectTransform_12() const { return ___m_RectTransform_12; } inline RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 ** get_address_of_m_RectTransform_12() { return &___m_RectTransform_12; } inline void set_m_RectTransform_12(RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * value) { ___m_RectTransform_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_RectTransform_12), (void*)value); } inline static int32_t get_offset_of_m_CanvasRenderer_13() { return static_cast(offsetof(Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24, ___m_CanvasRenderer_13)); } inline CanvasRenderer_tCF8ABE659F7C3A6ED0D99A988D0BDFB651310F0E * get_m_CanvasRenderer_13() const { return ___m_CanvasRenderer_13; } inline CanvasRenderer_tCF8ABE659F7C3A6ED0D99A988D0BDFB651310F0E ** get_address_of_m_CanvasRenderer_13() { return &___m_CanvasRenderer_13; } inline void set_m_CanvasRenderer_13(CanvasRenderer_tCF8ABE659F7C3A6ED0D99A988D0BDFB651310F0E * value) { ___m_CanvasRenderer_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_CanvasRenderer_13), (void*)value); } inline static int32_t get_offset_of_m_Canvas_14() { return static_cast(offsetof(Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24, ___m_Canvas_14)); } inline Canvas_t2B7E56B7BDC287962E092755372E214ACB6393EA * get_m_Canvas_14() const { return ___m_Canvas_14; } inline Canvas_t2B7E56B7BDC287962E092755372E214ACB6393EA ** get_address_of_m_Canvas_14() { return &___m_Canvas_14; } inline void set_m_Canvas_14(Canvas_t2B7E56B7BDC287962E092755372E214ACB6393EA * value) { ___m_Canvas_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Canvas_14), (void*)value); } inline static int32_t get_offset_of_m_VertsDirty_15() { return static_cast(offsetof(Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24, ___m_VertsDirty_15)); } inline bool get_m_VertsDirty_15() const { return ___m_VertsDirty_15; } inline bool* get_address_of_m_VertsDirty_15() { return &___m_VertsDirty_15; } inline void set_m_VertsDirty_15(bool value) { ___m_VertsDirty_15 = value; } inline static int32_t get_offset_of_m_MaterialDirty_16() { return static_cast(offsetof(Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24, ___m_MaterialDirty_16)); } inline bool get_m_MaterialDirty_16() const { return ___m_MaterialDirty_16; } inline bool* get_address_of_m_MaterialDirty_16() { return &___m_MaterialDirty_16; } inline void set_m_MaterialDirty_16(bool value) { ___m_MaterialDirty_16 = value; } inline static int32_t get_offset_of_m_OnDirtyLayoutCallback_17() { return static_cast(offsetof(Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24, ___m_OnDirtyLayoutCallback_17)); } inline UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099 * get_m_OnDirtyLayoutCallback_17() const { return ___m_OnDirtyLayoutCallback_17; } inline UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099 ** get_address_of_m_OnDirtyLayoutCallback_17() { return &___m_OnDirtyLayoutCallback_17; } inline void set_m_OnDirtyLayoutCallback_17(UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099 * value) { ___m_OnDirtyLayoutCallback_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_OnDirtyLayoutCallback_17), (void*)value); } inline static int32_t get_offset_of_m_OnDirtyVertsCallback_18() { return static_cast(offsetof(Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24, ___m_OnDirtyVertsCallback_18)); } inline UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099 * get_m_OnDirtyVertsCallback_18() const { return ___m_OnDirtyVertsCallback_18; } inline UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099 ** get_address_of_m_OnDirtyVertsCallback_18() { return &___m_OnDirtyVertsCallback_18; } inline void set_m_OnDirtyVertsCallback_18(UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099 * value) { ___m_OnDirtyVertsCallback_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_OnDirtyVertsCallback_18), (void*)value); } inline static int32_t get_offset_of_m_OnDirtyMaterialCallback_19() { return static_cast(offsetof(Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24, ___m_OnDirtyMaterialCallback_19)); } inline UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099 * get_m_OnDirtyMaterialCallback_19() const { return ___m_OnDirtyMaterialCallback_19; } inline UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099 ** get_address_of_m_OnDirtyMaterialCallback_19() { return &___m_OnDirtyMaterialCallback_19; } inline void set_m_OnDirtyMaterialCallback_19(UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099 * value) { ___m_OnDirtyMaterialCallback_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_OnDirtyMaterialCallback_19), (void*)value); } inline static int32_t get_offset_of_m_CachedMesh_22() { return static_cast(offsetof(Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24, ___m_CachedMesh_22)); } inline Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 * get_m_CachedMesh_22() const { return ___m_CachedMesh_22; } inline Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 ** get_address_of_m_CachedMesh_22() { return &___m_CachedMesh_22; } inline void set_m_CachedMesh_22(Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 * value) { ___m_CachedMesh_22 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_CachedMesh_22), (void*)value); } inline static int32_t get_offset_of_m_CachedUvs_23() { return static_cast(offsetof(Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24, ___m_CachedUvs_23)); } inline Vector2U5BU5D_tE0F58A2D6D8592B5EC37D9CDEF09103A02E5D7FA* get_m_CachedUvs_23() const { return ___m_CachedUvs_23; } inline Vector2U5BU5D_tE0F58A2D6D8592B5EC37D9CDEF09103A02E5D7FA** get_address_of_m_CachedUvs_23() { return &___m_CachedUvs_23; } inline void set_m_CachedUvs_23(Vector2U5BU5D_tE0F58A2D6D8592B5EC37D9CDEF09103A02E5D7FA* value) { ___m_CachedUvs_23 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_CachedUvs_23), (void*)value); } inline static int32_t get_offset_of_m_ColorTweenRunner_24() { return static_cast(offsetof(Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24, ___m_ColorTweenRunner_24)); } inline TweenRunner_1_tD84B9953874682FCC36990AF2C54D748293908F3 * get_m_ColorTweenRunner_24() const { return ___m_ColorTweenRunner_24; } inline TweenRunner_1_tD84B9953874682FCC36990AF2C54D748293908F3 ** get_address_of_m_ColorTweenRunner_24() { return &___m_ColorTweenRunner_24; } inline void set_m_ColorTweenRunner_24(TweenRunner_1_tD84B9953874682FCC36990AF2C54D748293908F3 * value) { ___m_ColorTweenRunner_24 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_ColorTweenRunner_24), (void*)value); } inline static int32_t get_offset_of_U3CuseLegacyMeshGenerationU3Ek__BackingField_25() { return static_cast(offsetof(Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24, ___U3CuseLegacyMeshGenerationU3Ek__BackingField_25)); } inline bool get_U3CuseLegacyMeshGenerationU3Ek__BackingField_25() const { return ___U3CuseLegacyMeshGenerationU3Ek__BackingField_25; } inline bool* get_address_of_U3CuseLegacyMeshGenerationU3Ek__BackingField_25() { return &___U3CuseLegacyMeshGenerationU3Ek__BackingField_25; } inline void set_U3CuseLegacyMeshGenerationU3Ek__BackingField_25(bool value) { ___U3CuseLegacyMeshGenerationU3Ek__BackingField_25 = value; } }; struct Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24_StaticFields { public: // UnityEngine.Material UnityEngine.UI.Graphic::s_DefaultUI Material_t8927C00353A72755313F046D0CE85178AE8218EE * ___s_DefaultUI_4; // UnityEngine.Texture2D UnityEngine.UI.Graphic::s_WhiteTexture Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF * ___s_WhiteTexture_5; // UnityEngine.Mesh UnityEngine.UI.Graphic::s_Mesh Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 * ___s_Mesh_20; // UnityEngine.UI.VertexHelper UnityEngine.UI.Graphic::s_VertexHelper VertexHelper_tDE8B67D3B076061C4F8DF325B0D63ED2E5367E55 * ___s_VertexHelper_21; public: inline static int32_t get_offset_of_s_DefaultUI_4() { return static_cast(offsetof(Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24_StaticFields, ___s_DefaultUI_4)); } inline Material_t8927C00353A72755313F046D0CE85178AE8218EE * get_s_DefaultUI_4() const { return ___s_DefaultUI_4; } inline Material_t8927C00353A72755313F046D0CE85178AE8218EE ** get_address_of_s_DefaultUI_4() { return &___s_DefaultUI_4; } inline void set_s_DefaultUI_4(Material_t8927C00353A72755313F046D0CE85178AE8218EE * value) { ___s_DefaultUI_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_DefaultUI_4), (void*)value); } inline static int32_t get_offset_of_s_WhiteTexture_5() { return static_cast(offsetof(Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24_StaticFields, ___s_WhiteTexture_5)); } inline Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF * get_s_WhiteTexture_5() const { return ___s_WhiteTexture_5; } inline Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF ** get_address_of_s_WhiteTexture_5() { return &___s_WhiteTexture_5; } inline void set_s_WhiteTexture_5(Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF * value) { ___s_WhiteTexture_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_WhiteTexture_5), (void*)value); } inline static int32_t get_offset_of_s_Mesh_20() { return static_cast(offsetof(Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24_StaticFields, ___s_Mesh_20)); } inline Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 * get_s_Mesh_20() const { return ___s_Mesh_20; } inline Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 ** get_address_of_s_Mesh_20() { return &___s_Mesh_20; } inline void set_s_Mesh_20(Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 * value) { ___s_Mesh_20 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_Mesh_20), (void*)value); } inline static int32_t get_offset_of_s_VertexHelper_21() { return static_cast(offsetof(Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24_StaticFields, ___s_VertexHelper_21)); } inline VertexHelper_tDE8B67D3B076061C4F8DF325B0D63ED2E5367E55 * get_s_VertexHelper_21() const { return ___s_VertexHelper_21; } inline VertexHelper_tDE8B67D3B076061C4F8DF325B0D63ED2E5367E55 ** get_address_of_s_VertexHelper_21() { return &___s_VertexHelper_21; } inline void set_s_VertexHelper_21(VertexHelper_tDE8B67D3B076061C4F8DF325B0D63ED2E5367E55 * value) { ___s_VertexHelper_21 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_VertexHelper_21), (void*)value); } }; // TMPro.TextContainer struct TextContainer_t397B1340CD69150F936048DB53D857135408D2A1 : public UIBehaviour_tD1C6E2D542222546D68510ECE74036EFBC3C3B0E { public: // System.Boolean TMPro.TextContainer::m_hasChanged bool ___m_hasChanged_4; // UnityEngine.Vector2 TMPro.TextContainer::m_pivot Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___m_pivot_5; // TMPro.TextContainerAnchors TMPro.TextContainer::m_anchorPosition int32_t ___m_anchorPosition_6; // UnityEngine.Rect TMPro.TextContainer::m_rect Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 ___m_rect_7; // System.Boolean TMPro.TextContainer::m_isDefaultWidth bool ___m_isDefaultWidth_8; // System.Boolean TMPro.TextContainer::m_isDefaultHeight bool ___m_isDefaultHeight_9; // System.Boolean TMPro.TextContainer::m_isAutoFitting bool ___m_isAutoFitting_10; // UnityEngine.Vector3[] TMPro.TextContainer::m_corners Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4* ___m_corners_11; // UnityEngine.Vector3[] TMPro.TextContainer::m_worldCorners Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4* ___m_worldCorners_12; // UnityEngine.Vector4 TMPro.TextContainer::m_margins Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 ___m_margins_13; // UnityEngine.RectTransform TMPro.TextContainer::m_rectTransform RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * ___m_rectTransform_14; // TMPro.TextMeshPro TMPro.TextContainer::m_textMeshPro TextMeshPro_t4C8C961C0939CD311CCC4F5F306C27C5301BD8E4 * ___m_textMeshPro_16; public: inline static int32_t get_offset_of_m_hasChanged_4() { return static_cast(offsetof(TextContainer_t397B1340CD69150F936048DB53D857135408D2A1, ___m_hasChanged_4)); } inline bool get_m_hasChanged_4() const { return ___m_hasChanged_4; } inline bool* get_address_of_m_hasChanged_4() { return &___m_hasChanged_4; } inline void set_m_hasChanged_4(bool value) { ___m_hasChanged_4 = value; } inline static int32_t get_offset_of_m_pivot_5() { return static_cast(offsetof(TextContainer_t397B1340CD69150F936048DB53D857135408D2A1, ___m_pivot_5)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_m_pivot_5() const { return ___m_pivot_5; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_m_pivot_5() { return &___m_pivot_5; } inline void set_m_pivot_5(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___m_pivot_5 = value; } inline static int32_t get_offset_of_m_anchorPosition_6() { return static_cast(offsetof(TextContainer_t397B1340CD69150F936048DB53D857135408D2A1, ___m_anchorPosition_6)); } inline int32_t get_m_anchorPosition_6() const { return ___m_anchorPosition_6; } inline int32_t* get_address_of_m_anchorPosition_6() { return &___m_anchorPosition_6; } inline void set_m_anchorPosition_6(int32_t value) { ___m_anchorPosition_6 = value; } inline static int32_t get_offset_of_m_rect_7() { return static_cast(offsetof(TextContainer_t397B1340CD69150F936048DB53D857135408D2A1, ___m_rect_7)); } inline Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 get_m_rect_7() const { return ___m_rect_7; } inline Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 * get_address_of_m_rect_7() { return &___m_rect_7; } inline void set_m_rect_7(Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 value) { ___m_rect_7 = value; } inline static int32_t get_offset_of_m_isDefaultWidth_8() { return static_cast(offsetof(TextContainer_t397B1340CD69150F936048DB53D857135408D2A1, ___m_isDefaultWidth_8)); } inline bool get_m_isDefaultWidth_8() const { return ___m_isDefaultWidth_8; } inline bool* get_address_of_m_isDefaultWidth_8() { return &___m_isDefaultWidth_8; } inline void set_m_isDefaultWidth_8(bool value) { ___m_isDefaultWidth_8 = value; } inline static int32_t get_offset_of_m_isDefaultHeight_9() { return static_cast(offsetof(TextContainer_t397B1340CD69150F936048DB53D857135408D2A1, ___m_isDefaultHeight_9)); } inline bool get_m_isDefaultHeight_9() const { return ___m_isDefaultHeight_9; } inline bool* get_address_of_m_isDefaultHeight_9() { return &___m_isDefaultHeight_9; } inline void set_m_isDefaultHeight_9(bool value) { ___m_isDefaultHeight_9 = value; } inline static int32_t get_offset_of_m_isAutoFitting_10() { return static_cast(offsetof(TextContainer_t397B1340CD69150F936048DB53D857135408D2A1, ___m_isAutoFitting_10)); } inline bool get_m_isAutoFitting_10() const { return ___m_isAutoFitting_10; } inline bool* get_address_of_m_isAutoFitting_10() { return &___m_isAutoFitting_10; } inline void set_m_isAutoFitting_10(bool value) { ___m_isAutoFitting_10 = value; } inline static int32_t get_offset_of_m_corners_11() { return static_cast(offsetof(TextContainer_t397B1340CD69150F936048DB53D857135408D2A1, ___m_corners_11)); } inline Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4* get_m_corners_11() const { return ___m_corners_11; } inline Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4** get_address_of_m_corners_11() { return &___m_corners_11; } inline void set_m_corners_11(Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4* value) { ___m_corners_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_corners_11), (void*)value); } inline static int32_t get_offset_of_m_worldCorners_12() { return static_cast(offsetof(TextContainer_t397B1340CD69150F936048DB53D857135408D2A1, ___m_worldCorners_12)); } inline Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4* get_m_worldCorners_12() const { return ___m_worldCorners_12; } inline Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4** get_address_of_m_worldCorners_12() { return &___m_worldCorners_12; } inline void set_m_worldCorners_12(Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4* value) { ___m_worldCorners_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_worldCorners_12), (void*)value); } inline static int32_t get_offset_of_m_margins_13() { return static_cast(offsetof(TextContainer_t397B1340CD69150F936048DB53D857135408D2A1, ___m_margins_13)); } inline Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 get_m_margins_13() const { return ___m_margins_13; } inline Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 * get_address_of_m_margins_13() { return &___m_margins_13; } inline void set_m_margins_13(Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 value) { ___m_margins_13 = value; } inline static int32_t get_offset_of_m_rectTransform_14() { return static_cast(offsetof(TextContainer_t397B1340CD69150F936048DB53D857135408D2A1, ___m_rectTransform_14)); } inline RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * get_m_rectTransform_14() const { return ___m_rectTransform_14; } inline RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 ** get_address_of_m_rectTransform_14() { return &___m_rectTransform_14; } inline void set_m_rectTransform_14(RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * value) { ___m_rectTransform_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_rectTransform_14), (void*)value); } inline static int32_t get_offset_of_m_textMeshPro_16() { return static_cast(offsetof(TextContainer_t397B1340CD69150F936048DB53D857135408D2A1, ___m_textMeshPro_16)); } inline TextMeshPro_t4C8C961C0939CD311CCC4F5F306C27C5301BD8E4 * get_m_textMeshPro_16() const { return ___m_textMeshPro_16; } inline TextMeshPro_t4C8C961C0939CD311CCC4F5F306C27C5301BD8E4 ** get_address_of_m_textMeshPro_16() { return &___m_textMeshPro_16; } inline void set_m_textMeshPro_16(TextMeshPro_t4C8C961C0939CD311CCC4F5F306C27C5301BD8E4 * value) { ___m_textMeshPro_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_textMeshPro_16), (void*)value); } }; struct TextContainer_t397B1340CD69150F936048DB53D857135408D2A1_StaticFields { public: // UnityEngine.Vector2 TMPro.TextContainer::k_defaultSize Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___k_defaultSize_15; public: inline static int32_t get_offset_of_k_defaultSize_15() { return static_cast(offsetof(TextContainer_t397B1340CD69150F936048DB53D857135408D2A1_StaticFields, ___k_defaultSize_15)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_k_defaultSize_15() const { return ___k_defaultSize_15; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_k_defaultSize_15() { return &___k_defaultSize_15; } inline void set_k_defaultSize_15(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___k_defaultSize_15 = value; } }; // UnityEngine.UI.MaskableGraphic struct MaskableGraphic_t0DB59E37E3C8AD2F5A4FB7FB091630CB21370CCE : public Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24 { public: // System.Boolean UnityEngine.UI.MaskableGraphic::m_ShouldRecalculateStencil bool ___m_ShouldRecalculateStencil_26; // UnityEngine.Material UnityEngine.UI.MaskableGraphic::m_MaskMaterial Material_t8927C00353A72755313F046D0CE85178AE8218EE * ___m_MaskMaterial_27; // UnityEngine.UI.RectMask2D UnityEngine.UI.MaskableGraphic::m_ParentMask RectMask2D_tD909811991B341D752E4C978C89EFB80FA7A2B15 * ___m_ParentMask_28; // System.Boolean UnityEngine.UI.MaskableGraphic::m_Maskable bool ___m_Maskable_29; // System.Boolean UnityEngine.UI.MaskableGraphic::m_IsMaskingGraphic bool ___m_IsMaskingGraphic_30; // System.Boolean UnityEngine.UI.MaskableGraphic::m_IncludeForMasking bool ___m_IncludeForMasking_31; // UnityEngine.UI.MaskableGraphic/CullStateChangedEvent UnityEngine.UI.MaskableGraphic::m_OnCullStateChanged CullStateChangedEvent_t9B69755DEBEF041C3CC15C3604610BDD72856BD4 * ___m_OnCullStateChanged_32; // System.Boolean UnityEngine.UI.MaskableGraphic::m_ShouldRecalculate bool ___m_ShouldRecalculate_33; // System.Int32 UnityEngine.UI.MaskableGraphic::m_StencilValue int32_t ___m_StencilValue_34; // UnityEngine.Vector3[] UnityEngine.UI.MaskableGraphic::m_Corners Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4* ___m_Corners_35; public: inline static int32_t get_offset_of_m_ShouldRecalculateStencil_26() { return static_cast(offsetof(MaskableGraphic_t0DB59E37E3C8AD2F5A4FB7FB091630CB21370CCE, ___m_ShouldRecalculateStencil_26)); } inline bool get_m_ShouldRecalculateStencil_26() const { return ___m_ShouldRecalculateStencil_26; } inline bool* get_address_of_m_ShouldRecalculateStencil_26() { return &___m_ShouldRecalculateStencil_26; } inline void set_m_ShouldRecalculateStencil_26(bool value) { ___m_ShouldRecalculateStencil_26 = value; } inline static int32_t get_offset_of_m_MaskMaterial_27() { return static_cast(offsetof(MaskableGraphic_t0DB59E37E3C8AD2F5A4FB7FB091630CB21370CCE, ___m_MaskMaterial_27)); } inline Material_t8927C00353A72755313F046D0CE85178AE8218EE * get_m_MaskMaterial_27() const { return ___m_MaskMaterial_27; } inline Material_t8927C00353A72755313F046D0CE85178AE8218EE ** get_address_of_m_MaskMaterial_27() { return &___m_MaskMaterial_27; } inline void set_m_MaskMaterial_27(Material_t8927C00353A72755313F046D0CE85178AE8218EE * value) { ___m_MaskMaterial_27 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_MaskMaterial_27), (void*)value); } inline static int32_t get_offset_of_m_ParentMask_28() { return static_cast(offsetof(MaskableGraphic_t0DB59E37E3C8AD2F5A4FB7FB091630CB21370CCE, ___m_ParentMask_28)); } inline RectMask2D_tD909811991B341D752E4C978C89EFB80FA7A2B15 * get_m_ParentMask_28() const { return ___m_ParentMask_28; } inline RectMask2D_tD909811991B341D752E4C978C89EFB80FA7A2B15 ** get_address_of_m_ParentMask_28() { return &___m_ParentMask_28; } inline void set_m_ParentMask_28(RectMask2D_tD909811991B341D752E4C978C89EFB80FA7A2B15 * value) { ___m_ParentMask_28 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_ParentMask_28), (void*)value); } inline static int32_t get_offset_of_m_Maskable_29() { return static_cast(offsetof(MaskableGraphic_t0DB59E37E3C8AD2F5A4FB7FB091630CB21370CCE, ___m_Maskable_29)); } inline bool get_m_Maskable_29() const { return ___m_Maskable_29; } inline bool* get_address_of_m_Maskable_29() { return &___m_Maskable_29; } inline void set_m_Maskable_29(bool value) { ___m_Maskable_29 = value; } inline static int32_t get_offset_of_m_IsMaskingGraphic_30() { return static_cast(offsetof(MaskableGraphic_t0DB59E37E3C8AD2F5A4FB7FB091630CB21370CCE, ___m_IsMaskingGraphic_30)); } inline bool get_m_IsMaskingGraphic_30() const { return ___m_IsMaskingGraphic_30; } inline bool* get_address_of_m_IsMaskingGraphic_30() { return &___m_IsMaskingGraphic_30; } inline void set_m_IsMaskingGraphic_30(bool value) { ___m_IsMaskingGraphic_30 = value; } inline static int32_t get_offset_of_m_IncludeForMasking_31() { return static_cast(offsetof(MaskableGraphic_t0DB59E37E3C8AD2F5A4FB7FB091630CB21370CCE, ___m_IncludeForMasking_31)); } inline bool get_m_IncludeForMasking_31() const { return ___m_IncludeForMasking_31; } inline bool* get_address_of_m_IncludeForMasking_31() { return &___m_IncludeForMasking_31; } inline void set_m_IncludeForMasking_31(bool value) { ___m_IncludeForMasking_31 = value; } inline static int32_t get_offset_of_m_OnCullStateChanged_32() { return static_cast(offsetof(MaskableGraphic_t0DB59E37E3C8AD2F5A4FB7FB091630CB21370CCE, ___m_OnCullStateChanged_32)); } inline CullStateChangedEvent_t9B69755DEBEF041C3CC15C3604610BDD72856BD4 * get_m_OnCullStateChanged_32() const { return ___m_OnCullStateChanged_32; } inline CullStateChangedEvent_t9B69755DEBEF041C3CC15C3604610BDD72856BD4 ** get_address_of_m_OnCullStateChanged_32() { return &___m_OnCullStateChanged_32; } inline void set_m_OnCullStateChanged_32(CullStateChangedEvent_t9B69755DEBEF041C3CC15C3604610BDD72856BD4 * value) { ___m_OnCullStateChanged_32 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_OnCullStateChanged_32), (void*)value); } inline static int32_t get_offset_of_m_ShouldRecalculate_33() { return static_cast(offsetof(MaskableGraphic_t0DB59E37E3C8AD2F5A4FB7FB091630CB21370CCE, ___m_ShouldRecalculate_33)); } inline bool get_m_ShouldRecalculate_33() const { return ___m_ShouldRecalculate_33; } inline bool* get_address_of_m_ShouldRecalculate_33() { return &___m_ShouldRecalculate_33; } inline void set_m_ShouldRecalculate_33(bool value) { ___m_ShouldRecalculate_33 = value; } inline static int32_t get_offset_of_m_StencilValue_34() { return static_cast(offsetof(MaskableGraphic_t0DB59E37E3C8AD2F5A4FB7FB091630CB21370CCE, ___m_StencilValue_34)); } inline int32_t get_m_StencilValue_34() const { return ___m_StencilValue_34; } inline int32_t* get_address_of_m_StencilValue_34() { return &___m_StencilValue_34; } inline void set_m_StencilValue_34(int32_t value) { ___m_StencilValue_34 = value; } inline static int32_t get_offset_of_m_Corners_35() { return static_cast(offsetof(MaskableGraphic_t0DB59E37E3C8AD2F5A4FB7FB091630CB21370CCE, ___m_Corners_35)); } inline Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4* get_m_Corners_35() const { return ___m_Corners_35; } inline Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4** get_address_of_m_Corners_35() { return &___m_Corners_35; } inline void set_m_Corners_35(Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4* value) { ___m_Corners_35 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Corners_35), (void*)value); } }; // TMPro.TMP_Text struct TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 : public MaskableGraphic_t0DB59E37E3C8AD2F5A4FB7FB091630CB21370CCE { public: // System.String TMPro.TMP_Text::m_text String_t* ___m_text_36; // System.Boolean TMPro.TMP_Text::m_IsTextBackingStringDirty bool ___m_IsTextBackingStringDirty_37; // TMPro.ITextPreprocessor TMPro.TMP_Text::m_TextPreprocessor RuntimeObject* ___m_TextPreprocessor_38; // System.Boolean TMPro.TMP_Text::m_isRightToLeft bool ___m_isRightToLeft_39; // TMPro.TMP_FontAsset TMPro.TMP_Text::m_fontAsset TMP_FontAsset_tDD8F58129CF4A9094C82DD209531E9E71F9837B2 * ___m_fontAsset_40; // TMPro.TMP_FontAsset TMPro.TMP_Text::m_currentFontAsset TMP_FontAsset_tDD8F58129CF4A9094C82DD209531E9E71F9837B2 * ___m_currentFontAsset_41; // System.Boolean TMPro.TMP_Text::m_isSDFShader bool ___m_isSDFShader_42; // UnityEngine.Material TMPro.TMP_Text::m_sharedMaterial Material_t8927C00353A72755313F046D0CE85178AE8218EE * ___m_sharedMaterial_43; // UnityEngine.Material TMPro.TMP_Text::m_currentMaterial Material_t8927C00353A72755313F046D0CE85178AE8218EE * ___m_currentMaterial_44; // System.Int32 TMPro.TMP_Text::m_currentMaterialIndex int32_t ___m_currentMaterialIndex_48; // UnityEngine.Material[] TMPro.TMP_Text::m_fontSharedMaterials MaterialU5BU5D_t3AE4936F3CA08FB9EE182A935E665EA9CDA5E492* ___m_fontSharedMaterials_49; // UnityEngine.Material TMPro.TMP_Text::m_fontMaterial Material_t8927C00353A72755313F046D0CE85178AE8218EE * ___m_fontMaterial_50; // UnityEngine.Material[] TMPro.TMP_Text::m_fontMaterials MaterialU5BU5D_t3AE4936F3CA08FB9EE182A935E665EA9CDA5E492* ___m_fontMaterials_51; // System.Boolean TMPro.TMP_Text::m_isMaterialDirty bool ___m_isMaterialDirty_52; // UnityEngine.Color32 TMPro.TMP_Text::m_fontColor32 Color32_tDB54A78627878A7D2DE42BB028D64306A18E858D ___m_fontColor32_53; // UnityEngine.Color TMPro.TMP_Text::m_fontColor Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 ___m_fontColor_54; // UnityEngine.Color32 TMPro.TMP_Text::m_underlineColor Color32_tDB54A78627878A7D2DE42BB028D64306A18E858D ___m_underlineColor_56; // UnityEngine.Color32 TMPro.TMP_Text::m_strikethroughColor Color32_tDB54A78627878A7D2DE42BB028D64306A18E858D ___m_strikethroughColor_57; // System.Boolean TMPro.TMP_Text::m_enableVertexGradient bool ___m_enableVertexGradient_58; // TMPro.ColorMode TMPro.TMP_Text::m_colorMode int32_t ___m_colorMode_59; // TMPro.VertexGradient TMPro.TMP_Text::m_fontColorGradient VertexGradient_t673FE70EC807F322353FB5B9A790207A57DBFC0D ___m_fontColorGradient_60; // TMPro.TMP_ColorGradient TMPro.TMP_Text::m_fontColorGradientPreset TMP_ColorGradient_tC18C01CF1F597BD442D01A29724FE1B32497E461 * ___m_fontColorGradientPreset_61; // TMPro.TMP_SpriteAsset TMPro.TMP_Text::m_spriteAsset TMP_SpriteAsset_t0746714D8A56C0A27AE56DC6897CC1A129220714 * ___m_spriteAsset_62; // System.Boolean TMPro.TMP_Text::m_tintAllSprites bool ___m_tintAllSprites_63; // System.Boolean TMPro.TMP_Text::m_tintSprite bool ___m_tintSprite_64; // UnityEngine.Color32 TMPro.TMP_Text::m_spriteColor Color32_tDB54A78627878A7D2DE42BB028D64306A18E858D ___m_spriteColor_65; // TMPro.TMP_StyleSheet TMPro.TMP_Text::m_StyleSheet TMP_StyleSheet_t8E2FC777D06D295BE700B8EDE56389D3581BA94E * ___m_StyleSheet_66; // TMPro.TMP_Style TMPro.TMP_Text::m_TextStyle TMP_Style_t078D8A76F4A60B868298420272B7089582EF53AB * ___m_TextStyle_67; // System.Int32 TMPro.TMP_Text::m_TextStyleHashCode int32_t ___m_TextStyleHashCode_68; // System.Boolean TMPro.TMP_Text::m_overrideHtmlColors bool ___m_overrideHtmlColors_69; // UnityEngine.Color32 TMPro.TMP_Text::m_faceColor Color32_tDB54A78627878A7D2DE42BB028D64306A18E858D ___m_faceColor_70; // UnityEngine.Color32 TMPro.TMP_Text::m_outlineColor Color32_tDB54A78627878A7D2DE42BB028D64306A18E858D ___m_outlineColor_71; // System.Single TMPro.TMP_Text::m_outlineWidth float ___m_outlineWidth_72; // System.Single TMPro.TMP_Text::m_fontSize float ___m_fontSize_73; // System.Single TMPro.TMP_Text::m_currentFontSize float ___m_currentFontSize_74; // System.Single TMPro.TMP_Text::m_fontSizeBase float ___m_fontSizeBase_75; // TMPro.TMP_TextProcessingStack`1 TMPro.TMP_Text::m_sizeStack TMP_TextProcessingStack_1_t0C5DDA1BDCC56D66F8465350BB1E55E94AAEBE17 ___m_sizeStack_76; // TMPro.FontWeight TMPro.TMP_Text::m_fontWeight int32_t ___m_fontWeight_77; // TMPro.FontWeight TMPro.TMP_Text::m_FontWeightInternal int32_t ___m_FontWeightInternal_78; // TMPro.TMP_TextProcessingStack`1 TMPro.TMP_Text::m_FontWeightStack TMP_TextProcessingStack_1_tC2FDE14AC486023AEB4D20CB306F9198CBE168C7 ___m_FontWeightStack_79; // System.Boolean TMPro.TMP_Text::m_enableAutoSizing bool ___m_enableAutoSizing_80; // System.Single TMPro.TMP_Text::m_maxFontSize float ___m_maxFontSize_81; // System.Single TMPro.TMP_Text::m_minFontSize float ___m_minFontSize_82; // System.Int32 TMPro.TMP_Text::m_AutoSizeIterationCount int32_t ___m_AutoSizeIterationCount_83; // System.Int32 TMPro.TMP_Text::m_AutoSizeMaxIterationCount int32_t ___m_AutoSizeMaxIterationCount_84; // System.Boolean TMPro.TMP_Text::m_IsAutoSizePointSizeSet bool ___m_IsAutoSizePointSizeSet_85; // System.Single TMPro.TMP_Text::m_fontSizeMin float ___m_fontSizeMin_86; // System.Single TMPro.TMP_Text::m_fontSizeMax float ___m_fontSizeMax_87; // TMPro.FontStyles TMPro.TMP_Text::m_fontStyle int32_t ___m_fontStyle_88; // TMPro.FontStyles TMPro.TMP_Text::m_FontStyleInternal int32_t ___m_FontStyleInternal_89; // TMPro.TMP_FontStyleStack TMPro.TMP_Text::m_fontStyleStack TMP_FontStyleStack_tAD8C041F7E36517A3CF6E8301D6913159EE2D4D9 ___m_fontStyleStack_90; // System.Boolean TMPro.TMP_Text::m_isUsingBold bool ___m_isUsingBold_91; // TMPro.HorizontalAlignmentOptions TMPro.TMP_Text::m_HorizontalAlignment int32_t ___m_HorizontalAlignment_92; // TMPro.VerticalAlignmentOptions TMPro.TMP_Text::m_VerticalAlignment int32_t ___m_VerticalAlignment_93; // TMPro.TextAlignmentOptions TMPro.TMP_Text::m_textAlignment int32_t ___m_textAlignment_94; // TMPro.HorizontalAlignmentOptions TMPro.TMP_Text::m_lineJustification int32_t ___m_lineJustification_95; // TMPro.TMP_TextProcessingStack`1 TMPro.TMP_Text::m_lineJustificationStack TMP_TextProcessingStack_1_t860FCBD32172CBAC38125AB43150338E7CF55B1B ___m_lineJustificationStack_96; // UnityEngine.Vector3[] TMPro.TMP_Text::m_textContainerLocalCorners Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4* ___m_textContainerLocalCorners_97; // System.Single TMPro.TMP_Text::m_characterSpacing float ___m_characterSpacing_98; // System.Single TMPro.TMP_Text::m_cSpacing float ___m_cSpacing_99; // System.Single TMPro.TMP_Text::m_monoSpacing float ___m_monoSpacing_100; // System.Single TMPro.TMP_Text::m_wordSpacing float ___m_wordSpacing_101; // System.Single TMPro.TMP_Text::m_lineSpacing float ___m_lineSpacing_102; // System.Single TMPro.TMP_Text::m_lineSpacingDelta float ___m_lineSpacingDelta_103; // System.Single TMPro.TMP_Text::m_lineHeight float ___m_lineHeight_104; // System.Boolean TMPro.TMP_Text::m_IsDrivenLineSpacing bool ___m_IsDrivenLineSpacing_105; // System.Single TMPro.TMP_Text::m_lineSpacingMax float ___m_lineSpacingMax_106; // System.Single TMPro.TMP_Text::m_paragraphSpacing float ___m_paragraphSpacing_107; // System.Single TMPro.TMP_Text::m_charWidthMaxAdj float ___m_charWidthMaxAdj_108; // System.Single TMPro.TMP_Text::m_charWidthAdjDelta float ___m_charWidthAdjDelta_109; // System.Boolean TMPro.TMP_Text::m_enableWordWrapping bool ___m_enableWordWrapping_110; // System.Boolean TMPro.TMP_Text::m_isCharacterWrappingEnabled bool ___m_isCharacterWrappingEnabled_111; // System.Boolean TMPro.TMP_Text::m_isNonBreakingSpace bool ___m_isNonBreakingSpace_112; // System.Boolean TMPro.TMP_Text::m_isIgnoringAlignment bool ___m_isIgnoringAlignment_113; // System.Single TMPro.TMP_Text::m_wordWrappingRatios float ___m_wordWrappingRatios_114; // TMPro.TextOverflowModes TMPro.TMP_Text::m_overflowMode int32_t ___m_overflowMode_115; // System.Int32 TMPro.TMP_Text::m_firstOverflowCharacterIndex int32_t ___m_firstOverflowCharacterIndex_116; // TMPro.TMP_Text TMPro.TMP_Text::m_linkedTextComponent TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 * ___m_linkedTextComponent_117; // TMPro.TMP_Text TMPro.TMP_Text::parentLinkedComponent TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 * ___parentLinkedComponent_118; // System.Boolean TMPro.TMP_Text::m_isTextTruncated bool ___m_isTextTruncated_119; // System.Boolean TMPro.TMP_Text::m_enableKerning bool ___m_enableKerning_120; // System.Single TMPro.TMP_Text::m_GlyphHorizontalAdvanceAdjustment float ___m_GlyphHorizontalAdvanceAdjustment_121; // System.Boolean TMPro.TMP_Text::m_enableExtraPadding bool ___m_enableExtraPadding_122; // System.Boolean TMPro.TMP_Text::checkPaddingRequired bool ___checkPaddingRequired_123; // System.Boolean TMPro.TMP_Text::m_isRichText bool ___m_isRichText_124; // System.Boolean TMPro.TMP_Text::m_parseCtrlCharacters bool ___m_parseCtrlCharacters_125; // System.Boolean TMPro.TMP_Text::m_isOverlay bool ___m_isOverlay_126; // System.Boolean TMPro.TMP_Text::m_isOrthographic bool ___m_isOrthographic_127; // System.Boolean TMPro.TMP_Text::m_isCullingEnabled bool ___m_isCullingEnabled_128; // System.Boolean TMPro.TMP_Text::m_isMaskingEnabled bool ___m_isMaskingEnabled_129; // System.Boolean TMPro.TMP_Text::isMaskUpdateRequired bool ___isMaskUpdateRequired_130; // System.Boolean TMPro.TMP_Text::m_ignoreCulling bool ___m_ignoreCulling_131; // TMPro.TextureMappingOptions TMPro.TMP_Text::m_horizontalMapping int32_t ___m_horizontalMapping_132; // TMPro.TextureMappingOptions TMPro.TMP_Text::m_verticalMapping int32_t ___m_verticalMapping_133; // System.Single TMPro.TMP_Text::m_uvLineOffset float ___m_uvLineOffset_134; // TMPro.TextRenderFlags TMPro.TMP_Text::m_renderMode int32_t ___m_renderMode_135; // TMPro.VertexSortingOrder TMPro.TMP_Text::m_geometrySortingOrder int32_t ___m_geometrySortingOrder_136; // System.Boolean TMPro.TMP_Text::m_IsTextObjectScaleStatic bool ___m_IsTextObjectScaleStatic_137; // System.Boolean TMPro.TMP_Text::m_VertexBufferAutoSizeReduction bool ___m_VertexBufferAutoSizeReduction_138; // System.Int32 TMPro.TMP_Text::m_firstVisibleCharacter int32_t ___m_firstVisibleCharacter_139; // System.Int32 TMPro.TMP_Text::m_maxVisibleCharacters int32_t ___m_maxVisibleCharacters_140; // System.Int32 TMPro.TMP_Text::m_maxVisibleWords int32_t ___m_maxVisibleWords_141; // System.Int32 TMPro.TMP_Text::m_maxVisibleLines int32_t ___m_maxVisibleLines_142; // System.Boolean TMPro.TMP_Text::m_useMaxVisibleDescender bool ___m_useMaxVisibleDescender_143; // System.Int32 TMPro.TMP_Text::m_pageToDisplay int32_t ___m_pageToDisplay_144; // System.Boolean TMPro.TMP_Text::m_isNewPage bool ___m_isNewPage_145; // UnityEngine.Vector4 TMPro.TMP_Text::m_margin Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 ___m_margin_146; // System.Single TMPro.TMP_Text::m_marginLeft float ___m_marginLeft_147; // System.Single TMPro.TMP_Text::m_marginRight float ___m_marginRight_148; // System.Single TMPro.TMP_Text::m_marginWidth float ___m_marginWidth_149; // System.Single TMPro.TMP_Text::m_marginHeight float ___m_marginHeight_150; // System.Single TMPro.TMP_Text::m_width float ___m_width_151; // TMPro.TMP_TextInfo TMPro.TMP_Text::m_textInfo TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * ___m_textInfo_152; // System.Boolean TMPro.TMP_Text::m_havePropertiesChanged bool ___m_havePropertiesChanged_153; // System.Boolean TMPro.TMP_Text::m_isUsingLegacyAnimationComponent bool ___m_isUsingLegacyAnimationComponent_154; // UnityEngine.Transform TMPro.TMP_Text::m_transform Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * ___m_transform_155; // UnityEngine.RectTransform TMPro.TMP_Text::m_rectTransform RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * ___m_rectTransform_156; // UnityEngine.Vector2 TMPro.TMP_Text::m_PreviousRectTransformSize Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___m_PreviousRectTransformSize_157; // UnityEngine.Vector2 TMPro.TMP_Text::m_PreviousPivotPosition Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___m_PreviousPivotPosition_158; // System.Boolean TMPro.TMP_Text::k__BackingField bool ___U3CautoSizeTextContainerU3Ek__BackingField_159; // System.Boolean TMPro.TMP_Text::m_autoSizeTextContainer bool ___m_autoSizeTextContainer_160; // UnityEngine.Mesh TMPro.TMP_Text::m_mesh Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 * ___m_mesh_161; // System.Boolean TMPro.TMP_Text::m_isVolumetricText bool ___m_isVolumetricText_162; // System.Action`1 TMPro.TMP_Text::OnPreRenderText Action_1_t170B3E821B49B45FA7134A2CF48A2E64CA371D42 * ___OnPreRenderText_165; // TMPro.TMP_SpriteAnimator TMPro.TMP_Text::m_spriteAnimator TMP_SpriteAnimator_t07C769A1F1F85B545DD32357826E08F569E3D902 * ___m_spriteAnimator_166; // System.Single TMPro.TMP_Text::m_flexibleHeight float ___m_flexibleHeight_167; // System.Single TMPro.TMP_Text::m_flexibleWidth float ___m_flexibleWidth_168; // System.Single TMPro.TMP_Text::m_minWidth float ___m_minWidth_169; // System.Single TMPro.TMP_Text::m_minHeight float ___m_minHeight_170; // System.Single TMPro.TMP_Text::m_maxWidth float ___m_maxWidth_171; // System.Single TMPro.TMP_Text::m_maxHeight float ___m_maxHeight_172; // UnityEngine.UI.LayoutElement TMPro.TMP_Text::m_LayoutElement LayoutElement_tE514951184806899FE23EC4FA6112A5F2038CECF * ___m_LayoutElement_173; // System.Single TMPro.TMP_Text::m_preferredWidth float ___m_preferredWidth_174; // System.Single TMPro.TMP_Text::m_renderedWidth float ___m_renderedWidth_175; // System.Boolean TMPro.TMP_Text::m_isPreferredWidthDirty bool ___m_isPreferredWidthDirty_176; // System.Single TMPro.TMP_Text::m_preferredHeight float ___m_preferredHeight_177; // System.Single TMPro.TMP_Text::m_renderedHeight float ___m_renderedHeight_178; // System.Boolean TMPro.TMP_Text::m_isPreferredHeightDirty bool ___m_isPreferredHeightDirty_179; // System.Boolean TMPro.TMP_Text::m_isCalculatingPreferredValues bool ___m_isCalculatingPreferredValues_180; // System.Int32 TMPro.TMP_Text::m_layoutPriority int32_t ___m_layoutPriority_181; // System.Boolean TMPro.TMP_Text::m_isLayoutDirty bool ___m_isLayoutDirty_182; // System.Boolean TMPro.TMP_Text::m_isAwake bool ___m_isAwake_183; // System.Boolean TMPro.TMP_Text::m_isWaitingOnResourceLoad bool ___m_isWaitingOnResourceLoad_184; // TMPro.TMP_Text/TextInputSources TMPro.TMP_Text::m_inputSource int32_t ___m_inputSource_185; // System.Single TMPro.TMP_Text::m_fontScaleMultiplier float ___m_fontScaleMultiplier_186; // System.Single TMPro.TMP_Text::tag_LineIndent float ___tag_LineIndent_190; // System.Single TMPro.TMP_Text::tag_Indent float ___tag_Indent_191; // TMPro.TMP_TextProcessingStack`1 TMPro.TMP_Text::m_indentStack TMP_TextProcessingStack_1_t0C5DDA1BDCC56D66F8465350BB1E55E94AAEBE17 ___m_indentStack_192; // System.Boolean TMPro.TMP_Text::tag_NoParsing bool ___tag_NoParsing_193; // System.Boolean TMPro.TMP_Text::m_isParsingText bool ___m_isParsingText_194; // UnityEngine.Matrix4x4 TMPro.TMP_Text::m_FXMatrix Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461 ___m_FXMatrix_195; // System.Boolean TMPro.TMP_Text::m_isFXMatrixSet bool ___m_isFXMatrixSet_196; // TMPro.TMP_Text/UnicodeChar[] TMPro.TMP_Text::m_TextProcessingArray UnicodeCharU5BU5D_tB233FC88865130D0B1EA18DA685C2AF41FB134F7* ___m_TextProcessingArray_197; // System.Int32 TMPro.TMP_Text::m_InternalTextProcessingArraySize int32_t ___m_InternalTextProcessingArraySize_198; // TMPro.TMP_CharacterInfo[] TMPro.TMP_Text::m_internalCharacterInfo TMP_CharacterInfoU5BU5D_t7128C1B46CF6AB1374135FA31D41ABF23882B970* ___m_internalCharacterInfo_199; // System.Int32 TMPro.TMP_Text::m_totalCharacterCount int32_t ___m_totalCharacterCount_200; // System.Int32 TMPro.TMP_Text::m_characterCount int32_t ___m_characterCount_207; // System.Int32 TMPro.TMP_Text::m_firstCharacterOfLine int32_t ___m_firstCharacterOfLine_208; // System.Int32 TMPro.TMP_Text::m_firstVisibleCharacterOfLine int32_t ___m_firstVisibleCharacterOfLine_209; // System.Int32 TMPro.TMP_Text::m_lastCharacterOfLine int32_t ___m_lastCharacterOfLine_210; // System.Int32 TMPro.TMP_Text::m_lastVisibleCharacterOfLine int32_t ___m_lastVisibleCharacterOfLine_211; // System.Int32 TMPro.TMP_Text::m_lineNumber int32_t ___m_lineNumber_212; // System.Int32 TMPro.TMP_Text::m_lineVisibleCharacterCount int32_t ___m_lineVisibleCharacterCount_213; // System.Int32 TMPro.TMP_Text::m_pageNumber int32_t ___m_pageNumber_214; // System.Single TMPro.TMP_Text::m_PageAscender float ___m_PageAscender_215; // System.Single TMPro.TMP_Text::m_maxTextAscender float ___m_maxTextAscender_216; // System.Single TMPro.TMP_Text::m_maxCapHeight float ___m_maxCapHeight_217; // System.Single TMPro.TMP_Text::m_ElementAscender float ___m_ElementAscender_218; // System.Single TMPro.TMP_Text::m_ElementDescender float ___m_ElementDescender_219; // System.Single TMPro.TMP_Text::m_maxLineAscender float ___m_maxLineAscender_220; // System.Single TMPro.TMP_Text::m_maxLineDescender float ___m_maxLineDescender_221; // System.Single TMPro.TMP_Text::m_startOfLineAscender float ___m_startOfLineAscender_222; // System.Single TMPro.TMP_Text::m_startOfLineDescender float ___m_startOfLineDescender_223; // System.Single TMPro.TMP_Text::m_lineOffset float ___m_lineOffset_224; // TMPro.Extents TMPro.TMP_Text::m_meshExtents Extents_tD663823B610620A001CCCCFF452C10403AF2A0FA ___m_meshExtents_225; // UnityEngine.Color32 TMPro.TMP_Text::m_htmlColor Color32_tDB54A78627878A7D2DE42BB028D64306A18E858D ___m_htmlColor_226; // TMPro.TMP_TextProcessingStack`1 TMPro.TMP_Text::m_colorStack TMP_TextProcessingStack_1_tCB10A5934F69ED17BBB7F709D74D60038177414D ___m_colorStack_227; // TMPro.TMP_TextProcessingStack`1 TMPro.TMP_Text::m_underlineColorStack TMP_TextProcessingStack_1_tCB10A5934F69ED17BBB7F709D74D60038177414D ___m_underlineColorStack_228; // TMPro.TMP_TextProcessingStack`1 TMPro.TMP_Text::m_strikethroughColorStack TMP_TextProcessingStack_1_tCB10A5934F69ED17BBB7F709D74D60038177414D ___m_strikethroughColorStack_229; // TMPro.TMP_TextProcessingStack`1 TMPro.TMP_Text::m_HighlightStateStack TMP_TextProcessingStack_1_t091E8E0507335193E71397075A9E75FFE125381E ___m_HighlightStateStack_230; // TMPro.TMP_ColorGradient TMPro.TMP_Text::m_colorGradientPreset TMP_ColorGradient_tC18C01CF1F597BD442D01A29724FE1B32497E461 * ___m_colorGradientPreset_231; // TMPro.TMP_TextProcessingStack`1 TMPro.TMP_Text::m_colorGradientStack TMP_TextProcessingStack_1_t598A1976548F7435C20001605BBCC77262756804 ___m_colorGradientStack_232; // System.Boolean TMPro.TMP_Text::m_colorGradientPresetIsTinted bool ___m_colorGradientPresetIsTinted_233; // System.Single TMPro.TMP_Text::m_tabSpacing float ___m_tabSpacing_234; // System.Single TMPro.TMP_Text::m_spacing float ___m_spacing_235; // TMPro.TMP_TextProcessingStack`1[] TMPro.TMP_Text::m_TextStyleStacks TMP_TextProcessingStack_1U5BU5D_t1E4BEAC3D61A2AD0284E919166D0F38D21540A37* ___m_TextStyleStacks_236; // System.Int32 TMPro.TMP_Text::m_TextStyleStackDepth int32_t ___m_TextStyleStackDepth_237; // TMPro.TMP_TextProcessingStack`1 TMPro.TMP_Text::m_ItalicAngleStack TMP_TextProcessingStack_1_tAD0A40D35721F31D8FE2C344F705515FDF0F7DBA ___m_ItalicAngleStack_238; // System.Int32 TMPro.TMP_Text::m_ItalicAngle int32_t ___m_ItalicAngle_239; // TMPro.TMP_TextProcessingStack`1 TMPro.TMP_Text::m_actionStack TMP_TextProcessingStack_1_tAD0A40D35721F31D8FE2C344F705515FDF0F7DBA ___m_actionStack_240; // System.Single TMPro.TMP_Text::m_padding float ___m_padding_241; // System.Single TMPro.TMP_Text::m_baselineOffset float ___m_baselineOffset_242; // TMPro.TMP_TextProcessingStack`1 TMPro.TMP_Text::m_baselineOffsetStack TMP_TextProcessingStack_1_t0C5DDA1BDCC56D66F8465350BB1E55E94AAEBE17 ___m_baselineOffsetStack_243; // System.Single TMPro.TMP_Text::m_xAdvance float ___m_xAdvance_244; // TMPro.TMP_TextElementType TMPro.TMP_Text::m_textElementType int32_t ___m_textElementType_245; // TMPro.TMP_TextElement TMPro.TMP_Text::m_cached_TextElement TMP_TextElement_tDF9A55D56A0B44EA4EA36DEDF942AEB6369AF832 * ___m_cached_TextElement_246; // TMPro.TMP_Text/SpecialCharacter TMPro.TMP_Text::m_Ellipsis SpecialCharacter_t06A60B3C91ABA764227413C096AE5060D50D844F ___m_Ellipsis_247; // TMPro.TMP_Text/SpecialCharacter TMPro.TMP_Text::m_Underline SpecialCharacter_t06A60B3C91ABA764227413C096AE5060D50D844F ___m_Underline_248; // TMPro.TMP_SpriteAsset TMPro.TMP_Text::m_defaultSpriteAsset TMP_SpriteAsset_t0746714D8A56C0A27AE56DC6897CC1A129220714 * ___m_defaultSpriteAsset_249; // TMPro.TMP_SpriteAsset TMPro.TMP_Text::m_currentSpriteAsset TMP_SpriteAsset_t0746714D8A56C0A27AE56DC6897CC1A129220714 * ___m_currentSpriteAsset_250; // System.Int32 TMPro.TMP_Text::m_spriteCount int32_t ___m_spriteCount_251; // System.Int32 TMPro.TMP_Text::m_spriteIndex int32_t ___m_spriteIndex_252; // System.Int32 TMPro.TMP_Text::m_spriteAnimationID int32_t ___m_spriteAnimationID_253; // System.Boolean TMPro.TMP_Text::m_ignoreActiveState bool ___m_ignoreActiveState_256; // TMPro.TMP_Text/TextBackingContainer TMPro.TMP_Text::m_TextBackingArray TextBackingContainer_t50AA56C265D2A3DB961E3DD200165FE78270562B ___m_TextBackingArray_257; // System.Decimal[] TMPro.TMP_Text::k_Power DecimalU5BU5D_tAA3302A4A6ACCE77638A2346993A0FAAE2F9FDBA* ___k_Power_258; public: inline static int32_t get_offset_of_m_text_36() { return static_cast(offsetof(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262, ___m_text_36)); } inline String_t* get_m_text_36() const { return ___m_text_36; } inline String_t** get_address_of_m_text_36() { return &___m_text_36; } inline void set_m_text_36(String_t* value) { ___m_text_36 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_text_36), (void*)value); } inline static int32_t get_offset_of_m_IsTextBackingStringDirty_37() { return static_cast(offsetof(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262, ___m_IsTextBackingStringDirty_37)); } inline bool get_m_IsTextBackingStringDirty_37() const { return ___m_IsTextBackingStringDirty_37; } inline bool* get_address_of_m_IsTextBackingStringDirty_37() { return &___m_IsTextBackingStringDirty_37; } inline void set_m_IsTextBackingStringDirty_37(bool value) { ___m_IsTextBackingStringDirty_37 = value; } inline static int32_t get_offset_of_m_TextPreprocessor_38() { return static_cast(offsetof(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262, ___m_TextPreprocessor_38)); } inline RuntimeObject* get_m_TextPreprocessor_38() const { return ___m_TextPreprocessor_38; } inline RuntimeObject** get_address_of_m_TextPreprocessor_38() { return &___m_TextPreprocessor_38; } inline void set_m_TextPreprocessor_38(RuntimeObject* value) { ___m_TextPreprocessor_38 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_TextPreprocessor_38), (void*)value); } inline static int32_t get_offset_of_m_isRightToLeft_39() { return static_cast(offsetof(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262, ___m_isRightToLeft_39)); } inline bool get_m_isRightToLeft_39() const { return ___m_isRightToLeft_39; } inline bool* get_address_of_m_isRightToLeft_39() { return &___m_isRightToLeft_39; } inline void set_m_isRightToLeft_39(bool value) { ___m_isRightToLeft_39 = value; } inline static int32_t get_offset_of_m_fontAsset_40() { return static_cast(offsetof(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262, ___m_fontAsset_40)); } inline TMP_FontAsset_tDD8F58129CF4A9094C82DD209531E9E71F9837B2 * get_m_fontAsset_40() const { return ___m_fontAsset_40; } inline TMP_FontAsset_tDD8F58129CF4A9094C82DD209531E9E71F9837B2 ** get_address_of_m_fontAsset_40() { return &___m_fontAsset_40; } inline void set_m_fontAsset_40(TMP_FontAsset_tDD8F58129CF4A9094C82DD209531E9E71F9837B2 * value) { ___m_fontAsset_40 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_fontAsset_40), (void*)value); } inline static int32_t get_offset_of_m_currentFontAsset_41() { return static_cast(offsetof(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262, ___m_currentFontAsset_41)); } inline TMP_FontAsset_tDD8F58129CF4A9094C82DD209531E9E71F9837B2 * get_m_currentFontAsset_41() const { return ___m_currentFontAsset_41; } inline TMP_FontAsset_tDD8F58129CF4A9094C82DD209531E9E71F9837B2 ** get_address_of_m_currentFontAsset_41() { return &___m_currentFontAsset_41; } inline void set_m_currentFontAsset_41(TMP_FontAsset_tDD8F58129CF4A9094C82DD209531E9E71F9837B2 * value) { ___m_currentFontAsset_41 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_currentFontAsset_41), (void*)value); } inline static int32_t get_offset_of_m_isSDFShader_42() { return static_cast(offsetof(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262, ___m_isSDFShader_42)); } inline bool get_m_isSDFShader_42() const { return ___m_isSDFShader_42; } inline bool* get_address_of_m_isSDFShader_42() { return &___m_isSDFShader_42; } inline void set_m_isSDFShader_42(bool value) { ___m_isSDFShader_42 = value; } inline static int32_t get_offset_of_m_sharedMaterial_43() { return static_cast(offsetof(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262, ___m_sharedMaterial_43)); } inline Material_t8927C00353A72755313F046D0CE85178AE8218EE * get_m_sharedMaterial_43() const { return ___m_sharedMaterial_43; } inline Material_t8927C00353A72755313F046D0CE85178AE8218EE ** get_address_of_m_sharedMaterial_43() { return &___m_sharedMaterial_43; } inline void set_m_sharedMaterial_43(Material_t8927C00353A72755313F046D0CE85178AE8218EE * value) { ___m_sharedMaterial_43 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_sharedMaterial_43), (void*)value); } inline static int32_t get_offset_of_m_currentMaterial_44() { return static_cast(offsetof(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262, ___m_currentMaterial_44)); } inline Material_t8927C00353A72755313F046D0CE85178AE8218EE * get_m_currentMaterial_44() const { return ___m_currentMaterial_44; } inline Material_t8927C00353A72755313F046D0CE85178AE8218EE ** get_address_of_m_currentMaterial_44() { return &___m_currentMaterial_44; } inline void set_m_currentMaterial_44(Material_t8927C00353A72755313F046D0CE85178AE8218EE * value) { ___m_currentMaterial_44 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_currentMaterial_44), (void*)value); } inline static int32_t get_offset_of_m_currentMaterialIndex_48() { return static_cast(offsetof(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262, ___m_currentMaterialIndex_48)); } inline int32_t get_m_currentMaterialIndex_48() const { return ___m_currentMaterialIndex_48; } inline int32_t* get_address_of_m_currentMaterialIndex_48() { return &___m_currentMaterialIndex_48; } inline void set_m_currentMaterialIndex_48(int32_t value) { ___m_currentMaterialIndex_48 = value; } inline static int32_t get_offset_of_m_fontSharedMaterials_49() { return static_cast(offsetof(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262, ___m_fontSharedMaterials_49)); } inline MaterialU5BU5D_t3AE4936F3CA08FB9EE182A935E665EA9CDA5E492* get_m_fontSharedMaterials_49() const { return ___m_fontSharedMaterials_49; } inline MaterialU5BU5D_t3AE4936F3CA08FB9EE182A935E665EA9CDA5E492** get_address_of_m_fontSharedMaterials_49() { return &___m_fontSharedMaterials_49; } inline void set_m_fontSharedMaterials_49(MaterialU5BU5D_t3AE4936F3CA08FB9EE182A935E665EA9CDA5E492* value) { ___m_fontSharedMaterials_49 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_fontSharedMaterials_49), (void*)value); } inline static int32_t get_offset_of_m_fontMaterial_50() { return static_cast(offsetof(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262, ___m_fontMaterial_50)); } inline Material_t8927C00353A72755313F046D0CE85178AE8218EE * get_m_fontMaterial_50() const { return ___m_fontMaterial_50; } inline Material_t8927C00353A72755313F046D0CE85178AE8218EE ** get_address_of_m_fontMaterial_50() { return &___m_fontMaterial_50; } inline void set_m_fontMaterial_50(Material_t8927C00353A72755313F046D0CE85178AE8218EE * value) { ___m_fontMaterial_50 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_fontMaterial_50), (void*)value); } inline static int32_t get_offset_of_m_fontMaterials_51() { return static_cast(offsetof(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262, ___m_fontMaterials_51)); } inline MaterialU5BU5D_t3AE4936F3CA08FB9EE182A935E665EA9CDA5E492* get_m_fontMaterials_51() const { return ___m_fontMaterials_51; } inline MaterialU5BU5D_t3AE4936F3CA08FB9EE182A935E665EA9CDA5E492** get_address_of_m_fontMaterials_51() { return &___m_fontMaterials_51; } inline void set_m_fontMaterials_51(MaterialU5BU5D_t3AE4936F3CA08FB9EE182A935E665EA9CDA5E492* value) { ___m_fontMaterials_51 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_fontMaterials_51), (void*)value); } inline static int32_t get_offset_of_m_isMaterialDirty_52() { return static_cast(offsetof(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262, ___m_isMaterialDirty_52)); } inline bool get_m_isMaterialDirty_52() const { return ___m_isMaterialDirty_52; } inline bool* get_address_of_m_isMaterialDirty_52() { return &___m_isMaterialDirty_52; } inline void set_m_isMaterialDirty_52(bool value) { ___m_isMaterialDirty_52 = value; } inline static int32_t get_offset_of_m_fontColor32_53() { return static_cast(offsetof(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262, ___m_fontColor32_53)); } inline Color32_tDB54A78627878A7D2DE42BB028D64306A18E858D get_m_fontColor32_53() const { return ___m_fontColor32_53; } inline Color32_tDB54A78627878A7D2DE42BB028D64306A18E858D * get_address_of_m_fontColor32_53() { return &___m_fontColor32_53; } inline void set_m_fontColor32_53(Color32_tDB54A78627878A7D2DE42BB028D64306A18E858D value) { ___m_fontColor32_53 = value; } inline static int32_t get_offset_of_m_fontColor_54() { return static_cast(offsetof(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262, ___m_fontColor_54)); } inline Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 get_m_fontColor_54() const { return ___m_fontColor_54; } inline Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 * get_address_of_m_fontColor_54() { return &___m_fontColor_54; } inline void set_m_fontColor_54(Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 value) { ___m_fontColor_54 = value; } inline static int32_t get_offset_of_m_underlineColor_56() { return static_cast(offsetof(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262, ___m_underlineColor_56)); } inline Color32_tDB54A78627878A7D2DE42BB028D64306A18E858D get_m_underlineColor_56() const { return ___m_underlineColor_56; } inline Color32_tDB54A78627878A7D2DE42BB028D64306A18E858D * get_address_of_m_underlineColor_56() { return &___m_underlineColor_56; } inline void set_m_underlineColor_56(Color32_tDB54A78627878A7D2DE42BB028D64306A18E858D value) { ___m_underlineColor_56 = value; } inline static int32_t get_offset_of_m_strikethroughColor_57() { return static_cast(offsetof(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262, ___m_strikethroughColor_57)); } inline Color32_tDB54A78627878A7D2DE42BB028D64306A18E858D get_m_strikethroughColor_57() const { return ___m_strikethroughColor_57; } inline Color32_tDB54A78627878A7D2DE42BB028D64306A18E858D * get_address_of_m_strikethroughColor_57() { return &___m_strikethroughColor_57; } inline void set_m_strikethroughColor_57(Color32_tDB54A78627878A7D2DE42BB028D64306A18E858D value) { ___m_strikethroughColor_57 = value; } inline static int32_t get_offset_of_m_enableVertexGradient_58() { return static_cast(offsetof(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262, ___m_enableVertexGradient_58)); } inline bool get_m_enableVertexGradient_58() const { return ___m_enableVertexGradient_58; } inline bool* get_address_of_m_enableVertexGradient_58() { return &___m_enableVertexGradient_58; } inline void set_m_enableVertexGradient_58(bool value) { ___m_enableVertexGradient_58 = value; } inline static int32_t get_offset_of_m_colorMode_59() { return static_cast(offsetof(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262, ___m_colorMode_59)); } inline int32_t get_m_colorMode_59() const { return ___m_colorMode_59; } inline int32_t* get_address_of_m_colorMode_59() { return &___m_colorMode_59; } inline void set_m_colorMode_59(int32_t value) { ___m_colorMode_59 = value; } inline static int32_t get_offset_of_m_fontColorGradient_60() { return static_cast(offsetof(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262, ___m_fontColorGradient_60)); } inline VertexGradient_t673FE70EC807F322353FB5B9A790207A57DBFC0D get_m_fontColorGradient_60() const { return ___m_fontColorGradient_60; } inline VertexGradient_t673FE70EC807F322353FB5B9A790207A57DBFC0D * get_address_of_m_fontColorGradient_60() { return &___m_fontColorGradient_60; } inline void set_m_fontColorGradient_60(VertexGradient_t673FE70EC807F322353FB5B9A790207A57DBFC0D value) { ___m_fontColorGradient_60 = value; } inline static int32_t get_offset_of_m_fontColorGradientPreset_61() { return static_cast(offsetof(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262, ___m_fontColorGradientPreset_61)); } inline TMP_ColorGradient_tC18C01CF1F597BD442D01A29724FE1B32497E461 * get_m_fontColorGradientPreset_61() const { return ___m_fontColorGradientPreset_61; } inline TMP_ColorGradient_tC18C01CF1F597BD442D01A29724FE1B32497E461 ** get_address_of_m_fontColorGradientPreset_61() { return &___m_fontColorGradientPreset_61; } inline void set_m_fontColorGradientPreset_61(TMP_ColorGradient_tC18C01CF1F597BD442D01A29724FE1B32497E461 * value) { ___m_fontColorGradientPreset_61 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_fontColorGradientPreset_61), (void*)value); } inline static int32_t get_offset_of_m_spriteAsset_62() { return static_cast(offsetof(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262, ___m_spriteAsset_62)); } inline TMP_SpriteAsset_t0746714D8A56C0A27AE56DC6897CC1A129220714 * get_m_spriteAsset_62() const { return ___m_spriteAsset_62; } inline TMP_SpriteAsset_t0746714D8A56C0A27AE56DC6897CC1A129220714 ** get_address_of_m_spriteAsset_62() { return &___m_spriteAsset_62; } inline void set_m_spriteAsset_62(TMP_SpriteAsset_t0746714D8A56C0A27AE56DC6897CC1A129220714 * value) { ___m_spriteAsset_62 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_spriteAsset_62), (void*)value); } inline static int32_t get_offset_of_m_tintAllSprites_63() { return static_cast(offsetof(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262, ___m_tintAllSprites_63)); } inline bool get_m_tintAllSprites_63() const { return ___m_tintAllSprites_63; } inline bool* get_address_of_m_tintAllSprites_63() { return &___m_tintAllSprites_63; } inline void set_m_tintAllSprites_63(bool value) { ___m_tintAllSprites_63 = value; } inline static int32_t get_offset_of_m_tintSprite_64() { return static_cast(offsetof(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262, ___m_tintSprite_64)); } inline bool get_m_tintSprite_64() const { return ___m_tintSprite_64; } inline bool* get_address_of_m_tintSprite_64() { return &___m_tintSprite_64; } inline void set_m_tintSprite_64(bool value) { ___m_tintSprite_64 = value; } inline static int32_t get_offset_of_m_spriteColor_65() { return static_cast(offsetof(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262, ___m_spriteColor_65)); } inline Color32_tDB54A78627878A7D2DE42BB028D64306A18E858D get_m_spriteColor_65() const { return ___m_spriteColor_65; } inline Color32_tDB54A78627878A7D2DE42BB028D64306A18E858D * get_address_of_m_spriteColor_65() { return &___m_spriteColor_65; } inline void set_m_spriteColor_65(Color32_tDB54A78627878A7D2DE42BB028D64306A18E858D value) { ___m_spriteColor_65 = value; } inline static int32_t get_offset_of_m_StyleSheet_66() { return static_cast(offsetof(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262, ___m_StyleSheet_66)); } inline TMP_StyleSheet_t8E2FC777D06D295BE700B8EDE56389D3581BA94E * get_m_StyleSheet_66() const { return ___m_StyleSheet_66; } inline TMP_StyleSheet_t8E2FC777D06D295BE700B8EDE56389D3581BA94E ** get_address_of_m_StyleSheet_66() { return &___m_StyleSheet_66; } inline void set_m_StyleSheet_66(TMP_StyleSheet_t8E2FC777D06D295BE700B8EDE56389D3581BA94E * value) { ___m_StyleSheet_66 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_StyleSheet_66), (void*)value); } inline static int32_t get_offset_of_m_TextStyle_67() { return static_cast(offsetof(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262, ___m_TextStyle_67)); } inline TMP_Style_t078D8A76F4A60B868298420272B7089582EF53AB * get_m_TextStyle_67() const { return ___m_TextStyle_67; } inline TMP_Style_t078D8A76F4A60B868298420272B7089582EF53AB ** get_address_of_m_TextStyle_67() { return &___m_TextStyle_67; } inline void set_m_TextStyle_67(TMP_Style_t078D8A76F4A60B868298420272B7089582EF53AB * value) { ___m_TextStyle_67 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_TextStyle_67), (void*)value); } inline static int32_t get_offset_of_m_TextStyleHashCode_68() { return static_cast(offsetof(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262, ___m_TextStyleHashCode_68)); } inline int32_t get_m_TextStyleHashCode_68() const { return ___m_TextStyleHashCode_68; } inline int32_t* get_address_of_m_TextStyleHashCode_68() { return &___m_TextStyleHashCode_68; } inline void set_m_TextStyleHashCode_68(int32_t value) { ___m_TextStyleHashCode_68 = value; } inline static int32_t get_offset_of_m_overrideHtmlColors_69() { return static_cast(offsetof(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262, ___m_overrideHtmlColors_69)); } inline bool get_m_overrideHtmlColors_69() const { return ___m_overrideHtmlColors_69; } inline bool* get_address_of_m_overrideHtmlColors_69() { return &___m_overrideHtmlColors_69; } inline void set_m_overrideHtmlColors_69(bool value) { ___m_overrideHtmlColors_69 = value; } inline static int32_t get_offset_of_m_faceColor_70() { return static_cast(offsetof(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262, ___m_faceColor_70)); } inline Color32_tDB54A78627878A7D2DE42BB028D64306A18E858D get_m_faceColor_70() const { return ___m_faceColor_70; } inline Color32_tDB54A78627878A7D2DE42BB028D64306A18E858D * get_address_of_m_faceColor_70() { return &___m_faceColor_70; } inline void set_m_faceColor_70(Color32_tDB54A78627878A7D2DE42BB028D64306A18E858D value) { ___m_faceColor_70 = value; } inline static int32_t get_offset_of_m_outlineColor_71() { return static_cast(offsetof(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262, ___m_outlineColor_71)); } inline Color32_tDB54A78627878A7D2DE42BB028D64306A18E858D get_m_outlineColor_71() const { return ___m_outlineColor_71; } inline Color32_tDB54A78627878A7D2DE42BB028D64306A18E858D * get_address_of_m_outlineColor_71() { return &___m_outlineColor_71; } inline void set_m_outlineColor_71(Color32_tDB54A78627878A7D2DE42BB028D64306A18E858D value) { ___m_outlineColor_71 = value; } inline static int32_t get_offset_of_m_outlineWidth_72() { return static_cast(offsetof(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262, ___m_outlineWidth_72)); } inline float get_m_outlineWidth_72() const { return ___m_outlineWidth_72; } inline float* get_address_of_m_outlineWidth_72() { return &___m_outlineWidth_72; } inline void set_m_outlineWidth_72(float value) { ___m_outlineWidth_72 = value; } inline static int32_t get_offset_of_m_fontSize_73() { return static_cast(offsetof(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262, ___m_fontSize_73)); } inline float get_m_fontSize_73() const { return ___m_fontSize_73; } inline float* get_address_of_m_fontSize_73() { return &___m_fontSize_73; } inline void set_m_fontSize_73(float value) { ___m_fontSize_73 = value; } inline static int32_t get_offset_of_m_currentFontSize_74() { return static_cast(offsetof(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262, ___m_currentFontSize_74)); } inline float get_m_currentFontSize_74() const { return ___m_currentFontSize_74; } inline float* get_address_of_m_currentFontSize_74() { return &___m_currentFontSize_74; } inline void set_m_currentFontSize_74(float value) { ___m_currentFontSize_74 = value; } inline static int32_t get_offset_of_m_fontSizeBase_75() { return static_cast(offsetof(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262, ___m_fontSizeBase_75)); } inline float get_m_fontSizeBase_75() const { return ___m_fontSizeBase_75; } inline float* get_address_of_m_fontSizeBase_75() { return &___m_fontSizeBase_75; } inline void set_m_fontSizeBase_75(float value) { ___m_fontSizeBase_75 = value; } inline static int32_t get_offset_of_m_sizeStack_76() { return static_cast(offsetof(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262, ___m_sizeStack_76)); } inline TMP_TextProcessingStack_1_t0C5DDA1BDCC56D66F8465350BB1E55E94AAEBE17 get_m_sizeStack_76() const { return ___m_sizeStack_76; } inline TMP_TextProcessingStack_1_t0C5DDA1BDCC56D66F8465350BB1E55E94AAEBE17 * get_address_of_m_sizeStack_76() { return &___m_sizeStack_76; } inline void set_m_sizeStack_76(TMP_TextProcessingStack_1_t0C5DDA1BDCC56D66F8465350BB1E55E94AAEBE17 value) { ___m_sizeStack_76 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___m_sizeStack_76))->___itemStack_0), (void*)NULL); } inline static int32_t get_offset_of_m_fontWeight_77() { return static_cast(offsetof(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262, ___m_fontWeight_77)); } inline int32_t get_m_fontWeight_77() const { return ___m_fontWeight_77; } inline int32_t* get_address_of_m_fontWeight_77() { return &___m_fontWeight_77; } inline void set_m_fontWeight_77(int32_t value) { ___m_fontWeight_77 = value; } inline static int32_t get_offset_of_m_FontWeightInternal_78() { return static_cast(offsetof(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262, ___m_FontWeightInternal_78)); } inline int32_t get_m_FontWeightInternal_78() const { return ___m_FontWeightInternal_78; } inline int32_t* get_address_of_m_FontWeightInternal_78() { return &___m_FontWeightInternal_78; } inline void set_m_FontWeightInternal_78(int32_t value) { ___m_FontWeightInternal_78 = value; } inline static int32_t get_offset_of_m_FontWeightStack_79() { return static_cast(offsetof(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262, ___m_FontWeightStack_79)); } inline TMP_TextProcessingStack_1_tC2FDE14AC486023AEB4D20CB306F9198CBE168C7 get_m_FontWeightStack_79() const { return ___m_FontWeightStack_79; } inline TMP_TextProcessingStack_1_tC2FDE14AC486023AEB4D20CB306F9198CBE168C7 * get_address_of_m_FontWeightStack_79() { return &___m_FontWeightStack_79; } inline void set_m_FontWeightStack_79(TMP_TextProcessingStack_1_tC2FDE14AC486023AEB4D20CB306F9198CBE168C7 value) { ___m_FontWeightStack_79 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___m_FontWeightStack_79))->___itemStack_0), (void*)NULL); } inline static int32_t get_offset_of_m_enableAutoSizing_80() { return static_cast(offsetof(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262, ___m_enableAutoSizing_80)); } inline bool get_m_enableAutoSizing_80() const { return ___m_enableAutoSizing_80; } inline bool* get_address_of_m_enableAutoSizing_80() { return &___m_enableAutoSizing_80; } inline void set_m_enableAutoSizing_80(bool value) { ___m_enableAutoSizing_80 = value; } inline static int32_t get_offset_of_m_maxFontSize_81() { return static_cast(offsetof(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262, ___m_maxFontSize_81)); } inline float get_m_maxFontSize_81() const { return ___m_maxFontSize_81; } inline float* get_address_of_m_maxFontSize_81() { return &___m_maxFontSize_81; } inline void set_m_maxFontSize_81(float value) { ___m_maxFontSize_81 = value; } inline static int32_t get_offset_of_m_minFontSize_82() { return static_cast(offsetof(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262, ___m_minFontSize_82)); } inline float get_m_minFontSize_82() const { return ___m_minFontSize_82; } inline float* get_address_of_m_minFontSize_82() { return &___m_minFontSize_82; } inline void set_m_minFontSize_82(float value) { ___m_minFontSize_82 = value; } inline static int32_t get_offset_of_m_AutoSizeIterationCount_83() { return static_cast(offsetof(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262, ___m_AutoSizeIterationCount_83)); } inline int32_t get_m_AutoSizeIterationCount_83() const { return ___m_AutoSizeIterationCount_83; } inline int32_t* get_address_of_m_AutoSizeIterationCount_83() { return &___m_AutoSizeIterationCount_83; } inline void set_m_AutoSizeIterationCount_83(int32_t value) { ___m_AutoSizeIterationCount_83 = value; } inline static int32_t get_offset_of_m_AutoSizeMaxIterationCount_84() { return static_cast(offsetof(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262, ___m_AutoSizeMaxIterationCount_84)); } inline int32_t get_m_AutoSizeMaxIterationCount_84() const { return ___m_AutoSizeMaxIterationCount_84; } inline int32_t* get_address_of_m_AutoSizeMaxIterationCount_84() { return &___m_AutoSizeMaxIterationCount_84; } inline void set_m_AutoSizeMaxIterationCount_84(int32_t value) { ___m_AutoSizeMaxIterationCount_84 = value; } inline static int32_t get_offset_of_m_IsAutoSizePointSizeSet_85() { return static_cast(offsetof(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262, ___m_IsAutoSizePointSizeSet_85)); } inline bool get_m_IsAutoSizePointSizeSet_85() const { return ___m_IsAutoSizePointSizeSet_85; } inline bool* get_address_of_m_IsAutoSizePointSizeSet_85() { return &___m_IsAutoSizePointSizeSet_85; } inline void set_m_IsAutoSizePointSizeSet_85(bool value) { ___m_IsAutoSizePointSizeSet_85 = value; } inline static int32_t get_offset_of_m_fontSizeMin_86() { return static_cast(offsetof(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262, ___m_fontSizeMin_86)); } inline float get_m_fontSizeMin_86() const { return ___m_fontSizeMin_86; } inline float* get_address_of_m_fontSizeMin_86() { return &___m_fontSizeMin_86; } inline void set_m_fontSizeMin_86(float value) { ___m_fontSizeMin_86 = value; } inline static int32_t get_offset_of_m_fontSizeMax_87() { return static_cast(offsetof(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262, ___m_fontSizeMax_87)); } inline float get_m_fontSizeMax_87() const { return ___m_fontSizeMax_87; } inline float* get_address_of_m_fontSizeMax_87() { return &___m_fontSizeMax_87; } inline void set_m_fontSizeMax_87(float value) { ___m_fontSizeMax_87 = value; } inline static int32_t get_offset_of_m_fontStyle_88() { return static_cast(offsetof(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262, ___m_fontStyle_88)); } inline int32_t get_m_fontStyle_88() const { return ___m_fontStyle_88; } inline int32_t* get_address_of_m_fontStyle_88() { return &___m_fontStyle_88; } inline void set_m_fontStyle_88(int32_t value) { ___m_fontStyle_88 = value; } inline static int32_t get_offset_of_m_FontStyleInternal_89() { return static_cast(offsetof(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262, ___m_FontStyleInternal_89)); } inline int32_t get_m_FontStyleInternal_89() const { return ___m_FontStyleInternal_89; } inline int32_t* get_address_of_m_FontStyleInternal_89() { return &___m_FontStyleInternal_89; } inline void set_m_FontStyleInternal_89(int32_t value) { ___m_FontStyleInternal_89 = value; } inline static int32_t get_offset_of_m_fontStyleStack_90() { return static_cast(offsetof(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262, ___m_fontStyleStack_90)); } inline TMP_FontStyleStack_tAD8C041F7E36517A3CF6E8301D6913159EE2D4D9 get_m_fontStyleStack_90() const { return ___m_fontStyleStack_90; } inline TMP_FontStyleStack_tAD8C041F7E36517A3CF6E8301D6913159EE2D4D9 * get_address_of_m_fontStyleStack_90() { return &___m_fontStyleStack_90; } inline void set_m_fontStyleStack_90(TMP_FontStyleStack_tAD8C041F7E36517A3CF6E8301D6913159EE2D4D9 value) { ___m_fontStyleStack_90 = value; } inline static int32_t get_offset_of_m_isUsingBold_91() { return static_cast(offsetof(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262, ___m_isUsingBold_91)); } inline bool get_m_isUsingBold_91() const { return ___m_isUsingBold_91; } inline bool* get_address_of_m_isUsingBold_91() { return &___m_isUsingBold_91; } inline void set_m_isUsingBold_91(bool value) { ___m_isUsingBold_91 = value; } inline static int32_t get_offset_of_m_HorizontalAlignment_92() { return static_cast(offsetof(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262, ___m_HorizontalAlignment_92)); } inline int32_t get_m_HorizontalAlignment_92() const { return ___m_HorizontalAlignment_92; } inline int32_t* get_address_of_m_HorizontalAlignment_92() { return &___m_HorizontalAlignment_92; } inline void set_m_HorizontalAlignment_92(int32_t value) { ___m_HorizontalAlignment_92 = value; } inline static int32_t get_offset_of_m_VerticalAlignment_93() { return static_cast(offsetof(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262, ___m_VerticalAlignment_93)); } inline int32_t get_m_VerticalAlignment_93() const { return ___m_VerticalAlignment_93; } inline int32_t* get_address_of_m_VerticalAlignment_93() { return &___m_VerticalAlignment_93; } inline void set_m_VerticalAlignment_93(int32_t value) { ___m_VerticalAlignment_93 = value; } inline static int32_t get_offset_of_m_textAlignment_94() { return static_cast(offsetof(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262, ___m_textAlignment_94)); } inline int32_t get_m_textAlignment_94() const { return ___m_textAlignment_94; } inline int32_t* get_address_of_m_textAlignment_94() { return &___m_textAlignment_94; } inline void set_m_textAlignment_94(int32_t value) { ___m_textAlignment_94 = value; } inline static int32_t get_offset_of_m_lineJustification_95() { return static_cast(offsetof(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262, ___m_lineJustification_95)); } inline int32_t get_m_lineJustification_95() const { return ___m_lineJustification_95; } inline int32_t* get_address_of_m_lineJustification_95() { return &___m_lineJustification_95; } inline void set_m_lineJustification_95(int32_t value) { ___m_lineJustification_95 = value; } inline static int32_t get_offset_of_m_lineJustificationStack_96() { return static_cast(offsetof(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262, ___m_lineJustificationStack_96)); } inline TMP_TextProcessingStack_1_t860FCBD32172CBAC38125AB43150338E7CF55B1B get_m_lineJustificationStack_96() const { return ___m_lineJustificationStack_96; } inline TMP_TextProcessingStack_1_t860FCBD32172CBAC38125AB43150338E7CF55B1B * get_address_of_m_lineJustificationStack_96() { return &___m_lineJustificationStack_96; } inline void set_m_lineJustificationStack_96(TMP_TextProcessingStack_1_t860FCBD32172CBAC38125AB43150338E7CF55B1B value) { ___m_lineJustificationStack_96 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___m_lineJustificationStack_96))->___itemStack_0), (void*)NULL); } inline static int32_t get_offset_of_m_textContainerLocalCorners_97() { return static_cast(offsetof(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262, ___m_textContainerLocalCorners_97)); } inline Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4* get_m_textContainerLocalCorners_97() const { return ___m_textContainerLocalCorners_97; } inline Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4** get_address_of_m_textContainerLocalCorners_97() { return &___m_textContainerLocalCorners_97; } inline void set_m_textContainerLocalCorners_97(Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4* value) { ___m_textContainerLocalCorners_97 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_textContainerLocalCorners_97), (void*)value); } inline static int32_t get_offset_of_m_characterSpacing_98() { return static_cast(offsetof(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262, ___m_characterSpacing_98)); } inline float get_m_characterSpacing_98() const { return ___m_characterSpacing_98; } inline float* get_address_of_m_characterSpacing_98() { return &___m_characterSpacing_98; } inline void set_m_characterSpacing_98(float value) { ___m_characterSpacing_98 = value; } inline static int32_t get_offset_of_m_cSpacing_99() { return static_cast(offsetof(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262, ___m_cSpacing_99)); } inline float get_m_cSpacing_99() const { return ___m_cSpacing_99; } inline float* get_address_of_m_cSpacing_99() { return &___m_cSpacing_99; } inline void set_m_cSpacing_99(float value) { ___m_cSpacing_99 = value; } inline static int32_t get_offset_of_m_monoSpacing_100() { return static_cast(offsetof(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262, ___m_monoSpacing_100)); } inline float get_m_monoSpacing_100() const { return ___m_monoSpacing_100; } inline float* get_address_of_m_monoSpacing_100() { return &___m_monoSpacing_100; } inline void set_m_monoSpacing_100(float value) { ___m_monoSpacing_100 = value; } inline static int32_t get_offset_of_m_wordSpacing_101() { return static_cast(offsetof(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262, ___m_wordSpacing_101)); } inline float get_m_wordSpacing_101() const { return ___m_wordSpacing_101; } inline float* get_address_of_m_wordSpacing_101() { return &___m_wordSpacing_101; } inline void set_m_wordSpacing_101(float value) { ___m_wordSpacing_101 = value; } inline static int32_t get_offset_of_m_lineSpacing_102() { return static_cast(offsetof(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262, ___m_lineSpacing_102)); } inline float get_m_lineSpacing_102() const { return ___m_lineSpacing_102; } inline float* get_address_of_m_lineSpacing_102() { return &___m_lineSpacing_102; } inline void set_m_lineSpacing_102(float value) { ___m_lineSpacing_102 = value; } inline static int32_t get_offset_of_m_lineSpacingDelta_103() { return static_cast(offsetof(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262, ___m_lineSpacingDelta_103)); } inline float get_m_lineSpacingDelta_103() const { return ___m_lineSpacingDelta_103; } inline float* get_address_of_m_lineSpacingDelta_103() { return &___m_lineSpacingDelta_103; } inline void set_m_lineSpacingDelta_103(float value) { ___m_lineSpacingDelta_103 = value; } inline static int32_t get_offset_of_m_lineHeight_104() { return static_cast(offsetof(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262, ___m_lineHeight_104)); } inline float get_m_lineHeight_104() const { return ___m_lineHeight_104; } inline float* get_address_of_m_lineHeight_104() { return &___m_lineHeight_104; } inline void set_m_lineHeight_104(float value) { ___m_lineHeight_104 = value; } inline static int32_t get_offset_of_m_IsDrivenLineSpacing_105() { return static_cast(offsetof(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262, ___m_IsDrivenLineSpacing_105)); } inline bool get_m_IsDrivenLineSpacing_105() const { return ___m_IsDrivenLineSpacing_105; } inline bool* get_address_of_m_IsDrivenLineSpacing_105() { return &___m_IsDrivenLineSpacing_105; } inline void set_m_IsDrivenLineSpacing_105(bool value) { ___m_IsDrivenLineSpacing_105 = value; } inline static int32_t get_offset_of_m_lineSpacingMax_106() { return static_cast(offsetof(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262, ___m_lineSpacingMax_106)); } inline float get_m_lineSpacingMax_106() const { return ___m_lineSpacingMax_106; } inline float* get_address_of_m_lineSpacingMax_106() { return &___m_lineSpacingMax_106; } inline void set_m_lineSpacingMax_106(float value) { ___m_lineSpacingMax_106 = value; } inline static int32_t get_offset_of_m_paragraphSpacing_107() { return static_cast(offsetof(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262, ___m_paragraphSpacing_107)); } inline float get_m_paragraphSpacing_107() const { return ___m_paragraphSpacing_107; } inline float* get_address_of_m_paragraphSpacing_107() { return &___m_paragraphSpacing_107; } inline void set_m_paragraphSpacing_107(float value) { ___m_paragraphSpacing_107 = value; } inline static int32_t get_offset_of_m_charWidthMaxAdj_108() { return static_cast(offsetof(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262, ___m_charWidthMaxAdj_108)); } inline float get_m_charWidthMaxAdj_108() const { return ___m_charWidthMaxAdj_108; } inline float* get_address_of_m_charWidthMaxAdj_108() { return &___m_charWidthMaxAdj_108; } inline void set_m_charWidthMaxAdj_108(float value) { ___m_charWidthMaxAdj_108 = value; } inline static int32_t get_offset_of_m_charWidthAdjDelta_109() { return static_cast(offsetof(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262, ___m_charWidthAdjDelta_109)); } inline float get_m_charWidthAdjDelta_109() const { return ___m_charWidthAdjDelta_109; } inline float* get_address_of_m_charWidthAdjDelta_109() { return &___m_charWidthAdjDelta_109; } inline void set_m_charWidthAdjDelta_109(float value) { ___m_charWidthAdjDelta_109 = value; } inline static int32_t get_offset_of_m_enableWordWrapping_110() { return static_cast(offsetof(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262, ___m_enableWordWrapping_110)); } inline bool get_m_enableWordWrapping_110() const { return ___m_enableWordWrapping_110; } inline bool* get_address_of_m_enableWordWrapping_110() { return &___m_enableWordWrapping_110; } inline void set_m_enableWordWrapping_110(bool value) { ___m_enableWordWrapping_110 = value; } inline static int32_t get_offset_of_m_isCharacterWrappingEnabled_111() { return static_cast(offsetof(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262, ___m_isCharacterWrappingEnabled_111)); } inline bool get_m_isCharacterWrappingEnabled_111() const { return ___m_isCharacterWrappingEnabled_111; } inline bool* get_address_of_m_isCharacterWrappingEnabled_111() { return &___m_isCharacterWrappingEnabled_111; } inline void set_m_isCharacterWrappingEnabled_111(bool value) { ___m_isCharacterWrappingEnabled_111 = value; } inline static int32_t get_offset_of_m_isNonBreakingSpace_112() { return static_cast(offsetof(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262, ___m_isNonBreakingSpace_112)); } inline bool get_m_isNonBreakingSpace_112() const { return ___m_isNonBreakingSpace_112; } inline bool* get_address_of_m_isNonBreakingSpace_112() { return &___m_isNonBreakingSpace_112; } inline void set_m_isNonBreakingSpace_112(bool value) { ___m_isNonBreakingSpace_112 = value; } inline static int32_t get_offset_of_m_isIgnoringAlignment_113() { return static_cast(offsetof(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262, ___m_isIgnoringAlignment_113)); } inline bool get_m_isIgnoringAlignment_113() const { return ___m_isIgnoringAlignment_113; } inline bool* get_address_of_m_isIgnoringAlignment_113() { return &___m_isIgnoringAlignment_113; } inline void set_m_isIgnoringAlignment_113(bool value) { ___m_isIgnoringAlignment_113 = value; } inline static int32_t get_offset_of_m_wordWrappingRatios_114() { return static_cast(offsetof(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262, ___m_wordWrappingRatios_114)); } inline float get_m_wordWrappingRatios_114() const { return ___m_wordWrappingRatios_114; } inline float* get_address_of_m_wordWrappingRatios_114() { return &___m_wordWrappingRatios_114; } inline void set_m_wordWrappingRatios_114(float value) { ___m_wordWrappingRatios_114 = value; } inline static int32_t get_offset_of_m_overflowMode_115() { return static_cast(offsetof(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262, ___m_overflowMode_115)); } inline int32_t get_m_overflowMode_115() const { return ___m_overflowMode_115; } inline int32_t* get_address_of_m_overflowMode_115() { return &___m_overflowMode_115; } inline void set_m_overflowMode_115(int32_t value) { ___m_overflowMode_115 = value; } inline static int32_t get_offset_of_m_firstOverflowCharacterIndex_116() { return static_cast(offsetof(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262, ___m_firstOverflowCharacterIndex_116)); } inline int32_t get_m_firstOverflowCharacterIndex_116() const { return ___m_firstOverflowCharacterIndex_116; } inline int32_t* get_address_of_m_firstOverflowCharacterIndex_116() { return &___m_firstOverflowCharacterIndex_116; } inline void set_m_firstOverflowCharacterIndex_116(int32_t value) { ___m_firstOverflowCharacterIndex_116 = value; } inline static int32_t get_offset_of_m_linkedTextComponent_117() { return static_cast(offsetof(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262, ___m_linkedTextComponent_117)); } inline TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 * get_m_linkedTextComponent_117() const { return ___m_linkedTextComponent_117; } inline TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 ** get_address_of_m_linkedTextComponent_117() { return &___m_linkedTextComponent_117; } inline void set_m_linkedTextComponent_117(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 * value) { ___m_linkedTextComponent_117 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_linkedTextComponent_117), (void*)value); } inline static int32_t get_offset_of_parentLinkedComponent_118() { return static_cast(offsetof(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262, ___parentLinkedComponent_118)); } inline TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 * get_parentLinkedComponent_118() const { return ___parentLinkedComponent_118; } inline TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 ** get_address_of_parentLinkedComponent_118() { return &___parentLinkedComponent_118; } inline void set_parentLinkedComponent_118(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 * value) { ___parentLinkedComponent_118 = value; Il2CppCodeGenWriteBarrier((void**)(&___parentLinkedComponent_118), (void*)value); } inline static int32_t get_offset_of_m_isTextTruncated_119() { return static_cast(offsetof(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262, ___m_isTextTruncated_119)); } inline bool get_m_isTextTruncated_119() const { return ___m_isTextTruncated_119; } inline bool* get_address_of_m_isTextTruncated_119() { return &___m_isTextTruncated_119; } inline void set_m_isTextTruncated_119(bool value) { ___m_isTextTruncated_119 = value; } inline static int32_t get_offset_of_m_enableKerning_120() { return static_cast(offsetof(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262, ___m_enableKerning_120)); } inline bool get_m_enableKerning_120() const { return ___m_enableKerning_120; } inline bool* get_address_of_m_enableKerning_120() { return &___m_enableKerning_120; } inline void set_m_enableKerning_120(bool value) { ___m_enableKerning_120 = value; } inline static int32_t get_offset_of_m_GlyphHorizontalAdvanceAdjustment_121() { return static_cast(offsetof(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262, ___m_GlyphHorizontalAdvanceAdjustment_121)); } inline float get_m_GlyphHorizontalAdvanceAdjustment_121() const { return ___m_GlyphHorizontalAdvanceAdjustment_121; } inline float* get_address_of_m_GlyphHorizontalAdvanceAdjustment_121() { return &___m_GlyphHorizontalAdvanceAdjustment_121; } inline void set_m_GlyphHorizontalAdvanceAdjustment_121(float value) { ___m_GlyphHorizontalAdvanceAdjustment_121 = value; } inline static int32_t get_offset_of_m_enableExtraPadding_122() { return static_cast(offsetof(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262, ___m_enableExtraPadding_122)); } inline bool get_m_enableExtraPadding_122() const { return ___m_enableExtraPadding_122; } inline bool* get_address_of_m_enableExtraPadding_122() { return &___m_enableExtraPadding_122; } inline void set_m_enableExtraPadding_122(bool value) { ___m_enableExtraPadding_122 = value; } inline static int32_t get_offset_of_checkPaddingRequired_123() { return static_cast(offsetof(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262, ___checkPaddingRequired_123)); } inline bool get_checkPaddingRequired_123() const { return ___checkPaddingRequired_123; } inline bool* get_address_of_checkPaddingRequired_123() { return &___checkPaddingRequired_123; } inline void set_checkPaddingRequired_123(bool value) { ___checkPaddingRequired_123 = value; } inline static int32_t get_offset_of_m_isRichText_124() { return static_cast(offsetof(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262, ___m_isRichText_124)); } inline bool get_m_isRichText_124() const { return ___m_isRichText_124; } inline bool* get_address_of_m_isRichText_124() { return &___m_isRichText_124; } inline void set_m_isRichText_124(bool value) { ___m_isRichText_124 = value; } inline static int32_t get_offset_of_m_parseCtrlCharacters_125() { return static_cast(offsetof(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262, ___m_parseCtrlCharacters_125)); } inline bool get_m_parseCtrlCharacters_125() const { return ___m_parseCtrlCharacters_125; } inline bool* get_address_of_m_parseCtrlCharacters_125() { return &___m_parseCtrlCharacters_125; } inline void set_m_parseCtrlCharacters_125(bool value) { ___m_parseCtrlCharacters_125 = value; } inline static int32_t get_offset_of_m_isOverlay_126() { return static_cast(offsetof(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262, ___m_isOverlay_126)); } inline bool get_m_isOverlay_126() const { return ___m_isOverlay_126; } inline bool* get_address_of_m_isOverlay_126() { return &___m_isOverlay_126; } inline void set_m_isOverlay_126(bool value) { ___m_isOverlay_126 = value; } inline static int32_t get_offset_of_m_isOrthographic_127() { return static_cast(offsetof(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262, ___m_isOrthographic_127)); } inline bool get_m_isOrthographic_127() const { return ___m_isOrthographic_127; } inline bool* get_address_of_m_isOrthographic_127() { return &___m_isOrthographic_127; } inline void set_m_isOrthographic_127(bool value) { ___m_isOrthographic_127 = value; } inline static int32_t get_offset_of_m_isCullingEnabled_128() { return static_cast(offsetof(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262, ___m_isCullingEnabled_128)); } inline bool get_m_isCullingEnabled_128() const { return ___m_isCullingEnabled_128; } inline bool* get_address_of_m_isCullingEnabled_128() { return &___m_isCullingEnabled_128; } inline void set_m_isCullingEnabled_128(bool value) { ___m_isCullingEnabled_128 = value; } inline static int32_t get_offset_of_m_isMaskingEnabled_129() { return static_cast(offsetof(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262, ___m_isMaskingEnabled_129)); } inline bool get_m_isMaskingEnabled_129() const { return ___m_isMaskingEnabled_129; } inline bool* get_address_of_m_isMaskingEnabled_129() { return &___m_isMaskingEnabled_129; } inline void set_m_isMaskingEnabled_129(bool value) { ___m_isMaskingEnabled_129 = value; } inline static int32_t get_offset_of_isMaskUpdateRequired_130() { return static_cast(offsetof(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262, ___isMaskUpdateRequired_130)); } inline bool get_isMaskUpdateRequired_130() const { return ___isMaskUpdateRequired_130; } inline bool* get_address_of_isMaskUpdateRequired_130() { return &___isMaskUpdateRequired_130; } inline void set_isMaskUpdateRequired_130(bool value) { ___isMaskUpdateRequired_130 = value; } inline static int32_t get_offset_of_m_ignoreCulling_131() { return static_cast(offsetof(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262, ___m_ignoreCulling_131)); } inline bool get_m_ignoreCulling_131() const { return ___m_ignoreCulling_131; } inline bool* get_address_of_m_ignoreCulling_131() { return &___m_ignoreCulling_131; } inline void set_m_ignoreCulling_131(bool value) { ___m_ignoreCulling_131 = value; } inline static int32_t get_offset_of_m_horizontalMapping_132() { return static_cast(offsetof(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262, ___m_horizontalMapping_132)); } inline int32_t get_m_horizontalMapping_132() const { return ___m_horizontalMapping_132; } inline int32_t* get_address_of_m_horizontalMapping_132() { return &___m_horizontalMapping_132; } inline void set_m_horizontalMapping_132(int32_t value) { ___m_horizontalMapping_132 = value; } inline static int32_t get_offset_of_m_verticalMapping_133() { return static_cast(offsetof(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262, ___m_verticalMapping_133)); } inline int32_t get_m_verticalMapping_133() const { return ___m_verticalMapping_133; } inline int32_t* get_address_of_m_verticalMapping_133() { return &___m_verticalMapping_133; } inline void set_m_verticalMapping_133(int32_t value) { ___m_verticalMapping_133 = value; } inline static int32_t get_offset_of_m_uvLineOffset_134() { return static_cast(offsetof(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262, ___m_uvLineOffset_134)); } inline float get_m_uvLineOffset_134() const { return ___m_uvLineOffset_134; } inline float* get_address_of_m_uvLineOffset_134() { return &___m_uvLineOffset_134; } inline void set_m_uvLineOffset_134(float value) { ___m_uvLineOffset_134 = value; } inline static int32_t get_offset_of_m_renderMode_135() { return static_cast(offsetof(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262, ___m_renderMode_135)); } inline int32_t get_m_renderMode_135() const { return ___m_renderMode_135; } inline int32_t* get_address_of_m_renderMode_135() { return &___m_renderMode_135; } inline void set_m_renderMode_135(int32_t value) { ___m_renderMode_135 = value; } inline static int32_t get_offset_of_m_geometrySortingOrder_136() { return static_cast(offsetof(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262, ___m_geometrySortingOrder_136)); } inline int32_t get_m_geometrySortingOrder_136() const { return ___m_geometrySortingOrder_136; } inline int32_t* get_address_of_m_geometrySortingOrder_136() { return &___m_geometrySortingOrder_136; } inline void set_m_geometrySortingOrder_136(int32_t value) { ___m_geometrySortingOrder_136 = value; } inline static int32_t get_offset_of_m_IsTextObjectScaleStatic_137() { return static_cast(offsetof(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262, ___m_IsTextObjectScaleStatic_137)); } inline bool get_m_IsTextObjectScaleStatic_137() const { return ___m_IsTextObjectScaleStatic_137; } inline bool* get_address_of_m_IsTextObjectScaleStatic_137() { return &___m_IsTextObjectScaleStatic_137; } inline void set_m_IsTextObjectScaleStatic_137(bool value) { ___m_IsTextObjectScaleStatic_137 = value; } inline static int32_t get_offset_of_m_VertexBufferAutoSizeReduction_138() { return static_cast(offsetof(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262, ___m_VertexBufferAutoSizeReduction_138)); } inline bool get_m_VertexBufferAutoSizeReduction_138() const { return ___m_VertexBufferAutoSizeReduction_138; } inline bool* get_address_of_m_VertexBufferAutoSizeReduction_138() { return &___m_VertexBufferAutoSizeReduction_138; } inline void set_m_VertexBufferAutoSizeReduction_138(bool value) { ___m_VertexBufferAutoSizeReduction_138 = value; } inline static int32_t get_offset_of_m_firstVisibleCharacter_139() { return static_cast(offsetof(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262, ___m_firstVisibleCharacter_139)); } inline int32_t get_m_firstVisibleCharacter_139() const { return ___m_firstVisibleCharacter_139; } inline int32_t* get_address_of_m_firstVisibleCharacter_139() { return &___m_firstVisibleCharacter_139; } inline void set_m_firstVisibleCharacter_139(int32_t value) { ___m_firstVisibleCharacter_139 = value; } inline static int32_t get_offset_of_m_maxVisibleCharacters_140() { return static_cast(offsetof(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262, ___m_maxVisibleCharacters_140)); } inline int32_t get_m_maxVisibleCharacters_140() const { return ___m_maxVisibleCharacters_140; } inline int32_t* get_address_of_m_maxVisibleCharacters_140() { return &___m_maxVisibleCharacters_140; } inline void set_m_maxVisibleCharacters_140(int32_t value) { ___m_maxVisibleCharacters_140 = value; } inline static int32_t get_offset_of_m_maxVisibleWords_141() { return static_cast(offsetof(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262, ___m_maxVisibleWords_141)); } inline int32_t get_m_maxVisibleWords_141() const { return ___m_maxVisibleWords_141; } inline int32_t* get_address_of_m_maxVisibleWords_141() { return &___m_maxVisibleWords_141; } inline void set_m_maxVisibleWords_141(int32_t value) { ___m_maxVisibleWords_141 = value; } inline static int32_t get_offset_of_m_maxVisibleLines_142() { return static_cast(offsetof(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262, ___m_maxVisibleLines_142)); } inline int32_t get_m_maxVisibleLines_142() const { return ___m_maxVisibleLines_142; } inline int32_t* get_address_of_m_maxVisibleLines_142() { return &___m_maxVisibleLines_142; } inline void set_m_maxVisibleLines_142(int32_t value) { ___m_maxVisibleLines_142 = value; } inline static int32_t get_offset_of_m_useMaxVisibleDescender_143() { return static_cast(offsetof(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262, ___m_useMaxVisibleDescender_143)); } inline bool get_m_useMaxVisibleDescender_143() const { return ___m_useMaxVisibleDescender_143; } inline bool* get_address_of_m_useMaxVisibleDescender_143() { return &___m_useMaxVisibleDescender_143; } inline void set_m_useMaxVisibleDescender_143(bool value) { ___m_useMaxVisibleDescender_143 = value; } inline static int32_t get_offset_of_m_pageToDisplay_144() { return static_cast(offsetof(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262, ___m_pageToDisplay_144)); } inline int32_t get_m_pageToDisplay_144() const { return ___m_pageToDisplay_144; } inline int32_t* get_address_of_m_pageToDisplay_144() { return &___m_pageToDisplay_144; } inline void set_m_pageToDisplay_144(int32_t value) { ___m_pageToDisplay_144 = value; } inline static int32_t get_offset_of_m_isNewPage_145() { return static_cast(offsetof(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262, ___m_isNewPage_145)); } inline bool get_m_isNewPage_145() const { return ___m_isNewPage_145; } inline bool* get_address_of_m_isNewPage_145() { return &___m_isNewPage_145; } inline void set_m_isNewPage_145(bool value) { ___m_isNewPage_145 = value; } inline static int32_t get_offset_of_m_margin_146() { return static_cast(offsetof(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262, ___m_margin_146)); } inline Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 get_m_margin_146() const { return ___m_margin_146; } inline Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 * get_address_of_m_margin_146() { return &___m_margin_146; } inline void set_m_margin_146(Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 value) { ___m_margin_146 = value; } inline static int32_t get_offset_of_m_marginLeft_147() { return static_cast(offsetof(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262, ___m_marginLeft_147)); } inline float get_m_marginLeft_147() const { return ___m_marginLeft_147; } inline float* get_address_of_m_marginLeft_147() { return &___m_marginLeft_147; } inline void set_m_marginLeft_147(float value) { ___m_marginLeft_147 = value; } inline static int32_t get_offset_of_m_marginRight_148() { return static_cast(offsetof(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262, ___m_marginRight_148)); } inline float get_m_marginRight_148() const { return ___m_marginRight_148; } inline float* get_address_of_m_marginRight_148() { return &___m_marginRight_148; } inline void set_m_marginRight_148(float value) { ___m_marginRight_148 = value; } inline static int32_t get_offset_of_m_marginWidth_149() { return static_cast(offsetof(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262, ___m_marginWidth_149)); } inline float get_m_marginWidth_149() const { return ___m_marginWidth_149; } inline float* get_address_of_m_marginWidth_149() { return &___m_marginWidth_149; } inline void set_m_marginWidth_149(float value) { ___m_marginWidth_149 = value; } inline static int32_t get_offset_of_m_marginHeight_150() { return static_cast(offsetof(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262, ___m_marginHeight_150)); } inline float get_m_marginHeight_150() const { return ___m_marginHeight_150; } inline float* get_address_of_m_marginHeight_150() { return &___m_marginHeight_150; } inline void set_m_marginHeight_150(float value) { ___m_marginHeight_150 = value; } inline static int32_t get_offset_of_m_width_151() { return static_cast(offsetof(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262, ___m_width_151)); } inline float get_m_width_151() const { return ___m_width_151; } inline float* get_address_of_m_width_151() { return &___m_width_151; } inline void set_m_width_151(float value) { ___m_width_151 = value; } inline static int32_t get_offset_of_m_textInfo_152() { return static_cast(offsetof(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262, ___m_textInfo_152)); } inline TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * get_m_textInfo_152() const { return ___m_textInfo_152; } inline TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 ** get_address_of_m_textInfo_152() { return &___m_textInfo_152; } inline void set_m_textInfo_152(TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * value) { ___m_textInfo_152 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_textInfo_152), (void*)value); } inline static int32_t get_offset_of_m_havePropertiesChanged_153() { return static_cast(offsetof(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262, ___m_havePropertiesChanged_153)); } inline bool get_m_havePropertiesChanged_153() const { return ___m_havePropertiesChanged_153; } inline bool* get_address_of_m_havePropertiesChanged_153() { return &___m_havePropertiesChanged_153; } inline void set_m_havePropertiesChanged_153(bool value) { ___m_havePropertiesChanged_153 = value; } inline static int32_t get_offset_of_m_isUsingLegacyAnimationComponent_154() { return static_cast(offsetof(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262, ___m_isUsingLegacyAnimationComponent_154)); } inline bool get_m_isUsingLegacyAnimationComponent_154() const { return ___m_isUsingLegacyAnimationComponent_154; } inline bool* get_address_of_m_isUsingLegacyAnimationComponent_154() { return &___m_isUsingLegacyAnimationComponent_154; } inline void set_m_isUsingLegacyAnimationComponent_154(bool value) { ___m_isUsingLegacyAnimationComponent_154 = value; } inline static int32_t get_offset_of_m_transform_155() { return static_cast(offsetof(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262, ___m_transform_155)); } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * get_m_transform_155() const { return ___m_transform_155; } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 ** get_address_of_m_transform_155() { return &___m_transform_155; } inline void set_m_transform_155(Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * value) { ___m_transform_155 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_transform_155), (void*)value); } inline static int32_t get_offset_of_m_rectTransform_156() { return static_cast(offsetof(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262, ___m_rectTransform_156)); } inline RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * get_m_rectTransform_156() const { return ___m_rectTransform_156; } inline RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 ** get_address_of_m_rectTransform_156() { return &___m_rectTransform_156; } inline void set_m_rectTransform_156(RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * value) { ___m_rectTransform_156 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_rectTransform_156), (void*)value); } inline static int32_t get_offset_of_m_PreviousRectTransformSize_157() { return static_cast(offsetof(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262, ___m_PreviousRectTransformSize_157)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_m_PreviousRectTransformSize_157() const { return ___m_PreviousRectTransformSize_157; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_m_PreviousRectTransformSize_157() { return &___m_PreviousRectTransformSize_157; } inline void set_m_PreviousRectTransformSize_157(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___m_PreviousRectTransformSize_157 = value; } inline static int32_t get_offset_of_m_PreviousPivotPosition_158() { return static_cast(offsetof(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262, ___m_PreviousPivotPosition_158)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_m_PreviousPivotPosition_158() const { return ___m_PreviousPivotPosition_158; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_m_PreviousPivotPosition_158() { return &___m_PreviousPivotPosition_158; } inline void set_m_PreviousPivotPosition_158(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___m_PreviousPivotPosition_158 = value; } inline static int32_t get_offset_of_U3CautoSizeTextContainerU3Ek__BackingField_159() { return static_cast(offsetof(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262, ___U3CautoSizeTextContainerU3Ek__BackingField_159)); } inline bool get_U3CautoSizeTextContainerU3Ek__BackingField_159() const { return ___U3CautoSizeTextContainerU3Ek__BackingField_159; } inline bool* get_address_of_U3CautoSizeTextContainerU3Ek__BackingField_159() { return &___U3CautoSizeTextContainerU3Ek__BackingField_159; } inline void set_U3CautoSizeTextContainerU3Ek__BackingField_159(bool value) { ___U3CautoSizeTextContainerU3Ek__BackingField_159 = value; } inline static int32_t get_offset_of_m_autoSizeTextContainer_160() { return static_cast(offsetof(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262, ___m_autoSizeTextContainer_160)); } inline bool get_m_autoSizeTextContainer_160() const { return ___m_autoSizeTextContainer_160; } inline bool* get_address_of_m_autoSizeTextContainer_160() { return &___m_autoSizeTextContainer_160; } inline void set_m_autoSizeTextContainer_160(bool value) { ___m_autoSizeTextContainer_160 = value; } inline static int32_t get_offset_of_m_mesh_161() { return static_cast(offsetof(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262, ___m_mesh_161)); } inline Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 * get_m_mesh_161() const { return ___m_mesh_161; } inline Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 ** get_address_of_m_mesh_161() { return &___m_mesh_161; } inline void set_m_mesh_161(Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 * value) { ___m_mesh_161 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_mesh_161), (void*)value); } inline static int32_t get_offset_of_m_isVolumetricText_162() { return static_cast(offsetof(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262, ___m_isVolumetricText_162)); } inline bool get_m_isVolumetricText_162() const { return ___m_isVolumetricText_162; } inline bool* get_address_of_m_isVolumetricText_162() { return &___m_isVolumetricText_162; } inline void set_m_isVolumetricText_162(bool value) { ___m_isVolumetricText_162 = value; } inline static int32_t get_offset_of_OnPreRenderText_165() { return static_cast(offsetof(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262, ___OnPreRenderText_165)); } inline Action_1_t170B3E821B49B45FA7134A2CF48A2E64CA371D42 * get_OnPreRenderText_165() const { return ___OnPreRenderText_165; } inline Action_1_t170B3E821B49B45FA7134A2CF48A2E64CA371D42 ** get_address_of_OnPreRenderText_165() { return &___OnPreRenderText_165; } inline void set_OnPreRenderText_165(Action_1_t170B3E821B49B45FA7134A2CF48A2E64CA371D42 * value) { ___OnPreRenderText_165 = value; Il2CppCodeGenWriteBarrier((void**)(&___OnPreRenderText_165), (void*)value); } inline static int32_t get_offset_of_m_spriteAnimator_166() { return static_cast(offsetof(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262, ___m_spriteAnimator_166)); } inline TMP_SpriteAnimator_t07C769A1F1F85B545DD32357826E08F569E3D902 * get_m_spriteAnimator_166() const { return ___m_spriteAnimator_166; } inline TMP_SpriteAnimator_t07C769A1F1F85B545DD32357826E08F569E3D902 ** get_address_of_m_spriteAnimator_166() { return &___m_spriteAnimator_166; } inline void set_m_spriteAnimator_166(TMP_SpriteAnimator_t07C769A1F1F85B545DD32357826E08F569E3D902 * value) { ___m_spriteAnimator_166 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_spriteAnimator_166), (void*)value); } inline static int32_t get_offset_of_m_flexibleHeight_167() { return static_cast(offsetof(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262, ___m_flexibleHeight_167)); } inline float get_m_flexibleHeight_167() const { return ___m_flexibleHeight_167; } inline float* get_address_of_m_flexibleHeight_167() { return &___m_flexibleHeight_167; } inline void set_m_flexibleHeight_167(float value) { ___m_flexibleHeight_167 = value; } inline static int32_t get_offset_of_m_flexibleWidth_168() { return static_cast(offsetof(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262, ___m_flexibleWidth_168)); } inline float get_m_flexibleWidth_168() const { return ___m_flexibleWidth_168; } inline float* get_address_of_m_flexibleWidth_168() { return &___m_flexibleWidth_168; } inline void set_m_flexibleWidth_168(float value) { ___m_flexibleWidth_168 = value; } inline static int32_t get_offset_of_m_minWidth_169() { return static_cast(offsetof(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262, ___m_minWidth_169)); } inline float get_m_minWidth_169() const { return ___m_minWidth_169; } inline float* get_address_of_m_minWidth_169() { return &___m_minWidth_169; } inline void set_m_minWidth_169(float value) { ___m_minWidth_169 = value; } inline static int32_t get_offset_of_m_minHeight_170() { return static_cast(offsetof(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262, ___m_minHeight_170)); } inline float get_m_minHeight_170() const { return ___m_minHeight_170; } inline float* get_address_of_m_minHeight_170() { return &___m_minHeight_170; } inline void set_m_minHeight_170(float value) { ___m_minHeight_170 = value; } inline static int32_t get_offset_of_m_maxWidth_171() { return static_cast(offsetof(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262, ___m_maxWidth_171)); } inline float get_m_maxWidth_171() const { return ___m_maxWidth_171; } inline float* get_address_of_m_maxWidth_171() { return &___m_maxWidth_171; } inline void set_m_maxWidth_171(float value) { ___m_maxWidth_171 = value; } inline static int32_t get_offset_of_m_maxHeight_172() { return static_cast(offsetof(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262, ___m_maxHeight_172)); } inline float get_m_maxHeight_172() const { return ___m_maxHeight_172; } inline float* get_address_of_m_maxHeight_172() { return &___m_maxHeight_172; } inline void set_m_maxHeight_172(float value) { ___m_maxHeight_172 = value; } inline static int32_t get_offset_of_m_LayoutElement_173() { return static_cast(offsetof(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262, ___m_LayoutElement_173)); } inline LayoutElement_tE514951184806899FE23EC4FA6112A5F2038CECF * get_m_LayoutElement_173() const { return ___m_LayoutElement_173; } inline LayoutElement_tE514951184806899FE23EC4FA6112A5F2038CECF ** get_address_of_m_LayoutElement_173() { return &___m_LayoutElement_173; } inline void set_m_LayoutElement_173(LayoutElement_tE514951184806899FE23EC4FA6112A5F2038CECF * value) { ___m_LayoutElement_173 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_LayoutElement_173), (void*)value); } inline static int32_t get_offset_of_m_preferredWidth_174() { return static_cast(offsetof(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262, ___m_preferredWidth_174)); } inline float get_m_preferredWidth_174() const { return ___m_preferredWidth_174; } inline float* get_address_of_m_preferredWidth_174() { return &___m_preferredWidth_174; } inline void set_m_preferredWidth_174(float value) { ___m_preferredWidth_174 = value; } inline static int32_t get_offset_of_m_renderedWidth_175() { return static_cast(offsetof(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262, ___m_renderedWidth_175)); } inline float get_m_renderedWidth_175() const { return ___m_renderedWidth_175; } inline float* get_address_of_m_renderedWidth_175() { return &___m_renderedWidth_175; } inline void set_m_renderedWidth_175(float value) { ___m_renderedWidth_175 = value; } inline static int32_t get_offset_of_m_isPreferredWidthDirty_176() { return static_cast(offsetof(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262, ___m_isPreferredWidthDirty_176)); } inline bool get_m_isPreferredWidthDirty_176() const { return ___m_isPreferredWidthDirty_176; } inline bool* get_address_of_m_isPreferredWidthDirty_176() { return &___m_isPreferredWidthDirty_176; } inline void set_m_isPreferredWidthDirty_176(bool value) { ___m_isPreferredWidthDirty_176 = value; } inline static int32_t get_offset_of_m_preferredHeight_177() { return static_cast(offsetof(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262, ___m_preferredHeight_177)); } inline float get_m_preferredHeight_177() const { return ___m_preferredHeight_177; } inline float* get_address_of_m_preferredHeight_177() { return &___m_preferredHeight_177; } inline void set_m_preferredHeight_177(float value) { ___m_preferredHeight_177 = value; } inline static int32_t get_offset_of_m_renderedHeight_178() { return static_cast(offsetof(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262, ___m_renderedHeight_178)); } inline float get_m_renderedHeight_178() const { return ___m_renderedHeight_178; } inline float* get_address_of_m_renderedHeight_178() { return &___m_renderedHeight_178; } inline void set_m_renderedHeight_178(float value) { ___m_renderedHeight_178 = value; } inline static int32_t get_offset_of_m_isPreferredHeightDirty_179() { return static_cast(offsetof(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262, ___m_isPreferredHeightDirty_179)); } inline bool get_m_isPreferredHeightDirty_179() const { return ___m_isPreferredHeightDirty_179; } inline bool* get_address_of_m_isPreferredHeightDirty_179() { return &___m_isPreferredHeightDirty_179; } inline void set_m_isPreferredHeightDirty_179(bool value) { ___m_isPreferredHeightDirty_179 = value; } inline static int32_t get_offset_of_m_isCalculatingPreferredValues_180() { return static_cast(offsetof(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262, ___m_isCalculatingPreferredValues_180)); } inline bool get_m_isCalculatingPreferredValues_180() const { return ___m_isCalculatingPreferredValues_180; } inline bool* get_address_of_m_isCalculatingPreferredValues_180() { return &___m_isCalculatingPreferredValues_180; } inline void set_m_isCalculatingPreferredValues_180(bool value) { ___m_isCalculatingPreferredValues_180 = value; } inline static int32_t get_offset_of_m_layoutPriority_181() { return static_cast(offsetof(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262, ___m_layoutPriority_181)); } inline int32_t get_m_layoutPriority_181() const { return ___m_layoutPriority_181; } inline int32_t* get_address_of_m_layoutPriority_181() { return &___m_layoutPriority_181; } inline void set_m_layoutPriority_181(int32_t value) { ___m_layoutPriority_181 = value; } inline static int32_t get_offset_of_m_isLayoutDirty_182() { return static_cast(offsetof(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262, ___m_isLayoutDirty_182)); } inline bool get_m_isLayoutDirty_182() const { return ___m_isLayoutDirty_182; } inline bool* get_address_of_m_isLayoutDirty_182() { return &___m_isLayoutDirty_182; } inline void set_m_isLayoutDirty_182(bool value) { ___m_isLayoutDirty_182 = value; } inline static int32_t get_offset_of_m_isAwake_183() { return static_cast(offsetof(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262, ___m_isAwake_183)); } inline bool get_m_isAwake_183() const { return ___m_isAwake_183; } inline bool* get_address_of_m_isAwake_183() { return &___m_isAwake_183; } inline void set_m_isAwake_183(bool value) { ___m_isAwake_183 = value; } inline static int32_t get_offset_of_m_isWaitingOnResourceLoad_184() { return static_cast(offsetof(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262, ___m_isWaitingOnResourceLoad_184)); } inline bool get_m_isWaitingOnResourceLoad_184() const { return ___m_isWaitingOnResourceLoad_184; } inline bool* get_address_of_m_isWaitingOnResourceLoad_184() { return &___m_isWaitingOnResourceLoad_184; } inline void set_m_isWaitingOnResourceLoad_184(bool value) { ___m_isWaitingOnResourceLoad_184 = value; } inline static int32_t get_offset_of_m_inputSource_185() { return static_cast(offsetof(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262, ___m_inputSource_185)); } inline int32_t get_m_inputSource_185() const { return ___m_inputSource_185; } inline int32_t* get_address_of_m_inputSource_185() { return &___m_inputSource_185; } inline void set_m_inputSource_185(int32_t value) { ___m_inputSource_185 = value; } inline static int32_t get_offset_of_m_fontScaleMultiplier_186() { return static_cast(offsetof(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262, ___m_fontScaleMultiplier_186)); } inline float get_m_fontScaleMultiplier_186() const { return ___m_fontScaleMultiplier_186; } inline float* get_address_of_m_fontScaleMultiplier_186() { return &___m_fontScaleMultiplier_186; } inline void set_m_fontScaleMultiplier_186(float value) { ___m_fontScaleMultiplier_186 = value; } inline static int32_t get_offset_of_tag_LineIndent_190() { return static_cast(offsetof(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262, ___tag_LineIndent_190)); } inline float get_tag_LineIndent_190() const { return ___tag_LineIndent_190; } inline float* get_address_of_tag_LineIndent_190() { return &___tag_LineIndent_190; } inline void set_tag_LineIndent_190(float value) { ___tag_LineIndent_190 = value; } inline static int32_t get_offset_of_tag_Indent_191() { return static_cast(offsetof(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262, ___tag_Indent_191)); } inline float get_tag_Indent_191() const { return ___tag_Indent_191; } inline float* get_address_of_tag_Indent_191() { return &___tag_Indent_191; } inline void set_tag_Indent_191(float value) { ___tag_Indent_191 = value; } inline static int32_t get_offset_of_m_indentStack_192() { return static_cast(offsetof(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262, ___m_indentStack_192)); } inline TMP_TextProcessingStack_1_t0C5DDA1BDCC56D66F8465350BB1E55E94AAEBE17 get_m_indentStack_192() const { return ___m_indentStack_192; } inline TMP_TextProcessingStack_1_t0C5DDA1BDCC56D66F8465350BB1E55E94AAEBE17 * get_address_of_m_indentStack_192() { return &___m_indentStack_192; } inline void set_m_indentStack_192(TMP_TextProcessingStack_1_t0C5DDA1BDCC56D66F8465350BB1E55E94AAEBE17 value) { ___m_indentStack_192 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___m_indentStack_192))->___itemStack_0), (void*)NULL); } inline static int32_t get_offset_of_tag_NoParsing_193() { return static_cast(offsetof(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262, ___tag_NoParsing_193)); } inline bool get_tag_NoParsing_193() const { return ___tag_NoParsing_193; } inline bool* get_address_of_tag_NoParsing_193() { return &___tag_NoParsing_193; } inline void set_tag_NoParsing_193(bool value) { ___tag_NoParsing_193 = value; } inline static int32_t get_offset_of_m_isParsingText_194() { return static_cast(offsetof(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262, ___m_isParsingText_194)); } inline bool get_m_isParsingText_194() const { return ___m_isParsingText_194; } inline bool* get_address_of_m_isParsingText_194() { return &___m_isParsingText_194; } inline void set_m_isParsingText_194(bool value) { ___m_isParsingText_194 = value; } inline static int32_t get_offset_of_m_FXMatrix_195() { return static_cast(offsetof(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262, ___m_FXMatrix_195)); } inline Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461 get_m_FXMatrix_195() const { return ___m_FXMatrix_195; } inline Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461 * get_address_of_m_FXMatrix_195() { return &___m_FXMatrix_195; } inline void set_m_FXMatrix_195(Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461 value) { ___m_FXMatrix_195 = value; } inline static int32_t get_offset_of_m_isFXMatrixSet_196() { return static_cast(offsetof(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262, ___m_isFXMatrixSet_196)); } inline bool get_m_isFXMatrixSet_196() const { return ___m_isFXMatrixSet_196; } inline bool* get_address_of_m_isFXMatrixSet_196() { return &___m_isFXMatrixSet_196; } inline void set_m_isFXMatrixSet_196(bool value) { ___m_isFXMatrixSet_196 = value; } inline static int32_t get_offset_of_m_TextProcessingArray_197() { return static_cast(offsetof(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262, ___m_TextProcessingArray_197)); } inline UnicodeCharU5BU5D_tB233FC88865130D0B1EA18DA685C2AF41FB134F7* get_m_TextProcessingArray_197() const { return ___m_TextProcessingArray_197; } inline UnicodeCharU5BU5D_tB233FC88865130D0B1EA18DA685C2AF41FB134F7** get_address_of_m_TextProcessingArray_197() { return &___m_TextProcessingArray_197; } inline void set_m_TextProcessingArray_197(UnicodeCharU5BU5D_tB233FC88865130D0B1EA18DA685C2AF41FB134F7* value) { ___m_TextProcessingArray_197 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_TextProcessingArray_197), (void*)value); } inline static int32_t get_offset_of_m_InternalTextProcessingArraySize_198() { return static_cast(offsetof(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262, ___m_InternalTextProcessingArraySize_198)); } inline int32_t get_m_InternalTextProcessingArraySize_198() const { return ___m_InternalTextProcessingArraySize_198; } inline int32_t* get_address_of_m_InternalTextProcessingArraySize_198() { return &___m_InternalTextProcessingArraySize_198; } inline void set_m_InternalTextProcessingArraySize_198(int32_t value) { ___m_InternalTextProcessingArraySize_198 = value; } inline static int32_t get_offset_of_m_internalCharacterInfo_199() { return static_cast(offsetof(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262, ___m_internalCharacterInfo_199)); } inline TMP_CharacterInfoU5BU5D_t7128C1B46CF6AB1374135FA31D41ABF23882B970* get_m_internalCharacterInfo_199() const { return ___m_internalCharacterInfo_199; } inline TMP_CharacterInfoU5BU5D_t7128C1B46CF6AB1374135FA31D41ABF23882B970** get_address_of_m_internalCharacterInfo_199() { return &___m_internalCharacterInfo_199; } inline void set_m_internalCharacterInfo_199(TMP_CharacterInfoU5BU5D_t7128C1B46CF6AB1374135FA31D41ABF23882B970* value) { ___m_internalCharacterInfo_199 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_internalCharacterInfo_199), (void*)value); } inline static int32_t get_offset_of_m_totalCharacterCount_200() { return static_cast(offsetof(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262, ___m_totalCharacterCount_200)); } inline int32_t get_m_totalCharacterCount_200() const { return ___m_totalCharacterCount_200; } inline int32_t* get_address_of_m_totalCharacterCount_200() { return &___m_totalCharacterCount_200; } inline void set_m_totalCharacterCount_200(int32_t value) { ___m_totalCharacterCount_200 = value; } inline static int32_t get_offset_of_m_characterCount_207() { return static_cast(offsetof(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262, ___m_characterCount_207)); } inline int32_t get_m_characterCount_207() const { return ___m_characterCount_207; } inline int32_t* get_address_of_m_characterCount_207() { return &___m_characterCount_207; } inline void set_m_characterCount_207(int32_t value) { ___m_characterCount_207 = value; } inline static int32_t get_offset_of_m_firstCharacterOfLine_208() { return static_cast(offsetof(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262, ___m_firstCharacterOfLine_208)); } inline int32_t get_m_firstCharacterOfLine_208() const { return ___m_firstCharacterOfLine_208; } inline int32_t* get_address_of_m_firstCharacterOfLine_208() { return &___m_firstCharacterOfLine_208; } inline void set_m_firstCharacterOfLine_208(int32_t value) { ___m_firstCharacterOfLine_208 = value; } inline static int32_t get_offset_of_m_firstVisibleCharacterOfLine_209() { return static_cast(offsetof(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262, ___m_firstVisibleCharacterOfLine_209)); } inline int32_t get_m_firstVisibleCharacterOfLine_209() const { return ___m_firstVisibleCharacterOfLine_209; } inline int32_t* get_address_of_m_firstVisibleCharacterOfLine_209() { return &___m_firstVisibleCharacterOfLine_209; } inline void set_m_firstVisibleCharacterOfLine_209(int32_t value) { ___m_firstVisibleCharacterOfLine_209 = value; } inline static int32_t get_offset_of_m_lastCharacterOfLine_210() { return static_cast(offsetof(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262, ___m_lastCharacterOfLine_210)); } inline int32_t get_m_lastCharacterOfLine_210() const { return ___m_lastCharacterOfLine_210; } inline int32_t* get_address_of_m_lastCharacterOfLine_210() { return &___m_lastCharacterOfLine_210; } inline void set_m_lastCharacterOfLine_210(int32_t value) { ___m_lastCharacterOfLine_210 = value; } inline static int32_t get_offset_of_m_lastVisibleCharacterOfLine_211() { return static_cast(offsetof(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262, ___m_lastVisibleCharacterOfLine_211)); } inline int32_t get_m_lastVisibleCharacterOfLine_211() const { return ___m_lastVisibleCharacterOfLine_211; } inline int32_t* get_address_of_m_lastVisibleCharacterOfLine_211() { return &___m_lastVisibleCharacterOfLine_211; } inline void set_m_lastVisibleCharacterOfLine_211(int32_t value) { ___m_lastVisibleCharacterOfLine_211 = value; } inline static int32_t get_offset_of_m_lineNumber_212() { return static_cast(offsetof(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262, ___m_lineNumber_212)); } inline int32_t get_m_lineNumber_212() const { return ___m_lineNumber_212; } inline int32_t* get_address_of_m_lineNumber_212() { return &___m_lineNumber_212; } inline void set_m_lineNumber_212(int32_t value) { ___m_lineNumber_212 = value; } inline static int32_t get_offset_of_m_lineVisibleCharacterCount_213() { return static_cast(offsetof(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262, ___m_lineVisibleCharacterCount_213)); } inline int32_t get_m_lineVisibleCharacterCount_213() const { return ___m_lineVisibleCharacterCount_213; } inline int32_t* get_address_of_m_lineVisibleCharacterCount_213() { return &___m_lineVisibleCharacterCount_213; } inline void set_m_lineVisibleCharacterCount_213(int32_t value) { ___m_lineVisibleCharacterCount_213 = value; } inline static int32_t get_offset_of_m_pageNumber_214() { return static_cast(offsetof(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262, ___m_pageNumber_214)); } inline int32_t get_m_pageNumber_214() const { return ___m_pageNumber_214; } inline int32_t* get_address_of_m_pageNumber_214() { return &___m_pageNumber_214; } inline void set_m_pageNumber_214(int32_t value) { ___m_pageNumber_214 = value; } inline static int32_t get_offset_of_m_PageAscender_215() { return static_cast(offsetof(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262, ___m_PageAscender_215)); } inline float get_m_PageAscender_215() const { return ___m_PageAscender_215; } inline float* get_address_of_m_PageAscender_215() { return &___m_PageAscender_215; } inline void set_m_PageAscender_215(float value) { ___m_PageAscender_215 = value; } inline static int32_t get_offset_of_m_maxTextAscender_216() { return static_cast(offsetof(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262, ___m_maxTextAscender_216)); } inline float get_m_maxTextAscender_216() const { return ___m_maxTextAscender_216; } inline float* get_address_of_m_maxTextAscender_216() { return &___m_maxTextAscender_216; } inline void set_m_maxTextAscender_216(float value) { ___m_maxTextAscender_216 = value; } inline static int32_t get_offset_of_m_maxCapHeight_217() { return static_cast(offsetof(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262, ___m_maxCapHeight_217)); } inline float get_m_maxCapHeight_217() const { return ___m_maxCapHeight_217; } inline float* get_address_of_m_maxCapHeight_217() { return &___m_maxCapHeight_217; } inline void set_m_maxCapHeight_217(float value) { ___m_maxCapHeight_217 = value; } inline static int32_t get_offset_of_m_ElementAscender_218() { return static_cast(offsetof(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262, ___m_ElementAscender_218)); } inline float get_m_ElementAscender_218() const { return ___m_ElementAscender_218; } inline float* get_address_of_m_ElementAscender_218() { return &___m_ElementAscender_218; } inline void set_m_ElementAscender_218(float value) { ___m_ElementAscender_218 = value; } inline static int32_t get_offset_of_m_ElementDescender_219() { return static_cast(offsetof(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262, ___m_ElementDescender_219)); } inline float get_m_ElementDescender_219() const { return ___m_ElementDescender_219; } inline float* get_address_of_m_ElementDescender_219() { return &___m_ElementDescender_219; } inline void set_m_ElementDescender_219(float value) { ___m_ElementDescender_219 = value; } inline static int32_t get_offset_of_m_maxLineAscender_220() { return static_cast(offsetof(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262, ___m_maxLineAscender_220)); } inline float get_m_maxLineAscender_220() const { return ___m_maxLineAscender_220; } inline float* get_address_of_m_maxLineAscender_220() { return &___m_maxLineAscender_220; } inline void set_m_maxLineAscender_220(float value) { ___m_maxLineAscender_220 = value; } inline static int32_t get_offset_of_m_maxLineDescender_221() { return static_cast(offsetof(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262, ___m_maxLineDescender_221)); } inline float get_m_maxLineDescender_221() const { return ___m_maxLineDescender_221; } inline float* get_address_of_m_maxLineDescender_221() { return &___m_maxLineDescender_221; } inline void set_m_maxLineDescender_221(float value) { ___m_maxLineDescender_221 = value; } inline static int32_t get_offset_of_m_startOfLineAscender_222() { return static_cast(offsetof(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262, ___m_startOfLineAscender_222)); } inline float get_m_startOfLineAscender_222() const { return ___m_startOfLineAscender_222; } inline float* get_address_of_m_startOfLineAscender_222() { return &___m_startOfLineAscender_222; } inline void set_m_startOfLineAscender_222(float value) { ___m_startOfLineAscender_222 = value; } inline static int32_t get_offset_of_m_startOfLineDescender_223() { return static_cast(offsetof(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262, ___m_startOfLineDescender_223)); } inline float get_m_startOfLineDescender_223() const { return ___m_startOfLineDescender_223; } inline float* get_address_of_m_startOfLineDescender_223() { return &___m_startOfLineDescender_223; } inline void set_m_startOfLineDescender_223(float value) { ___m_startOfLineDescender_223 = value; } inline static int32_t get_offset_of_m_lineOffset_224() { return static_cast(offsetof(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262, ___m_lineOffset_224)); } inline float get_m_lineOffset_224() const { return ___m_lineOffset_224; } inline float* get_address_of_m_lineOffset_224() { return &___m_lineOffset_224; } inline void set_m_lineOffset_224(float value) { ___m_lineOffset_224 = value; } inline static int32_t get_offset_of_m_meshExtents_225() { return static_cast(offsetof(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262, ___m_meshExtents_225)); } inline Extents_tD663823B610620A001CCCCFF452C10403AF2A0FA get_m_meshExtents_225() const { return ___m_meshExtents_225; } inline Extents_tD663823B610620A001CCCCFF452C10403AF2A0FA * get_address_of_m_meshExtents_225() { return &___m_meshExtents_225; } inline void set_m_meshExtents_225(Extents_tD663823B610620A001CCCCFF452C10403AF2A0FA value) { ___m_meshExtents_225 = value; } inline static int32_t get_offset_of_m_htmlColor_226() { return static_cast(offsetof(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262, ___m_htmlColor_226)); } inline Color32_tDB54A78627878A7D2DE42BB028D64306A18E858D get_m_htmlColor_226() const { return ___m_htmlColor_226; } inline Color32_tDB54A78627878A7D2DE42BB028D64306A18E858D * get_address_of_m_htmlColor_226() { return &___m_htmlColor_226; } inline void set_m_htmlColor_226(Color32_tDB54A78627878A7D2DE42BB028D64306A18E858D value) { ___m_htmlColor_226 = value; } inline static int32_t get_offset_of_m_colorStack_227() { return static_cast(offsetof(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262, ___m_colorStack_227)); } inline TMP_TextProcessingStack_1_tCB10A5934F69ED17BBB7F709D74D60038177414D get_m_colorStack_227() const { return ___m_colorStack_227; } inline TMP_TextProcessingStack_1_tCB10A5934F69ED17BBB7F709D74D60038177414D * get_address_of_m_colorStack_227() { return &___m_colorStack_227; } inline void set_m_colorStack_227(TMP_TextProcessingStack_1_tCB10A5934F69ED17BBB7F709D74D60038177414D value) { ___m_colorStack_227 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___m_colorStack_227))->___itemStack_0), (void*)NULL); } inline static int32_t get_offset_of_m_underlineColorStack_228() { return static_cast(offsetof(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262, ___m_underlineColorStack_228)); } inline TMP_TextProcessingStack_1_tCB10A5934F69ED17BBB7F709D74D60038177414D get_m_underlineColorStack_228() const { return ___m_underlineColorStack_228; } inline TMP_TextProcessingStack_1_tCB10A5934F69ED17BBB7F709D74D60038177414D * get_address_of_m_underlineColorStack_228() { return &___m_underlineColorStack_228; } inline void set_m_underlineColorStack_228(TMP_TextProcessingStack_1_tCB10A5934F69ED17BBB7F709D74D60038177414D value) { ___m_underlineColorStack_228 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___m_underlineColorStack_228))->___itemStack_0), (void*)NULL); } inline static int32_t get_offset_of_m_strikethroughColorStack_229() { return static_cast(offsetof(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262, ___m_strikethroughColorStack_229)); } inline TMP_TextProcessingStack_1_tCB10A5934F69ED17BBB7F709D74D60038177414D get_m_strikethroughColorStack_229() const { return ___m_strikethroughColorStack_229; } inline TMP_TextProcessingStack_1_tCB10A5934F69ED17BBB7F709D74D60038177414D * get_address_of_m_strikethroughColorStack_229() { return &___m_strikethroughColorStack_229; } inline void set_m_strikethroughColorStack_229(TMP_TextProcessingStack_1_tCB10A5934F69ED17BBB7F709D74D60038177414D value) { ___m_strikethroughColorStack_229 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___m_strikethroughColorStack_229))->___itemStack_0), (void*)NULL); } inline static int32_t get_offset_of_m_HighlightStateStack_230() { return static_cast(offsetof(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262, ___m_HighlightStateStack_230)); } inline TMP_TextProcessingStack_1_t091E8E0507335193E71397075A9E75FFE125381E get_m_HighlightStateStack_230() const { return ___m_HighlightStateStack_230; } inline TMP_TextProcessingStack_1_t091E8E0507335193E71397075A9E75FFE125381E * get_address_of_m_HighlightStateStack_230() { return &___m_HighlightStateStack_230; } inline void set_m_HighlightStateStack_230(TMP_TextProcessingStack_1_t091E8E0507335193E71397075A9E75FFE125381E value) { ___m_HighlightStateStack_230 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___m_HighlightStateStack_230))->___itemStack_0), (void*)NULL); } inline static int32_t get_offset_of_m_colorGradientPreset_231() { return static_cast(offsetof(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262, ___m_colorGradientPreset_231)); } inline TMP_ColorGradient_tC18C01CF1F597BD442D01A29724FE1B32497E461 * get_m_colorGradientPreset_231() const { return ___m_colorGradientPreset_231; } inline TMP_ColorGradient_tC18C01CF1F597BD442D01A29724FE1B32497E461 ** get_address_of_m_colorGradientPreset_231() { return &___m_colorGradientPreset_231; } inline void set_m_colorGradientPreset_231(TMP_ColorGradient_tC18C01CF1F597BD442D01A29724FE1B32497E461 * value) { ___m_colorGradientPreset_231 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_colorGradientPreset_231), (void*)value); } inline static int32_t get_offset_of_m_colorGradientStack_232() { return static_cast(offsetof(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262, ___m_colorGradientStack_232)); } inline TMP_TextProcessingStack_1_t598A1976548F7435C20001605BBCC77262756804 get_m_colorGradientStack_232() const { return ___m_colorGradientStack_232; } inline TMP_TextProcessingStack_1_t598A1976548F7435C20001605BBCC77262756804 * get_address_of_m_colorGradientStack_232() { return &___m_colorGradientStack_232; } inline void set_m_colorGradientStack_232(TMP_TextProcessingStack_1_t598A1976548F7435C20001605BBCC77262756804 value) { ___m_colorGradientStack_232 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___m_colorGradientStack_232))->___itemStack_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___m_colorGradientStack_232))->___m_DefaultItem_2), (void*)NULL); #endif } inline static int32_t get_offset_of_m_colorGradientPresetIsTinted_233() { return static_cast(offsetof(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262, ___m_colorGradientPresetIsTinted_233)); } inline bool get_m_colorGradientPresetIsTinted_233() const { return ___m_colorGradientPresetIsTinted_233; } inline bool* get_address_of_m_colorGradientPresetIsTinted_233() { return &___m_colorGradientPresetIsTinted_233; } inline void set_m_colorGradientPresetIsTinted_233(bool value) { ___m_colorGradientPresetIsTinted_233 = value; } inline static int32_t get_offset_of_m_tabSpacing_234() { return static_cast(offsetof(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262, ___m_tabSpacing_234)); } inline float get_m_tabSpacing_234() const { return ___m_tabSpacing_234; } inline float* get_address_of_m_tabSpacing_234() { return &___m_tabSpacing_234; } inline void set_m_tabSpacing_234(float value) { ___m_tabSpacing_234 = value; } inline static int32_t get_offset_of_m_spacing_235() { return static_cast(offsetof(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262, ___m_spacing_235)); } inline float get_m_spacing_235() const { return ___m_spacing_235; } inline float* get_address_of_m_spacing_235() { return &___m_spacing_235; } inline void set_m_spacing_235(float value) { ___m_spacing_235 = value; } inline static int32_t get_offset_of_m_TextStyleStacks_236() { return static_cast(offsetof(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262, ___m_TextStyleStacks_236)); } inline TMP_TextProcessingStack_1U5BU5D_t1E4BEAC3D61A2AD0284E919166D0F38D21540A37* get_m_TextStyleStacks_236() const { return ___m_TextStyleStacks_236; } inline TMP_TextProcessingStack_1U5BU5D_t1E4BEAC3D61A2AD0284E919166D0F38D21540A37** get_address_of_m_TextStyleStacks_236() { return &___m_TextStyleStacks_236; } inline void set_m_TextStyleStacks_236(TMP_TextProcessingStack_1U5BU5D_t1E4BEAC3D61A2AD0284E919166D0F38D21540A37* value) { ___m_TextStyleStacks_236 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_TextStyleStacks_236), (void*)value); } inline static int32_t get_offset_of_m_TextStyleStackDepth_237() { return static_cast(offsetof(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262, ___m_TextStyleStackDepth_237)); } inline int32_t get_m_TextStyleStackDepth_237() const { return ___m_TextStyleStackDepth_237; } inline int32_t* get_address_of_m_TextStyleStackDepth_237() { return &___m_TextStyleStackDepth_237; } inline void set_m_TextStyleStackDepth_237(int32_t value) { ___m_TextStyleStackDepth_237 = value; } inline static int32_t get_offset_of_m_ItalicAngleStack_238() { return static_cast(offsetof(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262, ___m_ItalicAngleStack_238)); } inline TMP_TextProcessingStack_1_tAD0A40D35721F31D8FE2C344F705515FDF0F7DBA get_m_ItalicAngleStack_238() const { return ___m_ItalicAngleStack_238; } inline TMP_TextProcessingStack_1_tAD0A40D35721F31D8FE2C344F705515FDF0F7DBA * get_address_of_m_ItalicAngleStack_238() { return &___m_ItalicAngleStack_238; } inline void set_m_ItalicAngleStack_238(TMP_TextProcessingStack_1_tAD0A40D35721F31D8FE2C344F705515FDF0F7DBA value) { ___m_ItalicAngleStack_238 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___m_ItalicAngleStack_238))->___itemStack_0), (void*)NULL); } inline static int32_t get_offset_of_m_ItalicAngle_239() { return static_cast(offsetof(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262, ___m_ItalicAngle_239)); } inline int32_t get_m_ItalicAngle_239() const { return ___m_ItalicAngle_239; } inline int32_t* get_address_of_m_ItalicAngle_239() { return &___m_ItalicAngle_239; } inline void set_m_ItalicAngle_239(int32_t value) { ___m_ItalicAngle_239 = value; } inline static int32_t get_offset_of_m_actionStack_240() { return static_cast(offsetof(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262, ___m_actionStack_240)); } inline TMP_TextProcessingStack_1_tAD0A40D35721F31D8FE2C344F705515FDF0F7DBA get_m_actionStack_240() const { return ___m_actionStack_240; } inline TMP_TextProcessingStack_1_tAD0A40D35721F31D8FE2C344F705515FDF0F7DBA * get_address_of_m_actionStack_240() { return &___m_actionStack_240; } inline void set_m_actionStack_240(TMP_TextProcessingStack_1_tAD0A40D35721F31D8FE2C344F705515FDF0F7DBA value) { ___m_actionStack_240 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___m_actionStack_240))->___itemStack_0), (void*)NULL); } inline static int32_t get_offset_of_m_padding_241() { return static_cast(offsetof(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262, ___m_padding_241)); } inline float get_m_padding_241() const { return ___m_padding_241; } inline float* get_address_of_m_padding_241() { return &___m_padding_241; } inline void set_m_padding_241(float value) { ___m_padding_241 = value; } inline static int32_t get_offset_of_m_baselineOffset_242() { return static_cast(offsetof(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262, ___m_baselineOffset_242)); } inline float get_m_baselineOffset_242() const { return ___m_baselineOffset_242; } inline float* get_address_of_m_baselineOffset_242() { return &___m_baselineOffset_242; } inline void set_m_baselineOffset_242(float value) { ___m_baselineOffset_242 = value; } inline static int32_t get_offset_of_m_baselineOffsetStack_243() { return static_cast(offsetof(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262, ___m_baselineOffsetStack_243)); } inline TMP_TextProcessingStack_1_t0C5DDA1BDCC56D66F8465350BB1E55E94AAEBE17 get_m_baselineOffsetStack_243() const { return ___m_baselineOffsetStack_243; } inline TMP_TextProcessingStack_1_t0C5DDA1BDCC56D66F8465350BB1E55E94AAEBE17 * get_address_of_m_baselineOffsetStack_243() { return &___m_baselineOffsetStack_243; } inline void set_m_baselineOffsetStack_243(TMP_TextProcessingStack_1_t0C5DDA1BDCC56D66F8465350BB1E55E94AAEBE17 value) { ___m_baselineOffsetStack_243 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___m_baselineOffsetStack_243))->___itemStack_0), (void*)NULL); } inline static int32_t get_offset_of_m_xAdvance_244() { return static_cast(offsetof(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262, ___m_xAdvance_244)); } inline float get_m_xAdvance_244() const { return ___m_xAdvance_244; } inline float* get_address_of_m_xAdvance_244() { return &___m_xAdvance_244; } inline void set_m_xAdvance_244(float value) { ___m_xAdvance_244 = value; } inline static int32_t get_offset_of_m_textElementType_245() { return static_cast(offsetof(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262, ___m_textElementType_245)); } inline int32_t get_m_textElementType_245() const { return ___m_textElementType_245; } inline int32_t* get_address_of_m_textElementType_245() { return &___m_textElementType_245; } inline void set_m_textElementType_245(int32_t value) { ___m_textElementType_245 = value; } inline static int32_t get_offset_of_m_cached_TextElement_246() { return static_cast(offsetof(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262, ___m_cached_TextElement_246)); } inline TMP_TextElement_tDF9A55D56A0B44EA4EA36DEDF942AEB6369AF832 * get_m_cached_TextElement_246() const { return ___m_cached_TextElement_246; } inline TMP_TextElement_tDF9A55D56A0B44EA4EA36DEDF942AEB6369AF832 ** get_address_of_m_cached_TextElement_246() { return &___m_cached_TextElement_246; } inline void set_m_cached_TextElement_246(TMP_TextElement_tDF9A55D56A0B44EA4EA36DEDF942AEB6369AF832 * value) { ___m_cached_TextElement_246 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_cached_TextElement_246), (void*)value); } inline static int32_t get_offset_of_m_Ellipsis_247() { return static_cast(offsetof(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262, ___m_Ellipsis_247)); } inline SpecialCharacter_t06A60B3C91ABA764227413C096AE5060D50D844F get_m_Ellipsis_247() const { return ___m_Ellipsis_247; } inline SpecialCharacter_t06A60B3C91ABA764227413C096AE5060D50D844F * get_address_of_m_Ellipsis_247() { return &___m_Ellipsis_247; } inline void set_m_Ellipsis_247(SpecialCharacter_t06A60B3C91ABA764227413C096AE5060D50D844F value) { ___m_Ellipsis_247 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___m_Ellipsis_247))->___character_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___m_Ellipsis_247))->___fontAsset_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___m_Ellipsis_247))->___material_2), (void*)NULL); #endif } inline static int32_t get_offset_of_m_Underline_248() { return static_cast(offsetof(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262, ___m_Underline_248)); } inline SpecialCharacter_t06A60B3C91ABA764227413C096AE5060D50D844F get_m_Underline_248() const { return ___m_Underline_248; } inline SpecialCharacter_t06A60B3C91ABA764227413C096AE5060D50D844F * get_address_of_m_Underline_248() { return &___m_Underline_248; } inline void set_m_Underline_248(SpecialCharacter_t06A60B3C91ABA764227413C096AE5060D50D844F value) { ___m_Underline_248 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___m_Underline_248))->___character_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___m_Underline_248))->___fontAsset_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___m_Underline_248))->___material_2), (void*)NULL); #endif } inline static int32_t get_offset_of_m_defaultSpriteAsset_249() { return static_cast(offsetof(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262, ___m_defaultSpriteAsset_249)); } inline TMP_SpriteAsset_t0746714D8A56C0A27AE56DC6897CC1A129220714 * get_m_defaultSpriteAsset_249() const { return ___m_defaultSpriteAsset_249; } inline TMP_SpriteAsset_t0746714D8A56C0A27AE56DC6897CC1A129220714 ** get_address_of_m_defaultSpriteAsset_249() { return &___m_defaultSpriteAsset_249; } inline void set_m_defaultSpriteAsset_249(TMP_SpriteAsset_t0746714D8A56C0A27AE56DC6897CC1A129220714 * value) { ___m_defaultSpriteAsset_249 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_defaultSpriteAsset_249), (void*)value); } inline static int32_t get_offset_of_m_currentSpriteAsset_250() { return static_cast(offsetof(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262, ___m_currentSpriteAsset_250)); } inline TMP_SpriteAsset_t0746714D8A56C0A27AE56DC6897CC1A129220714 * get_m_currentSpriteAsset_250() const { return ___m_currentSpriteAsset_250; } inline TMP_SpriteAsset_t0746714D8A56C0A27AE56DC6897CC1A129220714 ** get_address_of_m_currentSpriteAsset_250() { return &___m_currentSpriteAsset_250; } inline void set_m_currentSpriteAsset_250(TMP_SpriteAsset_t0746714D8A56C0A27AE56DC6897CC1A129220714 * value) { ___m_currentSpriteAsset_250 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_currentSpriteAsset_250), (void*)value); } inline static int32_t get_offset_of_m_spriteCount_251() { return static_cast(offsetof(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262, ___m_spriteCount_251)); } inline int32_t get_m_spriteCount_251() const { return ___m_spriteCount_251; } inline int32_t* get_address_of_m_spriteCount_251() { return &___m_spriteCount_251; } inline void set_m_spriteCount_251(int32_t value) { ___m_spriteCount_251 = value; } inline static int32_t get_offset_of_m_spriteIndex_252() { return static_cast(offsetof(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262, ___m_spriteIndex_252)); } inline int32_t get_m_spriteIndex_252() const { return ___m_spriteIndex_252; } inline int32_t* get_address_of_m_spriteIndex_252() { return &___m_spriteIndex_252; } inline void set_m_spriteIndex_252(int32_t value) { ___m_spriteIndex_252 = value; } inline static int32_t get_offset_of_m_spriteAnimationID_253() { return static_cast(offsetof(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262, ___m_spriteAnimationID_253)); } inline int32_t get_m_spriteAnimationID_253() const { return ___m_spriteAnimationID_253; } inline int32_t* get_address_of_m_spriteAnimationID_253() { return &___m_spriteAnimationID_253; } inline void set_m_spriteAnimationID_253(int32_t value) { ___m_spriteAnimationID_253 = value; } inline static int32_t get_offset_of_m_ignoreActiveState_256() { return static_cast(offsetof(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262, ___m_ignoreActiveState_256)); } inline bool get_m_ignoreActiveState_256() const { return ___m_ignoreActiveState_256; } inline bool* get_address_of_m_ignoreActiveState_256() { return &___m_ignoreActiveState_256; } inline void set_m_ignoreActiveState_256(bool value) { ___m_ignoreActiveState_256 = value; } inline static int32_t get_offset_of_m_TextBackingArray_257() { return static_cast(offsetof(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262, ___m_TextBackingArray_257)); } inline TextBackingContainer_t50AA56C265D2A3DB961E3DD200165FE78270562B get_m_TextBackingArray_257() const { return ___m_TextBackingArray_257; } inline TextBackingContainer_t50AA56C265D2A3DB961E3DD200165FE78270562B * get_address_of_m_TextBackingArray_257() { return &___m_TextBackingArray_257; } inline void set_m_TextBackingArray_257(TextBackingContainer_t50AA56C265D2A3DB961E3DD200165FE78270562B value) { ___m_TextBackingArray_257 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___m_TextBackingArray_257))->___m_Array_0), (void*)NULL); } inline static int32_t get_offset_of_k_Power_258() { return static_cast(offsetof(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262, ___k_Power_258)); } inline DecimalU5BU5D_tAA3302A4A6ACCE77638A2346993A0FAAE2F9FDBA* get_k_Power_258() const { return ___k_Power_258; } inline DecimalU5BU5D_tAA3302A4A6ACCE77638A2346993A0FAAE2F9FDBA** get_address_of_k_Power_258() { return &___k_Power_258; } inline void set_k_Power_258(DecimalU5BU5D_tAA3302A4A6ACCE77638A2346993A0FAAE2F9FDBA* value) { ___k_Power_258 = value; Il2CppCodeGenWriteBarrier((void**)(&___k_Power_258), (void*)value); } }; struct TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262_StaticFields { public: // TMPro.MaterialReference[] TMPro.TMP_Text::m_materialReferences MaterialReferenceU5BU5D_t06D1C1249B8051EC092684920106F77B6FC203FD* ___m_materialReferences_45; // System.Collections.Generic.Dictionary`2 TMPro.TMP_Text::m_materialReferenceIndexLookup Dictionary_2_t49CB072CAA9184D326107FA696BB354C43EB5E08 * ___m_materialReferenceIndexLookup_46; // TMPro.TMP_TextProcessingStack`1 TMPro.TMP_Text::m_materialReferenceStack TMP_TextProcessingStack_1_t7C34F5D4D2FC429E4551885C16EFDF05B8D2A6E3 ___m_materialReferenceStack_47; // UnityEngine.Color32 TMPro.TMP_Text::s_colorWhite Color32_tDB54A78627878A7D2DE42BB028D64306A18E858D ___s_colorWhite_55; // System.Func`3 TMPro.TMP_Text::OnFontAssetRequest Func_3_tD4EA9DBB68453335E80C2917C93BDE503A28F3F0 * ___OnFontAssetRequest_163; // System.Func`3 TMPro.TMP_Text::OnSpriteAssetRequest Func_3_t540BC7F75C78E0C70D6C37F2D220418DABC4B9EA * ___OnSpriteAssetRequest_164; // System.Char[] TMPro.TMP_Text::m_htmlTag CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___m_htmlTag_187; // TMPro.RichTextTagAttribute[] TMPro.TMP_Text::m_xmlAttribute RichTextTagAttributeU5BU5D_t81DC8CE2ED156F9CA996E2DC8A64A973A156D615* ___m_xmlAttribute_188; // System.Single[] TMPro.TMP_Text::m_attributeParameterValues SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* ___m_attributeParameterValues_189; // TMPro.WordWrapState TMPro.TMP_Text::m_SavedWordWrapState WordWrapState_t15805FC5C080AC77203F872695E3B951F460DE99 ___m_SavedWordWrapState_201; // TMPro.WordWrapState TMPro.TMP_Text::m_SavedLineState WordWrapState_t15805FC5C080AC77203F872695E3B951F460DE99 ___m_SavedLineState_202; // TMPro.WordWrapState TMPro.TMP_Text::m_SavedEllipsisState WordWrapState_t15805FC5C080AC77203F872695E3B951F460DE99 ___m_SavedEllipsisState_203; // TMPro.WordWrapState TMPro.TMP_Text::m_SavedLastValidState WordWrapState_t15805FC5C080AC77203F872695E3B951F460DE99 ___m_SavedLastValidState_204; // TMPro.WordWrapState TMPro.TMP_Text::m_SavedSoftLineBreakState WordWrapState_t15805FC5C080AC77203F872695E3B951F460DE99 ___m_SavedSoftLineBreakState_205; // TMPro.TMP_TextProcessingStack`1 TMPro.TMP_Text::m_EllipsisInsertionCandidateStack TMP_TextProcessingStack_1_t09C36897DBFF463BB173E0ED3612A8D49A8EE2D7 ___m_EllipsisInsertionCandidateStack_206; // Unity.Profiling.ProfilerMarker TMPro.TMP_Text::k_ParseTextMarker ProfilerMarker_tAE86534C80C5D67768DB3B244D8D139A2E6495E1 ___k_ParseTextMarker_254; // Unity.Profiling.ProfilerMarker TMPro.TMP_Text::k_InsertNewLineMarker ProfilerMarker_tAE86534C80C5D67768DB3B244D8D139A2E6495E1 ___k_InsertNewLineMarker_255; // UnityEngine.Vector2 TMPro.TMP_Text::k_LargePositiveVector2 Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___k_LargePositiveVector2_259; // UnityEngine.Vector2 TMPro.TMP_Text::k_LargeNegativeVector2 Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___k_LargeNegativeVector2_260; // System.Single TMPro.TMP_Text::k_LargePositiveFloat float ___k_LargePositiveFloat_261; // System.Single TMPro.TMP_Text::k_LargeNegativeFloat float ___k_LargeNegativeFloat_262; // System.Int32 TMPro.TMP_Text::k_LargePositiveInt int32_t ___k_LargePositiveInt_263; // System.Int32 TMPro.TMP_Text::k_LargeNegativeInt int32_t ___k_LargeNegativeInt_264; public: inline static int32_t get_offset_of_m_materialReferences_45() { return static_cast(offsetof(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262_StaticFields, ___m_materialReferences_45)); } inline MaterialReferenceU5BU5D_t06D1C1249B8051EC092684920106F77B6FC203FD* get_m_materialReferences_45() const { return ___m_materialReferences_45; } inline MaterialReferenceU5BU5D_t06D1C1249B8051EC092684920106F77B6FC203FD** get_address_of_m_materialReferences_45() { return &___m_materialReferences_45; } inline void set_m_materialReferences_45(MaterialReferenceU5BU5D_t06D1C1249B8051EC092684920106F77B6FC203FD* value) { ___m_materialReferences_45 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_materialReferences_45), (void*)value); } inline static int32_t get_offset_of_m_materialReferenceIndexLookup_46() { return static_cast(offsetof(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262_StaticFields, ___m_materialReferenceIndexLookup_46)); } inline Dictionary_2_t49CB072CAA9184D326107FA696BB354C43EB5E08 * get_m_materialReferenceIndexLookup_46() const { return ___m_materialReferenceIndexLookup_46; } inline Dictionary_2_t49CB072CAA9184D326107FA696BB354C43EB5E08 ** get_address_of_m_materialReferenceIndexLookup_46() { return &___m_materialReferenceIndexLookup_46; } inline void set_m_materialReferenceIndexLookup_46(Dictionary_2_t49CB072CAA9184D326107FA696BB354C43EB5E08 * value) { ___m_materialReferenceIndexLookup_46 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_materialReferenceIndexLookup_46), (void*)value); } inline static int32_t get_offset_of_m_materialReferenceStack_47() { return static_cast(offsetof(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262_StaticFields, ___m_materialReferenceStack_47)); } inline TMP_TextProcessingStack_1_t7C34F5D4D2FC429E4551885C16EFDF05B8D2A6E3 get_m_materialReferenceStack_47() const { return ___m_materialReferenceStack_47; } inline TMP_TextProcessingStack_1_t7C34F5D4D2FC429E4551885C16EFDF05B8D2A6E3 * get_address_of_m_materialReferenceStack_47() { return &___m_materialReferenceStack_47; } inline void set_m_materialReferenceStack_47(TMP_TextProcessingStack_1_t7C34F5D4D2FC429E4551885C16EFDF05B8D2A6E3 value) { ___m_materialReferenceStack_47 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___m_materialReferenceStack_47))->___itemStack_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___m_materialReferenceStack_47))->___m_DefaultItem_2))->___fontAsset_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___m_materialReferenceStack_47))->___m_DefaultItem_2))->___spriteAsset_2), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___m_materialReferenceStack_47))->___m_DefaultItem_2))->___material_3), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___m_materialReferenceStack_47))->___m_DefaultItem_2))->___fallbackMaterial_6), (void*)NULL); #endif } inline static int32_t get_offset_of_s_colorWhite_55() { return static_cast(offsetof(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262_StaticFields, ___s_colorWhite_55)); } inline Color32_tDB54A78627878A7D2DE42BB028D64306A18E858D get_s_colorWhite_55() const { return ___s_colorWhite_55; } inline Color32_tDB54A78627878A7D2DE42BB028D64306A18E858D * get_address_of_s_colorWhite_55() { return &___s_colorWhite_55; } inline void set_s_colorWhite_55(Color32_tDB54A78627878A7D2DE42BB028D64306A18E858D value) { ___s_colorWhite_55 = value; } inline static int32_t get_offset_of_OnFontAssetRequest_163() { return static_cast(offsetof(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262_StaticFields, ___OnFontAssetRequest_163)); } inline Func_3_tD4EA9DBB68453335E80C2917C93BDE503A28F3F0 * get_OnFontAssetRequest_163() const { return ___OnFontAssetRequest_163; } inline Func_3_tD4EA9DBB68453335E80C2917C93BDE503A28F3F0 ** get_address_of_OnFontAssetRequest_163() { return &___OnFontAssetRequest_163; } inline void set_OnFontAssetRequest_163(Func_3_tD4EA9DBB68453335E80C2917C93BDE503A28F3F0 * value) { ___OnFontAssetRequest_163 = value; Il2CppCodeGenWriteBarrier((void**)(&___OnFontAssetRequest_163), (void*)value); } inline static int32_t get_offset_of_OnSpriteAssetRequest_164() { return static_cast(offsetof(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262_StaticFields, ___OnSpriteAssetRequest_164)); } inline Func_3_t540BC7F75C78E0C70D6C37F2D220418DABC4B9EA * get_OnSpriteAssetRequest_164() const { return ___OnSpriteAssetRequest_164; } inline Func_3_t540BC7F75C78E0C70D6C37F2D220418DABC4B9EA ** get_address_of_OnSpriteAssetRequest_164() { return &___OnSpriteAssetRequest_164; } inline void set_OnSpriteAssetRequest_164(Func_3_t540BC7F75C78E0C70D6C37F2D220418DABC4B9EA * value) { ___OnSpriteAssetRequest_164 = value; Il2CppCodeGenWriteBarrier((void**)(&___OnSpriteAssetRequest_164), (void*)value); } inline static int32_t get_offset_of_m_htmlTag_187() { return static_cast(offsetof(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262_StaticFields, ___m_htmlTag_187)); } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* get_m_htmlTag_187() const { return ___m_htmlTag_187; } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34** get_address_of_m_htmlTag_187() { return &___m_htmlTag_187; } inline void set_m_htmlTag_187(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* value) { ___m_htmlTag_187 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_htmlTag_187), (void*)value); } inline static int32_t get_offset_of_m_xmlAttribute_188() { return static_cast(offsetof(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262_StaticFields, ___m_xmlAttribute_188)); } inline RichTextTagAttributeU5BU5D_t81DC8CE2ED156F9CA996E2DC8A64A973A156D615* get_m_xmlAttribute_188() const { return ___m_xmlAttribute_188; } inline RichTextTagAttributeU5BU5D_t81DC8CE2ED156F9CA996E2DC8A64A973A156D615** get_address_of_m_xmlAttribute_188() { return &___m_xmlAttribute_188; } inline void set_m_xmlAttribute_188(RichTextTagAttributeU5BU5D_t81DC8CE2ED156F9CA996E2DC8A64A973A156D615* value) { ___m_xmlAttribute_188 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_xmlAttribute_188), (void*)value); } inline static int32_t get_offset_of_m_attributeParameterValues_189() { return static_cast(offsetof(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262_StaticFields, ___m_attributeParameterValues_189)); } inline SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* get_m_attributeParameterValues_189() const { return ___m_attributeParameterValues_189; } inline SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA** get_address_of_m_attributeParameterValues_189() { return &___m_attributeParameterValues_189; } inline void set_m_attributeParameterValues_189(SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* value) { ___m_attributeParameterValues_189 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_attributeParameterValues_189), (void*)value); } inline static int32_t get_offset_of_m_SavedWordWrapState_201() { return static_cast(offsetof(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262_StaticFields, ___m_SavedWordWrapState_201)); } inline WordWrapState_t15805FC5C080AC77203F872695E3B951F460DE99 get_m_SavedWordWrapState_201() const { return ___m_SavedWordWrapState_201; } inline WordWrapState_t15805FC5C080AC77203F872695E3B951F460DE99 * get_address_of_m_SavedWordWrapState_201() { return &___m_SavedWordWrapState_201; } inline void set_m_SavedWordWrapState_201(WordWrapState_t15805FC5C080AC77203F872695E3B951F460DE99 value) { ___m_SavedWordWrapState_201 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___m_SavedWordWrapState_201))->___textInfo_35), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___m_SavedWordWrapState_201))->___italicAngleStack_42))->___itemStack_0), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___m_SavedWordWrapState_201))->___colorStack_43))->___itemStack_0), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___m_SavedWordWrapState_201))->___underlineColorStack_44))->___itemStack_0), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___m_SavedWordWrapState_201))->___strikethroughColorStack_45))->___itemStack_0), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___m_SavedWordWrapState_201))->___highlightColorStack_46))->___itemStack_0), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___m_SavedWordWrapState_201))->___highlightStateStack_47))->___itemStack_0), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___m_SavedWordWrapState_201))->___colorGradientStack_48))->___itemStack_0), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___m_SavedWordWrapState_201))->___colorGradientStack_48))->___m_DefaultItem_2), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___m_SavedWordWrapState_201))->___sizeStack_49))->___itemStack_0), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___m_SavedWordWrapState_201))->___indentStack_50))->___itemStack_0), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___m_SavedWordWrapState_201))->___fontWeightStack_51))->___itemStack_0), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___m_SavedWordWrapState_201))->___styleStack_52))->___itemStack_0), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___m_SavedWordWrapState_201))->___baselineStack_53))->___itemStack_0), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___m_SavedWordWrapState_201))->___actionStack_54))->___itemStack_0), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___m_SavedWordWrapState_201))->___materialReferenceStack_55))->___itemStack_0), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((&(((&___m_SavedWordWrapState_201))->___materialReferenceStack_55))->___m_DefaultItem_2))->___fontAsset_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((&(((&___m_SavedWordWrapState_201))->___materialReferenceStack_55))->___m_DefaultItem_2))->___spriteAsset_2), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((&(((&___m_SavedWordWrapState_201))->___materialReferenceStack_55))->___m_DefaultItem_2))->___material_3), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((&(((&___m_SavedWordWrapState_201))->___materialReferenceStack_55))->___m_DefaultItem_2))->___fallbackMaterial_6), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___m_SavedWordWrapState_201))->___lineJustificationStack_56))->___itemStack_0), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___m_SavedWordWrapState_201))->___currentFontAsset_58), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___m_SavedWordWrapState_201))->___currentSpriteAsset_59), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___m_SavedWordWrapState_201))->___currentMaterial_60), (void*)NULL); #endif } inline static int32_t get_offset_of_m_SavedLineState_202() { return static_cast(offsetof(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262_StaticFields, ___m_SavedLineState_202)); } inline WordWrapState_t15805FC5C080AC77203F872695E3B951F460DE99 get_m_SavedLineState_202() const { return ___m_SavedLineState_202; } inline WordWrapState_t15805FC5C080AC77203F872695E3B951F460DE99 * get_address_of_m_SavedLineState_202() { return &___m_SavedLineState_202; } inline void set_m_SavedLineState_202(WordWrapState_t15805FC5C080AC77203F872695E3B951F460DE99 value) { ___m_SavedLineState_202 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___m_SavedLineState_202))->___textInfo_35), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___m_SavedLineState_202))->___italicAngleStack_42))->___itemStack_0), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___m_SavedLineState_202))->___colorStack_43))->___itemStack_0), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___m_SavedLineState_202))->___underlineColorStack_44))->___itemStack_0), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___m_SavedLineState_202))->___strikethroughColorStack_45))->___itemStack_0), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___m_SavedLineState_202))->___highlightColorStack_46))->___itemStack_0), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___m_SavedLineState_202))->___highlightStateStack_47))->___itemStack_0), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___m_SavedLineState_202))->___colorGradientStack_48))->___itemStack_0), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___m_SavedLineState_202))->___colorGradientStack_48))->___m_DefaultItem_2), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___m_SavedLineState_202))->___sizeStack_49))->___itemStack_0), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___m_SavedLineState_202))->___indentStack_50))->___itemStack_0), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___m_SavedLineState_202))->___fontWeightStack_51))->___itemStack_0), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___m_SavedLineState_202))->___styleStack_52))->___itemStack_0), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___m_SavedLineState_202))->___baselineStack_53))->___itemStack_0), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___m_SavedLineState_202))->___actionStack_54))->___itemStack_0), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___m_SavedLineState_202))->___materialReferenceStack_55))->___itemStack_0), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((&(((&___m_SavedLineState_202))->___materialReferenceStack_55))->___m_DefaultItem_2))->___fontAsset_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((&(((&___m_SavedLineState_202))->___materialReferenceStack_55))->___m_DefaultItem_2))->___spriteAsset_2), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((&(((&___m_SavedLineState_202))->___materialReferenceStack_55))->___m_DefaultItem_2))->___material_3), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((&(((&___m_SavedLineState_202))->___materialReferenceStack_55))->___m_DefaultItem_2))->___fallbackMaterial_6), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___m_SavedLineState_202))->___lineJustificationStack_56))->___itemStack_0), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___m_SavedLineState_202))->___currentFontAsset_58), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___m_SavedLineState_202))->___currentSpriteAsset_59), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___m_SavedLineState_202))->___currentMaterial_60), (void*)NULL); #endif } inline static int32_t get_offset_of_m_SavedEllipsisState_203() { return static_cast(offsetof(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262_StaticFields, ___m_SavedEllipsisState_203)); } inline WordWrapState_t15805FC5C080AC77203F872695E3B951F460DE99 get_m_SavedEllipsisState_203() const { return ___m_SavedEllipsisState_203; } inline WordWrapState_t15805FC5C080AC77203F872695E3B951F460DE99 * get_address_of_m_SavedEllipsisState_203() { return &___m_SavedEllipsisState_203; } inline void set_m_SavedEllipsisState_203(WordWrapState_t15805FC5C080AC77203F872695E3B951F460DE99 value) { ___m_SavedEllipsisState_203 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___m_SavedEllipsisState_203))->___textInfo_35), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___m_SavedEllipsisState_203))->___italicAngleStack_42))->___itemStack_0), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___m_SavedEllipsisState_203))->___colorStack_43))->___itemStack_0), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___m_SavedEllipsisState_203))->___underlineColorStack_44))->___itemStack_0), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___m_SavedEllipsisState_203))->___strikethroughColorStack_45))->___itemStack_0), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___m_SavedEllipsisState_203))->___highlightColorStack_46))->___itemStack_0), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___m_SavedEllipsisState_203))->___highlightStateStack_47))->___itemStack_0), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___m_SavedEllipsisState_203))->___colorGradientStack_48))->___itemStack_0), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___m_SavedEllipsisState_203))->___colorGradientStack_48))->___m_DefaultItem_2), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___m_SavedEllipsisState_203))->___sizeStack_49))->___itemStack_0), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___m_SavedEllipsisState_203))->___indentStack_50))->___itemStack_0), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___m_SavedEllipsisState_203))->___fontWeightStack_51))->___itemStack_0), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___m_SavedEllipsisState_203))->___styleStack_52))->___itemStack_0), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___m_SavedEllipsisState_203))->___baselineStack_53))->___itemStack_0), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___m_SavedEllipsisState_203))->___actionStack_54))->___itemStack_0), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___m_SavedEllipsisState_203))->___materialReferenceStack_55))->___itemStack_0), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((&(((&___m_SavedEllipsisState_203))->___materialReferenceStack_55))->___m_DefaultItem_2))->___fontAsset_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((&(((&___m_SavedEllipsisState_203))->___materialReferenceStack_55))->___m_DefaultItem_2))->___spriteAsset_2), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((&(((&___m_SavedEllipsisState_203))->___materialReferenceStack_55))->___m_DefaultItem_2))->___material_3), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((&(((&___m_SavedEllipsisState_203))->___materialReferenceStack_55))->___m_DefaultItem_2))->___fallbackMaterial_6), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___m_SavedEllipsisState_203))->___lineJustificationStack_56))->___itemStack_0), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___m_SavedEllipsisState_203))->___currentFontAsset_58), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___m_SavedEllipsisState_203))->___currentSpriteAsset_59), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___m_SavedEllipsisState_203))->___currentMaterial_60), (void*)NULL); #endif } inline static int32_t get_offset_of_m_SavedLastValidState_204() { return static_cast(offsetof(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262_StaticFields, ___m_SavedLastValidState_204)); } inline WordWrapState_t15805FC5C080AC77203F872695E3B951F460DE99 get_m_SavedLastValidState_204() const { return ___m_SavedLastValidState_204; } inline WordWrapState_t15805FC5C080AC77203F872695E3B951F460DE99 * get_address_of_m_SavedLastValidState_204() { return &___m_SavedLastValidState_204; } inline void set_m_SavedLastValidState_204(WordWrapState_t15805FC5C080AC77203F872695E3B951F460DE99 value) { ___m_SavedLastValidState_204 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___m_SavedLastValidState_204))->___textInfo_35), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___m_SavedLastValidState_204))->___italicAngleStack_42))->___itemStack_0), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___m_SavedLastValidState_204))->___colorStack_43))->___itemStack_0), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___m_SavedLastValidState_204))->___underlineColorStack_44))->___itemStack_0), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___m_SavedLastValidState_204))->___strikethroughColorStack_45))->___itemStack_0), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___m_SavedLastValidState_204))->___highlightColorStack_46))->___itemStack_0), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___m_SavedLastValidState_204))->___highlightStateStack_47))->___itemStack_0), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___m_SavedLastValidState_204))->___colorGradientStack_48))->___itemStack_0), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___m_SavedLastValidState_204))->___colorGradientStack_48))->___m_DefaultItem_2), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___m_SavedLastValidState_204))->___sizeStack_49))->___itemStack_0), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___m_SavedLastValidState_204))->___indentStack_50))->___itemStack_0), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___m_SavedLastValidState_204))->___fontWeightStack_51))->___itemStack_0), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___m_SavedLastValidState_204))->___styleStack_52))->___itemStack_0), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___m_SavedLastValidState_204))->___baselineStack_53))->___itemStack_0), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___m_SavedLastValidState_204))->___actionStack_54))->___itemStack_0), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___m_SavedLastValidState_204))->___materialReferenceStack_55))->___itemStack_0), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((&(((&___m_SavedLastValidState_204))->___materialReferenceStack_55))->___m_DefaultItem_2))->___fontAsset_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((&(((&___m_SavedLastValidState_204))->___materialReferenceStack_55))->___m_DefaultItem_2))->___spriteAsset_2), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((&(((&___m_SavedLastValidState_204))->___materialReferenceStack_55))->___m_DefaultItem_2))->___material_3), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((&(((&___m_SavedLastValidState_204))->___materialReferenceStack_55))->___m_DefaultItem_2))->___fallbackMaterial_6), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___m_SavedLastValidState_204))->___lineJustificationStack_56))->___itemStack_0), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___m_SavedLastValidState_204))->___currentFontAsset_58), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___m_SavedLastValidState_204))->___currentSpriteAsset_59), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___m_SavedLastValidState_204))->___currentMaterial_60), (void*)NULL); #endif } inline static int32_t get_offset_of_m_SavedSoftLineBreakState_205() { return static_cast(offsetof(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262_StaticFields, ___m_SavedSoftLineBreakState_205)); } inline WordWrapState_t15805FC5C080AC77203F872695E3B951F460DE99 get_m_SavedSoftLineBreakState_205() const { return ___m_SavedSoftLineBreakState_205; } inline WordWrapState_t15805FC5C080AC77203F872695E3B951F460DE99 * get_address_of_m_SavedSoftLineBreakState_205() { return &___m_SavedSoftLineBreakState_205; } inline void set_m_SavedSoftLineBreakState_205(WordWrapState_t15805FC5C080AC77203F872695E3B951F460DE99 value) { ___m_SavedSoftLineBreakState_205 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___m_SavedSoftLineBreakState_205))->___textInfo_35), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___m_SavedSoftLineBreakState_205))->___italicAngleStack_42))->___itemStack_0), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___m_SavedSoftLineBreakState_205))->___colorStack_43))->___itemStack_0), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___m_SavedSoftLineBreakState_205))->___underlineColorStack_44))->___itemStack_0), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___m_SavedSoftLineBreakState_205))->___strikethroughColorStack_45))->___itemStack_0), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___m_SavedSoftLineBreakState_205))->___highlightColorStack_46))->___itemStack_0), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___m_SavedSoftLineBreakState_205))->___highlightStateStack_47))->___itemStack_0), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___m_SavedSoftLineBreakState_205))->___colorGradientStack_48))->___itemStack_0), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___m_SavedSoftLineBreakState_205))->___colorGradientStack_48))->___m_DefaultItem_2), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___m_SavedSoftLineBreakState_205))->___sizeStack_49))->___itemStack_0), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___m_SavedSoftLineBreakState_205))->___indentStack_50))->___itemStack_0), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___m_SavedSoftLineBreakState_205))->___fontWeightStack_51))->___itemStack_0), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___m_SavedSoftLineBreakState_205))->___styleStack_52))->___itemStack_0), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___m_SavedSoftLineBreakState_205))->___baselineStack_53))->___itemStack_0), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___m_SavedSoftLineBreakState_205))->___actionStack_54))->___itemStack_0), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___m_SavedSoftLineBreakState_205))->___materialReferenceStack_55))->___itemStack_0), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((&(((&___m_SavedSoftLineBreakState_205))->___materialReferenceStack_55))->___m_DefaultItem_2))->___fontAsset_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((&(((&___m_SavedSoftLineBreakState_205))->___materialReferenceStack_55))->___m_DefaultItem_2))->___spriteAsset_2), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((&(((&___m_SavedSoftLineBreakState_205))->___materialReferenceStack_55))->___m_DefaultItem_2))->___material_3), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((&(((&___m_SavedSoftLineBreakState_205))->___materialReferenceStack_55))->___m_DefaultItem_2))->___fallbackMaterial_6), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___m_SavedSoftLineBreakState_205))->___lineJustificationStack_56))->___itemStack_0), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___m_SavedSoftLineBreakState_205))->___currentFontAsset_58), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___m_SavedSoftLineBreakState_205))->___currentSpriteAsset_59), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___m_SavedSoftLineBreakState_205))->___currentMaterial_60), (void*)NULL); #endif } inline static int32_t get_offset_of_m_EllipsisInsertionCandidateStack_206() { return static_cast(offsetof(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262_StaticFields, ___m_EllipsisInsertionCandidateStack_206)); } inline TMP_TextProcessingStack_1_t09C36897DBFF463BB173E0ED3612A8D49A8EE2D7 get_m_EllipsisInsertionCandidateStack_206() const { return ___m_EllipsisInsertionCandidateStack_206; } inline TMP_TextProcessingStack_1_t09C36897DBFF463BB173E0ED3612A8D49A8EE2D7 * get_address_of_m_EllipsisInsertionCandidateStack_206() { return &___m_EllipsisInsertionCandidateStack_206; } inline void set_m_EllipsisInsertionCandidateStack_206(TMP_TextProcessingStack_1_t09C36897DBFF463BB173E0ED3612A8D49A8EE2D7 value) { ___m_EllipsisInsertionCandidateStack_206 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___m_EllipsisInsertionCandidateStack_206))->___itemStack_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___m_EllipsisInsertionCandidateStack_206))->___m_DefaultItem_2))->___textInfo_35), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((&(((&___m_EllipsisInsertionCandidateStack_206))->___m_DefaultItem_2))->___italicAngleStack_42))->___itemStack_0), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((&(((&___m_EllipsisInsertionCandidateStack_206))->___m_DefaultItem_2))->___colorStack_43))->___itemStack_0), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((&(((&___m_EllipsisInsertionCandidateStack_206))->___m_DefaultItem_2))->___underlineColorStack_44))->___itemStack_0), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((&(((&___m_EllipsisInsertionCandidateStack_206))->___m_DefaultItem_2))->___strikethroughColorStack_45))->___itemStack_0), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((&(((&___m_EllipsisInsertionCandidateStack_206))->___m_DefaultItem_2))->___highlightColorStack_46))->___itemStack_0), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((&(((&___m_EllipsisInsertionCandidateStack_206))->___m_DefaultItem_2))->___highlightStateStack_47))->___itemStack_0), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((&(((&___m_EllipsisInsertionCandidateStack_206))->___m_DefaultItem_2))->___colorGradientStack_48))->___itemStack_0), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((&(((&___m_EllipsisInsertionCandidateStack_206))->___m_DefaultItem_2))->___colorGradientStack_48))->___m_DefaultItem_2), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((&(((&___m_EllipsisInsertionCandidateStack_206))->___m_DefaultItem_2))->___sizeStack_49))->___itemStack_0), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((&(((&___m_EllipsisInsertionCandidateStack_206))->___m_DefaultItem_2))->___indentStack_50))->___itemStack_0), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((&(((&___m_EllipsisInsertionCandidateStack_206))->___m_DefaultItem_2))->___fontWeightStack_51))->___itemStack_0), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((&(((&___m_EllipsisInsertionCandidateStack_206))->___m_DefaultItem_2))->___styleStack_52))->___itemStack_0), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((&(((&___m_EllipsisInsertionCandidateStack_206))->___m_DefaultItem_2))->___baselineStack_53))->___itemStack_0), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((&(((&___m_EllipsisInsertionCandidateStack_206))->___m_DefaultItem_2))->___actionStack_54))->___itemStack_0), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((&(((&___m_EllipsisInsertionCandidateStack_206))->___m_DefaultItem_2))->___materialReferenceStack_55))->___itemStack_0), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((&((&(((&___m_EllipsisInsertionCandidateStack_206))->___m_DefaultItem_2))->___materialReferenceStack_55))->___m_DefaultItem_2))->___fontAsset_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((&((&(((&___m_EllipsisInsertionCandidateStack_206))->___m_DefaultItem_2))->___materialReferenceStack_55))->___m_DefaultItem_2))->___spriteAsset_2), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((&((&(((&___m_EllipsisInsertionCandidateStack_206))->___m_DefaultItem_2))->___materialReferenceStack_55))->___m_DefaultItem_2))->___material_3), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((&((&(((&___m_EllipsisInsertionCandidateStack_206))->___m_DefaultItem_2))->___materialReferenceStack_55))->___m_DefaultItem_2))->___fallbackMaterial_6), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((&(((&___m_EllipsisInsertionCandidateStack_206))->___m_DefaultItem_2))->___lineJustificationStack_56))->___itemStack_0), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___m_EllipsisInsertionCandidateStack_206))->___m_DefaultItem_2))->___currentFontAsset_58), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___m_EllipsisInsertionCandidateStack_206))->___m_DefaultItem_2))->___currentSpriteAsset_59), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___m_EllipsisInsertionCandidateStack_206))->___m_DefaultItem_2))->___currentMaterial_60), (void*)NULL); #endif } inline static int32_t get_offset_of_k_ParseTextMarker_254() { return static_cast(offsetof(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262_StaticFields, ___k_ParseTextMarker_254)); } inline ProfilerMarker_tAE86534C80C5D67768DB3B244D8D139A2E6495E1 get_k_ParseTextMarker_254() const { return ___k_ParseTextMarker_254; } inline ProfilerMarker_tAE86534C80C5D67768DB3B244D8D139A2E6495E1 * get_address_of_k_ParseTextMarker_254() { return &___k_ParseTextMarker_254; } inline void set_k_ParseTextMarker_254(ProfilerMarker_tAE86534C80C5D67768DB3B244D8D139A2E6495E1 value) { ___k_ParseTextMarker_254 = value; } inline static int32_t get_offset_of_k_InsertNewLineMarker_255() { return static_cast(offsetof(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262_StaticFields, ___k_InsertNewLineMarker_255)); } inline ProfilerMarker_tAE86534C80C5D67768DB3B244D8D139A2E6495E1 get_k_InsertNewLineMarker_255() const { return ___k_InsertNewLineMarker_255; } inline ProfilerMarker_tAE86534C80C5D67768DB3B244D8D139A2E6495E1 * get_address_of_k_InsertNewLineMarker_255() { return &___k_InsertNewLineMarker_255; } inline void set_k_InsertNewLineMarker_255(ProfilerMarker_tAE86534C80C5D67768DB3B244D8D139A2E6495E1 value) { ___k_InsertNewLineMarker_255 = value; } inline static int32_t get_offset_of_k_LargePositiveVector2_259() { return static_cast(offsetof(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262_StaticFields, ___k_LargePositiveVector2_259)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_k_LargePositiveVector2_259() const { return ___k_LargePositiveVector2_259; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_k_LargePositiveVector2_259() { return &___k_LargePositiveVector2_259; } inline void set_k_LargePositiveVector2_259(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___k_LargePositiveVector2_259 = value; } inline static int32_t get_offset_of_k_LargeNegativeVector2_260() { return static_cast(offsetof(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262_StaticFields, ___k_LargeNegativeVector2_260)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_k_LargeNegativeVector2_260() const { return ___k_LargeNegativeVector2_260; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_k_LargeNegativeVector2_260() { return &___k_LargeNegativeVector2_260; } inline void set_k_LargeNegativeVector2_260(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___k_LargeNegativeVector2_260 = value; } inline static int32_t get_offset_of_k_LargePositiveFloat_261() { return static_cast(offsetof(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262_StaticFields, ___k_LargePositiveFloat_261)); } inline float get_k_LargePositiveFloat_261() const { return ___k_LargePositiveFloat_261; } inline float* get_address_of_k_LargePositiveFloat_261() { return &___k_LargePositiveFloat_261; } inline void set_k_LargePositiveFloat_261(float value) { ___k_LargePositiveFloat_261 = value; } inline static int32_t get_offset_of_k_LargeNegativeFloat_262() { return static_cast(offsetof(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262_StaticFields, ___k_LargeNegativeFloat_262)); } inline float get_k_LargeNegativeFloat_262() const { return ___k_LargeNegativeFloat_262; } inline float* get_address_of_k_LargeNegativeFloat_262() { return &___k_LargeNegativeFloat_262; } inline void set_k_LargeNegativeFloat_262(float value) { ___k_LargeNegativeFloat_262 = value; } inline static int32_t get_offset_of_k_LargePositiveInt_263() { return static_cast(offsetof(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262_StaticFields, ___k_LargePositiveInt_263)); } inline int32_t get_k_LargePositiveInt_263() const { return ___k_LargePositiveInt_263; } inline int32_t* get_address_of_k_LargePositiveInt_263() { return &___k_LargePositiveInt_263; } inline void set_k_LargePositiveInt_263(int32_t value) { ___k_LargePositiveInt_263 = value; } inline static int32_t get_offset_of_k_LargeNegativeInt_264() { return static_cast(offsetof(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262_StaticFields, ___k_LargeNegativeInt_264)); } inline int32_t get_k_LargeNegativeInt_264() const { return ___k_LargeNegativeInt_264; } inline int32_t* get_address_of_k_LargeNegativeInt_264() { return &___k_LargeNegativeInt_264; } inline void set_k_LargeNegativeInt_264(int32_t value) { ___k_LargeNegativeInt_264 = value; } }; // TMPro.TextMeshPro struct TextMeshPro_t4C8C961C0939CD311CCC4F5F306C27C5301BD8E4 : public TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 { public: // System.Int32 TMPro.TextMeshPro::_SortingLayer int32_t ____SortingLayer_265; // System.Int32 TMPro.TextMeshPro::_SortingLayerID int32_t ____SortingLayerID_266; // System.Int32 TMPro.TextMeshPro::_SortingOrder int32_t ____SortingOrder_267; // System.Action`1 TMPro.TextMeshPro::OnPreRenderText Action_1_t170B3E821B49B45FA7134A2CF48A2E64CA371D42 * ___OnPreRenderText_268; // System.Boolean TMPro.TextMeshPro::m_currentAutoSizeMode bool ___m_currentAutoSizeMode_269; // System.Boolean TMPro.TextMeshPro::m_hasFontAssetChanged bool ___m_hasFontAssetChanged_270; // System.Single TMPro.TextMeshPro::m_previousLossyScaleY float ___m_previousLossyScaleY_271; // UnityEngine.Renderer TMPro.TextMeshPro::m_renderer Renderer_t58147AB5B00224FE1460FD47542DC0DA7EC9378C * ___m_renderer_272; // UnityEngine.MeshFilter TMPro.TextMeshPro::m_meshFilter MeshFilter_t763BB2BBF3881176AD25E4570E6DD215BA0AA51A * ___m_meshFilter_273; // System.Boolean TMPro.TextMeshPro::m_isFirstAllocation bool ___m_isFirstAllocation_274; // System.Int32 TMPro.TextMeshPro::m_max_characters int32_t ___m_max_characters_275; // System.Int32 TMPro.TextMeshPro::m_max_numberOfLines int32_t ___m_max_numberOfLines_276; // TMPro.TMP_SubMesh[] TMPro.TextMeshPro::m_subTextObjects TMP_SubMeshU5BU5D_t2EF6E7C00AD0C05C7BD3E565CF716B62BED324A2* ___m_subTextObjects_277; // TMPro.MaskingTypes TMPro.TextMeshPro::m_maskType int32_t ___m_maskType_278; // UnityEngine.Matrix4x4 TMPro.TextMeshPro::m_EnvMapMatrix Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461 ___m_EnvMapMatrix_279; // UnityEngine.Vector3[] TMPro.TextMeshPro::m_RectTransformCorners Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4* ___m_RectTransformCorners_280; // System.Boolean TMPro.TextMeshPro::m_isRegisteredForEvents bool ___m_isRegisteredForEvents_281; public: inline static int32_t get_offset_of__SortingLayer_265() { return static_cast(offsetof(TextMeshPro_t4C8C961C0939CD311CCC4F5F306C27C5301BD8E4, ____SortingLayer_265)); } inline int32_t get__SortingLayer_265() const { return ____SortingLayer_265; } inline int32_t* get_address_of__SortingLayer_265() { return &____SortingLayer_265; } inline void set__SortingLayer_265(int32_t value) { ____SortingLayer_265 = value; } inline static int32_t get_offset_of__SortingLayerID_266() { return static_cast(offsetof(TextMeshPro_t4C8C961C0939CD311CCC4F5F306C27C5301BD8E4, ____SortingLayerID_266)); } inline int32_t get__SortingLayerID_266() const { return ____SortingLayerID_266; } inline int32_t* get_address_of__SortingLayerID_266() { return &____SortingLayerID_266; } inline void set__SortingLayerID_266(int32_t value) { ____SortingLayerID_266 = value; } inline static int32_t get_offset_of__SortingOrder_267() { return static_cast(offsetof(TextMeshPro_t4C8C961C0939CD311CCC4F5F306C27C5301BD8E4, ____SortingOrder_267)); } inline int32_t get__SortingOrder_267() const { return ____SortingOrder_267; } inline int32_t* get_address_of__SortingOrder_267() { return &____SortingOrder_267; } inline void set__SortingOrder_267(int32_t value) { ____SortingOrder_267 = value; } inline static int32_t get_offset_of_OnPreRenderText_268() { return static_cast(offsetof(TextMeshPro_t4C8C961C0939CD311CCC4F5F306C27C5301BD8E4, ___OnPreRenderText_268)); } inline Action_1_t170B3E821B49B45FA7134A2CF48A2E64CA371D42 * get_OnPreRenderText_268() const { return ___OnPreRenderText_268; } inline Action_1_t170B3E821B49B45FA7134A2CF48A2E64CA371D42 ** get_address_of_OnPreRenderText_268() { return &___OnPreRenderText_268; } inline void set_OnPreRenderText_268(Action_1_t170B3E821B49B45FA7134A2CF48A2E64CA371D42 * value) { ___OnPreRenderText_268 = value; Il2CppCodeGenWriteBarrier((void**)(&___OnPreRenderText_268), (void*)value); } inline static int32_t get_offset_of_m_currentAutoSizeMode_269() { return static_cast(offsetof(TextMeshPro_t4C8C961C0939CD311CCC4F5F306C27C5301BD8E4, ___m_currentAutoSizeMode_269)); } inline bool get_m_currentAutoSizeMode_269() const { return ___m_currentAutoSizeMode_269; } inline bool* get_address_of_m_currentAutoSizeMode_269() { return &___m_currentAutoSizeMode_269; } inline void set_m_currentAutoSizeMode_269(bool value) { ___m_currentAutoSizeMode_269 = value; } inline static int32_t get_offset_of_m_hasFontAssetChanged_270() { return static_cast(offsetof(TextMeshPro_t4C8C961C0939CD311CCC4F5F306C27C5301BD8E4, ___m_hasFontAssetChanged_270)); } inline bool get_m_hasFontAssetChanged_270() const { return ___m_hasFontAssetChanged_270; } inline bool* get_address_of_m_hasFontAssetChanged_270() { return &___m_hasFontAssetChanged_270; } inline void set_m_hasFontAssetChanged_270(bool value) { ___m_hasFontAssetChanged_270 = value; } inline static int32_t get_offset_of_m_previousLossyScaleY_271() { return static_cast(offsetof(TextMeshPro_t4C8C961C0939CD311CCC4F5F306C27C5301BD8E4, ___m_previousLossyScaleY_271)); } inline float get_m_previousLossyScaleY_271() const { return ___m_previousLossyScaleY_271; } inline float* get_address_of_m_previousLossyScaleY_271() { return &___m_previousLossyScaleY_271; } inline void set_m_previousLossyScaleY_271(float value) { ___m_previousLossyScaleY_271 = value; } inline static int32_t get_offset_of_m_renderer_272() { return static_cast(offsetof(TextMeshPro_t4C8C961C0939CD311CCC4F5F306C27C5301BD8E4, ___m_renderer_272)); } inline Renderer_t58147AB5B00224FE1460FD47542DC0DA7EC9378C * get_m_renderer_272() const { return ___m_renderer_272; } inline Renderer_t58147AB5B00224FE1460FD47542DC0DA7EC9378C ** get_address_of_m_renderer_272() { return &___m_renderer_272; } inline void set_m_renderer_272(Renderer_t58147AB5B00224FE1460FD47542DC0DA7EC9378C * value) { ___m_renderer_272 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_renderer_272), (void*)value); } inline static int32_t get_offset_of_m_meshFilter_273() { return static_cast(offsetof(TextMeshPro_t4C8C961C0939CD311CCC4F5F306C27C5301BD8E4, ___m_meshFilter_273)); } inline MeshFilter_t763BB2BBF3881176AD25E4570E6DD215BA0AA51A * get_m_meshFilter_273() const { return ___m_meshFilter_273; } inline MeshFilter_t763BB2BBF3881176AD25E4570E6DD215BA0AA51A ** get_address_of_m_meshFilter_273() { return &___m_meshFilter_273; } inline void set_m_meshFilter_273(MeshFilter_t763BB2BBF3881176AD25E4570E6DD215BA0AA51A * value) { ___m_meshFilter_273 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_meshFilter_273), (void*)value); } inline static int32_t get_offset_of_m_isFirstAllocation_274() { return static_cast(offsetof(TextMeshPro_t4C8C961C0939CD311CCC4F5F306C27C5301BD8E4, ___m_isFirstAllocation_274)); } inline bool get_m_isFirstAllocation_274() const { return ___m_isFirstAllocation_274; } inline bool* get_address_of_m_isFirstAllocation_274() { return &___m_isFirstAllocation_274; } inline void set_m_isFirstAllocation_274(bool value) { ___m_isFirstAllocation_274 = value; } inline static int32_t get_offset_of_m_max_characters_275() { return static_cast(offsetof(TextMeshPro_t4C8C961C0939CD311CCC4F5F306C27C5301BD8E4, ___m_max_characters_275)); } inline int32_t get_m_max_characters_275() const { return ___m_max_characters_275; } inline int32_t* get_address_of_m_max_characters_275() { return &___m_max_characters_275; } inline void set_m_max_characters_275(int32_t value) { ___m_max_characters_275 = value; } inline static int32_t get_offset_of_m_max_numberOfLines_276() { return static_cast(offsetof(TextMeshPro_t4C8C961C0939CD311CCC4F5F306C27C5301BD8E4, ___m_max_numberOfLines_276)); } inline int32_t get_m_max_numberOfLines_276() const { return ___m_max_numberOfLines_276; } inline int32_t* get_address_of_m_max_numberOfLines_276() { return &___m_max_numberOfLines_276; } inline void set_m_max_numberOfLines_276(int32_t value) { ___m_max_numberOfLines_276 = value; } inline static int32_t get_offset_of_m_subTextObjects_277() { return static_cast(offsetof(TextMeshPro_t4C8C961C0939CD311CCC4F5F306C27C5301BD8E4, ___m_subTextObjects_277)); } inline TMP_SubMeshU5BU5D_t2EF6E7C00AD0C05C7BD3E565CF716B62BED324A2* get_m_subTextObjects_277() const { return ___m_subTextObjects_277; } inline TMP_SubMeshU5BU5D_t2EF6E7C00AD0C05C7BD3E565CF716B62BED324A2** get_address_of_m_subTextObjects_277() { return &___m_subTextObjects_277; } inline void set_m_subTextObjects_277(TMP_SubMeshU5BU5D_t2EF6E7C00AD0C05C7BD3E565CF716B62BED324A2* value) { ___m_subTextObjects_277 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_subTextObjects_277), (void*)value); } inline static int32_t get_offset_of_m_maskType_278() { return static_cast(offsetof(TextMeshPro_t4C8C961C0939CD311CCC4F5F306C27C5301BD8E4, ___m_maskType_278)); } inline int32_t get_m_maskType_278() const { return ___m_maskType_278; } inline int32_t* get_address_of_m_maskType_278() { return &___m_maskType_278; } inline void set_m_maskType_278(int32_t value) { ___m_maskType_278 = value; } inline static int32_t get_offset_of_m_EnvMapMatrix_279() { return static_cast(offsetof(TextMeshPro_t4C8C961C0939CD311CCC4F5F306C27C5301BD8E4, ___m_EnvMapMatrix_279)); } inline Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461 get_m_EnvMapMatrix_279() const { return ___m_EnvMapMatrix_279; } inline Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461 * get_address_of_m_EnvMapMatrix_279() { return &___m_EnvMapMatrix_279; } inline void set_m_EnvMapMatrix_279(Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461 value) { ___m_EnvMapMatrix_279 = value; } inline static int32_t get_offset_of_m_RectTransformCorners_280() { return static_cast(offsetof(TextMeshPro_t4C8C961C0939CD311CCC4F5F306C27C5301BD8E4, ___m_RectTransformCorners_280)); } inline Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4* get_m_RectTransformCorners_280() const { return ___m_RectTransformCorners_280; } inline Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4** get_address_of_m_RectTransformCorners_280() { return &___m_RectTransformCorners_280; } inline void set_m_RectTransformCorners_280(Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4* value) { ___m_RectTransformCorners_280 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_RectTransformCorners_280), (void*)value); } inline static int32_t get_offset_of_m_isRegisteredForEvents_281() { return static_cast(offsetof(TextMeshPro_t4C8C961C0939CD311CCC4F5F306C27C5301BD8E4, ___m_isRegisteredForEvents_281)); } inline bool get_m_isRegisteredForEvents_281() const { return ___m_isRegisteredForEvents_281; } inline bool* get_address_of_m_isRegisteredForEvents_281() { return &___m_isRegisteredForEvents_281; } inline void set_m_isRegisteredForEvents_281(bool value) { ___m_isRegisteredForEvents_281 = value; } }; struct TextMeshPro_t4C8C961C0939CD311CCC4F5F306C27C5301BD8E4_StaticFields { public: // Unity.Profiling.ProfilerMarker TMPro.TextMeshPro::k_GenerateTextMarker ProfilerMarker_tAE86534C80C5D67768DB3B244D8D139A2E6495E1 ___k_GenerateTextMarker_282; // Unity.Profiling.ProfilerMarker TMPro.TextMeshPro::k_SetArraySizesMarker ProfilerMarker_tAE86534C80C5D67768DB3B244D8D139A2E6495E1 ___k_SetArraySizesMarker_283; // Unity.Profiling.ProfilerMarker TMPro.TextMeshPro::k_GenerateTextPhaseIMarker ProfilerMarker_tAE86534C80C5D67768DB3B244D8D139A2E6495E1 ___k_GenerateTextPhaseIMarker_284; // Unity.Profiling.ProfilerMarker TMPro.TextMeshPro::k_ParseMarkupTextMarker ProfilerMarker_tAE86534C80C5D67768DB3B244D8D139A2E6495E1 ___k_ParseMarkupTextMarker_285; // Unity.Profiling.ProfilerMarker TMPro.TextMeshPro::k_CharacterLookupMarker ProfilerMarker_tAE86534C80C5D67768DB3B244D8D139A2E6495E1 ___k_CharacterLookupMarker_286; // Unity.Profiling.ProfilerMarker TMPro.TextMeshPro::k_HandleGPOSFeaturesMarker ProfilerMarker_tAE86534C80C5D67768DB3B244D8D139A2E6495E1 ___k_HandleGPOSFeaturesMarker_287; // Unity.Profiling.ProfilerMarker TMPro.TextMeshPro::k_CalculateVerticesPositionMarker ProfilerMarker_tAE86534C80C5D67768DB3B244D8D139A2E6495E1 ___k_CalculateVerticesPositionMarker_288; // Unity.Profiling.ProfilerMarker TMPro.TextMeshPro::k_ComputeTextMetricsMarker ProfilerMarker_tAE86534C80C5D67768DB3B244D8D139A2E6495E1 ___k_ComputeTextMetricsMarker_289; // Unity.Profiling.ProfilerMarker TMPro.TextMeshPro::k_HandleVisibleCharacterMarker ProfilerMarker_tAE86534C80C5D67768DB3B244D8D139A2E6495E1 ___k_HandleVisibleCharacterMarker_290; // Unity.Profiling.ProfilerMarker TMPro.TextMeshPro::k_HandleWhiteSpacesMarker ProfilerMarker_tAE86534C80C5D67768DB3B244D8D139A2E6495E1 ___k_HandleWhiteSpacesMarker_291; // Unity.Profiling.ProfilerMarker TMPro.TextMeshPro::k_HandleHorizontalLineBreakingMarker ProfilerMarker_tAE86534C80C5D67768DB3B244D8D139A2E6495E1 ___k_HandleHorizontalLineBreakingMarker_292; // Unity.Profiling.ProfilerMarker TMPro.TextMeshPro::k_HandleVerticalLineBreakingMarker ProfilerMarker_tAE86534C80C5D67768DB3B244D8D139A2E6495E1 ___k_HandleVerticalLineBreakingMarker_293; // Unity.Profiling.ProfilerMarker TMPro.TextMeshPro::k_SaveGlyphVertexDataMarker ProfilerMarker_tAE86534C80C5D67768DB3B244D8D139A2E6495E1 ___k_SaveGlyphVertexDataMarker_294; // Unity.Profiling.ProfilerMarker TMPro.TextMeshPro::k_ComputeCharacterAdvanceMarker ProfilerMarker_tAE86534C80C5D67768DB3B244D8D139A2E6495E1 ___k_ComputeCharacterAdvanceMarker_295; // Unity.Profiling.ProfilerMarker TMPro.TextMeshPro::k_HandleCarriageReturnMarker ProfilerMarker_tAE86534C80C5D67768DB3B244D8D139A2E6495E1 ___k_HandleCarriageReturnMarker_296; // Unity.Profiling.ProfilerMarker TMPro.TextMeshPro::k_HandleLineTerminationMarker ProfilerMarker_tAE86534C80C5D67768DB3B244D8D139A2E6495E1 ___k_HandleLineTerminationMarker_297; // Unity.Profiling.ProfilerMarker TMPro.TextMeshPro::k_SavePageInfoMarker ProfilerMarker_tAE86534C80C5D67768DB3B244D8D139A2E6495E1 ___k_SavePageInfoMarker_298; // Unity.Profiling.ProfilerMarker TMPro.TextMeshPro::k_SaveProcessingStatesMarker ProfilerMarker_tAE86534C80C5D67768DB3B244D8D139A2E6495E1 ___k_SaveProcessingStatesMarker_299; // Unity.Profiling.ProfilerMarker TMPro.TextMeshPro::k_GenerateTextPhaseIIMarker ProfilerMarker_tAE86534C80C5D67768DB3B244D8D139A2E6495E1 ___k_GenerateTextPhaseIIMarker_300; // Unity.Profiling.ProfilerMarker TMPro.TextMeshPro::k_GenerateTextPhaseIIIMarker ProfilerMarker_tAE86534C80C5D67768DB3B244D8D139A2E6495E1 ___k_GenerateTextPhaseIIIMarker_301; public: inline static int32_t get_offset_of_k_GenerateTextMarker_282() { return static_cast(offsetof(TextMeshPro_t4C8C961C0939CD311CCC4F5F306C27C5301BD8E4_StaticFields, ___k_GenerateTextMarker_282)); } inline ProfilerMarker_tAE86534C80C5D67768DB3B244D8D139A2E6495E1 get_k_GenerateTextMarker_282() const { return ___k_GenerateTextMarker_282; } inline ProfilerMarker_tAE86534C80C5D67768DB3B244D8D139A2E6495E1 * get_address_of_k_GenerateTextMarker_282() { return &___k_GenerateTextMarker_282; } inline void set_k_GenerateTextMarker_282(ProfilerMarker_tAE86534C80C5D67768DB3B244D8D139A2E6495E1 value) { ___k_GenerateTextMarker_282 = value; } inline static int32_t get_offset_of_k_SetArraySizesMarker_283() { return static_cast(offsetof(TextMeshPro_t4C8C961C0939CD311CCC4F5F306C27C5301BD8E4_StaticFields, ___k_SetArraySizesMarker_283)); } inline ProfilerMarker_tAE86534C80C5D67768DB3B244D8D139A2E6495E1 get_k_SetArraySizesMarker_283() const { return ___k_SetArraySizesMarker_283; } inline ProfilerMarker_tAE86534C80C5D67768DB3B244D8D139A2E6495E1 * get_address_of_k_SetArraySizesMarker_283() { return &___k_SetArraySizesMarker_283; } inline void set_k_SetArraySizesMarker_283(ProfilerMarker_tAE86534C80C5D67768DB3B244D8D139A2E6495E1 value) { ___k_SetArraySizesMarker_283 = value; } inline static int32_t get_offset_of_k_GenerateTextPhaseIMarker_284() { return static_cast(offsetof(TextMeshPro_t4C8C961C0939CD311CCC4F5F306C27C5301BD8E4_StaticFields, ___k_GenerateTextPhaseIMarker_284)); } inline ProfilerMarker_tAE86534C80C5D67768DB3B244D8D139A2E6495E1 get_k_GenerateTextPhaseIMarker_284() const { return ___k_GenerateTextPhaseIMarker_284; } inline ProfilerMarker_tAE86534C80C5D67768DB3B244D8D139A2E6495E1 * get_address_of_k_GenerateTextPhaseIMarker_284() { return &___k_GenerateTextPhaseIMarker_284; } inline void set_k_GenerateTextPhaseIMarker_284(ProfilerMarker_tAE86534C80C5D67768DB3B244D8D139A2E6495E1 value) { ___k_GenerateTextPhaseIMarker_284 = value; } inline static int32_t get_offset_of_k_ParseMarkupTextMarker_285() { return static_cast(offsetof(TextMeshPro_t4C8C961C0939CD311CCC4F5F306C27C5301BD8E4_StaticFields, ___k_ParseMarkupTextMarker_285)); } inline ProfilerMarker_tAE86534C80C5D67768DB3B244D8D139A2E6495E1 get_k_ParseMarkupTextMarker_285() const { return ___k_ParseMarkupTextMarker_285; } inline ProfilerMarker_tAE86534C80C5D67768DB3B244D8D139A2E6495E1 * get_address_of_k_ParseMarkupTextMarker_285() { return &___k_ParseMarkupTextMarker_285; } inline void set_k_ParseMarkupTextMarker_285(ProfilerMarker_tAE86534C80C5D67768DB3B244D8D139A2E6495E1 value) { ___k_ParseMarkupTextMarker_285 = value; } inline static int32_t get_offset_of_k_CharacterLookupMarker_286() { return static_cast(offsetof(TextMeshPro_t4C8C961C0939CD311CCC4F5F306C27C5301BD8E4_StaticFields, ___k_CharacterLookupMarker_286)); } inline ProfilerMarker_tAE86534C80C5D67768DB3B244D8D139A2E6495E1 get_k_CharacterLookupMarker_286() const { return ___k_CharacterLookupMarker_286; } inline ProfilerMarker_tAE86534C80C5D67768DB3B244D8D139A2E6495E1 * get_address_of_k_CharacterLookupMarker_286() { return &___k_CharacterLookupMarker_286; } inline void set_k_CharacterLookupMarker_286(ProfilerMarker_tAE86534C80C5D67768DB3B244D8D139A2E6495E1 value) { ___k_CharacterLookupMarker_286 = value; } inline static int32_t get_offset_of_k_HandleGPOSFeaturesMarker_287() { return static_cast(offsetof(TextMeshPro_t4C8C961C0939CD311CCC4F5F306C27C5301BD8E4_StaticFields, ___k_HandleGPOSFeaturesMarker_287)); } inline ProfilerMarker_tAE86534C80C5D67768DB3B244D8D139A2E6495E1 get_k_HandleGPOSFeaturesMarker_287() const { return ___k_HandleGPOSFeaturesMarker_287; } inline ProfilerMarker_tAE86534C80C5D67768DB3B244D8D139A2E6495E1 * get_address_of_k_HandleGPOSFeaturesMarker_287() { return &___k_HandleGPOSFeaturesMarker_287; } inline void set_k_HandleGPOSFeaturesMarker_287(ProfilerMarker_tAE86534C80C5D67768DB3B244D8D139A2E6495E1 value) { ___k_HandleGPOSFeaturesMarker_287 = value; } inline static int32_t get_offset_of_k_CalculateVerticesPositionMarker_288() { return static_cast(offsetof(TextMeshPro_t4C8C961C0939CD311CCC4F5F306C27C5301BD8E4_StaticFields, ___k_CalculateVerticesPositionMarker_288)); } inline ProfilerMarker_tAE86534C80C5D67768DB3B244D8D139A2E6495E1 get_k_CalculateVerticesPositionMarker_288() const { return ___k_CalculateVerticesPositionMarker_288; } inline ProfilerMarker_tAE86534C80C5D67768DB3B244D8D139A2E6495E1 * get_address_of_k_CalculateVerticesPositionMarker_288() { return &___k_CalculateVerticesPositionMarker_288; } inline void set_k_CalculateVerticesPositionMarker_288(ProfilerMarker_tAE86534C80C5D67768DB3B244D8D139A2E6495E1 value) { ___k_CalculateVerticesPositionMarker_288 = value; } inline static int32_t get_offset_of_k_ComputeTextMetricsMarker_289() { return static_cast(offsetof(TextMeshPro_t4C8C961C0939CD311CCC4F5F306C27C5301BD8E4_StaticFields, ___k_ComputeTextMetricsMarker_289)); } inline ProfilerMarker_tAE86534C80C5D67768DB3B244D8D139A2E6495E1 get_k_ComputeTextMetricsMarker_289() const { return ___k_ComputeTextMetricsMarker_289; } inline ProfilerMarker_tAE86534C80C5D67768DB3B244D8D139A2E6495E1 * get_address_of_k_ComputeTextMetricsMarker_289() { return &___k_ComputeTextMetricsMarker_289; } inline void set_k_ComputeTextMetricsMarker_289(ProfilerMarker_tAE86534C80C5D67768DB3B244D8D139A2E6495E1 value) { ___k_ComputeTextMetricsMarker_289 = value; } inline static int32_t get_offset_of_k_HandleVisibleCharacterMarker_290() { return static_cast(offsetof(TextMeshPro_t4C8C961C0939CD311CCC4F5F306C27C5301BD8E4_StaticFields, ___k_HandleVisibleCharacterMarker_290)); } inline ProfilerMarker_tAE86534C80C5D67768DB3B244D8D139A2E6495E1 get_k_HandleVisibleCharacterMarker_290() const { return ___k_HandleVisibleCharacterMarker_290; } inline ProfilerMarker_tAE86534C80C5D67768DB3B244D8D139A2E6495E1 * get_address_of_k_HandleVisibleCharacterMarker_290() { return &___k_HandleVisibleCharacterMarker_290; } inline void set_k_HandleVisibleCharacterMarker_290(ProfilerMarker_tAE86534C80C5D67768DB3B244D8D139A2E6495E1 value) { ___k_HandleVisibleCharacterMarker_290 = value; } inline static int32_t get_offset_of_k_HandleWhiteSpacesMarker_291() { return static_cast(offsetof(TextMeshPro_t4C8C961C0939CD311CCC4F5F306C27C5301BD8E4_StaticFields, ___k_HandleWhiteSpacesMarker_291)); } inline ProfilerMarker_tAE86534C80C5D67768DB3B244D8D139A2E6495E1 get_k_HandleWhiteSpacesMarker_291() const { return ___k_HandleWhiteSpacesMarker_291; } inline ProfilerMarker_tAE86534C80C5D67768DB3B244D8D139A2E6495E1 * get_address_of_k_HandleWhiteSpacesMarker_291() { return &___k_HandleWhiteSpacesMarker_291; } inline void set_k_HandleWhiteSpacesMarker_291(ProfilerMarker_tAE86534C80C5D67768DB3B244D8D139A2E6495E1 value) { ___k_HandleWhiteSpacesMarker_291 = value; } inline static int32_t get_offset_of_k_HandleHorizontalLineBreakingMarker_292() { return static_cast(offsetof(TextMeshPro_t4C8C961C0939CD311CCC4F5F306C27C5301BD8E4_StaticFields, ___k_HandleHorizontalLineBreakingMarker_292)); } inline ProfilerMarker_tAE86534C80C5D67768DB3B244D8D139A2E6495E1 get_k_HandleHorizontalLineBreakingMarker_292() const { return ___k_HandleHorizontalLineBreakingMarker_292; } inline ProfilerMarker_tAE86534C80C5D67768DB3B244D8D139A2E6495E1 * get_address_of_k_HandleHorizontalLineBreakingMarker_292() { return &___k_HandleHorizontalLineBreakingMarker_292; } inline void set_k_HandleHorizontalLineBreakingMarker_292(ProfilerMarker_tAE86534C80C5D67768DB3B244D8D139A2E6495E1 value) { ___k_HandleHorizontalLineBreakingMarker_292 = value; } inline static int32_t get_offset_of_k_HandleVerticalLineBreakingMarker_293() { return static_cast(offsetof(TextMeshPro_t4C8C961C0939CD311CCC4F5F306C27C5301BD8E4_StaticFields, ___k_HandleVerticalLineBreakingMarker_293)); } inline ProfilerMarker_tAE86534C80C5D67768DB3B244D8D139A2E6495E1 get_k_HandleVerticalLineBreakingMarker_293() const { return ___k_HandleVerticalLineBreakingMarker_293; } inline ProfilerMarker_tAE86534C80C5D67768DB3B244D8D139A2E6495E1 * get_address_of_k_HandleVerticalLineBreakingMarker_293() { return &___k_HandleVerticalLineBreakingMarker_293; } inline void set_k_HandleVerticalLineBreakingMarker_293(ProfilerMarker_tAE86534C80C5D67768DB3B244D8D139A2E6495E1 value) { ___k_HandleVerticalLineBreakingMarker_293 = value; } inline static int32_t get_offset_of_k_SaveGlyphVertexDataMarker_294() { return static_cast(offsetof(TextMeshPro_t4C8C961C0939CD311CCC4F5F306C27C5301BD8E4_StaticFields, ___k_SaveGlyphVertexDataMarker_294)); } inline ProfilerMarker_tAE86534C80C5D67768DB3B244D8D139A2E6495E1 get_k_SaveGlyphVertexDataMarker_294() const { return ___k_SaveGlyphVertexDataMarker_294; } inline ProfilerMarker_tAE86534C80C5D67768DB3B244D8D139A2E6495E1 * get_address_of_k_SaveGlyphVertexDataMarker_294() { return &___k_SaveGlyphVertexDataMarker_294; } inline void set_k_SaveGlyphVertexDataMarker_294(ProfilerMarker_tAE86534C80C5D67768DB3B244D8D139A2E6495E1 value) { ___k_SaveGlyphVertexDataMarker_294 = value; } inline static int32_t get_offset_of_k_ComputeCharacterAdvanceMarker_295() { return static_cast(offsetof(TextMeshPro_t4C8C961C0939CD311CCC4F5F306C27C5301BD8E4_StaticFields, ___k_ComputeCharacterAdvanceMarker_295)); } inline ProfilerMarker_tAE86534C80C5D67768DB3B244D8D139A2E6495E1 get_k_ComputeCharacterAdvanceMarker_295() const { return ___k_ComputeCharacterAdvanceMarker_295; } inline ProfilerMarker_tAE86534C80C5D67768DB3B244D8D139A2E6495E1 * get_address_of_k_ComputeCharacterAdvanceMarker_295() { return &___k_ComputeCharacterAdvanceMarker_295; } inline void set_k_ComputeCharacterAdvanceMarker_295(ProfilerMarker_tAE86534C80C5D67768DB3B244D8D139A2E6495E1 value) { ___k_ComputeCharacterAdvanceMarker_295 = value; } inline static int32_t get_offset_of_k_HandleCarriageReturnMarker_296() { return static_cast(offsetof(TextMeshPro_t4C8C961C0939CD311CCC4F5F306C27C5301BD8E4_StaticFields, ___k_HandleCarriageReturnMarker_296)); } inline ProfilerMarker_tAE86534C80C5D67768DB3B244D8D139A2E6495E1 get_k_HandleCarriageReturnMarker_296() const { return ___k_HandleCarriageReturnMarker_296; } inline ProfilerMarker_tAE86534C80C5D67768DB3B244D8D139A2E6495E1 * get_address_of_k_HandleCarriageReturnMarker_296() { return &___k_HandleCarriageReturnMarker_296; } inline void set_k_HandleCarriageReturnMarker_296(ProfilerMarker_tAE86534C80C5D67768DB3B244D8D139A2E6495E1 value) { ___k_HandleCarriageReturnMarker_296 = value; } inline static int32_t get_offset_of_k_HandleLineTerminationMarker_297() { return static_cast(offsetof(TextMeshPro_t4C8C961C0939CD311CCC4F5F306C27C5301BD8E4_StaticFields, ___k_HandleLineTerminationMarker_297)); } inline ProfilerMarker_tAE86534C80C5D67768DB3B244D8D139A2E6495E1 get_k_HandleLineTerminationMarker_297() const { return ___k_HandleLineTerminationMarker_297; } inline ProfilerMarker_tAE86534C80C5D67768DB3B244D8D139A2E6495E1 * get_address_of_k_HandleLineTerminationMarker_297() { return &___k_HandleLineTerminationMarker_297; } inline void set_k_HandleLineTerminationMarker_297(ProfilerMarker_tAE86534C80C5D67768DB3B244D8D139A2E6495E1 value) { ___k_HandleLineTerminationMarker_297 = value; } inline static int32_t get_offset_of_k_SavePageInfoMarker_298() { return static_cast(offsetof(TextMeshPro_t4C8C961C0939CD311CCC4F5F306C27C5301BD8E4_StaticFields, ___k_SavePageInfoMarker_298)); } inline ProfilerMarker_tAE86534C80C5D67768DB3B244D8D139A2E6495E1 get_k_SavePageInfoMarker_298() const { return ___k_SavePageInfoMarker_298; } inline ProfilerMarker_tAE86534C80C5D67768DB3B244D8D139A2E6495E1 * get_address_of_k_SavePageInfoMarker_298() { return &___k_SavePageInfoMarker_298; } inline void set_k_SavePageInfoMarker_298(ProfilerMarker_tAE86534C80C5D67768DB3B244D8D139A2E6495E1 value) { ___k_SavePageInfoMarker_298 = value; } inline static int32_t get_offset_of_k_SaveProcessingStatesMarker_299() { return static_cast(offsetof(TextMeshPro_t4C8C961C0939CD311CCC4F5F306C27C5301BD8E4_StaticFields, ___k_SaveProcessingStatesMarker_299)); } inline ProfilerMarker_tAE86534C80C5D67768DB3B244D8D139A2E6495E1 get_k_SaveProcessingStatesMarker_299() const { return ___k_SaveProcessingStatesMarker_299; } inline ProfilerMarker_tAE86534C80C5D67768DB3B244D8D139A2E6495E1 * get_address_of_k_SaveProcessingStatesMarker_299() { return &___k_SaveProcessingStatesMarker_299; } inline void set_k_SaveProcessingStatesMarker_299(ProfilerMarker_tAE86534C80C5D67768DB3B244D8D139A2E6495E1 value) { ___k_SaveProcessingStatesMarker_299 = value; } inline static int32_t get_offset_of_k_GenerateTextPhaseIIMarker_300() { return static_cast(offsetof(TextMeshPro_t4C8C961C0939CD311CCC4F5F306C27C5301BD8E4_StaticFields, ___k_GenerateTextPhaseIIMarker_300)); } inline ProfilerMarker_tAE86534C80C5D67768DB3B244D8D139A2E6495E1 get_k_GenerateTextPhaseIIMarker_300() const { return ___k_GenerateTextPhaseIIMarker_300; } inline ProfilerMarker_tAE86534C80C5D67768DB3B244D8D139A2E6495E1 * get_address_of_k_GenerateTextPhaseIIMarker_300() { return &___k_GenerateTextPhaseIIMarker_300; } inline void set_k_GenerateTextPhaseIIMarker_300(ProfilerMarker_tAE86534C80C5D67768DB3B244D8D139A2E6495E1 value) { ___k_GenerateTextPhaseIIMarker_300 = value; } inline static int32_t get_offset_of_k_GenerateTextPhaseIIIMarker_301() { return static_cast(offsetof(TextMeshPro_t4C8C961C0939CD311CCC4F5F306C27C5301BD8E4_StaticFields, ___k_GenerateTextPhaseIIIMarker_301)); } inline ProfilerMarker_tAE86534C80C5D67768DB3B244D8D139A2E6495E1 get_k_GenerateTextPhaseIIIMarker_301() const { return ___k_GenerateTextPhaseIIIMarker_301; } inline ProfilerMarker_tAE86534C80C5D67768DB3B244D8D139A2E6495E1 * get_address_of_k_GenerateTextPhaseIIIMarker_301() { return &___k_GenerateTextPhaseIIIMarker_301; } inline void set_k_GenerateTextPhaseIIIMarker_301(ProfilerMarker_tAE86534C80C5D67768DB3B244D8D139A2E6495E1 value) { ___k_GenerateTextPhaseIIIMarker_301 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // TMPro.TMP_CharacterInfo[] struct TMP_CharacterInfoU5BU5D_t7128C1B46CF6AB1374135FA31D41ABF23882B970 : public RuntimeArray { public: ALIGN_FIELD (8) TMP_CharacterInfo_t6F1B9FE4246803FFE4F527B3CEFED9D60AD7383B m_Items[1]; public: inline TMP_CharacterInfo_t6F1B9FE4246803FFE4F527B3CEFED9D60AD7383B GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline TMP_CharacterInfo_t6F1B9FE4246803FFE4F527B3CEFED9D60AD7383B * GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, TMP_CharacterInfo_t6F1B9FE4246803FFE4F527B3CEFED9D60AD7383B value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___textElement_4), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___fontAsset_5), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___spriteAsset_6), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___material_8), (void*)NULL); #endif } inline TMP_CharacterInfo_t6F1B9FE4246803FFE4F527B3CEFED9D60AD7383B GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline TMP_CharacterInfo_t6F1B9FE4246803FFE4F527B3CEFED9D60AD7383B * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, TMP_CharacterInfo_t6F1B9FE4246803FFE4F527B3CEFED9D60AD7383B value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___textElement_4), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___fontAsset_5), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___spriteAsset_6), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___material_8), (void*)NULL); #endif } }; // TMPro.TMP_WordInfo[] struct TMP_WordInfoU5BU5D_t702DDE9D8C7BD02F4D744F914B94BAB83E0F9502 : public RuntimeArray { public: ALIGN_FIELD (8) TMP_WordInfo_t168F70FD30F4875E4C84D40F9F30FCB5D2EB895C m_Items[1]; public: inline TMP_WordInfo_t168F70FD30F4875E4C84D40F9F30FCB5D2EB895C GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline TMP_WordInfo_t168F70FD30F4875E4C84D40F9F30FCB5D2EB895C * GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, TMP_WordInfo_t168F70FD30F4875E4C84D40F9F30FCB5D2EB895C value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___textComponent_0), (void*)NULL); } inline TMP_WordInfo_t168F70FD30F4875E4C84D40F9F30FCB5D2EB895C GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline TMP_WordInfo_t168F70FD30F4875E4C84D40F9F30FCB5D2EB895C * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, TMP_WordInfo_t168F70FD30F4875E4C84D40F9F30FCB5D2EB895C value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___textComponent_0), (void*)NULL); } }; // TMPro.TMP_LinkInfo[] struct TMP_LinkInfoU5BU5D_t27AF3A656CD9F504EFE1F29B69409819CBE7C6C6 : public RuntimeArray { public: ALIGN_FIELD (8) TMP_LinkInfo_t1BFC3C15E256E033F84E8C3A48E0AC5F64D206A6 m_Items[1]; public: inline TMP_LinkInfo_t1BFC3C15E256E033F84E8C3A48E0AC5F64D206A6 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline TMP_LinkInfo_t1BFC3C15E256E033F84E8C3A48E0AC5F64D206A6 * GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, TMP_LinkInfo_t1BFC3C15E256E033F84E8C3A48E0AC5F64D206A6 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___textComponent_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___linkID_6), (void*)NULL); #endif } inline TMP_LinkInfo_t1BFC3C15E256E033F84E8C3A48E0AC5F64D206A6 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline TMP_LinkInfo_t1BFC3C15E256E033F84E8C3A48E0AC5F64D206A6 * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, TMP_LinkInfo_t1BFC3C15E256E033F84E8C3A48E0AC5F64D206A6 value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___textComponent_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___linkID_6), (void*)NULL); #endif } }; // TMPro.TMP_LineInfo[] struct TMP_LineInfoU5BU5D_t2B188FB1B6C36641B7FEB177ACC798FAC9806C3D : public RuntimeArray { public: ALIGN_FIELD (8) TMP_LineInfo_tB86D3A31D61EB73EEFB08F6B1AB5C60DE52981F7 m_Items[1]; public: inline TMP_LineInfo_tB86D3A31D61EB73EEFB08F6B1AB5C60DE52981F7 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline TMP_LineInfo_tB86D3A31D61EB73EEFB08F6B1AB5C60DE52981F7 * GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, TMP_LineInfo_tB86D3A31D61EB73EEFB08F6B1AB5C60DE52981F7 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline TMP_LineInfo_tB86D3A31D61EB73EEFB08F6B1AB5C60DE52981F7 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline TMP_LineInfo_tB86D3A31D61EB73EEFB08F6B1AB5C60DE52981F7 * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, TMP_LineInfo_tB86D3A31D61EB73EEFB08F6B1AB5C60DE52981F7 value) { m_Items[index] = value; } }; // TMPro.TMP_PageInfo[] struct TMP_PageInfoU5BU5D_tD278FD80A76AC5A74DA87B7A5653423E41AC634F : public RuntimeArray { public: ALIGN_FIELD (8) TMP_PageInfo_tB5F02C2AE1421D5984972F28F2ABEE49763D58CC m_Items[1]; public: inline TMP_PageInfo_tB5F02C2AE1421D5984972F28F2ABEE49763D58CC GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline TMP_PageInfo_tB5F02C2AE1421D5984972F28F2ABEE49763D58CC * GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, TMP_PageInfo_tB5F02C2AE1421D5984972F28F2ABEE49763D58CC value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline TMP_PageInfo_tB5F02C2AE1421D5984972F28F2ABEE49763D58CC GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline TMP_PageInfo_tB5F02C2AE1421D5984972F28F2ABEE49763D58CC * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, TMP_PageInfo_tB5F02C2AE1421D5984972F28F2ABEE49763D58CC value) { m_Items[index] = value; } }; // TMPro.TMP_MeshInfo[] struct TMP_MeshInfoU5BU5D_t6C0A65D18C54B6FA681B2EB0676B83116FD03119 : public RuntimeArray { public: ALIGN_FIELD (8) TMP_MeshInfo_t69FCEF4CBC055C00598478835753D43D94A03176 m_Items[1]; public: inline TMP_MeshInfo_t69FCEF4CBC055C00598478835753D43D94A03176 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline TMP_MeshInfo_t69FCEF4CBC055C00598478835753D43D94A03176 * GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, TMP_MeshInfo_t69FCEF4CBC055C00598478835753D43D94A03176 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___mesh_4), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___vertices_6), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___normals_7), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___tangents_8), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___uvs0_9), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___uvs2_10), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___colors32_11), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___triangles_12), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___material_13), (void*)NULL); #endif } inline TMP_MeshInfo_t69FCEF4CBC055C00598478835753D43D94A03176 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline TMP_MeshInfo_t69FCEF4CBC055C00598478835753D43D94A03176 * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, TMP_MeshInfo_t69FCEF4CBC055C00598478835753D43D94A03176 value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___mesh_4), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___vertices_6), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___normals_7), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___tangents_8), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___uvs0_9), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___uvs2_10), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___colors32_11), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___triangles_12), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___material_13), (void*)NULL); #endif } }; // TMPro.MaterialReference[] struct MaterialReferenceU5BU5D_t06D1C1249B8051EC092684920106F77B6FC203FD : public RuntimeArray { public: ALIGN_FIELD (8) MaterialReference_tB00D33F114B6EF4E7D63B25D053A0111D502951B m_Items[1]; public: inline MaterialReference_tB00D33F114B6EF4E7D63B25D053A0111D502951B GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline MaterialReference_tB00D33F114B6EF4E7D63B25D053A0111D502951B * GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, MaterialReference_tB00D33F114B6EF4E7D63B25D053A0111D502951B value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___fontAsset_1), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___spriteAsset_2), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___material_3), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___fallbackMaterial_6), (void*)NULL); #endif } inline MaterialReference_tB00D33F114B6EF4E7D63B25D053A0111D502951B GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline MaterialReference_tB00D33F114B6EF4E7D63B25D053A0111D502951B * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, MaterialReference_tB00D33F114B6EF4E7D63B25D053A0111D502951B value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___fontAsset_1), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___spriteAsset_2), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___material_3), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___fallbackMaterial_6), (void*)NULL); #endif } }; // UnityEngine.Vector3[] struct Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4 : public RuntimeArray { public: ALIGN_FIELD (8) Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E m_Items[1]; public: inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { m_Items[index] = value; } }; // UnityEngine.Vector2[] struct Vector2U5BU5D_tE0F58A2D6D8592B5EC37D9CDEF09103A02E5D7FA : public RuntimeArray { public: ALIGN_FIELD (8) Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 m_Items[1]; public: inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { m_Items[index] = value; } }; // UnityEngine.Color32[] struct Color32U5BU5D_t7FEB526973BF84608073B85CF2D581427F0235E2 : public RuntimeArray { public: ALIGN_FIELD (8) Color32_tDB54A78627878A7D2DE42BB028D64306A18E858D m_Items[1]; public: inline Color32_tDB54A78627878A7D2DE42BB028D64306A18E858D GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Color32_tDB54A78627878A7D2DE42BB028D64306A18E858D * GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, Color32_tDB54A78627878A7D2DE42BB028D64306A18E858D value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline Color32_tDB54A78627878A7D2DE42BB028D64306A18E858D GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Color32_tDB54A78627878A7D2DE42BB028D64306A18E858D * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Color32_tDB54A78627878A7D2DE42BB028D64306A18E858D value) { m_Items[index] = value; } }; // System.Int32[] struct Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32 : public RuntimeArray { public: ALIGN_FIELD (8) int32_t m_Items[1]; public: inline int32_t GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline int32_t* GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, int32_t value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline int32_t GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline int32_t* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, int32_t value) { m_Items[index] = value; } }; // System.Char[] struct CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34 : public RuntimeArray { public: ALIGN_FIELD (8) Il2CppChar m_Items[1]; public: inline Il2CppChar GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Il2CppChar* GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, Il2CppChar value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline Il2CppChar GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Il2CppChar* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Il2CppChar value) { m_Items[index] = value; } }; // TMPro.TMP_SubMesh[] struct TMP_SubMeshU5BU5D_t2EF6E7C00AD0C05C7BD3E565CF716B62BED324A2 : public RuntimeArray { public: ALIGN_FIELD (8) TMP_SubMesh_tF05E95C4AC87BBE600564968E24B50BE2E06D1B8 * m_Items[1]; public: inline TMP_SubMesh_tF05E95C4AC87BBE600564968E24B50BE2E06D1B8 * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline TMP_SubMesh_tF05E95C4AC87BBE600564968E24B50BE2E06D1B8 ** GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, TMP_SubMesh_tF05E95C4AC87BBE600564968E24B50BE2E06D1B8 * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline TMP_SubMesh_tF05E95C4AC87BBE600564968E24B50BE2E06D1B8 * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline TMP_SubMesh_tF05E95C4AC87BBE600564968E24B50BE2E06D1B8 ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, TMP_SubMesh_tF05E95C4AC87BBE600564968E24B50BE2E06D1B8 * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // TMPro.TMP_Text/UnicodeChar[] struct UnicodeCharU5BU5D_tB233FC88865130D0B1EA18DA685C2AF41FB134F7 : public RuntimeArray { public: ALIGN_FIELD (8) UnicodeChar_t7C67F31D1AA3029C5AC96F50A8312DB6F9BB5B25 m_Items[1]; public: inline UnicodeChar_t7C67F31D1AA3029C5AC96F50A8312DB6F9BB5B25 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline UnicodeChar_t7C67F31D1AA3029C5AC96F50A8312DB6F9BB5B25 * GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, UnicodeChar_t7C67F31D1AA3029C5AC96F50A8312DB6F9BB5B25 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline UnicodeChar_t7C67F31D1AA3029C5AC96F50A8312DB6F9BB5B25 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline UnicodeChar_t7C67F31D1AA3029C5AC96F50A8312DB6F9BB5B25 * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, UnicodeChar_t7C67F31D1AA3029C5AC96F50A8312DB6F9BB5B25 value) { m_Items[index] = value; } }; // System.String[] struct StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A : public RuntimeArray { public: ALIGN_FIELD (8) String_t* m_Items[1]; public: inline String_t* GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline String_t** GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, String_t* value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline String_t* GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline String_t** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, String_t* value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // UnityEngine.Material[] struct MaterialU5BU5D_t3AE4936F3CA08FB9EE182A935E665EA9CDA5E492 : public RuntimeArray { public: ALIGN_FIELD (8) Material_t8927C00353A72755313F046D0CE85178AE8218EE * m_Items[1]; public: inline Material_t8927C00353A72755313F046D0CE85178AE8218EE * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Material_t8927C00353A72755313F046D0CE85178AE8218EE ** GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, Material_t8927C00353A72755313F046D0CE85178AE8218EE * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline Material_t8927C00353A72755313F046D0CE85178AE8218EE * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Material_t8927C00353A72755313F046D0CE85178AE8218EE ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Material_t8927C00353A72755313F046D0CE85178AE8218EE * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // System.Object[] struct ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE : public RuntimeArray { public: ALIGN_FIELD (8) RuntimeObject * m_Items[1]; public: inline RuntimeObject * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline RuntimeObject ** GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, RuntimeObject * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline RuntimeObject * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline RuntimeObject ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, RuntimeObject * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // System.UInt32[] struct UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF : public RuntimeArray { public: ALIGN_FIELD (8) uint32_t m_Items[1]; public: inline uint32_t GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline uint32_t* GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, uint32_t value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline uint32_t GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline uint32_t* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, uint32_t value) { m_Items[index] = value; } }; // System.Void System.Collections.Generic.HashSet`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HashSet_1__ctor_m9B21BAAD4C19CA98ED32C01B726F2582CBA60B77_gshared (HashSet_1_tF187707BD5564B6808CE30721FBC083F00B385E5 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1__ctor_m0F0E00088CF56FEACC9E32D8B7D91B93D91DAA3B_gshared (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * __this, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.HashSet`1::Contains(!0) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool HashSet_1_Contains_mDB2D801EE205A2137F9D5083CF53D0B81D4CAFD2_gshared (HashSet_1_tF187707BD5564B6808CE30721FBC083F00B385E5 * __this, int32_t ___item0, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.HashSet`1::Add(!0) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool HashSet_1_Add_m6E656443F896943F211B625F1CF920105F4C4EE1_gshared (HashSet_1_tF187707BD5564B6808CE30721FBC083F00B385E5 * __this, int32_t ___item0, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Add(!0) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_Add_mF15250BF947CA27BE9A23C08BAC6DB6F180B0EDD_gshared (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * __this, RuntimeObject * ___item0, const RuntimeMethod* method); // !0 System.Collections.Generic.List`1::get_Item(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject * List_1_get_Item_m7B5E3383CB67492E573AC0D875ED82A51350F188_gshared_inline (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * __this, int32_t ___index0, const RuntimeMethod* method); // System.Int32 System.Collections.Generic.List`1::get_Count() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t List_1_get_Count_m5D847939ABB9A78203B062CAFFE975792174D00F_gshared_inline (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Clear() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_Clear_m5FB5A9C59D8625FDFB06876C4D8848F0F07ABFD0_gshared (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.HashSet`1::Clear() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HashSet_1_Clear_mD296E7574294C9B883B9C6BB1450A2C5D7E11EA4_gshared (HashSet_1_tF187707BD5564B6808CE30721FBC083F00B385E5 * __this, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.List`1::Remove(!0) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool List_1_Remove_mC8FCB6A53C017A6C13FC891B6BB1D78F9A77D5E3_gshared (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * __this, RuntimeObject * ___item0, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.HashSet`1::Remove(!0) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool HashSet_1_Remove_mAF5A8F3CF57935F03F7C89E506AE67C8BC5AD8ED_gshared (HashSet_1_tF187707BD5564B6808CE30721FBC083F00B385E5 * __this, int32_t ___item0, const RuntimeMethod* method); // System.Void TMPro.FastAction`2::Call(A,B) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FastAction_2_Call_m8255A782F57422A07637C436EF30AADA2657BF0E_gshared (FastAction_2_tB7B141B6E6E4C966ED39641A66F988C222824B89 * __this, bool ___a0, RuntimeObject * ___b1, const RuntimeMethod* method); // System.Void TMPro.FastAction`3::Call(A,B,C) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FastAction_3_Call_mCC165CDC6AEF96744CD13A0C34AA98FF70147D3F_gshared (FastAction_3_tC48279AB7203029CE1BC38D12B7320DC7AFA9673 * __this, RuntimeObject * ___a0, RuntimeObject * ___b1, RuntimeObject * ___c2, const RuntimeMethod* method); // System.Void TMPro.FastAction`1::Call(A) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FastAction_1_Call_mB8B57A71723BEDF54AC9EBC822DCF71D7A4D144B_gshared (FastAction_1_t0256216D55569A7059E38E7F79D8B1C844C6D472 * __this, bool ___a0, const RuntimeMethod* method); // System.Void TMPro.FastAction`1::Call(A) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FastAction_1_Call_m50365D6D2478FF77AD47B2F4465E4A0B64004ABB_gshared (FastAction_1_t7DEB2C81E5E660535F02C9FAD69D163E2C996976 * __this, RuntimeObject * ___a0, const RuntimeMethod* method); // System.Void TMPro.FastAction`2::Call(A,B) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FastAction_2_Call_m8A311B6B37CBD50E85EB2870B9F614B21DA4E3D6_gshared (FastAction_2_tD74B705047962EC1B6B63713981E96D1AB69DDAE * __this, RuntimeObject * ___a0, RuntimeObject * ___b1, const RuntimeMethod* method); // System.Void TMPro.FastAction`2::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FastAction_2__ctor_mE585F3535B19A46E00E2966EA32C6FC14C5ED189_gshared (FastAction_2_tD74B705047962EC1B6B63713981E96D1AB69DDAE * __this, const RuntimeMethod* method); // System.Void TMPro.FastAction`2::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FastAction_2__ctor_m8FFEBC68D927D49FAEC0DFC696D847A1FF6DC8AB_gshared (FastAction_2_tB7B141B6E6E4C966ED39641A66F988C222824B89 * __this, const RuntimeMethod* method); // System.Void TMPro.FastAction`3::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FastAction_3__ctor_m07F2C064CC729A52AAF9121ACBD4F50E27776C11_gshared (FastAction_3_tC48279AB7203029CE1BC38D12B7320DC7AFA9673 * __this, const RuntimeMethod* method); // System.Void TMPro.FastAction`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FastAction_1__ctor_mC8B6FBBDFADAB7F6FFA376A18D04F7D5A1A37FAA_gshared (FastAction_1_t0256216D55569A7059E38E7F79D8B1C844C6D472 * __this, const RuntimeMethod* method); // System.Void TMPro.FastAction`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FastAction_1__ctor_mF8DE6ACAD8624BBAE237916E812DB65A29A42F78_gshared (FastAction_1_t7DEB2C81E5E660535F02C9FAD69D163E2C996976 * __this, const RuntimeMethod* method); // System.Int32 System.Collections.Generic.List`1::get_Count() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t List_1_get_Count_m70BC2BBCAA532A1588DB59CA7E556F541F32621D_gshared_inline (List_1_t023026A8F0D0D113E2B62213C8C74717BF7F4731 * __this, const RuntimeMethod* method); // !0 System.Collections.Generic.List`1::get_Item(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint32_t List_1_get_Item_mB16774A7E717953B089B111C42D5DD2256E30F69_gshared_inline (List_1_t023026A8F0D0D113E2B62213C8C74717BF7F4731 * __this, int32_t ___index0, const RuntimeMethod* method); // !!0 UnityEngine.Component::GetComponent() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Component_GetComponent_TisRuntimeObject_mDC2250CC3F24F6FE45660AF6153056ABDA5ED60F_gshared (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 * __this, const RuntimeMethod* method); // !!0 UnityEngine.GameObject::AddComponent() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * GameObject_AddComponent_TisRuntimeObject_mF5562A0C81CEDFE1C295F7E16FC6904B5057CB2D_gshared (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * __this, const RuntimeMethod* method); // !!0[] UnityEngine.Component::GetComponentsInChildren() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* Component_GetComponentsInChildren_TisRuntimeObject_m254067D66B75073E897E989B5E670C194AFA7621_gshared (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 * __this, const RuntimeMethod* method); // System.Void System.Array::Resize(!!0[]&,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Array_Resize_TisRuntimeObject_mCEF6B03A945BC4C6C42EE27083DBBFEE0F200D9F_gshared (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** ___array0, int32_t ___newSize1, const RuntimeMethod* method); // !!0 UnityEngine.Resources::Load(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Resources_Load_TisRuntimeObject_m83108B6D8808A0E83DE12FD220A87000D19AEE00_gshared (String_t* ___path0, const RuntimeMethod* method); // System.Void TMPro.TMP_TextInfo::Resize(T[]&,System.Int32,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_TextInfo_Resize_TisRuntimeObject_mFBD5C20FFA02DB2CBE5513AE247163482C0672E2_gshared (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** ___array0, int32_t ___size1, bool ___isBlockAllocated2, const RuntimeMethod* method); // System.Void TMPro.TMP_TextProcessingStack`1::SetDefault(T) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_TextProcessingStack_1_SetDefault_m70AC1FAADE1CA45C2BA152818B0A952CCD359485_gshared (TMP_TextProcessingStack_1_tDB47EC8942F1479B2A92CE5501379911F2189B31 * __this, int32_t ___item0, const RuntimeMethod* method); // System.Void TMPro.TMP_TextProcessingStack`1::SetDefault(T) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_TextProcessingStack_1_SetDefault_m65003B8F9F6FCE61A3AC246C99CFAC6734914465_gshared (TMP_TextProcessingStack_1_t7C34F5D4D2FC429E4551885C16EFDF05B8D2A6E3 * __this, MaterialReference_tB00D33F114B6EF4E7D63B25D053A0111D502951B ___item0, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::Clear() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2_Clear_mEF66FB646BF483BD2943F78417C299E1C50730D7_gshared (Dictionary_2_t49CB072CAA9184D326107FA696BB354C43EB5E08 * __this, const RuntimeMethod* method); // System.Void TMPro.TMP_TextInfo::Resize(T[]&,System.Int32,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_TextInfo_Resize_TisTMP_CharacterInfo_t6F1B9FE4246803FFE4F527B3CEFED9D60AD7383B_m1C86AF032DFA65CE73267C38C2B34822BAED25B3_gshared (TMP_CharacterInfoU5BU5D_t7128C1B46CF6AB1374135FA31D41ABF23882B970** ___array0, int32_t ___size1, bool ___isBlockAllocated2, const RuntimeMethod* method); // System.Int32 System.Collections.Generic.Dictionary`2::get_Count() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Dictionary_2_get_Count_m4B244F40033A552A9DD496F66C759D1AC5FAB762_gshared (Dictionary_2_t49CB072CAA9184D326107FA696BB354C43EB5E08 * __this, const RuntimeMethod* method); // System.Void TMPro.TMP_TextInfo::Resize(T[]&,System.Int32,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_TextInfo_Resize_TisTMP_MeshInfo_t69FCEF4CBC055C00598478835753D43D94A03176_m7CB5C5374D263749B245A19B3791B0C2DE0B21BD_gshared (TMP_MeshInfoU5BU5D_t6C0A65D18C54B6FA681B2EB0676B83116FD03119** ___array0, int32_t ___size1, bool ___isBlockAllocated2, const RuntimeMethod* method); // System.Void TMPro.TMP_TextInfo::Resize(T[]&,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_TextInfo_Resize_TisRuntimeObject_m5D02E45E6513461072CEC9A49EFAC5F9F688204C_gshared (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** ___array0, int32_t ___size1, const RuntimeMethod* method); // System.Void TMPro.TMP_TextProcessingStack`1::SetDefault(T) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_TextProcessingStack_1_SetDefault_m3449DB02D37F8F59E5C8E537F9910F4FC418E59D_gshared (TMP_TextProcessingStack_1_t0C5DDA1BDCC56D66F8465350BB1E55E94AAEBE17 * __this, float ___item0, const RuntimeMethod* method); // System.Void TMPro.TMP_TextProcessingStack`1::Clear() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_TextProcessingStack_1_Clear_m92077EF5DECC1DA878E6CF1CA30231AE24507391_gshared (TMP_TextProcessingStack_1_t0C5DDA1BDCC56D66F8465350BB1E55E94AAEBE17 * __this, const RuntimeMethod* method); // System.Void TMPro.TMP_TextProcessingStack`1::SetDefault(T) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_TextProcessingStack_1_SetDefault_mC2C677E5F18F0D7948B30621560691B61BA7AFD0_gshared (TMP_TextProcessingStack_1_tCB10A5934F69ED17BBB7F709D74D60038177414D * __this, Color32_tDB54A78627878A7D2DE42BB028D64306A18E858D ___item0, const RuntimeMethod* method); // System.Void TMPro.TMP_TextProcessingStack`1::SetDefault(T) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_TextProcessingStack_1_SetDefault_m1E3CEAE999539ACA627F3308526B65F73C1C2D37_gshared (TMP_TextProcessingStack_1_t091E8E0507335193E71397075A9E75FFE125381E * __this, HighlightState_t52CE27A1187034A1037ABC13A70BAEE4AC3B5759 ___item0, const RuntimeMethod* method); // System.Void TMPro.TMP_TextProcessingStack`1::SetDefault(T) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_TextProcessingStack_1_SetDefault_m064A6235E0FE2C629A1252D8C18E51EA48EDD857_gshared (TMP_TextProcessingStack_1_tF3FF8BBC59FBF64D4272CB8A0AEC73A9E51710E3 * __this, RuntimeObject * ___item0, const RuntimeMethod* method); // System.Void TMPro.TMP_TextProcessingStack`1::SetDefault(T) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_TextProcessingStack_1_SetDefault_mC7F0F43E70DB109D2030B418ED86012E8FA1AD29_gshared (TMP_TextProcessingStack_1_tAD0A40D35721F31D8FE2C344F705515FDF0F7DBA * __this, int32_t ___item0, const RuntimeMethod* method); // System.Void TMPro.TMP_TextProcessingStack`1::Clear() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_TextProcessingStack_1_Clear_m54A533DBFA40313CA0795712B77C29EE6B73D775_gshared (TMP_TextProcessingStack_1_tAD0A40D35721F31D8FE2C344F705515FDF0F7DBA * __this, const RuntimeMethod* method); // System.Void TMPro.TMP_TextProcessingStack`1::Clear() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_TextProcessingStack_1_Clear_m0496F35F6D032B292943574C607901E6E0DABDAE_gshared (TMP_TextProcessingStack_1_t09C36897DBFF463BB173E0ED3612A8D49A8EE2D7 * __this, const RuntimeMethod* method); // !1 System.Collections.Generic.Dictionary`2::get_Item(!0) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Dictionary_2_get_Item_m6FF222E803077B0CCD7E35139C5897D9DFD6A76A_gshared (Dictionary_2_t32479D928C553725424938B11A68D3CD8069EA75 * __this, uint32_t ___key0, const RuntimeMethod* method); // T TMPro.TMP_TextProcessingStack`1::get_current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR HighlightState_t52CE27A1187034A1037ABC13A70BAEE4AC3B5759 TMP_TextProcessingStack_1_get_current_mF71CA976FB7F7A65A7AA85B6D28AE060CF21391D_gshared (TMP_TextProcessingStack_1_t091E8E0507335193E71397075A9E75FFE125381E * __this, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2::TryGetValue(!0,!1&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Dictionary_2_TryGetValue_m217C0A1B3702CD790509E01A629A50EECD263C7F_gshared (Dictionary_2_t32479D928C553725424938B11A68D3CD8069EA75 * __this, uint32_t ___key0, RuntimeObject ** ___value1, const RuntimeMethod* method); // System.Int32 TMPro.TMP_TextProcessingStack`1::get_Count() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t TMP_TextProcessingStack_1_get_Count_m32B3573BD0E2ABC1485F9D03AE8D19ACFE2EA06C_gshared_inline (TMP_TextProcessingStack_1_t09C36897DBFF463BB173E0ED3612A8D49A8EE2D7 * __this, const RuntimeMethod* method); // T TMPro.TMP_TextProcessingStack`1::Pop() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR WordWrapState_t15805FC5C080AC77203F872695E3B951F460DE99 TMP_TextProcessingStack_1_Pop_m107187E97028777E349EF22C93BA5EFC25621427_gshared (TMP_TextProcessingStack_1_t09C36897DBFF463BB173E0ED3612A8D49A8EE2D7 * __this, const RuntimeMethod* method); // System.Void TMPro.TMP_TextProcessingStack`1::Push(T) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_TextProcessingStack_1_Push_m4BFE2DC592048CEE579378EAA522E0DCDE9E533D_gshared (TMP_TextProcessingStack_1_t09C36897DBFF463BB173E0ED3612A8D49A8EE2D7 * __this, WordWrapState_t15805FC5C080AC77203F872695E3B951F460DE99 ___item0, const RuntimeMethod* method); // System.Void TMPro.TMP_TextInfo::Resize(T[]&,System.Int32,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_TextInfo_Resize_TisTMP_PageInfo_tB5F02C2AE1421D5984972F28F2ABEE49763D58CC_mA926877D4DE0ECD0B69E1ECC85E2A0EF7DA1420A_gshared (TMP_PageInfoU5BU5D_tD278FD80A76AC5A74DA87B7A5653423E41AC634F** ___array0, int32_t ___size1, bool ___isBlockAllocated2, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2::ContainsKey(!0) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Dictionary_2_ContainsKey_m763BB54F67046603579688541690777BDEDBDD53_gshared (Dictionary_2_tB8FA8FEFBC38630BF40B59A6B474816F30D29B23 * __this, int32_t ___key0, const RuntimeMethod* method); // System.Void TMPro.TMP_TextInfo::Resize(T[]&,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_TextInfo_Resize_TisTMP_WordInfo_t168F70FD30F4875E4C84D40F9F30FCB5D2EB895C_m46654E57A0D3569A19A2E130D3158486B76C6E5F_gshared (TMP_WordInfoU5BU5D_t702DDE9D8C7BD02F4D744F914B94BAB83E0F9502** ___array0, int32_t ___size1, const RuntimeMethod* method); // System.Void System.Action`1::Invoke(!0) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_1_Invoke_mAAE01A16F138CEC8E1965D322EFB6A7045FE76F2_gshared (Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * __this, RuntimeObject * ___obj0, const RuntimeMethod* method); // System.Void System.Object::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405 (RuntimeObject * __this, const RuntimeMethod* method); // System.Void TMPro.TMP_MeshInfo::Clear(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_MeshInfo_Clear_m568A89370129EC78A88E5583164776DD74F7C50E (TMP_MeshInfo_t69FCEF4CBC055C00598478835753D43D94A03176 * __this, bool ___uploadChanges0, const RuntimeMethod* method); // System.Void TMPro.TMP_MeshInfo::ResizeMeshInfo(System.Int32,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_MeshInfo_ResizeMeshInfo_mCE4A3431B384F58C76DA4AB224C6D5BAB4E52EEC (TMP_MeshInfo_t69FCEF4CBC055C00598478835753D43D94A03176 * __this, int32_t ___size0, bool ___isVolumetric1, const RuntimeMethod* method); // System.Void TMPro.TMP_MeshInfo::ClearUnusedVertices(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_MeshInfo_ClearUnusedVertices_m04030171EB174C4DB4D3FFA7DA46C4584917B075 (TMP_MeshInfo_t69FCEF4CBC055C00598478835753D43D94A03176 * __this, int32_t ___startIndex0, const RuntimeMethod* method); // System.Void System.Array::Copy(System.Array,System.Array,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Array_Copy_m40103AA97DC582C557B912CF4BBE86A4D166F803 (RuntimeArray * ___sourceArray0, RuntimeArray * ___destinationArray1, int32_t ___length2, const RuntimeMethod* method); // System.Void UnityEngine.Vector2::.ctor(System.Single,System.Single) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Vector2__ctor_m9F1F2D5EB5D1FF7091BB527AC8A72CBB309D115E_inline (Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * __this, float ___x0, float ___y1, const RuntimeMethod* method); // System.Void TMPro.TMP_TextParsingUtilities::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_TextParsingUtilities__ctor_m08CE017C5FAAD596B00D8165A98DC1805401BDBB (TMP_TextParsingUtilities_t845792ABB1A30432C444A226C892D25B815A009B * __this, const RuntimeMethod* method); // System.Char System.String::get_Chars(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70 (String_t* __this, int32_t ___index0, const RuntimeMethod* method); // System.Char TMPro.TMP_TextParsingUtilities::ToUpperASCIIFast(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar TMP_TextParsingUtilities_ToUpperASCIIFast_m8AAEABBCC6B03C9661BE9E05783E5B897FC19A10 (Il2CppChar ___c0, const RuntimeMethod* method); // System.Int32 System.String::get_Length() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline (String_t* __this, const RuntimeMethod* method); // System.Int32 TMPro.TMP_TextUtilities::FindNearestCharacter(TMPro.TMP_Text,UnityEngine.Vector3,UnityEngine.Camera,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TMP_TextUtilities_FindNearestCharacter_m3DFA528030B00D477A1426404D6F3803DF0261AB (TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 * ___text0, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___position1, Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * ___camera2, bool ___visibleOnly3, const RuntimeMethod* method); // UnityEngine.RectTransform TMPro.TMP_Text::get_rectTransform() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * TMP_Text_get_rectTransform_mEDF01E64384F15763209C6A28C7E61CB2EC932C4 (TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 * __this, const RuntimeMethod* method); // UnityEngine.Vector2 UnityEngine.Vector2::op_Implicit(UnityEngine.Vector3) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 Vector2_op_Implicit_mE407CAF7446E342E059B00AA9EDB301AEC5B7B1A_inline (Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___v0, const RuntimeMethod* method); // System.Boolean TMPro.TMP_TextUtilities::ScreenPointToWorldPointInRectangle(UnityEngine.Transform,UnityEngine.Vector2,UnityEngine.Camera,UnityEngine.Vector3&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TMP_TextUtilities_ScreenPointToWorldPointInRectangle_mA50140F7833DFC97BE391FE6AC33E0F3F8704782 (Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * ___transform0, Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___screenPoint1, Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * ___cam2, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * ___worldPoint3, const RuntimeMethod* method); // TMPro.TMP_TextInfo TMPro.TMP_Text::get_textInfo() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * TMP_Text_get_textInfo_mB006DF4283F14B0E49B9FCC0025D99C29FA534BF_inline (TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 * __this, const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.Transform::TransformPoint(UnityEngine.Vector3) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Transform_TransformPoint_m68AF95765A9279192E601208A9C5170027A5F0D2 (Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * __this, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___position0, const RuntimeMethod* method); // System.Int32 TMPro.TMP_TextUtilities::FindNearestLine(TMPro.TMP_Text,UnityEngine.Vector3,UnityEngine.Camera) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TMP_TextUtilities_FindNearestLine_mE8C42CE9A076513D933B8DCF1D66019A1041B364 (TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 * ___text0, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___position1, Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * ___camera2, const RuntimeMethod* method); // System.Int32 TMPro.TMP_TextUtilities::FindNearestCharacterOnLine(TMPro.TMP_Text,UnityEngine.Vector3,System.Int32,UnityEngine.Camera,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TMP_TextUtilities_FindNearestCharacterOnLine_m30166B28A6C20719AD2C3DC95F283DFB4FC6B729 (TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 * ___text0, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___position1, int32_t ___line2, Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * ___camera3, bool ___visibleOnly4, const RuntimeMethod* method); // System.Void UnityEngine.Vector3::.ctor(System.Single,System.Single,System.Single) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Vector3__ctor_m57495F692C6CE1CEF278CAD9A98221165D37E636_inline (Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * __this, float ___x0, float ___y1, float ___z2, const RuntimeMethod* method); // System.Single UnityEngine.Mathf::Min(System.Single,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Mathf_Min_mD28BD5C9012619B74E475F204F96603193E99B14 (float ___a0, float ___b1, const RuntimeMethod* method); // System.Boolean TMPro.TMP_TextUtilities::PointIntersectRectangle(UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Vector3) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TMP_TextUtilities_PointIntersectRectangle_m20756D13AD194C1706C7C09D9CD92C6E270021C8 (Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___m0, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___a1, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___b2, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___c3, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___d4, const RuntimeMethod* method); // System.Single TMPro.TMP_TextUtilities::DistanceToLine(UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Vector3) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float TMP_TextUtilities_DistanceToLine_m856CA082FEFFD368B35CE7E2C8DA980F916AB735 (Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___a0, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___b1, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___point2, const RuntimeMethod* method); // System.Void UnityEngine.RectTransform::GetWorldCorners(UnityEngine.Vector3[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RectTransform_GetWorldCorners_m5351A825540654FFDBD0837AC37D2139F64A4FD8 (RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * __this, Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4* ___fourCornersArray0, const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.Vector3::get_zero() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Vector3_get_zero_m1A8F7993167785F750B6B01762D22C2597C84EF6 (const RuntimeMethod* method); // System.Single UnityEngine.Mathf::Max(System.Single,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Mathf_Max_m4CE510E1F1013B33275F01543731A51A58BA0775 (float ___a0, float ___b1, const RuntimeMethod* method); // UnityEngine.Transform TMPro.TMP_Text::get_transform() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * TMP_Text_get_transform_m81019C9C243967EF69E113D8E2DC0C65275C9C0A (TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 * __this, const RuntimeMethod* method); // TMPro.TextOverflowModes TMPro.TMP_Text::get_overflowMode() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t TMP_Text_get_overflowMode_mD09EAE40A098EF2E50C65B0900904B8C1EBA0B35_inline (TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 * __this, const RuntimeMethod* method); // System.Int32 TMPro.TMP_Text::get_pageToDisplay() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t TMP_Text_get_pageToDisplay_mC860756E9242A44EFF0FAF800410A47E02A61783_inline (TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 * __this, const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.Vector3::op_Subtraction(UnityEngine.Vector3,UnityEngine.Vector3) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Vector3_op_Subtraction_m2725C96965D5C0B1F9715797E51762B13A5FED58_inline (Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___a0, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___b1, const RuntimeMethod* method); // System.Single UnityEngine.Vector3::Dot(UnityEngine.Vector3,UnityEngine.Vector3) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float Vector3_Dot_mD19905B093915BA12852732EA27AA2DBE030D11F_inline (Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___lhs0, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___rhs1, const RuntimeMethod* method); // UnityEngine.Vector2 UnityEngine.Vector2::get_zero() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 Vector2_get_zero_m621041B9DF5FAE86C1EF4CB28C224FEA089CB828 (const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.Vector2::op_Implicit(UnityEngine.Vector2) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Vector2_op_Implicit_m4FA146E613DBFE6C1C4B0E9B461D622E6F2FC294_inline (Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___v0, const RuntimeMethod* method); // UnityEngine.Ray UnityEngine.RectTransformUtility::ScreenPointToRay(UnityEngine.Camera,UnityEngine.Vector2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Ray_t2E9E67CC8B03EE6ED2BBF3D2C9C96DDF70E1D5E6 RectTransformUtility_ScreenPointToRay_m90048F9120E0F859D8ED12C6590E0793F0602641 (Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * ___cam0, Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___screenPos1, const RuntimeMethod* method); // UnityEngine.Quaternion UnityEngine.Transform::get_rotation() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 Transform_get_rotation_m4AA3858C00DF4C9614B80352558C4C37D08D2200 (Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * __this, const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.Vector3::get_back() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Vector3_get_back_mD521DF1A2C26E145578E07D618E1E4D08A1C6220 (const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.Quaternion::op_Multiply(UnityEngine.Quaternion,UnityEngine.Vector3) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Quaternion_op_Multiply_mDC5F913E6B21FEC72AB2CF737D34CC6C7A69803D (Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 ___rotation0, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___point1, const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.Transform::get_position() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Transform_get_position_m40A8A9895568D56FFC687B57F30E8D53CB5EA341 (Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * __this, const RuntimeMethod* method); // System.Void UnityEngine.Plane::.ctor(UnityEngine.Vector3,UnityEngine.Vector3) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Plane__ctor_m5B830C0E99AA5A47EF0D15767828D6E859867E67 (Plane_t80844BF2332EAFC1DDEDD616A950242031A115C7 * __this, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___inNormal0, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___inPoint1, const RuntimeMethod* method); // System.Boolean UnityEngine.Plane::Raycast(UnityEngine.Ray,System.Single&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Plane_Raycast_m8E3B0EF5B22DF336430373D4997155B647E99A24 (Plane_t80844BF2332EAFC1DDEDD616A950242031A115C7 * __this, Ray_t2E9E67CC8B03EE6ED2BBF3D2C9C96DDF70E1D5E6 ___ray0, float* ___enter1, const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.Ray::GetPoint(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Ray_GetPoint_mC92464E32E42603B7B3444938E8BB8ADA43AB240 (Ray_t2E9E67CC8B03EE6ED2BBF3D2C9C96DDF70E1D5E6 * __this, float ___distance0, const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.Vector3::op_Multiply(System.Single,UnityEngine.Vector3) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Vector3_op_Multiply_m079B29E4F58127F03BD52558C1FE1A528547328F_inline (float ___d0, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___a1, const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.Vector3::op_Addition(UnityEngine.Vector3,UnityEngine.Vector3) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Vector3_op_Addition_mEE4F672B923CCB184C39AABCA33443DB218E50E0_inline (Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___a0, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___b1, const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.Vector3::op_Multiply(UnityEngine.Vector3,System.Single) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Vector3_op_Multiply_m9EA3D18290418D7B410C7D11C4788C13BFD2C30A_inline (Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___a0, float ___d1, const RuntimeMethod* method); // System.Char TMPro.TMP_TextUtilities::ToUpperFast(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar TMP_TextUtilities_ToUpperFast_mD0D38F4B5BD8075F96C2F50447CCBBA8BE93C8C6 (Il2CppChar ___c0, const RuntimeMethod* method); // System.Char TMPro.TMP_TextUtilities::ToLowerFast(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar TMP_TextUtilities_ToLowerFast_mA95B4B88050827AFB7AEF9E67E2E360350E5D02E (Il2CppChar ___c0, const RuntimeMethod* method); // System.Int32 TMPro.TMP_TextUtilities::HexToInt(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TMP_TextUtilities_HexToInt_mFABAA06FA0B6E47ACDB038E0535BC4C746FD3C91 (Il2CppChar ___hex0, const RuntimeMethod* method); // System.Void TMPro.TMP_UpdateManager::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_UpdateManager__ctor_m4496C5FCCBD14F96D8C0F8FD1EEDB02002043978 (TMP_UpdateManager_tDF9A1F6AC36B3228A091313D3CED71650F3BBBA1 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.HashSet`1::.ctor() inline void HashSet_1__ctor_m9B21BAAD4C19CA98ED32C01B726F2582CBA60B77 (HashSet_1_tF187707BD5564B6808CE30721FBC083F00B385E5 * __this, const RuntimeMethod* method) { (( void (*) (HashSet_1_tF187707BD5564B6808CE30721FBC083F00B385E5 *, const RuntimeMethod*))HashSet_1__ctor_m9B21BAAD4C19CA98ED32C01B726F2582CBA60B77_gshared)(__this, method); } // System.Void System.Collections.Generic.List`1::.ctor() inline void List_1__ctor_m8584EA72CF6336E2CFECED63DDF352FFB53B95CE (List_1_tB6DC4E33A6D425C4CCA3CC020E0A5E62D10201E6 * __this, const RuntimeMethod* method) { (( void (*) (List_1_tB6DC4E33A6D425C4CCA3CC020E0A5E62D10201E6 *, const RuntimeMethod*))List_1__ctor_m0F0E00088CF56FEACC9E32D8B7D91B93D91DAA3B_gshared)(__this, method); } // System.Void UnityEngine.Canvas/WillRenderCanvases::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WillRenderCanvases__ctor_m8A46E9A5DED6B54DC2A8A3137AE3637081EADFB6 (WillRenderCanvases_t459621B4F3FA2571DE0ED6B4DEF0752F2E9EE958 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void UnityEngine.Canvas::add_willRenderCanvases(UnityEngine.Canvas/WillRenderCanvases) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Canvas_add_willRenderCanvases_m00E391FCCE9839EEB6D7A729DCBF6B841FDF02B7 (WillRenderCanvases_t459621B4F3FA2571DE0ED6B4DEF0752F2E9EE958 * ___value0, const RuntimeMethod* method); // TMPro.TMP_UpdateManager TMPro.TMP_UpdateManager::get_instance() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TMP_UpdateManager_tDF9A1F6AC36B3228A091313D3CED71650F3BBBA1 * TMP_UpdateManager_get_instance_m2C91FB3C459A2B7CCD1EE666D58BF366C4D96804 (const RuntimeMethod* method); // System.Void TMPro.TMP_UpdateManager::InternalRegisterTextObjectForUpdate(TMPro.TMP_Text) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_UpdateManager_InternalRegisterTextObjectForUpdate_m41B828F442070B55A1A8EFBDE276508F6CEA62C9 (TMP_UpdateManager_tDF9A1F6AC36B3228A091313D3CED71650F3BBBA1 * __this, TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 * ___textObject0, const RuntimeMethod* method); // System.Int32 UnityEngine.Object::GetInstanceID() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Object_GetInstanceID_m7CF962BC1DB5C03F3522F88728CB2F514582B501 (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A * __this, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.HashSet`1::Contains(!0) inline bool HashSet_1_Contains_mDB2D801EE205A2137F9D5083CF53D0B81D4CAFD2 (HashSet_1_tF187707BD5564B6808CE30721FBC083F00B385E5 * __this, int32_t ___item0, const RuntimeMethod* method) { return (( bool (*) (HashSet_1_tF187707BD5564B6808CE30721FBC083F00B385E5 *, int32_t, const RuntimeMethod*))HashSet_1_Contains_mDB2D801EE205A2137F9D5083CF53D0B81D4CAFD2_gshared)(__this, ___item0, method); } // System.Boolean System.Collections.Generic.HashSet`1::Add(!0) inline bool HashSet_1_Add_m6E656443F896943F211B625F1CF920105F4C4EE1 (HashSet_1_tF187707BD5564B6808CE30721FBC083F00B385E5 * __this, int32_t ___item0, const RuntimeMethod* method) { return (( bool (*) (HashSet_1_tF187707BD5564B6808CE30721FBC083F00B385E5 *, int32_t, const RuntimeMethod*))HashSet_1_Add_m6E656443F896943F211B625F1CF920105F4C4EE1_gshared)(__this, ___item0, method); } // System.Void System.Collections.Generic.List`1::Add(!0) inline void List_1_Add_m046DC7544FD48E129983580D13F500A751551AE1 (List_1_tB6DC4E33A6D425C4CCA3CC020E0A5E62D10201E6 * __this, TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 * ___item0, const RuntimeMethod* method) { (( void (*) (List_1_tB6DC4E33A6D425C4CCA3CC020E0A5E62D10201E6 *, TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *, const RuntimeMethod*))List_1_Add_mF15250BF947CA27BE9A23C08BAC6DB6F180B0EDD_gshared)(__this, ___item0, method); } // System.Void TMPro.TMP_UpdateManager::InternalRegisterTextElementForLayoutRebuild(TMPro.TMP_Text) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_UpdateManager_InternalRegisterTextElementForLayoutRebuild_mBE8E7BB7772EC1A129F3A6B0B88B948C298B9473 (TMP_UpdateManager_tDF9A1F6AC36B3228A091313D3CED71650F3BBBA1 * __this, TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 * ___element0, const RuntimeMethod* method); // System.Void TMPro.TMP_UpdateManager::InternalRegisterTextElementForGraphicRebuild(TMPro.TMP_Text) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_UpdateManager_InternalRegisterTextElementForGraphicRebuild_m8FE9440C12E2D6227BA9AFB48BEEC4949DF48C93 (TMP_UpdateManager_tDF9A1F6AC36B3228A091313D3CED71650F3BBBA1 * __this, TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 * ___element0, const RuntimeMethod* method); // System.Void TMPro.TMP_UpdateManager::InternalRegisterTextElementForCullingUpdate(TMPro.TMP_Text) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_UpdateManager_InternalRegisterTextElementForCullingUpdate_m7ABC36A3CE0EF55F2200FD9572D1DB1C1DFB9F19 (TMP_UpdateManager_tDF9A1F6AC36B3228A091313D3CED71650F3BBBA1 * __this, TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 * ___element0, const RuntimeMethod* method); // System.Void TMPro.TMP_UpdateManager::DoRebuilds() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_UpdateManager_DoRebuilds_mC7AA93B8AF213BA9D42526C3881B4090A87A3405 (TMP_UpdateManager_tDF9A1F6AC36B3228A091313D3CED71650F3BBBA1 * __this, const RuntimeMethod* method); // !0 System.Collections.Generic.List`1::get_Item(System.Int32) inline TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 * List_1_get_Item_mD0768A30B3C63648D80CB0A99321F2D5A7526190_inline (List_1_tB6DC4E33A6D425C4CCA3CC020E0A5E62D10201E6 * __this, int32_t ___index0, const RuntimeMethod* method) { return (( TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 * (*) (List_1_tB6DC4E33A6D425C4CCA3CC020E0A5E62D10201E6 *, int32_t, const RuntimeMethod*))List_1_get_Item_m7B5E3383CB67492E573AC0D875ED82A51350F188_gshared_inline)(__this, ___index0, method); } // System.Int32 System.Collections.Generic.List`1::get_Count() inline int32_t List_1_get_Count_mE478956420AF70472F654447F4B04E8DDDD0430F_inline (List_1_tB6DC4E33A6D425C4CCA3CC020E0A5E62D10201E6 * __this, const RuntimeMethod* method) { return (( int32_t (*) (List_1_tB6DC4E33A6D425C4CCA3CC020E0A5E62D10201E6 *, const RuntimeMethod*))List_1_get_Count_m5D847939ABB9A78203B062CAFFE975792174D00F_gshared_inline)(__this, method); } // System.Void System.Collections.Generic.List`1::Clear() inline void List_1_Clear_m743232DDA0A7F9FB5371AA250EFD046BE80D17D1 (List_1_tB6DC4E33A6D425C4CCA3CC020E0A5E62D10201E6 * __this, const RuntimeMethod* method) { (( void (*) (List_1_tB6DC4E33A6D425C4CCA3CC020E0A5E62D10201E6 *, const RuntimeMethod*))List_1_Clear_m5FB5A9C59D8625FDFB06876C4D8848F0F07ABFD0_gshared)(__this, method); } // System.Void System.Collections.Generic.HashSet`1::Clear() inline void HashSet_1_Clear_mD296E7574294C9B883B9C6BB1450A2C5D7E11EA4 (HashSet_1_tF187707BD5564B6808CE30721FBC083F00B385E5 * __this, const RuntimeMethod* method) { (( void (*) (HashSet_1_tF187707BD5564B6808CE30721FBC083F00B385E5 *, const RuntimeMethod*))HashSet_1_Clear_mD296E7574294C9B883B9C6BB1450A2C5D7E11EA4_gshared)(__this, method); } // System.Void TMPro.TMP_UpdateManager::InternalUnRegisterTextObjectForUpdate(TMPro.TMP_Text) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_UpdateManager_InternalUnRegisterTextObjectForUpdate_m88488082896FAF4F1F54B17DC7146FB67401F7D3 (TMP_UpdateManager_tDF9A1F6AC36B3228A091313D3CED71650F3BBBA1 * __this, TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 * ___textObject0, const RuntimeMethod* method); // System.Void TMPro.TMP_UpdateManager::InternalUnRegisterTextElementForGraphicRebuild(TMPro.TMP_Text) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_UpdateManager_InternalUnRegisterTextElementForGraphicRebuild_mE5121DDE993F2F6258165D32874589AD6BA3D6B0 (TMP_UpdateManager_tDF9A1F6AC36B3228A091313D3CED71650F3BBBA1 * __this, TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 * ___element0, const RuntimeMethod* method); // System.Void TMPro.TMP_UpdateManager::InternalUnRegisterTextElementForLayoutRebuild(TMPro.TMP_Text) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_UpdateManager_InternalUnRegisterTextElementForLayoutRebuild_m9DB1B921AB75475679937FAEFD9D43D414B17356 (TMP_UpdateManager_tDF9A1F6AC36B3228A091313D3CED71650F3BBBA1 * __this, TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 * ___element0, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.List`1::Remove(!0) inline bool List_1_Remove_m4E893113539AD99807D9FEC83DDA2275032FDA63 (List_1_tB6DC4E33A6D425C4CCA3CC020E0A5E62D10201E6 * __this, TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 * ___item0, const RuntimeMethod* method) { return (( bool (*) (List_1_tB6DC4E33A6D425C4CCA3CC020E0A5E62D10201E6 *, TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *, const RuntimeMethod*))List_1_Remove_mC8FCB6A53C017A6C13FC891B6BB1D78F9A77D5E3_gshared)(__this, ___item0, method); } // System.Boolean System.Collections.Generic.HashSet`1::Remove(!0) inline bool HashSet_1_Remove_mAF5A8F3CF57935F03F7C89E506AE67C8BC5AD8ED (HashSet_1_tF187707BD5564B6808CE30721FBC083F00B385E5 * __this, int32_t ___item0, const RuntimeMethod* method) { return (( bool (*) (HashSet_1_tF187707BD5564B6808CE30721FBC083F00B385E5 *, int32_t, const RuntimeMethod*))HashSet_1_Remove_mAF5A8F3CF57935F03F7C89E506AE67C8BC5AD8ED_gshared)(__this, ___item0, method); } // System.Void Unity.Profiling.ProfilerMarker::.ctor(System.String) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ProfilerMarker__ctor_mCE8D10CF2D2B2C4E51BF1BB66D75FDDE5BDA4A41_inline (ProfilerMarker_tAE86534C80C5D67768DB3B244D8D139A2E6495E1 * __this, String_t* ___name0, const RuntimeMethod* method); // System.Void TMPro.TMP_UpdateRegistry::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_UpdateRegistry__ctor_mB45E1B0C19720D713C954308E742F602FE647B7E (TMP_UpdateRegistry_t4F3B7A977A49346D2EBADCC1B29A5DAA15DB3FC0 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor() inline void List_1__ctor_mF7FEA77DC0E60B9BD7585465EE07D9ECC0894285 (List_1_tA0F66F22AB0543957B73ABDF4C5C946AB15074C6 * __this, const RuntimeMethod* method) { (( void (*) (List_1_tA0F66F22AB0543957B73ABDF4C5C946AB15074C6 *, const RuntimeMethod*))List_1__ctor_m0F0E00088CF56FEACC9E32D8B7D91B93D91DAA3B_gshared)(__this, method); } // TMPro.TMP_UpdateRegistry TMPro.TMP_UpdateRegistry::get_instance() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TMP_UpdateRegistry_t4F3B7A977A49346D2EBADCC1B29A5DAA15DB3FC0 * TMP_UpdateRegistry_get_instance_mC3AB2D16EB38D93C7F4759299FB962626D7C52E6 (const RuntimeMethod* method); // System.Boolean TMPro.TMP_UpdateRegistry::InternalRegisterCanvasElementForLayoutRebuild(UnityEngine.UI.ICanvasElement) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TMP_UpdateRegistry_InternalRegisterCanvasElementForLayoutRebuild_mF194E93AF7162627BE90D2CDAC03313DF82F1C78 (TMP_UpdateRegistry_t4F3B7A977A49346D2EBADCC1B29A5DAA15DB3FC0 * __this, RuntimeObject* ___element0, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Add(!0) inline void List_1_Add_mAAA21B5582FCD1C50EB8C7EF513E350D4CCBC30C (List_1_tA0F66F22AB0543957B73ABDF4C5C946AB15074C6 * __this, RuntimeObject* ___item0, const RuntimeMethod* method) { (( void (*) (List_1_tA0F66F22AB0543957B73ABDF4C5C946AB15074C6 *, RuntimeObject*, const RuntimeMethod*))List_1_Add_mF15250BF947CA27BE9A23C08BAC6DB6F180B0EDD_gshared)(__this, ___item0, method); } // System.Boolean TMPro.TMP_UpdateRegistry::InternalRegisterCanvasElementForGraphicRebuild(UnityEngine.UI.ICanvasElement) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TMP_UpdateRegistry_InternalRegisterCanvasElementForGraphicRebuild_m6252DAB853218DED734638377CB5F867D1D5CE04 (TMP_UpdateRegistry_t4F3B7A977A49346D2EBADCC1B29A5DAA15DB3FC0 * __this, RuntimeObject* ___element0, const RuntimeMethod* method); // !0 System.Collections.Generic.List`1::get_Item(System.Int32) inline RuntimeObject* List_1_get_Item_mF88431E4559110BDF424D5DEC468EF9A6E9A2D9F_inline (List_1_tA0F66F22AB0543957B73ABDF4C5C946AB15074C6 * __this, int32_t ___index0, const RuntimeMethod* method) { return (( RuntimeObject* (*) (List_1_tA0F66F22AB0543957B73ABDF4C5C946AB15074C6 *, int32_t, const RuntimeMethod*))List_1_get_Item_m7B5E3383CB67492E573AC0D875ED82A51350F188_gshared_inline)(__this, ___index0, method); } // System.Int32 System.Collections.Generic.List`1::get_Count() inline int32_t List_1_get_Count_mD94EC4E1F468756D61E5FCA1FF82457AA709D081_inline (List_1_tA0F66F22AB0543957B73ABDF4C5C946AB15074C6 * __this, const RuntimeMethod* method) { return (( int32_t (*) (List_1_tA0F66F22AB0543957B73ABDF4C5C946AB15074C6 *, const RuntimeMethod*))List_1_get_Count_m5D847939ABB9A78203B062CAFFE975792174D00F_gshared_inline)(__this, method); } // System.Void System.Collections.Generic.List`1::Clear() inline void List_1_Clear_mBE8ED18A4B129C8D1FC58ADB493644484FDA818B (List_1_tA0F66F22AB0543957B73ABDF4C5C946AB15074C6 * __this, const RuntimeMethod* method) { (( void (*) (List_1_tA0F66F22AB0543957B73ABDF4C5C946AB15074C6 *, const RuntimeMethod*))List_1_Clear_m5FB5A9C59D8625FDFB06876C4D8848F0F07ABFD0_gshared)(__this, method); } // System.Void UnityEngine.Debug::Log(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Debug_Log_mC26E5AD0D8D156C7FFD173AA15827F69225E9DB8 (RuntimeObject * ___message0, const RuntimeMethod* method); // System.Void TMPro.TMP_UpdateRegistry::InternalUnRegisterCanvasElementForLayoutRebuild(UnityEngine.UI.ICanvasElement) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_UpdateRegistry_InternalUnRegisterCanvasElementForLayoutRebuild_m2168C5F3C2BBF5F995FFFD54D8FD525537B6E31C (TMP_UpdateRegistry_t4F3B7A977A49346D2EBADCC1B29A5DAA15DB3FC0 * __this, RuntimeObject* ___element0, const RuntimeMethod* method); // System.Void TMPro.TMP_UpdateRegistry::InternalUnRegisterCanvasElementForGraphicRebuild(UnityEngine.UI.ICanvasElement) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_UpdateRegistry_InternalUnRegisterCanvasElementForGraphicRebuild_mB26C6D44EFF7A676AAB4BFE3F216BF716EBEAC85 (TMP_UpdateRegistry_t4F3B7A977A49346D2EBADCC1B29A5DAA15DB3FC0 * __this, RuntimeObject* ___element0, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.List`1::Remove(!0) inline bool List_1_Remove_m333D8C3281751F018263D489B0C2578F9D46301B (List_1_tA0F66F22AB0543957B73ABDF4C5C946AB15074C6 * __this, RuntimeObject* ___item0, const RuntimeMethod* method) { return (( bool (*) (List_1_tA0F66F22AB0543957B73ABDF4C5C946AB15074C6 *, RuntimeObject*, const RuntimeMethod*))List_1_Remove_mC8FCB6A53C017A6C13FC891B6BB1D78F9A77D5E3_gshared)(__this, ___item0, method); } // System.String System.Char::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Char_ToString_mE0DE433463C56FD30A4F0A50539553B17147C2F8 (Il2CppChar* __this, const RuntimeMethod* method); // System.String System.String::Concat(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B (String_t* ___str00, String_t* ___str11, const RuntimeMethod* method); // System.String TMPro.TMP_WordInfo::GetWord() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* TMP_WordInfo_GetWord_m50B3D453F17EEDFB54561104C93998B10A9971DA (TMP_WordInfo_t168F70FD30F4875E4C84D40F9F30FCB5D2EB895C * __this, const RuntimeMethod* method); // System.Void TMPro.FastAction`2::Call(A,B) inline void FastAction_2_Call_m56F4E5DC43D3354CC035CE184A8E22D8C7924B7B (FastAction_2_t0617135A42D314DE39D7C7E05AF8644FDAF0AF9B * __this, bool ___a0, Material_t8927C00353A72755313F046D0CE85178AE8218EE * ___b1, const RuntimeMethod* method) { (( void (*) (FastAction_2_t0617135A42D314DE39D7C7E05AF8644FDAF0AF9B *, bool, Material_t8927C00353A72755313F046D0CE85178AE8218EE *, const RuntimeMethod*))FastAction_2_Call_m8255A782F57422A07637C436EF30AADA2657BF0E_gshared)(__this, ___a0, ___b1, method); } // System.Void TMPro.FastAction`2::Call(A,B) inline void FastAction_2_Call_m1B2845ED64460B11EE9B3E9FCA5768AC963176F6 (FastAction_2_tB8818519A1AC2CA666C56F136249517F638F6A1D * __this, bool ___a0, Object_tF2F3778131EFF286AF62B7B013A170F95A91571A * ___b1, const RuntimeMethod* method) { (( void (*) (FastAction_2_tB8818519A1AC2CA666C56F136249517F638F6A1D *, bool, Object_tF2F3778131EFF286AF62B7B013A170F95A91571A *, const RuntimeMethod*))FastAction_2_Call_m8255A782F57422A07637C436EF30AADA2657BF0E_gshared)(__this, ___a0, ___b1, method); } // System.Void TMPro.FastAction`3::Call(A,B,C) inline void FastAction_3_Call_mC6781FBC14C717D0492813BAB7430089D552DA6F (FastAction_3_t05B67C203CF03CCC06EA6A315EFE76A231AB1A22 * __this, GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___a0, Material_t8927C00353A72755313F046D0CE85178AE8218EE * ___b1, Material_t8927C00353A72755313F046D0CE85178AE8218EE * ___c2, const RuntimeMethod* method) { (( void (*) (FastAction_3_t05B67C203CF03CCC06EA6A315EFE76A231AB1A22 *, GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 *, Material_t8927C00353A72755313F046D0CE85178AE8218EE *, Material_t8927C00353A72755313F046D0CE85178AE8218EE *, const RuntimeMethod*))FastAction_3_Call_mCC165CDC6AEF96744CD13A0C34AA98FF70147D3F_gshared)(__this, ___a0, ___b1, ___c2, method); } // System.Void TMPro.FastAction`1::Call(A) inline void FastAction_1_Call_mB8B57A71723BEDF54AC9EBC822DCF71D7A4D144B (FastAction_1_t0256216D55569A7059E38E7F79D8B1C844C6D472 * __this, bool ___a0, const RuntimeMethod* method) { (( void (*) (FastAction_1_t0256216D55569A7059E38E7F79D8B1C844C6D472 *, bool, const RuntimeMethod*))FastAction_1_Call_mB8B57A71723BEDF54AC9EBC822DCF71D7A4D144B_gshared)(__this, ___a0, method); } // System.Void TMPro.FastAction`1::Call(A) inline void FastAction_1_Call_mDB8699D5B25B7B37DF0215AEC6D70B997EE0B7CE (FastAction_1_t83A8F378D15744DC0F2F81BEEECE0C0D1DDC6798 * __this, Object_tF2F3778131EFF286AF62B7B013A170F95A91571A * ___a0, const RuntimeMethod* method) { (( void (*) (FastAction_1_t83A8F378D15744DC0F2F81BEEECE0C0D1DDC6798 *, Object_tF2F3778131EFF286AF62B7B013A170F95A91571A *, const RuntimeMethod*))FastAction_1_Call_m50365D6D2478FF77AD47B2F4465E4A0B64004ABB_gshared)(__this, ___a0, method); } // System.Void TMPro.FastAction::Call() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FastAction_Call_mA8D0303B0EB36765E9AD1CE4FC49A27637684BBC (FastAction_tE1E0598414A65086C904C55ED0DCB45F330C9EFC * __this, const RuntimeMethod* method); // System.Void TMPro.FastAction`2::Call(A,B) inline void FastAction_2_Call_mCD05EF73CA9CD0168CD6B03F3AEE63B82C5CD273 (FastAction_2_t251B7D87855C9C20395DD41A2262FF3765B409D8 * __this, RuntimeObject * ___a0, Compute_DT_EventArgs_t67EB1217554822AAFFEB095D5A45363B26B8A7E6 * ___b1, const RuntimeMethod* method) { (( void (*) (FastAction_2_t251B7D87855C9C20395DD41A2262FF3765B409D8 *, RuntimeObject *, Compute_DT_EventArgs_t67EB1217554822AAFFEB095D5A45363B26B8A7E6 *, const RuntimeMethod*))FastAction_2_Call_m8A311B6B37CBD50E85EB2870B9F614B21DA4E3D6_gshared)(__this, ___a0, ___b1, method); } // System.Void TMPro.FastAction`2::.ctor() inline void FastAction_2__ctor_m1AEB76CBE2C10BD5A06DD8484BD24D198FD65EF9 (FastAction_2_t251B7D87855C9C20395DD41A2262FF3765B409D8 * __this, const RuntimeMethod* method) { (( void (*) (FastAction_2_t251B7D87855C9C20395DD41A2262FF3765B409D8 *, const RuntimeMethod*))FastAction_2__ctor_mE585F3535B19A46E00E2966EA32C6FC14C5ED189_gshared)(__this, method); } // System.Void TMPro.FastAction`2::.ctor() inline void FastAction_2__ctor_mEBD3733C7262BA6DEBFE9640066CFCE52926D314 (FastAction_2_t0617135A42D314DE39D7C7E05AF8644FDAF0AF9B * __this, const RuntimeMethod* method) { (( void (*) (FastAction_2_t0617135A42D314DE39D7C7E05AF8644FDAF0AF9B *, const RuntimeMethod*))FastAction_2__ctor_m8FFEBC68D927D49FAEC0DFC696D847A1FF6DC8AB_gshared)(__this, method); } // System.Void TMPro.FastAction`2::.ctor() inline void FastAction_2__ctor_mF71BEA0F639F3E463623814D8BA7C1E03462BD4A (FastAction_2_tB8818519A1AC2CA666C56F136249517F638F6A1D * __this, const RuntimeMethod* method) { (( void (*) (FastAction_2_tB8818519A1AC2CA666C56F136249517F638F6A1D *, const RuntimeMethod*))FastAction_2__ctor_m8FFEBC68D927D49FAEC0DFC696D847A1FF6DC8AB_gshared)(__this, method); } // System.Void TMPro.FastAction`3::.ctor() inline void FastAction_3__ctor_m3BD7B2FB8BC8D03C5375FBB6A8B4A57194E918BF (FastAction_3_t05B67C203CF03CCC06EA6A315EFE76A231AB1A22 * __this, const RuntimeMethod* method) { (( void (*) (FastAction_3_t05B67C203CF03CCC06EA6A315EFE76A231AB1A22 *, const RuntimeMethod*))FastAction_3__ctor_m07F2C064CC729A52AAF9121ACBD4F50E27776C11_gshared)(__this, method); } // System.Void TMPro.FastAction`1::.ctor() inline void FastAction_1__ctor_mC8B6FBBDFADAB7F6FFA376A18D04F7D5A1A37FAA (FastAction_1_t0256216D55569A7059E38E7F79D8B1C844C6D472 * __this, const RuntimeMethod* method) { (( void (*) (FastAction_1_t0256216D55569A7059E38E7F79D8B1C844C6D472 *, const RuntimeMethod*))FastAction_1__ctor_mC8B6FBBDFADAB7F6FFA376A18D04F7D5A1A37FAA_gshared)(__this, method); } // System.Void TMPro.FastAction`1::.ctor() inline void FastAction_1__ctor_m0C424EEF2F94C2680A7D3C319DB27BA9809301AF (FastAction_1_t83A8F378D15744DC0F2F81BEEECE0C0D1DDC6798 * __this, const RuntimeMethod* method) { (( void (*) (FastAction_1_t83A8F378D15744DC0F2F81BEEECE0C0D1DDC6798 *, const RuntimeMethod*))FastAction_1__ctor_mF8DE6ACAD8624BBAE237916E812DB65A29A42F78_gshared)(__this, method); } // System.Void TMPro.FastAction::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FastAction__ctor_mB15A9AC4080353A8BEE514B7E0F88CEDC609F373 (FastAction_tE1E0598414A65086C904C55ED0DCB45F330C9EFC * __this, const RuntimeMethod* method); // System.String System.String::CreateString(System.Char[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_CreateString_mC7F57CE6ED768CF86591160424FE55D5CBA7C344 (String_t* __this, CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___val0, const RuntimeMethod* method); // System.Int32 System.Collections.Generic.List`1::get_Count() inline int32_t List_1_get_Count_m70BC2BBCAA532A1588DB59CA7E556F541F32621D_inline (List_1_t023026A8F0D0D113E2B62213C8C74717BF7F4731 * __this, const RuntimeMethod* method) { return (( int32_t (*) (List_1_t023026A8F0D0D113E2B62213C8C74717BF7F4731 *, const RuntimeMethod*))List_1_get_Count_m70BC2BBCAA532A1588DB59CA7E556F541F32621D_gshared_inline)(__this, method); } // !0 System.Collections.Generic.List`1::get_Item(System.Int32) inline uint32_t List_1_get_Item_mB16774A7E717953B089B111C42D5DD2256E30F69_inline (List_1_t023026A8F0D0D113E2B62213C8C74717BF7F4731 * __this, int32_t ___index0, const RuntimeMethod* method) { return (( uint32_t (*) (List_1_t023026A8F0D0D113E2B62213C8C74717BF7F4731 *, int32_t, const RuntimeMethod*))List_1_get_Item_mB16774A7E717953B089B111C42D5DD2256E30F69_gshared_inline)(__this, ___index0, method); } // System.Int32 UnityEngine.Mathf::Min(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Mathf_Min_m8038BC2CE141C9AF3ECA2E31B88A9768423B1519 (int32_t ___a0, int32_t ___b1, const RuntimeMethod* method); // System.Void UnityEngine.Color32::.ctor(System.Byte,System.Byte,System.Byte,System.Byte) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Color32__ctor_m9D07EC69256BB7ED2784E543848DE7B8484A5C94 (Color32_tDB54A78627878A7D2DE42BB028D64306A18E858D * __this, uint8_t ___r0, uint8_t ___g1, uint8_t ___b2, uint8_t ___a3, const RuntimeMethod* method); // System.Single UnityEngine.Mathf::Clamp(System.Single,System.Single,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Mathf_Clamp_m2416F3B785C8F135863E3D17E5B0CB4174797B87 (float ___value0, float ___min1, float ___max2, const RuntimeMethod* method); // System.Void UnityEngine.Color::.ctor(System.Single,System.Single,System.Single,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Color__ctor_m679019E6084BF7A6F82590F66F5F695F6A50ECC5 (Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 * __this, float ___r0, float ___g1, float ___b2, float ___a3, const RuntimeMethod* method); // System.Boolean UnityEngine.Vector2::op_Inequality(UnityEngine.Vector2,UnityEngine.Vector2) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Vector2_op_Inequality_mA9E4245E487F3051F0EBF086646A1C341213D24E_inline (Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___lhs0, Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___rhs1, const RuntimeMethod* method); // TMPro.TextContainerAnchors TMPro.TextContainer::GetAnchorPosition(UnityEngine.Vector2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TextContainer_GetAnchorPosition_mD718FFC7641B6B43FAC12BB8ADB4C6218524B43E (TextContainer_t397B1340CD69150F936048DB53D857135408D2A1 * __this, Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___pivot0, const RuntimeMethod* method); // System.Void TMPro.TextContainer::OnContainerChanged() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextContainer_OnContainerChanged_m9FCEC9BCC8F104F7062DBD92E1F18E85E380C42F (TextContainer_t397B1340CD69150F936048DB53D857135408D2A1 * __this, const RuntimeMethod* method); // UnityEngine.Vector2 TMPro.TextContainer::GetPivot(TMPro.TextContainerAnchors) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 TextContainer_GetPivot_m017DCC0BF15CA38D77C18E1D5C96333E0CE1B383 (TextContainer_t397B1340CD69150F936048DB53D857135408D2A1 * __this, int32_t ___anchor0, const RuntimeMethod* method); // System.Boolean UnityEngine.Rect::op_Inequality(UnityEngine.Rect,UnityEngine.Rect) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Rect_op_Inequality_m6D87EE93EB6C68B78B8C044217EAFCE33EE12B66 (Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 ___lhs0, Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 ___rhs1, const RuntimeMethod* method); // System.Single UnityEngine.Rect::get_width() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Rect_get_width_m4A0500D95CA84917787A8E90D26E66D49DFA90EF (Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 * __this, const RuntimeMethod* method); // System.Single UnityEngine.Rect::get_height() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Rect_get_height_m42FEF31015A269E6E2B7E6F62E72E5BF6602302A (Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 * __this, const RuntimeMethod* method); // System.Void TMPro.TextContainer::SetRect(UnityEngine.Vector2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextContainer_SetRect_m36DCB3DFC59E996EC080436E0636A5DF4BAB3562 (TextContainer_t397B1340CD69150F936048DB53D857135408D2A1 * __this, Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___size0, const RuntimeMethod* method); // System.Boolean UnityEngine.Vector4::op_Inequality(UnityEngine.Vector4,UnityEngine.Vector4) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Vector4_op_Inequality_m2B976EE8649EE1AE9DE1771CEE183AC70E3A75B7_inline (Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 ___lhs0, Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 ___rhs1, const RuntimeMethod* method); // System.Boolean UnityEngine.Object::op_Equality(UnityEngine.Object,UnityEngine.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Object_op_Equality_mEE9EC7EB5C7DC3E95B94AB904E1986FC4D566D54 (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A * ___x0, Object_tF2F3778131EFF286AF62B7B013A170F95A91571A * ___y1, const RuntimeMethod* method); // !!0 UnityEngine.Component::GetComponent() inline RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * Component_GetComponent_TisRectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072_mEF448C51C8366D2CFA81704FFE76C31E4715E6D4 (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 * __this, const RuntimeMethod* method) { return (( RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * (*) (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 *, const RuntimeMethod*))Component_GetComponent_TisRuntimeObject_mDC2250CC3F24F6FE45660AF6153056ABDA5ED60F_gshared)(__this, method); } // !!0 UnityEngine.Component::GetComponent() inline TextMeshPro_t4C8C961C0939CD311CCC4F5F306C27C5301BD8E4 * Component_GetComponent_TisTextMeshPro_t4C8C961C0939CD311CCC4F5F306C27C5301BD8E4_m099720944F520529DEB969507D515635FD6B5D5E (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 * __this, const RuntimeMethod* method) { return (( TextMeshPro_t4C8C961C0939CD311CCC4F5F306C27C5301BD8E4 * (*) (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 *, const RuntimeMethod*))Component_GetComponent_TisRuntimeObject_mDC2250CC3F24F6FE45660AF6153056ABDA5ED60F_gshared)(__this, method); } // UnityEngine.GameObject UnityEngine.Component::get_gameObject() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * Component_get_gameObject_m55DC35B149AFB9157582755383BA954655FE0C5B (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 * __this, const RuntimeMethod* method); // System.String UnityEngine.Object::get_name() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Object_get_name_m0C7BC870ED2F0DC5A2FB09628136CD7D1CB82CFB (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A * __this, const RuntimeMethod* method); // System.String System.String::Concat(System.String,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_m89EAB4C6A96B0E5C3F87300D6BE78D386B9EFC44 (String_t* ___str00, String_t* ___str11, String_t* ___str22, const RuntimeMethod* method); // System.Void UnityEngine.Debug::LogWarning(System.Object,UnityEngine.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Debug_LogWarning_mE6AF3EFCF84F2296622CD42FBF9EEAF07244C0A8 (RuntimeObject * ___message0, Object_tF2F3778131EFF286AF62B7B013A170F95A91571A * ___context1, const RuntimeMethod* method); // System.Void TMPro.TextContainer::UpdateCorners() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextContainer_UpdateCorners_mE8FD0874E2CBA67D941A789059207BA3B7010DCD (TextContainer_t397B1340CD69150F936048DB53D857135408D2A1 * __this, const RuntimeMethod* method); // System.Boolean UnityEngine.Object::op_Inequality(UnityEngine.Object,UnityEngine.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Object_op_Inequality_mE1F187520BD83FB7D86A6D850710C4D42B864E90 (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A * ___x0, Object_tF2F3778131EFF286AF62B7B013A170F95A91571A * ___y1, const RuntimeMethod* method); // UnityEngine.Vector2 TMPro.TextContainer::get_size() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 TextContainer_get_size_mFB63BBDB2E4E3BE385CC79A15CB2D21F3FA3FDD4 (TextContainer_t397B1340CD69150F936048DB53D857135408D2A1 * __this, const RuntimeMethod* method); // System.Void UnityEngine.RectTransform::set_sizeDelta(UnityEngine.Vector2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RectTransform_set_sizeDelta_m61943618442E31C6FF0556CDFC70940AE7AD04D0 (RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * __this, Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___value0, const RuntimeMethod* method); // System.Void UnityEngine.Transform::set_hasChanged(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Transform_set_hasChanged_mD1CDCAE366DB514FBECD9DAAED0F7834029E1304 (Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * __this, bool ___value0, const RuntimeMethod* method); // TMPro.TextMeshPro TMPro.TextContainer::get_textMeshPro() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TextMeshPro_t4C8C961C0939CD311CCC4F5F306C27C5301BD8E4 * TextContainer_get_textMeshPro_mE6B8CFDBD0BFEA97CC66724030A2F90319E475E2 (TextContainer_t397B1340CD69150F936048DB53D857135408D2A1 * __this, const RuntimeMethod* method); // UnityEngine.RectTransform TMPro.TextContainer::get_rectTransform() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * TextContainer_get_rectTransform_m9340B1DA5000CDBDFB84A2435F7588DFE0A79ADA (TextContainer_t397B1340CD69150F936048DB53D857135408D2A1 * __this, const RuntimeMethod* method); // !!0 UnityEngine.GameObject::AddComponent() inline RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * GameObject_AddComponent_TisRectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072_m72A390C5AD56867735AB42F4405DED00F1B00F12 (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * __this, const RuntimeMethod* method) { return (( RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * (*) (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 *, const RuntimeMethod*))GameObject_AddComponent_TisRuntimeObject_mF5562A0C81CEDFE1C295F7E16FC6904B5057CB2D_gshared)(__this, method); } // UnityEngine.Vector2 UnityEngine.RectTransform::get_sizeDelta() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 RectTransform_get_sizeDelta_mCFAE8C916280C173AB79BE32B910376E310D1C50 (RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * __this, const RuntimeMethod* method); // System.Void TMPro.TextContainer::set_size(UnityEngine.Vector2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextContainer_set_size_m5C02A79849D877CB1D496B78E47C3D13313242DD (TextContainer_t397B1340CD69150F936048DB53D857135408D2A1 * __this, Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___value0, const RuntimeMethod* method); // UnityEngine.Vector2 UnityEngine.RectTransform::get_pivot() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 RectTransform_get_pivot_m146F0BB5D3873FCEF3606DAFB8994BFA978095EE (RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * __this, const RuntimeMethod* method); // System.Void TMPro.TextContainer::set_pivot(UnityEngine.Vector2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextContainer_set_pivot_m18871F92540506FE96B0AE16117DFE616E629AA6 (TextContainer_t397B1340CD69150F936048DB53D857135408D2A1 * __this, Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___value0, const RuntimeMethod* method); // System.Single UnityEngine.Rect::get_x() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Rect_get_x_mA61220F6F26ECD6951B779FFA7CAD7ECE11D6987 (Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 * __this, const RuntimeMethod* method); // System.Single UnityEngine.Rect::get_y() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Rect_get_y_m4E1AAD20D167085FF4F9E9C86EF34689F5770A74 (Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 * __this, const RuntimeMethod* method); // System.Void UnityEngine.Rect::.ctor(System.Single,System.Single,System.Single,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Rect__ctor_m12075526A02B55B680716A34AD5287B223122B70 (Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 * __this, float ___x0, float ___y1, float ___width2, float ___height3, const RuntimeMethod* method); // System.Void UnityEngine.Vector3::.ctor(System.Single,System.Single) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Vector3__ctor_mF7FCDE24496D619F4BB1A0BA44AF17DCB5D697FF_inline (Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * __this, float ___x0, float ___y1, const RuntimeMethod* method); // System.Void UnityEngine.RectTransform::set_pivot(UnityEngine.Vector2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RectTransform_set_pivot_m94F32EF88DC4EC9CA96721F8EDD8BFBC4FD07335 (RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * __this, Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___value0, const RuntimeMethod* method); // System.Boolean UnityEngine.Vector2::op_Equality(UnityEngine.Vector2,UnityEngine.Vector2) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Vector2_op_Equality_mAE5F31E8419538F0F6AF19D9897E0BE1CE8DB1B0_inline (Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___lhs0, Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___rhs1, const RuntimeMethod* method); // System.Void UnityEngine.EventSystems.UIBehaviour::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIBehaviour__ctor_m869436738107AF382FD4D10DE9641F8241B323C7 (UIBehaviour_tD1C6E2D542222546D68510ECE74036EFBC3C3B0E * __this, const RuntimeMethod* method); // UnityEngine.Renderer TMPro.TextMeshPro::get_renderer() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Renderer_t58147AB5B00224FE1460FD47542DC0DA7EC9378C * TextMeshPro_get_renderer_m066F35A467ED7650ABDB2B1E8593C87177AD1728 (TextMeshPro_t4C8C961C0939CD311CCC4F5F306C27C5301BD8E4 * __this, const RuntimeMethod* method); // System.Int32 UnityEngine.Renderer::get_sortingLayerID() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Renderer_get_sortingLayerID_m668C1AA36751AF6655BAAD42BE7627E7950E48E8 (Renderer_t58147AB5B00224FE1460FD47542DC0DA7EC9378C * __this, const RuntimeMethod* method); // System.Void UnityEngine.Renderer::set_sortingLayerID(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Renderer_set_sortingLayerID_m8F4A87EB577D6314BF191E6227E139AEBE962BC8 (Renderer_t58147AB5B00224FE1460FD47542DC0DA7EC9378C * __this, int32_t ___value0, const RuntimeMethod* method); // System.Void TMPro.TextMeshPro::UpdateSubMeshSortingLayerID(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextMeshPro_UpdateSubMeshSortingLayerID_m07296FE67A7A788785AE0D7F9832572A39C203D4 (TextMeshPro_t4C8C961C0939CD311CCC4F5F306C27C5301BD8E4 * __this, int32_t ___id0, const RuntimeMethod* method); // System.Int32 UnityEngine.Renderer::get_sortingOrder() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Renderer_get_sortingOrder_m043173C955559C12E0A33BD7F7945DA12B755AE0 (Renderer_t58147AB5B00224FE1460FD47542DC0DA7EC9378C * __this, const RuntimeMethod* method); // System.Void UnityEngine.Renderer::set_sortingOrder(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Renderer_set_sortingOrder_mAABE4F8F9B158068C8A1582ACE0BFEA3CF499139 (Renderer_t58147AB5B00224FE1460FD47542DC0DA7EC9378C * __this, int32_t ___value0, const RuntimeMethod* method); // System.Void TMPro.TextMeshPro::UpdateSubMeshSortingOrder(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextMeshPro_UpdateSubMeshSortingOrder_m85F1983141255DF306D1DBE4743957F3C4F500D0 (TextMeshPro_t4C8C961C0939CD311CCC4F5F306C27C5301BD8E4 * __this, int32_t ___order0, const RuntimeMethod* method); // System.Void TMPro.TMP_UpdateManager::RegisterTextElementForLayoutRebuild(TMPro.TMP_Text) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_UpdateManager_RegisterTextElementForLayoutRebuild_m3E29D9AB10E738BB81FC77C66C3BB9532BD768F1 (TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 * ___element0, const RuntimeMethod* method); // !!0 UnityEngine.Component::GetComponent() inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * Component_GetComponent_TisTransform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1_mE346451FC99E0A342785A7D3C496F34664C86074 (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 * __this, const RuntimeMethod* method) { return (( Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * (*) (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 *, const RuntimeMethod*))Component_GetComponent_TisRuntimeObject_mDC2250CC3F24F6FE45660AF6153056ABDA5ED60F_gshared)(__this, method); } // !!0 UnityEngine.Component::GetComponent() inline Renderer_t58147AB5B00224FE1460FD47542DC0DA7EC9378C * Component_GetComponent_TisRenderer_t58147AB5B00224FE1460FD47542DC0DA7EC9378C_mB89D75983F403B440947CE6FB264503618F5B951 (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 * __this, const RuntimeMethod* method) { return (( Renderer_t58147AB5B00224FE1460FD47542DC0DA7EC9378C * (*) (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 *, const RuntimeMethod*))Component_GetComponent_TisRuntimeObject_mDC2250CC3F24F6FE45660AF6153056ABDA5ED60F_gshared)(__this, method); } // System.Void UnityEngine.Mesh::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Mesh__ctor_mA3D8570373462201AD7B8C9586A7F9412E49C2F6 (Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 * __this, const RuntimeMethod* method); // System.Void UnityEngine.Object::set_hideFlags(UnityEngine.HideFlags) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Object_set_hideFlags_m7DE229AF60B92F0C68819F77FEB27D775E66F3AC (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A * __this, int32_t ___value0, const RuntimeMethod* method); // !!0 UnityEngine.Component::GetComponent() inline MeshFilter_t763BB2BBF3881176AD25E4570E6DD215BA0AA51A * Component_GetComponent_TisMeshFilter_t763BB2BBF3881176AD25E4570E6DD215BA0AA51A_mFFD173E0CB68E5A6519D56086F5B678CB885D9E4 (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 * __this, const RuntimeMethod* method) { return (( MeshFilter_t763BB2BBF3881176AD25E4570E6DD215BA0AA51A * (*) (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 *, const RuntimeMethod*))Component_GetComponent_TisRuntimeObject_mDC2250CC3F24F6FE45660AF6153056ABDA5ED60F_gshared)(__this, method); } // !!0 UnityEngine.GameObject::AddComponent() inline MeshFilter_t763BB2BBF3881176AD25E4570E6DD215BA0AA51A * GameObject_AddComponent_TisMeshFilter_t763BB2BBF3881176AD25E4570E6DD215BA0AA51A_m1611D0ABA0C75573ECCB1F61D176DA95F7133F30 (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * __this, const RuntimeMethod* method) { return (( MeshFilter_t763BB2BBF3881176AD25E4570E6DD215BA0AA51A * (*) (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 *, const RuntimeMethod*))GameObject_AddComponent_TisRuntimeObject_mF5562A0C81CEDFE1C295F7E16FC6904B5057CB2D_gshared)(__this, method); } // System.Void TMPro.TextMeshPro::SetMask(TMPro.MaskingTypes) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextMeshPro_SetMask_mCB67BBF5A294DBFE42BFD447DF711DE7D8F80942 (TextMeshPro_t4C8C961C0939CD311CCC4F5F306C27C5301BD8E4 * __this, int32_t ___maskType0, const RuntimeMethod* method); // System.Void TMPro.TextMeshPro::SetMaskCoordinates(UnityEngine.Vector4) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextMeshPro_SetMaskCoordinates_mDC890DA387F5DFF53D9F751B3383D4CFBCD72D0D (TextMeshPro_t4C8C961C0939CD311CCC4F5F306C27C5301BD8E4 * __this, Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 ___coords0, const RuntimeMethod* method); // System.Void TMPro.TextMeshPro::SetMaskCoordinates(UnityEngine.Vector4,System.Single,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextMeshPro_SetMaskCoordinates_mB5BD275F9B5FCECCBB0F0000C33D6A6253B3A1EE (TextMeshPro_t4C8C961C0939CD311CCC4F5F306C27C5301BD8E4 * __this, Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 ___coords0, float ___softX1, float ___softY2, const RuntimeMethod* method); // System.Void TMPro.TMP_UpdateManager::RegisterTextElementForGraphicRebuild(TMPro.TMP_Text) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_UpdateManager_RegisterTextElementForGraphicRebuild_m840468F4BBD8241B2C128FDBE5F65F9B8EC66FE0 (TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 * ___element0, const RuntimeMethod* method); // System.Void UnityEngine.UI.LayoutRebuilder::MarkLayoutForRebuild(UnityEngine.RectTransform) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LayoutRebuilder_MarkLayoutForRebuild_m1BDFA10259B85AEBD3A758B78EF4702BE014D1FE (RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * ___rect0, const RuntimeMethod* method); // UnityEngine.Vector2 TMPro.TMP_Text::GetPreferredValues(System.Single,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 TMP_Text_GetPreferredValues_m66B2E46426F2512926D36D74EBAFB8A2A7525849 (TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 * __this, float ___width0, float ___height1, const RuntimeMethod* method); // System.Void TMPro.TextMeshPro::OnPreRenderObject() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextMeshPro_OnPreRenderObject_mAE7AB33DF7AB047D7797FC4B62CD1704C5543D69 (TextMeshPro_t4C8C961C0939CD311CCC4F5F306C27C5301BD8E4 * __this, const RuntimeMethod* method); // UnityEngine.Material UnityEngine.Renderer::get_sharedMaterial() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Material_t8927C00353A72755313F046D0CE85178AE8218EE * Renderer_get_sharedMaterial_m42DF538F0C6EA249B1FB626485D45D083BA74FCC (Renderer_t58147AB5B00224FE1460FD47542DC0DA7EC9378C * __this, const RuntimeMethod* method); // System.Void UnityEngine.Renderer::set_sharedMaterial(UnityEngine.Material) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Renderer_set_sharedMaterial_m1E66766F93E95F692C3C9C2C09AFD795B156678B (Renderer_t58147AB5B00224FE1460FD47542DC0DA7EC9378C * __this, Material_t8927C00353A72755313F046D0CE85178AE8218EE * ___value0, const RuntimeMethod* method); // System.Single TMPro.ShaderUtilities::GetPadding(UnityEngine.Material,System.Boolean,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float ShaderUtilities_GetPadding_m89701916575A32A08001B0F5F2D6568FC4F3D079 (Material_t8927C00353A72755313F046D0CE85178AE8218EE * ___material0, bool ___enableExtraPadding1, bool ___isBold2, const RuntimeMethod* method); // System.Boolean TMPro.ShaderUtilities::IsMaskingEnabled(UnityEngine.Material) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ShaderUtilities_IsMaskingEnabled_m767A44C0FB5F49EA5F324277B97D251E6F2A7A70 (Material_t8927C00353A72755313F046D0CE85178AE8218EE * ___material0, const RuntimeMethod* method); // System.Void TMPro.TMP_SubMesh::UpdateMeshPadding(System.Boolean,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_SubMesh_UpdateMeshPadding_m77E87DFC6BB0B8FE7C2A366A83AD1E79B3B5EB50 (TMP_SubMesh_tF05E95C4AC87BBE600564968E24B50BE2E06D1B8 * __this, bool ___isExtraPadding0, bool ___isUsingBold1, const RuntimeMethod* method); // System.Void TMPro.TMP_Text::SetText(System.String,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_Text_SetText_m9E43B120A0875D561F640BECB6ED4A4E1821EBB7 (TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 * __this, String_t* ___sourceText0, bool ___syncTextInputBox1, const RuntimeMethod* method); // System.Void TMPro.TMP_TextInfo::ClearMeshInfo(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_TextInfo_ClearMeshInfo_m8202B0597927FA64C1C21FB5D70A304FABC15763 (TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * __this, bool ___updateMesh0, const RuntimeMethod* method); // System.Delegate System.Delegate::Combine(System.Delegate,System.Delegate) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Delegate_t * Delegate_Combine_m631D10D6CFF81AB4F237B9D549B235A54F45FA55 (Delegate_t * ___a0, Delegate_t * ___b1, const RuntimeMethod* method); // System.Delegate System.Delegate::Remove(System.Delegate,System.Delegate) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Delegate_t * Delegate_Remove_m8B4AD17254118B2904720D55C9B34FB3DCCBD7D4 (Delegate_t * ___source0, Delegate_t * ___value1, const RuntimeMethod* method); // System.Void UnityEngine.Mesh::RecalculateBounds() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Mesh_RecalculateBounds_mC39556595CFE3E4D8EFA777476ECD22B97FC2737 (Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 * __this, const RuntimeMethod* method); // UnityEngine.Mesh TMPro.TMP_SubMesh::get_mesh() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 * TMP_SubMesh_get_mesh_mB7EE1E8583BFD5178C20562DE4EA529FC1325F98 (TMP_SubMesh_tF05E95C4AC87BBE600564968E24B50BE2E06D1B8 * __this, const RuntimeMethod* method); // System.Void UnityEngine.Mesh::set_vertices(UnityEngine.Vector3[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Mesh_set_vertices_m38F0908D0FDFE484BE19E94BE9D6176667469AAD (Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 * __this, Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4* ___value0, const RuntimeMethod* method); // System.Void UnityEngine.Mesh::set_uv(UnityEngine.Vector2[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Mesh_set_uv_mF6FED6DDACBAE3EAF28BFBF257A0D5356FCF3AAC (Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 * __this, Vector2U5BU5D_tE0F58A2D6D8592B5EC37D9CDEF09103A02E5D7FA* ___value0, const RuntimeMethod* method); // System.Void UnityEngine.Mesh::set_uv2(UnityEngine.Vector2[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Mesh_set_uv2_mE60F42676D5CD294524617262BABEB81B9FB8F22 (Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 * __this, Vector2U5BU5D_tE0F58A2D6D8592B5EC37D9CDEF09103A02E5D7FA* ___value0, const RuntimeMethod* method); // System.Void UnityEngine.Mesh::set_colors32(UnityEngine.Color32[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Mesh_set_colors32_m0EA838C15BBD01710A4EE1A475DB585EB9B5BD91 (Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 * __this, Color32U5BU5D_t7FEB526973BF84608073B85CF2D581427F0235E2* ___value0, const RuntimeMethod* method); // System.Void TMPro.TMP_MeshInfo::ClearUnusedVertices() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_MeshInfo_ClearUnusedVertices_m7334B08696D0BB94B146D5D0CC6530A3900470C3 (TMP_MeshInfo_t69FCEF4CBC055C00598478835753D43D94A03176 * __this, const RuntimeMethod* method); // !!0 UnityEngine.GameObject::AddComponent() inline Renderer_t58147AB5B00224FE1460FD47542DC0DA7EC9378C * GameObject_AddComponent_TisRenderer_t58147AB5B00224FE1460FD47542DC0DA7EC9378C_m2CDE7A7CDCEC69D1BD2DCBB6FAAFB1FEA8196A6E (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * __this, const RuntimeMethod* method) { return (( Renderer_t58147AB5B00224FE1460FD47542DC0DA7EC9378C * (*) (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 *, const RuntimeMethod*))GameObject_AddComponent_TisRuntimeObject_mF5562A0C81CEDFE1C295F7E16FC6904B5057CB2D_gshared)(__this, method); } // UnityEngine.Transform TMPro.TextMeshPro::get_transform() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * TextMeshPro_get_transform_m287771E57F2590075D10DB95E28CB3BFBE2BBC9E (TextMeshPro_t4C8C961C0939CD311CCC4F5F306C27C5301BD8E4 * __this, const RuntimeMethod* method); // System.Void UnityEngine.MeshFilter::set_sharedMesh(UnityEngine.Mesh) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MeshFilter_set_sharedMesh_mC96D5F9AE4BC1D186221F568A4C3CE23572EC958 (MeshFilter_t763BB2BBF3881176AD25E4570E6DD215BA0AA51A * __this, Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 * ___value0, const RuntimeMethod* method); // System.Void TMPro.TMP_TextInfo::.ctor(TMPro.TMP_Text) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_TextInfo__ctor_m7F419100E25A498F19DF04DCC73AECF385C71F09 (TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * __this, TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 * ___textComponent0, const RuntimeMethod* method); // System.Void TMPro.TMP_Text::LoadDefaultSettings() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_Text_LoadDefaultSettings_m604665D8B3D607EF5E442A0D4BDD0350683178D6 (TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 * __this, const RuntimeMethod* method); // System.Void TMPro.TMP_Character::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_Character__ctor_mCD019CBDEFF256C43DC387168E052A8B47BE724D (TMP_Character_tE7A98584C4DDFC9E1A1D883F4A5DE99E5DE7CC0C * __this, const RuntimeMethod* method); // !!0[] UnityEngine.Component::GetComponentsInChildren() inline TMP_SubMeshU5BU5D_t2EF6E7C00AD0C05C7BD3E565CF716B62BED324A2* Component_GetComponentsInChildren_TisTMP_SubMesh_tF05E95C4AC87BBE600564968E24B50BE2E06D1B8_mF336D7AFEADCAB317D0A2EE229B4D369FD08302A (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 * __this, const RuntimeMethod* method) { return (( TMP_SubMeshU5BU5D_t2EF6E7C00AD0C05C7BD3E565CF716B62BED324A2* (*) (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 *, const RuntimeMethod*))Component_GetComponentsInChildren_TisRuntimeObject_m254067D66B75073E897E989B5E670C194AFA7621_gshared)(__this, method); } // System.Void System.Array::Resize(!!0[]&,System.Int32) inline void Array_Resize_TisTMP_SubMesh_tF05E95C4AC87BBE600564968E24B50BE2E06D1B8_mF5DF88D12F6406F156CF1B07051F89B1475119DC (TMP_SubMeshU5BU5D_t2EF6E7C00AD0C05C7BD3E565CF716B62BED324A2** ___array0, int32_t ___newSize1, const RuntimeMethod* method) { (( void (*) (TMP_SubMeshU5BU5D_t2EF6E7C00AD0C05C7BD3E565CF716B62BED324A2**, int32_t, const RuntimeMethod*))Array_Resize_TisRuntimeObject_mCEF6B03A945BC4C6C42EE27083DBBFEE0F200D9F_gshared)(___array0, ___newSize1, method); } // System.Void TMPro.TMP_UpdateManager::RegisterTextObjectForUpdate(TMPro.TMP_Text) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_UpdateManager_RegisterTextObjectForUpdate_mD448DE84DDA3342CC810AE3DA479C379ECBF9D51 (TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 * ___textObject0, const RuntimeMethod* method); // UnityEngine.MeshFilter TMPro.TextMeshPro::get_meshFilter() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MeshFilter_t763BB2BBF3881176AD25E4570E6DD215BA0AA51A * TextMeshPro_get_meshFilter_mAB9DC4FA18197CBBEE51072D34237AE621775DCE (TextMeshPro_t4C8C961C0939CD311CCC4F5F306C27C5301BD8E4 * __this, const RuntimeMethod* method); // System.Void TMPro.TMP_UpdateManager::UnRegisterTextElementForRebuild(TMPro.TMP_Text) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_UpdateManager_UnRegisterTextElementForRebuild_mB18A09A2AF9B98BEAF55DD526D0C942E0A9C57F4 (TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 * ___element0, const RuntimeMethod* method); // System.Void TMPro.TMP_UpdateManager::UnRegisterTextObjectForUpdate(TMPro.TMP_Text) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_UpdateManager_UnRegisterTextObjectForUpdate_mB548ECEAA0978477F2D28F7C804A2EDB4FD3EE13 (TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 * ___textObject0, const RuntimeMethod* method); // System.Void UnityEngine.Object::DestroyImmediate(UnityEngine.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Object_DestroyImmediate_mCCED69F4D4C9A4FA3AC30A142CF3D7F085F7C422 (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A * ___obj0, const RuntimeMethod* method); // System.Void TMPro.ShaderUtilities::GetShaderPropertyIDs() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ShaderUtilities_GetShaderPropertyIDs_m3E02CBC093720CD17D0E780C3DF8A881D9DBCE4E (const RuntimeMethod* method); // TMPro.TMP_FontAsset TMPro.TMP_Settings::get_defaultFontAsset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TMP_FontAsset_tDD8F58129CF4A9094C82DD209531E9E71F9837B2 * TMP_Settings_get_defaultFontAsset_mA99B94737A6D8377454EADAB1E1109697A6E11DF (const RuntimeMethod* method); // !!0 UnityEngine.Resources::Load(System.String) inline TMP_FontAsset_tDD8F58129CF4A9094C82DD209531E9E71F9837B2 * Resources_Load_TisTMP_FontAsset_tDD8F58129CF4A9094C82DD209531E9E71F9837B2_m51CAD633DE8070C15146FEF204442B995272AFEF (String_t* ___path0, const RuntimeMethod* method) { return (( TMP_FontAsset_tDD8F58129CF4A9094C82DD209531E9E71F9837B2 * (*) (String_t*, const RuntimeMethod*))Resources_Load_TisRuntimeObject_m83108B6D8808A0E83DE12FD220A87000D19AEE00_gshared)(___path0, method); } // System.Collections.Generic.Dictionary`2 TMPro.TMP_FontAsset::get_characterLookupTable() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Dictionary_2_t6BB43D0F158FE3B19E71F6F48A84283B5250E1B4 * TMP_FontAsset_get_characterLookupTable_m486DE4FE28CC332FB460C879476CBBE0580B5441 (TMP_FontAsset_tDD8F58129CF4A9094C82DD209531E9E71F9837B2 * __this, const RuntimeMethod* method); // System.Void UnityEngine.Material::SetFloat(System.String,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Material_SetFloat_mBE01E05D49E5C7045E010F49A38E96B101D82768 (Material_t8927C00353A72755313F046D0CE85178AE8218EE * __this, String_t* ___name0, float ___value1, const RuntimeMethod* method); // System.Void UnityEngine.Renderer::set_receiveShadows(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Renderer_set_receiveShadows_mA7D75C6A0E4C9F3BEB8F9BB27829A5B749AAD875 (Renderer_t58147AB5B00224FE1460FD47542DC0DA7EC9378C * __this, bool ___value0, const RuntimeMethod* method); // System.Void UnityEngine.Renderer::set_shadowCastingMode(UnityEngine.Rendering.ShadowCastingMode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Renderer_set_shadowCastingMode_mDD2D9695A5F1B0D1FCACB8D87A3D1148C14D6F01 (Renderer_t58147AB5B00224FE1460FD47542DC0DA7EC9378C * __this, int32_t ___value0, const RuntimeMethod* method); // System.Void TMPro.TMP_FontAsset::ReadFontAssetDefinition() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_FontAsset_ReadFontAssetDefinition_mF2FFA830924E72049EBB38740964A7FD9DAC4499 (TMP_FontAsset_tDD8F58129CF4A9094C82DD209531E9E71F9837B2 * __this, const RuntimeMethod* method); // UnityEngine.Texture UnityEngine.Material::GetTexture(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Texture_t9FE0218A1EEDF266E8C85879FE123265CACC95AE * Material_GetTexture_m02A9C3BA6C1396C0F1AAA4C248B9A81D7ABED680 (Material_t8927C00353A72755313F046D0CE85178AE8218EE * __this, int32_t ___nameID0, const RuntimeMethod* method); // UnityEngine.Texture2D TMPro.TMP_FontAsset::get_atlasTexture() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF * TMP_FontAsset_get_atlasTexture_mDD18503C9B10B6566E97943DD3CCC35DCEB4F84E (TMP_FontAsset_tDD8F58129CF4A9094C82DD209531E9E71F9837B2 * __this, const RuntimeMethod* method); // System.String System.String::Concat(System.String[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_mFEA7EFA1A6E75B96B1B7BC4526AAC864BFF83CC9 (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___values0, const RuntimeMethod* method); // System.Int32 UnityEngine.Material::get_passCount() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Material_get_passCount_m8604F2400F17AC2524B95F1C4F39C785896EEE3A (Material_t8927C00353A72755313F046D0CE85178AE8218EE * __this, const RuntimeMethod* method); // System.Void TMPro.TMP_Text::GetSpecialCharacters(TMPro.TMP_FontAsset) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_Text_GetSpecialCharacters_mBC8552268E1BAF2F95F0D221009B357F089076C1 (TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 * __this, TMP_FontAsset_tDD8F58129CF4A9094C82DD209531E9E71F9837B2 * ___fontAsset0, const RuntimeMethod* method); // System.Boolean UnityEngine.Material::HasProperty(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Material_HasProperty_m699B4D99152E3A99733B8BD7D41EAE08BB8B1657 (Material_t8927C00353A72755313F046D0CE85178AE8218EE * __this, int32_t ___nameID0, const RuntimeMethod* method); // UnityEngine.Vector4 UnityEngine.Material::GetVector(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 Material_GetVector_m0F76C999BC936C571A3C20054D266DF122A85E88 (Material_t8927C00353A72755313F046D0CE85178AE8218EE * __this, int32_t ___nameID0, const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.Vector4::op_Implicit(UnityEngine.Vector4) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Vector4_op_Implicit_m5811604E04B684BE3F1A212A7FA46767619AB35B (Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 ___v0, const RuntimeMethod* method); // UnityEngine.Quaternion UnityEngine.Quaternion::Euler(UnityEngine.Vector3) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 Quaternion_Euler_m887ABE4F4DD563351E9874D63922C2F53969BBAB (Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___euler0, const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.Vector3::get_one() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Vector3_get_one_m9CDE5C456038B133ED94402673859EC37B1C1CCB (const RuntimeMethod* method); // UnityEngine.Matrix4x4 UnityEngine.Matrix4x4::TRS(UnityEngine.Vector3,UnityEngine.Quaternion,UnityEngine.Vector3) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461 Matrix4x4_TRS_m0CBC696D0BDF58DCEC40B99BC32C716FAD024CE5 (Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___pos0, Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 ___q1, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___s2, const RuntimeMethod* method); // System.Void UnityEngine.Material::SetMatrix(System.Int32,UnityEngine.Matrix4x4) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Material_SetMatrix_m7266FA4400474D08A30181EE08E01760CCAEBA0A (Material_t8927C00353A72755313F046D0CE85178AE8218EE * __this, int32_t ___nameID0, Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461 ___value1, const RuntimeMethod* method); // System.Void UnityEngine.Material::DisableKeyword(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Material_DisableKeyword_mD43BE3ED8D792B7242F5487ADC074DF2A5A1BD18 (Material_t8927C00353A72755313F046D0CE85178AE8218EE * __this, String_t* ___keyword0, const RuntimeMethod* method); // System.Void UnityEngine.Material::EnableKeyword(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Material_EnableKeyword_mBD03896F11814C3EF67F73A414DC66D5B577171D (Material_t8927C00353A72755313F046D0CE85178AE8218EE * __this, String_t* ___keyword0, const RuntimeMethod* method); // System.Void UnityEngine.Material::SetVector(System.Int32,UnityEngine.Vector4) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Material_SetVector_m47F7F5B5B21FA28885C4E747AF1C32F40C1022CB (Material_t8927C00353A72755313F046D0CE85178AE8218EE * __this, int32_t ___nameID0, Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 ___value1, const RuntimeMethod* method); // System.Void UnityEngine.Material::SetFloat(System.Int32,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Material_SetFloat_mAC7DC962B356565CF6743E358C7A19D0322EA060 (Material_t8927C00353A72755313F046D0CE85178AE8218EE * __this, int32_t ___nameID0, float ___value1, const RuntimeMethod* method); // System.Void TMPro.TextMeshPro::UpdateMask() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextMeshPro_UpdateMask_m65008CBDD7041FF21B40BE6AC160C2AB2D1FEB8B (TextMeshPro_t4C8C961C0939CD311CCC4F5F306C27C5301BD8E4 * __this, const RuntimeMethod* method); // System.Void TMPro.TextMeshPro::CreateMaterialInstance() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextMeshPro_CreateMaterialInstance_mD651679ED8D81667CF337FFEB5D5FF4017EC01A1 (TextMeshPro_t4C8C961C0939CD311CCC4F5F306C27C5301BD8E4 * __this, const RuntimeMethod* method); // System.Void TMPro.TMP_TextInfo::Resize(T[]&,System.Int32,System.Boolean) inline void TMP_TextInfo_Resize_TisMaterial_t8927C00353A72755313F046D0CE85178AE8218EE_mBBF8DE624D898D1341D8F97138853623A7C7290F (MaterialU5BU5D_t3AE4936F3CA08FB9EE182A935E665EA9CDA5E492** ___array0, int32_t ___size1, bool ___isBlockAllocated2, const RuntimeMethod* method) { (( void (*) (MaterialU5BU5D_t3AE4936F3CA08FB9EE182A935E665EA9CDA5E492**, int32_t, bool, const RuntimeMethod*))TMP_TextInfo_Resize_TisRuntimeObject_mFBD5C20FFA02DB2CBE5513AE247163482C0672E2_gshared)(___array0, ___size1, ___isBlockAllocated2, method); } // UnityEngine.Material TMPro.TMP_Text::get_fontMaterial() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Material_t8927C00353A72755313F046D0CE85178AE8218EE * TMP_Text_get_fontMaterial_mA58C75BFC0CDB2C835CA4536C7A1A727FCA641CF (TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 * __this, const RuntimeMethod* method); // UnityEngine.Material TMPro.TMP_SubMesh::get_material() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Material_t8927C00353A72755313F046D0CE85178AE8218EE * TMP_SubMesh_get_material_m0C98862400679F05D6DA5E2C706F66077608D5C3 (TMP_SubMesh_tF05E95C4AC87BBE600564968E24B50BE2E06D1B8 * __this, const RuntimeMethod* method); // UnityEngine.Material TMPro.TMP_SubMesh::get_sharedMaterial() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Material_t8927C00353A72755313F046D0CE85178AE8218EE * TMP_SubMesh_get_sharedMaterial_mEECFBA6D6E236B61B233F8445C3CB99DA3BD3688_inline (TMP_SubMesh_tF05E95C4AC87BBE600564968E24B50BE2E06D1B8 * __this, const RuntimeMethod* method); // System.Boolean TMPro.TMP_SubMesh::get_isDefaultMaterial() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool TMP_SubMesh_get_isDefaultMaterial_m6E3B90623D3113C2AEAE51B0150E54E1A42DDDF1_inline (TMP_SubMesh_tF05E95C4AC87BBE600564968E24B50BE2E06D1B8 * __this, const RuntimeMethod* method); // System.Void TMPro.TMP_SubMesh::set_sharedMaterial(UnityEngine.Material) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_SubMesh_set_sharedMaterial_m2508A397CF6AE5740C67C4E51C76916ECBD35556 (TMP_SubMesh_tF05E95C4AC87BBE600564968E24B50BE2E06D1B8 * __this, Material_t8927C00353A72755313F046D0CE85178AE8218EE * ___value0, const RuntimeMethod* method); // System.Single UnityEngine.Mathf::Clamp01(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Mathf_Clamp01_m2296D75F0F1292D5C8181C57007A1CA45F440C4C (float ___value0, const RuntimeMethod* method); // UnityEngine.Material UnityEngine.Renderer::get_material() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Material_t8927C00353A72755313F046D0CE85178AE8218EE * Renderer_get_material_mE6B01125502D08EE0D6DFE2EAEC064AD9BB31804 (Renderer_t58147AB5B00224FE1460FD47542DC0DA7EC9378C * __this, const RuntimeMethod* method); // UnityEngine.Color UnityEngine.Color32::op_Implicit(UnityEngine.Color32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 Color32_op_Implicit_m63F14F1A14B1A9A3EE4D154413EE229D3E001623 (Color32_tDB54A78627878A7D2DE42BB028D64306A18E858D ___c0, const RuntimeMethod* method); // System.Void UnityEngine.Material::SetColor(System.Int32,UnityEngine.Color) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Material_SetColor_m9DE63FCC5A31918F8A9A2E4FCED70C298677A7B4 (Material_t8927C00353A72755313F046D0CE85178AE8218EE * __this, int32_t ___nameID0, Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 ___value1, const RuntimeMethod* method); // System.Void UnityEngine.Material::.ctor(UnityEngine.Material) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Material__ctor_mD0C3D9CFAFE0FB858D864092467387D7FA178245 (Material_t8927C00353A72755313F046D0CE85178AE8218EE * __this, Material_t8927C00353A72755313F046D0CE85178AE8218EE * ___source0, const RuntimeMethod* method); // System.String[] UnityEngine.Material::get_shaderKeywords() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* Material_get_shaderKeywords_mDAD743C090C3CEE0B2883140B244853D71C5E9E0 (Material_t8927C00353A72755313F046D0CE85178AE8218EE * __this, const RuntimeMethod* method); // System.Void UnityEngine.Material::set_shaderKeywords(System.String[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Material_set_shaderKeywords_m9EC5EFA52BF30597B1692C623806E7167B1C7688 (Material_t8927C00353A72755313F046D0CE85178AE8218EE * __this, StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___value0, const RuntimeMethod* method); // System.Void UnityEngine.Object::set_name(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Object_set_name_m87C4006618ADB325ABE5439DF159E10DD8DD0781 (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A * __this, String_t* ___value0, const RuntimeMethod* method); // System.Void UnityEngine.Material::set_renderQueue(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Material_set_renderQueue_m239F950307B3B71DC41AF02F9030DD0A80A3A201 (Material_t8927C00353A72755313F046D0CE85178AE8218EE * __this, int32_t ___value0, const RuntimeMethod* method); // UnityEngine.Renderer TMPro.TMP_SubMesh::get_renderer() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Renderer_t58147AB5B00224FE1460FD47542DC0DA7EC9378C * TMP_SubMesh_get_renderer_m721BC3FF63941822CEEB0CEBAE9A6904FEA00C08 (TMP_SubMesh_tF05E95C4AC87BBE600564968E24B50BE2E06D1B8 * __this, const RuntimeMethod* method); // System.Void TMPro.TMP_FontStyleStack::Clear() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_FontStyleStack_Clear_mAD7AB664C55FDEE99115E32BB8A72A7F40E3A4FC (TMP_FontStyleStack_tAD8C041F7E36517A3CF6E8301D6913159EE2D4D9 * __this, const RuntimeMethod* method); // System.Void TMPro.TMP_TextProcessingStack`1::SetDefault(T) inline void TMP_TextProcessingStack_1_SetDefault_mF2F41E2366EC21F7F5FC96A4D1EE8C502948E236 (TMP_TextProcessingStack_1_tC2FDE14AC486023AEB4D20CB306F9198CBE168C7 * __this, int32_t ___item0, const RuntimeMethod* method) { (( void (*) (TMP_TextProcessingStack_1_tC2FDE14AC486023AEB4D20CB306F9198CBE168C7 *, int32_t, const RuntimeMethod*))TMP_TextProcessingStack_1_SetDefault_m70AC1FAADE1CA45C2BA152818B0A952CCD359485_gshared)(__this, ___item0, method); } // System.Void TMPro.MaterialReference::.ctor(System.Int32,TMPro.TMP_FontAsset,TMPro.TMP_SpriteAsset,UnityEngine.Material,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MaterialReference__ctor_mFE9AE274E1FA22A483C6BA208D1D64C938F8D4F7 (MaterialReference_tB00D33F114B6EF4E7D63B25D053A0111D502951B * __this, int32_t ___index0, TMP_FontAsset_tDD8F58129CF4A9094C82DD209531E9E71F9837B2 * ___fontAsset1, TMP_SpriteAsset_t0746714D8A56C0A27AE56DC6897CC1A129220714 * ___spriteAsset2, Material_t8927C00353A72755313F046D0CE85178AE8218EE * ___material3, float ___padding4, const RuntimeMethod* method); // System.Void TMPro.TMP_TextProcessingStack`1::SetDefault(T) inline void TMP_TextProcessingStack_1_SetDefault_m65003B8F9F6FCE61A3AC246C99CFAC6734914465 (TMP_TextProcessingStack_1_t7C34F5D4D2FC429E4551885C16EFDF05B8D2A6E3 * __this, MaterialReference_tB00D33F114B6EF4E7D63B25D053A0111D502951B ___item0, const RuntimeMethod* method) { (( void (*) (TMP_TextProcessingStack_1_t7C34F5D4D2FC429E4551885C16EFDF05B8D2A6E3 *, MaterialReference_tB00D33F114B6EF4E7D63B25D053A0111D502951B , const RuntimeMethod*))TMP_TextProcessingStack_1_SetDefault_m65003B8F9F6FCE61A3AC246C99CFAC6734914465_gshared)(__this, ___item0, method); } // System.Void System.Collections.Generic.Dictionary`2::Clear() inline void Dictionary_2_Clear_mEF66FB646BF483BD2943F78417C299E1C50730D7 (Dictionary_2_t49CB072CAA9184D326107FA696BB354C43EB5E08 * __this, const RuntimeMethod* method) { (( void (*) (Dictionary_2_t49CB072CAA9184D326107FA696BB354C43EB5E08 *, const RuntimeMethod*))Dictionary_2_Clear_mEF66FB646BF483BD2943F78417C299E1C50730D7_gshared)(__this, method); } // System.Int32 TMPro.MaterialReference::AddMaterialReference(UnityEngine.Material,TMPro.TMP_FontAsset,TMPro.MaterialReference[]&,System.Collections.Generic.Dictionary`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t MaterialReference_AddMaterialReference_m3DA11DD8331161A6CC550E2D15190407163DA218 (Material_t8927C00353A72755313F046D0CE85178AE8218EE * ___material0, TMP_FontAsset_tDD8F58129CF4A9094C82DD209531E9E71F9837B2 * ___fontAsset1, MaterialReferenceU5BU5D_t06D1C1249B8051EC092684920106F77B6FC203FD** ___materialReferences2, Dictionary_2_t49CB072CAA9184D326107FA696BB354C43EB5E08 * ___materialReferenceIndexLookup3, const RuntimeMethod* method); // System.Void TMPro.TMP_TextInfo::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_TextInfo__ctor_m7A29C51CC04B4D20295C2967915AB2234D212358 (TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * __this, int32_t ___characterCount0, const RuntimeMethod* method); // System.Void TMPro.TMP_TextInfo::Resize(T[]&,System.Int32,System.Boolean) inline void TMP_TextInfo_Resize_TisTMP_CharacterInfo_t6F1B9FE4246803FFE4F527B3CEFED9D60AD7383B_m1C86AF032DFA65CE73267C38C2B34822BAED25B3 (TMP_CharacterInfoU5BU5D_t7128C1B46CF6AB1374135FA31D41ABF23882B970** ___array0, int32_t ___size1, bool ___isBlockAllocated2, const RuntimeMethod* method) { (( void (*) (TMP_CharacterInfoU5BU5D_t7128C1B46CF6AB1374135FA31D41ABF23882B970**, int32_t, bool, const RuntimeMethod*))TMP_TextInfo_Resize_TisTMP_CharacterInfo_t6F1B9FE4246803FFE4F527B3CEFED9D60AD7383B_m1C86AF032DFA65CE73267C38C2B34822BAED25B3_gshared)(___array0, ___size1, ___isBlockAllocated2, method); } // System.Void TMPro.TMP_Text::GetEllipsisSpecialCharacter(TMPro.TMP_FontAsset) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_Text_GetEllipsisSpecialCharacter_m761A59CF11EDED61C16468150C4A6BDCE4FEDACD (TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 * __this, TMP_FontAsset_tDD8F58129CF4A9094C82DD209531E9E71F9837B2 * ___fontAsset0, const RuntimeMethod* method); // System.Boolean TMPro.TMP_Settings::get_matchMaterialPreset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TMP_Settings_get_matchMaterialPreset_m1EFB003FD58B50047226700ABA7864DDE7102CE3 (const RuntimeMethod* method); // UnityEngine.Material TMPro.TMP_MaterialManager::GetFallbackMaterial(UnityEngine.Material,UnityEngine.Material) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Material_t8927C00353A72755313F046D0CE85178AE8218EE * TMP_MaterialManager_GetFallbackMaterial_mD4DCD6D0AAFF4B63490917F246F177B979C01239 (Material_t8927C00353A72755313F046D0CE85178AE8218EE * ___sourceMaterial0, Material_t8927C00353A72755313F046D0CE85178AE8218EE * ___targetMaterial1, const RuntimeMethod* method); // System.Boolean TMPro.TMP_Settings::get_warningsDisabled() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TMP_Settings_get_warningsDisabled_m1D1EDFF9E8E31540805D7B1D93663B12AE080D3E (const RuntimeMethod* method); // System.Boolean TMPro.TMP_Text::ValidateHtmlTag(TMPro.TMP_Text/UnicodeChar[],System.Int32,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TMP_Text_ValidateHtmlTag_mA89F3032D3AF35D4967DB4C1D576F237E3CD340A (TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 * __this, UnicodeCharU5BU5D_tB233FC88865130D0B1EA18DA685C2AF41FB134F7* ___chars0, int32_t ___startIndex1, int32_t* ___endIndex2, const RuntimeMethod* method); // System.Collections.Generic.List`1 TMPro.TMP_SpriteAsset::get_spriteCharacterTable() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR List_1_t7850FCF22796079854614A9268CE558E34108A02 * TMP_SpriteAsset_get_spriteCharacterTable_mF8CD258451863D2D8BCEBAEE68E74141B28A26FD (TMP_SpriteAsset_t0746714D8A56C0A27AE56DC6897CC1A129220714 * __this, const RuntimeMethod* method); // !0 System.Collections.Generic.List`1::get_Item(System.Int32) inline TMP_SpriteCharacter_t77E119FE8164154A682A4F70E7787B2C56A0E9BE * List_1_get_Item_mC18B904E35A7C55EF21BA4794AAC4021AF847F32_inline (List_1_t7850FCF22796079854614A9268CE558E34108A02 * __this, int32_t ___index0, const RuntimeMethod* method) { return (( TMP_SpriteCharacter_t77E119FE8164154A682A4F70E7787B2C56A0E9BE * (*) (List_1_t7850FCF22796079854614A9268CE558E34108A02 *, int32_t, const RuntimeMethod*))List_1_get_Item_m7B5E3383CB67492E573AC0D875ED82A51350F188_gshared_inline)(__this, ___index0, method); } // System.Boolean System.Char::IsLower(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Char_IsLower_mB37EB1C3AF0AFA72C6C922F7E48470F8A8B3F6E4 (Il2CppChar ___c0, const RuntimeMethod* method); // System.Char System.Char::ToUpper(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar Char_ToUpper_m7BE77639C5F8EC99F56A729C0D26A684A85F0BC7 (Il2CppChar ___c0, const RuntimeMethod* method); // System.Boolean System.Char::IsUpper(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Char_IsUpper_m72EAD892A02AD10D2050EA09BF3735DDE6921892 (Il2CppChar ___c0, const RuntimeMethod* method); // System.Char System.Char::ToLower(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar Char_ToLower_m1125EA9F4935D6A0F8244D73AA4940C1D0C5D165 (Il2CppChar ___c0, const RuntimeMethod* method); // TMPro.TMP_TextElement TMPro.TMP_Text::GetTextElement(System.UInt32,TMPro.TMP_FontAsset,TMPro.FontStyles,TMPro.FontWeight,System.Boolean&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TMP_TextElement_tDF9A55D56A0B44EA4EA36DEDF942AEB6369AF832 * TMP_Text_GetTextElement_mD494FC7BA99010BF8D2E69E5DDF3EE17B27DDE3F (TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 * __this, uint32_t ___unicode0, TMP_FontAsset_tDD8F58129CF4A9094C82DD209531E9E71F9837B2 * ___fontAsset1, int32_t ___fontStyle2, int32_t ___fontWeight3, bool* ___isUsingAlternativeTypeface4, const RuntimeMethod* method); // System.Int32 TMPro.TMP_Settings::get_missingGlyphCharacter() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TMP_Settings_get_missingGlyphCharacter_m87E129B259911D01D103B9B67B7350F1F2651895 (const RuntimeMethod* method); // TMPro.TMP_Character TMPro.TMP_FontAssetUtilities::GetCharacterFromFontAsset(System.UInt32,TMPro.TMP_FontAsset,System.Boolean,TMPro.FontStyles,TMPro.FontWeight,System.Boolean&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TMP_Character_tE7A98584C4DDFC9E1A1D883F4A5DE99E5DE7CC0C * TMP_FontAssetUtilities_GetCharacterFromFontAsset_mF0DE95998A7C4273ACBF88BADA68A8D65B978A74 (uint32_t ___unicode0, TMP_FontAsset_tDD8F58129CF4A9094C82DD209531E9E71F9837B2 * ___sourceFontAsset1, bool ___includeFallbacks2, int32_t ___fontStyle3, int32_t ___fontWeight4, bool* ___isAlternativeTypeface5, const RuntimeMethod* method); // System.Collections.Generic.List`1 TMPro.TMP_Settings::get_fallbackFontAssets() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR List_1_tBE22F0B6C1EBDB760862FAD201AFE75E3DEBBBFD * TMP_Settings_get_fallbackFontAssets_m9AFCFEA36A048D01DD0C304BC438AE5967D7ABF9 (const RuntimeMethod* method); // System.Int32 System.Collections.Generic.List`1::get_Count() inline int32_t List_1_get_Count_m1BD2D3DC564D1AC8C44DC0AFF4CD1A3C7D781A4C_inline (List_1_tBE22F0B6C1EBDB760862FAD201AFE75E3DEBBBFD * __this, const RuntimeMethod* method) { return (( int32_t (*) (List_1_tBE22F0B6C1EBDB760862FAD201AFE75E3DEBBBFD *, const RuntimeMethod*))List_1_get_Count_m5D847939ABB9A78203B062CAFFE975792174D00F_gshared_inline)(__this, method); } // TMPro.TMP_Character TMPro.TMP_FontAssetUtilities::GetCharacterFromFontAssets(System.UInt32,TMPro.TMP_FontAsset,System.Collections.Generic.List`1,System.Boolean,TMPro.FontStyles,TMPro.FontWeight,System.Boolean&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TMP_Character_tE7A98584C4DDFC9E1A1D883F4A5DE99E5DE7CC0C * TMP_FontAssetUtilities_GetCharacterFromFontAssets_m2063CC750813B0DE110732C3FBD1EDAA90556DE2 (uint32_t ___unicode0, TMP_FontAsset_tDD8F58129CF4A9094C82DD209531E9E71F9837B2 * ___sourceFontAsset1, List_1_tBE22F0B6C1EBDB760862FAD201AFE75E3DEBBBFD * ___fontAssets2, bool ___includeFallbacks3, int32_t ___fontStyle4, int32_t ___fontWeight5, bool* ___isAlternativeTypeface6, const RuntimeMethod* method); // System.UInt32 TMPro.TMP_TextElement::get_unicode() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint32_t TMP_TextElement_get_unicode_m20235ED882CB124B30D4DDBF4C2CBD04C3D0B7E1_inline (TMP_TextElement_tDF9A55D56A0B44EA4EA36DEDF942AEB6369AF832 * __this, const RuntimeMethod* method); // System.String System.String::Format(System.String,System.Object[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Format_mCED6767EA5FEE6F15ABCD5B4F9150D1284C2795B (String_t* ___format0, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___args1, const RuntimeMethod* method); // TMPro.TextElementType TMPro.TMP_TextElement::get_elementType() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint8_t TMP_TextElement_get_elementType_mC90549E302BA8B4156D4A8B0E159A25CF3200B18_inline (TMP_TextElement_tDF9A55D56A0B44EA4EA36DEDF942AEB6369AF832 * __this, const RuntimeMethod* method); // TMPro.TMP_Asset TMPro.TMP_TextElement::get_textAsset() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR TMP_Asset_tEE129B2B2FE167D4B860286167207DD3AD45B45E * TMP_TextElement_get_textAsset_m233D38D04C699DF9DBDB5C1C78CC6C8F1A6B74BA_inline (TMP_TextElement_tDF9A55D56A0B44EA4EA36DEDF942AEB6369AF832 * __this, const RuntimeMethod* method); // System.Int32 TMPro.TMP_Asset::get_instanceID() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TMP_Asset_get_instanceID_m890B57243F07A713359F10194C3E914816D34F44 (TMP_Asset_tEE129B2B2FE167D4B860286167207DD3AD45B45E * __this, const RuntimeMethod* method); // System.Int32 TMPro.MaterialReference::AddMaterialReference(UnityEngine.Material,TMPro.TMP_SpriteAsset,TMPro.MaterialReference[]&,System.Collections.Generic.Dictionary`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t MaterialReference_AddMaterialReference_m325A2999C2255893CAA908DAE833AFEE35F7963A (Material_t8927C00353A72755313F046D0CE85178AE8218EE * ___material0, TMP_SpriteAsset_t0746714D8A56C0A27AE56DC6897CC1A129220714 * ___spriteAsset1, MaterialReferenceU5BU5D_t06D1C1249B8051EC092684920106F77B6FC203FD** ___materialReferences2, Dictionary_2_t49CB072CAA9184D326107FA696BB354C43EB5E08 * ___materialReferenceIndexLookup3, const RuntimeMethod* method); // System.UInt32 TMPro.TMP_TextElement::get_glyphIndex() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint32_t TMP_TextElement_get_glyphIndex_m6F2184310C842C33B817DB68B8BB86EDFC74CC39_inline (TMP_TextElement_tDF9A55D56A0B44EA4EA36DEDF942AEB6369AF832 * __this, const RuntimeMethod* method); // UnityEngine.TextCore.Glyph TMPro.TMP_TextElement::get_glyph() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Glyph_tC58ED6BC718B82A55B7E1A3690A289FFA8EBEFD1 * TMP_TextElement_get_glyph_mF8C054C48E4D166B8D69B34BD680BEEA157F2263_inline (TMP_TextElement_tDF9A55D56A0B44EA4EA36DEDF942AEB6369AF832 * __this, const RuntimeMethod* method); // System.Int32 UnityEngine.TextCore.Glyph::get_atlasIndex() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Glyph_get_atlasIndex_m6538243B8852D859DE81213EDC5A9FDD837909EF (Glyph_tC58ED6BC718B82A55B7E1A3690A289FFA8EBEFD1 * __this, const RuntimeMethod* method); // UnityEngine.Material TMPro.TMP_MaterialManager::GetFallbackMaterial(TMPro.TMP_FontAsset,UnityEngine.Material,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Material_t8927C00353A72755313F046D0CE85178AE8218EE * TMP_MaterialManager_GetFallbackMaterial_mBEE7B6E497CCA6827167096BF2DADE35F89AD67F (TMP_FontAsset_tDD8F58129CF4A9094C82DD209531E9E71F9837B2 * ___fontAsset0, Material_t8927C00353A72755313F046D0CE85178AE8218EE * ___sourceMaterial1, int32_t ___atlasIndex2, const RuntimeMethod* method); // System.Boolean System.Char::IsWhiteSpace(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Char_IsWhiteSpace_m99A5E1BE1EB9F17EA530A67A607DA8C260BCBF99 (Il2CppChar ___c0, const RuntimeMethod* method); // System.Int32 System.Collections.Generic.Dictionary`2::get_Count() inline int32_t Dictionary_2_get_Count_m4B244F40033A552A9DD496F66C759D1AC5FAB762 (Dictionary_2_t49CB072CAA9184D326107FA696BB354C43EB5E08 * __this, const RuntimeMethod* method) { return (( int32_t (*) (Dictionary_2_t49CB072CAA9184D326107FA696BB354C43EB5E08 *, const RuntimeMethod*))Dictionary_2_get_Count_m4B244F40033A552A9DD496F66C759D1AC5FAB762_gshared)(__this, method); } // System.Void TMPro.TMP_TextInfo::Resize(T[]&,System.Int32,System.Boolean) inline void TMP_TextInfo_Resize_TisTMP_MeshInfo_t69FCEF4CBC055C00598478835753D43D94A03176_m7CB5C5374D263749B245A19B3791B0C2DE0B21BD (TMP_MeshInfoU5BU5D_t6C0A65D18C54B6FA681B2EB0676B83116FD03119** ___array0, int32_t ___size1, bool ___isBlockAllocated2, const RuntimeMethod* method) { (( void (*) (TMP_MeshInfoU5BU5D_t6C0A65D18C54B6FA681B2EB0676B83116FD03119**, int32_t, bool, const RuntimeMethod*))TMP_TextInfo_Resize_TisTMP_MeshInfo_t69FCEF4CBC055C00598478835753D43D94A03176_m7CB5C5374D263749B245A19B3791B0C2DE0B21BD_gshared)(___array0, ___size1, ___isBlockAllocated2, method); } // System.Int32 UnityEngine.Mathf::NextPowerOfTwo(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Mathf_NextPowerOfTwo_m89DB0674631948FE00FD5660B18D9E62CE85CAF5 (int32_t ___value0, const RuntimeMethod* method); // System.Void TMPro.TMP_TextInfo::Resize(T[]&,System.Int32) inline void TMP_TextInfo_Resize_TisTMP_SubMesh_tF05E95C4AC87BBE600564968E24B50BE2E06D1B8_m9474AD5AA394888E8BA4EC876D8069AE104B6C92 (TMP_SubMeshU5BU5D_t2EF6E7C00AD0C05C7BD3E565CF716B62BED324A2** ___array0, int32_t ___size1, const RuntimeMethod* method) { (( void (*) (TMP_SubMeshU5BU5D_t2EF6E7C00AD0C05C7BD3E565CF716B62BED324A2**, int32_t, const RuntimeMethod*))TMP_TextInfo_Resize_TisRuntimeObject_m5D02E45E6513461072CEC9A49EFAC5F9F688204C_gshared)(___array0, ___size1, method); } // System.Int32 UnityEngine.Mathf::Max(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Mathf_Max_mAB2544BF70651EC36982F5F4EBD250AEE283335A (int32_t ___a0, int32_t ___b1, const RuntimeMethod* method); // TMPro.TMP_SubMesh TMPro.TMP_SubMesh::AddSubTextObject(TMPro.TextMeshPro,TMPro.MaterialReference) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TMP_SubMesh_tF05E95C4AC87BBE600564968E24B50BE2E06D1B8 * TMP_SubMesh_AddSubTextObject_mB8BFEA8994303FBAC01CFCC25C60DDAC12B939C8 (TextMeshPro_t4C8C961C0939CD311CCC4F5F306C27C5301BD8E4 * ___textComponent0, MaterialReference_tB00D33F114B6EF4E7D63B25D053A0111D502951B ___materialReference1, const RuntimeMethod* method); // System.Void TMPro.TMP_SubMesh::set_fontAsset(TMPro.TMP_FontAsset) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void TMP_SubMesh_set_fontAsset_m307C3FCDD486CFA3A99E86844F8FBC3A87AC3B38_inline (TMP_SubMesh_tF05E95C4AC87BBE600564968E24B50BE2E06D1B8 * __this, TMP_FontAsset_tDD8F58129CF4A9094C82DD209531E9E71F9837B2 * ___value0, const RuntimeMethod* method); // System.Void TMPro.TMP_SubMesh::set_spriteAsset(TMPro.TMP_SpriteAsset) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void TMP_SubMesh_set_spriteAsset_m114988A0DB206AF57B97417498959228469BE281_inline (TMP_SubMesh_tF05E95C4AC87BBE600564968E24B50BE2E06D1B8 * __this, TMP_SpriteAsset_t0746714D8A56C0A27AE56DC6897CC1A129220714 * ___value0, const RuntimeMethod* method); // System.Void TMPro.TMP_SubMesh::set_fallbackMaterial(UnityEngine.Material) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_SubMesh_set_fallbackMaterial_mEA42D20BCA21645ECAA1025A3113DD278FAF3FA0 (TMP_SubMesh_tF05E95C4AC87BBE600564968E24B50BE2E06D1B8 * __this, Material_t8927C00353A72755313F046D0CE85178AE8218EE * ___value0, const RuntimeMethod* method); // System.Void TMPro.TMP_SubMesh::set_fallbackSourceMaterial(UnityEngine.Material) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void TMP_SubMesh_set_fallbackSourceMaterial_m88F5917717363F167DA171F3346334B1097D3CE3_inline (TMP_SubMesh_tF05E95C4AC87BBE600564968E24B50BE2E06D1B8 * __this, Material_t8927C00353A72755313F046D0CE85178AE8218EE * ___value0, const RuntimeMethod* method); // System.Void TMPro.TMP_MeshInfo::.ctor(UnityEngine.Mesh,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_MeshInfo__ctor_mB73E9771607C02B602451E93737E1FFCAD8BFBA3 (TMP_MeshInfo_t69FCEF4CBC055C00598478835753D43D94A03176 * __this, Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 * ___mesh0, int32_t ___size1, const RuntimeMethod* method); // System.Void TMPro.TMP_MeshInfo::ResizeMeshInfo(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_MeshInfo_ResizeMeshInfo_m6F37028E8CA2A7F864B0120698826939DDEE5951 (TMP_MeshInfo_t69FCEF4CBC055C00598478835753D43D94A03176 * __this, int32_t ___size0, const RuntimeMethod* method); // System.Void TMPro.TMP_MeshInfo::ClearUnusedVertices(System.Int32,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_MeshInfo_ClearUnusedVertices_mE8FCAA544AC8BE117A2C700F458D87430028AB42 (TMP_MeshInfo_t69FCEF4CBC055C00598478835753D43D94A03176 * __this, int32_t ___startIndex0, bool ___updateMesh1, const RuntimeMethod* method); // UnityEngine.Rect UnityEngine.RectTransform::get_rect() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 RectTransform_get_rect_m7B24A1D6E0CB87F3481DDD2584C82C97025404E2 (RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * __this, const RuntimeMethod* method); // UnityEngine.Vector2 UnityEngine.Rect::get_size() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 Rect_get_size_m752B3BB45AE862F6EAE941ED5E5C1B01C0973A00 (Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 * __this, const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.Transform::get_lossyScale() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Transform_get_lossyScale_m469A16F93F135C1E4D5955C7EBDB893D1892A331 (Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * __this, const RuntimeMethod* method); // System.Void TMPro.TextMeshPro::UpdateSDFScale(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextMeshPro_UpdateSDFScale_mA3A7F8EEEFB7C083CC77C17C39B9353360391986 (TextMeshPro_t4C8C961C0939CD311CCC4F5F306C27C5301BD8E4 * __this, float ___scaleDelta0, const RuntimeMethod* method); // System.Void TMPro.TMP_Text::ParseInputText() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_Text_ParseInputText_m03A600DDC85977E85025F1643962A5647E3C394E (TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 * __this, const RuntimeMethod* method); // System.Void TMPro.TMP_FontAsset::UpdateFontFeaturesForFontAssetsInQueue() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_FontAsset_UpdateFontFeaturesForFontAssetsInQueue_m02BED35A4B68BF28A9DA7A2CA77B396A80774F7F (const RuntimeMethod* method); // System.Boolean UnityEngine.Renderer::get_enabled() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Renderer_get_enabled_mEFB6D3FD1D9D251EBB6E6286491592C4A6ABD6DE (Renderer_t58147AB5B00224FE1460FD47542DC0DA7EC9378C * __this, const RuntimeMethod* method); // System.Void TMPro.TextMeshPro::SetActiveSubTextObjectRenderers(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextMeshPro_SetActiveSubTextObjectRenderers_m8B2E0BF994EE68FAFA3C5A94FF89A3EC25E01B4B (TextMeshPro_t4C8C961C0939CD311CCC4F5F306C27C5301BD8E4 * __this, bool ___state0, const RuntimeMethod* method); // System.String System.Int32::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Int32_ToString_m340C0A14D16799421EFDF8A81C8A16FA76D48411 (int32_t* __this, const RuntimeMethod* method); // System.Void UnityEngine.Debug::LogWarning(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Debug_LogWarning_m24085D883C9E74D7AB423F0625E13259923960E7 (RuntimeObject * ___message0, const RuntimeMethod* method); // System.Void TMPro.TMP_TextInfo::Clear() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_TextInfo_Clear_m33621BB3D248E6EC5E4B2B6D5F800BE2070E759D (TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * __this, const RuntimeMethod* method); // System.Void TMPro.TMPro_EventManager::ON_TEXT_CHANGED(UnityEngine.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMPro_EventManager_ON_TEXT_CHANGED_m196F05B2E99B22617705488778FA1474C411C771 (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A * ___obj0, const RuntimeMethod* method); // System.Void TMPro.TMP_SpriteAnimator::StopAllAnimations() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_SpriteAnimator_StopAllAnimations_m88014DE65EED54784B260A94985168BDB99138F3 (TMP_SpriteAnimator_t07C769A1F1F85B545DD32357826E08F569E3D902 * __this, const RuntimeMethod* method); // System.Int32 UnityEngine.TextCore.FaceInfo::get_pointSize() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FaceInfo_get_pointSize_m3C6775E1AE5F27EAAB93CC84480B14AFBDB5E330 (FaceInfo_t3A29F58B4C0435D2D76E3474E2B9D03F8A20C979 * __this, const RuntimeMethod* method); // System.Single UnityEngine.TextCore.FaceInfo::get_scale() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float FaceInfo_get_scale_mA059FCEE1F13BBDF846AB8D8B8EDA468F4FCD2A4 (FaceInfo_t3A29F58B4C0435D2D76E3474E2B9D03F8A20C979 * __this, const RuntimeMethod* method); // System.Void TMPro.TMP_TextProcessingStack`1::SetDefault(T) inline void TMP_TextProcessingStack_1_SetDefault_m3449DB02D37F8F59E5C8E537F9910F4FC418E59D (TMP_TextProcessingStack_1_t0C5DDA1BDCC56D66F8465350BB1E55E94AAEBE17 * __this, float ___item0, const RuntimeMethod* method) { (( void (*) (TMP_TextProcessingStack_1_t0C5DDA1BDCC56D66F8465350BB1E55E94AAEBE17 *, float, const RuntimeMethod*))TMP_TextProcessingStack_1_SetDefault_m3449DB02D37F8F59E5C8E537F9910F4FC418E59D_gshared)(__this, ___item0, method); } // System.Void TMPro.TMP_TextProcessingStack`1::SetDefault(T) inline void TMP_TextProcessingStack_1_SetDefault_m6A917E9E8EED56BE4917D5154C98327846B6A57C (TMP_TextProcessingStack_1_t860FCBD32172CBAC38125AB43150338E7CF55B1B * __this, int32_t ___item0, const RuntimeMethod* method) { (( void (*) (TMP_TextProcessingStack_1_t860FCBD32172CBAC38125AB43150338E7CF55B1B *, int32_t, const RuntimeMethod*))TMP_TextProcessingStack_1_SetDefault_m70AC1FAADE1CA45C2BA152818B0A952CCD359485_gshared)(__this, ___item0, method); } // System.Void TMPro.TMP_TextProcessingStack`1::Clear() inline void TMP_TextProcessingStack_1_Clear_m92077EF5DECC1DA878E6CF1CA30231AE24507391 (TMP_TextProcessingStack_1_t0C5DDA1BDCC56D66F8465350BB1E55E94AAEBE17 * __this, const RuntimeMethod* method) { (( void (*) (TMP_TextProcessingStack_1_t0C5DDA1BDCC56D66F8465350BB1E55E94AAEBE17 *, const RuntimeMethod*))TMP_TextProcessingStack_1_Clear_m92077EF5DECC1DA878E6CF1CA30231AE24507391_gshared)(__this, method); } // UnityEngine.Color32 UnityEngine.Color32::op_Implicit(UnityEngine.Color) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Color32_tDB54A78627878A7D2DE42BB028D64306A18E858D Color32_op_Implicit_mD17E8145D2D32EF369EFE349C4D32E839F7D7AA4 (Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 ___c0, const RuntimeMethod* method); // System.Void TMPro.TMP_TextProcessingStack`1::SetDefault(T) inline void TMP_TextProcessingStack_1_SetDefault_mC2C677E5F18F0D7948B30621560691B61BA7AFD0 (TMP_TextProcessingStack_1_tCB10A5934F69ED17BBB7F709D74D60038177414D * __this, Color32_tDB54A78627878A7D2DE42BB028D64306A18E858D ___item0, const RuntimeMethod* method) { (( void (*) (TMP_TextProcessingStack_1_tCB10A5934F69ED17BBB7F709D74D60038177414D *, Color32_tDB54A78627878A7D2DE42BB028D64306A18E858D , const RuntimeMethod*))TMP_TextProcessingStack_1_SetDefault_mC2C677E5F18F0D7948B30621560691B61BA7AFD0_gshared)(__this, ___item0, method); } // TMPro.TMP_Offset TMPro.TMP_Offset::get_zero() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR TMP_Offset_tFD2420EE03933F6A720EB5B66ED6B4FB67AE2117 TMP_Offset_get_zero_mC68A171E4943C6D024FFEECEC478911D7E3623E2_inline (const RuntimeMethod* method); // System.Void TMPro.HighlightState::.ctor(UnityEngine.Color32,TMPro.TMP_Offset) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HighlightState__ctor_m5FB32DE7A9CEAF55D6C4D982DB7AC3A11A3036E7 (HighlightState_t52CE27A1187034A1037ABC13A70BAEE4AC3B5759 * __this, Color32_tDB54A78627878A7D2DE42BB028D64306A18E858D ___color0, TMP_Offset_tFD2420EE03933F6A720EB5B66ED6B4FB67AE2117 ___padding1, const RuntimeMethod* method); // System.Void TMPro.TMP_TextProcessingStack`1::SetDefault(T) inline void TMP_TextProcessingStack_1_SetDefault_m1E3CEAE999539ACA627F3308526B65F73C1C2D37 (TMP_TextProcessingStack_1_t091E8E0507335193E71397075A9E75FFE125381E * __this, HighlightState_t52CE27A1187034A1037ABC13A70BAEE4AC3B5759 ___item0, const RuntimeMethod* method) { (( void (*) (TMP_TextProcessingStack_1_t091E8E0507335193E71397075A9E75FFE125381E *, HighlightState_t52CE27A1187034A1037ABC13A70BAEE4AC3B5759 , const RuntimeMethod*))TMP_TextProcessingStack_1_SetDefault_m1E3CEAE999539ACA627F3308526B65F73C1C2D37_gshared)(__this, ___item0, method); } // System.Void TMPro.TMP_TextProcessingStack`1::SetDefault(T) inline void TMP_TextProcessingStack_1_SetDefault_m393B253A8E726E68AB86B191BC560BF779549E12 (TMP_TextProcessingStack_1_t598A1976548F7435C20001605BBCC77262756804 * __this, TMP_ColorGradient_tC18C01CF1F597BD442D01A29724FE1B32497E461 * ___item0, const RuntimeMethod* method) { (( void (*) (TMP_TextProcessingStack_1_t598A1976548F7435C20001605BBCC77262756804 *, TMP_ColorGradient_tC18C01CF1F597BD442D01A29724FE1B32497E461 *, const RuntimeMethod*))TMP_TextProcessingStack_1_SetDefault_m064A6235E0FE2C629A1252D8C18E51EA48EDD857_gshared)(__this, ___item0, method); } // System.Void TMPro.TMP_TextProcessingStack`1::SetDefault(T) inline void TMP_TextProcessingStack_1_SetDefault_mC7F0F43E70DB109D2030B418ED86012E8FA1AD29 (TMP_TextProcessingStack_1_tAD0A40D35721F31D8FE2C344F705515FDF0F7DBA * __this, int32_t ___item0, const RuntimeMethod* method) { (( void (*) (TMP_TextProcessingStack_1_tAD0A40D35721F31D8FE2C344F705515FDF0F7DBA *, int32_t, const RuntimeMethod*))TMP_TextProcessingStack_1_SetDefault_mC7F0F43E70DB109D2030B418ED86012E8FA1AD29_gshared)(__this, ___item0, method); } // System.Void TMPro.TMP_TextProcessingStack`1::Clear() inline void TMP_TextProcessingStack_1_Clear_m54A533DBFA40313CA0795712B77C29EE6B73D775 (TMP_TextProcessingStack_1_tAD0A40D35721F31D8FE2C344F705515FDF0F7DBA * __this, const RuntimeMethod* method) { (( void (*) (TMP_TextProcessingStack_1_tAD0A40D35721F31D8FE2C344F705515FDF0F7DBA *, const RuntimeMethod*))TMP_TextProcessingStack_1_Clear_m54A533DBFA40313CA0795712B77C29EE6B73D775_gshared)(__this, method); } // System.Single UnityEngine.TextCore.FaceInfo::get_lineHeight() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float FaceInfo_get_lineHeight_m4BC0162351D2C7E607ECDF93534DAF0169AAEFE5 (FaceInfo_t3A29F58B4C0435D2D76E3474E2B9D03F8A20C979 * __this, const RuntimeMethod* method); // System.Single UnityEngine.TextCore.FaceInfo::get_ascentLine() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float FaceInfo_get_ascentLine_m69928E2E998FA9441C7628BF7F8D9E888470D983 (FaceInfo_t3A29F58B4C0435D2D76E3474E2B9D03F8A20C979 * __this, const RuntimeMethod* method); // System.Single UnityEngine.TextCore.FaceInfo::get_descentLine() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float FaceInfo_get_descentLine_m0AEF0D85997836B841605DCE178ABA42A92C6EFA (FaceInfo_t3A29F58B4C0435D2D76E3474E2B9D03F8A20C979 * __this, const RuntimeMethod* method); // System.Int32 UnityEngine.Mathf::Clamp(System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Mathf_Clamp_mAD0781EB7470594CD4482DD64A0D739E4E539C3C (int32_t ___value0, int32_t ___min1, int32_t ___max2, const RuntimeMethod* method); // System.Void TMPro.TMP_TextInfo::ClearPageInfo() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_TextInfo_ClearPageInfo_m8CB02626A70C7D01523B7F4C1795DC0A752D2A7E (TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * __this, const RuntimeMethod* method); // System.Void TMPro.TMP_TextInfo::ClearLineInfo() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_TextInfo_ClearLineInfo_m17CB1F31B31017424574D9F22BE23B6D979A8F39 (TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * __this, const RuntimeMethod* method); // System.Void TMPro.TMP_Text/CharacterSubstitution::.ctor(System.Int32,System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CharacterSubstitution__ctor_m946A077A8E070FE40CE4CBC8C3EED7249AB29649 (CharacterSubstitution_tDA217C96ED6B78235EF55ECECF09EEBD7B32156B * __this, int32_t ___index0, uint32_t ___unicode1, const RuntimeMethod* method); // System.Void TMPro.TMP_Text::SaveWordWrappingState(TMPro.WordWrapState&,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_Text_SaveWordWrappingState_m030FF90502AAD68AFC0ACEBE3843ECB51DCFD9BC (TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 * __this, WordWrapState_t15805FC5C080AC77203F872695E3B951F460DE99 * ___state0, int32_t ___index1, int32_t ___count2, const RuntimeMethod* method); // System.Void TMPro.TMP_TextProcessingStack`1::Clear() inline void TMP_TextProcessingStack_1_Clear_m0496F35F6D032B292943574C607901E6E0DABDAE (TMP_TextProcessingStack_1_t09C36897DBFF463BB173E0ED3612A8D49A8EE2D7 * __this, const RuntimeMethod* method) { (( void (*) (TMP_TextProcessingStack_1_t09C36897DBFF463BB173E0ED3612A8D49A8EE2D7 *, const RuntimeMethod*))TMP_TextProcessingStack_1_Clear_m0496F35F6D032B292943574C607901E6E0DABDAE_gshared)(__this, method); } // System.String System.String::Concat(System.String,System.String,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_m37A5BF26F8F8F1892D60D727303B23FB604FEE78 (String_t* ___str00, String_t* ___str11, String_t* ___str22, String_t* ___str33, const RuntimeMethod* method); // System.Void UnityEngine.Debug::LogError(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Debug_LogError_m8850D65592770A364D494025FF3A73E8D4D70485 (RuntimeObject * ___message0, const RuntimeMethod* method); // !1 System.Collections.Generic.Dictionary`2::get_Item(!0) inline TMP_Character_tE7A98584C4DDFC9E1A1D883F4A5DE99E5DE7CC0C * Dictionary_2_get_Item_mEBFC3A4532D98B4B48DB1CE58800BF6A7B35A7E4 (Dictionary_2_t6BB43D0F158FE3B19E71F6F48A84283B5250E1B4 * __this, uint32_t ___key0, const RuntimeMethod* method) { return (( TMP_Character_tE7A98584C4DDFC9E1A1D883F4A5DE99E5DE7CC0C * (*) (Dictionary_2_t6BB43D0F158FE3B19E71F6F48A84283B5250E1B4 *, uint32_t, const RuntimeMethod*))Dictionary_2_get_Item_m6FF222E803077B0CCD7E35139C5897D9DFD6A76A_gshared)(__this, ___key0, method); } // UnityEngine.TextCore.FaceInfo TMPro.TMP_FontAsset::get_faceInfo() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR FaceInfo_t3A29F58B4C0435D2D76E3474E2B9D03F8A20C979 TMP_FontAsset_get_faceInfo_m36B45040D6E9F080986E955DD7E1006E8A892DA9_inline (TMP_FontAsset_tDD8F58129CF4A9094C82DD209531E9E71F9837B2 * __this, const RuntimeMethod* method); // System.Single UnityEngine.TextCore.Glyph::get_scale() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Glyph_get_scale_m446CB523D55E31B00D8AC704A60308C773E7F208 (Glyph_tC58ED6BC718B82A55B7E1A3690A289FFA8EBEFD1 * __this, const RuntimeMethod* method); // System.Single UnityEngine.TextCore.FaceInfo::get_baseline() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float FaceInfo_get_baseline_m7EB9429D8D329E5DA5DB890CEF02A6C015C056D6 (FaceInfo_t3A29F58B4C0435D2D76E3474E2B9D03F8A20C979 * __this, const RuntimeMethod* method); // UnityEngine.TextCore.GlyphMetrics UnityEngine.TextCore.Glyph::get_metrics() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GlyphMetrics_t46B609AF0FC41272561342E8B5AEF35E4E1B537B Glyph_get_metrics_m395A93D5BD1B7859DD95B17386DAA033D2F865B0 (Glyph_tC58ED6BC718B82A55B7E1A3690A289FFA8EBEFD1 * __this, const RuntimeMethod* method); // System.Single UnityEngine.TextCore.GlyphMetrics::get_height() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float GlyphMetrics_get_height_m742B169DCF2892774ACEC4F25310CDC0C7F1D85F (GlyphMetrics_t46B609AF0FC41272561342E8B5AEF35E4E1B537B * __this, const RuntimeMethod* method); // System.Single TMPro.TMP_SubMesh::get_padding() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float TMP_SubMesh_get_padding_m0767D28093A3622A404341557960A794879291B0_inline (TMP_SubMesh_tF05E95C4AC87BBE600564968E24B50BE2E06D1B8 * __this, const RuntimeMethod* method); // T TMPro.TMP_TextProcessingStack`1::get_current() inline HighlightState_t52CE27A1187034A1037ABC13A70BAEE4AC3B5759 TMP_TextProcessingStack_1_get_current_mF71CA976FB7F7A65A7AA85B6D28AE060CF21391D (TMP_TextProcessingStack_1_t091E8E0507335193E71397075A9E75FFE125381E * __this, const RuntimeMethod* method) { return (( HighlightState_t52CE27A1187034A1037ABC13A70BAEE4AC3B5759 (*) (TMP_TextProcessingStack_1_t091E8E0507335193E71397075A9E75FFE125381E *, const RuntimeMethod*))TMP_TextProcessingStack_1_get_current_mF71CA976FB7F7A65A7AA85B6D28AE060CF21391D_gshared)(__this, method); } // System.Boolean System.Collections.Generic.Dictionary`2::TryGetValue(!0,!1&) inline bool Dictionary_2_TryGetValue_mB781DA89706896C42ABF9B2CCFD27CD0EA6D1593 (Dictionary_2_t0583F646DAE1361FD64601FB5FBF7B4C57DDBDF4 * __this, uint32_t ___key0, TMP_GlyphPairAdjustmentRecord_t79F65D973582F66AF3787F0C63E6E6575C8E0C10 ** ___value1, const RuntimeMethod* method) { return (( bool (*) (Dictionary_2_t0583F646DAE1361FD64601FB5FBF7B4C57DDBDF4 *, uint32_t, TMP_GlyphPairAdjustmentRecord_t79F65D973582F66AF3787F0C63E6E6575C8E0C10 **, const RuntimeMethod*))Dictionary_2_TryGetValue_m217C0A1B3702CD790509E01A629A50EECD263C7F_gshared)(__this, ___key0, ___value1, method); } // TMPro.TMP_GlyphValueRecord TMPro.TMP_GlyphValueRecord::op_Addition(TMPro.TMP_GlyphValueRecord,TMPro.TMP_GlyphValueRecord) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TMP_GlyphValueRecord_tEF00CF591899C9C5D8028D3F6C55FD7B67DFE9D2 TMP_GlyphValueRecord_op_Addition_mE6C018CE280ED6F22148580AFDB8BC07C8A077E4 (TMP_GlyphValueRecord_tEF00CF591899C9C5D8028D3F6C55FD7B67DFE9D2 ___a0, TMP_GlyphValueRecord_tEF00CF591899C9C5D8028D3F6C55FD7B67DFE9D2 ___b1, const RuntimeMethod* method); // System.Single TMPro.TMP_GlyphValueRecord::get_xAdvance() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float TMP_GlyphValueRecord_get_xAdvance_m3B69FED0F6328E0CE79DE48835C1B47FBA3C17C0_inline (TMP_GlyphValueRecord_tEF00CF591899C9C5D8028D3F6C55FD7B67DFE9D2 * __this, const RuntimeMethod* method); // System.Single UnityEngine.TextCore.GlyphMetrics::get_horizontalAdvance() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float GlyphMetrics_get_horizontalAdvance_mB204F2676223D5BEF5FEFF8969B159B39F1A617A (GlyphMetrics_t46B609AF0FC41272561342E8B5AEF35E4E1B537B * __this, const RuntimeMethod* method); // System.Single UnityEngine.TextCore.GlyphMetrics::get_width() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float GlyphMetrics_get_width_m4E2BCD2B54F121478C1D23C43FB6E8C0EF71C70F (GlyphMetrics_t46B609AF0FC41272561342E8B5AEF35E4E1B537B * __this, const RuntimeMethod* method); // System.Single UnityEngine.TextCore.GlyphMetrics::get_horizontalBearingX() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float GlyphMetrics_get_horizontalBearingX_m8474B6C9DB0D4D36516FCAC03B6ECBDAF49247E0 (GlyphMetrics_t46B609AF0FC41272561342E8B5AEF35E4E1B537B * __this, const RuntimeMethod* method); // System.Single UnityEngine.Material::GetFloat(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Material_GetFloat_m508B992651DD512ECB2A51336C9A4E87AED82D27 (Material_t8927C00353A72755313F046D0CE85178AE8218EE * __this, int32_t ___nameID0, const RuntimeMethod* method); // System.Single UnityEngine.TextCore.GlyphMetrics::get_horizontalBearingY() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float GlyphMetrics_get_horizontalBearingY_m2C5A73B899AFF5F5F594F447160ADB6E0523C16A (GlyphMetrics_t46B609AF0FC41272561342E8B5AEF35E4E1B537B * __this, const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.Matrix4x4::get_lossyScale() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Matrix4x4_get_lossyScale_m540B8C7CAA4F2FFF4B8C1DBED639B49F5EFB81CF (Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461 * __this, const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.Vector3::op_Division(UnityEngine.Vector3,System.Single) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Vector3_op_Division_mE5ACBFB168FED529587457A83BA98B7DB32E2A05_inline (Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___a0, float ___d1, const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.Matrix4x4::MultiplyPoint3x4(UnityEngine.Vector3) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Matrix4x4_MultiplyPoint3x4_mA0A34C5FD162DA8E5421596F1F921436F3E7B2FC (Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461 * __this, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___point0, const RuntimeMethod* method); // System.Single UnityEngine.TextCore.FaceInfo::get_capLine() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float FaceInfo_get_capLine_m16556D45E8441052D15DAE83CDB3FC31635BE0A7 (FaceInfo_t3A29F58B4C0435D2D76E3474E2B9D03F8A20C979 * __this, const RuntimeMethod* method); // System.Int32 TMPro.TMP_Text::RestoreWordWrappingState(TMPro.WordWrapState&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TMP_Text_RestoreWordWrappingState_m1F806F62B0627FE7B5832BA385DC9C9CE78EC7EF (TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 * __this, WordWrapState_t15805FC5C080AC77203F872695E3B951F460DE99 * ___state0, const RuntimeMethod* method); // System.Int32 TMPro.TMP_TextProcessingStack`1::get_Count() inline int32_t TMP_TextProcessingStack_1_get_Count_m32B3573BD0E2ABC1485F9D03AE8D19ACFE2EA06C_inline (TMP_TextProcessingStack_1_t09C36897DBFF463BB173E0ED3612A8D49A8EE2D7 * __this, const RuntimeMethod* method) { return (( int32_t (*) (TMP_TextProcessingStack_1_t09C36897DBFF463BB173E0ED3612A8D49A8EE2D7 *, const RuntimeMethod*))TMP_TextProcessingStack_1_get_Count_m32B3573BD0E2ABC1485F9D03AE8D19ACFE2EA06C_gshared_inline)(__this, method); } // T TMPro.TMP_TextProcessingStack`1::Pop() inline WordWrapState_t15805FC5C080AC77203F872695E3B951F460DE99 TMP_TextProcessingStack_1_Pop_m107187E97028777E349EF22C93BA5EFC25621427 (TMP_TextProcessingStack_1_t09C36897DBFF463BB173E0ED3612A8D49A8EE2D7 * __this, const RuntimeMethod* method) { return (( WordWrapState_t15805FC5C080AC77203F872695E3B951F460DE99 (*) (TMP_TextProcessingStack_1_t09C36897DBFF463BB173E0ED3612A8D49A8EE2D7 *, const RuntimeMethod*))TMP_TextProcessingStack_1_Pop_m107187E97028777E349EF22C93BA5EFC25621427_gshared)(__this, method); } // System.Void TMPro.TMP_Text::set_firstVisibleCharacter(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_Text_set_firstVisibleCharacter_mF5EA6B686366069786F1A1C995683A99655360BF (TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Void TMPro.TMP_Text::InsertNewLine(System.Int32,System.Single,System.Single,System.Single,System.Single,System.Single,System.Single,System.Single,System.Single,System.Boolean&,System.Single&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_Text_InsertNewLine_m64EE4D1A9195459F60B7498CD7247A0E9E1BF6BA (TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 * __this, int32_t ___i0, float ___baseScale1, float ___currentElementScale2, float ___currentEmScale3, float ___glyphAdjustment4, float ___boldSpacingAdjustment5, float ___characterSpacingAdjustment6, float ___width7, float ___lineGap8, bool* ___isMaxVisibleDescenderSet9, float* ___maxVisibleDescender10, const RuntimeMethod* method); // System.Boolean System.Char::IsSeparator(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Char_IsSeparator_m63C5FE7D94A88D0F251E4740B2E3348C0406B165 (Il2CppChar ___c0, const RuntimeMethod* method); // System.Void TMPro.TMP_TextProcessingStack`1::Push(T) inline void TMP_TextProcessingStack_1_Push_m4BFE2DC592048CEE579378EAA522E0DCDE9E533D (TMP_TextProcessingStack_1_t09C36897DBFF463BB173E0ED3612A8D49A8EE2D7 * __this, WordWrapState_t15805FC5C080AC77203F872695E3B951F460DE99 ___item0, const RuntimeMethod* method) { (( void (*) (TMP_TextProcessingStack_1_t09C36897DBFF463BB173E0ED3612A8D49A8EE2D7 *, WordWrapState_t15805FC5C080AC77203F872695E3B951F460DE99 , const RuntimeMethod*))TMP_TextProcessingStack_1_Push_m4BFE2DC592048CEE579378EAA522E0DCDE9E533D_gshared)(__this, ___item0, method); } // System.Single UnityEngine.TextCore.FaceInfo::get_tabWidth() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float FaceInfo_get_tabWidth_mFBE94B2FBBB301B0FC1011D49A96032A0EE1A588 (FaceInfo_t3A29F58B4C0435D2D76E3474E2B9D03F8A20C979 * __this, const RuntimeMethod* method); // System.Void TMPro.TMP_Text::AdjustLineOffset(System.Int32,System.Int32,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_Text_AdjustLineOffset_m13C98F40D1F0D9D0EE243E8C8641021B4EB08055 (TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 * __this, int32_t ___startIndex0, int32_t ___endIndex1, float ___offset2, const RuntimeMethod* method); // System.Void TMPro.TMP_Text::ResizeLineExtents(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_Text_ResizeLineExtents_mCA2F633CB18C3FB4CDA51183E964829A210A07F4 (TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 * __this, int32_t ___size0, const RuntimeMethod* method); // System.Void TMPro.TMP_TextInfo::Resize(T[]&,System.Int32,System.Boolean) inline void TMP_TextInfo_Resize_TisTMP_PageInfo_tB5F02C2AE1421D5984972F28F2ABEE49763D58CC_mA926877D4DE0ECD0B69E1ECC85E2A0EF7DA1420A (TMP_PageInfoU5BU5D_tD278FD80A76AC5A74DA87B7A5653423E41AC634F** ___array0, int32_t ___size1, bool ___isBlockAllocated2, const RuntimeMethod* method) { (( void (*) (TMP_PageInfoU5BU5D_tD278FD80A76AC5A74DA87B7A5653423E41AC634F**, int32_t, bool, const RuntimeMethod*))TMP_TextInfo_Resize_TisTMP_PageInfo_tB5F02C2AE1421D5984972F28F2ABEE49763D58CC_mA926877D4DE0ECD0B69E1ECC85E2A0EF7DA1420A_gshared)(___array0, ___size1, ___isBlockAllocated2, method); } // System.Boolean TMPro.TMP_Settings::get_useModernHangulLineBreakingRules() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TMP_Settings_get_useModernHangulLineBreakingRules_mB9997EBF86B308B4340CE47D76493737B04CC3E0 (const RuntimeMethod* method); // TMPro.TMP_Settings/LineBreakingTable TMPro.TMP_Settings::get_linebreakingRules() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR LineBreakingTable_t5E2CD902456D50AA9B0F9C64BCF16045E86D19F2 * TMP_Settings_get_linebreakingRules_m24F618847265F6080D3F3F54FF3886E01F7DC0EF (const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2::ContainsKey(!0) inline bool Dictionary_2_ContainsKey_m763BB54F67046603579688541690777BDEDBDD53 (Dictionary_2_tB8FA8FEFBC38630BF40B59A6B474816F30D29B23 * __this, int32_t ___key0, const RuntimeMethod* method) { return (( bool (*) (Dictionary_2_tB8FA8FEFBC38630BF40B59A6B474816F30D29B23 *, int32_t, const RuntimeMethod*))Dictionary_2_ContainsKey_m763BB54F67046603579688541690777BDEDBDD53_gshared)(__this, ___key0, method); } // System.String System.Single::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Single_ToString_m80E7ABED4F4D73F2BE19DDB80D3D92FCD8DFA010 (float* __this, const RuntimeMethod* method); // UnityEngine.Color UnityEngine.Color::get_white() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 Color_get_white_mB21E47D20959C3AEC41AF8BA04F63AC89FAF319E (const RuntimeMethod* method); // System.Boolean System.Char::IsControl(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Char_IsControl_m2682A4043BD6DFBA936CED52A3239AA7D38625A6 (Il2CppChar ___c0, const RuntimeMethod* method); // System.Single TMPro.TMP_Text::PackUV(System.Single,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float TMP_Text_PackUV_m7868218DBD9EB62B291412D0D675CB0F0BCD8E61 (TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 * __this, float ___x0, float ___y1, const RuntimeMethod* method); // System.Boolean System.Char::IsLetterOrDigit(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Char_IsLetterOrDigit_m1C9B58CBEB1A3909369234582FA308E3C85F34D6 (Il2CppChar ___c0, const RuntimeMethod* method); // System.Void TMPro.TMP_TextInfo::Resize(T[]&,System.Int32) inline void TMP_TextInfo_Resize_TisTMP_WordInfo_t168F70FD30F4875E4C84D40F9F30FCB5D2EB895C_m46654E57A0D3569A19A2E130D3158486B76C6E5F (TMP_WordInfoU5BU5D_t702DDE9D8C7BD02F4D744F914B94BAB83E0F9502** ___array0, int32_t ___size1, const RuntimeMethod* method) { (( void (*) (TMP_WordInfoU5BU5D_t702DDE9D8C7BD02F4D744F914B94BAB83E0F9502**, int32_t, const RuntimeMethod*))TMP_TextInfo_Resize_TisTMP_WordInfo_t168F70FD30F4875E4C84D40F9F30FCB5D2EB895C_m46654E57A0D3569A19A2E130D3158486B76C6E5F_gshared)(___array0, ___size1, method); } // System.Boolean System.Char::IsPunctuation(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Char_IsPunctuation_mAA0C28B4CA0DE58C6C2ED7993BFA0D1F250C5661 (Il2CppChar ___c0, const RuntimeMethod* method); // TMPro.TMP_FontAsset TMPro.TMP_Text::get_font() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR TMP_FontAsset_tDD8F58129CF4A9094C82DD209531E9E71F9837B2 * TMP_Text_get_font_mCCC689E89501A382C24F73AB305F647CA47FD9E2_inline (TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 * __this, const RuntimeMethod* method); // System.Single UnityEngine.TextCore.FaceInfo::get_underlineOffset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float FaceInfo_get_underlineOffset_m0F2900E06388C697807D43285BD4979E9D0BDA50 (FaceInfo_t3A29F58B4C0435D2D76E3474E2B9D03F8A20C979 * __this, const RuntimeMethod* method); // System.Boolean TMPro.TMPro_ExtensionMethods::Compare(UnityEngine.Color32,UnityEngine.Color32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TMPro_ExtensionMethods_Compare_mF68EE2F2585A1CDFD8C85F5D940F662F553CA197 (Color32_tDB54A78627878A7D2DE42BB028D64306A18E858D ___a0, Color32_tDB54A78627878A7D2DE42BB028D64306A18E858D ___b1, const RuntimeMethod* method); // System.Single UnityEngine.TextCore.FaceInfo::get_strikethroughOffset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float FaceInfo_get_strikethroughOffset_m705C7A75FFA7E324582D6A1CC404ED4C8E8417EB (FaceInfo_t3A29F58B4C0435D2D76E3474E2B9D03F8A20C979 * __this, const RuntimeMethod* method); // System.Boolean TMPro.TMP_Math::Approximately(System.Single,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TMP_Math_Approximately_m8BA4C727C426B654F99BEE75A5547BEC340EEB5B (float ___a0, float ___b1, const RuntimeMethod* method); // System.Boolean TMPro.HighlightState::op_Inequality(TMPro.HighlightState,TMPro.HighlightState) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool HighlightState_op_Inequality_m7F39B106EF9024CF9493B82607B3803AD61D91CE (HighlightState_t52CE27A1187034A1037ABC13A70BAEE4AC3B5759 ___lhs0, HighlightState_t52CE27A1187034A1037ABC13A70BAEE4AC3B5759 ___rhs1, const RuntimeMethod* method); // System.Single TMPro.TMP_Offset::get_right() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float TMP_Offset_get_right_m1B46C31FD5A0007F680BBDF93C840A027E5F1643_inline (TMP_Offset_tFD2420EE03933F6A720EB5B66ED6B4FB67AE2117 * __this, const RuntimeMethod* method); // System.Single TMPro.TMP_Offset::get_bottom() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float TMP_Offset_get_bottom_m09B52DCF774778DCF8B9F39C9B67AD6A0A9117D4_inline (TMP_Offset_tFD2420EE03933F6A720EB5B66ED6B4FB67AE2117 * __this, const RuntimeMethod* method); // System.Single TMPro.TMP_Offset::get_top() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float TMP_Offset_get_top_m7AE495DCE94F1ACD1BC337964DE163993E27F784_inline (TMP_Offset_tFD2420EE03933F6A720EB5B66ED6B4FB67AE2117 * __this, const RuntimeMethod* method); // System.Single TMPro.TMP_Offset::get_left() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float TMP_Offset_get_left_mDB8C774DB82D64137FDB932BC38F614EDFBBDC24_inline (TMP_Offset_tFD2420EE03933F6A720EB5B66ED6B4FB67AE2117 * __this, const RuntimeMethod* method); // System.Void System.Action`1::Invoke(!0) inline void Action_1_Invoke_m461A7CF17ECA131C9B8A079E49783F4DBEF344F5 (Action_1_t170B3E821B49B45FA7134A2CF48A2E64CA371D42 * __this, TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * ___obj0, const RuntimeMethod* method) { (( void (*) (Action_1_t170B3E821B49B45FA7134A2CF48A2E64CA371D42 *, TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 *, const RuntimeMethod*))Action_1_Invoke_mAAE01A16F138CEC8E1965D322EFB6A7045FE76F2_gshared)(__this, ___obj0, method); } // System.Void TMPro.TMP_MeshInfo::SortGeometry(TMPro.VertexSortingOrder) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_MeshInfo_SortGeometry_mA9357BE65615321A00B82505FD5D5D0507F360D3 (TMP_MeshInfo_t69FCEF4CBC055C00598478835753D43D94A03176 * __this, int32_t ___order0, const RuntimeMethod* method); // System.Void UnityEngine.Mesh::MarkDynamic() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Mesh_MarkDynamic_m11FFDC281C64F11C36EDDA47BC132EAC95082999 (Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 * __this, const RuntimeMethod* method); // System.Void UnityEngine.RectTransform::GetLocalCorners(UnityEngine.Vector3[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RectTransform_GetLocalCorners_mA93C3DA0EF4915A399E111F23E8B0037FB0D897C (RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * __this, Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4* ___fourCornersArray0, const RuntimeMethod* method); // UnityEngine.MeshFilter TMPro.TMP_SubMesh::get_meshFilter() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MeshFilter_t763BB2BBF3881176AD25E4570E6DD215BA0AA51A * TMP_SubMesh_get_meshFilter_mD39FF1E9146CBB3A12A7B18E3C4F023B5465C9AB (TMP_SubMesh_tF05E95C4AC87BBE600564968E24B50BE2E06D1B8 * __this, const RuntimeMethod* method); // System.Boolean UnityEngine.Behaviour::get_enabled() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Behaviour_get_enabled_m08077AB79934634E1EAE909C2B482BEF4C15A800 (Behaviour_t1A3DDDCF73B4627928FBFE02ED52B7251777DBD9 * __this, const RuntimeMethod* method); // System.Void UnityEngine.Behaviour::set_enabled(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Behaviour_set_enabled_mDE415591B28853D1CD764C53CB499A2142247F32 (Behaviour_t1A3DDDCF73B4627928FBFE02ED52B7251777DBD9 * __this, bool ___value0, const RuntimeMethod* method); // System.Void UnityEngine.Renderer::set_enabled(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Renderer_set_enabled_mFFBA418C428C1B2B151C77B879DD10C393D9D95B (Renderer_t58147AB5B00224FE1460FD47542DC0DA7EC9378C * __this, bool ___value0, const RuntimeMethod* method); // UnityEngine.Bounds UnityEngine.Mesh::get_bounds() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Bounds_t0F1F36D4F7AF49524B3C2A2259594412A3D3AE37 Mesh_get_bounds_m8704A23E8BA2D77C89FD4BF4379238062B1BE5DF (Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 * __this, const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.Bounds::get_min() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Bounds_get_min_mEDCEC21FB04A8E7196EDE841F7BE9042E1908519 (Bounds_t0F1F36D4F7AF49524B3C2A2259594412A3D3AE37 * __this, const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.Bounds::get_max() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Bounds_get_max_m7562010AAD919B8449B8B90382BFBA4D83C669BD (Bounds_t0F1F36D4F7AF49524B3C2A2259594412A3D3AE37 * __this, const RuntimeMethod* method); // System.Void UnityEngine.Bounds::.ctor(UnityEngine.Vector3,UnityEngine.Vector3) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Bounds__ctor_m8356472A177F4B22FFCE8911EBC8547A65A07CA3 (Bounds_t0F1F36D4F7AF49524B3C2A2259594412A3D3AE37 * __this, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___center0, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___size1, const RuntimeMethod* method); // System.Void TMPro.TMP_Text::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_Text__ctor_mA7B3B9D8B06C3384C16A87675B705B91CB10CD02 (TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 * __this, const RuntimeMethod* method); // System.IntPtr Unity.Profiling.LowLevel.Unsafe.ProfilerUnsafeUtility::CreateMarker(System.String,System.UInt16,Unity.Profiling.LowLevel.MarkerFlags,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t ProfilerUnsafeUtility_CreateMarker_m419027084C68545B765B9345949D8BFCB96C51AD (String_t* ___name0, uint16_t ___categoryId1, uint16_t ___flags2, int32_t ___metadataCount3, const RuntimeMethod* method); // System.Boolean UnityEngine.Vector4::op_Equality(UnityEngine.Vector4,UnityEngine.Vector4) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Vector4_op_Equality_mAC86329F5E0AF56A4A1067AB4299C291221720AE_inline (Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 ___lhs0, Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 ___rhs1, const RuntimeMethod* method); // System.Void System.ThrowHelper::ThrowArgumentOutOfRangeException() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ThrowHelper_ThrowArgumentOutOfRangeException_m4841366ABC2B2AFA37C10900551D7E07522C0929 (const RuntimeMethod* method); #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // TMPro.TextElementType TMPro.TMP_TextElement::get_elementType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t TMP_TextElement_get_elementType_mC90549E302BA8B4156D4A8B0E159A25CF3200B18 (TMP_TextElement_tDF9A55D56A0B44EA4EA36DEDF942AEB6369AF832 * __this, const RuntimeMethod* method) { { // public TextElementType elementType { get { return m_ElementType; } } uint8_t L_0 = __this->get_m_ElementType_0(); return L_0; } } // System.UInt32 TMPro.TMP_TextElement::get_unicode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t TMP_TextElement_get_unicode_m20235ED882CB124B30D4DDBF4C2CBD04C3D0B7E1 (TMP_TextElement_tDF9A55D56A0B44EA4EA36DEDF942AEB6369AF832 * __this, const RuntimeMethod* method) { { // public uint unicode { get { return m_Unicode; } set { m_Unicode = value; } } uint32_t L_0 = __this->get_m_Unicode_1(); return L_0; } } // System.Void TMPro.TMP_TextElement::set_unicode(System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_TextElement_set_unicode_m54B919BB4C0461F955E339C6FE328BB158DD8673 (TMP_TextElement_tDF9A55D56A0B44EA4EA36DEDF942AEB6369AF832 * __this, uint32_t ___value0, const RuntimeMethod* method) { { // public uint unicode { get { return m_Unicode; } set { m_Unicode = value; } } uint32_t L_0 = ___value0; __this->set_m_Unicode_1(L_0); // public uint unicode { get { return m_Unicode; } set { m_Unicode = value; } } return; } } // TMPro.TMP_Asset TMPro.TMP_TextElement::get_textAsset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TMP_Asset_tEE129B2B2FE167D4B860286167207DD3AD45B45E * TMP_TextElement_get_textAsset_m233D38D04C699DF9DBDB5C1C78CC6C8F1A6B74BA (TMP_TextElement_tDF9A55D56A0B44EA4EA36DEDF942AEB6369AF832 * __this, const RuntimeMethod* method) { { // public TMP_Asset textAsset { get { return m_TextAsset; } set { m_TextAsset = value; } } TMP_Asset_tEE129B2B2FE167D4B860286167207DD3AD45B45E * L_0 = __this->get_m_TextAsset_2(); return L_0; } } // System.Void TMPro.TMP_TextElement::set_textAsset(TMPro.TMP_Asset) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_TextElement_set_textAsset_mE63A4E7CCF3893BDB606A70C347D894BAB9DD09D (TMP_TextElement_tDF9A55D56A0B44EA4EA36DEDF942AEB6369AF832 * __this, TMP_Asset_tEE129B2B2FE167D4B860286167207DD3AD45B45E * ___value0, const RuntimeMethod* method) { { // public TMP_Asset textAsset { get { return m_TextAsset; } set { m_TextAsset = value; } } TMP_Asset_tEE129B2B2FE167D4B860286167207DD3AD45B45E * L_0 = ___value0; __this->set_m_TextAsset_2(L_0); // public TMP_Asset textAsset { get { return m_TextAsset; } set { m_TextAsset = value; } } return; } } // UnityEngine.TextCore.Glyph TMPro.TMP_TextElement::get_glyph() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Glyph_tC58ED6BC718B82A55B7E1A3690A289FFA8EBEFD1 * TMP_TextElement_get_glyph_mF8C054C48E4D166B8D69B34BD680BEEA157F2263 (TMP_TextElement_tDF9A55D56A0B44EA4EA36DEDF942AEB6369AF832 * __this, const RuntimeMethod* method) { { // public Glyph glyph { get { return m_Glyph; } set { m_Glyph = value; } } Glyph_tC58ED6BC718B82A55B7E1A3690A289FFA8EBEFD1 * L_0 = __this->get_m_Glyph_3(); return L_0; } } // System.Void TMPro.TMP_TextElement::set_glyph(UnityEngine.TextCore.Glyph) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_TextElement_set_glyph_m5F722B472779B1983CC46C60443B7F215E597A6C (TMP_TextElement_tDF9A55D56A0B44EA4EA36DEDF942AEB6369AF832 * __this, Glyph_tC58ED6BC718B82A55B7E1A3690A289FFA8EBEFD1 * ___value0, const RuntimeMethod* method) { { // public Glyph glyph { get { return m_Glyph; } set { m_Glyph = value; } } Glyph_tC58ED6BC718B82A55B7E1A3690A289FFA8EBEFD1 * L_0 = ___value0; __this->set_m_Glyph_3(L_0); // public Glyph glyph { get { return m_Glyph; } set { m_Glyph = value; } } return; } } // System.UInt32 TMPro.TMP_TextElement::get_glyphIndex() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t TMP_TextElement_get_glyphIndex_m6F2184310C842C33B817DB68B8BB86EDFC74CC39 (TMP_TextElement_tDF9A55D56A0B44EA4EA36DEDF942AEB6369AF832 * __this, const RuntimeMethod* method) { { // public uint glyphIndex { get { return m_GlyphIndex; } set { m_GlyphIndex = value; } } uint32_t L_0 = __this->get_m_GlyphIndex_4(); return L_0; } } // System.Void TMPro.TMP_TextElement::set_glyphIndex(System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_TextElement_set_glyphIndex_m0D14C0ECEC2D7B164E766A0C224D5E72DE52E378 (TMP_TextElement_tDF9A55D56A0B44EA4EA36DEDF942AEB6369AF832 * __this, uint32_t ___value0, const RuntimeMethod* method) { { // public uint glyphIndex { get { return m_GlyphIndex; } set { m_GlyphIndex = value; } } uint32_t L_0 = ___value0; __this->set_m_GlyphIndex_4(L_0); // public uint glyphIndex { get { return m_GlyphIndex; } set { m_GlyphIndex = value; } } return; } } // System.Single TMPro.TMP_TextElement::get_scale() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float TMP_TextElement_get_scale_m68BBDD7267D300D683D9D4EA518EF63776CA7AB4 (TMP_TextElement_tDF9A55D56A0B44EA4EA36DEDF942AEB6369AF832 * __this, const RuntimeMethod* method) { { // public float scale { get { return m_Scale; } set { m_Scale = value; } } float L_0 = __this->get_m_Scale_5(); return L_0; } } // System.Void TMPro.TMP_TextElement::set_scale(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_TextElement_set_scale_mE35A50A14470704912F6C20548D108C03DAA17AA (TMP_TextElement_tDF9A55D56A0B44EA4EA36DEDF942AEB6369AF832 * __this, float ___value0, const RuntimeMethod* method) { { // public float scale { get { return m_Scale; } set { m_Scale = value; } } float L_0 = ___value0; __this->set_m_Scale_5(L_0); // public float scale { get { return m_Scale; } set { m_Scale = value; } } return; } } // System.Void TMPro.TMP_TextElement::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_TextElement__ctor_m88310726FCA44CE966F047DDC015FB1D1DFF68C1 (TMP_TextElement_tDF9A55D56A0B44EA4EA36DEDF942AEB6369AF832 * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void TMPro.TMP_TextElement_Legacy::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_TextElement_Legacy__ctor_mD253694C15C66EE5C99DC119FDC0A20C7B84963F (TMP_TextElement_Legacy_t866D601C7252803AC3D5FC2E4CC0BF21129BB3AA * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void TMPro.TMP_TextInfo::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_TextInfo__ctor_mFA0D5E4898B1AD77BF2A67A1084B9178D82FDE18 (TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TMP_CharacterInfoU5BU5D_t7128C1B46CF6AB1374135FA31D41ABF23882B970_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TMP_LineInfoU5BU5D_t2B188FB1B6C36641B7FEB177ACC798FAC9806C3D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TMP_LinkInfoU5BU5D_t27AF3A656CD9F504EFE1F29B69409819CBE7C6C6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TMP_MeshInfoU5BU5D_t6C0A65D18C54B6FA681B2EB0676B83116FD03119_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TMP_PageInfoU5BU5D_tD278FD80A76AC5A74DA87B7A5653423E41AC634F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TMP_WordInfoU5BU5D_t702DDE9D8C7BD02F4D744F914B94BAB83E0F9502_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // public TMP_TextInfo() Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); // characterInfo = new TMP_CharacterInfo[8]; TMP_CharacterInfoU5BU5D_t7128C1B46CF6AB1374135FA31D41ABF23882B970* L_0 = (TMP_CharacterInfoU5BU5D_t7128C1B46CF6AB1374135FA31D41ABF23882B970*)(TMP_CharacterInfoU5BU5D_t7128C1B46CF6AB1374135FA31D41ABF23882B970*)SZArrayNew(TMP_CharacterInfoU5BU5D_t7128C1B46CF6AB1374135FA31D41ABF23882B970_il2cpp_TypeInfo_var, (uint32_t)8); __this->set_characterInfo_11(L_0); // wordInfo = new TMP_WordInfo[16]; TMP_WordInfoU5BU5D_t702DDE9D8C7BD02F4D744F914B94BAB83E0F9502* L_1 = (TMP_WordInfoU5BU5D_t702DDE9D8C7BD02F4D744F914B94BAB83E0F9502*)(TMP_WordInfoU5BU5D_t702DDE9D8C7BD02F4D744F914B94BAB83E0F9502*)SZArrayNew(TMP_WordInfoU5BU5D_t702DDE9D8C7BD02F4D744F914B94BAB83E0F9502_il2cpp_TypeInfo_var, (uint32_t)((int32_t)16)); __this->set_wordInfo_12(L_1); // linkInfo = new TMP_LinkInfo[0]; TMP_LinkInfoU5BU5D_t27AF3A656CD9F504EFE1F29B69409819CBE7C6C6* L_2 = (TMP_LinkInfoU5BU5D_t27AF3A656CD9F504EFE1F29B69409819CBE7C6C6*)(TMP_LinkInfoU5BU5D_t27AF3A656CD9F504EFE1F29B69409819CBE7C6C6*)SZArrayNew(TMP_LinkInfoU5BU5D_t27AF3A656CD9F504EFE1F29B69409819CBE7C6C6_il2cpp_TypeInfo_var, (uint32_t)0); __this->set_linkInfo_13(L_2); // lineInfo = new TMP_LineInfo[2]; TMP_LineInfoU5BU5D_t2B188FB1B6C36641B7FEB177ACC798FAC9806C3D* L_3 = (TMP_LineInfoU5BU5D_t2B188FB1B6C36641B7FEB177ACC798FAC9806C3D*)(TMP_LineInfoU5BU5D_t2B188FB1B6C36641B7FEB177ACC798FAC9806C3D*)SZArrayNew(TMP_LineInfoU5BU5D_t2B188FB1B6C36641B7FEB177ACC798FAC9806C3D_il2cpp_TypeInfo_var, (uint32_t)2); __this->set_lineInfo_14(L_3); // pageInfo = new TMP_PageInfo[4]; TMP_PageInfoU5BU5D_tD278FD80A76AC5A74DA87B7A5653423E41AC634F* L_4 = (TMP_PageInfoU5BU5D_tD278FD80A76AC5A74DA87B7A5653423E41AC634F*)(TMP_PageInfoU5BU5D_tD278FD80A76AC5A74DA87B7A5653423E41AC634F*)SZArrayNew(TMP_PageInfoU5BU5D_tD278FD80A76AC5A74DA87B7A5653423E41AC634F_il2cpp_TypeInfo_var, (uint32_t)4); __this->set_pageInfo_15(L_4); // meshInfo = new TMP_MeshInfo[1]; TMP_MeshInfoU5BU5D_t6C0A65D18C54B6FA681B2EB0676B83116FD03119* L_5 = (TMP_MeshInfoU5BU5D_t6C0A65D18C54B6FA681B2EB0676B83116FD03119*)(TMP_MeshInfoU5BU5D_t6C0A65D18C54B6FA681B2EB0676B83116FD03119*)SZArrayNew(TMP_MeshInfoU5BU5D_t6C0A65D18C54B6FA681B2EB0676B83116FD03119_il2cpp_TypeInfo_var, (uint32_t)1); __this->set_meshInfo_16(L_5); // } return; } } // System.Void TMPro.TMP_TextInfo::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_TextInfo__ctor_m7A29C51CC04B4D20295C2967915AB2234D212358 (TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * __this, int32_t ___characterCount0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TMP_CharacterInfoU5BU5D_t7128C1B46CF6AB1374135FA31D41ABF23882B970_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TMP_LineInfoU5BU5D_t2B188FB1B6C36641B7FEB177ACC798FAC9806C3D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TMP_LinkInfoU5BU5D_t27AF3A656CD9F504EFE1F29B69409819CBE7C6C6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TMP_MeshInfoU5BU5D_t6C0A65D18C54B6FA681B2EB0676B83116FD03119_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TMP_PageInfoU5BU5D_tD278FD80A76AC5A74DA87B7A5653423E41AC634F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TMP_WordInfoU5BU5D_t702DDE9D8C7BD02F4D744F914B94BAB83E0F9502_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // internal TMP_TextInfo(int characterCount) Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); // characterInfo = new TMP_CharacterInfo[characterCount]; int32_t L_0 = ___characterCount0; TMP_CharacterInfoU5BU5D_t7128C1B46CF6AB1374135FA31D41ABF23882B970* L_1 = (TMP_CharacterInfoU5BU5D_t7128C1B46CF6AB1374135FA31D41ABF23882B970*)(TMP_CharacterInfoU5BU5D_t7128C1B46CF6AB1374135FA31D41ABF23882B970*)SZArrayNew(TMP_CharacterInfoU5BU5D_t7128C1B46CF6AB1374135FA31D41ABF23882B970_il2cpp_TypeInfo_var, (uint32_t)L_0); __this->set_characterInfo_11(L_1); // wordInfo = new TMP_WordInfo[16]; TMP_WordInfoU5BU5D_t702DDE9D8C7BD02F4D744F914B94BAB83E0F9502* L_2 = (TMP_WordInfoU5BU5D_t702DDE9D8C7BD02F4D744F914B94BAB83E0F9502*)(TMP_WordInfoU5BU5D_t702DDE9D8C7BD02F4D744F914B94BAB83E0F9502*)SZArrayNew(TMP_WordInfoU5BU5D_t702DDE9D8C7BD02F4D744F914B94BAB83E0F9502_il2cpp_TypeInfo_var, (uint32_t)((int32_t)16)); __this->set_wordInfo_12(L_2); // linkInfo = new TMP_LinkInfo[0]; TMP_LinkInfoU5BU5D_t27AF3A656CD9F504EFE1F29B69409819CBE7C6C6* L_3 = (TMP_LinkInfoU5BU5D_t27AF3A656CD9F504EFE1F29B69409819CBE7C6C6*)(TMP_LinkInfoU5BU5D_t27AF3A656CD9F504EFE1F29B69409819CBE7C6C6*)SZArrayNew(TMP_LinkInfoU5BU5D_t27AF3A656CD9F504EFE1F29B69409819CBE7C6C6_il2cpp_TypeInfo_var, (uint32_t)0); __this->set_linkInfo_13(L_3); // lineInfo = new TMP_LineInfo[2]; TMP_LineInfoU5BU5D_t2B188FB1B6C36641B7FEB177ACC798FAC9806C3D* L_4 = (TMP_LineInfoU5BU5D_t2B188FB1B6C36641B7FEB177ACC798FAC9806C3D*)(TMP_LineInfoU5BU5D_t2B188FB1B6C36641B7FEB177ACC798FAC9806C3D*)SZArrayNew(TMP_LineInfoU5BU5D_t2B188FB1B6C36641B7FEB177ACC798FAC9806C3D_il2cpp_TypeInfo_var, (uint32_t)2); __this->set_lineInfo_14(L_4); // pageInfo = new TMP_PageInfo[4]; TMP_PageInfoU5BU5D_tD278FD80A76AC5A74DA87B7A5653423E41AC634F* L_5 = (TMP_PageInfoU5BU5D_tD278FD80A76AC5A74DA87B7A5653423E41AC634F*)(TMP_PageInfoU5BU5D_tD278FD80A76AC5A74DA87B7A5653423E41AC634F*)SZArrayNew(TMP_PageInfoU5BU5D_tD278FD80A76AC5A74DA87B7A5653423E41AC634F_il2cpp_TypeInfo_var, (uint32_t)4); __this->set_pageInfo_15(L_5); // meshInfo = new TMP_MeshInfo[1]; TMP_MeshInfoU5BU5D_t6C0A65D18C54B6FA681B2EB0676B83116FD03119* L_6 = (TMP_MeshInfoU5BU5D_t6C0A65D18C54B6FA681B2EB0676B83116FD03119*)(TMP_MeshInfoU5BU5D_t6C0A65D18C54B6FA681B2EB0676B83116FD03119*)SZArrayNew(TMP_MeshInfoU5BU5D_t6C0A65D18C54B6FA681B2EB0676B83116FD03119_il2cpp_TypeInfo_var, (uint32_t)1); __this->set_meshInfo_16(L_6); // } return; } } // System.Void TMPro.TMP_TextInfo::.ctor(TMPro.TMP_Text) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_TextInfo__ctor_m7F419100E25A498F19DF04DCC73AECF385C71F09 (TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * __this, TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 * ___textComponent0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TMP_CharacterInfoU5BU5D_t7128C1B46CF6AB1374135FA31D41ABF23882B970_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TMP_LineInfoU5BU5D_t2B188FB1B6C36641B7FEB177ACC798FAC9806C3D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TMP_LinkInfoU5BU5D_t27AF3A656CD9F504EFE1F29B69409819CBE7C6C6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TMP_MeshInfoU5BU5D_t6C0A65D18C54B6FA681B2EB0676B83116FD03119_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TMP_PageInfoU5BU5D_tD278FD80A76AC5A74DA87B7A5653423E41AC634F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TMP_WordInfoU5BU5D_t702DDE9D8C7BD02F4D744F914B94BAB83E0F9502_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // public TMP_TextInfo(TMP_Text textComponent) Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); // this.textComponent = textComponent; TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 * L_0 = ___textComponent0; __this->set_textComponent_2(L_0); // characterInfo = new TMP_CharacterInfo[8]; TMP_CharacterInfoU5BU5D_t7128C1B46CF6AB1374135FA31D41ABF23882B970* L_1 = (TMP_CharacterInfoU5BU5D_t7128C1B46CF6AB1374135FA31D41ABF23882B970*)(TMP_CharacterInfoU5BU5D_t7128C1B46CF6AB1374135FA31D41ABF23882B970*)SZArrayNew(TMP_CharacterInfoU5BU5D_t7128C1B46CF6AB1374135FA31D41ABF23882B970_il2cpp_TypeInfo_var, (uint32_t)8); __this->set_characterInfo_11(L_1); // wordInfo = new TMP_WordInfo[4]; TMP_WordInfoU5BU5D_t702DDE9D8C7BD02F4D744F914B94BAB83E0F9502* L_2 = (TMP_WordInfoU5BU5D_t702DDE9D8C7BD02F4D744F914B94BAB83E0F9502*)(TMP_WordInfoU5BU5D_t702DDE9D8C7BD02F4D744F914B94BAB83E0F9502*)SZArrayNew(TMP_WordInfoU5BU5D_t702DDE9D8C7BD02F4D744F914B94BAB83E0F9502_il2cpp_TypeInfo_var, (uint32_t)4); __this->set_wordInfo_12(L_2); // linkInfo = new TMP_LinkInfo[0]; TMP_LinkInfoU5BU5D_t27AF3A656CD9F504EFE1F29B69409819CBE7C6C6* L_3 = (TMP_LinkInfoU5BU5D_t27AF3A656CD9F504EFE1F29B69409819CBE7C6C6*)(TMP_LinkInfoU5BU5D_t27AF3A656CD9F504EFE1F29B69409819CBE7C6C6*)SZArrayNew(TMP_LinkInfoU5BU5D_t27AF3A656CD9F504EFE1F29B69409819CBE7C6C6_il2cpp_TypeInfo_var, (uint32_t)0); __this->set_linkInfo_13(L_3); // lineInfo = new TMP_LineInfo[2]; TMP_LineInfoU5BU5D_t2B188FB1B6C36641B7FEB177ACC798FAC9806C3D* L_4 = (TMP_LineInfoU5BU5D_t2B188FB1B6C36641B7FEB177ACC798FAC9806C3D*)(TMP_LineInfoU5BU5D_t2B188FB1B6C36641B7FEB177ACC798FAC9806C3D*)SZArrayNew(TMP_LineInfoU5BU5D_t2B188FB1B6C36641B7FEB177ACC798FAC9806C3D_il2cpp_TypeInfo_var, (uint32_t)2); __this->set_lineInfo_14(L_4); // pageInfo = new TMP_PageInfo[4]; TMP_PageInfoU5BU5D_tD278FD80A76AC5A74DA87B7A5653423E41AC634F* L_5 = (TMP_PageInfoU5BU5D_tD278FD80A76AC5A74DA87B7A5653423E41AC634F*)(TMP_PageInfoU5BU5D_tD278FD80A76AC5A74DA87B7A5653423E41AC634F*)SZArrayNew(TMP_PageInfoU5BU5D_tD278FD80A76AC5A74DA87B7A5653423E41AC634F_il2cpp_TypeInfo_var, (uint32_t)4); __this->set_pageInfo_15(L_5); // meshInfo = new TMP_MeshInfo[1]; TMP_MeshInfoU5BU5D_t6C0A65D18C54B6FA681B2EB0676B83116FD03119* L_6 = (TMP_MeshInfoU5BU5D_t6C0A65D18C54B6FA681B2EB0676B83116FD03119*)(TMP_MeshInfoU5BU5D_t6C0A65D18C54B6FA681B2EB0676B83116FD03119*)SZArrayNew(TMP_MeshInfoU5BU5D_t6C0A65D18C54B6FA681B2EB0676B83116FD03119_il2cpp_TypeInfo_var, (uint32_t)1); __this->set_meshInfo_16(L_6); // meshInfo[0].mesh = textComponent.mesh; TMP_MeshInfoU5BU5D_t6C0A65D18C54B6FA681B2EB0676B83116FD03119* L_7 = __this->get_meshInfo_16(); NullCheck(L_7); TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 * L_8 = ___textComponent0; NullCheck(L_8); Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 * L_9; L_9 = VirtualFuncInvoker0< Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 * >::Invoke(77 /* UnityEngine.Mesh TMPro.TMP_Text::get_mesh() */, L_8); ((L_7)->GetAddressAt(static_cast(0)))->set_mesh_4(L_9); // materialCount = 1; __this->set_materialCount_10(1); // } return; } } // System.Void TMPro.TMP_TextInfo::Clear() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_TextInfo_Clear_m33621BB3D248E6EC5E4B2B6D5F800BE2070E759D (TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; { // characterCount = 0; __this->set_characterCount_3(0); // spaceCount = 0; __this->set_spaceCount_5(0); // wordCount = 0; __this->set_wordCount_6(0); // linkCount = 0; __this->set_linkCount_7(0); // lineCount = 0; __this->set_lineCount_8(0); // pageCount = 0; __this->set_pageCount_9(0); // spriteCount = 0; __this->set_spriteCount_4(0); // for (int i = 0; i < this.meshInfo.Length; i++) V_0 = 0; goto IL_004b; } IL_0035: { // this.meshInfo[i].vertexCount = 0; TMP_MeshInfoU5BU5D_t6C0A65D18C54B6FA681B2EB0676B83116FD03119* L_0 = __this->get_meshInfo_16(); int32_t L_1 = V_0; NullCheck(L_0); ((L_0)->GetAddressAt(static_cast(L_1)))->set_vertexCount_5(0); // for (int i = 0; i < this.meshInfo.Length; i++) int32_t L_2 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)1)); } IL_004b: { // for (int i = 0; i < this.meshInfo.Length; i++) int32_t L_3 = V_0; TMP_MeshInfoU5BU5D_t6C0A65D18C54B6FA681B2EB0676B83116FD03119* L_4 = __this->get_meshInfo_16(); NullCheck(L_4); if ((((int32_t)L_3) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_4)->max_length)))))) { goto IL_0035; } } { // } return; } } // System.Void TMPro.TMP_TextInfo::ClearAllData() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_TextInfo_ClearAllData_m15A2C4ACEBA9CF33C082ED6FFA16B10D3BDC689D (TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TMP_CharacterInfoU5BU5D_t7128C1B46CF6AB1374135FA31D41ABF23882B970_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TMP_LineInfoU5BU5D_t2B188FB1B6C36641B7FEB177ACC798FAC9806C3D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TMP_LinkInfoU5BU5D_t27AF3A656CD9F504EFE1F29B69409819CBE7C6C6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TMP_MeshInfoU5BU5D_t6C0A65D18C54B6FA681B2EB0676B83116FD03119_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TMP_PageInfoU5BU5D_tD278FD80A76AC5A74DA87B7A5653423E41AC634F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TMP_WordInfoU5BU5D_t702DDE9D8C7BD02F4D744F914B94BAB83E0F9502_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // characterCount = 0; __this->set_characterCount_3(0); // spaceCount = 0; __this->set_spaceCount_5(0); // wordCount = 0; __this->set_wordCount_6(0); // linkCount = 0; __this->set_linkCount_7(0); // lineCount = 0; __this->set_lineCount_8(0); // pageCount = 0; __this->set_pageCount_9(0); // spriteCount = 0; __this->set_spriteCount_4(0); // this.characterInfo = new TMP_CharacterInfo[4]; TMP_CharacterInfoU5BU5D_t7128C1B46CF6AB1374135FA31D41ABF23882B970* L_0 = (TMP_CharacterInfoU5BU5D_t7128C1B46CF6AB1374135FA31D41ABF23882B970*)(TMP_CharacterInfoU5BU5D_t7128C1B46CF6AB1374135FA31D41ABF23882B970*)SZArrayNew(TMP_CharacterInfoU5BU5D_t7128C1B46CF6AB1374135FA31D41ABF23882B970_il2cpp_TypeInfo_var, (uint32_t)4); __this->set_characterInfo_11(L_0); // this.wordInfo = new TMP_WordInfo[1]; TMP_WordInfoU5BU5D_t702DDE9D8C7BD02F4D744F914B94BAB83E0F9502* L_1 = (TMP_WordInfoU5BU5D_t702DDE9D8C7BD02F4D744F914B94BAB83E0F9502*)(TMP_WordInfoU5BU5D_t702DDE9D8C7BD02F4D744F914B94BAB83E0F9502*)SZArrayNew(TMP_WordInfoU5BU5D_t702DDE9D8C7BD02F4D744F914B94BAB83E0F9502_il2cpp_TypeInfo_var, (uint32_t)1); __this->set_wordInfo_12(L_1); // this.lineInfo = new TMP_LineInfo[1]; TMP_LineInfoU5BU5D_t2B188FB1B6C36641B7FEB177ACC798FAC9806C3D* L_2 = (TMP_LineInfoU5BU5D_t2B188FB1B6C36641B7FEB177ACC798FAC9806C3D*)(TMP_LineInfoU5BU5D_t2B188FB1B6C36641B7FEB177ACC798FAC9806C3D*)SZArrayNew(TMP_LineInfoU5BU5D_t2B188FB1B6C36641B7FEB177ACC798FAC9806C3D_il2cpp_TypeInfo_var, (uint32_t)1); __this->set_lineInfo_14(L_2); // this.pageInfo = new TMP_PageInfo[1]; TMP_PageInfoU5BU5D_tD278FD80A76AC5A74DA87B7A5653423E41AC634F* L_3 = (TMP_PageInfoU5BU5D_tD278FD80A76AC5A74DA87B7A5653423E41AC634F*)(TMP_PageInfoU5BU5D_tD278FD80A76AC5A74DA87B7A5653423E41AC634F*)SZArrayNew(TMP_PageInfoU5BU5D_tD278FD80A76AC5A74DA87B7A5653423E41AC634F_il2cpp_TypeInfo_var, (uint32_t)1); __this->set_pageInfo_15(L_3); // this.linkInfo = new TMP_LinkInfo[0]; TMP_LinkInfoU5BU5D_t27AF3A656CD9F504EFE1F29B69409819CBE7C6C6* L_4 = (TMP_LinkInfoU5BU5D_t27AF3A656CD9F504EFE1F29B69409819CBE7C6C6*)(TMP_LinkInfoU5BU5D_t27AF3A656CD9F504EFE1F29B69409819CBE7C6C6*)SZArrayNew(TMP_LinkInfoU5BU5D_t27AF3A656CD9F504EFE1F29B69409819CBE7C6C6_il2cpp_TypeInfo_var, (uint32_t)0); __this->set_linkInfo_13(L_4); // materialCount = 0; __this->set_materialCount_10(0); // this.meshInfo = new TMP_MeshInfo[1]; TMP_MeshInfoU5BU5D_t6C0A65D18C54B6FA681B2EB0676B83116FD03119* L_5 = (TMP_MeshInfoU5BU5D_t6C0A65D18C54B6FA681B2EB0676B83116FD03119*)(TMP_MeshInfoU5BU5D_t6C0A65D18C54B6FA681B2EB0676B83116FD03119*)SZArrayNew(TMP_MeshInfoU5BU5D_t6C0A65D18C54B6FA681B2EB0676B83116FD03119_il2cpp_TypeInfo_var, (uint32_t)1); __this->set_meshInfo_16(L_5); // } return; } } // System.Void TMPro.TMP_TextInfo::ClearMeshInfo(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_TextInfo_ClearMeshInfo_m8202B0597927FA64C1C21FB5D70A304FABC15763 (TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * __this, bool ___updateMesh0, const RuntimeMethod* method) { int32_t V_0 = 0; { // for (int i = 0; i < this.meshInfo.Length; i++) V_0 = 0; goto IL_001a; } IL_0004: { // this.meshInfo[i].Clear(updateMesh); TMP_MeshInfoU5BU5D_t6C0A65D18C54B6FA681B2EB0676B83116FD03119* L_0 = __this->get_meshInfo_16(); int32_t L_1 = V_0; NullCheck(L_0); bool L_2 = ___updateMesh0; TMP_MeshInfo_Clear_m568A89370129EC78A88E5583164776DD74F7C50E((TMP_MeshInfo_t69FCEF4CBC055C00598478835753D43D94A03176 *)((L_0)->GetAddressAt(static_cast(L_1))), L_2, /*hidden argument*/NULL); // for (int i = 0; i < this.meshInfo.Length; i++) int32_t L_3 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)1)); } IL_001a: { // for (int i = 0; i < this.meshInfo.Length; i++) int32_t L_4 = V_0; TMP_MeshInfoU5BU5D_t6C0A65D18C54B6FA681B2EB0676B83116FD03119* L_5 = __this->get_meshInfo_16(); NullCheck(L_5); if ((((int32_t)L_4) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_5)->max_length)))))) { goto IL_0004; } } { // } return; } } // System.Void TMPro.TMP_TextInfo::ClearAllMeshInfo() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_TextInfo_ClearAllMeshInfo_mE4F98B4DD88F59752D115D2E6FBEA08EF7EBC725 (TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; { // for (int i = 0; i < this.meshInfo.Length; i++) V_0 = 0; goto IL_001a; } IL_0004: { // this.meshInfo[i].Clear(true); TMP_MeshInfoU5BU5D_t6C0A65D18C54B6FA681B2EB0676B83116FD03119* L_0 = __this->get_meshInfo_16(); int32_t L_1 = V_0; NullCheck(L_0); TMP_MeshInfo_Clear_m568A89370129EC78A88E5583164776DD74F7C50E((TMP_MeshInfo_t69FCEF4CBC055C00598478835753D43D94A03176 *)((L_0)->GetAddressAt(static_cast(L_1))), (bool)1, /*hidden argument*/NULL); // for (int i = 0; i < this.meshInfo.Length; i++) int32_t L_2 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)1)); } IL_001a: { // for (int i = 0; i < this.meshInfo.Length; i++) int32_t L_3 = V_0; TMP_MeshInfoU5BU5D_t6C0A65D18C54B6FA681B2EB0676B83116FD03119* L_4 = __this->get_meshInfo_16(); NullCheck(L_4); if ((((int32_t)L_3) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_4)->max_length)))))) { goto IL_0004; } } { // } return; } } // System.Void TMPro.TMP_TextInfo::ResetVertexLayout(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_TextInfo_ResetVertexLayout_mA516F4AE1D03CA39F74CA21771E1E35D4C7BE77E (TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * __this, bool ___isVolumetric0, const RuntimeMethod* method) { int32_t V_0 = 0; { // for (int i = 0; i < this.meshInfo.Length; i++) V_0 = 0; goto IL_001b; } IL_0004: { // this.meshInfo[i].ResizeMeshInfo(0, isVolumetric); TMP_MeshInfoU5BU5D_t6C0A65D18C54B6FA681B2EB0676B83116FD03119* L_0 = __this->get_meshInfo_16(); int32_t L_1 = V_0; NullCheck(L_0); bool L_2 = ___isVolumetric0; TMP_MeshInfo_ResizeMeshInfo_mCE4A3431B384F58C76DA4AB224C6D5BAB4E52EEC((TMP_MeshInfo_t69FCEF4CBC055C00598478835753D43D94A03176 *)((L_0)->GetAddressAt(static_cast(L_1))), 0, L_2, /*hidden argument*/NULL); // for (int i = 0; i < this.meshInfo.Length; i++) int32_t L_3 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)1)); } IL_001b: { // for (int i = 0; i < this.meshInfo.Length; i++) int32_t L_4 = V_0; TMP_MeshInfoU5BU5D_t6C0A65D18C54B6FA681B2EB0676B83116FD03119* L_5 = __this->get_meshInfo_16(); NullCheck(L_5); if ((((int32_t)L_4) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_5)->max_length)))))) { goto IL_0004; } } { // } return; } } // System.Void TMPro.TMP_TextInfo::ClearUnusedVertices(TMPro.MaterialReference[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_TextInfo_ClearUnusedVertices_m134031888E112ADCED9453C091100FBAD8034F5B (TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * __this, MaterialReferenceU5BU5D_t06D1C1249B8051EC092684920106F77B6FC203FD* ___materials0, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; { // for (int i = 0; i < meshInfo.Length; i++) V_0 = 0; goto IL_001c; } IL_0004: { // int start = 0; // materials[i].referenceCount * 4; V_1 = 0; // meshInfo[i].ClearUnusedVertices(start); TMP_MeshInfoU5BU5D_t6C0A65D18C54B6FA681B2EB0676B83116FD03119* L_0 = __this->get_meshInfo_16(); int32_t L_1 = V_0; NullCheck(L_0); int32_t L_2 = V_1; TMP_MeshInfo_ClearUnusedVertices_m04030171EB174C4DB4D3FFA7DA46C4584917B075((TMP_MeshInfo_t69FCEF4CBC055C00598478835753D43D94A03176 *)((L_0)->GetAddressAt(static_cast(L_1))), L_2, /*hidden argument*/NULL); // for (int i = 0; i < meshInfo.Length; i++) int32_t L_3 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)1)); } IL_001c: { // for (int i = 0; i < meshInfo.Length; i++) int32_t L_4 = V_0; TMP_MeshInfoU5BU5D_t6C0A65D18C54B6FA681B2EB0676B83116FD03119* L_5 = __this->get_meshInfo_16(); NullCheck(L_5); if ((((int32_t)L_4) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_5)->max_length)))))) { goto IL_0004; } } { // } return; } } // System.Void TMPro.TMP_TextInfo::ClearLineInfo() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_TextInfo_ClearLineInfo_m17CB1F31B31017424574D9F22BE23B6D979A8F39 (TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TMP_LineInfoU5BU5D_t2B188FB1B6C36641B7FEB177ACC798FAC9806C3D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; { // if (this.lineInfo == null) TMP_LineInfoU5BU5D_t2B188FB1B6C36641B7FEB177ACC798FAC9806C3D* L_0 = __this->get_lineInfo_14(); if (L_0) { goto IL_0014; } } { // this.lineInfo = new TMP_LineInfo[2]; TMP_LineInfoU5BU5D_t2B188FB1B6C36641B7FEB177ACC798FAC9806C3D* L_1 = (TMP_LineInfoU5BU5D_t2B188FB1B6C36641B7FEB177ACC798FAC9806C3D*)(TMP_LineInfoU5BU5D_t2B188FB1B6C36641B7FEB177ACC798FAC9806C3D*)SZArrayNew(TMP_LineInfoU5BU5D_t2B188FB1B6C36641B7FEB177ACC798FAC9806C3D_il2cpp_TypeInfo_var, (uint32_t)2); __this->set_lineInfo_14(L_1); } IL_0014: { // int length = this.lineInfo.Length; TMP_LineInfoU5BU5D_t2B188FB1B6C36641B7FEB177ACC798FAC9806C3D* L_2 = __this->get_lineInfo_14(); NullCheck(L_2); V_0 = ((int32_t)((int32_t)(((RuntimeArray*)L_2)->max_length))); // for (int i = 0; i < length; i++) V_1 = 0; goto IL_0134; } IL_0024: { // this.lineInfo[i].characterCount = 0; TMP_LineInfoU5BU5D_t2B188FB1B6C36641B7FEB177ACC798FAC9806C3D* L_3 = __this->get_lineInfo_14(); int32_t L_4 = V_1; NullCheck(L_3); ((L_3)->GetAddressAt(static_cast(L_4)))->set_characterCount_1(0); // this.lineInfo[i].spaceCount = 0; TMP_LineInfoU5BU5D_t2B188FB1B6C36641B7FEB177ACC798FAC9806C3D* L_5 = __this->get_lineInfo_14(); int32_t L_6 = V_1; NullCheck(L_5); ((L_5)->GetAddressAt(static_cast(L_6)))->set_spaceCount_3(0); // this.lineInfo[i].wordCount = 0; TMP_LineInfoU5BU5D_t2B188FB1B6C36641B7FEB177ACC798FAC9806C3D* L_7 = __this->get_lineInfo_14(); int32_t L_8 = V_1; NullCheck(L_7); ((L_7)->GetAddressAt(static_cast(L_8)))->set_wordCount_4(0); // this.lineInfo[i].controlCharacterCount = 0; TMP_LineInfoU5BU5D_t2B188FB1B6C36641B7FEB177ACC798FAC9806C3D* L_9 = __this->get_lineInfo_14(); int32_t L_10 = V_1; NullCheck(L_9); ((L_9)->GetAddressAt(static_cast(L_10)))->set_controlCharacterCount_0(0); // this.lineInfo[i].width = 0; TMP_LineInfoU5BU5D_t2B188FB1B6C36641B7FEB177ACC798FAC9806C3D* L_11 = __this->get_lineInfo_14(); int32_t L_12 = V_1; NullCheck(L_11); ((L_11)->GetAddressAt(static_cast(L_12)))->set_width_15((0.0f)); // this.lineInfo[i].ascender = k_InfinityVectorNegative.x; TMP_LineInfoU5BU5D_t2B188FB1B6C36641B7FEB177ACC798FAC9806C3D* L_13 = __this->get_lineInfo_14(); int32_t L_14 = V_1; NullCheck(L_13); IL2CPP_RUNTIME_CLASS_INIT(TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547_il2cpp_TypeInfo_var); float L_15 = (((TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547_StaticFields*)il2cpp_codegen_static_fields_for(TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547_il2cpp_TypeInfo_var))->get_address_of_k_InfinityVectorNegative_1())->get_x_0(); ((L_13)->GetAddressAt(static_cast(L_14)))->set_ascender_11(L_15); // this.lineInfo[i].descender = k_InfinityVectorPositive.x; TMP_LineInfoU5BU5D_t2B188FB1B6C36641B7FEB177ACC798FAC9806C3D* L_16 = __this->get_lineInfo_14(); int32_t L_17 = V_1; NullCheck(L_16); float L_18 = (((TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547_StaticFields*)il2cpp_codegen_static_fields_for(TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547_il2cpp_TypeInfo_var))->get_address_of_k_InfinityVectorPositive_0())->get_x_0(); ((L_16)->GetAddressAt(static_cast(L_17)))->set_descender_13(L_18); // this.lineInfo[i].marginLeft = 0; TMP_LineInfoU5BU5D_t2B188FB1B6C36641B7FEB177ACC798FAC9806C3D* L_19 = __this->get_lineInfo_14(); int32_t L_20 = V_1; NullCheck(L_19); ((L_19)->GetAddressAt(static_cast(L_20)))->set_marginLeft_16((0.0f)); // this.lineInfo[i].marginRight = 0; TMP_LineInfoU5BU5D_t2B188FB1B6C36641B7FEB177ACC798FAC9806C3D* L_21 = __this->get_lineInfo_14(); int32_t L_22 = V_1; NullCheck(L_21); ((L_21)->GetAddressAt(static_cast(L_22)))->set_marginRight_17((0.0f)); // this.lineInfo[i].lineExtents.min = k_InfinityVectorPositive; TMP_LineInfoU5BU5D_t2B188FB1B6C36641B7FEB177ACC798FAC9806C3D* L_23 = __this->get_lineInfo_14(); int32_t L_24 = V_1; NullCheck(L_23); Extents_tD663823B610620A001CCCCFF452C10403AF2A0FA * L_25 = ((L_23)->GetAddressAt(static_cast(L_24)))->get_address_of_lineExtents_19(); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_26 = ((TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547_StaticFields*)il2cpp_codegen_static_fields_for(TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547_il2cpp_TypeInfo_var))->get_k_InfinityVectorPositive_0(); L_25->set_min_2(L_26); // this.lineInfo[i].lineExtents.max = k_InfinityVectorNegative; TMP_LineInfoU5BU5D_t2B188FB1B6C36641B7FEB177ACC798FAC9806C3D* L_27 = __this->get_lineInfo_14(); int32_t L_28 = V_1; NullCheck(L_27); Extents_tD663823B610620A001CCCCFF452C10403AF2A0FA * L_29 = ((L_27)->GetAddressAt(static_cast(L_28)))->get_address_of_lineExtents_19(); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_30 = ((TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547_StaticFields*)il2cpp_codegen_static_fields_for(TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547_il2cpp_TypeInfo_var))->get_k_InfinityVectorNegative_1(); L_29->set_max_3(L_30); // this.lineInfo[i].maxAdvance = 0; TMP_LineInfoU5BU5D_t2B188FB1B6C36641B7FEB177ACC798FAC9806C3D* L_31 = __this->get_lineInfo_14(); int32_t L_32 = V_1; NullCheck(L_31); ((L_31)->GetAddressAt(static_cast(L_32)))->set_maxAdvance_14((0.0f)); // for (int i = 0; i < length; i++) int32_t L_33 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_33, (int32_t)1)); } IL_0134: { // for (int i = 0; i < length; i++) int32_t L_34 = V_1; int32_t L_35 = V_0; if ((((int32_t)L_34) < ((int32_t)L_35))) { goto IL_0024; } } { // } return; } } // System.Void TMPro.TMP_TextInfo::ClearPageInfo() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_TextInfo_ClearPageInfo_m8CB02626A70C7D01523B7F4C1795DC0A752D2A7E (TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TMP_PageInfoU5BU5D_tD278FD80A76AC5A74DA87B7A5653423E41AC634F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; { // if (this.pageInfo == null) TMP_PageInfoU5BU5D_tD278FD80A76AC5A74DA87B7A5653423E41AC634F* L_0 = __this->get_pageInfo_15(); if (L_0) { goto IL_0014; } } { // this.pageInfo = new TMP_PageInfo[2]; TMP_PageInfoU5BU5D_tD278FD80A76AC5A74DA87B7A5653423E41AC634F* L_1 = (TMP_PageInfoU5BU5D_tD278FD80A76AC5A74DA87B7A5653423E41AC634F*)(TMP_PageInfoU5BU5D_tD278FD80A76AC5A74DA87B7A5653423E41AC634F*)SZArrayNew(TMP_PageInfoU5BU5D_tD278FD80A76AC5A74DA87B7A5653423E41AC634F_il2cpp_TypeInfo_var, (uint32_t)2); __this->set_pageInfo_15(L_1); } IL_0014: { // int length = this.pageInfo.Length; TMP_PageInfoU5BU5D_tD278FD80A76AC5A74DA87B7A5653423E41AC634F* L_2 = __this->get_pageInfo_15(); NullCheck(L_2); V_0 = ((int32_t)((int32_t)(((RuntimeArray*)L_2)->max_length))); // for (int i = 0; i < length; i++) V_1 = 0; goto IL_008b; } IL_0021: { // this.pageInfo[i].firstCharacterIndex = 0; TMP_PageInfoU5BU5D_tD278FD80A76AC5A74DA87B7A5653423E41AC634F* L_3 = __this->get_pageInfo_15(); int32_t L_4 = V_1; NullCheck(L_3); ((L_3)->GetAddressAt(static_cast(L_4)))->set_firstCharacterIndex_0(0); // this.pageInfo[i].lastCharacterIndex = 0; TMP_PageInfoU5BU5D_tD278FD80A76AC5A74DA87B7A5653423E41AC634F* L_5 = __this->get_pageInfo_15(); int32_t L_6 = V_1; NullCheck(L_5); ((L_5)->GetAddressAt(static_cast(L_6)))->set_lastCharacterIndex_1(0); // this.pageInfo[i].ascender = -32767; TMP_PageInfoU5BU5D_tD278FD80A76AC5A74DA87B7A5653423E41AC634F* L_7 = __this->get_pageInfo_15(); int32_t L_8 = V_1; NullCheck(L_7); ((L_7)->GetAddressAt(static_cast(L_8)))->set_ascender_2((-32767.0f)); // this.pageInfo[i].baseLine = 0; TMP_PageInfoU5BU5D_tD278FD80A76AC5A74DA87B7A5653423E41AC634F* L_9 = __this->get_pageInfo_15(); int32_t L_10 = V_1; NullCheck(L_9); ((L_9)->GetAddressAt(static_cast(L_10)))->set_baseLine_3((0.0f)); // this.pageInfo[i].descender = 32767; TMP_PageInfoU5BU5D_tD278FD80A76AC5A74DA87B7A5653423E41AC634F* L_11 = __this->get_pageInfo_15(); int32_t L_12 = V_1; NullCheck(L_11); ((L_11)->GetAddressAt(static_cast(L_12)))->set_descender_4((32767.0f)); // for (int i = 0; i < length; i++) int32_t L_13 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1)); } IL_008b: { // for (int i = 0; i < length; i++) int32_t L_14 = V_1; int32_t L_15 = V_0; if ((((int32_t)L_14) < ((int32_t)L_15))) { goto IL_0021; } } { // } return; } } // TMPro.TMP_MeshInfo[] TMPro.TMP_TextInfo::CopyMeshInfoVertexData() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TMP_MeshInfoU5BU5D_t6C0A65D18C54B6FA681B2EB0676B83116FD03119* TMP_TextInfo_CopyMeshInfoVertexData_m76E3357D987643644CE791EBEED4AB16A0ABFA58 (TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Color32U5BU5D_t7FEB526973BF84608073B85CF2D581427F0235E2_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TMP_MeshInfoU5BU5D_t6C0A65D18C54B6FA681B2EB0676B83116FD03119_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Vector2U5BU5D_tE0F58A2D6D8592B5EC37D9CDEF09103A02E5D7FA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; { // if (m_CachedMeshInfo == null || m_CachedMeshInfo.Length != meshInfo.Length) TMP_MeshInfoU5BU5D_t6C0A65D18C54B6FA681B2EB0676B83116FD03119* L_0 = __this->get_m_CachedMeshInfo_17(); if (!L_0) { goto IL_001d; } } { TMP_MeshInfoU5BU5D_t6C0A65D18C54B6FA681B2EB0676B83116FD03119* L_1 = __this->get_m_CachedMeshInfo_17(); NullCheck(L_1); TMP_MeshInfoU5BU5D_t6C0A65D18C54B6FA681B2EB0676B83116FD03119* L_2 = __this->get_meshInfo_16(); NullCheck(L_2); if ((((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_1)->max_length)))) == ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_2)->max_length)))))) { goto IL_00b3; } } IL_001d: { // m_CachedMeshInfo = new TMP_MeshInfo[meshInfo.Length]; TMP_MeshInfoU5BU5D_t6C0A65D18C54B6FA681B2EB0676B83116FD03119* L_3 = __this->get_meshInfo_16(); NullCheck(L_3); TMP_MeshInfoU5BU5D_t6C0A65D18C54B6FA681B2EB0676B83116FD03119* L_4 = (TMP_MeshInfoU5BU5D_t6C0A65D18C54B6FA681B2EB0676B83116FD03119*)(TMP_MeshInfoU5BU5D_t6C0A65D18C54B6FA681B2EB0676B83116FD03119*)SZArrayNew(TMP_MeshInfoU5BU5D_t6C0A65D18C54B6FA681B2EB0676B83116FD03119_il2cpp_TypeInfo_var, (uint32_t)((int32_t)((int32_t)(((RuntimeArray*)L_3)->max_length)))); __this->set_m_CachedMeshInfo_17(L_4); // for (int i = 0; i < m_CachedMeshInfo.Length; i++) V_0 = 0; goto IL_00a8; } IL_0034: { // int length = meshInfo[i].vertices.Length; TMP_MeshInfoU5BU5D_t6C0A65D18C54B6FA681B2EB0676B83116FD03119* L_5 = __this->get_meshInfo_16(); int32_t L_6 = V_0; NullCheck(L_5); Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4* L_7 = ((L_5)->GetAddressAt(static_cast(L_6)))->get_vertices_6(); NullCheck(L_7); V_1 = ((int32_t)((int32_t)(((RuntimeArray*)L_7)->max_length))); // m_CachedMeshInfo[i].vertices = new Vector3[length]; TMP_MeshInfoU5BU5D_t6C0A65D18C54B6FA681B2EB0676B83116FD03119* L_8 = __this->get_m_CachedMeshInfo_17(); int32_t L_9 = V_0; NullCheck(L_8); int32_t L_10 = V_1; Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4* L_11 = (Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4*)(Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4*)SZArrayNew(Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4_il2cpp_TypeInfo_var, (uint32_t)L_10); ((L_8)->GetAddressAt(static_cast(L_9)))->set_vertices_6(L_11); // m_CachedMeshInfo[i].uvs0 = new Vector2[length]; TMP_MeshInfoU5BU5D_t6C0A65D18C54B6FA681B2EB0676B83116FD03119* L_12 = __this->get_m_CachedMeshInfo_17(); int32_t L_13 = V_0; NullCheck(L_12); int32_t L_14 = V_1; Vector2U5BU5D_tE0F58A2D6D8592B5EC37D9CDEF09103A02E5D7FA* L_15 = (Vector2U5BU5D_tE0F58A2D6D8592B5EC37D9CDEF09103A02E5D7FA*)(Vector2U5BU5D_tE0F58A2D6D8592B5EC37D9CDEF09103A02E5D7FA*)SZArrayNew(Vector2U5BU5D_tE0F58A2D6D8592B5EC37D9CDEF09103A02E5D7FA_il2cpp_TypeInfo_var, (uint32_t)L_14); ((L_12)->GetAddressAt(static_cast(L_13)))->set_uvs0_9(L_15); // m_CachedMeshInfo[i].uvs2 = new Vector2[length]; TMP_MeshInfoU5BU5D_t6C0A65D18C54B6FA681B2EB0676B83116FD03119* L_16 = __this->get_m_CachedMeshInfo_17(); int32_t L_17 = V_0; NullCheck(L_16); int32_t L_18 = V_1; Vector2U5BU5D_tE0F58A2D6D8592B5EC37D9CDEF09103A02E5D7FA* L_19 = (Vector2U5BU5D_tE0F58A2D6D8592B5EC37D9CDEF09103A02E5D7FA*)(Vector2U5BU5D_tE0F58A2D6D8592B5EC37D9CDEF09103A02E5D7FA*)SZArrayNew(Vector2U5BU5D_tE0F58A2D6D8592B5EC37D9CDEF09103A02E5D7FA_il2cpp_TypeInfo_var, (uint32_t)L_18); ((L_16)->GetAddressAt(static_cast(L_17)))->set_uvs2_10(L_19); // m_CachedMeshInfo[i].colors32 = new Color32[length]; TMP_MeshInfoU5BU5D_t6C0A65D18C54B6FA681B2EB0676B83116FD03119* L_20 = __this->get_m_CachedMeshInfo_17(); int32_t L_21 = V_0; NullCheck(L_20); int32_t L_22 = V_1; Color32U5BU5D_t7FEB526973BF84608073B85CF2D581427F0235E2* L_23 = (Color32U5BU5D_t7FEB526973BF84608073B85CF2D581427F0235E2*)(Color32U5BU5D_t7FEB526973BF84608073B85CF2D581427F0235E2*)SZArrayNew(Color32U5BU5D_t7FEB526973BF84608073B85CF2D581427F0235E2_il2cpp_TypeInfo_var, (uint32_t)L_22); ((L_20)->GetAddressAt(static_cast(L_21)))->set_colors32_11(L_23); // for (int i = 0; i < m_CachedMeshInfo.Length; i++) int32_t L_24 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_24, (int32_t)1)); } IL_00a8: { // for (int i = 0; i < m_CachedMeshInfo.Length; i++) int32_t L_25 = V_0; TMP_MeshInfoU5BU5D_t6C0A65D18C54B6FA681B2EB0676B83116FD03119* L_26 = __this->get_m_CachedMeshInfo_17(); NullCheck(L_26); if ((((int32_t)L_25) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_26)->max_length)))))) { goto IL_0034; } } IL_00b3: { // for (int i = 0; i < m_CachedMeshInfo.Length; i++) V_2 = 0; goto IL_01e4; } IL_00ba: { // int length = meshInfo[i].vertices.Length; TMP_MeshInfoU5BU5D_t6C0A65D18C54B6FA681B2EB0676B83116FD03119* L_27 = __this->get_meshInfo_16(); int32_t L_28 = V_2; NullCheck(L_27); Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4* L_29 = ((L_27)->GetAddressAt(static_cast(L_28)))->get_vertices_6(); NullCheck(L_29); V_3 = ((int32_t)((int32_t)(((RuntimeArray*)L_29)->max_length))); // if (m_CachedMeshInfo[i].vertices.Length != length) TMP_MeshInfoU5BU5D_t6C0A65D18C54B6FA681B2EB0676B83116FD03119* L_30 = __this->get_m_CachedMeshInfo_17(); int32_t L_31 = V_2; NullCheck(L_30); Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4* L_32 = ((L_30)->GetAddressAt(static_cast(L_31)))->get_vertices_6(); NullCheck(L_32); int32_t L_33 = V_3; if ((((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_32)->max_length)))) == ((int32_t)L_33))) { goto IL_0140; } } { // m_CachedMeshInfo[i].vertices = new Vector3[length]; TMP_MeshInfoU5BU5D_t6C0A65D18C54B6FA681B2EB0676B83116FD03119* L_34 = __this->get_m_CachedMeshInfo_17(); int32_t L_35 = V_2; NullCheck(L_34); int32_t L_36 = V_3; Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4* L_37 = (Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4*)(Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4*)SZArrayNew(Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4_il2cpp_TypeInfo_var, (uint32_t)L_36); ((L_34)->GetAddressAt(static_cast(L_35)))->set_vertices_6(L_37); // m_CachedMeshInfo[i].uvs0 = new Vector2[length]; TMP_MeshInfoU5BU5D_t6C0A65D18C54B6FA681B2EB0676B83116FD03119* L_38 = __this->get_m_CachedMeshInfo_17(); int32_t L_39 = V_2; NullCheck(L_38); int32_t L_40 = V_3; Vector2U5BU5D_tE0F58A2D6D8592B5EC37D9CDEF09103A02E5D7FA* L_41 = (Vector2U5BU5D_tE0F58A2D6D8592B5EC37D9CDEF09103A02E5D7FA*)(Vector2U5BU5D_tE0F58A2D6D8592B5EC37D9CDEF09103A02E5D7FA*)SZArrayNew(Vector2U5BU5D_tE0F58A2D6D8592B5EC37D9CDEF09103A02E5D7FA_il2cpp_TypeInfo_var, (uint32_t)L_40); ((L_38)->GetAddressAt(static_cast(L_39)))->set_uvs0_9(L_41); // m_CachedMeshInfo[i].uvs2 = new Vector2[length]; TMP_MeshInfoU5BU5D_t6C0A65D18C54B6FA681B2EB0676B83116FD03119* L_42 = __this->get_m_CachedMeshInfo_17(); int32_t L_43 = V_2; NullCheck(L_42); int32_t L_44 = V_3; Vector2U5BU5D_tE0F58A2D6D8592B5EC37D9CDEF09103A02E5D7FA* L_45 = (Vector2U5BU5D_tE0F58A2D6D8592B5EC37D9CDEF09103A02E5D7FA*)(Vector2U5BU5D_tE0F58A2D6D8592B5EC37D9CDEF09103A02E5D7FA*)SZArrayNew(Vector2U5BU5D_tE0F58A2D6D8592B5EC37D9CDEF09103A02E5D7FA_il2cpp_TypeInfo_var, (uint32_t)L_44); ((L_42)->GetAddressAt(static_cast(L_43)))->set_uvs2_10(L_45); // m_CachedMeshInfo[i].colors32 = new Color32[length]; TMP_MeshInfoU5BU5D_t6C0A65D18C54B6FA681B2EB0676B83116FD03119* L_46 = __this->get_m_CachedMeshInfo_17(); int32_t L_47 = V_2; NullCheck(L_46); int32_t L_48 = V_3; Color32U5BU5D_t7FEB526973BF84608073B85CF2D581427F0235E2* L_49 = (Color32U5BU5D_t7FEB526973BF84608073B85CF2D581427F0235E2*)(Color32U5BU5D_t7FEB526973BF84608073B85CF2D581427F0235E2*)SZArrayNew(Color32U5BU5D_t7FEB526973BF84608073B85CF2D581427F0235E2_il2cpp_TypeInfo_var, (uint32_t)L_48); ((L_46)->GetAddressAt(static_cast(L_47)))->set_colors32_11(L_49); } IL_0140: { // Array.Copy(meshInfo[i].vertices, m_CachedMeshInfo[i].vertices, length); TMP_MeshInfoU5BU5D_t6C0A65D18C54B6FA681B2EB0676B83116FD03119* L_50 = __this->get_meshInfo_16(); int32_t L_51 = V_2; NullCheck(L_50); Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4* L_52 = ((L_50)->GetAddressAt(static_cast(L_51)))->get_vertices_6(); TMP_MeshInfoU5BU5D_t6C0A65D18C54B6FA681B2EB0676B83116FD03119* L_53 = __this->get_m_CachedMeshInfo_17(); int32_t L_54 = V_2; NullCheck(L_53); Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4* L_55 = ((L_53)->GetAddressAt(static_cast(L_54)))->get_vertices_6(); int32_t L_56 = V_3; Array_Copy_m40103AA97DC582C557B912CF4BBE86A4D166F803((RuntimeArray *)(RuntimeArray *)L_52, (RuntimeArray *)(RuntimeArray *)L_55, L_56, /*hidden argument*/NULL); // Array.Copy(meshInfo[i].uvs0, m_CachedMeshInfo[i].uvs0, length); TMP_MeshInfoU5BU5D_t6C0A65D18C54B6FA681B2EB0676B83116FD03119* L_57 = __this->get_meshInfo_16(); int32_t L_58 = V_2; NullCheck(L_57); Vector2U5BU5D_tE0F58A2D6D8592B5EC37D9CDEF09103A02E5D7FA* L_59 = ((L_57)->GetAddressAt(static_cast(L_58)))->get_uvs0_9(); TMP_MeshInfoU5BU5D_t6C0A65D18C54B6FA681B2EB0676B83116FD03119* L_60 = __this->get_m_CachedMeshInfo_17(); int32_t L_61 = V_2; NullCheck(L_60); Vector2U5BU5D_tE0F58A2D6D8592B5EC37D9CDEF09103A02E5D7FA* L_62 = ((L_60)->GetAddressAt(static_cast(L_61)))->get_uvs0_9(); int32_t L_63 = V_3; Array_Copy_m40103AA97DC582C557B912CF4BBE86A4D166F803((RuntimeArray *)(RuntimeArray *)L_59, (RuntimeArray *)(RuntimeArray *)L_62, L_63, /*hidden argument*/NULL); // Array.Copy(meshInfo[i].uvs2, m_CachedMeshInfo[i].uvs2, length); TMP_MeshInfoU5BU5D_t6C0A65D18C54B6FA681B2EB0676B83116FD03119* L_64 = __this->get_meshInfo_16(); int32_t L_65 = V_2; NullCheck(L_64); Vector2U5BU5D_tE0F58A2D6D8592B5EC37D9CDEF09103A02E5D7FA* L_66 = ((L_64)->GetAddressAt(static_cast(L_65)))->get_uvs2_10(); TMP_MeshInfoU5BU5D_t6C0A65D18C54B6FA681B2EB0676B83116FD03119* L_67 = __this->get_m_CachedMeshInfo_17(); int32_t L_68 = V_2; NullCheck(L_67); Vector2U5BU5D_tE0F58A2D6D8592B5EC37D9CDEF09103A02E5D7FA* L_69 = ((L_67)->GetAddressAt(static_cast(L_68)))->get_uvs2_10(); int32_t L_70 = V_3; Array_Copy_m40103AA97DC582C557B912CF4BBE86A4D166F803((RuntimeArray *)(RuntimeArray *)L_66, (RuntimeArray *)(RuntimeArray *)L_69, L_70, /*hidden argument*/NULL); // Array.Copy(meshInfo[i].colors32, m_CachedMeshInfo[i].colors32, length); TMP_MeshInfoU5BU5D_t6C0A65D18C54B6FA681B2EB0676B83116FD03119* L_71 = __this->get_meshInfo_16(); int32_t L_72 = V_2; NullCheck(L_71); Color32U5BU5D_t7FEB526973BF84608073B85CF2D581427F0235E2* L_73 = ((L_71)->GetAddressAt(static_cast(L_72)))->get_colors32_11(); TMP_MeshInfoU5BU5D_t6C0A65D18C54B6FA681B2EB0676B83116FD03119* L_74 = __this->get_m_CachedMeshInfo_17(); int32_t L_75 = V_2; NullCheck(L_74); Color32U5BU5D_t7FEB526973BF84608073B85CF2D581427F0235E2* L_76 = ((L_74)->GetAddressAt(static_cast(L_75)))->get_colors32_11(); int32_t L_77 = V_3; Array_Copy_m40103AA97DC582C557B912CF4BBE86A4D166F803((RuntimeArray *)(RuntimeArray *)L_73, (RuntimeArray *)(RuntimeArray *)L_76, L_77, /*hidden argument*/NULL); // for (int i = 0; i < m_CachedMeshInfo.Length; i++) int32_t L_78 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_78, (int32_t)1)); } IL_01e4: { // for (int i = 0; i < m_CachedMeshInfo.Length; i++) int32_t L_79 = V_2; TMP_MeshInfoU5BU5D_t6C0A65D18C54B6FA681B2EB0676B83116FD03119* L_80 = __this->get_m_CachedMeshInfo_17(); NullCheck(L_80); if ((((int32_t)L_79) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_80)->max_length)))))) { goto IL_00ba; } } { // return m_CachedMeshInfo; TMP_MeshInfoU5BU5D_t6C0A65D18C54B6FA681B2EB0676B83116FD03119* L_81 = __this->get_m_CachedMeshInfo_17(); return L_81; } } // System.Void TMPro.TMP_TextInfo::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_TextInfo__cctor_m1B1A2963D7789E40F1478CF5C3868CB956C584C5 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // internal static Vector2 k_InfinityVectorPositive = new Vector2(32767, 32767); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_0; memset((&L_0), 0, sizeof(L_0)); Vector2__ctor_m9F1F2D5EB5D1FF7091BB527AC8A72CBB309D115E_inline((&L_0), (32767.0f), (32767.0f), /*hidden argument*/NULL); ((TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547_StaticFields*)il2cpp_codegen_static_fields_for(TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547_il2cpp_TypeInfo_var))->set_k_InfinityVectorPositive_0(L_0); // internal static Vector2 k_InfinityVectorNegative = new Vector2(-32767, -32767); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_1; memset((&L_1), 0, sizeof(L_1)); Vector2__ctor_m9F1F2D5EB5D1FF7091BB527AC8A72CBB309D115E_inline((&L_1), (-32767.0f), (-32767.0f), /*hidden argument*/NULL); ((TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547_StaticFields*)il2cpp_codegen_static_fields_for(TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547_il2cpp_TypeInfo_var))->set_k_InfinityVectorNegative_1(L_1); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void TMPro.TMP_TextParsingUtilities::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_TextParsingUtilities__cctor_m4B74EF3D88D1D2B70B6E48A5B32E0DC095538561 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TMP_TextParsingUtilities_t845792ABB1A30432C444A226C892D25B815A009B_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // private static readonly TMP_TextParsingUtilities s_Instance = new TMP_TextParsingUtilities(); TMP_TextParsingUtilities_t845792ABB1A30432C444A226C892D25B815A009B * L_0 = (TMP_TextParsingUtilities_t845792ABB1A30432C444A226C892D25B815A009B *)il2cpp_codegen_object_new(TMP_TextParsingUtilities_t845792ABB1A30432C444A226C892D25B815A009B_il2cpp_TypeInfo_var); TMP_TextParsingUtilities__ctor_m08CE017C5FAAD596B00D8165A98DC1805401BDBB(L_0, /*hidden argument*/NULL); ((TMP_TextParsingUtilities_t845792ABB1A30432C444A226C892D25B815A009B_StaticFields*)il2cpp_codegen_static_fields_for(TMP_TextParsingUtilities_t845792ABB1A30432C444A226C892D25B815A009B_il2cpp_TypeInfo_var))->set_s_Instance_0(L_0); // static TMP_TextParsingUtilities() { } return; } } // TMPro.TMP_TextParsingUtilities TMPro.TMP_TextParsingUtilities::get_instance() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TMP_TextParsingUtilities_t845792ABB1A30432C444A226C892D25B815A009B * TMP_TextParsingUtilities_get_instance_m9F0CCFF056ADE2260B4B699CDA129F7BE44A660F (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TMP_TextParsingUtilities_t845792ABB1A30432C444A226C892D25B815A009B_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // get { return s_Instance; } IL2CPP_RUNTIME_CLASS_INIT(TMP_TextParsingUtilities_t845792ABB1A30432C444A226C892D25B815A009B_il2cpp_TypeInfo_var); TMP_TextParsingUtilities_t845792ABB1A30432C444A226C892D25B815A009B * L_0 = ((TMP_TextParsingUtilities_t845792ABB1A30432C444A226C892D25B815A009B_StaticFields*)il2cpp_codegen_static_fields_for(TMP_TextParsingUtilities_t845792ABB1A30432C444A226C892D25B815A009B_il2cpp_TypeInfo_var))->get_s_Instance_0(); return L_0; } } // System.Int32 TMPro.TMP_TextParsingUtilities::GetHashCode(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TMP_TextParsingUtilities_GetHashCode_m4E8AE9968732C5AEAE20BC8CDCC41DFE581D2401 (String_t* ___s0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TMP_TextParsingUtilities_t845792ABB1A30432C444A226C892D25B815A009B_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; { // int hashCode = 0; V_0 = 0; // for (int i = 0; i < s.Length; i++) V_1 = 0; goto IL_001d; } IL_0006: { // hashCode = ((hashCode << 5) + hashCode) ^ ToUpperASCIIFast(s[i]); int32_t L_0 = V_0; int32_t L_1 = V_0; String_t* L_2 = ___s0; int32_t L_3 = V_1; NullCheck(L_2); Il2CppChar L_4; L_4 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_2, L_3, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(TMP_TextParsingUtilities_t845792ABB1A30432C444A226C892D25B815A009B_il2cpp_TypeInfo_var); Il2CppChar L_5; L_5 = TMP_TextParsingUtilities_ToUpperASCIIFast_m8AAEABBCC6B03C9661BE9E05783E5B897FC19A10(L_4, /*hidden argument*/NULL); V_0 = ((int32_t)((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)L_0<<(int32_t)5)), (int32_t)L_1))^(int32_t)L_5)); // for (int i = 0; i < s.Length; i++) int32_t L_6 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)1)); } IL_001d: { // for (int i = 0; i < s.Length; i++) int32_t L_7 = V_1; String_t* L_8 = ___s0; NullCheck(L_8); int32_t L_9; L_9 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_8, /*hidden argument*/NULL); if ((((int32_t)L_7) < ((int32_t)L_9))) { goto IL_0006; } } { // return hashCode; int32_t L_10 = V_0; return L_10; } } // System.Int32 TMPro.TMP_TextParsingUtilities::GetHashCodeCaseSensitive(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TMP_TextParsingUtilities_GetHashCodeCaseSensitive_m2232FB0E880EE96A130579027A84A883EE9363F0 (String_t* ___s0, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; { // int hashCode = 0; V_0 = 0; // for (int i = 0; i < s.Length; i++) V_1 = 0; goto IL_0018; } IL_0006: { // hashCode = ((hashCode << 5) + hashCode) ^ s[i]; int32_t L_0 = V_0; int32_t L_1 = V_0; String_t* L_2 = ___s0; int32_t L_3 = V_1; NullCheck(L_2); Il2CppChar L_4; L_4 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_2, L_3, /*hidden argument*/NULL); V_0 = ((int32_t)((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)L_0<<(int32_t)5)), (int32_t)L_1))^(int32_t)L_4)); // for (int i = 0; i < s.Length; i++) int32_t L_5 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1)); } IL_0018: { // for (int i = 0; i < s.Length; i++) int32_t L_6 = V_1; String_t* L_7 = ___s0; NullCheck(L_7); int32_t L_8; L_8 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_7, /*hidden argument*/NULL); if ((((int32_t)L_6) < ((int32_t)L_8))) { goto IL_0006; } } { // return hashCode; int32_t L_9 = V_0; return L_9; } } // System.Char TMPro.TMP_TextParsingUtilities::ToLowerASCIIFast(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar TMP_TextParsingUtilities_ToLowerASCIIFast_mD6376D073B09C5EB94E94024A25D77698D11B175 (Il2CppChar ___c0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral428BF371C1E7FFDC7F5D247619D36EF4C6E96592); s_Il2CppMethodInitialized = true; } { // if (c > k_LookupStringL.Length - 1) Il2CppChar L_0 = ___c0; NullCheck(_stringLiteral428BF371C1E7FFDC7F5D247619D36EF4C6E96592); int32_t L_1; L_1 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(_stringLiteral428BF371C1E7FFDC7F5D247619D36EF4C6E96592, /*hidden argument*/NULL); if ((((int32_t)L_0) <= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_1, (int32_t)1))))) { goto IL_0011; } } { // return c; Il2CppChar L_2 = ___c0; return L_2; } IL_0011: { // return k_LookupStringL[c]; Il2CppChar L_3 = ___c0; NullCheck(_stringLiteral428BF371C1E7FFDC7F5D247619D36EF4C6E96592); Il2CppChar L_4; L_4 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(_stringLiteral428BF371C1E7FFDC7F5D247619D36EF4C6E96592, L_3, /*hidden argument*/NULL); return L_4; } } // System.Char TMPro.TMP_TextParsingUtilities::ToUpperASCIIFast(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar TMP_TextParsingUtilities_ToUpperASCIIFast_m8AAEABBCC6B03C9661BE9E05783E5B897FC19A10 (Il2CppChar ___c0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0C9E0579800D2261789D578B378D6BD8D6F31974); s_Il2CppMethodInitialized = true; } { // if (c > k_LookupStringU.Length - 1) Il2CppChar L_0 = ___c0; NullCheck(_stringLiteral0C9E0579800D2261789D578B378D6BD8D6F31974); int32_t L_1; L_1 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(_stringLiteral0C9E0579800D2261789D578B378D6BD8D6F31974, /*hidden argument*/NULL); if ((((int32_t)L_0) <= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_1, (int32_t)1))))) { goto IL_0011; } } { // return c; Il2CppChar L_2 = ___c0; return L_2; } IL_0011: { // return k_LookupStringU[c]; Il2CppChar L_3 = ___c0; NullCheck(_stringLiteral0C9E0579800D2261789D578B378D6BD8D6F31974); Il2CppChar L_4; L_4 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(_stringLiteral0C9E0579800D2261789D578B378D6BD8D6F31974, L_3, /*hidden argument*/NULL); return L_4; } } // System.UInt32 TMPro.TMP_TextParsingUtilities::ToUpperASCIIFast(System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t TMP_TextParsingUtilities_ToUpperASCIIFast_m774BA18EA5B244ECFB25662ABF289C1BD4AD8544 (uint32_t ___c0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0C9E0579800D2261789D578B378D6BD8D6F31974); s_Il2CppMethodInitialized = true; } { // if (c > k_LookupStringU.Length - 1) uint32_t L_0 = ___c0; NullCheck(_stringLiteral0C9E0579800D2261789D578B378D6BD8D6F31974); int32_t L_1; L_1 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(_stringLiteral0C9E0579800D2261789D578B378D6BD8D6F31974, /*hidden argument*/NULL); if ((((int64_t)((int64_t)((uint64_t)L_0))) <= ((int64_t)((int64_t)((int64_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_1, (int32_t)1))))))) { goto IL_0013; } } { // return c; uint32_t L_2 = ___c0; return L_2; } IL_0013: { // return k_LookupStringU[(int)c]; uint32_t L_3 = ___c0; NullCheck(_stringLiteral0C9E0579800D2261789D578B378D6BD8D6F31974); Il2CppChar L_4; L_4 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(_stringLiteral0C9E0579800D2261789D578B378D6BD8D6F31974, L_3, /*hidden argument*/NULL); return L_4; } } // System.UInt32 TMPro.TMP_TextParsingUtilities::ToLowerASCIIFast(System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t TMP_TextParsingUtilities_ToLowerASCIIFast_mC03A4FF14E800EAA15A5907CD34A5865130EB984 (uint32_t ___c0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral428BF371C1E7FFDC7F5D247619D36EF4C6E96592); s_Il2CppMethodInitialized = true; } { // if (c > k_LookupStringL.Length - 1) uint32_t L_0 = ___c0; NullCheck(_stringLiteral428BF371C1E7FFDC7F5D247619D36EF4C6E96592); int32_t L_1; L_1 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(_stringLiteral428BF371C1E7FFDC7F5D247619D36EF4C6E96592, /*hidden argument*/NULL); if ((((int64_t)((int64_t)((uint64_t)L_0))) <= ((int64_t)((int64_t)((int64_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_1, (int32_t)1))))))) { goto IL_0013; } } { // return c; uint32_t L_2 = ___c0; return L_2; } IL_0013: { // return k_LookupStringL[(int)c]; uint32_t L_3 = ___c0; NullCheck(_stringLiteral428BF371C1E7FFDC7F5D247619D36EF4C6E96592); Il2CppChar L_4; L_4 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(_stringLiteral428BF371C1E7FFDC7F5D247619D36EF4C6E96592, L_3, /*hidden argument*/NULL); return L_4; } } // System.Boolean TMPro.TMP_TextParsingUtilities::IsHighSurrogate(System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TMP_TextParsingUtilities_IsHighSurrogate_m30BC23871358FD472AFFB89DEC2F0897A75C960C (uint32_t ___c0, const RuntimeMethod* method) { { // return c > 0xD800 && c < 0xDBFF; uint32_t L_0 = ___c0; if ((!(((uint32_t)L_0) > ((uint32_t)((int32_t)55296))))) { goto IL_0011; } } { uint32_t L_1 = ___c0; return (bool)((!(((uint32_t)L_1) >= ((uint32_t)((int32_t)56319))))? 1 : 0); } IL_0011: { return (bool)0; } } // System.Boolean TMPro.TMP_TextParsingUtilities::IsLowSurrogate(System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TMP_TextParsingUtilities_IsLowSurrogate_m629B5C49AFD9069127DD699C746ED7C6E4E79DE1 (uint32_t ___c0, const RuntimeMethod* method) { { // return c > 0xDC00 && c < 0xDFFF; uint32_t L_0 = ___c0; if ((!(((uint32_t)L_0) > ((uint32_t)((int32_t)56320))))) { goto IL_0011; } } { uint32_t L_1 = ___c0; return (bool)((!(((uint32_t)L_1) >= ((uint32_t)((int32_t)57343))))? 1 : 0); } IL_0011: { return (bool)0; } } // System.UInt32 TMPro.TMP_TextParsingUtilities::ConvertToUTF32(System.UInt32,System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t TMP_TextParsingUtilities_ConvertToUTF32_m489D264DE851912D7EA069191AE2E399F626DAE6 (uint32_t ___highSurrogate0, uint32_t ___lowSurrogate1, const RuntimeMethod* method) { { // return ((highSurrogate - CodePoint.HIGH_SURROGATE_START) * 0x400) + ((lowSurrogate - CodePoint.LOW_SURROGATE_START) + CodePoint.UNICODE_PLANE01_START); uint32_t L_0 = ___highSurrogate0; uint32_t L_1 = ___lowSurrogate1; return ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_0, (int32_t)((int32_t)55296))), (int32_t)((int32_t)1024))), (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_1, (int32_t)((int32_t)56320))), (int32_t)((int32_t)65536))))); } } // System.Void TMPro.TMP_TextParsingUtilities::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_TextParsingUtilities__ctor_m08CE017C5FAAD596B00D8165A98DC1805401BDBB (TMP_TextParsingUtilities_t845792ABB1A30432C444A226C892D25B815A009B * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Int32 TMPro.TMP_TextUtilities::GetCursorIndexFromPosition(TMPro.TMP_Text,UnityEngine.Vector3,UnityEngine.Camera) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TMP_TextUtilities_GetCursorIndexFromPosition_m7B4397728D73F59D43D5FA38ADEE14FE434DC21B (TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 * ___textComponent0, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___position1, Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * ___camera2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TMP_TextUtilities_t10EED8029408480141690D0F3D3A17239920837F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; TMP_CharacterInfo_t6F1B9FE4246803FFE4F527B3CEFED9D60AD7383B V_1; memset((&V_1), 0, sizeof(V_1)); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E V_2; memset((&V_2), 0, sizeof(V_2)); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E V_3; memset((&V_3), 0, sizeof(V_3)); { // int index = TMP_TextUtilities.FindNearestCharacter(textComponent, position, camera, false); TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 * L_0 = ___textComponent0; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_1 = ___position1; Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * L_2 = ___camera2; IL2CPP_RUNTIME_CLASS_INIT(TMP_TextUtilities_t10EED8029408480141690D0F3D3A17239920837F_il2cpp_TypeInfo_var); int32_t L_3; L_3 = TMP_TextUtilities_FindNearestCharacter_m3DFA528030B00D477A1426404D6F3803DF0261AB(L_0, L_1, L_2, (bool)0, /*hidden argument*/NULL); V_0 = L_3; // RectTransform rectTransform = textComponent.rectTransform; TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 * L_4 = ___textComponent0; NullCheck(L_4); RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * L_5; L_5 = TMP_Text_get_rectTransform_mEDF01E64384F15763209C6A28C7E61CB2EC932C4(L_4, /*hidden argument*/NULL); // ScreenPointToWorldPointInRectangle(rectTransform, position, camera, out position); RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * L_6 = L_5; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_7 = ___position1; Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_8; L_8 = Vector2_op_Implicit_mE407CAF7446E342E059B00AA9EDB301AEC5B7B1A_inline(L_7, /*hidden argument*/NULL); Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * L_9 = ___camera2; bool L_10; L_10 = TMP_TextUtilities_ScreenPointToWorldPointInRectangle_mA50140F7833DFC97BE391FE6AC33E0F3F8704782(L_6, L_8, L_9, (Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E *)(&___position1), /*hidden argument*/NULL); // TMP_CharacterInfo cInfo = textComponent.textInfo.characterInfo[index]; TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 * L_11 = ___textComponent0; NullCheck(L_11); TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_12; L_12 = TMP_Text_get_textInfo_mB006DF4283F14B0E49B9FCC0025D99C29FA534BF_inline(L_11, /*hidden argument*/NULL); NullCheck(L_12); TMP_CharacterInfoU5BU5D_t7128C1B46CF6AB1374135FA31D41ABF23882B970* L_13 = L_12->get_characterInfo_11(); int32_t L_14 = V_0; NullCheck(L_13); int32_t L_15 = L_14; TMP_CharacterInfo_t6F1B9FE4246803FFE4F527B3CEFED9D60AD7383B L_16 = (L_13)->GetAt(static_cast(L_15)); V_1 = L_16; // Vector3 bl = rectTransform.TransformPoint(cInfo.bottomLeft); RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * L_17 = L_6; TMP_CharacterInfo_t6F1B9FE4246803FFE4F527B3CEFED9D60AD7383B L_18 = V_1; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_19 = L_18.get_bottomLeft_20(); NullCheck(L_17); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_20; L_20 = Transform_TransformPoint_m68AF95765A9279192E601208A9C5170027A5F0D2(L_17, L_19, /*hidden argument*/NULL); V_2 = L_20; // Vector3 tr = rectTransform.TransformPoint(cInfo.topRight); TMP_CharacterInfo_t6F1B9FE4246803FFE4F527B3CEFED9D60AD7383B L_21 = V_1; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_22 = L_21.get_topRight_21(); NullCheck(L_17); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_23; L_23 = Transform_TransformPoint_m68AF95765A9279192E601208A9C5170027A5F0D2(L_17, L_22, /*hidden argument*/NULL); V_3 = L_23; // float insertPosition = (position.x - bl.x) / (tr.x - bl.x); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_24 = ___position1; float L_25 = L_24.get_x_2(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_26 = V_2; float L_27 = L_26.get_x_2(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_28 = V_3; float L_29 = L_28.get_x_2(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_30 = V_2; float L_31 = L_30.get_x_2(); // if (insertPosition < 0.5f) if ((!(((float)((float)((float)((float)il2cpp_codegen_subtract((float)L_25, (float)L_27))/(float)((float)il2cpp_codegen_subtract((float)L_29, (float)L_31))))) < ((float)(0.5f))))) { goto IL_006f; } } { // return index; int32_t L_32 = V_0; return L_32; } IL_006f: { // return index + 1; int32_t L_33 = V_0; return ((int32_t)il2cpp_codegen_add((int32_t)L_33, (int32_t)1)); } } // System.Int32 TMPro.TMP_TextUtilities::GetCursorIndexFromPosition(TMPro.TMP_Text,UnityEngine.Vector3,UnityEngine.Camera,TMPro.CaretPosition&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TMP_TextUtilities_GetCursorIndexFromPosition_mAF0149BCE729C97302803F1FE6DAE7B2074644F4 (TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 * ___textComponent0, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___position1, Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * ___camera2, int32_t* ___cursor3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TMP_TextUtilities_t10EED8029408480141690D0F3D3A17239920837F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; TMP_CharacterInfo_t6F1B9FE4246803FFE4F527B3CEFED9D60AD7383B V_2; memset((&V_2), 0, sizeof(V_2)); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E V_3; memset((&V_3), 0, sizeof(V_3)); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E V_4; memset((&V_4), 0, sizeof(V_4)); { // int line = TMP_TextUtilities.FindNearestLine(textComponent, position, camera); TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 * L_0 = ___textComponent0; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_1 = ___position1; Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * L_2 = ___camera2; IL2CPP_RUNTIME_CLASS_INIT(TMP_TextUtilities_t10EED8029408480141690D0F3D3A17239920837F_il2cpp_TypeInfo_var); int32_t L_3; L_3 = TMP_TextUtilities_FindNearestLine_mE8C42CE9A076513D933B8DCF1D66019A1041B364(L_0, L_1, L_2, /*hidden argument*/NULL); V_0 = L_3; // int index = FindNearestCharacterOnLine(textComponent, position, line, camera, false); TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 * L_4 = ___textComponent0; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_5 = ___position1; int32_t L_6 = V_0; Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * L_7 = ___camera2; int32_t L_8; L_8 = TMP_TextUtilities_FindNearestCharacterOnLine_m30166B28A6C20719AD2C3DC95F283DFB4FC6B729(L_4, L_5, L_6, L_7, (bool)0, /*hidden argument*/NULL); V_1 = L_8; // if (textComponent.textInfo.lineInfo[line].characterCount == 1) TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 * L_9 = ___textComponent0; NullCheck(L_9); TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_10; L_10 = TMP_Text_get_textInfo_mB006DF4283F14B0E49B9FCC0025D99C29FA534BF_inline(L_9, /*hidden argument*/NULL); NullCheck(L_10); TMP_LineInfoU5BU5D_t2B188FB1B6C36641B7FEB177ACC798FAC9806C3D* L_11 = L_10->get_lineInfo_14(); int32_t L_12 = V_0; NullCheck(L_11); int32_t L_13 = ((L_11)->GetAddressAt(static_cast(L_12)))->get_characterCount_1(); if ((!(((uint32_t)L_13) == ((uint32_t)1)))) { goto IL_0032; } } { // cursor = CaretPosition.Left; int32_t* L_14 = ___cursor3; *((int32_t*)L_14) = (int32_t)1; // return index; int32_t L_15 = V_1; return L_15; } IL_0032: { // RectTransform rectTransform = textComponent.rectTransform; TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 * L_16 = ___textComponent0; NullCheck(L_16); RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * L_17; L_17 = TMP_Text_get_rectTransform_mEDF01E64384F15763209C6A28C7E61CB2EC932C4(L_16, /*hidden argument*/NULL); // ScreenPointToWorldPointInRectangle(rectTransform, position, camera, out position); RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * L_18 = L_17; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_19 = ___position1; Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_20; L_20 = Vector2_op_Implicit_mE407CAF7446E342E059B00AA9EDB301AEC5B7B1A_inline(L_19, /*hidden argument*/NULL); Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * L_21 = ___camera2; IL2CPP_RUNTIME_CLASS_INIT(TMP_TextUtilities_t10EED8029408480141690D0F3D3A17239920837F_il2cpp_TypeInfo_var); bool L_22; L_22 = TMP_TextUtilities_ScreenPointToWorldPointInRectangle_mA50140F7833DFC97BE391FE6AC33E0F3F8704782(L_18, L_20, L_21, (Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E *)(&___position1), /*hidden argument*/NULL); // TMP_CharacterInfo cInfo = textComponent.textInfo.characterInfo[index]; TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 * L_23 = ___textComponent0; NullCheck(L_23); TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_24; L_24 = TMP_Text_get_textInfo_mB006DF4283F14B0E49B9FCC0025D99C29FA534BF_inline(L_23, /*hidden argument*/NULL); NullCheck(L_24); TMP_CharacterInfoU5BU5D_t7128C1B46CF6AB1374135FA31D41ABF23882B970* L_25 = L_24->get_characterInfo_11(); int32_t L_26 = V_1; NullCheck(L_25); int32_t L_27 = L_26; TMP_CharacterInfo_t6F1B9FE4246803FFE4F527B3CEFED9D60AD7383B L_28 = (L_25)->GetAt(static_cast(L_27)); V_2 = L_28; // Vector3 bl = rectTransform.TransformPoint(cInfo.bottomLeft); RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * L_29 = L_18; TMP_CharacterInfo_t6F1B9FE4246803FFE4F527B3CEFED9D60AD7383B L_30 = V_2; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_31 = L_30.get_bottomLeft_20(); NullCheck(L_29); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_32; L_32 = Transform_TransformPoint_m68AF95765A9279192E601208A9C5170027A5F0D2(L_29, L_31, /*hidden argument*/NULL); V_3 = L_32; // Vector3 tr = rectTransform.TransformPoint(cInfo.topRight); TMP_CharacterInfo_t6F1B9FE4246803FFE4F527B3CEFED9D60AD7383B L_33 = V_2; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_34 = L_33.get_topRight_21(); NullCheck(L_29); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_35; L_35 = Transform_TransformPoint_m68AF95765A9279192E601208A9C5170027A5F0D2(L_29, L_34, /*hidden argument*/NULL); V_4 = L_35; // float insertPosition = (position.x - bl.x) / (tr.x - bl.x); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_36 = ___position1; float L_37 = L_36.get_x_2(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_38 = V_3; float L_39 = L_38.get_x_2(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_40 = V_4; float L_41 = L_40.get_x_2(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_42 = V_3; float L_43 = L_42.get_x_2(); // if (insertPosition < 0.5f) if ((!(((float)((float)((float)((float)il2cpp_codegen_subtract((float)L_37, (float)L_39))/(float)((float)il2cpp_codegen_subtract((float)L_41, (float)L_43))))) < ((float)(0.5f))))) { goto IL_009c; } } { // cursor = CaretPosition.Left; int32_t* L_44 = ___cursor3; *((int32_t*)L_44) = (int32_t)1; // return index; int32_t L_45 = V_1; return L_45; } IL_009c: { // cursor = CaretPosition.Right; int32_t* L_46 = ___cursor3; *((int32_t*)L_46) = (int32_t)2; // return index; int32_t L_47 = V_1; return L_47; } } // System.Int32 TMPro.TMP_TextUtilities::FindNearestLine(TMPro.TMP_Text,UnityEngine.Vector3,UnityEngine.Camera) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TMP_TextUtilities_FindNearestLine_mE8C42CE9A076513D933B8DCF1D66019A1041B364 (TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 * ___text0, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___position1, Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * ___camera2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TMP_TextUtilities_t10EED8029408480141690D0F3D3A17239920837F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * V_0 = NULL; float V_1 = 0.0f; int32_t V_2 = 0; int32_t V_3 = 0; TMP_LineInfo_tB86D3A31D61EB73EEFB08F6B1AB5C60DE52981F7 V_4; memset((&V_4), 0, sizeof(V_4)); float V_5 = 0.0f; float V_6 = 0.0f; float V_7 = 0.0f; float V_8 = 0.0f; { // RectTransform rectTransform = text.rectTransform; TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 * L_0 = ___text0; NullCheck(L_0); RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * L_1; L_1 = TMP_Text_get_rectTransform_mEDF01E64384F15763209C6A28C7E61CB2EC932C4(L_0, /*hidden argument*/NULL); V_0 = L_1; // float distance = Mathf.Infinity; V_1 = (std::numeric_limits::infinity()); // int closest = -1; V_2 = (-1); // ScreenPointToWorldPointInRectangle(rectTransform, position, camera, out position); RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * L_2 = V_0; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_3 = ___position1; Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_4; L_4 = Vector2_op_Implicit_mE407CAF7446E342E059B00AA9EDB301AEC5B7B1A_inline(L_3, /*hidden argument*/NULL); Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * L_5 = ___camera2; IL2CPP_RUNTIME_CLASS_INIT(TMP_TextUtilities_t10EED8029408480141690D0F3D3A17239920837F_il2cpp_TypeInfo_var); bool L_6; L_6 = TMP_TextUtilities_ScreenPointToWorldPointInRectangle_mA50140F7833DFC97BE391FE6AC33E0F3F8704782(L_2, L_4, L_5, (Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E *)(&___position1), /*hidden argument*/NULL); // for (int i = 0; i < text.textInfo.lineCount; i++) V_3 = 0; goto IL_00ca; } IL_0026: { // TMP_LineInfo lineInfo = text.textInfo.lineInfo[i]; TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 * L_7 = ___text0; NullCheck(L_7); TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_8; L_8 = TMP_Text_get_textInfo_mB006DF4283F14B0E49B9FCC0025D99C29FA534BF_inline(L_7, /*hidden argument*/NULL); NullCheck(L_8); TMP_LineInfoU5BU5D_t2B188FB1B6C36641B7FEB177ACC798FAC9806C3D* L_9 = L_8->get_lineInfo_14(); int32_t L_10 = V_3; NullCheck(L_9); int32_t L_11 = L_10; TMP_LineInfo_tB86D3A31D61EB73EEFB08F6B1AB5C60DE52981F7 L_12 = (L_9)->GetAt(static_cast(L_11)); V_4 = L_12; // float ascender = rectTransform.TransformPoint(new Vector3(0, lineInfo.ascender, 0)).y; RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * L_13 = V_0; TMP_LineInfo_tB86D3A31D61EB73EEFB08F6B1AB5C60DE52981F7 L_14 = V_4; float L_15 = L_14.get_ascender_11(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_16; memset((&L_16), 0, sizeof(L_16)); Vector3__ctor_m57495F692C6CE1CEF278CAD9A98221165D37E636_inline((&L_16), (0.0f), L_15, (0.0f), /*hidden argument*/NULL); NullCheck(L_13); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_17; L_17 = Transform_TransformPoint_m68AF95765A9279192E601208A9C5170027A5F0D2(L_13, L_16, /*hidden argument*/NULL); float L_18 = L_17.get_y_3(); V_5 = L_18; // float descender = rectTransform.TransformPoint(new Vector3(0, lineInfo.descender, 0)).y; RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * L_19 = V_0; TMP_LineInfo_tB86D3A31D61EB73EEFB08F6B1AB5C60DE52981F7 L_20 = V_4; float L_21 = L_20.get_descender_13(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_22; memset((&L_22), 0, sizeof(L_22)); Vector3__ctor_m57495F692C6CE1CEF278CAD9A98221165D37E636_inline((&L_22), (0.0f), L_21, (0.0f), /*hidden argument*/NULL); NullCheck(L_19); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_23; L_23 = Transform_TransformPoint_m68AF95765A9279192E601208A9C5170027A5F0D2(L_19, L_22, /*hidden argument*/NULL); float L_24 = L_23.get_y_3(); V_6 = L_24; // if (ascender > position.y && descender < position.y) float L_25 = V_5; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_26 = ___position1; float L_27 = L_26.get_y_3(); if ((!(((float)L_25) > ((float)L_27)))) { goto IL_0095; } } { float L_28 = V_6; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_29 = ___position1; float L_30 = L_29.get_y_3(); if ((!(((float)L_28) < ((float)L_30)))) { goto IL_0095; } } { // return i; int32_t L_31 = V_3; return L_31; } IL_0095: { // float d0 = Mathf.Abs(ascender - position.y); float L_32 = V_5; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_33 = ___position1; float L_34 = L_33.get_y_3(); float L_35; L_35 = fabsf(((float)il2cpp_codegen_subtract((float)L_32, (float)L_34))); // float d1 = Mathf.Abs(descender - position.y); float L_36 = V_6; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_37 = ___position1; float L_38 = L_37.get_y_3(); float L_39; L_39 = fabsf(((float)il2cpp_codegen_subtract((float)L_36, (float)L_38))); V_7 = L_39; // float d = Mathf.Min(d0, d1); float L_40 = V_7; float L_41; L_41 = Mathf_Min_mD28BD5C9012619B74E475F204F96603193E99B14(L_35, L_40, /*hidden argument*/NULL); V_8 = L_41; // if (d < distance) float L_42 = V_8; float L_43 = V_1; if ((!(((float)L_42) < ((float)L_43)))) { goto IL_00c6; } } { // distance = d; float L_44 = V_8; V_1 = L_44; // closest = i; int32_t L_45 = V_3; V_2 = L_45; } IL_00c6: { // for (int i = 0; i < text.textInfo.lineCount; i++) int32_t L_46 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_46, (int32_t)1)); } IL_00ca: { // for (int i = 0; i < text.textInfo.lineCount; i++) int32_t L_47 = V_3; TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 * L_48 = ___text0; NullCheck(L_48); TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_49; L_49 = TMP_Text_get_textInfo_mB006DF4283F14B0E49B9FCC0025D99C29FA534BF_inline(L_48, /*hidden argument*/NULL); NullCheck(L_49); int32_t L_50 = L_49->get_lineCount_8(); if ((((int32_t)L_47) < ((int32_t)L_50))) { goto IL_0026; } } { // return closest; int32_t L_51 = V_2; return L_51; } } // System.Int32 TMPro.TMP_TextUtilities::FindNearestCharacterOnLine(TMPro.TMP_Text,UnityEngine.Vector3,System.Int32,UnityEngine.Camera,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TMP_TextUtilities_FindNearestCharacterOnLine_m30166B28A6C20719AD2C3DC95F283DFB4FC6B729 (TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 * ___text0, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___position1, int32_t ___line2, Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * ___camera3, bool ___visibleOnly4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TMP_TextUtilities_t10EED8029408480141690D0F3D3A17239920837F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * V_0 = NULL; int32_t V_1 = 0; float V_2 = 0.0f; int32_t V_3 = 0; int32_t V_4 = 0; TMP_CharacterInfo_t6F1B9FE4246803FFE4F527B3CEFED9D60AD7383B V_5; memset((&V_5), 0, sizeof(V_5)); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E V_6; memset((&V_6), 0, sizeof(V_6)); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E V_7; memset((&V_7), 0, sizeof(V_7)); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E V_8; memset((&V_8), 0, sizeof(V_8)); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E V_9; memset((&V_9), 0, sizeof(V_9)); float V_10 = 0.0f; float V_11 = 0.0f; float V_12 = 0.0f; float V_13 = 0.0f; float V_14 = 0.0f; float G_B8_0 = 0.0f; float G_B11_0 = 0.0f; float G_B14_0 = 0.0f; { // RectTransform rectTransform = text.rectTransform; TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 * L_0 = ___text0; NullCheck(L_0); RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * L_1; L_1 = TMP_Text_get_rectTransform_mEDF01E64384F15763209C6A28C7E61CB2EC932C4(L_0, /*hidden argument*/NULL); V_0 = L_1; // ScreenPointToWorldPointInRectangle(rectTransform, position, camera, out position); RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * L_2 = V_0; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_3 = ___position1; Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_4; L_4 = Vector2_op_Implicit_mE407CAF7446E342E059B00AA9EDB301AEC5B7B1A_inline(L_3, /*hidden argument*/NULL); Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * L_5 = ___camera3; IL2CPP_RUNTIME_CLASS_INIT(TMP_TextUtilities_t10EED8029408480141690D0F3D3A17239920837F_il2cpp_TypeInfo_var); bool L_6; L_6 = TMP_TextUtilities_ScreenPointToWorldPointInRectangle_mA50140F7833DFC97BE391FE6AC33E0F3F8704782(L_2, L_4, L_5, (Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E *)(&___position1), /*hidden argument*/NULL); // int firstCharacter = text.textInfo.lineInfo[line].firstCharacterIndex; TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 * L_7 = ___text0; NullCheck(L_7); TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_8; L_8 = TMP_Text_get_textInfo_mB006DF4283F14B0E49B9FCC0025D99C29FA534BF_inline(L_7, /*hidden argument*/NULL); NullCheck(L_8); TMP_LineInfoU5BU5D_t2B188FB1B6C36641B7FEB177ACC798FAC9806C3D* L_9 = L_8->get_lineInfo_14(); int32_t L_10 = ___line2; NullCheck(L_9); int32_t L_11 = ((L_9)->GetAddressAt(static_cast(L_10)))->get_firstCharacterIndex_5(); // int lastCharacter = text.textInfo.lineInfo[line].lastCharacterIndex; TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 * L_12 = ___text0; NullCheck(L_12); TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_13; L_13 = TMP_Text_get_textInfo_mB006DF4283F14B0E49B9FCC0025D99C29FA534BF_inline(L_12, /*hidden argument*/NULL); NullCheck(L_13); TMP_LineInfoU5BU5D_t2B188FB1B6C36641B7FEB177ACC798FAC9806C3D* L_14 = L_13->get_lineInfo_14(); int32_t L_15 = ___line2; NullCheck(L_14); int32_t L_16 = ((L_14)->GetAddressAt(static_cast(L_15)))->get_lastCharacterIndex_7(); V_1 = L_16; // float distanceSqr = Mathf.Infinity; V_2 = (std::numeric_limits::infinity()); // int closest = lastCharacter; int32_t L_17 = V_1; V_3 = L_17; // for (int i = firstCharacter; i < lastCharacter; i++) V_4 = L_11; goto IL_0169; } IL_0053: { // TMP_CharacterInfo cInfo = text.textInfo.characterInfo[i]; TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 * L_18 = ___text0; NullCheck(L_18); TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_19; L_19 = TMP_Text_get_textInfo_mB006DF4283F14B0E49B9FCC0025D99C29FA534BF_inline(L_18, /*hidden argument*/NULL); NullCheck(L_19); TMP_CharacterInfoU5BU5D_t7128C1B46CF6AB1374135FA31D41ABF23882B970* L_20 = L_19->get_characterInfo_11(); int32_t L_21 = V_4; NullCheck(L_20); int32_t L_22 = L_21; TMP_CharacterInfo_t6F1B9FE4246803FFE4F527B3CEFED9D60AD7383B L_23 = (L_20)->GetAt(static_cast(L_22)); V_5 = L_23; // if (visibleOnly && !cInfo.isVisible) continue; bool L_24 = ___visibleOnly4; if (!L_24) { goto IL_0077; } } { TMP_CharacterInfo_t6F1B9FE4246803FFE4F527B3CEFED9D60AD7383B L_25 = V_5; bool L_26 = L_25.get_isVisible_40(); if (!L_26) { goto IL_0163; } } IL_0077: { // Vector3 bl = rectTransform.TransformPoint(cInfo.bottomLeft); RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * L_27 = V_0; TMP_CharacterInfo_t6F1B9FE4246803FFE4F527B3CEFED9D60AD7383B L_28 = V_5; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_29 = L_28.get_bottomLeft_20(); NullCheck(L_27); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_30; L_30 = Transform_TransformPoint_m68AF95765A9279192E601208A9C5170027A5F0D2(L_27, L_29, /*hidden argument*/NULL); V_6 = L_30; // Vector3 tl = rectTransform.TransformPoint(new Vector3(cInfo.bottomLeft.x, cInfo.topRight.y, 0)); RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * L_31 = V_0; TMP_CharacterInfo_t6F1B9FE4246803FFE4F527B3CEFED9D60AD7383B L_32 = V_5; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_33 = L_32.get_bottomLeft_20(); float L_34 = L_33.get_x_2(); TMP_CharacterInfo_t6F1B9FE4246803FFE4F527B3CEFED9D60AD7383B L_35 = V_5; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_36 = L_35.get_topRight_21(); float L_37 = L_36.get_y_3(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_38; memset((&L_38), 0, sizeof(L_38)); Vector3__ctor_m57495F692C6CE1CEF278CAD9A98221165D37E636_inline((&L_38), L_34, L_37, (0.0f), /*hidden argument*/NULL); NullCheck(L_31); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_39; L_39 = Transform_TransformPoint_m68AF95765A9279192E601208A9C5170027A5F0D2(L_31, L_38, /*hidden argument*/NULL); V_7 = L_39; // Vector3 tr = rectTransform.TransformPoint(cInfo.topRight); RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * L_40 = V_0; TMP_CharacterInfo_t6F1B9FE4246803FFE4F527B3CEFED9D60AD7383B L_41 = V_5; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_42 = L_41.get_topRight_21(); NullCheck(L_40); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_43; L_43 = Transform_TransformPoint_m68AF95765A9279192E601208A9C5170027A5F0D2(L_40, L_42, /*hidden argument*/NULL); V_8 = L_43; // Vector3 br = rectTransform.TransformPoint(new Vector3(cInfo.topRight.x, cInfo.bottomLeft.y, 0)); RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * L_44 = V_0; TMP_CharacterInfo_t6F1B9FE4246803FFE4F527B3CEFED9D60AD7383B L_45 = V_5; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_46 = L_45.get_topRight_21(); float L_47 = L_46.get_x_2(); TMP_CharacterInfo_t6F1B9FE4246803FFE4F527B3CEFED9D60AD7383B L_48 = V_5; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_49 = L_48.get_bottomLeft_20(); float L_50 = L_49.get_y_3(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_51; memset((&L_51), 0, sizeof(L_51)); Vector3__ctor_m57495F692C6CE1CEF278CAD9A98221165D37E636_inline((&L_51), L_47, L_50, (0.0f), /*hidden argument*/NULL); NullCheck(L_44); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_52; L_52 = Transform_TransformPoint_m68AF95765A9279192E601208A9C5170027A5F0D2(L_44, L_51, /*hidden argument*/NULL); V_9 = L_52; // if (PointIntersectRectangle(position, bl, tl, tr, br)) Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_53 = ___position1; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_54 = V_6; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_55 = V_7; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_56 = V_8; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_57 = V_9; IL2CPP_RUNTIME_CLASS_INIT(TMP_TextUtilities_t10EED8029408480141690D0F3D3A17239920837F_il2cpp_TypeInfo_var); bool L_58; L_58 = TMP_TextUtilities_PointIntersectRectangle_m20756D13AD194C1706C7C09D9CD92C6E270021C8(L_53, L_54, L_55, L_56, L_57, /*hidden argument*/NULL); if (!L_58) { goto IL_00fe; } } { // closest = i; int32_t L_59 = V_4; V_3 = L_59; // break; goto IL_0171; } IL_00fe: { // float dbl = DistanceToLine(bl, tl, position); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_60 = V_6; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_61 = V_7; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_62 = ___position1; IL2CPP_RUNTIME_CLASS_INIT(TMP_TextUtilities_t10EED8029408480141690D0F3D3A17239920837F_il2cpp_TypeInfo_var); float L_63; L_63 = TMP_TextUtilities_DistanceToLine_m856CA082FEFFD368B35CE7E2C8DA980F916AB735(L_60, L_61, L_62, /*hidden argument*/NULL); V_10 = L_63; // float dtl = DistanceToLine(tl, tr, position); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_64 = V_7; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_65 = V_8; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_66 = ___position1; float L_67; L_67 = TMP_TextUtilities_DistanceToLine_m856CA082FEFFD368B35CE7E2C8DA980F916AB735(L_64, L_65, L_66, /*hidden argument*/NULL); V_11 = L_67; // float dtr = DistanceToLine(tr, br, position); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_68 = V_8; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_69 = V_9; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_70 = ___position1; float L_71; L_71 = TMP_TextUtilities_DistanceToLine_m856CA082FEFFD368B35CE7E2C8DA980F916AB735(L_68, L_69, L_70, /*hidden argument*/NULL); V_12 = L_71; // float dbr = DistanceToLine(br, bl, position); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_72 = V_9; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_73 = V_6; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_74 = ___position1; float L_75; L_75 = TMP_TextUtilities_DistanceToLine_m856CA082FEFFD368B35CE7E2C8DA980F916AB735(L_72, L_73, L_74, /*hidden argument*/NULL); V_13 = L_75; // float d = dbl < dtl ? dbl : dtl; float L_76 = V_10; float L_77 = V_11; if ((((float)L_76) < ((float)L_77))) { goto IL_0138; } } { float L_78 = V_11; G_B8_0 = L_78; goto IL_013a; } IL_0138: { float L_79 = V_10; G_B8_0 = L_79; } IL_013a: { V_14 = G_B8_0; // d = d < dtr ? d : dtr; float L_80 = V_14; float L_81 = V_12; if ((((float)L_80) < ((float)L_81))) { goto IL_0146; } } { float L_82 = V_12; G_B11_0 = L_82; goto IL_0148; } IL_0146: { float L_83 = V_14; G_B11_0 = L_83; } IL_0148: { V_14 = G_B11_0; // d = d < dbr ? d : dbr; float L_84 = V_14; float L_85 = V_13; if ((((float)L_84) < ((float)L_85))) { goto IL_0154; } } { float L_86 = V_13; G_B14_0 = L_86; goto IL_0156; } IL_0154: { float L_87 = V_14; G_B14_0 = L_87; } IL_0156: { V_14 = G_B14_0; // if (distanceSqr > d) float L_88 = V_2; float L_89 = V_14; if ((!(((float)L_88) > ((float)L_89)))) { goto IL_0163; } } { // distanceSqr = d; float L_90 = V_14; V_2 = L_90; // closest = i; int32_t L_91 = V_4; V_3 = L_91; } IL_0163: { // for (int i = firstCharacter; i < lastCharacter; i++) int32_t L_92 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_92, (int32_t)1)); } IL_0169: { // for (int i = firstCharacter; i < lastCharacter; i++) int32_t L_93 = V_4; int32_t L_94 = V_1; if ((((int32_t)L_93) < ((int32_t)L_94))) { goto IL_0053; } } IL_0171: { // return closest; int32_t L_95 = V_3; return L_95; } } // System.Boolean TMPro.TMP_TextUtilities::IsIntersectingRectTransform(UnityEngine.RectTransform,UnityEngine.Vector3,UnityEngine.Camera) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TMP_TextUtilities_IsIntersectingRectTransform_mA53A854649FED5319C256AC2A3571A87E6BCD5FD (RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * ___rectTransform0, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___position1, Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * ___camera2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TMP_TextUtilities_t10EED8029408480141690D0F3D3A17239920837F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // ScreenPointToWorldPointInRectangle(rectTransform, position, camera, out position); RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * L_0 = ___rectTransform0; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_1 = ___position1; Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_2; L_2 = Vector2_op_Implicit_mE407CAF7446E342E059B00AA9EDB301AEC5B7B1A_inline(L_1, /*hidden argument*/NULL); Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * L_3 = ___camera2; IL2CPP_RUNTIME_CLASS_INIT(TMP_TextUtilities_t10EED8029408480141690D0F3D3A17239920837F_il2cpp_TypeInfo_var); bool L_4; L_4 = TMP_TextUtilities_ScreenPointToWorldPointInRectangle_mA50140F7833DFC97BE391FE6AC33E0F3F8704782(L_0, L_2, L_3, (Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E *)(&___position1), /*hidden argument*/NULL); // rectTransform.GetWorldCorners(m_rectWorldCorners); RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * L_5 = ___rectTransform0; Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4* L_6 = ((TMP_TextUtilities_t10EED8029408480141690D0F3D3A17239920837F_StaticFields*)il2cpp_codegen_static_fields_for(TMP_TextUtilities_t10EED8029408480141690D0F3D3A17239920837F_il2cpp_TypeInfo_var))->get_m_rectWorldCorners_0(); NullCheck(L_5); RectTransform_GetWorldCorners_m5351A825540654FFDBD0837AC37D2139F64A4FD8(L_5, L_6, /*hidden argument*/NULL); // if (PointIntersectRectangle(position, m_rectWorldCorners[0], m_rectWorldCorners[1], m_rectWorldCorners[2], m_rectWorldCorners[3])) Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_7 = ___position1; Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4* L_8 = ((TMP_TextUtilities_t10EED8029408480141690D0F3D3A17239920837F_StaticFields*)il2cpp_codegen_static_fields_for(TMP_TextUtilities_t10EED8029408480141690D0F3D3A17239920837F_il2cpp_TypeInfo_var))->get_m_rectWorldCorners_0(); NullCheck(L_8); int32_t L_9 = 0; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_10 = (L_8)->GetAt(static_cast(L_9)); Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4* L_11 = ((TMP_TextUtilities_t10EED8029408480141690D0F3D3A17239920837F_StaticFields*)il2cpp_codegen_static_fields_for(TMP_TextUtilities_t10EED8029408480141690D0F3D3A17239920837F_il2cpp_TypeInfo_var))->get_m_rectWorldCorners_0(); NullCheck(L_11); int32_t L_12 = 1; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_13 = (L_11)->GetAt(static_cast(L_12)); Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4* L_14 = ((TMP_TextUtilities_t10EED8029408480141690D0F3D3A17239920837F_StaticFields*)il2cpp_codegen_static_fields_for(TMP_TextUtilities_t10EED8029408480141690D0F3D3A17239920837F_il2cpp_TypeInfo_var))->get_m_rectWorldCorners_0(); NullCheck(L_14); int32_t L_15 = 2; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_16 = (L_14)->GetAt(static_cast(L_15)); Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4* L_17 = ((TMP_TextUtilities_t10EED8029408480141690D0F3D3A17239920837F_StaticFields*)il2cpp_codegen_static_fields_for(TMP_TextUtilities_t10EED8029408480141690D0F3D3A17239920837F_il2cpp_TypeInfo_var))->get_m_rectWorldCorners_0(); NullCheck(L_17); int32_t L_18 = 3; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_19 = (L_17)->GetAt(static_cast(L_18)); bool L_20; L_20 = TMP_TextUtilities_PointIntersectRectangle_m20756D13AD194C1706C7C09D9CD92C6E270021C8(L_7, L_10, L_13, L_16, L_19, /*hidden argument*/NULL); if (!L_20) { goto IL_0051; } } { // return true; return (bool)1; } IL_0051: { // return false; return (bool)0; } } // System.Int32 TMPro.TMP_TextUtilities::FindIntersectingCharacter(TMPro.TMP_Text,UnityEngine.Vector3,UnityEngine.Camera,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TMP_TextUtilities_FindIntersectingCharacter_m45EB057BEBB9553C17AD94E80FD054CE6268A8B7 (TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 * ___text0, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___position1, Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * ___camera2, bool ___visibleOnly3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TMP_TextUtilities_t10EED8029408480141690D0F3D3A17239920837F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * V_0 = NULL; int32_t V_1 = 0; TMP_CharacterInfo_t6F1B9FE4246803FFE4F527B3CEFED9D60AD7383B V_2; memset((&V_2), 0, sizeof(V_2)); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E V_3; memset((&V_3), 0, sizeof(V_3)); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E V_4; memset((&V_4), 0, sizeof(V_4)); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E V_5; memset((&V_5), 0, sizeof(V_5)); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E V_6; memset((&V_6), 0, sizeof(V_6)); { // RectTransform rectTransform = text.rectTransform; TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 * L_0 = ___text0; NullCheck(L_0); RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * L_1; L_1 = TMP_Text_get_rectTransform_mEDF01E64384F15763209C6A28C7E61CB2EC932C4(L_0, /*hidden argument*/NULL); V_0 = L_1; // ScreenPointToWorldPointInRectangle(rectTransform, position, camera, out position); RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * L_2 = V_0; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_3 = ___position1; Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_4; L_4 = Vector2_op_Implicit_mE407CAF7446E342E059B00AA9EDB301AEC5B7B1A_inline(L_3, /*hidden argument*/NULL); Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * L_5 = ___camera2; IL2CPP_RUNTIME_CLASS_INIT(TMP_TextUtilities_t10EED8029408480141690D0F3D3A17239920837F_il2cpp_TypeInfo_var); bool L_6; L_6 = TMP_TextUtilities_ScreenPointToWorldPointInRectangle_mA50140F7833DFC97BE391FE6AC33E0F3F8704782(L_2, L_4, L_5, (Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E *)(&___position1), /*hidden argument*/NULL); // for (int i = 0; i < text.textInfo.characterCount; i++) V_1 = 0; goto IL_00bb; } IL_001e: { // TMP_CharacterInfo cInfo = text.textInfo.characterInfo[i]; TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 * L_7 = ___text0; NullCheck(L_7); TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_8; L_8 = TMP_Text_get_textInfo_mB006DF4283F14B0E49B9FCC0025D99C29FA534BF_inline(L_7, /*hidden argument*/NULL); NullCheck(L_8); TMP_CharacterInfoU5BU5D_t7128C1B46CF6AB1374135FA31D41ABF23882B970* L_9 = L_8->get_characterInfo_11(); int32_t L_10 = V_1; NullCheck(L_9); int32_t L_11 = L_10; TMP_CharacterInfo_t6F1B9FE4246803FFE4F527B3CEFED9D60AD7383B L_12 = (L_9)->GetAt(static_cast(L_11)); V_2 = L_12; // if (visibleOnly && !cInfo.isVisible) continue; bool L_13 = ___visibleOnly3; if (!L_13) { goto IL_003b; } } { TMP_CharacterInfo_t6F1B9FE4246803FFE4F527B3CEFED9D60AD7383B L_14 = V_2; bool L_15 = L_14.get_isVisible_40(); if (!L_15) { goto IL_00b7; } } IL_003b: { // Vector3 bl = rectTransform.TransformPoint(cInfo.bottomLeft); RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * L_16 = V_0; TMP_CharacterInfo_t6F1B9FE4246803FFE4F527B3CEFED9D60AD7383B L_17 = V_2; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_18 = L_17.get_bottomLeft_20(); NullCheck(L_16); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_19; L_19 = Transform_TransformPoint_m68AF95765A9279192E601208A9C5170027A5F0D2(L_16, L_18, /*hidden argument*/NULL); V_3 = L_19; // Vector3 tl = rectTransform.TransformPoint(new Vector3(cInfo.bottomLeft.x, cInfo.topRight.y, 0)); RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * L_20 = V_0; TMP_CharacterInfo_t6F1B9FE4246803FFE4F527B3CEFED9D60AD7383B L_21 = V_2; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_22 = L_21.get_bottomLeft_20(); float L_23 = L_22.get_x_2(); TMP_CharacterInfo_t6F1B9FE4246803FFE4F527B3CEFED9D60AD7383B L_24 = V_2; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_25 = L_24.get_topRight_21(); float L_26 = L_25.get_y_3(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_27; memset((&L_27), 0, sizeof(L_27)); Vector3__ctor_m57495F692C6CE1CEF278CAD9A98221165D37E636_inline((&L_27), L_23, L_26, (0.0f), /*hidden argument*/NULL); NullCheck(L_20); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_28; L_28 = Transform_TransformPoint_m68AF95765A9279192E601208A9C5170027A5F0D2(L_20, L_27, /*hidden argument*/NULL); V_4 = L_28; // Vector3 tr = rectTransform.TransformPoint(cInfo.topRight); RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * L_29 = V_0; TMP_CharacterInfo_t6F1B9FE4246803FFE4F527B3CEFED9D60AD7383B L_30 = V_2; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_31 = L_30.get_topRight_21(); NullCheck(L_29); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_32; L_32 = Transform_TransformPoint_m68AF95765A9279192E601208A9C5170027A5F0D2(L_29, L_31, /*hidden argument*/NULL); V_5 = L_32; // Vector3 br = rectTransform.TransformPoint(new Vector3(cInfo.topRight.x, cInfo.bottomLeft.y, 0)); RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * L_33 = V_0; TMP_CharacterInfo_t6F1B9FE4246803FFE4F527B3CEFED9D60AD7383B L_34 = V_2; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_35 = L_34.get_topRight_21(); float L_36 = L_35.get_x_2(); TMP_CharacterInfo_t6F1B9FE4246803FFE4F527B3CEFED9D60AD7383B L_37 = V_2; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_38 = L_37.get_bottomLeft_20(); float L_39 = L_38.get_y_3(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_40; memset((&L_40), 0, sizeof(L_40)); Vector3__ctor_m57495F692C6CE1CEF278CAD9A98221165D37E636_inline((&L_40), L_36, L_39, (0.0f), /*hidden argument*/NULL); NullCheck(L_33); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_41; L_41 = Transform_TransformPoint_m68AF95765A9279192E601208A9C5170027A5F0D2(L_33, L_40, /*hidden argument*/NULL); V_6 = L_41; // if (PointIntersectRectangle(position, bl, tl, tr, br)) Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_42 = ___position1; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_43 = V_3; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_44 = V_4; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_45 = V_5; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_46 = V_6; IL2CPP_RUNTIME_CLASS_INIT(TMP_TextUtilities_t10EED8029408480141690D0F3D3A17239920837F_il2cpp_TypeInfo_var); bool L_47; L_47 = TMP_TextUtilities_PointIntersectRectangle_m20756D13AD194C1706C7C09D9CD92C6E270021C8(L_42, L_43, L_44, L_45, L_46, /*hidden argument*/NULL); if (!L_47) { goto IL_00b7; } } { // return i; int32_t L_48 = V_1; return L_48; } IL_00b7: { // for (int i = 0; i < text.textInfo.characterCount; i++) int32_t L_49 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_49, (int32_t)1)); } IL_00bb: { // for (int i = 0; i < text.textInfo.characterCount; i++) int32_t L_50 = V_1; TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 * L_51 = ___text0; NullCheck(L_51); TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_52; L_52 = TMP_Text_get_textInfo_mB006DF4283F14B0E49B9FCC0025D99C29FA534BF_inline(L_51, /*hidden argument*/NULL); NullCheck(L_52); int32_t L_53 = L_52->get_characterCount_3(); if ((((int32_t)L_50) < ((int32_t)L_53))) { goto IL_001e; } } { // return -1; return (-1); } } // System.Int32 TMPro.TMP_TextUtilities::FindNearestCharacter(TMPro.TMP_Text,UnityEngine.Vector3,UnityEngine.Camera,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TMP_TextUtilities_FindNearestCharacter_m3DFA528030B00D477A1426404D6F3803DF0261AB (TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 * ___text0, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___position1, Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * ___camera2, bool ___visibleOnly3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TMP_TextUtilities_t10EED8029408480141690D0F3D3A17239920837F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * V_0 = NULL; float V_1 = 0.0f; int32_t V_2 = 0; int32_t V_3 = 0; TMP_CharacterInfo_t6F1B9FE4246803FFE4F527B3CEFED9D60AD7383B V_4; memset((&V_4), 0, sizeof(V_4)); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E V_5; memset((&V_5), 0, sizeof(V_5)); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E V_6; memset((&V_6), 0, sizeof(V_6)); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E V_7; memset((&V_7), 0, sizeof(V_7)); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E V_8; memset((&V_8), 0, sizeof(V_8)); float V_9 = 0.0f; float V_10 = 0.0f; float V_11 = 0.0f; float V_12 = 0.0f; float V_13 = 0.0f; float G_B8_0 = 0.0f; float G_B11_0 = 0.0f; float G_B14_0 = 0.0f; { // RectTransform rectTransform = text.rectTransform; TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 * L_0 = ___text0; NullCheck(L_0); RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * L_1; L_1 = TMP_Text_get_rectTransform_mEDF01E64384F15763209C6A28C7E61CB2EC932C4(L_0, /*hidden argument*/NULL); V_0 = L_1; // float distanceSqr = Mathf.Infinity; V_1 = (std::numeric_limits::infinity()); // int closest = 0; V_2 = 0; // ScreenPointToWorldPointInRectangle(rectTransform, position, camera, out position); RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * L_2 = V_0; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_3 = ___position1; Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_4; L_4 = Vector2_op_Implicit_mE407CAF7446E342E059B00AA9EDB301AEC5B7B1A_inline(L_3, /*hidden argument*/NULL); Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * L_5 = ___camera2; IL2CPP_RUNTIME_CLASS_INIT(TMP_TextUtilities_t10EED8029408480141690D0F3D3A17239920837F_il2cpp_TypeInfo_var); bool L_6; L_6 = TMP_TextUtilities_ScreenPointToWorldPointInRectangle_mA50140F7833DFC97BE391FE6AC33E0F3F8704782(L_2, L_4, L_5, (Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E *)(&___position1), /*hidden argument*/NULL); // for (int i = 0; i < text.textInfo.characterCount; i++) V_3 = 0; goto IL_0134; } IL_0026: { // TMP_CharacterInfo cInfo = text.textInfo.characterInfo[i]; TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 * L_7 = ___text0; NullCheck(L_7); TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_8; L_8 = TMP_Text_get_textInfo_mB006DF4283F14B0E49B9FCC0025D99C29FA534BF_inline(L_7, /*hidden argument*/NULL); NullCheck(L_8); TMP_CharacterInfoU5BU5D_t7128C1B46CF6AB1374135FA31D41ABF23882B970* L_9 = L_8->get_characterInfo_11(); int32_t L_10 = V_3; NullCheck(L_9); int32_t L_11 = L_10; TMP_CharacterInfo_t6F1B9FE4246803FFE4F527B3CEFED9D60AD7383B L_12 = (L_9)->GetAt(static_cast(L_11)); V_4 = L_12; // if (visibleOnly && !cInfo.isVisible) continue; bool L_13 = ___visibleOnly3; if (!L_13) { goto IL_0048; } } { TMP_CharacterInfo_t6F1B9FE4246803FFE4F527B3CEFED9D60AD7383B L_14 = V_4; bool L_15 = L_14.get_isVisible_40(); if (!L_15) { goto IL_0130; } } IL_0048: { // Vector3 bl = rectTransform.TransformPoint(cInfo.bottomLeft); RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * L_16 = V_0; TMP_CharacterInfo_t6F1B9FE4246803FFE4F527B3CEFED9D60AD7383B L_17 = V_4; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_18 = L_17.get_bottomLeft_20(); NullCheck(L_16); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_19; L_19 = Transform_TransformPoint_m68AF95765A9279192E601208A9C5170027A5F0D2(L_16, L_18, /*hidden argument*/NULL); V_5 = L_19; // Vector3 tl = rectTransform.TransformPoint(new Vector3(cInfo.bottomLeft.x, cInfo.topRight.y, 0)); RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * L_20 = V_0; TMP_CharacterInfo_t6F1B9FE4246803FFE4F527B3CEFED9D60AD7383B L_21 = V_4; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_22 = L_21.get_bottomLeft_20(); float L_23 = L_22.get_x_2(); TMP_CharacterInfo_t6F1B9FE4246803FFE4F527B3CEFED9D60AD7383B L_24 = V_4; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_25 = L_24.get_topRight_21(); float L_26 = L_25.get_y_3(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_27; memset((&L_27), 0, sizeof(L_27)); Vector3__ctor_m57495F692C6CE1CEF278CAD9A98221165D37E636_inline((&L_27), L_23, L_26, (0.0f), /*hidden argument*/NULL); NullCheck(L_20); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_28; L_28 = Transform_TransformPoint_m68AF95765A9279192E601208A9C5170027A5F0D2(L_20, L_27, /*hidden argument*/NULL); V_6 = L_28; // Vector3 tr = rectTransform.TransformPoint(cInfo.topRight); RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * L_29 = V_0; TMP_CharacterInfo_t6F1B9FE4246803FFE4F527B3CEFED9D60AD7383B L_30 = V_4; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_31 = L_30.get_topRight_21(); NullCheck(L_29); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_32; L_32 = Transform_TransformPoint_m68AF95765A9279192E601208A9C5170027A5F0D2(L_29, L_31, /*hidden argument*/NULL); V_7 = L_32; // Vector3 br = rectTransform.TransformPoint(new Vector3(cInfo.topRight.x, cInfo.bottomLeft.y, 0)); RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * L_33 = V_0; TMP_CharacterInfo_t6F1B9FE4246803FFE4F527B3CEFED9D60AD7383B L_34 = V_4; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_35 = L_34.get_topRight_21(); float L_36 = L_35.get_x_2(); TMP_CharacterInfo_t6F1B9FE4246803FFE4F527B3CEFED9D60AD7383B L_37 = V_4; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_38 = L_37.get_bottomLeft_20(); float L_39 = L_38.get_y_3(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_40; memset((&L_40), 0, sizeof(L_40)); Vector3__ctor_m57495F692C6CE1CEF278CAD9A98221165D37E636_inline((&L_40), L_36, L_39, (0.0f), /*hidden argument*/NULL); NullCheck(L_33); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_41; L_41 = Transform_TransformPoint_m68AF95765A9279192E601208A9C5170027A5F0D2(L_33, L_40, /*hidden argument*/NULL); V_8 = L_41; // if (PointIntersectRectangle(position, bl, tl, tr, br)) Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_42 = ___position1; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_43 = V_5; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_44 = V_6; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_45 = V_7; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_46 = V_8; IL2CPP_RUNTIME_CLASS_INIT(TMP_TextUtilities_t10EED8029408480141690D0F3D3A17239920837F_il2cpp_TypeInfo_var); bool L_47; L_47 = TMP_TextUtilities_PointIntersectRectangle_m20756D13AD194C1706C7C09D9CD92C6E270021C8(L_42, L_43, L_44, L_45, L_46, /*hidden argument*/NULL); if (!L_47) { goto IL_00cc; } } { // return i; int32_t L_48 = V_3; return L_48; } IL_00cc: { // float dbl = DistanceToLine(bl, tl, position); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_49 = V_5; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_50 = V_6; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_51 = ___position1; IL2CPP_RUNTIME_CLASS_INIT(TMP_TextUtilities_t10EED8029408480141690D0F3D3A17239920837F_il2cpp_TypeInfo_var); float L_52; L_52 = TMP_TextUtilities_DistanceToLine_m856CA082FEFFD368B35CE7E2C8DA980F916AB735(L_49, L_50, L_51, /*hidden argument*/NULL); V_9 = L_52; // float dtl = DistanceToLine(tl, tr, position); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_53 = V_6; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_54 = V_7; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_55 = ___position1; float L_56; L_56 = TMP_TextUtilities_DistanceToLine_m856CA082FEFFD368B35CE7E2C8DA980F916AB735(L_53, L_54, L_55, /*hidden argument*/NULL); V_10 = L_56; // float dtr = DistanceToLine(tr, br, position); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_57 = V_7; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_58 = V_8; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_59 = ___position1; float L_60; L_60 = TMP_TextUtilities_DistanceToLine_m856CA082FEFFD368B35CE7E2C8DA980F916AB735(L_57, L_58, L_59, /*hidden argument*/NULL); V_11 = L_60; // float dbr = DistanceToLine(br, bl, position); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_61 = V_8; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_62 = V_5; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_63 = ___position1; float L_64; L_64 = TMP_TextUtilities_DistanceToLine_m856CA082FEFFD368B35CE7E2C8DA980F916AB735(L_61, L_62, L_63, /*hidden argument*/NULL); V_12 = L_64; // float d = dbl < dtl ? dbl : dtl; float L_65 = V_9; float L_66 = V_10; if ((((float)L_65) < ((float)L_66))) { goto IL_0106; } } { float L_67 = V_10; G_B8_0 = L_67; goto IL_0108; } IL_0106: { float L_68 = V_9; G_B8_0 = L_68; } IL_0108: { V_13 = G_B8_0; // d = d < dtr ? d : dtr; float L_69 = V_13; float L_70 = V_11; if ((((float)L_69) < ((float)L_70))) { goto IL_0114; } } { float L_71 = V_11; G_B11_0 = L_71; goto IL_0116; } IL_0114: { float L_72 = V_13; G_B11_0 = L_72; } IL_0116: { V_13 = G_B11_0; // d = d < dbr ? d : dbr; float L_73 = V_13; float L_74 = V_12; if ((((float)L_73) < ((float)L_74))) { goto IL_0122; } } { float L_75 = V_12; G_B14_0 = L_75; goto IL_0124; } IL_0122: { float L_76 = V_13; G_B14_0 = L_76; } IL_0124: { V_13 = G_B14_0; // if (distanceSqr > d) float L_77 = V_1; float L_78 = V_13; if ((!(((float)L_77) > ((float)L_78)))) { goto IL_0130; } } { // distanceSqr = d; float L_79 = V_13; V_1 = L_79; // closest = i; int32_t L_80 = V_3; V_2 = L_80; } IL_0130: { // for (int i = 0; i < text.textInfo.characterCount; i++) int32_t L_81 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_81, (int32_t)1)); } IL_0134: { // for (int i = 0; i < text.textInfo.characterCount; i++) int32_t L_82 = V_3; TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 * L_83 = ___text0; NullCheck(L_83); TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_84; L_84 = TMP_Text_get_textInfo_mB006DF4283F14B0E49B9FCC0025D99C29FA534BF_inline(L_83, /*hidden argument*/NULL); NullCheck(L_84); int32_t L_85 = L_84->get_characterCount_3(); if ((((int32_t)L_82) < ((int32_t)L_85))) { goto IL_0026; } } { // return closest; int32_t L_86 = V_2; return L_86; } } // System.Int32 TMPro.TMP_TextUtilities::FindIntersectingWord(TMPro.TMP_Text,UnityEngine.Vector3,UnityEngine.Camera) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TMP_TextUtilities_FindIntersectingWord_m4208D26E3D063EC53402FACAE362BFECA3EBB400 (TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 * ___text0, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___position1, Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * ___camera2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TMP_TextUtilities_t10EED8029408480141690D0F3D3A17239920837F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * V_0 = NULL; int32_t V_1 = 0; TMP_WordInfo_t168F70FD30F4875E4C84D40F9F30FCB5D2EB895C V_2; memset((&V_2), 0, sizeof(V_2)); bool V_3 = false; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E V_4; memset((&V_4), 0, sizeof(V_4)); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E V_5; memset((&V_5), 0, sizeof(V_5)); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E V_6; memset((&V_6), 0, sizeof(V_6)); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E V_7; memset((&V_7), 0, sizeof(V_7)); float V_8 = 0.0f; float V_9 = 0.0f; int32_t V_10 = 0; int32_t V_11 = 0; TMP_CharacterInfo_t6F1B9FE4246803FFE4F527B3CEFED9D60AD7383B V_12; memset((&V_12), 0, sizeof(V_12)); int32_t V_13 = 0; bool V_14 = false; { // RectTransform rectTransform = text.rectTransform; TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 * L_0 = ___text0; NullCheck(L_0); RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * L_1; L_1 = TMP_Text_get_rectTransform_mEDF01E64384F15763209C6A28C7E61CB2EC932C4(L_0, /*hidden argument*/NULL); V_0 = L_1; // ScreenPointToWorldPointInRectangle(rectTransform, position, camera, out position); RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * L_2 = V_0; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_3 = ___position1; Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_4; L_4 = Vector2_op_Implicit_mE407CAF7446E342E059B00AA9EDB301AEC5B7B1A_inline(L_3, /*hidden argument*/NULL); Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * L_5 = ___camera2; IL2CPP_RUNTIME_CLASS_INIT(TMP_TextUtilities_t10EED8029408480141690D0F3D3A17239920837F_il2cpp_TypeInfo_var); bool L_6; L_6 = TMP_TextUtilities_ScreenPointToWorldPointInRectangle_mA50140F7833DFC97BE391FE6AC33E0F3F8704782(L_2, L_4, L_5, (Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E *)(&___position1), /*hidden argument*/NULL); // for (int i = 0; i < text.textInfo.wordCount; i++) V_1 = 0; goto IL_03aa; } IL_001e: { // TMP_WordInfo wInfo = text.textInfo.wordInfo[i]; TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 * L_7 = ___text0; NullCheck(L_7); TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_8; L_8 = TMP_Text_get_textInfo_mB006DF4283F14B0E49B9FCC0025D99C29FA534BF_inline(L_7, /*hidden argument*/NULL); NullCheck(L_8); TMP_WordInfoU5BU5D_t702DDE9D8C7BD02F4D744F914B94BAB83E0F9502* L_9 = L_8->get_wordInfo_12(); int32_t L_10 = V_1; NullCheck(L_9); int32_t L_11 = L_10; TMP_WordInfo_t168F70FD30F4875E4C84D40F9F30FCB5D2EB895C L_12 = (L_9)->GetAt(static_cast(L_11)); V_2 = L_12; // bool isBeginRegion = false; V_3 = (bool)0; // Vector3 bl = Vector3.zero; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_13; L_13 = Vector3_get_zero_m1A8F7993167785F750B6B01762D22C2597C84EF6(/*hidden argument*/NULL); V_4 = L_13; // Vector3 tl = Vector3.zero; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_14; L_14 = Vector3_get_zero_m1A8F7993167785F750B6B01762D22C2597C84EF6(/*hidden argument*/NULL); V_5 = L_14; // Vector3 br = Vector3.zero; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_15; L_15 = Vector3_get_zero_m1A8F7993167785F750B6B01762D22C2597C84EF6(/*hidden argument*/NULL); V_6 = L_15; // Vector3 tr = Vector3.zero; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_16; L_16 = Vector3_get_zero_m1A8F7993167785F750B6B01762D22C2597C84EF6(/*hidden argument*/NULL); V_7 = L_16; // float maxAscender = -Mathf.Infinity; V_8 = (-std::numeric_limits::infinity()); // float minDescender = Mathf.Infinity; V_9 = (std::numeric_limits::infinity()); // for (int j = 0; j < wInfo.characterCount; j++) V_10 = 0; goto IL_0399; } IL_0064: { // int characterIndex = wInfo.firstCharacterIndex + j; TMP_WordInfo_t168F70FD30F4875E4C84D40F9F30FCB5D2EB895C L_17 = V_2; int32_t L_18 = L_17.get_firstCharacterIndex_1(); int32_t L_19 = V_10; V_11 = ((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)L_19)); // TMP_CharacterInfo currentCharInfo = text.textInfo.characterInfo[characterIndex]; TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 * L_20 = ___text0; NullCheck(L_20); TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_21; L_21 = TMP_Text_get_textInfo_mB006DF4283F14B0E49B9FCC0025D99C29FA534BF_inline(L_20, /*hidden argument*/NULL); NullCheck(L_21); TMP_CharacterInfoU5BU5D_t7128C1B46CF6AB1374135FA31D41ABF23882B970* L_22 = L_21->get_characterInfo_11(); int32_t L_23 = V_11; NullCheck(L_22); int32_t L_24 = L_23; TMP_CharacterInfo_t6F1B9FE4246803FFE4F527B3CEFED9D60AD7383B L_25 = (L_22)->GetAt(static_cast(L_24)); V_12 = L_25; // int currentLine = currentCharInfo.lineNumber; TMP_CharacterInfo_t6F1B9FE4246803FFE4F527B3CEFED9D60AD7383B L_26 = V_12; int32_t L_27 = L_26.get_lineNumber_12(); V_13 = L_27; // bool isCharacterVisible = currentCharInfo.isVisible; TMP_CharacterInfo_t6F1B9FE4246803FFE4F527B3CEFED9D60AD7383B L_28 = V_12; bool L_29 = L_28.get_isVisible_40(); V_14 = L_29; // maxAscender = Mathf.Max(maxAscender, currentCharInfo.ascender); float L_30 = V_8; TMP_CharacterInfo_t6F1B9FE4246803FFE4F527B3CEFED9D60AD7383B L_31 = V_12; float L_32 = L_31.get_ascender_25(); float L_33; L_33 = Mathf_Max_m4CE510E1F1013B33275F01543731A51A58BA0775(L_30, L_32, /*hidden argument*/NULL); V_8 = L_33; // minDescender = Mathf.Min(minDescender, currentCharInfo.descender); float L_34 = V_9; TMP_CharacterInfo_t6F1B9FE4246803FFE4F527B3CEFED9D60AD7383B L_35 = V_12; float L_36 = L_35.get_descender_27(); float L_37; L_37 = Mathf_Min_mD28BD5C9012619B74E475F204F96603193E99B14(L_34, L_36, /*hidden argument*/NULL); V_9 = L_37; // if (isBeginRegion == false && isCharacterVisible) bool L_38 = V_3; bool L_39 = V_14; if (!((int32_t)((int32_t)((((int32_t)L_38) == ((int32_t)0))? 1 : 0)&(int32_t)L_39))) { goto IL_01cb; } } { // isBeginRegion = true; V_3 = (bool)1; // bl = new Vector3(currentCharInfo.bottomLeft.x, currentCharInfo.descender, 0); TMP_CharacterInfo_t6F1B9FE4246803FFE4F527B3CEFED9D60AD7383B L_40 = V_12; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_41 = L_40.get_bottomLeft_20(); float L_42 = L_41.get_x_2(); TMP_CharacterInfo_t6F1B9FE4246803FFE4F527B3CEFED9D60AD7383B L_43 = V_12; float L_44 = L_43.get_descender_27(); Vector3__ctor_m57495F692C6CE1CEF278CAD9A98221165D37E636_inline((Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E *)(&V_4), L_42, L_44, (0.0f), /*hidden argument*/NULL); // tl = new Vector3(currentCharInfo.bottomLeft.x, currentCharInfo.ascender, 0); TMP_CharacterInfo_t6F1B9FE4246803FFE4F527B3CEFED9D60AD7383B L_45 = V_12; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_46 = L_45.get_bottomLeft_20(); float L_47 = L_46.get_x_2(); TMP_CharacterInfo_t6F1B9FE4246803FFE4F527B3CEFED9D60AD7383B L_48 = V_12; float L_49 = L_48.get_ascender_25(); Vector3__ctor_m57495F692C6CE1CEF278CAD9A98221165D37E636_inline((Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E *)(&V_5), L_47, L_49, (0.0f), /*hidden argument*/NULL); // if (wInfo.characterCount == 1) TMP_WordInfo_t168F70FD30F4875E4C84D40F9F30FCB5D2EB895C L_50 = V_2; int32_t L_51 = L_50.get_characterCount_3(); if ((!(((uint32_t)L_51) == ((uint32_t)1)))) { goto IL_01cb; } } { // isBeginRegion = false; V_3 = (bool)0; // br = new Vector3(currentCharInfo.topRight.x, currentCharInfo.descender, 0); TMP_CharacterInfo_t6F1B9FE4246803FFE4F527B3CEFED9D60AD7383B L_52 = V_12; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_53 = L_52.get_topRight_21(); float L_54 = L_53.get_x_2(); TMP_CharacterInfo_t6F1B9FE4246803FFE4F527B3CEFED9D60AD7383B L_55 = V_12; float L_56 = L_55.get_descender_27(); Vector3__ctor_m57495F692C6CE1CEF278CAD9A98221165D37E636_inline((Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E *)(&V_6), L_54, L_56, (0.0f), /*hidden argument*/NULL); // tr = new Vector3(currentCharInfo.topRight.x, currentCharInfo.ascender, 0); TMP_CharacterInfo_t6F1B9FE4246803FFE4F527B3CEFED9D60AD7383B L_57 = V_12; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_58 = L_57.get_topRight_21(); float L_59 = L_58.get_x_2(); TMP_CharacterInfo_t6F1B9FE4246803FFE4F527B3CEFED9D60AD7383B L_60 = V_12; float L_61 = L_60.get_ascender_25(); Vector3__ctor_m57495F692C6CE1CEF278CAD9A98221165D37E636_inline((Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E *)(&V_7), L_59, L_61, (0.0f), /*hidden argument*/NULL); // bl = rectTransform.TransformPoint(new Vector3(bl.x, minDescender, 0)); RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * L_62 = V_0; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_63 = V_4; float L_64 = L_63.get_x_2(); float L_65 = V_9; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_66; memset((&L_66), 0, sizeof(L_66)); Vector3__ctor_m57495F692C6CE1CEF278CAD9A98221165D37E636_inline((&L_66), L_64, L_65, (0.0f), /*hidden argument*/NULL); NullCheck(L_62); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_67; L_67 = Transform_TransformPoint_m68AF95765A9279192E601208A9C5170027A5F0D2(L_62, L_66, /*hidden argument*/NULL); V_4 = L_67; // tl = rectTransform.TransformPoint(new Vector3(tl.x, maxAscender, 0)); RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * L_68 = V_0; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_69 = V_5; float L_70 = L_69.get_x_2(); float L_71 = V_8; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_72; memset((&L_72), 0, sizeof(L_72)); Vector3__ctor_m57495F692C6CE1CEF278CAD9A98221165D37E636_inline((&L_72), L_70, L_71, (0.0f), /*hidden argument*/NULL); NullCheck(L_68); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_73; L_73 = Transform_TransformPoint_m68AF95765A9279192E601208A9C5170027A5F0D2(L_68, L_72, /*hidden argument*/NULL); V_5 = L_73; // tr = rectTransform.TransformPoint(new Vector3(tr.x, maxAscender, 0)); RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * L_74 = V_0; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_75 = V_7; float L_76 = L_75.get_x_2(); float L_77 = V_8; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_78; memset((&L_78), 0, sizeof(L_78)); Vector3__ctor_m57495F692C6CE1CEF278CAD9A98221165D37E636_inline((&L_78), L_76, L_77, (0.0f), /*hidden argument*/NULL); NullCheck(L_74); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_79; L_79 = Transform_TransformPoint_m68AF95765A9279192E601208A9C5170027A5F0D2(L_74, L_78, /*hidden argument*/NULL); V_7 = L_79; // br = rectTransform.TransformPoint(new Vector3(br.x, minDescender, 0)); RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * L_80 = V_0; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_81 = V_6; float L_82 = L_81.get_x_2(); float L_83 = V_9; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_84; memset((&L_84), 0, sizeof(L_84)); Vector3__ctor_m57495F692C6CE1CEF278CAD9A98221165D37E636_inline((&L_84), L_82, L_83, (0.0f), /*hidden argument*/NULL); NullCheck(L_80); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_85; L_85 = Transform_TransformPoint_m68AF95765A9279192E601208A9C5170027A5F0D2(L_80, L_84, /*hidden argument*/NULL); V_6 = L_85; // if (PointIntersectRectangle(position, bl, tl, tr, br)) Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_86 = ___position1; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_87 = V_4; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_88 = V_5; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_89 = V_7; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_90 = V_6; IL2CPP_RUNTIME_CLASS_INIT(TMP_TextUtilities_t10EED8029408480141690D0F3D3A17239920837F_il2cpp_TypeInfo_var); bool L_91; L_91 = TMP_TextUtilities_PointIntersectRectangle_m20756D13AD194C1706C7C09D9CD92C6E270021C8(L_86, L_87, L_88, L_89, L_90, /*hidden argument*/NULL); if (!L_91) { goto IL_01cb; } } { // return i; int32_t L_92 = V_1; return L_92; } IL_01cb: { // if (isBeginRegion && j == wInfo.characterCount - 1) bool L_93 = V_3; if (!L_93) { goto IL_02a1; } } { int32_t L_94 = V_10; TMP_WordInfo_t168F70FD30F4875E4C84D40F9F30FCB5D2EB895C L_95 = V_2; int32_t L_96 = L_95.get_characterCount_3(); if ((!(((uint32_t)L_94) == ((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_96, (int32_t)1)))))) { goto IL_02a1; } } { // isBeginRegion = false; V_3 = (bool)0; // br = new Vector3(currentCharInfo.topRight.x, currentCharInfo.descender, 0); TMP_CharacterInfo_t6F1B9FE4246803FFE4F527B3CEFED9D60AD7383B L_97 = V_12; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_98 = L_97.get_topRight_21(); float L_99 = L_98.get_x_2(); TMP_CharacterInfo_t6F1B9FE4246803FFE4F527B3CEFED9D60AD7383B L_100 = V_12; float L_101 = L_100.get_descender_27(); Vector3__ctor_m57495F692C6CE1CEF278CAD9A98221165D37E636_inline((Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E *)(&V_6), L_99, L_101, (0.0f), /*hidden argument*/NULL); // tr = new Vector3(currentCharInfo.topRight.x, currentCharInfo.ascender, 0); TMP_CharacterInfo_t6F1B9FE4246803FFE4F527B3CEFED9D60AD7383B L_102 = V_12; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_103 = L_102.get_topRight_21(); float L_104 = L_103.get_x_2(); TMP_CharacterInfo_t6F1B9FE4246803FFE4F527B3CEFED9D60AD7383B L_105 = V_12; float L_106 = L_105.get_ascender_25(); Vector3__ctor_m57495F692C6CE1CEF278CAD9A98221165D37E636_inline((Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E *)(&V_7), L_104, L_106, (0.0f), /*hidden argument*/NULL); // bl = rectTransform.TransformPoint(new Vector3(bl.x, minDescender, 0)); RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * L_107 = V_0; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_108 = V_4; float L_109 = L_108.get_x_2(); float L_110 = V_9; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_111; memset((&L_111), 0, sizeof(L_111)); Vector3__ctor_m57495F692C6CE1CEF278CAD9A98221165D37E636_inline((&L_111), L_109, L_110, (0.0f), /*hidden argument*/NULL); NullCheck(L_107); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_112; L_112 = Transform_TransformPoint_m68AF95765A9279192E601208A9C5170027A5F0D2(L_107, L_111, /*hidden argument*/NULL); V_4 = L_112; // tl = rectTransform.TransformPoint(new Vector3(tl.x, maxAscender, 0)); RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * L_113 = V_0; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_114 = V_5; float L_115 = L_114.get_x_2(); float L_116 = V_8; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_117; memset((&L_117), 0, sizeof(L_117)); Vector3__ctor_m57495F692C6CE1CEF278CAD9A98221165D37E636_inline((&L_117), L_115, L_116, (0.0f), /*hidden argument*/NULL); NullCheck(L_113); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_118; L_118 = Transform_TransformPoint_m68AF95765A9279192E601208A9C5170027A5F0D2(L_113, L_117, /*hidden argument*/NULL); V_5 = L_118; // tr = rectTransform.TransformPoint(new Vector3(tr.x, maxAscender, 0)); RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * L_119 = V_0; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_120 = V_7; float L_121 = L_120.get_x_2(); float L_122 = V_8; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_123; memset((&L_123), 0, sizeof(L_123)); Vector3__ctor_m57495F692C6CE1CEF278CAD9A98221165D37E636_inline((&L_123), L_121, L_122, (0.0f), /*hidden argument*/NULL); NullCheck(L_119); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_124; L_124 = Transform_TransformPoint_m68AF95765A9279192E601208A9C5170027A5F0D2(L_119, L_123, /*hidden argument*/NULL); V_7 = L_124; // br = rectTransform.TransformPoint(new Vector3(br.x, minDescender, 0)); RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * L_125 = V_0; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_126 = V_6; float L_127 = L_126.get_x_2(); float L_128 = V_9; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_129; memset((&L_129), 0, sizeof(L_129)); Vector3__ctor_m57495F692C6CE1CEF278CAD9A98221165D37E636_inline((&L_129), L_127, L_128, (0.0f), /*hidden argument*/NULL); NullCheck(L_125); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_130; L_130 = Transform_TransformPoint_m68AF95765A9279192E601208A9C5170027A5F0D2(L_125, L_129, /*hidden argument*/NULL); V_6 = L_130; // if (PointIntersectRectangle(position, bl, tl, tr, br)) Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_131 = ___position1; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_132 = V_4; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_133 = V_5; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_134 = V_7; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_135 = V_6; IL2CPP_RUNTIME_CLASS_INIT(TMP_TextUtilities_t10EED8029408480141690D0F3D3A17239920837F_il2cpp_TypeInfo_var); bool L_136; L_136 = TMP_TextUtilities_PointIntersectRectangle_m20756D13AD194C1706C7C09D9CD92C6E270021C8(L_131, L_132, L_133, L_134, L_135, /*hidden argument*/NULL); if (!L_136) { goto IL_0393; } } { // return i; int32_t L_137 = V_1; return L_137; } IL_02a1: { // else if (isBeginRegion && currentLine != text.textInfo.characterInfo[characterIndex + 1].lineNumber) bool L_138 = V_3; if (!L_138) { goto IL_0393; } } { int32_t L_139 = V_13; TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 * L_140 = ___text0; NullCheck(L_140); TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_141; L_141 = TMP_Text_get_textInfo_mB006DF4283F14B0E49B9FCC0025D99C29FA534BF_inline(L_140, /*hidden argument*/NULL); NullCheck(L_141); TMP_CharacterInfoU5BU5D_t7128C1B46CF6AB1374135FA31D41ABF23882B970* L_142 = L_141->get_characterInfo_11(); int32_t L_143 = V_11; NullCheck(L_142); int32_t L_144 = ((L_142)->GetAddressAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_143, (int32_t)1)))))->get_lineNumber_12(); if ((((int32_t)L_139) == ((int32_t)L_144))) { goto IL_0393; } } { // isBeginRegion = false; V_3 = (bool)0; // br = new Vector3(currentCharInfo.topRight.x, currentCharInfo.descender, 0); TMP_CharacterInfo_t6F1B9FE4246803FFE4F527B3CEFED9D60AD7383B L_145 = V_12; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_146 = L_145.get_topRight_21(); float L_147 = L_146.get_x_2(); TMP_CharacterInfo_t6F1B9FE4246803FFE4F527B3CEFED9D60AD7383B L_148 = V_12; float L_149 = L_148.get_descender_27(); Vector3__ctor_m57495F692C6CE1CEF278CAD9A98221165D37E636_inline((Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E *)(&V_6), L_147, L_149, (0.0f), /*hidden argument*/NULL); // tr = new Vector3(currentCharInfo.topRight.x, currentCharInfo.ascender, 0); TMP_CharacterInfo_t6F1B9FE4246803FFE4F527B3CEFED9D60AD7383B L_150 = V_12; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_151 = L_150.get_topRight_21(); float L_152 = L_151.get_x_2(); TMP_CharacterInfo_t6F1B9FE4246803FFE4F527B3CEFED9D60AD7383B L_153 = V_12; float L_154 = L_153.get_ascender_25(); Vector3__ctor_m57495F692C6CE1CEF278CAD9A98221165D37E636_inline((Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E *)(&V_7), L_152, L_154, (0.0f), /*hidden argument*/NULL); // bl = rectTransform.TransformPoint(new Vector3(bl.x, minDescender, 0)); RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * L_155 = V_0; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_156 = V_4; float L_157 = L_156.get_x_2(); float L_158 = V_9; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_159; memset((&L_159), 0, sizeof(L_159)); Vector3__ctor_m57495F692C6CE1CEF278CAD9A98221165D37E636_inline((&L_159), L_157, L_158, (0.0f), /*hidden argument*/NULL); NullCheck(L_155); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_160; L_160 = Transform_TransformPoint_m68AF95765A9279192E601208A9C5170027A5F0D2(L_155, L_159, /*hidden argument*/NULL); V_4 = L_160; // tl = rectTransform.TransformPoint(new Vector3(tl.x, maxAscender, 0)); RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * L_161 = V_0; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_162 = V_5; float L_163 = L_162.get_x_2(); float L_164 = V_8; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_165; memset((&L_165), 0, sizeof(L_165)); Vector3__ctor_m57495F692C6CE1CEF278CAD9A98221165D37E636_inline((&L_165), L_163, L_164, (0.0f), /*hidden argument*/NULL); NullCheck(L_161); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_166; L_166 = Transform_TransformPoint_m68AF95765A9279192E601208A9C5170027A5F0D2(L_161, L_165, /*hidden argument*/NULL); V_5 = L_166; // tr = rectTransform.TransformPoint(new Vector3(tr.x, maxAscender, 0)); RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * L_167 = V_0; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_168 = V_7; float L_169 = L_168.get_x_2(); float L_170 = V_8; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_171; memset((&L_171), 0, sizeof(L_171)); Vector3__ctor_m57495F692C6CE1CEF278CAD9A98221165D37E636_inline((&L_171), L_169, L_170, (0.0f), /*hidden argument*/NULL); NullCheck(L_167); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_172; L_172 = Transform_TransformPoint_m68AF95765A9279192E601208A9C5170027A5F0D2(L_167, L_171, /*hidden argument*/NULL); V_7 = L_172; // br = rectTransform.TransformPoint(new Vector3(br.x, minDescender, 0)); RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * L_173 = V_0; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_174 = V_6; float L_175 = L_174.get_x_2(); float L_176 = V_9; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_177; memset((&L_177), 0, sizeof(L_177)); Vector3__ctor_m57495F692C6CE1CEF278CAD9A98221165D37E636_inline((&L_177), L_175, L_176, (0.0f), /*hidden argument*/NULL); NullCheck(L_173); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_178; L_178 = Transform_TransformPoint_m68AF95765A9279192E601208A9C5170027A5F0D2(L_173, L_177, /*hidden argument*/NULL); V_6 = L_178; // maxAscender = -Mathf.Infinity; V_8 = (-std::numeric_limits::infinity()); // minDescender = Mathf.Infinity; V_9 = (std::numeric_limits::infinity()); // if (PointIntersectRectangle(position, bl, tl, tr, br)) Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_179 = ___position1; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_180 = V_4; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_181 = V_5; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_182 = V_7; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_183 = V_6; IL2CPP_RUNTIME_CLASS_INIT(TMP_TextUtilities_t10EED8029408480141690D0F3D3A17239920837F_il2cpp_TypeInfo_var); bool L_184; L_184 = TMP_TextUtilities_PointIntersectRectangle_m20756D13AD194C1706C7C09D9CD92C6E270021C8(L_179, L_180, L_181, L_182, L_183, /*hidden argument*/NULL); if (!L_184) { goto IL_0393; } } { // return i; int32_t L_185 = V_1; return L_185; } IL_0393: { // for (int j = 0; j < wInfo.characterCount; j++) int32_t L_186 = V_10; V_10 = ((int32_t)il2cpp_codegen_add((int32_t)L_186, (int32_t)1)); } IL_0399: { // for (int j = 0; j < wInfo.characterCount; j++) int32_t L_187 = V_10; TMP_WordInfo_t168F70FD30F4875E4C84D40F9F30FCB5D2EB895C L_188 = V_2; int32_t L_189 = L_188.get_characterCount_3(); if ((((int32_t)L_187) < ((int32_t)L_189))) { goto IL_0064; } } { // for (int i = 0; i < text.textInfo.wordCount; i++) int32_t L_190 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_190, (int32_t)1)); } IL_03aa: { // for (int i = 0; i < text.textInfo.wordCount; i++) int32_t L_191 = V_1; TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 * L_192 = ___text0; NullCheck(L_192); TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_193; L_193 = TMP_Text_get_textInfo_mB006DF4283F14B0E49B9FCC0025D99C29FA534BF_inline(L_192, /*hidden argument*/NULL); NullCheck(L_193); int32_t L_194 = L_193->get_wordCount_6(); if ((((int32_t)L_191) < ((int32_t)L_194))) { goto IL_001e; } } { // return -1; return (-1); } } // System.Int32 TMPro.TMP_TextUtilities::FindNearestWord(TMPro.TMP_Text,UnityEngine.Vector3,UnityEngine.Camera) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TMP_TextUtilities_FindNearestWord_mF08EF03B3DC783EB0667FBA39FDD8DE12057E6CB (TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 * ___text0, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___position1, Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * ___camera2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TMP_TextUtilities_t10EED8029408480141690D0F3D3A17239920837F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * V_0 = NULL; float V_1 = 0.0f; int32_t V_2 = 0; int32_t V_3 = 0; TMP_WordInfo_t168F70FD30F4875E4C84D40F9F30FCB5D2EB895C V_4; memset((&V_4), 0, sizeof(V_4)); bool V_5 = false; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E V_6; memset((&V_6), 0, sizeof(V_6)); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E V_7; memset((&V_7), 0, sizeof(V_7)); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E V_8; memset((&V_8), 0, sizeof(V_8)); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E V_9; memset((&V_9), 0, sizeof(V_9)); int32_t V_10 = 0; int32_t V_11 = 0; TMP_CharacterInfo_t6F1B9FE4246803FFE4F527B3CEFED9D60AD7383B V_12; memset((&V_12), 0, sizeof(V_12)); int32_t V_13 = 0; bool V_14 = false; float V_15 = 0.0f; float V_16 = 0.0f; float V_17 = 0.0f; float V_18 = 0.0f; float V_19 = 0.0f; float V_20 = 0.0f; float V_21 = 0.0f; float V_22 = 0.0f; float V_23 = 0.0f; float V_24 = 0.0f; float V_25 = 0.0f; float V_26 = 0.0f; float V_27 = 0.0f; float V_28 = 0.0f; float V_29 = 0.0f; float G_B9_0 = 0.0f; float G_B12_0 = 0.0f; float G_B15_0 = 0.0f; float G_B24_0 = 0.0f; float G_B27_0 = 0.0f; float G_B30_0 = 0.0f; float G_B39_0 = 0.0f; float G_B42_0 = 0.0f; float G_B45_0 = 0.0f; { // RectTransform rectTransform = text.rectTransform; TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 * L_0 = ___text0; NullCheck(L_0); RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * L_1; L_1 = TMP_Text_get_rectTransform_mEDF01E64384F15763209C6A28C7E61CB2EC932C4(L_0, /*hidden argument*/NULL); V_0 = L_1; // float distanceSqr = Mathf.Infinity; V_1 = (std::numeric_limits::infinity()); // int closest = 0; V_2 = 0; // ScreenPointToWorldPointInRectangle(rectTransform, position, camera, out position); RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * L_2 = V_0; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_3 = ___position1; Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_4; L_4 = Vector2_op_Implicit_mE407CAF7446E342E059B00AA9EDB301AEC5B7B1A_inline(L_3, /*hidden argument*/NULL); Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * L_5 = ___camera2; IL2CPP_RUNTIME_CLASS_INIT(TMP_TextUtilities_t10EED8029408480141690D0F3D3A17239920837F_il2cpp_TypeInfo_var); bool L_6; L_6 = TMP_TextUtilities_ScreenPointToWorldPointInRectangle_mA50140F7833DFC97BE391FE6AC33E0F3F8704782(L_2, L_4, L_5, (Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E *)(&___position1), /*hidden argument*/NULL); // for (int i = 0; i < text.textInfo.wordCount; i++) V_3 = 0; goto IL_03a0; } IL_0026: { // TMP_WordInfo wInfo = text.textInfo.wordInfo[i]; TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 * L_7 = ___text0; NullCheck(L_7); TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_8; L_8 = TMP_Text_get_textInfo_mB006DF4283F14B0E49B9FCC0025D99C29FA534BF_inline(L_7, /*hidden argument*/NULL); NullCheck(L_8); TMP_WordInfoU5BU5D_t702DDE9D8C7BD02F4D744F914B94BAB83E0F9502* L_9 = L_8->get_wordInfo_12(); int32_t L_10 = V_3; NullCheck(L_9); int32_t L_11 = L_10; TMP_WordInfo_t168F70FD30F4875E4C84D40F9F30FCB5D2EB895C L_12 = (L_9)->GetAt(static_cast(L_11)); V_4 = L_12; // bool isBeginRegion = false; V_5 = (bool)0; // Vector3 bl = Vector3.zero; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_13; L_13 = Vector3_get_zero_m1A8F7993167785F750B6B01762D22C2597C84EF6(/*hidden argument*/NULL); V_6 = L_13; // Vector3 tl = Vector3.zero; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_14; L_14 = Vector3_get_zero_m1A8F7993167785F750B6B01762D22C2597C84EF6(/*hidden argument*/NULL); V_7 = L_14; // Vector3 br = Vector3.zero; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_15; L_15 = Vector3_get_zero_m1A8F7993167785F750B6B01762D22C2597C84EF6(/*hidden argument*/NULL); V_8 = L_15; // Vector3 tr = Vector3.zero; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_16; L_16 = Vector3_get_zero_m1A8F7993167785F750B6B01762D22C2597C84EF6(/*hidden argument*/NULL); V_9 = L_16; // for (int j = 0; j < wInfo.characterCount; j++) V_10 = 0; goto IL_038e; } IL_0060: { // int characterIndex = wInfo.firstCharacterIndex + j; TMP_WordInfo_t168F70FD30F4875E4C84D40F9F30FCB5D2EB895C L_17 = V_4; int32_t L_18 = L_17.get_firstCharacterIndex_1(); int32_t L_19 = V_10; V_11 = ((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)L_19)); // TMP_CharacterInfo currentCharInfo = text.textInfo.characterInfo[characterIndex]; TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 * L_20 = ___text0; NullCheck(L_20); TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_21; L_21 = TMP_Text_get_textInfo_mB006DF4283F14B0E49B9FCC0025D99C29FA534BF_inline(L_20, /*hidden argument*/NULL); NullCheck(L_21); TMP_CharacterInfoU5BU5D_t7128C1B46CF6AB1374135FA31D41ABF23882B970* L_22 = L_21->get_characterInfo_11(); int32_t L_23 = V_11; NullCheck(L_22); int32_t L_24 = L_23; TMP_CharacterInfo_t6F1B9FE4246803FFE4F527B3CEFED9D60AD7383B L_25 = (L_22)->GetAt(static_cast(L_24)); V_12 = L_25; // int currentLine = currentCharInfo.lineNumber; TMP_CharacterInfo_t6F1B9FE4246803FFE4F527B3CEFED9D60AD7383B L_26 = V_12; int32_t L_27 = L_26.get_lineNumber_12(); V_13 = L_27; // bool isCharacterVisible = currentCharInfo.isVisible; TMP_CharacterInfo_t6F1B9FE4246803FFE4F527B3CEFED9D60AD7383B L_28 = V_12; bool L_29 = L_28.get_isVisible_40(); V_14 = L_29; // if (isBeginRegion == false && isCharacterVisible) bool L_30 = V_5; bool L_31 = V_14; if (!((int32_t)((int32_t)((((int32_t)L_30) == ((int32_t)0))? 1 : 0)&(int32_t)L_31))) { goto IL_01bc; } } { // isBeginRegion = true; V_5 = (bool)1; // bl = rectTransform.TransformPoint(new Vector3(currentCharInfo.bottomLeft.x, currentCharInfo.descender, 0)); RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * L_32 = V_0; TMP_CharacterInfo_t6F1B9FE4246803FFE4F527B3CEFED9D60AD7383B L_33 = V_12; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_34 = L_33.get_bottomLeft_20(); float L_35 = L_34.get_x_2(); TMP_CharacterInfo_t6F1B9FE4246803FFE4F527B3CEFED9D60AD7383B L_36 = V_12; float L_37 = L_36.get_descender_27(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_38; memset((&L_38), 0, sizeof(L_38)); Vector3__ctor_m57495F692C6CE1CEF278CAD9A98221165D37E636_inline((&L_38), L_35, L_37, (0.0f), /*hidden argument*/NULL); NullCheck(L_32); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_39; L_39 = Transform_TransformPoint_m68AF95765A9279192E601208A9C5170027A5F0D2(L_32, L_38, /*hidden argument*/NULL); V_6 = L_39; // tl = rectTransform.TransformPoint(new Vector3(currentCharInfo.bottomLeft.x, currentCharInfo.ascender, 0)); RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * L_40 = V_0; TMP_CharacterInfo_t6F1B9FE4246803FFE4F527B3CEFED9D60AD7383B L_41 = V_12; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_42 = L_41.get_bottomLeft_20(); float L_43 = L_42.get_x_2(); TMP_CharacterInfo_t6F1B9FE4246803FFE4F527B3CEFED9D60AD7383B L_44 = V_12; float L_45 = L_44.get_ascender_25(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_46; memset((&L_46), 0, sizeof(L_46)); Vector3__ctor_m57495F692C6CE1CEF278CAD9A98221165D37E636_inline((&L_46), L_43, L_45, (0.0f), /*hidden argument*/NULL); NullCheck(L_40); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_47; L_47 = Transform_TransformPoint_m68AF95765A9279192E601208A9C5170027A5F0D2(L_40, L_46, /*hidden argument*/NULL); V_7 = L_47; // if (wInfo.characterCount == 1) TMP_WordInfo_t168F70FD30F4875E4C84D40F9F30FCB5D2EB895C L_48 = V_4; int32_t L_49 = L_48.get_characterCount_3(); if ((!(((uint32_t)L_49) == ((uint32_t)1)))) { goto IL_01bc; } } { // isBeginRegion = false; V_5 = (bool)0; // br = rectTransform.TransformPoint(new Vector3(currentCharInfo.topRight.x, currentCharInfo.descender, 0)); RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * L_50 = V_0; TMP_CharacterInfo_t6F1B9FE4246803FFE4F527B3CEFED9D60AD7383B L_51 = V_12; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_52 = L_51.get_topRight_21(); float L_53 = L_52.get_x_2(); TMP_CharacterInfo_t6F1B9FE4246803FFE4F527B3CEFED9D60AD7383B L_54 = V_12; float L_55 = L_54.get_descender_27(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_56; memset((&L_56), 0, sizeof(L_56)); Vector3__ctor_m57495F692C6CE1CEF278CAD9A98221165D37E636_inline((&L_56), L_53, L_55, (0.0f), /*hidden argument*/NULL); NullCheck(L_50); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_57; L_57 = Transform_TransformPoint_m68AF95765A9279192E601208A9C5170027A5F0D2(L_50, L_56, /*hidden argument*/NULL); V_8 = L_57; // tr = rectTransform.TransformPoint(new Vector3(currentCharInfo.topRight.x, currentCharInfo.ascender, 0)); RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * L_58 = V_0; TMP_CharacterInfo_t6F1B9FE4246803FFE4F527B3CEFED9D60AD7383B L_59 = V_12; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_60 = L_59.get_topRight_21(); float L_61 = L_60.get_x_2(); TMP_CharacterInfo_t6F1B9FE4246803FFE4F527B3CEFED9D60AD7383B L_62 = V_12; float L_63 = L_62.get_ascender_25(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_64; memset((&L_64), 0, sizeof(L_64)); Vector3__ctor_m57495F692C6CE1CEF278CAD9A98221165D37E636_inline((&L_64), L_61, L_63, (0.0f), /*hidden argument*/NULL); NullCheck(L_58); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_65; L_65 = Transform_TransformPoint_m68AF95765A9279192E601208A9C5170027A5F0D2(L_58, L_64, /*hidden argument*/NULL); V_9 = L_65; // if (PointIntersectRectangle(position, bl, tl, tr, br)) Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_66 = ___position1; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_67 = V_6; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_68 = V_7; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_69 = V_9; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_70 = V_8; IL2CPP_RUNTIME_CLASS_INIT(TMP_TextUtilities_t10EED8029408480141690D0F3D3A17239920837F_il2cpp_TypeInfo_var); bool L_71; L_71 = TMP_TextUtilities_PointIntersectRectangle_m20756D13AD194C1706C7C09D9CD92C6E270021C8(L_66, L_67, L_68, L_69, L_70, /*hidden argument*/NULL); if (!L_71) { goto IL_0158; } } { // return i; int32_t L_72 = V_3; return L_72; } IL_0158: { // float dbl = DistanceToLine(bl, tl, position); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_73 = V_6; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_74 = V_7; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_75 = ___position1; IL2CPP_RUNTIME_CLASS_INIT(TMP_TextUtilities_t10EED8029408480141690D0F3D3A17239920837F_il2cpp_TypeInfo_var); float L_76; L_76 = TMP_TextUtilities_DistanceToLine_m856CA082FEFFD368B35CE7E2C8DA980F916AB735(L_73, L_74, L_75, /*hidden argument*/NULL); V_15 = L_76; // float dtl = DistanceToLine(tl, tr, position); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_77 = V_7; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_78 = V_9; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_79 = ___position1; float L_80; L_80 = TMP_TextUtilities_DistanceToLine_m856CA082FEFFD368B35CE7E2C8DA980F916AB735(L_77, L_78, L_79, /*hidden argument*/NULL); V_16 = L_80; // float dtr = DistanceToLine(tr, br, position); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_81 = V_9; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_82 = V_8; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_83 = ___position1; float L_84; L_84 = TMP_TextUtilities_DistanceToLine_m856CA082FEFFD368B35CE7E2C8DA980F916AB735(L_81, L_82, L_83, /*hidden argument*/NULL); V_17 = L_84; // float dbr = DistanceToLine(br, bl, position); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_85 = V_8; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_86 = V_6; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_87 = ___position1; float L_88; L_88 = TMP_TextUtilities_DistanceToLine_m856CA082FEFFD368B35CE7E2C8DA980F916AB735(L_85, L_86, L_87, /*hidden argument*/NULL); V_18 = L_88; // float d = dbl < dtl ? dbl : dtl; float L_89 = V_15; float L_90 = V_16; if ((((float)L_89) < ((float)L_90))) { goto IL_0192; } } { float L_91 = V_16; G_B9_0 = L_91; goto IL_0194; } IL_0192: { float L_92 = V_15; G_B9_0 = L_92; } IL_0194: { V_19 = G_B9_0; // d = d < dtr ? d : dtr; float L_93 = V_19; float L_94 = V_17; if ((((float)L_93) < ((float)L_94))) { goto IL_01a0; } } { float L_95 = V_17; G_B12_0 = L_95; goto IL_01a2; } IL_01a0: { float L_96 = V_19; G_B12_0 = L_96; } IL_01a2: { V_19 = G_B12_0; // d = d < dbr ? d : dbr; float L_97 = V_19; float L_98 = V_18; if ((((float)L_97) < ((float)L_98))) { goto IL_01ae; } } { float L_99 = V_18; G_B15_0 = L_99; goto IL_01b0; } IL_01ae: { float L_100 = V_19; G_B15_0 = L_100; } IL_01b0: { V_19 = G_B15_0; // if (distanceSqr > d) float L_101 = V_1; float L_102 = V_19; if ((!(((float)L_101) > ((float)L_102)))) { goto IL_01bc; } } { // distanceSqr = d; float L_103 = V_19; V_1 = L_103; // closest = i; int32_t L_104 = V_3; V_2 = L_104; } IL_01bc: { // if (isBeginRegion && j == wInfo.characterCount - 1) bool L_105 = V_5; if (!L_105) { goto IL_029e; } } { int32_t L_106 = V_10; TMP_WordInfo_t168F70FD30F4875E4C84D40F9F30FCB5D2EB895C L_107 = V_4; int32_t L_108 = L_107.get_characterCount_3(); if ((!(((uint32_t)L_106) == ((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_108, (int32_t)1)))))) { goto IL_029e; } } { // isBeginRegion = false; V_5 = (bool)0; // br = rectTransform.TransformPoint(new Vector3(currentCharInfo.topRight.x, currentCharInfo.descender, 0)); RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * L_109 = V_0; TMP_CharacterInfo_t6F1B9FE4246803FFE4F527B3CEFED9D60AD7383B L_110 = V_12; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_111 = L_110.get_topRight_21(); float L_112 = L_111.get_x_2(); TMP_CharacterInfo_t6F1B9FE4246803FFE4F527B3CEFED9D60AD7383B L_113 = V_12; float L_114 = L_113.get_descender_27(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_115; memset((&L_115), 0, sizeof(L_115)); Vector3__ctor_m57495F692C6CE1CEF278CAD9A98221165D37E636_inline((&L_115), L_112, L_114, (0.0f), /*hidden argument*/NULL); NullCheck(L_109); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_116; L_116 = Transform_TransformPoint_m68AF95765A9279192E601208A9C5170027A5F0D2(L_109, L_115, /*hidden argument*/NULL); V_8 = L_116; // tr = rectTransform.TransformPoint(new Vector3(currentCharInfo.topRight.x, currentCharInfo.ascender, 0)); RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * L_117 = V_0; TMP_CharacterInfo_t6F1B9FE4246803FFE4F527B3CEFED9D60AD7383B L_118 = V_12; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_119 = L_118.get_topRight_21(); float L_120 = L_119.get_x_2(); TMP_CharacterInfo_t6F1B9FE4246803FFE4F527B3CEFED9D60AD7383B L_121 = V_12; float L_122 = L_121.get_ascender_25(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_123; memset((&L_123), 0, sizeof(L_123)); Vector3__ctor_m57495F692C6CE1CEF278CAD9A98221165D37E636_inline((&L_123), L_120, L_122, (0.0f), /*hidden argument*/NULL); NullCheck(L_117); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_124; L_124 = Transform_TransformPoint_m68AF95765A9279192E601208A9C5170027A5F0D2(L_117, L_123, /*hidden argument*/NULL); V_9 = L_124; // if (PointIntersectRectangle(position, bl, tl, tr, br)) Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_125 = ___position1; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_126 = V_6; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_127 = V_7; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_128 = V_9; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_129 = V_8; IL2CPP_RUNTIME_CLASS_INIT(TMP_TextUtilities_t10EED8029408480141690D0F3D3A17239920837F_il2cpp_TypeInfo_var); bool L_130; L_130 = TMP_TextUtilities_PointIntersectRectangle_m20756D13AD194C1706C7C09D9CD92C6E270021C8(L_125, L_126, L_127, L_128, L_129, /*hidden argument*/NULL); if (!L_130) { goto IL_0232; } } { // return i; int32_t L_131 = V_3; return L_131; } IL_0232: { // float dbl = DistanceToLine(bl, tl, position); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_132 = V_6; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_133 = V_7; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_134 = ___position1; IL2CPP_RUNTIME_CLASS_INIT(TMP_TextUtilities_t10EED8029408480141690D0F3D3A17239920837F_il2cpp_TypeInfo_var); float L_135; L_135 = TMP_TextUtilities_DistanceToLine_m856CA082FEFFD368B35CE7E2C8DA980F916AB735(L_132, L_133, L_134, /*hidden argument*/NULL); V_20 = L_135; // float dtl = DistanceToLine(tl, tr, position); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_136 = V_7; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_137 = V_9; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_138 = ___position1; float L_139; L_139 = TMP_TextUtilities_DistanceToLine_m856CA082FEFFD368B35CE7E2C8DA980F916AB735(L_136, L_137, L_138, /*hidden argument*/NULL); V_21 = L_139; // float dtr = DistanceToLine(tr, br, position); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_140 = V_9; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_141 = V_8; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_142 = ___position1; float L_143; L_143 = TMP_TextUtilities_DistanceToLine_m856CA082FEFFD368B35CE7E2C8DA980F916AB735(L_140, L_141, L_142, /*hidden argument*/NULL); V_22 = L_143; // float dbr = DistanceToLine(br, bl, position); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_144 = V_8; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_145 = V_6; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_146 = ___position1; float L_147; L_147 = TMP_TextUtilities_DistanceToLine_m856CA082FEFFD368B35CE7E2C8DA980F916AB735(L_144, L_145, L_146, /*hidden argument*/NULL); V_23 = L_147; // float d = dbl < dtl ? dbl : dtl; float L_148 = V_20; float L_149 = V_21; if ((((float)L_148) < ((float)L_149))) { goto IL_026c; } } { float L_150 = V_21; G_B24_0 = L_150; goto IL_026e; } IL_026c: { float L_151 = V_20; G_B24_0 = L_151; } IL_026e: { V_24 = G_B24_0; // d = d < dtr ? d : dtr; float L_152 = V_24; float L_153 = V_22; if ((((float)L_152) < ((float)L_153))) { goto IL_027a; } } { float L_154 = V_22; G_B27_0 = L_154; goto IL_027c; } IL_027a: { float L_155 = V_24; G_B27_0 = L_155; } IL_027c: { V_24 = G_B27_0; // d = d < dbr ? d : dbr; float L_156 = V_24; float L_157 = V_23; if ((((float)L_156) < ((float)L_157))) { goto IL_0288; } } { float L_158 = V_23; G_B30_0 = L_158; goto IL_028a; } IL_0288: { float L_159 = V_24; G_B30_0 = L_159; } IL_028a: { V_24 = G_B30_0; // if (distanceSqr > d) float L_160 = V_1; float L_161 = V_24; if ((!(((float)L_160) > ((float)L_161)))) { goto IL_0388; } } { // distanceSqr = d; float L_162 = V_24; V_1 = L_162; // closest = i; int32_t L_163 = V_3; V_2 = L_163; // } goto IL_0388; } IL_029e: { // else if (isBeginRegion && currentLine != text.textInfo.characterInfo[characterIndex + 1].lineNumber) bool L_164 = V_5; if (!L_164) { goto IL_0388; } } { int32_t L_165 = V_13; TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 * L_166 = ___text0; NullCheck(L_166); TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_167; L_167 = TMP_Text_get_textInfo_mB006DF4283F14B0E49B9FCC0025D99C29FA534BF_inline(L_166, /*hidden argument*/NULL); NullCheck(L_167); TMP_CharacterInfoU5BU5D_t7128C1B46CF6AB1374135FA31D41ABF23882B970* L_168 = L_167->get_characterInfo_11(); int32_t L_169 = V_11; NullCheck(L_168); int32_t L_170 = ((L_168)->GetAddressAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_169, (int32_t)1)))))->get_lineNumber_12(); if ((((int32_t)L_165) == ((int32_t)L_170))) { goto IL_0388; } } { // isBeginRegion = false; V_5 = (bool)0; // br = rectTransform.TransformPoint(new Vector3(currentCharInfo.topRight.x, currentCharInfo.descender, 0)); RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * L_171 = V_0; TMP_CharacterInfo_t6F1B9FE4246803FFE4F527B3CEFED9D60AD7383B L_172 = V_12; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_173 = L_172.get_topRight_21(); float L_174 = L_173.get_x_2(); TMP_CharacterInfo_t6F1B9FE4246803FFE4F527B3CEFED9D60AD7383B L_175 = V_12; float L_176 = L_175.get_descender_27(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_177; memset((&L_177), 0, sizeof(L_177)); Vector3__ctor_m57495F692C6CE1CEF278CAD9A98221165D37E636_inline((&L_177), L_174, L_176, (0.0f), /*hidden argument*/NULL); NullCheck(L_171); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_178; L_178 = Transform_TransformPoint_m68AF95765A9279192E601208A9C5170027A5F0D2(L_171, L_177, /*hidden argument*/NULL); V_8 = L_178; // tr = rectTransform.TransformPoint(new Vector3(currentCharInfo.topRight.x, currentCharInfo.ascender, 0)); RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * L_179 = V_0; TMP_CharacterInfo_t6F1B9FE4246803FFE4F527B3CEFED9D60AD7383B L_180 = V_12; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_181 = L_180.get_topRight_21(); float L_182 = L_181.get_x_2(); TMP_CharacterInfo_t6F1B9FE4246803FFE4F527B3CEFED9D60AD7383B L_183 = V_12; float L_184 = L_183.get_ascender_25(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_185; memset((&L_185), 0, sizeof(L_185)); Vector3__ctor_m57495F692C6CE1CEF278CAD9A98221165D37E636_inline((&L_185), L_182, L_184, (0.0f), /*hidden argument*/NULL); NullCheck(L_179); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_186; L_186 = Transform_TransformPoint_m68AF95765A9279192E601208A9C5170027A5F0D2(L_179, L_185, /*hidden argument*/NULL); V_9 = L_186; // if (PointIntersectRectangle(position, bl, tl, tr, br)) Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_187 = ___position1; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_188 = V_6; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_189 = V_7; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_190 = V_9; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_191 = V_8; IL2CPP_RUNTIME_CLASS_INIT(TMP_TextUtilities_t10EED8029408480141690D0F3D3A17239920837F_il2cpp_TypeInfo_var); bool L_192; L_192 = TMP_TextUtilities_PointIntersectRectangle_m20756D13AD194C1706C7C09D9CD92C6E270021C8(L_187, L_188, L_189, L_190, L_191, /*hidden argument*/NULL); if (!L_192) { goto IL_0324; } } { // return i; int32_t L_193 = V_3; return L_193; } IL_0324: { // float dbl = DistanceToLine(bl, tl, position); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_194 = V_6; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_195 = V_7; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_196 = ___position1; IL2CPP_RUNTIME_CLASS_INIT(TMP_TextUtilities_t10EED8029408480141690D0F3D3A17239920837F_il2cpp_TypeInfo_var); float L_197; L_197 = TMP_TextUtilities_DistanceToLine_m856CA082FEFFD368B35CE7E2C8DA980F916AB735(L_194, L_195, L_196, /*hidden argument*/NULL); V_25 = L_197; // float dtl = DistanceToLine(tl, tr, position); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_198 = V_7; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_199 = V_9; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_200 = ___position1; float L_201; L_201 = TMP_TextUtilities_DistanceToLine_m856CA082FEFFD368B35CE7E2C8DA980F916AB735(L_198, L_199, L_200, /*hidden argument*/NULL); V_26 = L_201; // float dtr = DistanceToLine(tr, br, position); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_202 = V_9; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_203 = V_8; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_204 = ___position1; float L_205; L_205 = TMP_TextUtilities_DistanceToLine_m856CA082FEFFD368B35CE7E2C8DA980F916AB735(L_202, L_203, L_204, /*hidden argument*/NULL); V_27 = L_205; // float dbr = DistanceToLine(br, bl, position); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_206 = V_8; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_207 = V_6; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_208 = ___position1; float L_209; L_209 = TMP_TextUtilities_DistanceToLine_m856CA082FEFFD368B35CE7E2C8DA980F916AB735(L_206, L_207, L_208, /*hidden argument*/NULL); V_28 = L_209; // float d = dbl < dtl ? dbl : dtl; float L_210 = V_25; float L_211 = V_26; if ((((float)L_210) < ((float)L_211))) { goto IL_035e; } } { float L_212 = V_26; G_B39_0 = L_212; goto IL_0360; } IL_035e: { float L_213 = V_25; G_B39_0 = L_213; } IL_0360: { V_29 = G_B39_0; // d = d < dtr ? d : dtr; float L_214 = V_29; float L_215 = V_27; if ((((float)L_214) < ((float)L_215))) { goto IL_036c; } } { float L_216 = V_27; G_B42_0 = L_216; goto IL_036e; } IL_036c: { float L_217 = V_29; G_B42_0 = L_217; } IL_036e: { V_29 = G_B42_0; // d = d < dbr ? d : dbr; float L_218 = V_29; float L_219 = V_28; if ((((float)L_218) < ((float)L_219))) { goto IL_037a; } } { float L_220 = V_28; G_B45_0 = L_220; goto IL_037c; } IL_037a: { float L_221 = V_29; G_B45_0 = L_221; } IL_037c: { V_29 = G_B45_0; // if (distanceSqr > d) float L_222 = V_1; float L_223 = V_29; if ((!(((float)L_222) > ((float)L_223)))) { goto IL_0388; } } { // distanceSqr = d; float L_224 = V_29; V_1 = L_224; // closest = i; int32_t L_225 = V_3; V_2 = L_225; } IL_0388: { // for (int j = 0; j < wInfo.characterCount; j++) int32_t L_226 = V_10; V_10 = ((int32_t)il2cpp_codegen_add((int32_t)L_226, (int32_t)1)); } IL_038e: { // for (int j = 0; j < wInfo.characterCount; j++) int32_t L_227 = V_10; TMP_WordInfo_t168F70FD30F4875E4C84D40F9F30FCB5D2EB895C L_228 = V_4; int32_t L_229 = L_228.get_characterCount_3(); if ((((int32_t)L_227) < ((int32_t)L_229))) { goto IL_0060; } } { // for (int i = 0; i < text.textInfo.wordCount; i++) int32_t L_230 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_230, (int32_t)1)); } IL_03a0: { // for (int i = 0; i < text.textInfo.wordCount; i++) int32_t L_231 = V_3; TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 * L_232 = ___text0; NullCheck(L_232); TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_233; L_233 = TMP_Text_get_textInfo_mB006DF4283F14B0E49B9FCC0025D99C29FA534BF_inline(L_232, /*hidden argument*/NULL); NullCheck(L_233); int32_t L_234 = L_233->get_wordCount_6(); if ((((int32_t)L_231) < ((int32_t)L_234))) { goto IL_0026; } } { // return closest; int32_t L_235 = V_2; return L_235; } } // System.Int32 TMPro.TMP_TextUtilities::FindIntersectingLine(TMPro.TMP_Text,UnityEngine.Vector3,UnityEngine.Camera) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TMP_TextUtilities_FindIntersectingLine_m5BB9AFC96F6F0BA09470F52CF9556C7370A5B933 (TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 * ___text0, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___position1, Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * ___camera2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TMP_TextUtilities_t10EED8029408480141690D0F3D3A17239920837F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * V_0 = NULL; int32_t V_1 = 0; int32_t V_2 = 0; TMP_LineInfo_tB86D3A31D61EB73EEFB08F6B1AB5C60DE52981F7 V_3; memset((&V_3), 0, sizeof(V_3)); float V_4 = 0.0f; float V_5 = 0.0f; { // RectTransform rectTransform = text.rectTransform; TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 * L_0 = ___text0; NullCheck(L_0); RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * L_1; L_1 = TMP_Text_get_rectTransform_mEDF01E64384F15763209C6A28C7E61CB2EC932C4(L_0, /*hidden argument*/NULL); V_0 = L_1; // int closest = -1; V_1 = (-1); // ScreenPointToWorldPointInRectangle(rectTransform, position, camera, out position); RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * L_2 = V_0; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_3 = ___position1; Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_4; L_4 = Vector2_op_Implicit_mE407CAF7446E342E059B00AA9EDB301AEC5B7B1A_inline(L_3, /*hidden argument*/NULL); Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * L_5 = ___camera2; IL2CPP_RUNTIME_CLASS_INIT(TMP_TextUtilities_t10EED8029408480141690D0F3D3A17239920837F_il2cpp_TypeInfo_var); bool L_6; L_6 = TMP_TextUtilities_ScreenPointToWorldPointInRectangle_mA50140F7833DFC97BE391FE6AC33E0F3F8704782(L_2, L_4, L_5, (Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E *)(&___position1), /*hidden argument*/NULL); // for (int i = 0; i < text.textInfo.lineCount; i++) V_2 = 0; goto IL_008d; } IL_001d: { // TMP_LineInfo lineInfo = text.textInfo.lineInfo[i]; TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 * L_7 = ___text0; NullCheck(L_7); TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_8; L_8 = TMP_Text_get_textInfo_mB006DF4283F14B0E49B9FCC0025D99C29FA534BF_inline(L_7, /*hidden argument*/NULL); NullCheck(L_8); TMP_LineInfoU5BU5D_t2B188FB1B6C36641B7FEB177ACC798FAC9806C3D* L_9 = L_8->get_lineInfo_14(); int32_t L_10 = V_2; NullCheck(L_9); int32_t L_11 = L_10; TMP_LineInfo_tB86D3A31D61EB73EEFB08F6B1AB5C60DE52981F7 L_12 = (L_9)->GetAt(static_cast(L_11)); V_3 = L_12; // float ascender = rectTransform.TransformPoint(new Vector3(0, lineInfo.ascender, 0)).y; RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * L_13 = V_0; TMP_LineInfo_tB86D3A31D61EB73EEFB08F6B1AB5C60DE52981F7 L_14 = V_3; float L_15 = L_14.get_ascender_11(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_16; memset((&L_16), 0, sizeof(L_16)); Vector3__ctor_m57495F692C6CE1CEF278CAD9A98221165D37E636_inline((&L_16), (0.0f), L_15, (0.0f), /*hidden argument*/NULL); NullCheck(L_13); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_17; L_17 = Transform_TransformPoint_m68AF95765A9279192E601208A9C5170027A5F0D2(L_13, L_16, /*hidden argument*/NULL); float L_18 = L_17.get_y_3(); V_4 = L_18; // float descender = rectTransform.TransformPoint(new Vector3(0, lineInfo.descender, 0)).y; RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * L_19 = V_0; TMP_LineInfo_tB86D3A31D61EB73EEFB08F6B1AB5C60DE52981F7 L_20 = V_3; float L_21 = L_20.get_descender_13(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_22; memset((&L_22), 0, sizeof(L_22)); Vector3__ctor_m57495F692C6CE1CEF278CAD9A98221165D37E636_inline((&L_22), (0.0f), L_21, (0.0f), /*hidden argument*/NULL); NullCheck(L_19); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_23; L_23 = Transform_TransformPoint_m68AF95765A9279192E601208A9C5170027A5F0D2(L_19, L_22, /*hidden argument*/NULL); float L_24 = L_23.get_y_3(); V_5 = L_24; // if (ascender > position.y && descender < position.y) float L_25 = V_4; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_26 = ___position1; float L_27 = L_26.get_y_3(); if ((!(((float)L_25) > ((float)L_27)))) { goto IL_0089; } } { float L_28 = V_5; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_29 = ___position1; float L_30 = L_29.get_y_3(); if ((!(((float)L_28) < ((float)L_30)))) { goto IL_0089; } } { // return i; int32_t L_31 = V_2; return L_31; } IL_0089: { // for (int i = 0; i < text.textInfo.lineCount; i++) int32_t L_32 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_32, (int32_t)1)); } IL_008d: { // for (int i = 0; i < text.textInfo.lineCount; i++) int32_t L_33 = V_2; TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 * L_34 = ___text0; NullCheck(L_34); TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_35; L_35 = TMP_Text_get_textInfo_mB006DF4283F14B0E49B9FCC0025D99C29FA534BF_inline(L_34, /*hidden argument*/NULL); NullCheck(L_35); int32_t L_36 = L_35->get_lineCount_8(); if ((((int32_t)L_33) < ((int32_t)L_36))) { goto IL_001d; } } { // return closest; int32_t L_37 = V_1; return L_37; } } // System.Int32 TMPro.TMP_TextUtilities::FindIntersectingLink(TMPro.TMP_Text,UnityEngine.Vector3,UnityEngine.Camera) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TMP_TextUtilities_FindIntersectingLink_mD5C6DDFE918E617D66F71CF0836F62A9DCD8E73F (TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 * ___text0, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___position1, Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * ___camera2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TMP_TextUtilities_t10EED8029408480141690D0F3D3A17239920837F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * V_0 = NULL; int32_t V_1 = 0; TMP_LinkInfo_t1BFC3C15E256E033F84E8C3A48E0AC5F64D206A6 V_2; memset((&V_2), 0, sizeof(V_2)); bool V_3 = false; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E V_4; memset((&V_4), 0, sizeof(V_4)); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E V_5; memset((&V_5), 0, sizeof(V_5)); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E V_6; memset((&V_6), 0, sizeof(V_6)); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E V_7; memset((&V_7), 0, sizeof(V_7)); int32_t V_8 = 0; int32_t V_9 = 0; TMP_CharacterInfo_t6F1B9FE4246803FFE4F527B3CEFED9D60AD7383B V_10; memset((&V_10), 0, sizeof(V_10)); int32_t V_11 = 0; { // Transform rectTransform = text.transform; TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 * L_0 = ___text0; NullCheck(L_0); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_1; L_1 = TMP_Text_get_transform_m81019C9C243967EF69E113D8E2DC0C65275C9C0A(L_0, /*hidden argument*/NULL); V_0 = L_1; // ScreenPointToWorldPointInRectangle(rectTransform, position, camera, out position); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_2 = V_0; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_3 = ___position1; Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_4; L_4 = Vector2_op_Implicit_mE407CAF7446E342E059B00AA9EDB301AEC5B7B1A_inline(L_3, /*hidden argument*/NULL); Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * L_5 = ___camera2; IL2CPP_RUNTIME_CLASS_INIT(TMP_TextUtilities_t10EED8029408480141690D0F3D3A17239920837F_il2cpp_TypeInfo_var); bool L_6; L_6 = TMP_TextUtilities_ScreenPointToWorldPointInRectangle_mA50140F7833DFC97BE391FE6AC33E0F3F8704782(L_2, L_4, L_5, (Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E *)(&___position1), /*hidden argument*/NULL); // for (int i = 0; i < text.textInfo.linkCount; i++) V_1 = 0; goto IL_0259; } IL_001e: { // TMP_LinkInfo linkInfo = text.textInfo.linkInfo[i]; TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 * L_7 = ___text0; NullCheck(L_7); TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_8; L_8 = TMP_Text_get_textInfo_mB006DF4283F14B0E49B9FCC0025D99C29FA534BF_inline(L_7, /*hidden argument*/NULL); NullCheck(L_8); TMP_LinkInfoU5BU5D_t27AF3A656CD9F504EFE1F29B69409819CBE7C6C6* L_9 = L_8->get_linkInfo_13(); int32_t L_10 = V_1; NullCheck(L_9); int32_t L_11 = L_10; TMP_LinkInfo_t1BFC3C15E256E033F84E8C3A48E0AC5F64D206A6 L_12 = (L_9)->GetAt(static_cast(L_11)); V_2 = L_12; // bool isBeginRegion = false; V_3 = (bool)0; // Vector3 bl = Vector3.zero; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_13; L_13 = Vector3_get_zero_m1A8F7993167785F750B6B01762D22C2597C84EF6(/*hidden argument*/NULL); V_4 = L_13; // Vector3 tl = Vector3.zero; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_14; L_14 = Vector3_get_zero_m1A8F7993167785F750B6B01762D22C2597C84EF6(/*hidden argument*/NULL); V_5 = L_14; // Vector3 br = Vector3.zero; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_15; L_15 = Vector3_get_zero_m1A8F7993167785F750B6B01762D22C2597C84EF6(/*hidden argument*/NULL); V_6 = L_15; // Vector3 tr = Vector3.zero; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_16; L_16 = Vector3_get_zero_m1A8F7993167785F750B6B01762D22C2597C84EF6(/*hidden argument*/NULL); V_7 = L_16; // for (int j = 0; j < linkInfo.linkTextLength; j++) V_8 = 0; goto IL_0248; } IL_0056: { // int characterIndex = linkInfo.linkTextfirstCharacterIndex + j; TMP_LinkInfo_t1BFC3C15E256E033F84E8C3A48E0AC5F64D206A6 L_17 = V_2; int32_t L_18 = L_17.get_linkTextfirstCharacterIndex_4(); int32_t L_19 = V_8; V_9 = ((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)L_19)); // TMP_CharacterInfo currentCharInfo = text.textInfo.characterInfo[characterIndex]; TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 * L_20 = ___text0; NullCheck(L_20); TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_21; L_21 = TMP_Text_get_textInfo_mB006DF4283F14B0E49B9FCC0025D99C29FA534BF_inline(L_20, /*hidden argument*/NULL); NullCheck(L_21); TMP_CharacterInfoU5BU5D_t7128C1B46CF6AB1374135FA31D41ABF23882B970* L_22 = L_21->get_characterInfo_11(); int32_t L_23 = V_9; NullCheck(L_22); int32_t L_24 = L_23; TMP_CharacterInfo_t6F1B9FE4246803FFE4F527B3CEFED9D60AD7383B L_25 = (L_22)->GetAt(static_cast(L_24)); V_10 = L_25; // int currentLine = currentCharInfo.lineNumber; TMP_CharacterInfo_t6F1B9FE4246803FFE4F527B3CEFED9D60AD7383B L_26 = V_10; int32_t L_27 = L_26.get_lineNumber_12(); V_11 = L_27; // if (text.overflowMode == TextOverflowModes.Page && currentCharInfo.pageNumber + 1 != text.pageToDisplay) continue; TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 * L_28 = ___text0; NullCheck(L_28); int32_t L_29; L_29 = TMP_Text_get_overflowMode_mD09EAE40A098EF2E50C65B0900904B8C1EBA0B35_inline(L_28, /*hidden argument*/NULL); if ((!(((uint32_t)L_29) == ((uint32_t)5)))) { goto IL_009b; } } { TMP_CharacterInfo_t6F1B9FE4246803FFE4F527B3CEFED9D60AD7383B L_30 = V_10; int32_t L_31 = L_30.get_pageNumber_13(); TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 * L_32 = ___text0; NullCheck(L_32); int32_t L_33; L_33 = TMP_Text_get_pageToDisplay_mC860756E9242A44EFF0FAF800410A47E02A61783_inline(L_32, /*hidden argument*/NULL); if ((!(((uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_31, (int32_t)1))) == ((uint32_t)L_33)))) { goto IL_0242; } } IL_009b: { // if (isBeginRegion == false) bool L_34 = V_3; if (L_34) { goto IL_0154; } } { // isBeginRegion = true; V_3 = (bool)1; // bl = rectTransform.TransformPoint(new Vector3(currentCharInfo.bottomLeft.x, currentCharInfo.descender, 0)); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_35 = V_0; TMP_CharacterInfo_t6F1B9FE4246803FFE4F527B3CEFED9D60AD7383B L_36 = V_10; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_37 = L_36.get_bottomLeft_20(); float L_38 = L_37.get_x_2(); TMP_CharacterInfo_t6F1B9FE4246803FFE4F527B3CEFED9D60AD7383B L_39 = V_10; float L_40 = L_39.get_descender_27(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_41; memset((&L_41), 0, sizeof(L_41)); Vector3__ctor_m57495F692C6CE1CEF278CAD9A98221165D37E636_inline((&L_41), L_38, L_40, (0.0f), /*hidden argument*/NULL); NullCheck(L_35); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_42; L_42 = Transform_TransformPoint_m68AF95765A9279192E601208A9C5170027A5F0D2(L_35, L_41, /*hidden argument*/NULL); V_4 = L_42; // tl = rectTransform.TransformPoint(new Vector3(currentCharInfo.bottomLeft.x, currentCharInfo.ascender, 0)); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_43 = V_0; TMP_CharacterInfo_t6F1B9FE4246803FFE4F527B3CEFED9D60AD7383B L_44 = V_10; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_45 = L_44.get_bottomLeft_20(); float L_46 = L_45.get_x_2(); TMP_CharacterInfo_t6F1B9FE4246803FFE4F527B3CEFED9D60AD7383B L_47 = V_10; float L_48 = L_47.get_ascender_25(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_49; memset((&L_49), 0, sizeof(L_49)); Vector3__ctor_m57495F692C6CE1CEF278CAD9A98221165D37E636_inline((&L_49), L_46, L_48, (0.0f), /*hidden argument*/NULL); NullCheck(L_43); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_50; L_50 = Transform_TransformPoint_m68AF95765A9279192E601208A9C5170027A5F0D2(L_43, L_49, /*hidden argument*/NULL); V_5 = L_50; // if (linkInfo.linkTextLength == 1) TMP_LinkInfo_t1BFC3C15E256E033F84E8C3A48E0AC5F64D206A6 L_51 = V_2; int32_t L_52 = L_51.get_linkTextLength_5(); if ((!(((uint32_t)L_52) == ((uint32_t)1)))) { goto IL_0154; } } { // isBeginRegion = false; V_3 = (bool)0; // br = rectTransform.TransformPoint(new Vector3(currentCharInfo.topRight.x, currentCharInfo.descender, 0)); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_53 = V_0; TMP_CharacterInfo_t6F1B9FE4246803FFE4F527B3CEFED9D60AD7383B L_54 = V_10; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_55 = L_54.get_topRight_21(); float L_56 = L_55.get_x_2(); TMP_CharacterInfo_t6F1B9FE4246803FFE4F527B3CEFED9D60AD7383B L_57 = V_10; float L_58 = L_57.get_descender_27(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_59; memset((&L_59), 0, sizeof(L_59)); Vector3__ctor_m57495F692C6CE1CEF278CAD9A98221165D37E636_inline((&L_59), L_56, L_58, (0.0f), /*hidden argument*/NULL); NullCheck(L_53); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_60; L_60 = Transform_TransformPoint_m68AF95765A9279192E601208A9C5170027A5F0D2(L_53, L_59, /*hidden argument*/NULL); V_6 = L_60; // tr = rectTransform.TransformPoint(new Vector3(currentCharInfo.topRight.x, currentCharInfo.ascender, 0)); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_61 = V_0; TMP_CharacterInfo_t6F1B9FE4246803FFE4F527B3CEFED9D60AD7383B L_62 = V_10; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_63 = L_62.get_topRight_21(); float L_64 = L_63.get_x_2(); TMP_CharacterInfo_t6F1B9FE4246803FFE4F527B3CEFED9D60AD7383B L_65 = V_10; float L_66 = L_65.get_ascender_25(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_67; memset((&L_67), 0, sizeof(L_67)); Vector3__ctor_m57495F692C6CE1CEF278CAD9A98221165D37E636_inline((&L_67), L_64, L_66, (0.0f), /*hidden argument*/NULL); NullCheck(L_61); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_68; L_68 = Transform_TransformPoint_m68AF95765A9279192E601208A9C5170027A5F0D2(L_61, L_67, /*hidden argument*/NULL); V_7 = L_68; // if (PointIntersectRectangle(position, bl, tl, tr, br)) Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_69 = ___position1; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_70 = V_4; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_71 = V_5; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_72 = V_7; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_73 = V_6; IL2CPP_RUNTIME_CLASS_INIT(TMP_TextUtilities_t10EED8029408480141690D0F3D3A17239920837F_il2cpp_TypeInfo_var); bool L_74; L_74 = TMP_TextUtilities_PointIntersectRectangle_m20756D13AD194C1706C7C09D9CD92C6E270021C8(L_69, L_70, L_71, L_72, L_73, /*hidden argument*/NULL); if (!L_74) { goto IL_0154; } } { // return i; int32_t L_75 = V_1; return L_75; } IL_0154: { // if (isBeginRegion && j == linkInfo.linkTextLength - 1) bool L_76 = V_3; if (!L_76) { goto IL_01c4; } } { int32_t L_77 = V_8; TMP_LinkInfo_t1BFC3C15E256E033F84E8C3A48E0AC5F64D206A6 L_78 = V_2; int32_t L_79 = L_78.get_linkTextLength_5(); if ((!(((uint32_t)L_77) == ((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_79, (int32_t)1)))))) { goto IL_01c4; } } { // isBeginRegion = false; V_3 = (bool)0; // br = rectTransform.TransformPoint(new Vector3(currentCharInfo.topRight.x, currentCharInfo.descender, 0)); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_80 = V_0; TMP_CharacterInfo_t6F1B9FE4246803FFE4F527B3CEFED9D60AD7383B L_81 = V_10; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_82 = L_81.get_topRight_21(); float L_83 = L_82.get_x_2(); TMP_CharacterInfo_t6F1B9FE4246803FFE4F527B3CEFED9D60AD7383B L_84 = V_10; float L_85 = L_84.get_descender_27(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_86; memset((&L_86), 0, sizeof(L_86)); Vector3__ctor_m57495F692C6CE1CEF278CAD9A98221165D37E636_inline((&L_86), L_83, L_85, (0.0f), /*hidden argument*/NULL); NullCheck(L_80); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_87; L_87 = Transform_TransformPoint_m68AF95765A9279192E601208A9C5170027A5F0D2(L_80, L_86, /*hidden argument*/NULL); V_6 = L_87; // tr = rectTransform.TransformPoint(new Vector3(currentCharInfo.topRight.x, currentCharInfo.ascender, 0)); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_88 = V_0; TMP_CharacterInfo_t6F1B9FE4246803FFE4F527B3CEFED9D60AD7383B L_89 = V_10; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_90 = L_89.get_topRight_21(); float L_91 = L_90.get_x_2(); TMP_CharacterInfo_t6F1B9FE4246803FFE4F527B3CEFED9D60AD7383B L_92 = V_10; float L_93 = L_92.get_ascender_25(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_94; memset((&L_94), 0, sizeof(L_94)); Vector3__ctor_m57495F692C6CE1CEF278CAD9A98221165D37E636_inline((&L_94), L_91, L_93, (0.0f), /*hidden argument*/NULL); NullCheck(L_88); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_95; L_95 = Transform_TransformPoint_m68AF95765A9279192E601208A9C5170027A5F0D2(L_88, L_94, /*hidden argument*/NULL); V_7 = L_95; // if (PointIntersectRectangle(position, bl, tl, tr, br)) Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_96 = ___position1; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_97 = V_4; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_98 = V_5; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_99 = V_7; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_100 = V_6; IL2CPP_RUNTIME_CLASS_INIT(TMP_TextUtilities_t10EED8029408480141690D0F3D3A17239920837F_il2cpp_TypeInfo_var); bool L_101; L_101 = TMP_TextUtilities_PointIntersectRectangle_m20756D13AD194C1706C7C09D9CD92C6E270021C8(L_96, L_97, L_98, L_99, L_100, /*hidden argument*/NULL); if (!L_101) { goto IL_0242; } } { // return i; int32_t L_102 = V_1; return L_102; } IL_01c4: { // else if (isBeginRegion && currentLine != text.textInfo.characterInfo[characterIndex + 1].lineNumber) bool L_103 = V_3; if (!L_103) { goto IL_0242; } } { int32_t L_104 = V_11; TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 * L_105 = ___text0; NullCheck(L_105); TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_106; L_106 = TMP_Text_get_textInfo_mB006DF4283F14B0E49B9FCC0025D99C29FA534BF_inline(L_105, /*hidden argument*/NULL); NullCheck(L_106); TMP_CharacterInfoU5BU5D_t7128C1B46CF6AB1374135FA31D41ABF23882B970* L_107 = L_106->get_characterInfo_11(); int32_t L_108 = V_9; NullCheck(L_107); int32_t L_109 = ((L_107)->GetAddressAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_108, (int32_t)1)))))->get_lineNumber_12(); if ((((int32_t)L_104) == ((int32_t)L_109))) { goto IL_0242; } } { // isBeginRegion = false; V_3 = (bool)0; // br = rectTransform.TransformPoint(new Vector3(currentCharInfo.topRight.x, currentCharInfo.descender, 0)); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_110 = V_0; TMP_CharacterInfo_t6F1B9FE4246803FFE4F527B3CEFED9D60AD7383B L_111 = V_10; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_112 = L_111.get_topRight_21(); float L_113 = L_112.get_x_2(); TMP_CharacterInfo_t6F1B9FE4246803FFE4F527B3CEFED9D60AD7383B L_114 = V_10; float L_115 = L_114.get_descender_27(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_116; memset((&L_116), 0, sizeof(L_116)); Vector3__ctor_m57495F692C6CE1CEF278CAD9A98221165D37E636_inline((&L_116), L_113, L_115, (0.0f), /*hidden argument*/NULL); NullCheck(L_110); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_117; L_117 = Transform_TransformPoint_m68AF95765A9279192E601208A9C5170027A5F0D2(L_110, L_116, /*hidden argument*/NULL); V_6 = L_117; // tr = rectTransform.TransformPoint(new Vector3(currentCharInfo.topRight.x, currentCharInfo.ascender, 0)); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_118 = V_0; TMP_CharacterInfo_t6F1B9FE4246803FFE4F527B3CEFED9D60AD7383B L_119 = V_10; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_120 = L_119.get_topRight_21(); float L_121 = L_120.get_x_2(); TMP_CharacterInfo_t6F1B9FE4246803FFE4F527B3CEFED9D60AD7383B L_122 = V_10; float L_123 = L_122.get_ascender_25(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_124; memset((&L_124), 0, sizeof(L_124)); Vector3__ctor_m57495F692C6CE1CEF278CAD9A98221165D37E636_inline((&L_124), L_121, L_123, (0.0f), /*hidden argument*/NULL); NullCheck(L_118); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_125; L_125 = Transform_TransformPoint_m68AF95765A9279192E601208A9C5170027A5F0D2(L_118, L_124, /*hidden argument*/NULL); V_7 = L_125; // if (PointIntersectRectangle(position, bl, tl, tr, br)) Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_126 = ___position1; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_127 = V_4; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_128 = V_5; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_129 = V_7; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_130 = V_6; IL2CPP_RUNTIME_CLASS_INIT(TMP_TextUtilities_t10EED8029408480141690D0F3D3A17239920837F_il2cpp_TypeInfo_var); bool L_131; L_131 = TMP_TextUtilities_PointIntersectRectangle_m20756D13AD194C1706C7C09D9CD92C6E270021C8(L_126, L_127, L_128, L_129, L_130, /*hidden argument*/NULL); if (!L_131) { goto IL_0242; } } { // return i; int32_t L_132 = V_1; return L_132; } IL_0242: { // for (int j = 0; j < linkInfo.linkTextLength; j++) int32_t L_133 = V_8; V_8 = ((int32_t)il2cpp_codegen_add((int32_t)L_133, (int32_t)1)); } IL_0248: { // for (int j = 0; j < linkInfo.linkTextLength; j++) int32_t L_134 = V_8; TMP_LinkInfo_t1BFC3C15E256E033F84E8C3A48E0AC5F64D206A6 L_135 = V_2; int32_t L_136 = L_135.get_linkTextLength_5(); if ((((int32_t)L_134) < ((int32_t)L_136))) { goto IL_0056; } } { // for (int i = 0; i < text.textInfo.linkCount; i++) int32_t L_137 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_137, (int32_t)1)); } IL_0259: { // for (int i = 0; i < text.textInfo.linkCount; i++) int32_t L_138 = V_1; TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 * L_139 = ___text0; NullCheck(L_139); TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_140; L_140 = TMP_Text_get_textInfo_mB006DF4283F14B0E49B9FCC0025D99C29FA534BF_inline(L_139, /*hidden argument*/NULL); NullCheck(L_140); int32_t L_141 = L_140->get_linkCount_7(); if ((((int32_t)L_138) < ((int32_t)L_141))) { goto IL_001e; } } { // return -1; return (-1); } } // System.Int32 TMPro.TMP_TextUtilities::FindNearestLink(TMPro.TMP_Text,UnityEngine.Vector3,UnityEngine.Camera) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TMP_TextUtilities_FindNearestLink_m8A0A01C69858BE34050602B7A8A145D897E6AC97 (TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 * ___text0, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___position1, Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * ___camera2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TMP_TextUtilities_t10EED8029408480141690D0F3D3A17239920837F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * V_0 = NULL; float V_1 = 0.0f; int32_t V_2 = 0; int32_t V_3 = 0; TMP_LinkInfo_t1BFC3C15E256E033F84E8C3A48E0AC5F64D206A6 V_4; memset((&V_4), 0, sizeof(V_4)); bool V_5 = false; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E V_6; memset((&V_6), 0, sizeof(V_6)); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E V_7; memset((&V_7), 0, sizeof(V_7)); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E V_8; memset((&V_8), 0, sizeof(V_8)); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E V_9; memset((&V_9), 0, sizeof(V_9)); int32_t V_10 = 0; int32_t V_11 = 0; TMP_CharacterInfo_t6F1B9FE4246803FFE4F527B3CEFED9D60AD7383B V_12; memset((&V_12), 0, sizeof(V_12)); int32_t V_13 = 0; float V_14 = 0.0f; float V_15 = 0.0f; float V_16 = 0.0f; float V_17 = 0.0f; float V_18 = 0.0f; float V_19 = 0.0f; float V_20 = 0.0f; float V_21 = 0.0f; float V_22 = 0.0f; float V_23 = 0.0f; float V_24 = 0.0f; float V_25 = 0.0f; float V_26 = 0.0f; float V_27 = 0.0f; float V_28 = 0.0f; float G_B11_0 = 0.0f; float G_B14_0 = 0.0f; float G_B17_0 = 0.0f; float G_B26_0 = 0.0f; float G_B29_0 = 0.0f; float G_B32_0 = 0.0f; float G_B41_0 = 0.0f; float G_B44_0 = 0.0f; float G_B47_0 = 0.0f; { // RectTransform rectTransform = text.rectTransform; TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 * L_0 = ___text0; NullCheck(L_0); RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * L_1; L_1 = TMP_Text_get_rectTransform_mEDF01E64384F15763209C6A28C7E61CB2EC932C4(L_0, /*hidden argument*/NULL); V_0 = L_1; // ScreenPointToWorldPointInRectangle(rectTransform, position, camera, out position); RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * L_2 = V_0; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_3 = ___position1; Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_4; L_4 = Vector2_op_Implicit_mE407CAF7446E342E059B00AA9EDB301AEC5B7B1A_inline(L_3, /*hidden argument*/NULL); Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * L_5 = ___camera2; IL2CPP_RUNTIME_CLASS_INIT(TMP_TextUtilities_t10EED8029408480141690D0F3D3A17239920837F_il2cpp_TypeInfo_var); bool L_6; L_6 = TMP_TextUtilities_ScreenPointToWorldPointInRectangle_mA50140F7833DFC97BE391FE6AC33E0F3F8704782(L_2, L_4, L_5, (Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E *)(&___position1), /*hidden argument*/NULL); // float distanceSqr = Mathf.Infinity; V_1 = (std::numeric_limits::infinity()); // int closest = 0; V_2 = 0; // for (int i = 0; i < text.textInfo.linkCount; i++) V_3 = 0; goto IL_03ae; } IL_0026: { // TMP_LinkInfo linkInfo = text.textInfo.linkInfo[i]; TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 * L_7 = ___text0; NullCheck(L_7); TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_8; L_8 = TMP_Text_get_textInfo_mB006DF4283F14B0E49B9FCC0025D99C29FA534BF_inline(L_7, /*hidden argument*/NULL); NullCheck(L_8); TMP_LinkInfoU5BU5D_t27AF3A656CD9F504EFE1F29B69409819CBE7C6C6* L_9 = L_8->get_linkInfo_13(); int32_t L_10 = V_3; NullCheck(L_9); int32_t L_11 = L_10; TMP_LinkInfo_t1BFC3C15E256E033F84E8C3A48E0AC5F64D206A6 L_12 = (L_9)->GetAt(static_cast(L_11)); V_4 = L_12; // bool isBeginRegion = false; V_5 = (bool)0; // Vector3 bl = Vector3.zero; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_13; L_13 = Vector3_get_zero_m1A8F7993167785F750B6B01762D22C2597C84EF6(/*hidden argument*/NULL); V_6 = L_13; // Vector3 tl = Vector3.zero; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_14; L_14 = Vector3_get_zero_m1A8F7993167785F750B6B01762D22C2597C84EF6(/*hidden argument*/NULL); V_7 = L_14; // Vector3 br = Vector3.zero; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_15; L_15 = Vector3_get_zero_m1A8F7993167785F750B6B01762D22C2597C84EF6(/*hidden argument*/NULL); V_8 = L_15; // Vector3 tr = Vector3.zero; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_16; L_16 = Vector3_get_zero_m1A8F7993167785F750B6B01762D22C2597C84EF6(/*hidden argument*/NULL); V_9 = L_16; // for (int j = 0; j < linkInfo.linkTextLength; j++) V_10 = 0; goto IL_039c; } IL_0060: { // int characterIndex = linkInfo.linkTextfirstCharacterIndex + j; TMP_LinkInfo_t1BFC3C15E256E033F84E8C3A48E0AC5F64D206A6 L_17 = V_4; int32_t L_18 = L_17.get_linkTextfirstCharacterIndex_4(); int32_t L_19 = V_10; V_11 = ((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)L_19)); // TMP_CharacterInfo currentCharInfo = text.textInfo.characterInfo[characterIndex]; TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 * L_20 = ___text0; NullCheck(L_20); TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_21; L_21 = TMP_Text_get_textInfo_mB006DF4283F14B0E49B9FCC0025D99C29FA534BF_inline(L_20, /*hidden argument*/NULL); NullCheck(L_21); TMP_CharacterInfoU5BU5D_t7128C1B46CF6AB1374135FA31D41ABF23882B970* L_22 = L_21->get_characterInfo_11(); int32_t L_23 = V_11; NullCheck(L_22); int32_t L_24 = L_23; TMP_CharacterInfo_t6F1B9FE4246803FFE4F527B3CEFED9D60AD7383B L_25 = (L_22)->GetAt(static_cast(L_24)); V_12 = L_25; // int currentLine = currentCharInfo.lineNumber; TMP_CharacterInfo_t6F1B9FE4246803FFE4F527B3CEFED9D60AD7383B L_26 = V_12; int32_t L_27 = L_26.get_lineNumber_12(); V_13 = L_27; // if (text.overflowMode == TextOverflowModes.Page && currentCharInfo.pageNumber + 1 != text.pageToDisplay) continue; TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 * L_28 = ___text0; NullCheck(L_28); int32_t L_29; L_29 = TMP_Text_get_overflowMode_mD09EAE40A098EF2E50C65B0900904B8C1EBA0B35_inline(L_28, /*hidden argument*/NULL); if ((!(((uint32_t)L_29) == ((uint32_t)5)))) { goto IL_00a6; } } { TMP_CharacterInfo_t6F1B9FE4246803FFE4F527B3CEFED9D60AD7383B L_30 = V_12; int32_t L_31 = L_30.get_pageNumber_13(); TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 * L_32 = ___text0; NullCheck(L_32); int32_t L_33; L_33 = TMP_Text_get_pageToDisplay_mC860756E9242A44EFF0FAF800410A47E02A61783_inline(L_32, /*hidden argument*/NULL); if ((!(((uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_31, (int32_t)1))) == ((uint32_t)L_33)))) { goto IL_0396; } } IL_00a6: { // if (isBeginRegion == false) bool L_34 = V_5; if (L_34) { goto IL_01ca; } } { // isBeginRegion = true; V_5 = (bool)1; // bl = rectTransform.TransformPoint(new Vector3(currentCharInfo.bottomLeft.x, currentCharInfo.descender, 0)); RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * L_35 = V_0; TMP_CharacterInfo_t6F1B9FE4246803FFE4F527B3CEFED9D60AD7383B L_36 = V_12; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_37 = L_36.get_bottomLeft_20(); float L_38 = L_37.get_x_2(); TMP_CharacterInfo_t6F1B9FE4246803FFE4F527B3CEFED9D60AD7383B L_39 = V_12; float L_40 = L_39.get_descender_27(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_41; memset((&L_41), 0, sizeof(L_41)); Vector3__ctor_m57495F692C6CE1CEF278CAD9A98221165D37E636_inline((&L_41), L_38, L_40, (0.0f), /*hidden argument*/NULL); NullCheck(L_35); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_42; L_42 = Transform_TransformPoint_m68AF95765A9279192E601208A9C5170027A5F0D2(L_35, L_41, /*hidden argument*/NULL); V_6 = L_42; // tl = rectTransform.TransformPoint(new Vector3(currentCharInfo.bottomLeft.x, currentCharInfo.ascender, 0)); RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * L_43 = V_0; TMP_CharacterInfo_t6F1B9FE4246803FFE4F527B3CEFED9D60AD7383B L_44 = V_12; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_45 = L_44.get_bottomLeft_20(); float L_46 = L_45.get_x_2(); TMP_CharacterInfo_t6F1B9FE4246803FFE4F527B3CEFED9D60AD7383B L_47 = V_12; float L_48 = L_47.get_ascender_25(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_49; memset((&L_49), 0, sizeof(L_49)); Vector3__ctor_m57495F692C6CE1CEF278CAD9A98221165D37E636_inline((&L_49), L_46, L_48, (0.0f), /*hidden argument*/NULL); NullCheck(L_43); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_50; L_50 = Transform_TransformPoint_m68AF95765A9279192E601208A9C5170027A5F0D2(L_43, L_49, /*hidden argument*/NULL); V_7 = L_50; // if (linkInfo.linkTextLength == 1) TMP_LinkInfo_t1BFC3C15E256E033F84E8C3A48E0AC5F64D206A6 L_51 = V_4; int32_t L_52 = L_51.get_linkTextLength_5(); if ((!(((uint32_t)L_52) == ((uint32_t)1)))) { goto IL_01ca; } } { // isBeginRegion = false; V_5 = (bool)0; // br = rectTransform.TransformPoint(new Vector3(currentCharInfo.topRight.x, currentCharInfo.descender, 0)); RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * L_53 = V_0; TMP_CharacterInfo_t6F1B9FE4246803FFE4F527B3CEFED9D60AD7383B L_54 = V_12; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_55 = L_54.get_topRight_21(); float L_56 = L_55.get_x_2(); TMP_CharacterInfo_t6F1B9FE4246803FFE4F527B3CEFED9D60AD7383B L_57 = V_12; float L_58 = L_57.get_descender_27(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_59; memset((&L_59), 0, sizeof(L_59)); Vector3__ctor_m57495F692C6CE1CEF278CAD9A98221165D37E636_inline((&L_59), L_56, L_58, (0.0f), /*hidden argument*/NULL); NullCheck(L_53); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_60; L_60 = Transform_TransformPoint_m68AF95765A9279192E601208A9C5170027A5F0D2(L_53, L_59, /*hidden argument*/NULL); V_8 = L_60; // tr = rectTransform.TransformPoint(new Vector3(currentCharInfo.topRight.x, currentCharInfo.ascender, 0)); RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * L_61 = V_0; TMP_CharacterInfo_t6F1B9FE4246803FFE4F527B3CEFED9D60AD7383B L_62 = V_12; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_63 = L_62.get_topRight_21(); float L_64 = L_63.get_x_2(); TMP_CharacterInfo_t6F1B9FE4246803FFE4F527B3CEFED9D60AD7383B L_65 = V_12; float L_66 = L_65.get_ascender_25(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_67; memset((&L_67), 0, sizeof(L_67)); Vector3__ctor_m57495F692C6CE1CEF278CAD9A98221165D37E636_inline((&L_67), L_64, L_66, (0.0f), /*hidden argument*/NULL); NullCheck(L_61); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_68; L_68 = Transform_TransformPoint_m68AF95765A9279192E601208A9C5170027A5F0D2(L_61, L_67, /*hidden argument*/NULL); V_9 = L_68; // if (PointIntersectRectangle(position, bl, tl, tr, br)) Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_69 = ___position1; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_70 = V_6; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_71 = V_7; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_72 = V_9; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_73 = V_8; IL2CPP_RUNTIME_CLASS_INIT(TMP_TextUtilities_t10EED8029408480141690D0F3D3A17239920837F_il2cpp_TypeInfo_var); bool L_74; L_74 = TMP_TextUtilities_PointIntersectRectangle_m20756D13AD194C1706C7C09D9CD92C6E270021C8(L_69, L_70, L_71, L_72, L_73, /*hidden argument*/NULL); if (!L_74) { goto IL_0166; } } { // return i; int32_t L_75 = V_3; return L_75; } IL_0166: { // float dbl = DistanceToLine(bl, tl, position); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_76 = V_6; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_77 = V_7; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_78 = ___position1; IL2CPP_RUNTIME_CLASS_INIT(TMP_TextUtilities_t10EED8029408480141690D0F3D3A17239920837F_il2cpp_TypeInfo_var); float L_79; L_79 = TMP_TextUtilities_DistanceToLine_m856CA082FEFFD368B35CE7E2C8DA980F916AB735(L_76, L_77, L_78, /*hidden argument*/NULL); V_14 = L_79; // float dtl = DistanceToLine(tl, tr, position); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_80 = V_7; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_81 = V_9; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_82 = ___position1; float L_83; L_83 = TMP_TextUtilities_DistanceToLine_m856CA082FEFFD368B35CE7E2C8DA980F916AB735(L_80, L_81, L_82, /*hidden argument*/NULL); V_15 = L_83; // float dtr = DistanceToLine(tr, br, position); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_84 = V_9; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_85 = V_8; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_86 = ___position1; float L_87; L_87 = TMP_TextUtilities_DistanceToLine_m856CA082FEFFD368B35CE7E2C8DA980F916AB735(L_84, L_85, L_86, /*hidden argument*/NULL); V_16 = L_87; // float dbr = DistanceToLine(br, bl, position); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_88 = V_8; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_89 = V_6; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_90 = ___position1; float L_91; L_91 = TMP_TextUtilities_DistanceToLine_m856CA082FEFFD368B35CE7E2C8DA980F916AB735(L_88, L_89, L_90, /*hidden argument*/NULL); V_17 = L_91; // float d = dbl < dtl ? dbl : dtl; float L_92 = V_14; float L_93 = V_15; if ((((float)L_92) < ((float)L_93))) { goto IL_01a0; } } { float L_94 = V_15; G_B11_0 = L_94; goto IL_01a2; } IL_01a0: { float L_95 = V_14; G_B11_0 = L_95; } IL_01a2: { V_18 = G_B11_0; // d = d < dtr ? d : dtr; float L_96 = V_18; float L_97 = V_16; if ((((float)L_96) < ((float)L_97))) { goto IL_01ae; } } { float L_98 = V_16; G_B14_0 = L_98; goto IL_01b0; } IL_01ae: { float L_99 = V_18; G_B14_0 = L_99; } IL_01b0: { V_18 = G_B14_0; // d = d < dbr ? d : dbr; float L_100 = V_18; float L_101 = V_17; if ((((float)L_100) < ((float)L_101))) { goto IL_01bc; } } { float L_102 = V_17; G_B17_0 = L_102; goto IL_01be; } IL_01bc: { float L_103 = V_18; G_B17_0 = L_103; } IL_01be: { V_18 = G_B17_0; // if (distanceSqr > d) float L_104 = V_1; float L_105 = V_18; if ((!(((float)L_104) > ((float)L_105)))) { goto IL_01ca; } } { // distanceSqr = d; float L_106 = V_18; V_1 = L_106; // closest = i; int32_t L_107 = V_3; V_2 = L_107; } IL_01ca: { // if (isBeginRegion && j == linkInfo.linkTextLength - 1) bool L_108 = V_5; if (!L_108) { goto IL_02ac; } } { int32_t L_109 = V_10; TMP_LinkInfo_t1BFC3C15E256E033F84E8C3A48E0AC5F64D206A6 L_110 = V_4; int32_t L_111 = L_110.get_linkTextLength_5(); if ((!(((uint32_t)L_109) == ((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_111, (int32_t)1)))))) { goto IL_02ac; } } { // isBeginRegion = false; V_5 = (bool)0; // br = rectTransform.TransformPoint(new Vector3(currentCharInfo.topRight.x, currentCharInfo.descender, 0)); RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * L_112 = V_0; TMP_CharacterInfo_t6F1B9FE4246803FFE4F527B3CEFED9D60AD7383B L_113 = V_12; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_114 = L_113.get_topRight_21(); float L_115 = L_114.get_x_2(); TMP_CharacterInfo_t6F1B9FE4246803FFE4F527B3CEFED9D60AD7383B L_116 = V_12; float L_117 = L_116.get_descender_27(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_118; memset((&L_118), 0, sizeof(L_118)); Vector3__ctor_m57495F692C6CE1CEF278CAD9A98221165D37E636_inline((&L_118), L_115, L_117, (0.0f), /*hidden argument*/NULL); NullCheck(L_112); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_119; L_119 = Transform_TransformPoint_m68AF95765A9279192E601208A9C5170027A5F0D2(L_112, L_118, /*hidden argument*/NULL); V_8 = L_119; // tr = rectTransform.TransformPoint(new Vector3(currentCharInfo.topRight.x, currentCharInfo.ascender, 0)); RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * L_120 = V_0; TMP_CharacterInfo_t6F1B9FE4246803FFE4F527B3CEFED9D60AD7383B L_121 = V_12; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_122 = L_121.get_topRight_21(); float L_123 = L_122.get_x_2(); TMP_CharacterInfo_t6F1B9FE4246803FFE4F527B3CEFED9D60AD7383B L_124 = V_12; float L_125 = L_124.get_ascender_25(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_126; memset((&L_126), 0, sizeof(L_126)); Vector3__ctor_m57495F692C6CE1CEF278CAD9A98221165D37E636_inline((&L_126), L_123, L_125, (0.0f), /*hidden argument*/NULL); NullCheck(L_120); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_127; L_127 = Transform_TransformPoint_m68AF95765A9279192E601208A9C5170027A5F0D2(L_120, L_126, /*hidden argument*/NULL); V_9 = L_127; // if (PointIntersectRectangle(position, bl, tl, tr, br)) Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_128 = ___position1; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_129 = V_6; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_130 = V_7; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_131 = V_9; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_132 = V_8; IL2CPP_RUNTIME_CLASS_INIT(TMP_TextUtilities_t10EED8029408480141690D0F3D3A17239920837F_il2cpp_TypeInfo_var); bool L_133; L_133 = TMP_TextUtilities_PointIntersectRectangle_m20756D13AD194C1706C7C09D9CD92C6E270021C8(L_128, L_129, L_130, L_131, L_132, /*hidden argument*/NULL); if (!L_133) { goto IL_0240; } } { // return i; int32_t L_134 = V_3; return L_134; } IL_0240: { // float dbl = DistanceToLine(bl, tl, position); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_135 = V_6; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_136 = V_7; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_137 = ___position1; IL2CPP_RUNTIME_CLASS_INIT(TMP_TextUtilities_t10EED8029408480141690D0F3D3A17239920837F_il2cpp_TypeInfo_var); float L_138; L_138 = TMP_TextUtilities_DistanceToLine_m856CA082FEFFD368B35CE7E2C8DA980F916AB735(L_135, L_136, L_137, /*hidden argument*/NULL); V_19 = L_138; // float dtl = DistanceToLine(tl, tr, position); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_139 = V_7; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_140 = V_9; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_141 = ___position1; float L_142; L_142 = TMP_TextUtilities_DistanceToLine_m856CA082FEFFD368B35CE7E2C8DA980F916AB735(L_139, L_140, L_141, /*hidden argument*/NULL); V_20 = L_142; // float dtr = DistanceToLine(tr, br, position); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_143 = V_9; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_144 = V_8; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_145 = ___position1; float L_146; L_146 = TMP_TextUtilities_DistanceToLine_m856CA082FEFFD368B35CE7E2C8DA980F916AB735(L_143, L_144, L_145, /*hidden argument*/NULL); V_21 = L_146; // float dbr = DistanceToLine(br, bl, position); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_147 = V_8; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_148 = V_6; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_149 = ___position1; float L_150; L_150 = TMP_TextUtilities_DistanceToLine_m856CA082FEFFD368B35CE7E2C8DA980F916AB735(L_147, L_148, L_149, /*hidden argument*/NULL); V_22 = L_150; // float d = dbl < dtl ? dbl : dtl; float L_151 = V_19; float L_152 = V_20; if ((((float)L_151) < ((float)L_152))) { goto IL_027a; } } { float L_153 = V_20; G_B26_0 = L_153; goto IL_027c; } IL_027a: { float L_154 = V_19; G_B26_0 = L_154; } IL_027c: { V_23 = G_B26_0; // d = d < dtr ? d : dtr; float L_155 = V_23; float L_156 = V_21; if ((((float)L_155) < ((float)L_156))) { goto IL_0288; } } { float L_157 = V_21; G_B29_0 = L_157; goto IL_028a; } IL_0288: { float L_158 = V_23; G_B29_0 = L_158; } IL_028a: { V_23 = G_B29_0; // d = d < dbr ? d : dbr; float L_159 = V_23; float L_160 = V_22; if ((((float)L_159) < ((float)L_160))) { goto IL_0296; } } { float L_161 = V_22; G_B32_0 = L_161; goto IL_0298; } IL_0296: { float L_162 = V_23; G_B32_0 = L_162; } IL_0298: { V_23 = G_B32_0; // if (distanceSqr > d) float L_163 = V_1; float L_164 = V_23; if ((!(((float)L_163) > ((float)L_164)))) { goto IL_0396; } } { // distanceSqr = d; float L_165 = V_23; V_1 = L_165; // closest = i; int32_t L_166 = V_3; V_2 = L_166; // } goto IL_0396; } IL_02ac: { // else if (isBeginRegion && currentLine != text.textInfo.characterInfo[characterIndex + 1].lineNumber) bool L_167 = V_5; if (!L_167) { goto IL_0396; } } { int32_t L_168 = V_13; TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 * L_169 = ___text0; NullCheck(L_169); TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_170; L_170 = TMP_Text_get_textInfo_mB006DF4283F14B0E49B9FCC0025D99C29FA534BF_inline(L_169, /*hidden argument*/NULL); NullCheck(L_170); TMP_CharacterInfoU5BU5D_t7128C1B46CF6AB1374135FA31D41ABF23882B970* L_171 = L_170->get_characterInfo_11(); int32_t L_172 = V_11; NullCheck(L_171); int32_t L_173 = ((L_171)->GetAddressAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_172, (int32_t)1)))))->get_lineNumber_12(); if ((((int32_t)L_168) == ((int32_t)L_173))) { goto IL_0396; } } { // isBeginRegion = false; V_5 = (bool)0; // br = rectTransform.TransformPoint(new Vector3(currentCharInfo.topRight.x, currentCharInfo.descender, 0)); RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * L_174 = V_0; TMP_CharacterInfo_t6F1B9FE4246803FFE4F527B3CEFED9D60AD7383B L_175 = V_12; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_176 = L_175.get_topRight_21(); float L_177 = L_176.get_x_2(); TMP_CharacterInfo_t6F1B9FE4246803FFE4F527B3CEFED9D60AD7383B L_178 = V_12; float L_179 = L_178.get_descender_27(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_180; memset((&L_180), 0, sizeof(L_180)); Vector3__ctor_m57495F692C6CE1CEF278CAD9A98221165D37E636_inline((&L_180), L_177, L_179, (0.0f), /*hidden argument*/NULL); NullCheck(L_174); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_181; L_181 = Transform_TransformPoint_m68AF95765A9279192E601208A9C5170027A5F0D2(L_174, L_180, /*hidden argument*/NULL); V_8 = L_181; // tr = rectTransform.TransformPoint(new Vector3(currentCharInfo.topRight.x, currentCharInfo.ascender, 0)); RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * L_182 = V_0; TMP_CharacterInfo_t6F1B9FE4246803FFE4F527B3CEFED9D60AD7383B L_183 = V_12; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_184 = L_183.get_topRight_21(); float L_185 = L_184.get_x_2(); TMP_CharacterInfo_t6F1B9FE4246803FFE4F527B3CEFED9D60AD7383B L_186 = V_12; float L_187 = L_186.get_ascender_25(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_188; memset((&L_188), 0, sizeof(L_188)); Vector3__ctor_m57495F692C6CE1CEF278CAD9A98221165D37E636_inline((&L_188), L_185, L_187, (0.0f), /*hidden argument*/NULL); NullCheck(L_182); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_189; L_189 = Transform_TransformPoint_m68AF95765A9279192E601208A9C5170027A5F0D2(L_182, L_188, /*hidden argument*/NULL); V_9 = L_189; // if (PointIntersectRectangle(position, bl, tl, tr, br)) Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_190 = ___position1; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_191 = V_6; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_192 = V_7; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_193 = V_9; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_194 = V_8; IL2CPP_RUNTIME_CLASS_INIT(TMP_TextUtilities_t10EED8029408480141690D0F3D3A17239920837F_il2cpp_TypeInfo_var); bool L_195; L_195 = TMP_TextUtilities_PointIntersectRectangle_m20756D13AD194C1706C7C09D9CD92C6E270021C8(L_190, L_191, L_192, L_193, L_194, /*hidden argument*/NULL); if (!L_195) { goto IL_0332; } } { // return i; int32_t L_196 = V_3; return L_196; } IL_0332: { // float dbl = DistanceToLine(bl, tl, position); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_197 = V_6; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_198 = V_7; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_199 = ___position1; IL2CPP_RUNTIME_CLASS_INIT(TMP_TextUtilities_t10EED8029408480141690D0F3D3A17239920837F_il2cpp_TypeInfo_var); float L_200; L_200 = TMP_TextUtilities_DistanceToLine_m856CA082FEFFD368B35CE7E2C8DA980F916AB735(L_197, L_198, L_199, /*hidden argument*/NULL); V_24 = L_200; // float dtl = DistanceToLine(tl, tr, position); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_201 = V_7; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_202 = V_9; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_203 = ___position1; float L_204; L_204 = TMP_TextUtilities_DistanceToLine_m856CA082FEFFD368B35CE7E2C8DA980F916AB735(L_201, L_202, L_203, /*hidden argument*/NULL); V_25 = L_204; // float dtr = DistanceToLine(tr, br, position); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_205 = V_9; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_206 = V_8; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_207 = ___position1; float L_208; L_208 = TMP_TextUtilities_DistanceToLine_m856CA082FEFFD368B35CE7E2C8DA980F916AB735(L_205, L_206, L_207, /*hidden argument*/NULL); V_26 = L_208; // float dbr = DistanceToLine(br, bl, position); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_209 = V_8; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_210 = V_6; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_211 = ___position1; float L_212; L_212 = TMP_TextUtilities_DistanceToLine_m856CA082FEFFD368B35CE7E2C8DA980F916AB735(L_209, L_210, L_211, /*hidden argument*/NULL); V_27 = L_212; // float d = dbl < dtl ? dbl : dtl; float L_213 = V_24; float L_214 = V_25; if ((((float)L_213) < ((float)L_214))) { goto IL_036c; } } { float L_215 = V_25; G_B41_0 = L_215; goto IL_036e; } IL_036c: { float L_216 = V_24; G_B41_0 = L_216; } IL_036e: { V_28 = G_B41_0; // d = d < dtr ? d : dtr; float L_217 = V_28; float L_218 = V_26; if ((((float)L_217) < ((float)L_218))) { goto IL_037a; } } { float L_219 = V_26; G_B44_0 = L_219; goto IL_037c; } IL_037a: { float L_220 = V_28; G_B44_0 = L_220; } IL_037c: { V_28 = G_B44_0; // d = d < dbr ? d : dbr; float L_221 = V_28; float L_222 = V_27; if ((((float)L_221) < ((float)L_222))) { goto IL_0388; } } { float L_223 = V_27; G_B47_0 = L_223; goto IL_038a; } IL_0388: { float L_224 = V_28; G_B47_0 = L_224; } IL_038a: { V_28 = G_B47_0; // if (distanceSqr > d) float L_225 = V_1; float L_226 = V_28; if ((!(((float)L_225) > ((float)L_226)))) { goto IL_0396; } } { // distanceSqr = d; float L_227 = V_28; V_1 = L_227; // closest = i; int32_t L_228 = V_3; V_2 = L_228; } IL_0396: { // for (int j = 0; j < linkInfo.linkTextLength; j++) int32_t L_229 = V_10; V_10 = ((int32_t)il2cpp_codegen_add((int32_t)L_229, (int32_t)1)); } IL_039c: { // for (int j = 0; j < linkInfo.linkTextLength; j++) int32_t L_230 = V_10; TMP_LinkInfo_t1BFC3C15E256E033F84E8C3A48E0AC5F64D206A6 L_231 = V_4; int32_t L_232 = L_231.get_linkTextLength_5(); if ((((int32_t)L_230) < ((int32_t)L_232))) { goto IL_0060; } } { // for (int i = 0; i < text.textInfo.linkCount; i++) int32_t L_233 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_233, (int32_t)1)); } IL_03ae: { // for (int i = 0; i < text.textInfo.linkCount; i++) int32_t L_234 = V_3; TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 * L_235 = ___text0; NullCheck(L_235); TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_236; L_236 = TMP_Text_get_textInfo_mB006DF4283F14B0E49B9FCC0025D99C29FA534BF_inline(L_235, /*hidden argument*/NULL); NullCheck(L_236); int32_t L_237 = L_236->get_linkCount_7(); if ((((int32_t)L_234) < ((int32_t)L_237))) { goto IL_0026; } } { // return closest; int32_t L_238 = V_2; return L_238; } } // System.Boolean TMPro.TMP_TextUtilities::PointIntersectRectangle(UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Vector3) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TMP_TextUtilities_PointIntersectRectangle_m20756D13AD194C1706C7C09D9CD92C6E270021C8 (Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___m0, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___a1, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___b2, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___c3, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___d4, const RuntimeMethod* method) { Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E V_0; memset((&V_0), 0, sizeof(V_0)); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E V_1; memset((&V_1), 0, sizeof(V_1)); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E V_2; memset((&V_2), 0, sizeof(V_2)); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E V_3; memset((&V_3), 0, sizeof(V_3)); float V_4 = 0.0f; float V_5 = 0.0f; { // Vector3 ab = b - a; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_0 = ___b2; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_1 = ___a1; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_2; L_2 = Vector3_op_Subtraction_m2725C96965D5C0B1F9715797E51762B13A5FED58_inline(L_0, L_1, /*hidden argument*/NULL); V_0 = L_2; // Vector3 am = m - a; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_3 = ___m0; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_4 = ___a1; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_5; L_5 = Vector3_op_Subtraction_m2725C96965D5C0B1F9715797E51762B13A5FED58_inline(L_3, L_4, /*hidden argument*/NULL); V_1 = L_5; // Vector3 bc = c - b; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_6 = ___c3; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_7 = ___b2; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_8; L_8 = Vector3_op_Subtraction_m2725C96965D5C0B1F9715797E51762B13A5FED58_inline(L_6, L_7, /*hidden argument*/NULL); V_2 = L_8; // Vector3 bm = m - b; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_9 = ___m0; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_10 = ___b2; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_11; L_11 = Vector3_op_Subtraction_m2725C96965D5C0B1F9715797E51762B13A5FED58_inline(L_9, L_10, /*hidden argument*/NULL); V_3 = L_11; // float abamDot = Vector3.Dot(ab, am); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_12 = V_0; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_13 = V_1; float L_14; L_14 = Vector3_Dot_mD19905B093915BA12852732EA27AA2DBE030D11F_inline(L_12, L_13, /*hidden argument*/NULL); V_4 = L_14; // float bcbmDot = Vector3.Dot(bc, bm); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_15 = V_2; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_16 = V_3; float L_17; L_17 = Vector3_Dot_mD19905B093915BA12852732EA27AA2DBE030D11F_inline(L_15, L_16, /*hidden argument*/NULL); V_5 = L_17; // return 0 <= abamDot && abamDot <= Vector3.Dot(ab, ab) && 0 <= bcbmDot && bcbmDot <= Vector3.Dot(bc, bc); float L_18 = V_4; if ((!(((float)(0.0f)) <= ((float)L_18)))) { goto IL_005e; } } { float L_19 = V_4; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_20 = V_0; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_21 = V_0; float L_22; L_22 = Vector3_Dot_mD19905B093915BA12852732EA27AA2DBE030D11F_inline(L_20, L_21, /*hidden argument*/NULL); if ((!(((float)L_19) <= ((float)L_22)))) { goto IL_005e; } } { float L_23 = V_5; if ((!(((float)(0.0f)) <= ((float)L_23)))) { goto IL_005e; } } { float L_24 = V_5; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_25 = V_2; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_26 = V_2; float L_27; L_27 = Vector3_Dot_mD19905B093915BA12852732EA27AA2DBE030D11F_inline(L_25, L_26, /*hidden argument*/NULL); return (bool)((((int32_t)((!(((float)L_24) <= ((float)L_27)))? 1 : 0)) == ((int32_t)0))? 1 : 0); } IL_005e: { return (bool)0; } } // System.Boolean TMPro.TMP_TextUtilities::ScreenPointToWorldPointInRectangle(UnityEngine.Transform,UnityEngine.Vector2,UnityEngine.Camera,UnityEngine.Vector3&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TMP_TextUtilities_ScreenPointToWorldPointInRectangle_mA50140F7833DFC97BE391FE6AC33E0F3F8704782 (Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * ___transform0, Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___screenPoint1, Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * ___cam2, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * ___worldPoint3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RectTransformUtility_t829C94C0D38759683C2BED9FCE244D5EA9842396_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Ray_t2E9E67CC8B03EE6ED2BBF3D2C9C96DDF70E1D5E6 V_0; memset((&V_0), 0, sizeof(V_0)); float V_1 = 0.0f; Plane_t80844BF2332EAFC1DDEDD616A950242031A115C7 V_2; memset((&V_2), 0, sizeof(V_2)); { // worldPoint = (Vector3)Vector2.zero; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * L_0 = ___worldPoint3; Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_1; L_1 = Vector2_get_zero_m621041B9DF5FAE86C1EF4CB28C224FEA089CB828(/*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_2; L_2 = Vector2_op_Implicit_m4FA146E613DBFE6C1C4B0E9B461D622E6F2FC294_inline(L_1, /*hidden argument*/NULL); *(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E *)L_0 = L_2; // Ray ray = RectTransformUtility.ScreenPointToRay(cam, screenPoint); Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * L_3 = ___cam2; Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_4 = ___screenPoint1; IL2CPP_RUNTIME_CLASS_INIT(RectTransformUtility_t829C94C0D38759683C2BED9FCE244D5EA9842396_il2cpp_TypeInfo_var); Ray_t2E9E67CC8B03EE6ED2BBF3D2C9C96DDF70E1D5E6 L_5; L_5 = RectTransformUtility_ScreenPointToRay_m90048F9120E0F859D8ED12C6590E0793F0602641(L_3, L_4, /*hidden argument*/NULL); V_0 = L_5; // if (!new Plane(transform.rotation * Vector3.back, transform.position).Raycast(ray, out enter)) Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_6 = ___transform0; NullCheck(L_6); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_7; L_7 = Transform_get_rotation_m4AA3858C00DF4C9614B80352558C4C37D08D2200(L_6, /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_8; L_8 = Vector3_get_back_mD521DF1A2C26E145578E07D618E1E4D08A1C6220(/*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_9; L_9 = Quaternion_op_Multiply_mDC5F913E6B21FEC72AB2CF737D34CC6C7A69803D(L_7, L_8, /*hidden argument*/NULL); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_10 = ___transform0; NullCheck(L_10); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_11; L_11 = Transform_get_position_m40A8A9895568D56FFC687B57F30E8D53CB5EA341(L_10, /*hidden argument*/NULL); Plane_t80844BF2332EAFC1DDEDD616A950242031A115C7 L_12; memset((&L_12), 0, sizeof(L_12)); Plane__ctor_m5B830C0E99AA5A47EF0D15767828D6E859867E67((&L_12), L_9, L_11, /*hidden argument*/NULL); V_2 = L_12; Ray_t2E9E67CC8B03EE6ED2BBF3D2C9C96DDF70E1D5E6 L_13 = V_0; bool L_14; L_14 = Plane_Raycast_m8E3B0EF5B22DF336430373D4997155B647E99A24((Plane_t80844BF2332EAFC1DDEDD616A950242031A115C7 *)(&V_2), L_13, (float*)(&V_1), /*hidden argument*/NULL); if (L_14) { goto IL_0042; } } { // return false; return (bool)0; } IL_0042: { // worldPoint = ray.GetPoint(enter); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * L_15 = ___worldPoint3; float L_16 = V_1; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_17; L_17 = Ray_GetPoint_mC92464E32E42603B7B3444938E8BB8ADA43AB240((Ray_t2E9E67CC8B03EE6ED2BBF3D2C9C96DDF70E1D5E6 *)(&V_0), L_16, /*hidden argument*/NULL); *(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E *)L_15 = L_17; // return true; return (bool)1; } } // System.Boolean TMPro.TMP_TextUtilities::IntersectLinePlane(TMPro.TMP_TextUtilities/LineSegment,UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Vector3&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TMP_TextUtilities_IntersectLinePlane_mD1CA25D635DEF9FFEAD65156CCC27623B744C708 (LineSegment_t7EBE28F12DB31AD9429D413B42DCC8F91EB6DEB4 ___line0, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___point1, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___normal2, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * ___intersectingPoint3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Mathf_t4D4AC358D24F6DDC32EC291DDE1DF2C3B752A194_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E V_0; memset((&V_0), 0, sizeof(V_0)); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E V_1; memset((&V_1), 0, sizeof(V_1)); float V_2 = 0.0f; float V_3 = 0.0f; float V_4 = 0.0f; { // intersectingPoint = Vector3.zero; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * L_0 = ___intersectingPoint3; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_1; L_1 = Vector3_get_zero_m1A8F7993167785F750B6B01762D22C2597C84EF6(/*hidden argument*/NULL); *(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E *)L_0 = L_1; // Vector3 u = line.Point2 - line.Point1; LineSegment_t7EBE28F12DB31AD9429D413B42DCC8F91EB6DEB4 L_2 = ___line0; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_3 = L_2.get_Point2_1(); LineSegment_t7EBE28F12DB31AD9429D413B42DCC8F91EB6DEB4 L_4 = ___line0; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_5 = L_4.get_Point1_0(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_6; L_6 = Vector3_op_Subtraction_m2725C96965D5C0B1F9715797E51762B13A5FED58_inline(L_3, L_5, /*hidden argument*/NULL); V_0 = L_6; // Vector3 w = line.Point1 - point; LineSegment_t7EBE28F12DB31AD9429D413B42DCC8F91EB6DEB4 L_7 = ___line0; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_8 = L_7.get_Point1_0(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_9 = ___point1; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_10; L_10 = Vector3_op_Subtraction_m2725C96965D5C0B1F9715797E51762B13A5FED58_inline(L_8, L_9, /*hidden argument*/NULL); V_1 = L_10; // float D = Vector3.Dot(normal, u); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_11 = ___normal2; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_12 = V_0; float L_13; L_13 = Vector3_Dot_mD19905B093915BA12852732EA27AA2DBE030D11F_inline(L_11, L_12, /*hidden argument*/NULL); V_2 = L_13; // float N = -Vector3.Dot(normal, w); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_14 = ___normal2; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_15 = V_1; float L_16; L_16 = Vector3_Dot_mD19905B093915BA12852732EA27AA2DBE030D11F_inline(L_14, L_15, /*hidden argument*/NULL); V_3 = ((-L_16)); // if (Mathf.Abs(D) < Mathf.Epsilon) // if line is parallel & co-planar to plane float L_17 = V_2; float L_18; L_18 = fabsf(L_17); float L_19 = ((Mathf_t4D4AC358D24F6DDC32EC291DDE1DF2C3B752A194_StaticFields*)il2cpp_codegen_static_fields_for(Mathf_t4D4AC358D24F6DDC32EC291DDE1DF2C3B752A194_il2cpp_TypeInfo_var))->get_Epsilon_0(); if ((!(((float)L_18) < ((float)L_19)))) { goto IL_0054; } } { // if (N == 0) float L_20 = V_3; if ((!(((float)L_20) == ((float)(0.0f))))) { goto IL_0052; } } { // return true; return (bool)1; } IL_0052: { // return false; return (bool)0; } IL_0054: { // float sI = N / D; float L_21 = V_3; float L_22 = V_2; V_4 = ((float)((float)L_21/(float)L_22)); // if (sI < 0 || sI > 1) // Line parallel to plane float L_23 = V_4; if ((((float)L_23) < ((float)(0.0f)))) { goto IL_006b; } } { float L_24 = V_4; if ((!(((float)L_24) > ((float)(1.0f))))) { goto IL_006d; } } IL_006b: { // return false; return (bool)0; } IL_006d: { // intersectingPoint = line.Point1 + sI * u; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * L_25 = ___intersectingPoint3; LineSegment_t7EBE28F12DB31AD9429D413B42DCC8F91EB6DEB4 L_26 = ___line0; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_27 = L_26.get_Point1_0(); float L_28 = V_4; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_29 = V_0; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_30; L_30 = Vector3_op_Multiply_m079B29E4F58127F03BD52558C1FE1A528547328F_inline(L_28, L_29, /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_31; L_31 = Vector3_op_Addition_mEE4F672B923CCB184C39AABCA33443DB218E50E0_inline(L_27, L_30, /*hidden argument*/NULL); *(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E *)L_25 = L_31; // return true; return (bool)1; } } // System.Single TMPro.TMP_TextUtilities::DistanceToLine(UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Vector3) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float TMP_TextUtilities_DistanceToLine_m856CA082FEFFD368B35CE7E2C8DA980F916AB735 (Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___a0, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___b1, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___point2, const RuntimeMethod* method) { Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E V_0; memset((&V_0), 0, sizeof(V_0)); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E V_1; memset((&V_1), 0, sizeof(V_1)); float V_2 = 0.0f; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E V_3; memset((&V_3), 0, sizeof(V_3)); { // Vector3 n = b - a; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_0 = ___b1; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_1 = ___a0; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_2; L_2 = Vector3_op_Subtraction_m2725C96965D5C0B1F9715797E51762B13A5FED58_inline(L_0, L_1, /*hidden argument*/NULL); V_0 = L_2; // Vector3 pa = a - point; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_3 = ___a0; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_4 = ___point2; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_5; L_5 = Vector3_op_Subtraction_m2725C96965D5C0B1F9715797E51762B13A5FED58_inline(L_3, L_4, /*hidden argument*/NULL); V_1 = L_5; // float c = Vector3.Dot( n, pa ); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_6 = V_0; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_7 = V_1; float L_8; L_8 = Vector3_Dot_mD19905B093915BA12852732EA27AA2DBE030D11F_inline(L_6, L_7, /*hidden argument*/NULL); V_2 = L_8; // if ( c > 0.0f ) float L_9 = V_2; if ((!(((float)L_9) > ((float)(0.0f))))) { goto IL_0028; } } { // return Vector3.Dot( pa, pa ); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_10 = V_1; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_11 = V_1; float L_12; L_12 = Vector3_Dot_mD19905B093915BA12852732EA27AA2DBE030D11F_inline(L_10, L_11, /*hidden argument*/NULL); return L_12; } IL_0028: { // Vector3 bp = point - b; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_13 = ___point2; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_14 = ___b1; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_15; L_15 = Vector3_op_Subtraction_m2725C96965D5C0B1F9715797E51762B13A5FED58_inline(L_13, L_14, /*hidden argument*/NULL); V_3 = L_15; // if (Vector3.Dot( n, bp ) > 0.0f ) Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_16 = V_0; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_17 = V_3; float L_18; L_18 = Vector3_Dot_mD19905B093915BA12852732EA27AA2DBE030D11F_inline(L_16, L_17, /*hidden argument*/NULL); if ((!(((float)L_18) > ((float)(0.0f))))) { goto IL_0046; } } { // return Vector3.Dot( bp, bp ); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_19 = V_3; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_20 = V_3; float L_21; L_21 = Vector3_Dot_mD19905B093915BA12852732EA27AA2DBE030D11F_inline(L_19, L_20, /*hidden argument*/NULL); return L_21; } IL_0046: { // Vector3 e = pa - n * (c / Vector3.Dot( n, n )); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_22 = V_1; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_23 = V_0; float L_24 = V_2; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_25 = V_0; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_26 = V_0; float L_27; L_27 = Vector3_Dot_mD19905B093915BA12852732EA27AA2DBE030D11F_inline(L_25, L_26, /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_28; L_28 = Vector3_op_Multiply_m9EA3D18290418D7B410C7D11C4788C13BFD2C30A_inline(L_23, ((float)((float)L_24/(float)L_27)), /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_29; L_29 = Vector3_op_Subtraction_m2725C96965D5C0B1F9715797E51762B13A5FED58_inline(L_22, L_28, /*hidden argument*/NULL); // return Vector3.Dot( e, e ); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_30 = L_29; float L_31; L_31 = Vector3_Dot_mD19905B093915BA12852732EA27AA2DBE030D11F_inline(L_30, L_30, /*hidden argument*/NULL); return L_31; } } // System.Char TMPro.TMP_TextUtilities::ToLowerFast(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar TMP_TextUtilities_ToLowerFast_mA95B4B88050827AFB7AEF9E67E2E360350E5D02E (Il2CppChar ___c0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral428BF371C1E7FFDC7F5D247619D36EF4C6E96592); s_Il2CppMethodInitialized = true; } { // if (c > k_lookupStringL.Length - 1) Il2CppChar L_0 = ___c0; NullCheck(_stringLiteral428BF371C1E7FFDC7F5D247619D36EF4C6E96592); int32_t L_1; L_1 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(_stringLiteral428BF371C1E7FFDC7F5D247619D36EF4C6E96592, /*hidden argument*/NULL); if ((((int32_t)L_0) <= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_1, (int32_t)1))))) { goto IL_0011; } } { // return c; Il2CppChar L_2 = ___c0; return L_2; } IL_0011: { // return k_lookupStringL[c]; Il2CppChar L_3 = ___c0; NullCheck(_stringLiteral428BF371C1E7FFDC7F5D247619D36EF4C6E96592); Il2CppChar L_4; L_4 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(_stringLiteral428BF371C1E7FFDC7F5D247619D36EF4C6E96592, L_3, /*hidden argument*/NULL); return L_4; } } // System.Char TMPro.TMP_TextUtilities::ToUpperFast(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar TMP_TextUtilities_ToUpperFast_mD0D38F4B5BD8075F96C2F50447CCBBA8BE93C8C6 (Il2CppChar ___c0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0C9E0579800D2261789D578B378D6BD8D6F31974); s_Il2CppMethodInitialized = true; } { // if (c > k_lookupStringU.Length - 1) Il2CppChar L_0 = ___c0; NullCheck(_stringLiteral0C9E0579800D2261789D578B378D6BD8D6F31974); int32_t L_1; L_1 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(_stringLiteral0C9E0579800D2261789D578B378D6BD8D6F31974, /*hidden argument*/NULL); if ((((int32_t)L_0) <= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_1, (int32_t)1))))) { goto IL_0011; } } { // return c; Il2CppChar L_2 = ___c0; return L_2; } IL_0011: { // return k_lookupStringU[c]; Il2CppChar L_3 = ___c0; NullCheck(_stringLiteral0C9E0579800D2261789D578B378D6BD8D6F31974); Il2CppChar L_4; L_4 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(_stringLiteral0C9E0579800D2261789D578B378D6BD8D6F31974, L_3, /*hidden argument*/NULL); return L_4; } } // System.UInt32 TMPro.TMP_TextUtilities::ToUpperASCIIFast(System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t TMP_TextUtilities_ToUpperASCIIFast_mAFC58A7E4803F352FBC289827B36F507F9EE1363 (uint32_t ___c0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0C9E0579800D2261789D578B378D6BD8D6F31974); s_Il2CppMethodInitialized = true; } { // if (c > k_lookupStringU.Length - 1) uint32_t L_0 = ___c0; NullCheck(_stringLiteral0C9E0579800D2261789D578B378D6BD8D6F31974); int32_t L_1; L_1 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(_stringLiteral0C9E0579800D2261789D578B378D6BD8D6F31974, /*hidden argument*/NULL); if ((((int64_t)((int64_t)((uint64_t)L_0))) <= ((int64_t)((int64_t)((int64_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_1, (int32_t)1))))))) { goto IL_0013; } } { // return c; uint32_t L_2 = ___c0; return L_2; } IL_0013: { // return k_lookupStringU[(int)c]; uint32_t L_3 = ___c0; NullCheck(_stringLiteral0C9E0579800D2261789D578B378D6BD8D6F31974); Il2CppChar L_4; L_4 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(_stringLiteral0C9E0579800D2261789D578B378D6BD8D6F31974, L_3, /*hidden argument*/NULL); return L_4; } } // System.Int32 TMPro.TMP_TextUtilities::GetHashCode(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TMP_TextUtilities_GetHashCode_m85DE3CA3CDB74E4B08580FACE333D9C331FE57E1 (String_t* ___s0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TMP_TextUtilities_t10EED8029408480141690D0F3D3A17239920837F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; { // int hashCode = 0; V_0 = 0; // for (int i = 0; i < s.Length; i++) V_1 = 0; goto IL_001d; } IL_0006: { // hashCode = ((hashCode << 5) + hashCode) ^ ToUpperFast(s[i]); int32_t L_0 = V_0; int32_t L_1 = V_0; String_t* L_2 = ___s0; int32_t L_3 = V_1; NullCheck(L_2); Il2CppChar L_4; L_4 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_2, L_3, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(TMP_TextUtilities_t10EED8029408480141690D0F3D3A17239920837F_il2cpp_TypeInfo_var); Il2CppChar L_5; L_5 = TMP_TextUtilities_ToUpperFast_mD0D38F4B5BD8075F96C2F50447CCBBA8BE93C8C6(L_4, /*hidden argument*/NULL); V_0 = ((int32_t)((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)L_0<<(int32_t)5)), (int32_t)L_1))^(int32_t)L_5)); // for (int i = 0; i < s.Length; i++) int32_t L_6 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)1)); } IL_001d: { // for (int i = 0; i < s.Length; i++) int32_t L_7 = V_1; String_t* L_8 = ___s0; NullCheck(L_8); int32_t L_9; L_9 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_8, /*hidden argument*/NULL); if ((((int32_t)L_7) < ((int32_t)L_9))) { goto IL_0006; } } { // return hashCode; int32_t L_10 = V_0; return L_10; } } // System.Int32 TMPro.TMP_TextUtilities::GetSimpleHashCode(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TMP_TextUtilities_GetSimpleHashCode_m9A50AA78D117D163062D2B5AC0D884B1A97E8B98 (String_t* ___s0, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; { // int hashCode = 0; V_0 = 0; // for (int i = 0; i < s.Length; i++) V_1 = 0; goto IL_0018; } IL_0006: { // hashCode = ((hashCode << 5) + hashCode) ^ s[i]; int32_t L_0 = V_0; int32_t L_1 = V_0; String_t* L_2 = ___s0; int32_t L_3 = V_1; NullCheck(L_2); Il2CppChar L_4; L_4 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_2, L_3, /*hidden argument*/NULL); V_0 = ((int32_t)((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)L_0<<(int32_t)5)), (int32_t)L_1))^(int32_t)L_4)); // for (int i = 0; i < s.Length; i++) int32_t L_5 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1)); } IL_0018: { // for (int i = 0; i < s.Length; i++) int32_t L_6 = V_1; String_t* L_7 = ___s0; NullCheck(L_7); int32_t L_8; L_8 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_7, /*hidden argument*/NULL); if ((((int32_t)L_6) < ((int32_t)L_8))) { goto IL_0006; } } { // return hashCode; int32_t L_9 = V_0; return L_9; } } // System.UInt32 TMPro.TMP_TextUtilities::GetSimpleHashCodeLowercase(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t TMP_TextUtilities_GetSimpleHashCodeLowercase_m310469C14A6728D23C986094B93EF6FB81BC814B (String_t* ___s0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TMP_TextUtilities_t10EED8029408480141690D0F3D3A17239920837F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } uint32_t V_0 = 0; int32_t V_1 = 0; { // uint hashCode = 5381; V_0 = ((int32_t)5381); // for (int i = 0; i < s.Length; i++) V_1 = 0; goto IL_0021; } IL_000a: { // hashCode = (hashCode << 5) + hashCode ^ ToLowerFast(s[i]); uint32_t L_0 = V_0; uint32_t L_1 = V_0; String_t* L_2 = ___s0; int32_t L_3 = V_1; NullCheck(L_2); Il2CppChar L_4; L_4 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_2, L_3, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(TMP_TextUtilities_t10EED8029408480141690D0F3D3A17239920837F_il2cpp_TypeInfo_var); Il2CppChar L_5; L_5 = TMP_TextUtilities_ToLowerFast_mA95B4B88050827AFB7AEF9E67E2E360350E5D02E(L_4, /*hidden argument*/NULL); V_0 = ((int32_t)((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)L_0<<(int32_t)5)), (int32_t)L_1))^(int32_t)L_5)); // for (int i = 0; i < s.Length; i++) int32_t L_6 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)1)); } IL_0021: { // for (int i = 0; i < s.Length; i++) int32_t L_7 = V_1; String_t* L_8 = ___s0; NullCheck(L_8); int32_t L_9; L_9 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_8, /*hidden argument*/NULL); if ((((int32_t)L_7) < ((int32_t)L_9))) { goto IL_000a; } } { // return hashCode; uint32_t L_10 = V_0; return L_10; } } // System.Int32 TMPro.TMP_TextUtilities::HexToInt(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TMP_TextUtilities_HexToInt_mFABAA06FA0B6E47ACDB038E0535BC4C746FD3C91 (Il2CppChar ___hex0, const RuntimeMethod* method) { { Il2CppChar L_0 = ___hex0; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_0, (int32_t)((int32_t)48)))) { case 0: { goto IL_0088; } case 1: { goto IL_008a; } case 2: { goto IL_008c; } case 3: { goto IL_008e; } case 4: { goto IL_0090; } case 5: { goto IL_0092; } case 6: { goto IL_0094; } case 7: { goto IL_0096; } case 8: { goto IL_0098; } case 9: { goto IL_009a; } case 10: { goto IL_00c1; } case 11: { goto IL_00c1; } case 12: { goto IL_00c1; } case 13: { goto IL_00c1; } case 14: { goto IL_00c1; } case 15: { goto IL_00c1; } case 16: { goto IL_00c1; } case 17: { goto IL_009d; } case 18: { goto IL_00a0; } case 19: { goto IL_00a3; } case 20: { goto IL_00a6; } case 21: { goto IL_00a9; } case 22: { goto IL_00ac; } } } { Il2CppChar L_1 = ___hex0; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_1, (int32_t)((int32_t)97)))) { case 0: { goto IL_00af; } case 1: { goto IL_00b2; } case 2: { goto IL_00b5; } case 3: { goto IL_00b8; } case 4: { goto IL_00bb; } case 5: { goto IL_00be; } } } { goto IL_00c1; } IL_0088: { // case '0': return 0; return 0; } IL_008a: { // case '1': return 1; return 1; } IL_008c: { // case '2': return 2; return 2; } IL_008e: { // case '3': return 3; return 3; } IL_0090: { // case '4': return 4; return 4; } IL_0092: { // case '5': return 5; return 5; } IL_0094: { // case '6': return 6; return 6; } IL_0096: { // case '7': return 7; return 7; } IL_0098: { // case '8': return 8; return 8; } IL_009a: { // case '9': return 9; return ((int32_t)9); } IL_009d: { // case 'A': return 10; return ((int32_t)10); } IL_00a0: { // case 'B': return 11; return ((int32_t)11); } IL_00a3: { // case 'C': return 12; return ((int32_t)12); } IL_00a6: { // case 'D': return 13; return ((int32_t)13); } IL_00a9: { // case 'E': return 14; return ((int32_t)14); } IL_00ac: { // case 'F': return 15; return ((int32_t)15); } IL_00af: { // case 'a': return 10; return ((int32_t)10); } IL_00b2: { // case 'b': return 11; return ((int32_t)11); } IL_00b5: { // case 'c': return 12; return ((int32_t)12); } IL_00b8: { // case 'd': return 13; return ((int32_t)13); } IL_00bb: { // case 'e': return 14; return ((int32_t)14); } IL_00be: { // case 'f': return 15; return ((int32_t)15); } IL_00c1: { // return 15; return ((int32_t)15); } } // System.Int32 TMPro.TMP_TextUtilities::StringHexToInt(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TMP_TextUtilities_StringHexToInt_m3309DEA863AE36B8A1FA5D9E634257952530F49E (String_t* ___s0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TMP_TextUtilities_t10EED8029408480141690D0F3D3A17239920837F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; { // int value = 0; V_0 = 0; // for (int i = 0; i < s.Length; i++) V_1 = 0; goto IL_0030; } IL_0006: { // value += HexToInt(s[i]) * (int)Mathf.Pow(16, (s.Length - 1) - i); int32_t L_0 = V_0; String_t* L_1 = ___s0; int32_t L_2 = V_1; NullCheck(L_1); Il2CppChar L_3; L_3 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_1, L_2, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(TMP_TextUtilities_t10EED8029408480141690D0F3D3A17239920837F_il2cpp_TypeInfo_var); int32_t L_4; L_4 = TMP_TextUtilities_HexToInt_mFABAA06FA0B6E47ACDB038E0535BC4C746FD3C91(L_3, /*hidden argument*/NULL); String_t* L_5 = ___s0; NullCheck(L_5); int32_t L_6; L_6 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_5, /*hidden argument*/NULL); int32_t L_7 = V_1; float L_8; L_8 = powf((16.0f), ((float)((float)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_6, (int32_t)1)), (int32_t)L_7))))); V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_4, (int32_t)((int32_t)((int32_t)L_8)))))); // for (int i = 0; i < s.Length; i++) int32_t L_9 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)1)); } IL_0030: { // for (int i = 0; i < s.Length; i++) int32_t L_10 = V_1; String_t* L_11 = ___s0; NullCheck(L_11); int32_t L_12; L_12 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_11, /*hidden argument*/NULL); if ((((int32_t)L_10) < ((int32_t)L_12))) { goto IL_0006; } } { // return value; int32_t L_13 = V_0; return L_13; } } // System.Void TMPro.TMP_TextUtilities::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_TextUtilities__cctor_m0EF44769C30BD3011E92B91B4AD08013FB7FCFEE (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TMP_TextUtilities_t10EED8029408480141690D0F3D3A17239920837F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // private static Vector3[] m_rectWorldCorners = new Vector3[4]; Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4* L_0 = (Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4*)(Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4*)SZArrayNew(Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4_il2cpp_TypeInfo_var, (uint32_t)4); ((TMP_TextUtilities_t10EED8029408480141690D0F3D3A17239920837F_StaticFields*)il2cpp_codegen_static_fields_for(TMP_TextUtilities_t10EED8029408480141690D0F3D3A17239920837F_il2cpp_TypeInfo_var))->set_m_rectWorldCorners_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // TMPro.TMP_UpdateManager TMPro.TMP_UpdateManager::get_instance() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TMP_UpdateManager_tDF9A1F6AC36B3228A091313D3CED71650F3BBBA1 * TMP_UpdateManager_get_instance_m2C91FB3C459A2B7CCD1EE666D58BF366C4D96804 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TMP_UpdateManager_tDF9A1F6AC36B3228A091313D3CED71650F3BBBA1_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (s_Instance == null) IL2CPP_RUNTIME_CLASS_INIT(TMP_UpdateManager_tDF9A1F6AC36B3228A091313D3CED71650F3BBBA1_il2cpp_TypeInfo_var); TMP_UpdateManager_tDF9A1F6AC36B3228A091313D3CED71650F3BBBA1 * L_0 = ((TMP_UpdateManager_tDF9A1F6AC36B3228A091313D3CED71650F3BBBA1_StaticFields*)il2cpp_codegen_static_fields_for(TMP_UpdateManager_tDF9A1F6AC36B3228A091313D3CED71650F3BBBA1_il2cpp_TypeInfo_var))->get_s_Instance_0(); if (L_0) { goto IL_0011; } } { // s_Instance = new TMP_UpdateManager(); TMP_UpdateManager_tDF9A1F6AC36B3228A091313D3CED71650F3BBBA1 * L_1 = (TMP_UpdateManager_tDF9A1F6AC36B3228A091313D3CED71650F3BBBA1 *)il2cpp_codegen_object_new(TMP_UpdateManager_tDF9A1F6AC36B3228A091313D3CED71650F3BBBA1_il2cpp_TypeInfo_var); TMP_UpdateManager__ctor_m4496C5FCCBD14F96D8C0F8FD1EEDB02002043978(L_1, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(TMP_UpdateManager_tDF9A1F6AC36B3228A091313D3CED71650F3BBBA1_il2cpp_TypeInfo_var); ((TMP_UpdateManager_tDF9A1F6AC36B3228A091313D3CED71650F3BBBA1_StaticFields*)il2cpp_codegen_static_fields_for(TMP_UpdateManager_tDF9A1F6AC36B3228A091313D3CED71650F3BBBA1_il2cpp_TypeInfo_var))->set_s_Instance_0(L_1); } IL_0011: { // return s_Instance; IL2CPP_RUNTIME_CLASS_INIT(TMP_UpdateManager_tDF9A1F6AC36B3228A091313D3CED71650F3BBBA1_il2cpp_TypeInfo_var); TMP_UpdateManager_tDF9A1F6AC36B3228A091313D3CED71650F3BBBA1 * L_2 = ((TMP_UpdateManager_tDF9A1F6AC36B3228A091313D3CED71650F3BBBA1_StaticFields*)il2cpp_codegen_static_fields_for(TMP_UpdateManager_tDF9A1F6AC36B3228A091313D3CED71650F3BBBA1_il2cpp_TypeInfo_var))->get_s_Instance_0(); return L_2; } } // System.Void TMPro.TMP_UpdateManager::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_UpdateManager__ctor_m4496C5FCCBD14F96D8C0F8FD1EEDB02002043978 (TMP_UpdateManager_tDF9A1F6AC36B3228A091313D3CED71650F3BBBA1 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashSet_1__ctor_m9B21BAAD4C19CA98ED32C01B726F2582CBA60B77_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashSet_1_tF187707BD5564B6808CE30721FBC083F00B385E5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_m8584EA72CF6336E2CFECED63DDF352FFB53B95CE_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_tB6DC4E33A6D425C4CCA3CC020E0A5E62D10201E6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TMP_UpdateManager_DoRebuilds_mC7AA93B8AF213BA9D42526C3881B4090A87A3405_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WillRenderCanvases_t459621B4F3FA2571DE0ED6B4DEF0752F2E9EE958_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // private readonly HashSet m_LayoutQueueLookup = new HashSet(); HashSet_1_tF187707BD5564B6808CE30721FBC083F00B385E5 * L_0 = (HashSet_1_tF187707BD5564B6808CE30721FBC083F00B385E5 *)il2cpp_codegen_object_new(HashSet_1_tF187707BD5564B6808CE30721FBC083F00B385E5_il2cpp_TypeInfo_var); HashSet_1__ctor_m9B21BAAD4C19CA98ED32C01B726F2582CBA60B77(L_0, /*hidden argument*/HashSet_1__ctor_m9B21BAAD4C19CA98ED32C01B726F2582CBA60B77_RuntimeMethod_var); __this->set_m_LayoutQueueLookup_1(L_0); // private readonly List m_LayoutRebuildQueue = new List(); List_1_tB6DC4E33A6D425C4CCA3CC020E0A5E62D10201E6 * L_1 = (List_1_tB6DC4E33A6D425C4CCA3CC020E0A5E62D10201E6 *)il2cpp_codegen_object_new(List_1_tB6DC4E33A6D425C4CCA3CC020E0A5E62D10201E6_il2cpp_TypeInfo_var); List_1__ctor_m8584EA72CF6336E2CFECED63DDF352FFB53B95CE(L_1, /*hidden argument*/List_1__ctor_m8584EA72CF6336E2CFECED63DDF352FFB53B95CE_RuntimeMethod_var); __this->set_m_LayoutRebuildQueue_2(L_1); // private readonly HashSet m_GraphicQueueLookup = new HashSet(); HashSet_1_tF187707BD5564B6808CE30721FBC083F00B385E5 * L_2 = (HashSet_1_tF187707BD5564B6808CE30721FBC083F00B385E5 *)il2cpp_codegen_object_new(HashSet_1_tF187707BD5564B6808CE30721FBC083F00B385E5_il2cpp_TypeInfo_var); HashSet_1__ctor_m9B21BAAD4C19CA98ED32C01B726F2582CBA60B77(L_2, /*hidden argument*/HashSet_1__ctor_m9B21BAAD4C19CA98ED32C01B726F2582CBA60B77_RuntimeMethod_var); __this->set_m_GraphicQueueLookup_3(L_2); // private readonly List m_GraphicRebuildQueue = new List(); List_1_tB6DC4E33A6D425C4CCA3CC020E0A5E62D10201E6 * L_3 = (List_1_tB6DC4E33A6D425C4CCA3CC020E0A5E62D10201E6 *)il2cpp_codegen_object_new(List_1_tB6DC4E33A6D425C4CCA3CC020E0A5E62D10201E6_il2cpp_TypeInfo_var); List_1__ctor_m8584EA72CF6336E2CFECED63DDF352FFB53B95CE(L_3, /*hidden argument*/List_1__ctor_m8584EA72CF6336E2CFECED63DDF352FFB53B95CE_RuntimeMethod_var); __this->set_m_GraphicRebuildQueue_4(L_3); // private readonly HashSet m_InternalUpdateLookup = new HashSet(); HashSet_1_tF187707BD5564B6808CE30721FBC083F00B385E5 * L_4 = (HashSet_1_tF187707BD5564B6808CE30721FBC083F00B385E5 *)il2cpp_codegen_object_new(HashSet_1_tF187707BD5564B6808CE30721FBC083F00B385E5_il2cpp_TypeInfo_var); HashSet_1__ctor_m9B21BAAD4C19CA98ED32C01B726F2582CBA60B77(L_4, /*hidden argument*/HashSet_1__ctor_m9B21BAAD4C19CA98ED32C01B726F2582CBA60B77_RuntimeMethod_var); __this->set_m_InternalUpdateLookup_5(L_4); // private readonly List m_InternalUpdateQueue = new List(); List_1_tB6DC4E33A6D425C4CCA3CC020E0A5E62D10201E6 * L_5 = (List_1_tB6DC4E33A6D425C4CCA3CC020E0A5E62D10201E6 *)il2cpp_codegen_object_new(List_1_tB6DC4E33A6D425C4CCA3CC020E0A5E62D10201E6_il2cpp_TypeInfo_var); List_1__ctor_m8584EA72CF6336E2CFECED63DDF352FFB53B95CE(L_5, /*hidden argument*/List_1__ctor_m8584EA72CF6336E2CFECED63DDF352FFB53B95CE_RuntimeMethod_var); __this->set_m_InternalUpdateQueue_6(L_5); // private readonly HashSet m_CullingUpdateLookup = new HashSet(); HashSet_1_tF187707BD5564B6808CE30721FBC083F00B385E5 * L_6 = (HashSet_1_tF187707BD5564B6808CE30721FBC083F00B385E5 *)il2cpp_codegen_object_new(HashSet_1_tF187707BD5564B6808CE30721FBC083F00B385E5_il2cpp_TypeInfo_var); HashSet_1__ctor_m9B21BAAD4C19CA98ED32C01B726F2582CBA60B77(L_6, /*hidden argument*/HashSet_1__ctor_m9B21BAAD4C19CA98ED32C01B726F2582CBA60B77_RuntimeMethod_var); __this->set_m_CullingUpdateLookup_7(L_6); // private readonly List m_CullingUpdateQueue = new List(); List_1_tB6DC4E33A6D425C4CCA3CC020E0A5E62D10201E6 * L_7 = (List_1_tB6DC4E33A6D425C4CCA3CC020E0A5E62D10201E6 *)il2cpp_codegen_object_new(List_1_tB6DC4E33A6D425C4CCA3CC020E0A5E62D10201E6_il2cpp_TypeInfo_var); List_1__ctor_m8584EA72CF6336E2CFECED63DDF352FFB53B95CE(L_7, /*hidden argument*/List_1__ctor_m8584EA72CF6336E2CFECED63DDF352FFB53B95CE_RuntimeMethod_var); __this->set_m_CullingUpdateQueue_8(L_7); // TMP_UpdateManager() Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); // Canvas.willRenderCanvases += DoRebuilds; WillRenderCanvases_t459621B4F3FA2571DE0ED6B4DEF0752F2E9EE958 * L_8 = (WillRenderCanvases_t459621B4F3FA2571DE0ED6B4DEF0752F2E9EE958 *)il2cpp_codegen_object_new(WillRenderCanvases_t459621B4F3FA2571DE0ED6B4DEF0752F2E9EE958_il2cpp_TypeInfo_var); WillRenderCanvases__ctor_m8A46E9A5DED6B54DC2A8A3137AE3637081EADFB6(L_8, __this, (intptr_t)((intptr_t)TMP_UpdateManager_DoRebuilds_mC7AA93B8AF213BA9D42526C3881B4090A87A3405_RuntimeMethod_var), /*hidden argument*/NULL); Canvas_add_willRenderCanvases_m00E391FCCE9839EEB6D7A729DCBF6B841FDF02B7(L_8, /*hidden argument*/NULL); // } return; } } // System.Void TMPro.TMP_UpdateManager::RegisterTextObjectForUpdate(TMPro.TMP_Text) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_UpdateManager_RegisterTextObjectForUpdate_mD448DE84DDA3342CC810AE3DA479C379ECBF9D51 (TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 * ___textObject0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TMP_UpdateManager_tDF9A1F6AC36B3228A091313D3CED71650F3BBBA1_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // instance.InternalRegisterTextObjectForUpdate(textObject); IL2CPP_RUNTIME_CLASS_INIT(TMP_UpdateManager_tDF9A1F6AC36B3228A091313D3CED71650F3BBBA1_il2cpp_TypeInfo_var); TMP_UpdateManager_tDF9A1F6AC36B3228A091313D3CED71650F3BBBA1 * L_0; L_0 = TMP_UpdateManager_get_instance_m2C91FB3C459A2B7CCD1EE666D58BF366C4D96804(/*hidden argument*/NULL); TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 * L_1 = ___textObject0; NullCheck(L_0); TMP_UpdateManager_InternalRegisterTextObjectForUpdate_m41B828F442070B55A1A8EFBDE276508F6CEA62C9(L_0, L_1, /*hidden argument*/NULL); // } return; } } // System.Void TMPro.TMP_UpdateManager::InternalRegisterTextObjectForUpdate(TMPro.TMP_Text) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_UpdateManager_InternalRegisterTextObjectForUpdate_m41B828F442070B55A1A8EFBDE276508F6CEA62C9 (TMP_UpdateManager_tDF9A1F6AC36B3228A091313D3CED71650F3BBBA1 * __this, TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 * ___textObject0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashSet_1_Add_m6E656443F896943F211B625F1CF920105F4C4EE1_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashSet_1_Contains_mDB2D801EE205A2137F9D5083CF53D0B81D4CAFD2_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_m046DC7544FD48E129983580D13F500A751551AE1_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { // int id = textObject.GetInstanceID(); TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 * L_0 = ___textObject0; NullCheck(L_0); int32_t L_1; L_1 = Object_GetInstanceID_m7CF962BC1DB5C03F3522F88728CB2F514582B501(L_0, /*hidden argument*/NULL); V_0 = L_1; // if (m_InternalUpdateLookup.Contains(id)) HashSet_1_tF187707BD5564B6808CE30721FBC083F00B385E5 * L_2 = __this->get_m_InternalUpdateLookup_5(); int32_t L_3 = V_0; NullCheck(L_2); bool L_4; L_4 = HashSet_1_Contains_mDB2D801EE205A2137F9D5083CF53D0B81D4CAFD2(L_2, L_3, /*hidden argument*/HashSet_1_Contains_mDB2D801EE205A2137F9D5083CF53D0B81D4CAFD2_RuntimeMethod_var); if (!L_4) { goto IL_0016; } } { // return; return; } IL_0016: { // m_InternalUpdateLookup.Add(id); HashSet_1_tF187707BD5564B6808CE30721FBC083F00B385E5 * L_5 = __this->get_m_InternalUpdateLookup_5(); int32_t L_6 = V_0; NullCheck(L_5); bool L_7; L_7 = HashSet_1_Add_m6E656443F896943F211B625F1CF920105F4C4EE1(L_5, L_6, /*hidden argument*/HashSet_1_Add_m6E656443F896943F211B625F1CF920105F4C4EE1_RuntimeMethod_var); // m_InternalUpdateQueue.Add(textObject); List_1_tB6DC4E33A6D425C4CCA3CC020E0A5E62D10201E6 * L_8 = __this->get_m_InternalUpdateQueue_6(); TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 * L_9 = ___textObject0; NullCheck(L_8); List_1_Add_m046DC7544FD48E129983580D13F500A751551AE1(L_8, L_9, /*hidden argument*/List_1_Add_m046DC7544FD48E129983580D13F500A751551AE1_RuntimeMethod_var); // } return; } } // System.Void TMPro.TMP_UpdateManager::RegisterTextElementForLayoutRebuild(TMPro.TMP_Text) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_UpdateManager_RegisterTextElementForLayoutRebuild_m3E29D9AB10E738BB81FC77C66C3BB9532BD768F1 (TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 * ___element0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TMP_UpdateManager_tDF9A1F6AC36B3228A091313D3CED71650F3BBBA1_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // instance.InternalRegisterTextElementForLayoutRebuild(element); IL2CPP_RUNTIME_CLASS_INIT(TMP_UpdateManager_tDF9A1F6AC36B3228A091313D3CED71650F3BBBA1_il2cpp_TypeInfo_var); TMP_UpdateManager_tDF9A1F6AC36B3228A091313D3CED71650F3BBBA1 * L_0; L_0 = TMP_UpdateManager_get_instance_m2C91FB3C459A2B7CCD1EE666D58BF366C4D96804(/*hidden argument*/NULL); TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 * L_1 = ___element0; NullCheck(L_0); TMP_UpdateManager_InternalRegisterTextElementForLayoutRebuild_mBE8E7BB7772EC1A129F3A6B0B88B948C298B9473(L_0, L_1, /*hidden argument*/NULL); // } return; } } // System.Void TMPro.TMP_UpdateManager::InternalRegisterTextElementForLayoutRebuild(TMPro.TMP_Text) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_UpdateManager_InternalRegisterTextElementForLayoutRebuild_mBE8E7BB7772EC1A129F3A6B0B88B948C298B9473 (TMP_UpdateManager_tDF9A1F6AC36B3228A091313D3CED71650F3BBBA1 * __this, TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 * ___element0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashSet_1_Add_m6E656443F896943F211B625F1CF920105F4C4EE1_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashSet_1_Contains_mDB2D801EE205A2137F9D5083CF53D0B81D4CAFD2_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_m046DC7544FD48E129983580D13F500A751551AE1_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { // int id = element.GetInstanceID(); TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 * L_0 = ___element0; NullCheck(L_0); int32_t L_1; L_1 = Object_GetInstanceID_m7CF962BC1DB5C03F3522F88728CB2F514582B501(L_0, /*hidden argument*/NULL); V_0 = L_1; // if (m_LayoutQueueLookup.Contains(id)) HashSet_1_tF187707BD5564B6808CE30721FBC083F00B385E5 * L_2 = __this->get_m_LayoutQueueLookup_1(); int32_t L_3 = V_0; NullCheck(L_2); bool L_4; L_4 = HashSet_1_Contains_mDB2D801EE205A2137F9D5083CF53D0B81D4CAFD2(L_2, L_3, /*hidden argument*/HashSet_1_Contains_mDB2D801EE205A2137F9D5083CF53D0B81D4CAFD2_RuntimeMethod_var); if (!L_4) { goto IL_0016; } } { // return; return; } IL_0016: { // m_LayoutQueueLookup.Add(id); HashSet_1_tF187707BD5564B6808CE30721FBC083F00B385E5 * L_5 = __this->get_m_LayoutQueueLookup_1(); int32_t L_6 = V_0; NullCheck(L_5); bool L_7; L_7 = HashSet_1_Add_m6E656443F896943F211B625F1CF920105F4C4EE1(L_5, L_6, /*hidden argument*/HashSet_1_Add_m6E656443F896943F211B625F1CF920105F4C4EE1_RuntimeMethod_var); // m_LayoutRebuildQueue.Add(element); List_1_tB6DC4E33A6D425C4CCA3CC020E0A5E62D10201E6 * L_8 = __this->get_m_LayoutRebuildQueue_2(); TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 * L_9 = ___element0; NullCheck(L_8); List_1_Add_m046DC7544FD48E129983580D13F500A751551AE1(L_8, L_9, /*hidden argument*/List_1_Add_m046DC7544FD48E129983580D13F500A751551AE1_RuntimeMethod_var); // } return; } } // System.Void TMPro.TMP_UpdateManager::RegisterTextElementForGraphicRebuild(TMPro.TMP_Text) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_UpdateManager_RegisterTextElementForGraphicRebuild_m840468F4BBD8241B2C128FDBE5F65F9B8EC66FE0 (TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 * ___element0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TMP_UpdateManager_tDF9A1F6AC36B3228A091313D3CED71650F3BBBA1_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // instance.InternalRegisterTextElementForGraphicRebuild(element); IL2CPP_RUNTIME_CLASS_INIT(TMP_UpdateManager_tDF9A1F6AC36B3228A091313D3CED71650F3BBBA1_il2cpp_TypeInfo_var); TMP_UpdateManager_tDF9A1F6AC36B3228A091313D3CED71650F3BBBA1 * L_0; L_0 = TMP_UpdateManager_get_instance_m2C91FB3C459A2B7CCD1EE666D58BF366C4D96804(/*hidden argument*/NULL); TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 * L_1 = ___element0; NullCheck(L_0); TMP_UpdateManager_InternalRegisterTextElementForGraphicRebuild_m8FE9440C12E2D6227BA9AFB48BEEC4949DF48C93(L_0, L_1, /*hidden argument*/NULL); // } return; } } // System.Void TMPro.TMP_UpdateManager::InternalRegisterTextElementForGraphicRebuild(TMPro.TMP_Text) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_UpdateManager_InternalRegisterTextElementForGraphicRebuild_m8FE9440C12E2D6227BA9AFB48BEEC4949DF48C93 (TMP_UpdateManager_tDF9A1F6AC36B3228A091313D3CED71650F3BBBA1 * __this, TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 * ___element0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashSet_1_Add_m6E656443F896943F211B625F1CF920105F4C4EE1_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashSet_1_Contains_mDB2D801EE205A2137F9D5083CF53D0B81D4CAFD2_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_m046DC7544FD48E129983580D13F500A751551AE1_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { // int id = element.GetInstanceID(); TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 * L_0 = ___element0; NullCheck(L_0); int32_t L_1; L_1 = Object_GetInstanceID_m7CF962BC1DB5C03F3522F88728CB2F514582B501(L_0, /*hidden argument*/NULL); V_0 = L_1; // if (m_GraphicQueueLookup.Contains(id)) HashSet_1_tF187707BD5564B6808CE30721FBC083F00B385E5 * L_2 = __this->get_m_GraphicQueueLookup_3(); int32_t L_3 = V_0; NullCheck(L_2); bool L_4; L_4 = HashSet_1_Contains_mDB2D801EE205A2137F9D5083CF53D0B81D4CAFD2(L_2, L_3, /*hidden argument*/HashSet_1_Contains_mDB2D801EE205A2137F9D5083CF53D0B81D4CAFD2_RuntimeMethod_var); if (!L_4) { goto IL_0016; } } { // return; return; } IL_0016: { // m_GraphicQueueLookup.Add(id); HashSet_1_tF187707BD5564B6808CE30721FBC083F00B385E5 * L_5 = __this->get_m_GraphicQueueLookup_3(); int32_t L_6 = V_0; NullCheck(L_5); bool L_7; L_7 = HashSet_1_Add_m6E656443F896943F211B625F1CF920105F4C4EE1(L_5, L_6, /*hidden argument*/HashSet_1_Add_m6E656443F896943F211B625F1CF920105F4C4EE1_RuntimeMethod_var); // m_GraphicRebuildQueue.Add(element); List_1_tB6DC4E33A6D425C4CCA3CC020E0A5E62D10201E6 * L_8 = __this->get_m_GraphicRebuildQueue_4(); TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 * L_9 = ___element0; NullCheck(L_8); List_1_Add_m046DC7544FD48E129983580D13F500A751551AE1(L_8, L_9, /*hidden argument*/List_1_Add_m046DC7544FD48E129983580D13F500A751551AE1_RuntimeMethod_var); // } return; } } // System.Void TMPro.TMP_UpdateManager::RegisterTextElementForCullingUpdate(TMPro.TMP_Text) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_UpdateManager_RegisterTextElementForCullingUpdate_m0D71CFDA50D980326D5351FBDDF6062BFCB853A7 (TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 * ___element0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TMP_UpdateManager_tDF9A1F6AC36B3228A091313D3CED71650F3BBBA1_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // instance.InternalRegisterTextElementForCullingUpdate(element); IL2CPP_RUNTIME_CLASS_INIT(TMP_UpdateManager_tDF9A1F6AC36B3228A091313D3CED71650F3BBBA1_il2cpp_TypeInfo_var); TMP_UpdateManager_tDF9A1F6AC36B3228A091313D3CED71650F3BBBA1 * L_0; L_0 = TMP_UpdateManager_get_instance_m2C91FB3C459A2B7CCD1EE666D58BF366C4D96804(/*hidden argument*/NULL); TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 * L_1 = ___element0; NullCheck(L_0); TMP_UpdateManager_InternalRegisterTextElementForCullingUpdate_m7ABC36A3CE0EF55F2200FD9572D1DB1C1DFB9F19(L_0, L_1, /*hidden argument*/NULL); // } return; } } // System.Void TMPro.TMP_UpdateManager::InternalRegisterTextElementForCullingUpdate(TMPro.TMP_Text) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_UpdateManager_InternalRegisterTextElementForCullingUpdate_m7ABC36A3CE0EF55F2200FD9572D1DB1C1DFB9F19 (TMP_UpdateManager_tDF9A1F6AC36B3228A091313D3CED71650F3BBBA1 * __this, TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 * ___element0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashSet_1_Add_m6E656443F896943F211B625F1CF920105F4C4EE1_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashSet_1_Contains_mDB2D801EE205A2137F9D5083CF53D0B81D4CAFD2_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_m046DC7544FD48E129983580D13F500A751551AE1_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { // int id = element.GetInstanceID(); TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 * L_0 = ___element0; NullCheck(L_0); int32_t L_1; L_1 = Object_GetInstanceID_m7CF962BC1DB5C03F3522F88728CB2F514582B501(L_0, /*hidden argument*/NULL); V_0 = L_1; // if (m_CullingUpdateLookup.Contains(id)) HashSet_1_tF187707BD5564B6808CE30721FBC083F00B385E5 * L_2 = __this->get_m_CullingUpdateLookup_7(); int32_t L_3 = V_0; NullCheck(L_2); bool L_4; L_4 = HashSet_1_Contains_mDB2D801EE205A2137F9D5083CF53D0B81D4CAFD2(L_2, L_3, /*hidden argument*/HashSet_1_Contains_mDB2D801EE205A2137F9D5083CF53D0B81D4CAFD2_RuntimeMethod_var); if (!L_4) { goto IL_0016; } } { // return; return; } IL_0016: { // m_CullingUpdateLookup.Add(id); HashSet_1_tF187707BD5564B6808CE30721FBC083F00B385E5 * L_5 = __this->get_m_CullingUpdateLookup_7(); int32_t L_6 = V_0; NullCheck(L_5); bool L_7; L_7 = HashSet_1_Add_m6E656443F896943F211B625F1CF920105F4C4EE1(L_5, L_6, /*hidden argument*/HashSet_1_Add_m6E656443F896943F211B625F1CF920105F4C4EE1_RuntimeMethod_var); // m_CullingUpdateQueue.Add(element); List_1_tB6DC4E33A6D425C4CCA3CC020E0A5E62D10201E6 * L_8 = __this->get_m_CullingUpdateQueue_8(); TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 * L_9 = ___element0; NullCheck(L_8); List_1_Add_m046DC7544FD48E129983580D13F500A751551AE1(L_8, L_9, /*hidden argument*/List_1_Add_m046DC7544FD48E129983580D13F500A751551AE1_RuntimeMethod_var); // } return; } } // System.Void TMPro.TMP_UpdateManager::OnCameraPreCull() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_UpdateManager_OnCameraPreCull_mA03D1EE916337CA61953ADB9057D324676A67274 (TMP_UpdateManager_tDF9A1F6AC36B3228A091313D3CED71650F3BBBA1 * __this, const RuntimeMethod* method) { { // DoRebuilds(); TMP_UpdateManager_DoRebuilds_mC7AA93B8AF213BA9D42526C3881B4090A87A3405(__this, /*hidden argument*/NULL); // } return; } } // System.Void TMPro.TMP_UpdateManager::DoRebuilds() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_UpdateManager_DoRebuilds_mC7AA93B8AF213BA9D42526C3881B4090A87A3405 (TMP_UpdateManager_tDF9A1F6AC36B3228A091313D3CED71650F3BBBA1 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashSet_1_Clear_mD296E7574294C9B883B9C6BB1450A2C5D7E11EA4_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Clear_m743232DDA0A7F9FB5371AA250EFD046BE80D17D1_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_mE478956420AF70472F654447F4B04E8DDDD0430F_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_mD0768A30B3C63648D80CB0A99321F2D5A7526190_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; { // for (int i = 0; i < m_InternalUpdateQueue.Count; i++) V_0 = 0; goto IL_0019; } IL_0004: { // m_InternalUpdateQueue[i].InternalUpdate(); List_1_tB6DC4E33A6D425C4CCA3CC020E0A5E62D10201E6 * L_0 = __this->get_m_InternalUpdateQueue_6(); int32_t L_1 = V_0; NullCheck(L_0); TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 * L_2; L_2 = List_1_get_Item_mD0768A30B3C63648D80CB0A99321F2D5A7526190_inline(L_0, L_1, /*hidden argument*/List_1_get_Item_mD0768A30B3C63648D80CB0A99321F2D5A7526190_RuntimeMethod_var); NullCheck(L_2); VirtualActionInvoker0::Invoke(132 /* System.Void TMPro.TMP_Text::InternalUpdate() */, L_2); // for (int i = 0; i < m_InternalUpdateQueue.Count; i++) int32_t L_3 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)1)); } IL_0019: { // for (int i = 0; i < m_InternalUpdateQueue.Count; i++) int32_t L_4 = V_0; List_1_tB6DC4E33A6D425C4CCA3CC020E0A5E62D10201E6 * L_5 = __this->get_m_InternalUpdateQueue_6(); NullCheck(L_5); int32_t L_6; L_6 = List_1_get_Count_mE478956420AF70472F654447F4B04E8DDDD0430F_inline(L_5, /*hidden argument*/List_1_get_Count_mE478956420AF70472F654447F4B04E8DDDD0430F_RuntimeMethod_var); if ((((int32_t)L_4) < ((int32_t)L_6))) { goto IL_0004; } } { // for (int i = 0; i < m_LayoutRebuildQueue.Count; i++) V_1 = 0; goto IL_0041; } IL_002b: { // m_LayoutRebuildQueue[i].Rebuild(CanvasUpdate.Prelayout); List_1_tB6DC4E33A6D425C4CCA3CC020E0A5E62D10201E6 * L_7 = __this->get_m_LayoutRebuildQueue_2(); int32_t L_8 = V_1; NullCheck(L_7); TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 * L_9; L_9 = List_1_get_Item_mD0768A30B3C63648D80CB0A99321F2D5A7526190_inline(L_7, L_8, /*hidden argument*/List_1_get_Item_mD0768A30B3C63648D80CB0A99321F2D5A7526190_RuntimeMethod_var); NullCheck(L_9); VirtualActionInvoker1< int32_t >::Invoke(37 /* System.Void UnityEngine.UI.Graphic::Rebuild(UnityEngine.UI.CanvasUpdate) */, L_9, 0); // for (int i = 0; i < m_LayoutRebuildQueue.Count; i++) int32_t L_10 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1)); } IL_0041: { // for (int i = 0; i < m_LayoutRebuildQueue.Count; i++) int32_t L_11 = V_1; List_1_tB6DC4E33A6D425C4CCA3CC020E0A5E62D10201E6 * L_12 = __this->get_m_LayoutRebuildQueue_2(); NullCheck(L_12); int32_t L_13; L_13 = List_1_get_Count_mE478956420AF70472F654447F4B04E8DDDD0430F_inline(L_12, /*hidden argument*/List_1_get_Count_mE478956420AF70472F654447F4B04E8DDDD0430F_RuntimeMethod_var); if ((((int32_t)L_11) < ((int32_t)L_13))) { goto IL_002b; } } { // if (m_LayoutRebuildQueue.Count > 0) List_1_tB6DC4E33A6D425C4CCA3CC020E0A5E62D10201E6 * L_14 = __this->get_m_LayoutRebuildQueue_2(); NullCheck(L_14); int32_t L_15; L_15 = List_1_get_Count_mE478956420AF70472F654447F4B04E8DDDD0430F_inline(L_14, /*hidden argument*/List_1_get_Count_mE478956420AF70472F654447F4B04E8DDDD0430F_RuntimeMethod_var); if ((((int32_t)L_15) <= ((int32_t)0))) { goto IL_0073; } } { // m_LayoutRebuildQueue.Clear(); List_1_tB6DC4E33A6D425C4CCA3CC020E0A5E62D10201E6 * L_16 = __this->get_m_LayoutRebuildQueue_2(); NullCheck(L_16); List_1_Clear_m743232DDA0A7F9FB5371AA250EFD046BE80D17D1(L_16, /*hidden argument*/List_1_Clear_m743232DDA0A7F9FB5371AA250EFD046BE80D17D1_RuntimeMethod_var); // m_LayoutQueueLookup.Clear(); HashSet_1_tF187707BD5564B6808CE30721FBC083F00B385E5 * L_17 = __this->get_m_LayoutQueueLookup_1(); NullCheck(L_17); HashSet_1_Clear_mD296E7574294C9B883B9C6BB1450A2C5D7E11EA4(L_17, /*hidden argument*/HashSet_1_Clear_mD296E7574294C9B883B9C6BB1450A2C5D7E11EA4_RuntimeMethod_var); } IL_0073: { // for (int i = 0; i < m_GraphicRebuildQueue.Count; i++) V_2 = 0; goto IL_008d; } IL_0077: { // m_GraphicRebuildQueue[i].Rebuild(CanvasUpdate.PreRender); List_1_tB6DC4E33A6D425C4CCA3CC020E0A5E62D10201E6 * L_18 = __this->get_m_GraphicRebuildQueue_4(); int32_t L_19 = V_2; NullCheck(L_18); TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 * L_20; L_20 = List_1_get_Item_mD0768A30B3C63648D80CB0A99321F2D5A7526190_inline(L_18, L_19, /*hidden argument*/List_1_get_Item_mD0768A30B3C63648D80CB0A99321F2D5A7526190_RuntimeMethod_var); NullCheck(L_20); VirtualActionInvoker1< int32_t >::Invoke(37 /* System.Void UnityEngine.UI.Graphic::Rebuild(UnityEngine.UI.CanvasUpdate) */, L_20, 3); // for (int i = 0; i < m_GraphicRebuildQueue.Count; i++) int32_t L_21 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_21, (int32_t)1)); } IL_008d: { // for (int i = 0; i < m_GraphicRebuildQueue.Count; i++) int32_t L_22 = V_2; List_1_tB6DC4E33A6D425C4CCA3CC020E0A5E62D10201E6 * L_23 = __this->get_m_GraphicRebuildQueue_4(); NullCheck(L_23); int32_t L_24; L_24 = List_1_get_Count_mE478956420AF70472F654447F4B04E8DDDD0430F_inline(L_23, /*hidden argument*/List_1_get_Count_mE478956420AF70472F654447F4B04E8DDDD0430F_RuntimeMethod_var); if ((((int32_t)L_22) < ((int32_t)L_24))) { goto IL_0077; } } { // if (m_GraphicRebuildQueue.Count > 0) List_1_tB6DC4E33A6D425C4CCA3CC020E0A5E62D10201E6 * L_25 = __this->get_m_GraphicRebuildQueue_4(); NullCheck(L_25); int32_t L_26; L_26 = List_1_get_Count_mE478956420AF70472F654447F4B04E8DDDD0430F_inline(L_25, /*hidden argument*/List_1_get_Count_mE478956420AF70472F654447F4B04E8DDDD0430F_RuntimeMethod_var); if ((((int32_t)L_26) <= ((int32_t)0))) { goto IL_00bf; } } { // m_GraphicRebuildQueue.Clear(); List_1_tB6DC4E33A6D425C4CCA3CC020E0A5E62D10201E6 * L_27 = __this->get_m_GraphicRebuildQueue_4(); NullCheck(L_27); List_1_Clear_m743232DDA0A7F9FB5371AA250EFD046BE80D17D1(L_27, /*hidden argument*/List_1_Clear_m743232DDA0A7F9FB5371AA250EFD046BE80D17D1_RuntimeMethod_var); // m_GraphicQueueLookup.Clear(); HashSet_1_tF187707BD5564B6808CE30721FBC083F00B385E5 * L_28 = __this->get_m_GraphicQueueLookup_3(); NullCheck(L_28); HashSet_1_Clear_mD296E7574294C9B883B9C6BB1450A2C5D7E11EA4(L_28, /*hidden argument*/HashSet_1_Clear_mD296E7574294C9B883B9C6BB1450A2C5D7E11EA4_RuntimeMethod_var); } IL_00bf: { // for (int i = 0; i < m_CullingUpdateQueue.Count; i++) V_3 = 0; goto IL_00d8; } IL_00c3: { // m_CullingUpdateQueue[i].UpdateCulling(); List_1_tB6DC4E33A6D425C4CCA3CC020E0A5E62D10201E6 * L_29 = __this->get_m_CullingUpdateQueue_8(); int32_t L_30 = V_3; NullCheck(L_29); TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 * L_31; L_31 = List_1_get_Item_mD0768A30B3C63648D80CB0A99321F2D5A7526190_inline(L_29, L_30, /*hidden argument*/List_1_get_Item_mD0768A30B3C63648D80CB0A99321F2D5A7526190_RuntimeMethod_var); NullCheck(L_31); VirtualActionInvoker0::Invoke(102 /* System.Void TMPro.TMP_Text::UpdateCulling() */, L_31); // for (int i = 0; i < m_CullingUpdateQueue.Count; i++) int32_t L_32 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_32, (int32_t)1)); } IL_00d8: { // for (int i = 0; i < m_CullingUpdateQueue.Count; i++) int32_t L_33 = V_3; List_1_tB6DC4E33A6D425C4CCA3CC020E0A5E62D10201E6 * L_34 = __this->get_m_CullingUpdateQueue_8(); NullCheck(L_34); int32_t L_35; L_35 = List_1_get_Count_mE478956420AF70472F654447F4B04E8DDDD0430F_inline(L_34, /*hidden argument*/List_1_get_Count_mE478956420AF70472F654447F4B04E8DDDD0430F_RuntimeMethod_var); if ((((int32_t)L_33) < ((int32_t)L_35))) { goto IL_00c3; } } { // if (m_CullingUpdateQueue.Count > 0) List_1_tB6DC4E33A6D425C4CCA3CC020E0A5E62D10201E6 * L_36 = __this->get_m_CullingUpdateQueue_8(); NullCheck(L_36); int32_t L_37; L_37 = List_1_get_Count_mE478956420AF70472F654447F4B04E8DDDD0430F_inline(L_36, /*hidden argument*/List_1_get_Count_mE478956420AF70472F654447F4B04E8DDDD0430F_RuntimeMethod_var); if ((((int32_t)L_37) <= ((int32_t)0))) { goto IL_010a; } } { // m_CullingUpdateQueue.Clear(); List_1_tB6DC4E33A6D425C4CCA3CC020E0A5E62D10201E6 * L_38 = __this->get_m_CullingUpdateQueue_8(); NullCheck(L_38); List_1_Clear_m743232DDA0A7F9FB5371AA250EFD046BE80D17D1(L_38, /*hidden argument*/List_1_Clear_m743232DDA0A7F9FB5371AA250EFD046BE80D17D1_RuntimeMethod_var); // m_CullingUpdateLookup.Clear(); HashSet_1_tF187707BD5564B6808CE30721FBC083F00B385E5 * L_39 = __this->get_m_CullingUpdateLookup_7(); NullCheck(L_39); HashSet_1_Clear_mD296E7574294C9B883B9C6BB1450A2C5D7E11EA4(L_39, /*hidden argument*/HashSet_1_Clear_mD296E7574294C9B883B9C6BB1450A2C5D7E11EA4_RuntimeMethod_var); } IL_010a: { // } return; } } // System.Void TMPro.TMP_UpdateManager::UnRegisterTextObjectForUpdate(TMPro.TMP_Text) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_UpdateManager_UnRegisterTextObjectForUpdate_mB548ECEAA0978477F2D28F7C804A2EDB4FD3EE13 (TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 * ___textObject0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TMP_UpdateManager_tDF9A1F6AC36B3228A091313D3CED71650F3BBBA1_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // instance.InternalUnRegisterTextObjectForUpdate(textObject); IL2CPP_RUNTIME_CLASS_INIT(TMP_UpdateManager_tDF9A1F6AC36B3228A091313D3CED71650F3BBBA1_il2cpp_TypeInfo_var); TMP_UpdateManager_tDF9A1F6AC36B3228A091313D3CED71650F3BBBA1 * L_0; L_0 = TMP_UpdateManager_get_instance_m2C91FB3C459A2B7CCD1EE666D58BF366C4D96804(/*hidden argument*/NULL); TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 * L_1 = ___textObject0; NullCheck(L_0); TMP_UpdateManager_InternalUnRegisterTextObjectForUpdate_m88488082896FAF4F1F54B17DC7146FB67401F7D3(L_0, L_1, /*hidden argument*/NULL); // } return; } } // System.Void TMPro.TMP_UpdateManager::UnRegisterTextElementForRebuild(TMPro.TMP_Text) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_UpdateManager_UnRegisterTextElementForRebuild_mB18A09A2AF9B98BEAF55DD526D0C942E0A9C57F4 (TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 * ___element0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TMP_UpdateManager_tDF9A1F6AC36B3228A091313D3CED71650F3BBBA1_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // instance.InternalUnRegisterTextElementForGraphicRebuild(element); IL2CPP_RUNTIME_CLASS_INIT(TMP_UpdateManager_tDF9A1F6AC36B3228A091313D3CED71650F3BBBA1_il2cpp_TypeInfo_var); TMP_UpdateManager_tDF9A1F6AC36B3228A091313D3CED71650F3BBBA1 * L_0; L_0 = TMP_UpdateManager_get_instance_m2C91FB3C459A2B7CCD1EE666D58BF366C4D96804(/*hidden argument*/NULL); TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 * L_1 = ___element0; NullCheck(L_0); TMP_UpdateManager_InternalUnRegisterTextElementForGraphicRebuild_mE5121DDE993F2F6258165D32874589AD6BA3D6B0(L_0, L_1, /*hidden argument*/NULL); // instance.InternalUnRegisterTextElementForLayoutRebuild(element); TMP_UpdateManager_tDF9A1F6AC36B3228A091313D3CED71650F3BBBA1 * L_2; L_2 = TMP_UpdateManager_get_instance_m2C91FB3C459A2B7CCD1EE666D58BF366C4D96804(/*hidden argument*/NULL); TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 * L_3 = ___element0; NullCheck(L_2); TMP_UpdateManager_InternalUnRegisterTextElementForLayoutRebuild_m9DB1B921AB75475679937FAEFD9D43D414B17356(L_2, L_3, /*hidden argument*/NULL); // instance.InternalUnRegisterTextObjectForUpdate(element); TMP_UpdateManager_tDF9A1F6AC36B3228A091313D3CED71650F3BBBA1 * L_4; L_4 = TMP_UpdateManager_get_instance_m2C91FB3C459A2B7CCD1EE666D58BF366C4D96804(/*hidden argument*/NULL); TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 * L_5 = ___element0; NullCheck(L_4); TMP_UpdateManager_InternalUnRegisterTextObjectForUpdate_m88488082896FAF4F1F54B17DC7146FB67401F7D3(L_4, L_5, /*hidden argument*/NULL); // } return; } } // System.Void TMPro.TMP_UpdateManager::InternalUnRegisterTextElementForGraphicRebuild(TMPro.TMP_Text) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_UpdateManager_InternalUnRegisterTextElementForGraphicRebuild_mE5121DDE993F2F6258165D32874589AD6BA3D6B0 (TMP_UpdateManager_tDF9A1F6AC36B3228A091313D3CED71650F3BBBA1 * __this, TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 * ___element0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashSet_1_Remove_mAF5A8F3CF57935F03F7C89E506AE67C8BC5AD8ED_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Remove_m4E893113539AD99807D9FEC83DDA2275032FDA63_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { // int id = element.GetInstanceID(); TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 * L_0 = ___element0; NullCheck(L_0); int32_t L_1; L_1 = Object_GetInstanceID_m7CF962BC1DB5C03F3522F88728CB2F514582B501(L_0, /*hidden argument*/NULL); V_0 = L_1; // m_GraphicRebuildQueue.Remove(element); List_1_tB6DC4E33A6D425C4CCA3CC020E0A5E62D10201E6 * L_2 = __this->get_m_GraphicRebuildQueue_4(); TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 * L_3 = ___element0; NullCheck(L_2); bool L_4; L_4 = List_1_Remove_m4E893113539AD99807D9FEC83DDA2275032FDA63(L_2, L_3, /*hidden argument*/List_1_Remove_m4E893113539AD99807D9FEC83DDA2275032FDA63_RuntimeMethod_var); // m_GraphicQueueLookup.Remove(id); HashSet_1_tF187707BD5564B6808CE30721FBC083F00B385E5 * L_5 = __this->get_m_GraphicQueueLookup_3(); int32_t L_6 = V_0; NullCheck(L_5); bool L_7; L_7 = HashSet_1_Remove_mAF5A8F3CF57935F03F7C89E506AE67C8BC5AD8ED(L_5, L_6, /*hidden argument*/HashSet_1_Remove_mAF5A8F3CF57935F03F7C89E506AE67C8BC5AD8ED_RuntimeMethod_var); // } return; } } // System.Void TMPro.TMP_UpdateManager::InternalUnRegisterTextElementForLayoutRebuild(TMPro.TMP_Text) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_UpdateManager_InternalUnRegisterTextElementForLayoutRebuild_m9DB1B921AB75475679937FAEFD9D43D414B17356 (TMP_UpdateManager_tDF9A1F6AC36B3228A091313D3CED71650F3BBBA1 * __this, TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 * ___element0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashSet_1_Remove_mAF5A8F3CF57935F03F7C89E506AE67C8BC5AD8ED_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Remove_m4E893113539AD99807D9FEC83DDA2275032FDA63_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { // int id = element.GetInstanceID(); TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 * L_0 = ___element0; NullCheck(L_0); int32_t L_1; L_1 = Object_GetInstanceID_m7CF962BC1DB5C03F3522F88728CB2F514582B501(L_0, /*hidden argument*/NULL); V_0 = L_1; // m_LayoutRebuildQueue.Remove(element); List_1_tB6DC4E33A6D425C4CCA3CC020E0A5E62D10201E6 * L_2 = __this->get_m_LayoutRebuildQueue_2(); TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 * L_3 = ___element0; NullCheck(L_2); bool L_4; L_4 = List_1_Remove_m4E893113539AD99807D9FEC83DDA2275032FDA63(L_2, L_3, /*hidden argument*/List_1_Remove_m4E893113539AD99807D9FEC83DDA2275032FDA63_RuntimeMethod_var); // m_LayoutQueueLookup.Remove(id); HashSet_1_tF187707BD5564B6808CE30721FBC083F00B385E5 * L_5 = __this->get_m_LayoutQueueLookup_1(); int32_t L_6 = V_0; NullCheck(L_5); bool L_7; L_7 = HashSet_1_Remove_mAF5A8F3CF57935F03F7C89E506AE67C8BC5AD8ED(L_5, L_6, /*hidden argument*/HashSet_1_Remove_mAF5A8F3CF57935F03F7C89E506AE67C8BC5AD8ED_RuntimeMethod_var); // } return; } } // System.Void TMPro.TMP_UpdateManager::InternalUnRegisterTextObjectForUpdate(TMPro.TMP_Text) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_UpdateManager_InternalUnRegisterTextObjectForUpdate_m88488082896FAF4F1F54B17DC7146FB67401F7D3 (TMP_UpdateManager_tDF9A1F6AC36B3228A091313D3CED71650F3BBBA1 * __this, TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 * ___textObject0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashSet_1_Remove_mAF5A8F3CF57935F03F7C89E506AE67C8BC5AD8ED_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Remove_m4E893113539AD99807D9FEC83DDA2275032FDA63_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { // int id = textObject.GetInstanceID(); TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 * L_0 = ___textObject0; NullCheck(L_0); int32_t L_1; L_1 = Object_GetInstanceID_m7CF962BC1DB5C03F3522F88728CB2F514582B501(L_0, /*hidden argument*/NULL); V_0 = L_1; // m_InternalUpdateQueue.Remove(textObject); List_1_tB6DC4E33A6D425C4CCA3CC020E0A5E62D10201E6 * L_2 = __this->get_m_InternalUpdateQueue_6(); TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 * L_3 = ___textObject0; NullCheck(L_2); bool L_4; L_4 = List_1_Remove_m4E893113539AD99807D9FEC83DDA2275032FDA63(L_2, L_3, /*hidden argument*/List_1_Remove_m4E893113539AD99807D9FEC83DDA2275032FDA63_RuntimeMethod_var); // m_InternalUpdateLookup.Remove(id); HashSet_1_tF187707BD5564B6808CE30721FBC083F00B385E5 * L_5 = __this->get_m_InternalUpdateLookup_5(); int32_t L_6 = V_0; NullCheck(L_5); bool L_7; L_7 = HashSet_1_Remove_mAF5A8F3CF57935F03F7C89E506AE67C8BC5AD8ED(L_5, L_6, /*hidden argument*/HashSet_1_Remove_mAF5A8F3CF57935F03F7C89E506AE67C8BC5AD8ED_RuntimeMethod_var); // } return; } } // System.Void TMPro.TMP_UpdateManager::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_UpdateManager__cctor_m9ABF1D3518494AD6FAAAB136711843CC36C082FF (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TMP_UpdateManager_tDF9A1F6AC36B3228A091313D3CED71650F3BBBA1_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5915D045A3DCD7E37FEF137C08A94B3BA0842B87); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7322B70C8ED55C917FB0AF74C8A7685589D953E2); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral86CFE05CA4FDAC032BC9802F156E675CAC753C8C); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral996659EC38C0F61B23141AE82D150D258D3E21E6); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralECCA7D3167824BCF0D51CC29342CC6EE634437DF); s_Il2CppMethodInitialized = true; } { // private static ProfilerMarker k_RegisterTextObjectForUpdateMarker = new ProfilerMarker("TMP.RegisterTextObjectForUpdate"); ProfilerMarker_tAE86534C80C5D67768DB3B244D8D139A2E6495E1 L_0; memset((&L_0), 0, sizeof(L_0)); ProfilerMarker__ctor_mCE8D10CF2D2B2C4E51BF1BB66D75FDDE5BDA4A41_inline((&L_0), _stringLiteral996659EC38C0F61B23141AE82D150D258D3E21E6, /*hidden argument*/NULL); ((TMP_UpdateManager_tDF9A1F6AC36B3228A091313D3CED71650F3BBBA1_StaticFields*)il2cpp_codegen_static_fields_for(TMP_UpdateManager_tDF9A1F6AC36B3228A091313D3CED71650F3BBBA1_il2cpp_TypeInfo_var))->set_k_RegisterTextObjectForUpdateMarker_9(L_0); // private static ProfilerMarker k_RegisterTextElementForGraphicRebuildMarker = new ProfilerMarker("TMP.RegisterTextElementForGraphicRebuild"); ProfilerMarker_tAE86534C80C5D67768DB3B244D8D139A2E6495E1 L_1; memset((&L_1), 0, sizeof(L_1)); ProfilerMarker__ctor_mCE8D10CF2D2B2C4E51BF1BB66D75FDDE5BDA4A41_inline((&L_1), _stringLiteral5915D045A3DCD7E37FEF137C08A94B3BA0842B87, /*hidden argument*/NULL); ((TMP_UpdateManager_tDF9A1F6AC36B3228A091313D3CED71650F3BBBA1_StaticFields*)il2cpp_codegen_static_fields_for(TMP_UpdateManager_tDF9A1F6AC36B3228A091313D3CED71650F3BBBA1_il2cpp_TypeInfo_var))->set_k_RegisterTextElementForGraphicRebuildMarker_10(L_1); // private static ProfilerMarker k_RegisterTextElementForCullingUpdateMarker = new ProfilerMarker("TMP.RegisterTextElementForCullingUpdate"); ProfilerMarker_tAE86534C80C5D67768DB3B244D8D139A2E6495E1 L_2; memset((&L_2), 0, sizeof(L_2)); ProfilerMarker__ctor_mCE8D10CF2D2B2C4E51BF1BB66D75FDDE5BDA4A41_inline((&L_2), _stringLiteralECCA7D3167824BCF0D51CC29342CC6EE634437DF, /*hidden argument*/NULL); ((TMP_UpdateManager_tDF9A1F6AC36B3228A091313D3CED71650F3BBBA1_StaticFields*)il2cpp_codegen_static_fields_for(TMP_UpdateManager_tDF9A1F6AC36B3228A091313D3CED71650F3BBBA1_il2cpp_TypeInfo_var))->set_k_RegisterTextElementForCullingUpdateMarker_11(L_2); // private static ProfilerMarker k_UnregisterTextObjectForUpdateMarker = new ProfilerMarker("TMP.UnregisterTextObjectForUpdate"); ProfilerMarker_tAE86534C80C5D67768DB3B244D8D139A2E6495E1 L_3; memset((&L_3), 0, sizeof(L_3)); ProfilerMarker__ctor_mCE8D10CF2D2B2C4E51BF1BB66D75FDDE5BDA4A41_inline((&L_3), _stringLiteral86CFE05CA4FDAC032BC9802F156E675CAC753C8C, /*hidden argument*/NULL); ((TMP_UpdateManager_tDF9A1F6AC36B3228A091313D3CED71650F3BBBA1_StaticFields*)il2cpp_codegen_static_fields_for(TMP_UpdateManager_tDF9A1F6AC36B3228A091313D3CED71650F3BBBA1_il2cpp_TypeInfo_var))->set_k_UnregisterTextObjectForUpdateMarker_12(L_3); // private static ProfilerMarker k_UnregisterTextElementForGraphicRebuildMarker = new ProfilerMarker("TMP.UnregisterTextElementForGraphicRebuild"); ProfilerMarker_tAE86534C80C5D67768DB3B244D8D139A2E6495E1 L_4; memset((&L_4), 0, sizeof(L_4)); ProfilerMarker__ctor_mCE8D10CF2D2B2C4E51BF1BB66D75FDDE5BDA4A41_inline((&L_4), _stringLiteral7322B70C8ED55C917FB0AF74C8A7685589D953E2, /*hidden argument*/NULL); ((TMP_UpdateManager_tDF9A1F6AC36B3228A091313D3CED71650F3BBBA1_StaticFields*)il2cpp_codegen_static_fields_for(TMP_UpdateManager_tDF9A1F6AC36B3228A091313D3CED71650F3BBBA1_il2cpp_TypeInfo_var))->set_k_UnregisterTextElementForGraphicRebuildMarker_13(L_4); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // TMPro.TMP_UpdateRegistry TMPro.TMP_UpdateRegistry::get_instance() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TMP_UpdateRegistry_t4F3B7A977A49346D2EBADCC1B29A5DAA15DB3FC0 * TMP_UpdateRegistry_get_instance_mC3AB2D16EB38D93C7F4759299FB962626D7C52E6 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TMP_UpdateRegistry_t4F3B7A977A49346D2EBADCC1B29A5DAA15DB3FC0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (TMP_UpdateRegistry.s_Instance == null) TMP_UpdateRegistry_t4F3B7A977A49346D2EBADCC1B29A5DAA15DB3FC0 * L_0 = ((TMP_UpdateRegistry_t4F3B7A977A49346D2EBADCC1B29A5DAA15DB3FC0_StaticFields*)il2cpp_codegen_static_fields_for(TMP_UpdateRegistry_t4F3B7A977A49346D2EBADCC1B29A5DAA15DB3FC0_il2cpp_TypeInfo_var))->get_s_Instance_0(); if (L_0) { goto IL_0011; } } { // TMP_UpdateRegistry.s_Instance = new TMP_UpdateRegistry(); TMP_UpdateRegistry_t4F3B7A977A49346D2EBADCC1B29A5DAA15DB3FC0 * L_1 = (TMP_UpdateRegistry_t4F3B7A977A49346D2EBADCC1B29A5DAA15DB3FC0 *)il2cpp_codegen_object_new(TMP_UpdateRegistry_t4F3B7A977A49346D2EBADCC1B29A5DAA15DB3FC0_il2cpp_TypeInfo_var); TMP_UpdateRegistry__ctor_mB45E1B0C19720D713C954308E742F602FE647B7E(L_1, /*hidden argument*/NULL); ((TMP_UpdateRegistry_t4F3B7A977A49346D2EBADCC1B29A5DAA15DB3FC0_StaticFields*)il2cpp_codegen_static_fields_for(TMP_UpdateRegistry_t4F3B7A977A49346D2EBADCC1B29A5DAA15DB3FC0_il2cpp_TypeInfo_var))->set_s_Instance_0(L_1); } IL_0011: { // return TMP_UpdateRegistry.s_Instance; TMP_UpdateRegistry_t4F3B7A977A49346D2EBADCC1B29A5DAA15DB3FC0 * L_2 = ((TMP_UpdateRegistry_t4F3B7A977A49346D2EBADCC1B29A5DAA15DB3FC0_StaticFields*)il2cpp_codegen_static_fields_for(TMP_UpdateRegistry_t4F3B7A977A49346D2EBADCC1B29A5DAA15DB3FC0_il2cpp_TypeInfo_var))->get_s_Instance_0(); return L_2; } } // System.Void TMPro.TMP_UpdateRegistry::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_UpdateRegistry__ctor_mB45E1B0C19720D713C954308E742F602FE647B7E (TMP_UpdateRegistry_t4F3B7A977A49346D2EBADCC1B29A5DAA15DB3FC0 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashSet_1__ctor_m9B21BAAD4C19CA98ED32C01B726F2582CBA60B77_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashSet_1_tF187707BD5564B6808CE30721FBC083F00B385E5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_mF7FEA77DC0E60B9BD7585465EE07D9ECC0894285_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_tA0F66F22AB0543957B73ABDF4C5C946AB15074C6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TMP_UpdateRegistry_PerformUpdateForCanvasRendererObjects_m8A5D3D9178EB265ABF7408A045DD3746928C26F2_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WillRenderCanvases_t459621B4F3FA2571DE0ED6B4DEF0752F2E9EE958_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // private readonly List m_LayoutRebuildQueue = new List(); List_1_tA0F66F22AB0543957B73ABDF4C5C946AB15074C6 * L_0 = (List_1_tA0F66F22AB0543957B73ABDF4C5C946AB15074C6 *)il2cpp_codegen_object_new(List_1_tA0F66F22AB0543957B73ABDF4C5C946AB15074C6_il2cpp_TypeInfo_var); List_1__ctor_mF7FEA77DC0E60B9BD7585465EE07D9ECC0894285(L_0, /*hidden argument*/List_1__ctor_mF7FEA77DC0E60B9BD7585465EE07D9ECC0894285_RuntimeMethod_var); __this->set_m_LayoutRebuildQueue_1(L_0); // private HashSet m_LayoutQueueLookup = new HashSet(); HashSet_1_tF187707BD5564B6808CE30721FBC083F00B385E5 * L_1 = (HashSet_1_tF187707BD5564B6808CE30721FBC083F00B385E5 *)il2cpp_codegen_object_new(HashSet_1_tF187707BD5564B6808CE30721FBC083F00B385E5_il2cpp_TypeInfo_var); HashSet_1__ctor_m9B21BAAD4C19CA98ED32C01B726F2582CBA60B77(L_1, /*hidden argument*/HashSet_1__ctor_m9B21BAAD4C19CA98ED32C01B726F2582CBA60B77_RuntimeMethod_var); __this->set_m_LayoutQueueLookup_2(L_1); // private readonly List m_GraphicRebuildQueue = new List(); List_1_tA0F66F22AB0543957B73ABDF4C5C946AB15074C6 * L_2 = (List_1_tA0F66F22AB0543957B73ABDF4C5C946AB15074C6 *)il2cpp_codegen_object_new(List_1_tA0F66F22AB0543957B73ABDF4C5C946AB15074C6_il2cpp_TypeInfo_var); List_1__ctor_mF7FEA77DC0E60B9BD7585465EE07D9ECC0894285(L_2, /*hidden argument*/List_1__ctor_mF7FEA77DC0E60B9BD7585465EE07D9ECC0894285_RuntimeMethod_var); __this->set_m_GraphicRebuildQueue_3(L_2); // private HashSet m_GraphicQueueLookup = new HashSet(); HashSet_1_tF187707BD5564B6808CE30721FBC083F00B385E5 * L_3 = (HashSet_1_tF187707BD5564B6808CE30721FBC083F00B385E5 *)il2cpp_codegen_object_new(HashSet_1_tF187707BD5564B6808CE30721FBC083F00B385E5_il2cpp_TypeInfo_var); HashSet_1__ctor_m9B21BAAD4C19CA98ED32C01B726F2582CBA60B77(L_3, /*hidden argument*/HashSet_1__ctor_m9B21BAAD4C19CA98ED32C01B726F2582CBA60B77_RuntimeMethod_var); __this->set_m_GraphicQueueLookup_4(L_3); // protected TMP_UpdateRegistry() Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); // Canvas.willRenderCanvases += PerformUpdateForCanvasRendererObjects; WillRenderCanvases_t459621B4F3FA2571DE0ED6B4DEF0752F2E9EE958 * L_4 = (WillRenderCanvases_t459621B4F3FA2571DE0ED6B4DEF0752F2E9EE958 *)il2cpp_codegen_object_new(WillRenderCanvases_t459621B4F3FA2571DE0ED6B4DEF0752F2E9EE958_il2cpp_TypeInfo_var); WillRenderCanvases__ctor_m8A46E9A5DED6B54DC2A8A3137AE3637081EADFB6(L_4, __this, (intptr_t)((intptr_t)TMP_UpdateRegistry_PerformUpdateForCanvasRendererObjects_m8A5D3D9178EB265ABF7408A045DD3746928C26F2_RuntimeMethod_var), /*hidden argument*/NULL); Canvas_add_willRenderCanvases_m00E391FCCE9839EEB6D7A729DCBF6B841FDF02B7(L_4, /*hidden argument*/NULL); // } return; } } // System.Void TMPro.TMP_UpdateRegistry::RegisterCanvasElementForLayoutRebuild(UnityEngine.UI.ICanvasElement) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_UpdateRegistry_RegisterCanvasElementForLayoutRebuild_m73FB7DF7A4AE7DD36270DE9089F3C55387F3C79B (RuntimeObject* ___element0, const RuntimeMethod* method) { { // TMP_UpdateRegistry.instance.InternalRegisterCanvasElementForLayoutRebuild(element); TMP_UpdateRegistry_t4F3B7A977A49346D2EBADCC1B29A5DAA15DB3FC0 * L_0; L_0 = TMP_UpdateRegistry_get_instance_mC3AB2D16EB38D93C7F4759299FB962626D7C52E6(/*hidden argument*/NULL); RuntimeObject* L_1 = ___element0; NullCheck(L_0); bool L_2; L_2 = TMP_UpdateRegistry_InternalRegisterCanvasElementForLayoutRebuild_mF194E93AF7162627BE90D2CDAC03313DF82F1C78(L_0, L_1, /*hidden argument*/NULL); // } return; } } // System.Boolean TMPro.TMP_UpdateRegistry::InternalRegisterCanvasElementForLayoutRebuild(UnityEngine.UI.ICanvasElement) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TMP_UpdateRegistry_InternalRegisterCanvasElementForLayoutRebuild_mF194E93AF7162627BE90D2CDAC03313DF82F1C78 (TMP_UpdateRegistry_t4F3B7A977A49346D2EBADCC1B29A5DAA15DB3FC0 * __this, RuntimeObject* ___element0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashSet_1_Add_m6E656443F896943F211B625F1CF920105F4C4EE1_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashSet_1_Contains_mDB2D801EE205A2137F9D5083CF53D0B81D4CAFD2_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_mAAA21B5582FCD1C50EB8C7EF513E350D4CCBC30C_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { // int id = (element as Object).GetInstanceID(); RuntimeObject* L_0 = ___element0; NullCheck(((Object_tF2F3778131EFF286AF62B7B013A170F95A91571A *)IsInstClass((RuntimeObject*)L_0, Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var))); int32_t L_1; L_1 = Object_GetInstanceID_m7CF962BC1DB5C03F3522F88728CB2F514582B501(((Object_tF2F3778131EFF286AF62B7B013A170F95A91571A *)IsInstClass((RuntimeObject*)L_0, Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); V_0 = L_1; // if (m_LayoutQueueLookup.Contains(id)) HashSet_1_tF187707BD5564B6808CE30721FBC083F00B385E5 * L_2 = __this->get_m_LayoutQueueLookup_2(); int32_t L_3 = V_0; NullCheck(L_2); bool L_4; L_4 = HashSet_1_Contains_mDB2D801EE205A2137F9D5083CF53D0B81D4CAFD2(L_2, L_3, /*hidden argument*/HashSet_1_Contains_mDB2D801EE205A2137F9D5083CF53D0B81D4CAFD2_RuntimeMethod_var); if (!L_4) { goto IL_001c; } } { // return false; return (bool)0; } IL_001c: { // m_LayoutQueueLookup.Add(id); HashSet_1_tF187707BD5564B6808CE30721FBC083F00B385E5 * L_5 = __this->get_m_LayoutQueueLookup_2(); int32_t L_6 = V_0; NullCheck(L_5); bool L_7; L_7 = HashSet_1_Add_m6E656443F896943F211B625F1CF920105F4C4EE1(L_5, L_6, /*hidden argument*/HashSet_1_Add_m6E656443F896943F211B625F1CF920105F4C4EE1_RuntimeMethod_var); // m_LayoutRebuildQueue.Add(element); List_1_tA0F66F22AB0543957B73ABDF4C5C946AB15074C6 * L_8 = __this->get_m_LayoutRebuildQueue_1(); RuntimeObject* L_9 = ___element0; NullCheck(L_8); List_1_Add_mAAA21B5582FCD1C50EB8C7EF513E350D4CCBC30C(L_8, L_9, /*hidden argument*/List_1_Add_mAAA21B5582FCD1C50EB8C7EF513E350D4CCBC30C_RuntimeMethod_var); // return true; return (bool)1; } } // System.Void TMPro.TMP_UpdateRegistry::RegisterCanvasElementForGraphicRebuild(UnityEngine.UI.ICanvasElement) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_UpdateRegistry_RegisterCanvasElementForGraphicRebuild_m2894D621E8862AE0572331605F2532D96589F647 (RuntimeObject* ___element0, const RuntimeMethod* method) { { // TMP_UpdateRegistry.instance.InternalRegisterCanvasElementForGraphicRebuild(element); TMP_UpdateRegistry_t4F3B7A977A49346D2EBADCC1B29A5DAA15DB3FC0 * L_0; L_0 = TMP_UpdateRegistry_get_instance_mC3AB2D16EB38D93C7F4759299FB962626D7C52E6(/*hidden argument*/NULL); RuntimeObject* L_1 = ___element0; NullCheck(L_0); bool L_2; L_2 = TMP_UpdateRegistry_InternalRegisterCanvasElementForGraphicRebuild_m6252DAB853218DED734638377CB5F867D1D5CE04(L_0, L_1, /*hidden argument*/NULL); // } return; } } // System.Boolean TMPro.TMP_UpdateRegistry::InternalRegisterCanvasElementForGraphicRebuild(UnityEngine.UI.ICanvasElement) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TMP_UpdateRegistry_InternalRegisterCanvasElementForGraphicRebuild_m6252DAB853218DED734638377CB5F867D1D5CE04 (TMP_UpdateRegistry_t4F3B7A977A49346D2EBADCC1B29A5DAA15DB3FC0 * __this, RuntimeObject* ___element0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashSet_1_Add_m6E656443F896943F211B625F1CF920105F4C4EE1_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashSet_1_Contains_mDB2D801EE205A2137F9D5083CF53D0B81D4CAFD2_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_mAAA21B5582FCD1C50EB8C7EF513E350D4CCBC30C_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { // int id = (element as Object).GetInstanceID(); RuntimeObject* L_0 = ___element0; NullCheck(((Object_tF2F3778131EFF286AF62B7B013A170F95A91571A *)IsInstClass((RuntimeObject*)L_0, Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var))); int32_t L_1; L_1 = Object_GetInstanceID_m7CF962BC1DB5C03F3522F88728CB2F514582B501(((Object_tF2F3778131EFF286AF62B7B013A170F95A91571A *)IsInstClass((RuntimeObject*)L_0, Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); V_0 = L_1; // if (m_GraphicQueueLookup.Contains(id)) HashSet_1_tF187707BD5564B6808CE30721FBC083F00B385E5 * L_2 = __this->get_m_GraphicQueueLookup_4(); int32_t L_3 = V_0; NullCheck(L_2); bool L_4; L_4 = HashSet_1_Contains_mDB2D801EE205A2137F9D5083CF53D0B81D4CAFD2(L_2, L_3, /*hidden argument*/HashSet_1_Contains_mDB2D801EE205A2137F9D5083CF53D0B81D4CAFD2_RuntimeMethod_var); if (!L_4) { goto IL_001c; } } { // return false; return (bool)0; } IL_001c: { // m_GraphicQueueLookup.Add(id); HashSet_1_tF187707BD5564B6808CE30721FBC083F00B385E5 * L_5 = __this->get_m_GraphicQueueLookup_4(); int32_t L_6 = V_0; NullCheck(L_5); bool L_7; L_7 = HashSet_1_Add_m6E656443F896943F211B625F1CF920105F4C4EE1(L_5, L_6, /*hidden argument*/HashSet_1_Add_m6E656443F896943F211B625F1CF920105F4C4EE1_RuntimeMethod_var); // m_GraphicRebuildQueue.Add(element); List_1_tA0F66F22AB0543957B73ABDF4C5C946AB15074C6 * L_8 = __this->get_m_GraphicRebuildQueue_3(); RuntimeObject* L_9 = ___element0; NullCheck(L_8); List_1_Add_mAAA21B5582FCD1C50EB8C7EF513E350D4CCBC30C(L_8, L_9, /*hidden argument*/List_1_Add_mAAA21B5582FCD1C50EB8C7EF513E350D4CCBC30C_RuntimeMethod_var); // return true; return (bool)1; } } // System.Void TMPro.TMP_UpdateRegistry::PerformUpdateForCanvasRendererObjects() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_UpdateRegistry_PerformUpdateForCanvasRendererObjects_m8A5D3D9178EB265ABF7408A045DD3746928C26F2 (TMP_UpdateRegistry_t4F3B7A977A49346D2EBADCC1B29A5DAA15DB3FC0 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashSet_1_Clear_mD296E7574294C9B883B9C6BB1450A2C5D7E11EA4_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ICanvasElement_t604A7C95E46ABA335897B34A28DC8E542DA787E9_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Clear_mBE8ED18A4B129C8D1FC58ADB493644484FDA818B_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_mD94EC4E1F468756D61E5FCA1FF82457AA709D081_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_mF88431E4559110BDF424D5DEC468EF9A6E9A2D9F_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; { // for (int index = 0; index < m_LayoutRebuildQueue.Count; index++) V_0 = 0; goto IL_001e; } IL_0004: { // ICanvasElement element = TMP_UpdateRegistry.instance.m_LayoutRebuildQueue[index]; TMP_UpdateRegistry_t4F3B7A977A49346D2EBADCC1B29A5DAA15DB3FC0 * L_0; L_0 = TMP_UpdateRegistry_get_instance_mC3AB2D16EB38D93C7F4759299FB962626D7C52E6(/*hidden argument*/NULL); NullCheck(L_0); List_1_tA0F66F22AB0543957B73ABDF4C5C946AB15074C6 * L_1 = L_0->get_m_LayoutRebuildQueue_1(); int32_t L_2 = V_0; NullCheck(L_1); RuntimeObject* L_3; L_3 = List_1_get_Item_mF88431E4559110BDF424D5DEC468EF9A6E9A2D9F_inline(L_1, L_2, /*hidden argument*/List_1_get_Item_mF88431E4559110BDF424D5DEC468EF9A6E9A2D9F_RuntimeMethod_var); // element.Rebuild(CanvasUpdate.Prelayout); NullCheck(L_3); InterfaceActionInvoker1< int32_t >::Invoke(0 /* System.Void UnityEngine.UI.ICanvasElement::Rebuild(UnityEngine.UI.CanvasUpdate) */, ICanvasElement_t604A7C95E46ABA335897B34A28DC8E542DA787E9_il2cpp_TypeInfo_var, L_3, 0); // for (int index = 0; index < m_LayoutRebuildQueue.Count; index++) int32_t L_4 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)1)); } IL_001e: { // for (int index = 0; index < m_LayoutRebuildQueue.Count; index++) int32_t L_5 = V_0; List_1_tA0F66F22AB0543957B73ABDF4C5C946AB15074C6 * L_6 = __this->get_m_LayoutRebuildQueue_1(); NullCheck(L_6); int32_t L_7; L_7 = List_1_get_Count_mD94EC4E1F468756D61E5FCA1FF82457AA709D081_inline(L_6, /*hidden argument*/List_1_get_Count_mD94EC4E1F468756D61E5FCA1FF82457AA709D081_RuntimeMethod_var); if ((((int32_t)L_5) < ((int32_t)L_7))) { goto IL_0004; } } { // if (m_LayoutRebuildQueue.Count > 0) List_1_tA0F66F22AB0543957B73ABDF4C5C946AB15074C6 * L_8 = __this->get_m_LayoutRebuildQueue_1(); NullCheck(L_8); int32_t L_9; L_9 = List_1_get_Count_mD94EC4E1F468756D61E5FCA1FF82457AA709D081_inline(L_8, /*hidden argument*/List_1_get_Count_mD94EC4E1F468756D61E5FCA1FF82457AA709D081_RuntimeMethod_var); if ((((int32_t)L_9) <= ((int32_t)0))) { goto IL_0050; } } { // m_LayoutRebuildQueue.Clear(); List_1_tA0F66F22AB0543957B73ABDF4C5C946AB15074C6 * L_10 = __this->get_m_LayoutRebuildQueue_1(); NullCheck(L_10); List_1_Clear_mBE8ED18A4B129C8D1FC58ADB493644484FDA818B(L_10, /*hidden argument*/List_1_Clear_mBE8ED18A4B129C8D1FC58ADB493644484FDA818B_RuntimeMethod_var); // m_LayoutQueueLookup.Clear(); HashSet_1_tF187707BD5564B6808CE30721FBC083F00B385E5 * L_11 = __this->get_m_LayoutQueueLookup_2(); NullCheck(L_11); HashSet_1_Clear_mD296E7574294C9B883B9C6BB1450A2C5D7E11EA4(L_11, /*hidden argument*/HashSet_1_Clear_mD296E7574294C9B883B9C6BB1450A2C5D7E11EA4_RuntimeMethod_var); } IL_0050: { // for (int index = 0; index < m_GraphicRebuildQueue.Count; index++) V_1 = 0; goto IL_006e; } IL_0054: { // ICanvasElement element = TMP_UpdateRegistry.instance.m_GraphicRebuildQueue[index]; TMP_UpdateRegistry_t4F3B7A977A49346D2EBADCC1B29A5DAA15DB3FC0 * L_12; L_12 = TMP_UpdateRegistry_get_instance_mC3AB2D16EB38D93C7F4759299FB962626D7C52E6(/*hidden argument*/NULL); NullCheck(L_12); List_1_tA0F66F22AB0543957B73ABDF4C5C946AB15074C6 * L_13 = L_12->get_m_GraphicRebuildQueue_3(); int32_t L_14 = V_1; NullCheck(L_13); RuntimeObject* L_15; L_15 = List_1_get_Item_mF88431E4559110BDF424D5DEC468EF9A6E9A2D9F_inline(L_13, L_14, /*hidden argument*/List_1_get_Item_mF88431E4559110BDF424D5DEC468EF9A6E9A2D9F_RuntimeMethod_var); // element.Rebuild(CanvasUpdate.PreRender); NullCheck(L_15); InterfaceActionInvoker1< int32_t >::Invoke(0 /* System.Void UnityEngine.UI.ICanvasElement::Rebuild(UnityEngine.UI.CanvasUpdate) */, ICanvasElement_t604A7C95E46ABA335897B34A28DC8E542DA787E9_il2cpp_TypeInfo_var, L_15, 3); // for (int index = 0; index < m_GraphicRebuildQueue.Count; index++) int32_t L_16 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_16, (int32_t)1)); } IL_006e: { // for (int index = 0; index < m_GraphicRebuildQueue.Count; index++) int32_t L_17 = V_1; List_1_tA0F66F22AB0543957B73ABDF4C5C946AB15074C6 * L_18 = __this->get_m_GraphicRebuildQueue_3(); NullCheck(L_18); int32_t L_19; L_19 = List_1_get_Count_mD94EC4E1F468756D61E5FCA1FF82457AA709D081_inline(L_18, /*hidden argument*/List_1_get_Count_mD94EC4E1F468756D61E5FCA1FF82457AA709D081_RuntimeMethod_var); if ((((int32_t)L_17) < ((int32_t)L_19))) { goto IL_0054; } } { // if (m_GraphicRebuildQueue.Count > 0) List_1_tA0F66F22AB0543957B73ABDF4C5C946AB15074C6 * L_20 = __this->get_m_GraphicRebuildQueue_3(); NullCheck(L_20); int32_t L_21; L_21 = List_1_get_Count_mD94EC4E1F468756D61E5FCA1FF82457AA709D081_inline(L_20, /*hidden argument*/List_1_get_Count_mD94EC4E1F468756D61E5FCA1FF82457AA709D081_RuntimeMethod_var); if ((((int32_t)L_21) <= ((int32_t)0))) { goto IL_00a0; } } { // m_GraphicRebuildQueue.Clear(); List_1_tA0F66F22AB0543957B73ABDF4C5C946AB15074C6 * L_22 = __this->get_m_GraphicRebuildQueue_3(); NullCheck(L_22); List_1_Clear_mBE8ED18A4B129C8D1FC58ADB493644484FDA818B(L_22, /*hidden argument*/List_1_Clear_mBE8ED18A4B129C8D1FC58ADB493644484FDA818B_RuntimeMethod_var); // m_GraphicQueueLookup.Clear(); HashSet_1_tF187707BD5564B6808CE30721FBC083F00B385E5 * L_23 = __this->get_m_GraphicQueueLookup_4(); NullCheck(L_23); HashSet_1_Clear_mD296E7574294C9B883B9C6BB1450A2C5D7E11EA4(L_23, /*hidden argument*/HashSet_1_Clear_mD296E7574294C9B883B9C6BB1450A2C5D7E11EA4_RuntimeMethod_var); } IL_00a0: { // } return; } } // System.Void TMPro.TMP_UpdateRegistry::PerformUpdateForMeshRendererObjects() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_UpdateRegistry_PerformUpdateForMeshRendererObjects_mBDBE17682E43504A196EAE2D510961D53EB7DD81 (TMP_UpdateRegistry_t4F3B7A977A49346D2EBADCC1B29A5DAA15DB3FC0 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBD9676747DCD99A0578C5B0B4D09EA47A139DA4B); s_Il2CppMethodInitialized = true; } { // Debug.Log("Perform update of MeshRenderer objects."); IL2CPP_RUNTIME_CLASS_INIT(Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); Debug_Log_mC26E5AD0D8D156C7FFD173AA15827F69225E9DB8(_stringLiteralBD9676747DCD99A0578C5B0B4D09EA47A139DA4B, /*hidden argument*/NULL); // } return; } } // System.Void TMPro.TMP_UpdateRegistry::UnRegisterCanvasElementForRebuild(UnityEngine.UI.ICanvasElement) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_UpdateRegistry_UnRegisterCanvasElementForRebuild_m7511FD65526E3D95E8AFA1434633E52F864EEB76 (RuntimeObject* ___element0, const RuntimeMethod* method) { { // TMP_UpdateRegistry.instance.InternalUnRegisterCanvasElementForLayoutRebuild(element); TMP_UpdateRegistry_t4F3B7A977A49346D2EBADCC1B29A5DAA15DB3FC0 * L_0; L_0 = TMP_UpdateRegistry_get_instance_mC3AB2D16EB38D93C7F4759299FB962626D7C52E6(/*hidden argument*/NULL); RuntimeObject* L_1 = ___element0; NullCheck(L_0); TMP_UpdateRegistry_InternalUnRegisterCanvasElementForLayoutRebuild_m2168C5F3C2BBF5F995FFFD54D8FD525537B6E31C(L_0, L_1, /*hidden argument*/NULL); // TMP_UpdateRegistry.instance.InternalUnRegisterCanvasElementForGraphicRebuild(element); TMP_UpdateRegistry_t4F3B7A977A49346D2EBADCC1B29A5DAA15DB3FC0 * L_2; L_2 = TMP_UpdateRegistry_get_instance_mC3AB2D16EB38D93C7F4759299FB962626D7C52E6(/*hidden argument*/NULL); RuntimeObject* L_3 = ___element0; NullCheck(L_2); TMP_UpdateRegistry_InternalUnRegisterCanvasElementForGraphicRebuild_mB26C6D44EFF7A676AAB4BFE3F216BF716EBEAC85(L_2, L_3, /*hidden argument*/NULL); // } return; } } // System.Void TMPro.TMP_UpdateRegistry::InternalUnRegisterCanvasElementForLayoutRebuild(UnityEngine.UI.ICanvasElement) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_UpdateRegistry_InternalUnRegisterCanvasElementForLayoutRebuild_m2168C5F3C2BBF5F995FFFD54D8FD525537B6E31C (TMP_UpdateRegistry_t4F3B7A977A49346D2EBADCC1B29A5DAA15DB3FC0 * __this, RuntimeObject* ___element0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashSet_1_Remove_mAF5A8F3CF57935F03F7C89E506AE67C8BC5AD8ED_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Remove_m333D8C3281751F018263D489B0C2578F9D46301B_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { // int id = (element as Object).GetInstanceID(); RuntimeObject* L_0 = ___element0; NullCheck(((Object_tF2F3778131EFF286AF62B7B013A170F95A91571A *)IsInstClass((RuntimeObject*)L_0, Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var))); int32_t L_1; L_1 = Object_GetInstanceID_m7CF962BC1DB5C03F3522F88728CB2F514582B501(((Object_tF2F3778131EFF286AF62B7B013A170F95A91571A *)IsInstClass((RuntimeObject*)L_0, Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); V_0 = L_1; // TMP_UpdateRegistry.instance.m_LayoutRebuildQueue.Remove(element); TMP_UpdateRegistry_t4F3B7A977A49346D2EBADCC1B29A5DAA15DB3FC0 * L_2; L_2 = TMP_UpdateRegistry_get_instance_mC3AB2D16EB38D93C7F4759299FB962626D7C52E6(/*hidden argument*/NULL); NullCheck(L_2); List_1_tA0F66F22AB0543957B73ABDF4C5C946AB15074C6 * L_3 = L_2->get_m_LayoutRebuildQueue_1(); RuntimeObject* L_4 = ___element0; NullCheck(L_3); bool L_5; L_5 = List_1_Remove_m333D8C3281751F018263D489B0C2578F9D46301B(L_3, L_4, /*hidden argument*/List_1_Remove_m333D8C3281751F018263D489B0C2578F9D46301B_RuntimeMethod_var); // m_GraphicQueueLookup.Remove(id); HashSet_1_tF187707BD5564B6808CE30721FBC083F00B385E5 * L_6 = __this->get_m_GraphicQueueLookup_4(); int32_t L_7 = V_0; NullCheck(L_6); bool L_8; L_8 = HashSet_1_Remove_mAF5A8F3CF57935F03F7C89E506AE67C8BC5AD8ED(L_6, L_7, /*hidden argument*/HashSet_1_Remove_mAF5A8F3CF57935F03F7C89E506AE67C8BC5AD8ED_RuntimeMethod_var); // } return; } } // System.Void TMPro.TMP_UpdateRegistry::InternalUnRegisterCanvasElementForGraphicRebuild(UnityEngine.UI.ICanvasElement) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_UpdateRegistry_InternalUnRegisterCanvasElementForGraphicRebuild_mB26C6D44EFF7A676AAB4BFE3F216BF716EBEAC85 (TMP_UpdateRegistry_t4F3B7A977A49346D2EBADCC1B29A5DAA15DB3FC0 * __this, RuntimeObject* ___element0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashSet_1_Remove_mAF5A8F3CF57935F03F7C89E506AE67C8BC5AD8ED_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Remove_m333D8C3281751F018263D489B0C2578F9D46301B_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { // int id = (element as Object).GetInstanceID(); RuntimeObject* L_0 = ___element0; NullCheck(((Object_tF2F3778131EFF286AF62B7B013A170F95A91571A *)IsInstClass((RuntimeObject*)L_0, Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var))); int32_t L_1; L_1 = Object_GetInstanceID_m7CF962BC1DB5C03F3522F88728CB2F514582B501(((Object_tF2F3778131EFF286AF62B7B013A170F95A91571A *)IsInstClass((RuntimeObject*)L_0, Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); V_0 = L_1; // TMP_UpdateRegistry.instance.m_GraphicRebuildQueue.Remove(element); TMP_UpdateRegistry_t4F3B7A977A49346D2EBADCC1B29A5DAA15DB3FC0 * L_2; L_2 = TMP_UpdateRegistry_get_instance_mC3AB2D16EB38D93C7F4759299FB962626D7C52E6(/*hidden argument*/NULL); NullCheck(L_2); List_1_tA0F66F22AB0543957B73ABDF4C5C946AB15074C6 * L_3 = L_2->get_m_GraphicRebuildQueue_3(); RuntimeObject* L_4 = ___element0; NullCheck(L_3); bool L_5; L_5 = List_1_Remove_m333D8C3281751F018263D489B0C2578F9D46301B(L_3, L_4, /*hidden argument*/List_1_Remove_m333D8C3281751F018263D489B0C2578F9D46301B_RuntimeMethod_var); // m_LayoutQueueLookup.Remove(id); HashSet_1_tF187707BD5564B6808CE30721FBC083F00B385E5 * L_6 = __this->get_m_LayoutQueueLookup_2(); int32_t L_7 = V_0; NullCheck(L_6); bool L_8; L_8 = HashSet_1_Remove_mAF5A8F3CF57935F03F7C89E506AE67C8BC5AD8ED(L_6, L_7, /*hidden argument*/HashSet_1_Remove_mAF5A8F3CF57935F03F7C89E506AE67C8BC5AD8ED_RuntimeMethod_var); // } return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // TMPro.TMP_Vertex TMPro.TMP_Vertex::get_zero() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TMP_Vertex_t8008D4AEC9AE4E475F5E02225801EB18A2A1341E TMP_Vertex_get_zero_m473C98DADE2168BDEB8FCC1059C087131BD2624B (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TMP_Vertex_t8008D4AEC9AE4E475F5E02225801EB18A2A1341E_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // public static TMP_Vertex zero { get { return k_Zero; } } IL2CPP_RUNTIME_CLASS_INIT(TMP_Vertex_t8008D4AEC9AE4E475F5E02225801EB18A2A1341E_il2cpp_TypeInfo_var); TMP_Vertex_t8008D4AEC9AE4E475F5E02225801EB18A2A1341E L_0 = ((TMP_Vertex_t8008D4AEC9AE4E475F5E02225801EB18A2A1341E_StaticFields*)il2cpp_codegen_static_fields_for(TMP_Vertex_t8008D4AEC9AE4E475F5E02225801EB18A2A1341E_il2cpp_TypeInfo_var))->get_k_Zero_5(); return L_0; } } // System.Void TMPro.TMP_Vertex::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMP_Vertex__cctor_m67AEE9DC13DF2F8714A1CF8C0EE5EFAB32A410AF (const RuntimeMethod* method) { { return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Conversion methods for marshalling of: TMPro.TMP_WordInfo IL2CPP_EXTERN_C void TMP_WordInfo_t168F70FD30F4875E4C84D40F9F30FCB5D2EB895C_marshal_pinvoke(const TMP_WordInfo_t168F70FD30F4875E4C84D40F9F30FCB5D2EB895C& unmarshaled, TMP_WordInfo_t168F70FD30F4875E4C84D40F9F30FCB5D2EB895C_marshaled_pinvoke& marshaled) { Exception_t* ___textComponent_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'textComponent' of type 'TMP_WordInfo': Reference type field marshaling is not supported."); IL2CPP_RAISE_MANAGED_EXCEPTION(___textComponent_0Exception, NULL); } IL2CPP_EXTERN_C void TMP_WordInfo_t168F70FD30F4875E4C84D40F9F30FCB5D2EB895C_marshal_pinvoke_back(const TMP_WordInfo_t168F70FD30F4875E4C84D40F9F30FCB5D2EB895C_marshaled_pinvoke& marshaled, TMP_WordInfo_t168F70FD30F4875E4C84D40F9F30FCB5D2EB895C& unmarshaled) { Exception_t* ___textComponent_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'textComponent' of type 'TMP_WordInfo': Reference type field marshaling is not supported."); IL2CPP_RAISE_MANAGED_EXCEPTION(___textComponent_0Exception, NULL); } // Conversion method for clean up from marshalling of: TMPro.TMP_WordInfo IL2CPP_EXTERN_C void TMP_WordInfo_t168F70FD30F4875E4C84D40F9F30FCB5D2EB895C_marshal_pinvoke_cleanup(TMP_WordInfo_t168F70FD30F4875E4C84D40F9F30FCB5D2EB895C_marshaled_pinvoke& marshaled) { } // Conversion methods for marshalling of: TMPro.TMP_WordInfo IL2CPP_EXTERN_C void TMP_WordInfo_t168F70FD30F4875E4C84D40F9F30FCB5D2EB895C_marshal_com(const TMP_WordInfo_t168F70FD30F4875E4C84D40F9F30FCB5D2EB895C& unmarshaled, TMP_WordInfo_t168F70FD30F4875E4C84D40F9F30FCB5D2EB895C_marshaled_com& marshaled) { Exception_t* ___textComponent_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'textComponent' of type 'TMP_WordInfo': Reference type field marshaling is not supported."); IL2CPP_RAISE_MANAGED_EXCEPTION(___textComponent_0Exception, NULL); } IL2CPP_EXTERN_C void TMP_WordInfo_t168F70FD30F4875E4C84D40F9F30FCB5D2EB895C_marshal_com_back(const TMP_WordInfo_t168F70FD30F4875E4C84D40F9F30FCB5D2EB895C_marshaled_com& marshaled, TMP_WordInfo_t168F70FD30F4875E4C84D40F9F30FCB5D2EB895C& unmarshaled) { Exception_t* ___textComponent_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'textComponent' of type 'TMP_WordInfo': Reference type field marshaling is not supported."); IL2CPP_RAISE_MANAGED_EXCEPTION(___textComponent_0Exception, NULL); } // Conversion method for clean up from marshalling of: TMPro.TMP_WordInfo IL2CPP_EXTERN_C void TMP_WordInfo_t168F70FD30F4875E4C84D40F9F30FCB5D2EB895C_marshal_com_cleanup(TMP_WordInfo_t168F70FD30F4875E4C84D40F9F30FCB5D2EB895C_marshaled_com& marshaled) { } // System.String TMPro.TMP_WordInfo::GetWord() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* TMP_WordInfo_GetWord_m50B3D453F17EEDFB54561104C93998B10A9971DA (TMP_WordInfo_t168F70FD30F4875E4C84D40F9F30FCB5D2EB895C * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; TMP_CharacterInfoU5BU5D_t7128C1B46CF6AB1374135FA31D41ABF23882B970* V_1 = NULL; int32_t V_2 = 0; { // string word = string.Empty; String_t* L_0 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); V_0 = L_0; // TMP_CharacterInfo[] charInfo = textComponent.textInfo.characterInfo; TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 * L_1 = __this->get_textComponent_0(); NullCheck(L_1); TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_2; L_2 = TMP_Text_get_textInfo_mB006DF4283F14B0E49B9FCC0025D99C29FA534BF_inline(L_1, /*hidden argument*/NULL); NullCheck(L_2); TMP_CharacterInfoU5BU5D_t7128C1B46CF6AB1374135FA31D41ABF23882B970* L_3 = L_2->get_characterInfo_11(); V_1 = L_3; // for (int i = firstCharacterIndex; i < lastCharacterIndex + 1; i++) int32_t L_4 = __this->get_firstCharacterIndex_1(); V_2 = L_4; goto IL_003c; } IL_0020: { // word += charInfo[i].character; String_t* L_5 = V_0; TMP_CharacterInfoU5BU5D_t7128C1B46CF6AB1374135FA31D41ABF23882B970* L_6 = V_1; int32_t L_7 = V_2; NullCheck(L_6); Il2CppChar* L_8 = ((L_6)->GetAddressAt(static_cast(L_7)))->get_address_of_character_0(); String_t* L_9; L_9 = Char_ToString_mE0DE433463C56FD30A4F0A50539553B17147C2F8((Il2CppChar*)L_8, /*hidden argument*/NULL); String_t* L_10; L_10 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(L_5, L_9, /*hidden argument*/NULL); V_0 = L_10; // for (int i = firstCharacterIndex; i < lastCharacterIndex + 1; i++) int32_t L_11 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1)); } IL_003c: { // for (int i = firstCharacterIndex; i < lastCharacterIndex + 1; i++) int32_t L_12 = V_2; int32_t L_13 = __this->get_lastCharacterIndex_2(); if ((((int32_t)L_12) < ((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1))))) { goto IL_0020; } } { // return word; String_t* L_14 = V_0; return L_14; } } IL2CPP_EXTERN_C String_t* TMP_WordInfo_GetWord_m50B3D453F17EEDFB54561104C93998B10A9971DA_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { TMP_WordInfo_t168F70FD30F4875E4C84D40F9F30FCB5D2EB895C * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); String_t* _returnValue; _returnValue = TMP_WordInfo_GetWord_m50B3D453F17EEDFB54561104C93998B10A9971DA(_thisAdjusted, method); return _returnValue; } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void TMPro.TMPro_EventManager::ON_MATERIAL_PROPERTY_CHANGED(System.Boolean,UnityEngine.Material) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMPro_EventManager_ON_MATERIAL_PROPERTY_CHANGED_m0E7AAD5DE86E1761602A417565254F0B484A99EB (bool ___isChanged0, Material_t8927C00353A72755313F046D0CE85178AE8218EE * ___mat1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FastAction_2_Call_m56F4E5DC43D3354CC035CE184A8E22D8C7924B7B_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TMPro_EventManager_t8A07AD64AF1C174D621817FEA8D2CF0DA7065AA1_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // MATERIAL_PROPERTY_EVENT.Call(isChanged, mat); IL2CPP_RUNTIME_CLASS_INIT(TMPro_EventManager_t8A07AD64AF1C174D621817FEA8D2CF0DA7065AA1_il2cpp_TypeInfo_var); FastAction_2_t0617135A42D314DE39D7C7E05AF8644FDAF0AF9B * L_0 = ((TMPro_EventManager_t8A07AD64AF1C174D621817FEA8D2CF0DA7065AA1_StaticFields*)il2cpp_codegen_static_fields_for(TMPro_EventManager_t8A07AD64AF1C174D621817FEA8D2CF0DA7065AA1_il2cpp_TypeInfo_var))->get_MATERIAL_PROPERTY_EVENT_1(); bool L_1 = ___isChanged0; Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_2 = ___mat1; NullCheck(L_0); FastAction_2_Call_m56F4E5DC43D3354CC035CE184A8E22D8C7924B7B(L_0, L_1, L_2, /*hidden argument*/FastAction_2_Call_m56F4E5DC43D3354CC035CE184A8E22D8C7924B7B_RuntimeMethod_var); // } return; } } // System.Void TMPro.TMPro_EventManager::ON_FONT_PROPERTY_CHANGED(System.Boolean,UnityEngine.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMPro_EventManager_ON_FONT_PROPERTY_CHANGED_m19825FCD45966FE96609CDD8146678F74902F6F3 (bool ___isChanged0, Object_tF2F3778131EFF286AF62B7B013A170F95A91571A * ___obj1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FastAction_2_Call_m1B2845ED64460B11EE9B3E9FCA5768AC963176F6_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TMPro_EventManager_t8A07AD64AF1C174D621817FEA8D2CF0DA7065AA1_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // FONT_PROPERTY_EVENT.Call(isChanged, obj); IL2CPP_RUNTIME_CLASS_INIT(TMPro_EventManager_t8A07AD64AF1C174D621817FEA8D2CF0DA7065AA1_il2cpp_TypeInfo_var); FastAction_2_tB8818519A1AC2CA666C56F136249517F638F6A1D * L_0 = ((TMPro_EventManager_t8A07AD64AF1C174D621817FEA8D2CF0DA7065AA1_StaticFields*)il2cpp_codegen_static_fields_for(TMPro_EventManager_t8A07AD64AF1C174D621817FEA8D2CF0DA7065AA1_il2cpp_TypeInfo_var))->get_FONT_PROPERTY_EVENT_2(); bool L_1 = ___isChanged0; Object_tF2F3778131EFF286AF62B7B013A170F95A91571A * L_2 = ___obj1; NullCheck(L_0); FastAction_2_Call_m1B2845ED64460B11EE9B3E9FCA5768AC963176F6(L_0, L_1, L_2, /*hidden argument*/FastAction_2_Call_m1B2845ED64460B11EE9B3E9FCA5768AC963176F6_RuntimeMethod_var); // } return; } } // System.Void TMPro.TMPro_EventManager::ON_SPRITE_ASSET_PROPERTY_CHANGED(System.Boolean,UnityEngine.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMPro_EventManager_ON_SPRITE_ASSET_PROPERTY_CHANGED_m33AD00979F2C1A31F51293EC8965EFA0D9535B8C (bool ___isChanged0, Object_tF2F3778131EFF286AF62B7B013A170F95A91571A * ___obj1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FastAction_2_Call_m1B2845ED64460B11EE9B3E9FCA5768AC963176F6_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TMPro_EventManager_t8A07AD64AF1C174D621817FEA8D2CF0DA7065AA1_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // SPRITE_ASSET_PROPERTY_EVENT.Call(isChanged, obj); IL2CPP_RUNTIME_CLASS_INIT(TMPro_EventManager_t8A07AD64AF1C174D621817FEA8D2CF0DA7065AA1_il2cpp_TypeInfo_var); FastAction_2_tB8818519A1AC2CA666C56F136249517F638F6A1D * L_0 = ((TMPro_EventManager_t8A07AD64AF1C174D621817FEA8D2CF0DA7065AA1_StaticFields*)il2cpp_codegen_static_fields_for(TMPro_EventManager_t8A07AD64AF1C174D621817FEA8D2CF0DA7065AA1_il2cpp_TypeInfo_var))->get_SPRITE_ASSET_PROPERTY_EVENT_3(); bool L_1 = ___isChanged0; Object_tF2F3778131EFF286AF62B7B013A170F95A91571A * L_2 = ___obj1; NullCheck(L_0); FastAction_2_Call_m1B2845ED64460B11EE9B3E9FCA5768AC963176F6(L_0, L_1, L_2, /*hidden argument*/FastAction_2_Call_m1B2845ED64460B11EE9B3E9FCA5768AC963176F6_RuntimeMethod_var); // } return; } } // System.Void TMPro.TMPro_EventManager::ON_TEXTMESHPRO_PROPERTY_CHANGED(System.Boolean,UnityEngine.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMPro_EventManager_ON_TEXTMESHPRO_PROPERTY_CHANGED_m85D8A324F0F34CDFC9F721E7512247110BEE73CE (bool ___isChanged0, Object_tF2F3778131EFF286AF62B7B013A170F95A91571A * ___obj1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FastAction_2_Call_m1B2845ED64460B11EE9B3E9FCA5768AC963176F6_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TMPro_EventManager_t8A07AD64AF1C174D621817FEA8D2CF0DA7065AA1_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // TEXTMESHPRO_PROPERTY_EVENT.Call(isChanged, obj); IL2CPP_RUNTIME_CLASS_INIT(TMPro_EventManager_t8A07AD64AF1C174D621817FEA8D2CF0DA7065AA1_il2cpp_TypeInfo_var); FastAction_2_tB8818519A1AC2CA666C56F136249517F638F6A1D * L_0 = ((TMPro_EventManager_t8A07AD64AF1C174D621817FEA8D2CF0DA7065AA1_StaticFields*)il2cpp_codegen_static_fields_for(TMPro_EventManager_t8A07AD64AF1C174D621817FEA8D2CF0DA7065AA1_il2cpp_TypeInfo_var))->get_TEXTMESHPRO_PROPERTY_EVENT_4(); bool L_1 = ___isChanged0; Object_tF2F3778131EFF286AF62B7B013A170F95A91571A * L_2 = ___obj1; NullCheck(L_0); FastAction_2_Call_m1B2845ED64460B11EE9B3E9FCA5768AC963176F6(L_0, L_1, L_2, /*hidden argument*/FastAction_2_Call_m1B2845ED64460B11EE9B3E9FCA5768AC963176F6_RuntimeMethod_var); // } return; } } // System.Void TMPro.TMPro_EventManager::ON_DRAG_AND_DROP_MATERIAL_CHANGED(UnityEngine.GameObject,UnityEngine.Material,UnityEngine.Material) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMPro_EventManager_ON_DRAG_AND_DROP_MATERIAL_CHANGED_m552084D89C2C6BCEE3D620CEC6190A68F739B177 (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___sender0, Material_t8927C00353A72755313F046D0CE85178AE8218EE * ___currentMaterial1, Material_t8927C00353A72755313F046D0CE85178AE8218EE * ___newMaterial2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FastAction_3_Call_mC6781FBC14C717D0492813BAB7430089D552DA6F_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TMPro_EventManager_t8A07AD64AF1C174D621817FEA8D2CF0DA7065AA1_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // DRAG_AND_DROP_MATERIAL_EVENT.Call(sender, currentMaterial, newMaterial); IL2CPP_RUNTIME_CLASS_INIT(TMPro_EventManager_t8A07AD64AF1C174D621817FEA8D2CF0DA7065AA1_il2cpp_TypeInfo_var); FastAction_3_t05B67C203CF03CCC06EA6A315EFE76A231AB1A22 * L_0 = ((TMPro_EventManager_t8A07AD64AF1C174D621817FEA8D2CF0DA7065AA1_StaticFields*)il2cpp_codegen_static_fields_for(TMPro_EventManager_t8A07AD64AF1C174D621817FEA8D2CF0DA7065AA1_il2cpp_TypeInfo_var))->get_DRAG_AND_DROP_MATERIAL_EVENT_5(); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_1 = ___sender0; Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_2 = ___currentMaterial1; Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_3 = ___newMaterial2; NullCheck(L_0); FastAction_3_Call_mC6781FBC14C717D0492813BAB7430089D552DA6F(L_0, L_1, L_2, L_3, /*hidden argument*/FastAction_3_Call_mC6781FBC14C717D0492813BAB7430089D552DA6F_RuntimeMethod_var); // } return; } } // System.Void TMPro.TMPro_EventManager::ON_TEXT_STYLE_PROPERTY_CHANGED(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMPro_EventManager_ON_TEXT_STYLE_PROPERTY_CHANGED_m8247D26FB0BDC4D259C63694EB373A1B5A0F12BB (bool ___isChanged0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FastAction_1_Call_mB8B57A71723BEDF54AC9EBC822DCF71D7A4D144B_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TMPro_EventManager_t8A07AD64AF1C174D621817FEA8D2CF0DA7065AA1_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // TEXT_STYLE_PROPERTY_EVENT.Call(isChanged); IL2CPP_RUNTIME_CLASS_INIT(TMPro_EventManager_t8A07AD64AF1C174D621817FEA8D2CF0DA7065AA1_il2cpp_TypeInfo_var); FastAction_1_t0256216D55569A7059E38E7F79D8B1C844C6D472 * L_0 = ((TMPro_EventManager_t8A07AD64AF1C174D621817FEA8D2CF0DA7065AA1_StaticFields*)il2cpp_codegen_static_fields_for(TMPro_EventManager_t8A07AD64AF1C174D621817FEA8D2CF0DA7065AA1_il2cpp_TypeInfo_var))->get_TEXT_STYLE_PROPERTY_EVENT_6(); bool L_1 = ___isChanged0; NullCheck(L_0); FastAction_1_Call_mB8B57A71723BEDF54AC9EBC822DCF71D7A4D144B(L_0, L_1, /*hidden argument*/FastAction_1_Call_mB8B57A71723BEDF54AC9EBC822DCF71D7A4D144B_RuntimeMethod_var); // } return; } } // System.Void TMPro.TMPro_EventManager::ON_COLOR_GRADIENT_PROPERTY_CHANGED(UnityEngine.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMPro_EventManager_ON_COLOR_GRADIENT_PROPERTY_CHANGED_mA4C3C6468217025D4C74AD85F780DBCCFC9CB146 (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A * ___obj0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FastAction_1_Call_mDB8699D5B25B7B37DF0215AEC6D70B997EE0B7CE_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TMPro_EventManager_t8A07AD64AF1C174D621817FEA8D2CF0DA7065AA1_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // COLOR_GRADIENT_PROPERTY_EVENT.Call(obj); IL2CPP_RUNTIME_CLASS_INIT(TMPro_EventManager_t8A07AD64AF1C174D621817FEA8D2CF0DA7065AA1_il2cpp_TypeInfo_var); FastAction_1_t83A8F378D15744DC0F2F81BEEECE0C0D1DDC6798 * L_0 = ((TMPro_EventManager_t8A07AD64AF1C174D621817FEA8D2CF0DA7065AA1_StaticFields*)il2cpp_codegen_static_fields_for(TMPro_EventManager_t8A07AD64AF1C174D621817FEA8D2CF0DA7065AA1_il2cpp_TypeInfo_var))->get_COLOR_GRADIENT_PROPERTY_EVENT_7(); Object_tF2F3778131EFF286AF62B7B013A170F95A91571A * L_1 = ___obj0; NullCheck(L_0); FastAction_1_Call_mDB8699D5B25B7B37DF0215AEC6D70B997EE0B7CE(L_0, L_1, /*hidden argument*/FastAction_1_Call_mDB8699D5B25B7B37DF0215AEC6D70B997EE0B7CE_RuntimeMethod_var); // } return; } } // System.Void TMPro.TMPro_EventManager::ON_TEXT_CHANGED(UnityEngine.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMPro_EventManager_ON_TEXT_CHANGED_m196F05B2E99B22617705488778FA1474C411C771 (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A * ___obj0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FastAction_1_Call_mDB8699D5B25B7B37DF0215AEC6D70B997EE0B7CE_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TMPro_EventManager_t8A07AD64AF1C174D621817FEA8D2CF0DA7065AA1_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // TEXT_CHANGED_EVENT.Call(obj); IL2CPP_RUNTIME_CLASS_INIT(TMPro_EventManager_t8A07AD64AF1C174D621817FEA8D2CF0DA7065AA1_il2cpp_TypeInfo_var); FastAction_1_t83A8F378D15744DC0F2F81BEEECE0C0D1DDC6798 * L_0 = ((TMPro_EventManager_t8A07AD64AF1C174D621817FEA8D2CF0DA7065AA1_StaticFields*)il2cpp_codegen_static_fields_for(TMPro_EventManager_t8A07AD64AF1C174D621817FEA8D2CF0DA7065AA1_il2cpp_TypeInfo_var))->get_TEXT_CHANGED_EVENT_11(); Object_tF2F3778131EFF286AF62B7B013A170F95A91571A * L_1 = ___obj0; NullCheck(L_0); FastAction_1_Call_mDB8699D5B25B7B37DF0215AEC6D70B997EE0B7CE(L_0, L_1, /*hidden argument*/FastAction_1_Call_mDB8699D5B25B7B37DF0215AEC6D70B997EE0B7CE_RuntimeMethod_var); // } return; } } // System.Void TMPro.TMPro_EventManager::ON_TMP_SETTINGS_CHANGED() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMPro_EventManager_ON_TMP_SETTINGS_CHANGED_m1FEF15F25681303F9C36A7AF2CA0AC0CCF1B52A4 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TMPro_EventManager_t8A07AD64AF1C174D621817FEA8D2CF0DA7065AA1_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // TMP_SETTINGS_PROPERTY_EVENT.Call(); IL2CPP_RUNTIME_CLASS_INIT(TMPro_EventManager_t8A07AD64AF1C174D621817FEA8D2CF0DA7065AA1_il2cpp_TypeInfo_var); FastAction_tE1E0598414A65086C904C55ED0DCB45F330C9EFC * L_0 = ((TMPro_EventManager_t8A07AD64AF1C174D621817FEA8D2CF0DA7065AA1_StaticFields*)il2cpp_codegen_static_fields_for(TMPro_EventManager_t8A07AD64AF1C174D621817FEA8D2CF0DA7065AA1_il2cpp_TypeInfo_var))->get_TMP_SETTINGS_PROPERTY_EVENT_8(); NullCheck(L_0); FastAction_Call_mA8D0303B0EB36765E9AD1CE4FC49A27637684BBC(L_0, /*hidden argument*/NULL); // } return; } } // System.Void TMPro.TMPro_EventManager::ON_RESOURCES_LOADED() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMPro_EventManager_ON_RESOURCES_LOADED_m07042B013A093339BEDB48FA71EEBA346F6B0123 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TMPro_EventManager_t8A07AD64AF1C174D621817FEA8D2CF0DA7065AA1_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // RESOURCE_LOAD_EVENT.Call(); IL2CPP_RUNTIME_CLASS_INIT(TMPro_EventManager_t8A07AD64AF1C174D621817FEA8D2CF0DA7065AA1_il2cpp_TypeInfo_var); FastAction_tE1E0598414A65086C904C55ED0DCB45F330C9EFC * L_0 = ((TMPro_EventManager_t8A07AD64AF1C174D621817FEA8D2CF0DA7065AA1_StaticFields*)il2cpp_codegen_static_fields_for(TMPro_EventManager_t8A07AD64AF1C174D621817FEA8D2CF0DA7065AA1_il2cpp_TypeInfo_var))->get_RESOURCE_LOAD_EVENT_9(); NullCheck(L_0); FastAction_Call_mA8D0303B0EB36765E9AD1CE4FC49A27637684BBC(L_0, /*hidden argument*/NULL); // } return; } } // System.Void TMPro.TMPro_EventManager::ON_TEXTMESHPRO_UGUI_PROPERTY_CHANGED(System.Boolean,UnityEngine.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMPro_EventManager_ON_TEXTMESHPRO_UGUI_PROPERTY_CHANGED_m01A8A89E8C4B487A03D47D3F77797FD2B582C5A7 (bool ___isChanged0, Object_tF2F3778131EFF286AF62B7B013A170F95A91571A * ___obj1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FastAction_2_Call_m1B2845ED64460B11EE9B3E9FCA5768AC963176F6_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TMPro_EventManager_t8A07AD64AF1C174D621817FEA8D2CF0DA7065AA1_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // TEXTMESHPRO_UGUI_PROPERTY_EVENT.Call(isChanged, obj); IL2CPP_RUNTIME_CLASS_INIT(TMPro_EventManager_t8A07AD64AF1C174D621817FEA8D2CF0DA7065AA1_il2cpp_TypeInfo_var); FastAction_2_tB8818519A1AC2CA666C56F136249517F638F6A1D * L_0 = ((TMPro_EventManager_t8A07AD64AF1C174D621817FEA8D2CF0DA7065AA1_StaticFields*)il2cpp_codegen_static_fields_for(TMPro_EventManager_t8A07AD64AF1C174D621817FEA8D2CF0DA7065AA1_il2cpp_TypeInfo_var))->get_TEXTMESHPRO_UGUI_PROPERTY_EVENT_10(); bool L_1 = ___isChanged0; Object_tF2F3778131EFF286AF62B7B013A170F95A91571A * L_2 = ___obj1; NullCheck(L_0); FastAction_2_Call_m1B2845ED64460B11EE9B3E9FCA5768AC963176F6(L_0, L_1, L_2, /*hidden argument*/FastAction_2_Call_m1B2845ED64460B11EE9B3E9FCA5768AC963176F6_RuntimeMethod_var); // } return; } } // System.Void TMPro.TMPro_EventManager::ON_COMPUTE_DT_EVENT(System.Object,TMPro.Compute_DT_EventArgs) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMPro_EventManager_ON_COMPUTE_DT_EVENT_m3E0928965FBC9BDCEEE7B9095B671CFF640C1A73 (RuntimeObject * ___Sender0, Compute_DT_EventArgs_t67EB1217554822AAFFEB095D5A45363B26B8A7E6 * ___e1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FastAction_2_Call_mCD05EF73CA9CD0168CD6B03F3AEE63B82C5CD273_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TMPro_EventManager_t8A07AD64AF1C174D621817FEA8D2CF0DA7065AA1_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // COMPUTE_DT_EVENT.Call(Sender, e); IL2CPP_RUNTIME_CLASS_INIT(TMPro_EventManager_t8A07AD64AF1C174D621817FEA8D2CF0DA7065AA1_il2cpp_TypeInfo_var); FastAction_2_t251B7D87855C9C20395DD41A2262FF3765B409D8 * L_0 = ((TMPro_EventManager_t8A07AD64AF1C174D621817FEA8D2CF0DA7065AA1_StaticFields*)il2cpp_codegen_static_fields_for(TMPro_EventManager_t8A07AD64AF1C174D621817FEA8D2CF0DA7065AA1_il2cpp_TypeInfo_var))->get_COMPUTE_DT_EVENT_0(); RuntimeObject * L_1 = ___Sender0; Compute_DT_EventArgs_t67EB1217554822AAFFEB095D5A45363B26B8A7E6 * L_2 = ___e1; NullCheck(L_0); FastAction_2_Call_mCD05EF73CA9CD0168CD6B03F3AEE63B82C5CD273(L_0, L_1, L_2, /*hidden argument*/FastAction_2_Call_mCD05EF73CA9CD0168CD6B03F3AEE63B82C5CD273_RuntimeMethod_var); // } return; } } // System.Void TMPro.TMPro_EventManager::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TMPro_EventManager__cctor_mE7EF2C5BDDD81DF827BFB4A3AE8800DDC75CC1E5 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FastAction_1__ctor_m0C424EEF2F94C2680A7D3C319DB27BA9809301AF_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FastAction_1__ctor_mC8B6FBBDFADAB7F6FFA376A18D04F7D5A1A37FAA_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FastAction_1_t0256216D55569A7059E38E7F79D8B1C844C6D472_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FastAction_1_t83A8F378D15744DC0F2F81BEEECE0C0D1DDC6798_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FastAction_2__ctor_m1AEB76CBE2C10BD5A06DD8484BD24D198FD65EF9_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FastAction_2__ctor_mEBD3733C7262BA6DEBFE9640066CFCE52926D314_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FastAction_2__ctor_mF71BEA0F639F3E463623814D8BA7C1E03462BD4A_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FastAction_2_t0617135A42D314DE39D7C7E05AF8644FDAF0AF9B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FastAction_2_t251B7D87855C9C20395DD41A2262FF3765B409D8_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FastAction_2_tB8818519A1AC2CA666C56F136249517F638F6A1D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FastAction_3__ctor_m3BD7B2FB8BC8D03C5375FBB6A8B4A57194E918BF_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FastAction_3_t05B67C203CF03CCC06EA6A315EFE76A231AB1A22_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FastAction_tE1E0598414A65086C904C55ED0DCB45F330C9EFC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TMPro_EventManager_t8A07AD64AF1C174D621817FEA8D2CF0DA7065AA1_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // public static readonly FastAction COMPUTE_DT_EVENT = new FastAction(); FastAction_2_t251B7D87855C9C20395DD41A2262FF3765B409D8 * L_0 = (FastAction_2_t251B7D87855C9C20395DD41A2262FF3765B409D8 *)il2cpp_codegen_object_new(FastAction_2_t251B7D87855C9C20395DD41A2262FF3765B409D8_il2cpp_TypeInfo_var); FastAction_2__ctor_m1AEB76CBE2C10BD5A06DD8484BD24D198FD65EF9(L_0, /*hidden argument*/FastAction_2__ctor_m1AEB76CBE2C10BD5A06DD8484BD24D198FD65EF9_RuntimeMethod_var); ((TMPro_EventManager_t8A07AD64AF1C174D621817FEA8D2CF0DA7065AA1_StaticFields*)il2cpp_codegen_static_fields_for(TMPro_EventManager_t8A07AD64AF1C174D621817FEA8D2CF0DA7065AA1_il2cpp_TypeInfo_var))->set_COMPUTE_DT_EVENT_0(L_0); // public static readonly FastAction MATERIAL_PROPERTY_EVENT = new FastAction(); FastAction_2_t0617135A42D314DE39D7C7E05AF8644FDAF0AF9B * L_1 = (FastAction_2_t0617135A42D314DE39D7C7E05AF8644FDAF0AF9B *)il2cpp_codegen_object_new(FastAction_2_t0617135A42D314DE39D7C7E05AF8644FDAF0AF9B_il2cpp_TypeInfo_var); FastAction_2__ctor_mEBD3733C7262BA6DEBFE9640066CFCE52926D314(L_1, /*hidden argument*/FastAction_2__ctor_mEBD3733C7262BA6DEBFE9640066CFCE52926D314_RuntimeMethod_var); ((TMPro_EventManager_t8A07AD64AF1C174D621817FEA8D2CF0DA7065AA1_StaticFields*)il2cpp_codegen_static_fields_for(TMPro_EventManager_t8A07AD64AF1C174D621817FEA8D2CF0DA7065AA1_il2cpp_TypeInfo_var))->set_MATERIAL_PROPERTY_EVENT_1(L_1); // public static readonly FastAction FONT_PROPERTY_EVENT = new FastAction(); FastAction_2_tB8818519A1AC2CA666C56F136249517F638F6A1D * L_2 = (FastAction_2_tB8818519A1AC2CA666C56F136249517F638F6A1D *)il2cpp_codegen_object_new(FastAction_2_tB8818519A1AC2CA666C56F136249517F638F6A1D_il2cpp_TypeInfo_var); FastAction_2__ctor_mF71BEA0F639F3E463623814D8BA7C1E03462BD4A(L_2, /*hidden argument*/FastAction_2__ctor_mF71BEA0F639F3E463623814D8BA7C1E03462BD4A_RuntimeMethod_var); ((TMPro_EventManager_t8A07AD64AF1C174D621817FEA8D2CF0DA7065AA1_StaticFields*)il2cpp_codegen_static_fields_for(TMPro_EventManager_t8A07AD64AF1C174D621817FEA8D2CF0DA7065AA1_il2cpp_TypeInfo_var))->set_FONT_PROPERTY_EVENT_2(L_2); // public static readonly FastAction SPRITE_ASSET_PROPERTY_EVENT = new FastAction(); FastAction_2_tB8818519A1AC2CA666C56F136249517F638F6A1D * L_3 = (FastAction_2_tB8818519A1AC2CA666C56F136249517F638F6A1D *)il2cpp_codegen_object_new(FastAction_2_tB8818519A1AC2CA666C56F136249517F638F6A1D_il2cpp_TypeInfo_var); FastAction_2__ctor_mF71BEA0F639F3E463623814D8BA7C1E03462BD4A(L_3, /*hidden argument*/FastAction_2__ctor_mF71BEA0F639F3E463623814D8BA7C1E03462BD4A_RuntimeMethod_var); ((TMPro_EventManager_t8A07AD64AF1C174D621817FEA8D2CF0DA7065AA1_StaticFields*)il2cpp_codegen_static_fields_for(TMPro_EventManager_t8A07AD64AF1C174D621817FEA8D2CF0DA7065AA1_il2cpp_TypeInfo_var))->set_SPRITE_ASSET_PROPERTY_EVENT_3(L_3); // public static readonly FastAction TEXTMESHPRO_PROPERTY_EVENT = new FastAction(); FastAction_2_tB8818519A1AC2CA666C56F136249517F638F6A1D * L_4 = (FastAction_2_tB8818519A1AC2CA666C56F136249517F638F6A1D *)il2cpp_codegen_object_new(FastAction_2_tB8818519A1AC2CA666C56F136249517F638F6A1D_il2cpp_TypeInfo_var); FastAction_2__ctor_mF71BEA0F639F3E463623814D8BA7C1E03462BD4A(L_4, /*hidden argument*/FastAction_2__ctor_mF71BEA0F639F3E463623814D8BA7C1E03462BD4A_RuntimeMethod_var); ((TMPro_EventManager_t8A07AD64AF1C174D621817FEA8D2CF0DA7065AA1_StaticFields*)il2cpp_codegen_static_fields_for(TMPro_EventManager_t8A07AD64AF1C174D621817FEA8D2CF0DA7065AA1_il2cpp_TypeInfo_var))->set_TEXTMESHPRO_PROPERTY_EVENT_4(L_4); // public static readonly FastAction DRAG_AND_DROP_MATERIAL_EVENT = new FastAction(); FastAction_3_t05B67C203CF03CCC06EA6A315EFE76A231AB1A22 * L_5 = (FastAction_3_t05B67C203CF03CCC06EA6A315EFE76A231AB1A22 *)il2cpp_codegen_object_new(FastAction_3_t05B67C203CF03CCC06EA6A315EFE76A231AB1A22_il2cpp_TypeInfo_var); FastAction_3__ctor_m3BD7B2FB8BC8D03C5375FBB6A8B4A57194E918BF(L_5, /*hidden argument*/FastAction_3__ctor_m3BD7B2FB8BC8D03C5375FBB6A8B4A57194E918BF_RuntimeMethod_var); ((TMPro_EventManager_t8A07AD64AF1C174D621817FEA8D2CF0DA7065AA1_StaticFields*)il2cpp_codegen_static_fields_for(TMPro_EventManager_t8A07AD64AF1C174D621817FEA8D2CF0DA7065AA1_il2cpp_TypeInfo_var))->set_DRAG_AND_DROP_MATERIAL_EVENT_5(L_5); // public static readonly FastAction TEXT_STYLE_PROPERTY_EVENT = new FastAction(); FastAction_1_t0256216D55569A7059E38E7F79D8B1C844C6D472 * L_6 = (FastAction_1_t0256216D55569A7059E38E7F79D8B1C844C6D472 *)il2cpp_codegen_object_new(FastAction_1_t0256216D55569A7059E38E7F79D8B1C844C6D472_il2cpp_TypeInfo_var); FastAction_1__ctor_mC8B6FBBDFADAB7F6FFA376A18D04F7D5A1A37FAA(L_6, /*hidden argument*/FastAction_1__ctor_mC8B6FBBDFADAB7F6FFA376A18D04F7D5A1A37FAA_RuntimeMethod_var); ((TMPro_EventManager_t8A07AD64AF1C174D621817FEA8D2CF0DA7065AA1_StaticFields*)il2cpp_codegen_static_fields_for(TMPro_EventManager_t8A07AD64AF1C174D621817FEA8D2CF0DA7065AA1_il2cpp_TypeInfo_var))->set_TEXT_STYLE_PROPERTY_EVENT_6(L_6); // public static readonly FastAction COLOR_GRADIENT_PROPERTY_EVENT = new FastAction(); FastAction_1_t83A8F378D15744DC0F2F81BEEECE0C0D1DDC6798 * L_7 = (FastAction_1_t83A8F378D15744DC0F2F81BEEECE0C0D1DDC6798 *)il2cpp_codegen_object_new(FastAction_1_t83A8F378D15744DC0F2F81BEEECE0C0D1DDC6798_il2cpp_TypeInfo_var); FastAction_1__ctor_m0C424EEF2F94C2680A7D3C319DB27BA9809301AF(L_7, /*hidden argument*/FastAction_1__ctor_m0C424EEF2F94C2680A7D3C319DB27BA9809301AF_RuntimeMethod_var); ((TMPro_EventManager_t8A07AD64AF1C174D621817FEA8D2CF0DA7065AA1_StaticFields*)il2cpp_codegen_static_fields_for(TMPro_EventManager_t8A07AD64AF1C174D621817FEA8D2CF0DA7065AA1_il2cpp_TypeInfo_var))->set_COLOR_GRADIENT_PROPERTY_EVENT_7(L_7); // public static readonly FastAction TMP_SETTINGS_PROPERTY_EVENT = new FastAction(); FastAction_tE1E0598414A65086C904C55ED0DCB45F330C9EFC * L_8 = (FastAction_tE1E0598414A65086C904C55ED0DCB45F330C9EFC *)il2cpp_codegen_object_new(FastAction_tE1E0598414A65086C904C55ED0DCB45F330C9EFC_il2cpp_TypeInfo_var); FastAction__ctor_mB15A9AC4080353A8BEE514B7E0F88CEDC609F373(L_8, /*hidden argument*/NULL); ((TMPro_EventManager_t8A07AD64AF1C174D621817FEA8D2CF0DA7065AA1_StaticFields*)il2cpp_codegen_static_fields_for(TMPro_EventManager_t8A07AD64AF1C174D621817FEA8D2CF0DA7065AA1_il2cpp_TypeInfo_var))->set_TMP_SETTINGS_PROPERTY_EVENT_8(L_8); // public static readonly FastAction RESOURCE_LOAD_EVENT = new FastAction(); FastAction_tE1E0598414A65086C904C55ED0DCB45F330C9EFC * L_9 = (FastAction_tE1E0598414A65086C904C55ED0DCB45F330C9EFC *)il2cpp_codegen_object_new(FastAction_tE1E0598414A65086C904C55ED0DCB45F330C9EFC_il2cpp_TypeInfo_var); FastAction__ctor_mB15A9AC4080353A8BEE514B7E0F88CEDC609F373(L_9, /*hidden argument*/NULL); ((TMPro_EventManager_t8A07AD64AF1C174D621817FEA8D2CF0DA7065AA1_StaticFields*)il2cpp_codegen_static_fields_for(TMPro_EventManager_t8A07AD64AF1C174D621817FEA8D2CF0DA7065AA1_il2cpp_TypeInfo_var))->set_RESOURCE_LOAD_EVENT_9(L_9); // public static readonly FastAction TEXTMESHPRO_UGUI_PROPERTY_EVENT = new FastAction(); FastAction_2_tB8818519A1AC2CA666C56F136249517F638F6A1D * L_10 = (FastAction_2_tB8818519A1AC2CA666C56F136249517F638F6A1D *)il2cpp_codegen_object_new(FastAction_2_tB8818519A1AC2CA666C56F136249517F638F6A1D_il2cpp_TypeInfo_var); FastAction_2__ctor_mF71BEA0F639F3E463623814D8BA7C1E03462BD4A(L_10, /*hidden argument*/FastAction_2__ctor_mF71BEA0F639F3E463623814D8BA7C1E03462BD4A_RuntimeMethod_var); ((TMPro_EventManager_t8A07AD64AF1C174D621817FEA8D2CF0DA7065AA1_StaticFields*)il2cpp_codegen_static_fields_for(TMPro_EventManager_t8A07AD64AF1C174D621817FEA8D2CF0DA7065AA1_il2cpp_TypeInfo_var))->set_TEXTMESHPRO_UGUI_PROPERTY_EVENT_10(L_10); // public static readonly FastAction TEXT_CHANGED_EVENT = new FastAction(); FastAction_1_t83A8F378D15744DC0F2F81BEEECE0C0D1DDC6798 * L_11 = (FastAction_1_t83A8F378D15744DC0F2F81BEEECE0C0D1DDC6798 *)il2cpp_codegen_object_new(FastAction_1_t83A8F378D15744DC0F2F81BEEECE0C0D1DDC6798_il2cpp_TypeInfo_var); FastAction_1__ctor_m0C424EEF2F94C2680A7D3C319DB27BA9809301AF(L_11, /*hidden argument*/FastAction_1__ctor_m0C424EEF2F94C2680A7D3C319DB27BA9809301AF_RuntimeMethod_var); ((TMPro_EventManager_t8A07AD64AF1C174D621817FEA8D2CF0DA7065AA1_StaticFields*)il2cpp_codegen_static_fields_for(TMPro_EventManager_t8A07AD64AF1C174D621817FEA8D2CF0DA7065AA1_il2cpp_TypeInfo_var))->set_TEXT_CHANGED_EVENT_11(L_11); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Int32[] TMPro.TMPro_ExtensionMethods::ToIntArray(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* TMPro_ExtensionMethods_ToIntArray_mA17FFD3389CAA95FF4C4FF94B9FCF0FD430F6466 (String_t* ___text0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* V_0 = NULL; int32_t V_1 = 0; { // int[] intArray = new int[text.Length]; String_t* L_0 = ___text0; NullCheck(L_0); int32_t L_1; L_1 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_0, /*hidden argument*/NULL); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_2 = (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)SZArrayNew(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32_il2cpp_TypeInfo_var, (uint32_t)L_1); V_0 = L_2; // for (int i = 0; i < text.Length; i++) V_1 = 0; goto IL_001e; } IL_0010: { // intArray[i] = text[i]; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_3 = V_0; int32_t L_4 = V_1; String_t* L_5 = ___text0; int32_t L_6 = V_1; NullCheck(L_5); Il2CppChar L_7; L_7 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_5, L_6, /*hidden argument*/NULL); NullCheck(L_3); (L_3)->SetAt(static_cast(L_4), (int32_t)L_7); // for (int i = 0; i < text.Length; i++) int32_t L_8 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1)); } IL_001e: { // for (int i = 0; i < text.Length; i++) int32_t L_9 = V_1; String_t* L_10 = ___text0; NullCheck(L_10); int32_t L_11; L_11 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_10, /*hidden argument*/NULL); if ((((int32_t)L_9) < ((int32_t)L_11))) { goto IL_0010; } } { // return intArray; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_12 = V_0; return L_12; } } // System.String TMPro.TMPro_ExtensionMethods::ArrayToString(System.Char[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* TMPro_ExtensionMethods_ArrayToString_mD8EC305013B6FD2A984518E78C263EB6CE2C19E3 (CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___chars0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; int32_t V_1 = 0; { // string s = string.Empty; String_t* L_0 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); V_0 = L_0; // for (int i = 0; i < chars.Length && chars[i] != 0; i++) V_1 = 0; goto IL_0021; } IL_000a: { // s += chars[i]; String_t* L_1 = V_0; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_2 = ___chars0; int32_t L_3 = V_1; NullCheck(L_2); String_t* L_4; L_4 = Char_ToString_mE0DE433463C56FD30A4F0A50539553B17147C2F8((Il2CppChar*)((L_2)->GetAddressAt(static_cast(L_3))), /*hidden argument*/NULL); String_t* L_5; L_5 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(L_1, L_4, /*hidden argument*/NULL); V_0 = L_5; // for (int i = 0; i < chars.Length && chars[i] != 0; i++) int32_t L_6 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)1)); } IL_0021: { // for (int i = 0; i < chars.Length && chars[i] != 0; i++) int32_t L_7 = V_1; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_8 = ___chars0; NullCheck(L_8); if ((((int32_t)L_7) >= ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_8)->max_length)))))) { goto IL_002c; } } { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_9 = ___chars0; int32_t L_10 = V_1; NullCheck(L_9); int32_t L_11 = L_10; uint16_t L_12 = (uint16_t)(L_9)->GetAt(static_cast(L_11)); if (L_12) { goto IL_000a; } } IL_002c: { // return s; String_t* L_13 = V_0; return L_13; } } // System.String TMPro.TMPro_ExtensionMethods::IntToString(System.Int32[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* TMPro_ExtensionMethods_IntToString_mC0EA9F8A43795ECF8964839A30768D4C4C150DFF (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___unicodes0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* V_0 = NULL; int32_t V_1 = 0; { // char[] chars = new char[unicodes.Length]; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_0 = ___unicodes0; NullCheck(L_0); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_1 = (CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*)(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*)SZArrayNew(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34_il2cpp_TypeInfo_var, (uint32_t)((int32_t)((int32_t)(((RuntimeArray*)L_0)->max_length)))); V_0 = L_1; // for (int i = 0; i < unicodes.Length; i++) V_1 = 0; goto IL_0018; } IL_000d: { // chars[i] = (char)unicodes[i]; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_2 = V_0; int32_t L_3 = V_1; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_4 = ___unicodes0; int32_t L_5 = V_1; NullCheck(L_4); int32_t L_6 = L_5; int32_t L_7 = (L_4)->GetAt(static_cast(L_6)); NullCheck(L_2); (L_2)->SetAt(static_cast(L_3), (Il2CppChar)((int32_t)((uint16_t)L_7))); // for (int i = 0; i < unicodes.Length; i++) int32_t L_8 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1)); } IL_0018: { // for (int i = 0; i < unicodes.Length; i++) int32_t L_9 = V_1; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_10 = ___unicodes0; NullCheck(L_10); if ((((int32_t)L_9) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_10)->max_length)))))) { goto IL_000d; } } { // return new string(chars); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_11 = V_0; String_t* L_12; L_12 = String_CreateString_mC7F57CE6ED768CF86591160424FE55D5CBA7C344(NULL, L_11, /*hidden argument*/NULL); return L_12; } } // System.String TMPro.TMPro_ExtensionMethods::UintToString(System.Collections.Generic.List`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* TMPro_ExtensionMethods_UintToString_mA9AEA7FB0BA8919ED1A42D31D6C5689C5832A05E (List_1_t023026A8F0D0D113E2B62213C8C74717BF7F4731 * ___unicodes0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_m70BC2BBCAA532A1588DB59CA7E556F541F32621D_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_mB16774A7E717953B089B111C42D5DD2256E30F69_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* V_0 = NULL; int32_t V_1 = 0; { // char[] chars = new char[unicodes.Count]; List_1_t023026A8F0D0D113E2B62213C8C74717BF7F4731 * L_0 = ___unicodes0; NullCheck(L_0); int32_t L_1; L_1 = List_1_get_Count_m70BC2BBCAA532A1588DB59CA7E556F541F32621D_inline(L_0, /*hidden argument*/List_1_get_Count_m70BC2BBCAA532A1588DB59CA7E556F541F32621D_RuntimeMethod_var); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_2 = (CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*)(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*)SZArrayNew(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34_il2cpp_TypeInfo_var, (uint32_t)L_1); V_0 = L_2; // for (int i = 0; i < unicodes.Count; i++) V_1 = 0; goto IL_001f; } IL_0010: { // chars[i] = (char)unicodes[i]; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_3 = V_0; int32_t L_4 = V_1; List_1_t023026A8F0D0D113E2B62213C8C74717BF7F4731 * L_5 = ___unicodes0; int32_t L_6 = V_1; NullCheck(L_5); uint32_t L_7; L_7 = List_1_get_Item_mB16774A7E717953B089B111C42D5DD2256E30F69_inline(L_5, L_6, /*hidden argument*/List_1_get_Item_mB16774A7E717953B089B111C42D5DD2256E30F69_RuntimeMethod_var); NullCheck(L_3); (L_3)->SetAt(static_cast(L_4), (Il2CppChar)((int32_t)((uint16_t)L_7))); // for (int i = 0; i < unicodes.Count; i++) int32_t L_8 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1)); } IL_001f: { // for (int i = 0; i < unicodes.Count; i++) int32_t L_9 = V_1; List_1_t023026A8F0D0D113E2B62213C8C74717BF7F4731 * L_10 = ___unicodes0; NullCheck(L_10); int32_t L_11; L_11 = List_1_get_Count_m70BC2BBCAA532A1588DB59CA7E556F541F32621D_inline(L_10, /*hidden argument*/List_1_get_Count_m70BC2BBCAA532A1588DB59CA7E556F541F32621D_RuntimeMethod_var); if ((((int32_t)L_9) < ((int32_t)L_11))) { goto IL_0010; } } { // return new string(chars); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_12 = V_0; String_t* L_13; L_13 = String_CreateString_mC7F57CE6ED768CF86591160424FE55D5CBA7C344(NULL, L_12, /*hidden argument*/NULL); return L_13; } } // System.String TMPro.TMPro_ExtensionMethods::IntToString(System.Int32[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* TMPro_ExtensionMethods_IntToString_m611C142BA482AF22FDFB084939ED38F0F950EF4E (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___unicodes0, int32_t ___start1, int32_t ___length2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* V_1 = NULL; int32_t V_2 = 0; int32_t V_3 = 0; { // if (start > unicodes.Length) int32_t L_0 = ___start1; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1 = ___unicodes0; NullCheck(L_1); if ((((int32_t)L_0) <= ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_1)->max_length)))))) { goto IL_000c; } } { // return string.Empty; String_t* L_2 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); return L_2; } IL_000c: { // int end = Mathf.Min(start + length, unicodes.Length); int32_t L_3 = ___start1; int32_t L_4 = ___length2; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_5 = ___unicodes0; NullCheck(L_5); int32_t L_6; L_6 = Mathf_Min_m8038BC2CE141C9AF3ECA2E31B88A9768423B1519(((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)L_4)), ((int32_t)((int32_t)(((RuntimeArray*)L_5)->max_length))), /*hidden argument*/NULL); V_0 = L_6; // char[] chars = new char[end - start]; int32_t L_7 = V_0; int32_t L_8 = ___start1; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_9 = (CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*)(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*)SZArrayNew(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_7, (int32_t)L_8))); V_1 = L_9; // int writeIndex = 0; V_2 = 0; // for (int i = start; i < end; i++) int32_t L_10 = ___start1; V_3 = L_10; goto IL_0036; } IL_0027: { // chars[writeIndex++] = (char)unicodes[i]; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_11 = V_1; int32_t L_12 = V_2; int32_t L_13 = L_12; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1)); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_14 = ___unicodes0; int32_t L_15 = V_3; NullCheck(L_14); int32_t L_16 = L_15; int32_t L_17 = (L_14)->GetAt(static_cast(L_16)); NullCheck(L_11); (L_11)->SetAt(static_cast(L_13), (Il2CppChar)((int32_t)((uint16_t)L_17))); // for (int i = start; i < end; i++) int32_t L_18 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)1)); } IL_0036: { // for (int i = start; i < end; i++) int32_t L_19 = V_3; int32_t L_20 = V_0; if ((((int32_t)L_19) < ((int32_t)L_20))) { goto IL_0027; } } { // return new string(chars); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_21 = V_1; String_t* L_22; L_22 = String_CreateString_mC7F57CE6ED768CF86591160424FE55D5CBA7C344(NULL, L_21, /*hidden argument*/NULL); return L_22; } } // System.Boolean TMPro.TMPro_ExtensionMethods::Compare(UnityEngine.Color32,UnityEngine.Color32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TMPro_ExtensionMethods_Compare_mF68EE2F2585A1CDFD8C85F5D940F662F553CA197 (Color32_tDB54A78627878A7D2DE42BB028D64306A18E858D ___a0, Color32_tDB54A78627878A7D2DE42BB028D64306A18E858D ___b1, const RuntimeMethod* method) { { // return a.r == b.r && a.g == b.g && a.b == b.b && a.a == b.a; Color32_tDB54A78627878A7D2DE42BB028D64306A18E858D L_0 = ___a0; uint8_t L_1 = L_0.get_r_1(); Color32_tDB54A78627878A7D2DE42BB028D64306A18E858D L_2 = ___b1; uint8_t L_3 = L_2.get_r_1(); if ((!(((uint32_t)L_1) == ((uint32_t)L_3)))) { goto IL_0039; } } { Color32_tDB54A78627878A7D2DE42BB028D64306A18E858D L_4 = ___a0; uint8_t L_5 = L_4.get_g_2(); Color32_tDB54A78627878A7D2DE42BB028D64306A18E858D L_6 = ___b1; uint8_t L_7 = L_6.get_g_2(); if ((!(((uint32_t)L_5) == ((uint32_t)L_7)))) { goto IL_0039; } } { Color32_tDB54A78627878A7D2DE42BB028D64306A18E858D L_8 = ___a0; uint8_t L_9 = L_8.get_b_3(); Color32_tDB54A78627878A7D2DE42BB028D64306A18E858D L_10 = ___b1; uint8_t L_11 = L_10.get_b_3(); if ((!(((uint32_t)L_9) == ((uint32_t)L_11)))) { goto IL_0039; } } { Color32_tDB54A78627878A7D2DE42BB028D64306A18E858D L_12 = ___a0; uint8_t L_13 = L_12.get_a_4(); Color32_tDB54A78627878A7D2DE42BB028D64306A18E858D L_14 = ___b1; uint8_t L_15 = L_14.get_a_4(); return (bool)((((int32_t)L_13) == ((int32_t)L_15))? 1 : 0); } IL_0039: { return (bool)0; } } // System.Boolean TMPro.TMPro_ExtensionMethods::CompareRGB(UnityEngine.Color32,UnityEngine.Color32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TMPro_ExtensionMethods_CompareRGB_m8DCC5AE215A97CCF5CAEEE3FAC00BA52FFB37AAE (Color32_tDB54A78627878A7D2DE42BB028D64306A18E858D ___a0, Color32_tDB54A78627878A7D2DE42BB028D64306A18E858D ___b1, const RuntimeMethod* method) { { // return a.r == b.r && a.g == b.g && a.b == b.b; Color32_tDB54A78627878A7D2DE42BB028D64306A18E858D L_0 = ___a0; uint8_t L_1 = L_0.get_r_1(); Color32_tDB54A78627878A7D2DE42BB028D64306A18E858D L_2 = ___b1; uint8_t L_3 = L_2.get_r_1(); if ((!(((uint32_t)L_1) == ((uint32_t)L_3)))) { goto IL_002b; } } { Color32_tDB54A78627878A7D2DE42BB028D64306A18E858D L_4 = ___a0; uint8_t L_5 = L_4.get_g_2(); Color32_tDB54A78627878A7D2DE42BB028D64306A18E858D L_6 = ___b1; uint8_t L_7 = L_6.get_g_2(); if ((!(((uint32_t)L_5) == ((uint32_t)L_7)))) { goto IL_002b; } } { Color32_tDB54A78627878A7D2DE42BB028D64306A18E858D L_8 = ___a0; uint8_t L_9 = L_8.get_b_3(); Color32_tDB54A78627878A7D2DE42BB028D64306A18E858D L_10 = ___b1; uint8_t L_11 = L_10.get_b_3(); return (bool)((((int32_t)L_9) == ((int32_t)L_11))? 1 : 0); } IL_002b: { return (bool)0; } } // System.Boolean TMPro.TMPro_ExtensionMethods::Compare(UnityEngine.Color,UnityEngine.Color) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TMPro_ExtensionMethods_Compare_mF5DFDA8C5F339E1CBAEC65BD1C4A1CCA4F7F1309 (Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 ___a0, Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 ___b1, const RuntimeMethod* method) { { // return a.r == b.r && a.g == b.g && a.b == b.b && a.a == b.a; Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 L_0 = ___a0; float L_1 = L_0.get_r_0(); Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 L_2 = ___b1; float L_3 = L_2.get_r_0(); if ((!(((float)L_1) == ((float)L_3)))) { goto IL_0039; } } { Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 L_4 = ___a0; float L_5 = L_4.get_g_1(); Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 L_6 = ___b1; float L_7 = L_6.get_g_1(); if ((!(((float)L_5) == ((float)L_7)))) { goto IL_0039; } } { Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 L_8 = ___a0; float L_9 = L_8.get_b_2(); Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 L_10 = ___b1; float L_11 = L_10.get_b_2(); if ((!(((float)L_9) == ((float)L_11)))) { goto IL_0039; } } { Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 L_12 = ___a0; float L_13 = L_12.get_a_3(); Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 L_14 = ___b1; float L_15 = L_14.get_a_3(); return (bool)((((float)L_13) == ((float)L_15))? 1 : 0); } IL_0039: { return (bool)0; } } // System.Boolean TMPro.TMPro_ExtensionMethods::CompareRGB(UnityEngine.Color,UnityEngine.Color) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TMPro_ExtensionMethods_CompareRGB_m74E0FE9BE7A999FAAE307C715D72A374A131862A (Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 ___a0, Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 ___b1, const RuntimeMethod* method) { { // return a.r == b.r && a.g == b.g && a.b == b.b; Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 L_0 = ___a0; float L_1 = L_0.get_r_0(); Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 L_2 = ___b1; float L_3 = L_2.get_r_0(); if ((!(((float)L_1) == ((float)L_3)))) { goto IL_002b; } } { Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 L_4 = ___a0; float L_5 = L_4.get_g_1(); Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 L_6 = ___b1; float L_7 = L_6.get_g_1(); if ((!(((float)L_5) == ((float)L_7)))) { goto IL_002b; } } { Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 L_8 = ___a0; float L_9 = L_8.get_b_2(); Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 L_10 = ___b1; float L_11 = L_10.get_b_2(); return (bool)((((float)L_9) == ((float)L_11))? 1 : 0); } IL_002b: { return (bool)0; } } // UnityEngine.Color32 TMPro.TMPro_ExtensionMethods::Multiply(UnityEngine.Color32,UnityEngine.Color32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Color32_tDB54A78627878A7D2DE42BB028D64306A18E858D TMPro_ExtensionMethods_Multiply_m75AD135DBC1075F1AD2D527DF643080D89F8CCC2 (Color32_tDB54A78627878A7D2DE42BB028D64306A18E858D ___c10, Color32_tDB54A78627878A7D2DE42BB028D64306A18E858D ___c21, const RuntimeMethod* method) { uint8_t V_0 = 0x0; uint8_t V_1 = 0x0; uint8_t V_2 = 0x0; { // byte r = (byte)((c1.r / 255f) * (c2.r / 255f) * 255); Color32_tDB54A78627878A7D2DE42BB028D64306A18E858D L_0 = ___c10; uint8_t L_1 = L_0.get_r_1(); Color32_tDB54A78627878A7D2DE42BB028D64306A18E858D L_2 = ___c21; uint8_t L_3 = L_2.get_r_1(); // byte g = (byte)((c1.g / 255f) * (c2.g / 255f) * 255); Color32_tDB54A78627878A7D2DE42BB028D64306A18E858D L_4 = ___c10; uint8_t L_5 = L_4.get_g_2(); Color32_tDB54A78627878A7D2DE42BB028D64306A18E858D L_6 = ___c21; uint8_t L_7 = L_6.get_g_2(); V_0 = (uint8_t)il2cpp_codegen_cast_floating_point(((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_multiply((float)((float)((float)((float)((float)L_5))/(float)(255.0f))), (float)((float)((float)((float)((float)L_7))/(float)(255.0f))))), (float)(255.0f)))); // byte b = (byte)((c1.b / 255f) * (c2.b / 255f) * 255); Color32_tDB54A78627878A7D2DE42BB028D64306A18E858D L_8 = ___c10; uint8_t L_9 = L_8.get_b_3(); Color32_tDB54A78627878A7D2DE42BB028D64306A18E858D L_10 = ___c21; uint8_t L_11 = L_10.get_b_3(); V_1 = (uint8_t)il2cpp_codegen_cast_floating_point(((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_multiply((float)((float)((float)((float)((float)L_9))/(float)(255.0f))), (float)((float)((float)((float)((float)L_11))/(float)(255.0f))))), (float)(255.0f)))); // byte a = (byte)((c1.a / 255f) * (c2.a / 255f) * 255); Color32_tDB54A78627878A7D2DE42BB028D64306A18E858D L_12 = ___c10; uint8_t L_13 = L_12.get_a_4(); Color32_tDB54A78627878A7D2DE42BB028D64306A18E858D L_14 = ___c21; uint8_t L_15 = L_14.get_a_4(); V_2 = (uint8_t)il2cpp_codegen_cast_floating_point(((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_multiply((float)((float)((float)((float)((float)L_13))/(float)(255.0f))), (float)((float)((float)((float)((float)L_15))/(float)(255.0f))))), (float)(255.0f)))); // return new Color32(r, g, b, a); uint8_t L_16 = V_0; uint8_t L_17 = V_1; uint8_t L_18 = V_2; Color32_tDB54A78627878A7D2DE42BB028D64306A18E858D L_19; memset((&L_19), 0, sizeof(L_19)); Color32__ctor_m9D07EC69256BB7ED2784E543848DE7B8484A5C94((&L_19), (uint8_t)il2cpp_codegen_cast_floating_point(((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_multiply((float)((float)((float)((float)((float)L_1))/(float)(255.0f))), (float)((float)((float)((float)((float)L_3))/(float)(255.0f))))), (float)(255.0f)))), L_16, L_17, L_18, /*hidden argument*/NULL); return L_19; } } // UnityEngine.Color32 TMPro.TMPro_ExtensionMethods::Tint(UnityEngine.Color32,UnityEngine.Color32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Color32_tDB54A78627878A7D2DE42BB028D64306A18E858D TMPro_ExtensionMethods_Tint_mF2F40F1356A64616DD747FA7E07880ED24113230 (Color32_tDB54A78627878A7D2DE42BB028D64306A18E858D ___c10, Color32_tDB54A78627878A7D2DE42BB028D64306A18E858D ___c21, const RuntimeMethod* method) { uint8_t V_0 = 0x0; uint8_t V_1 = 0x0; uint8_t V_2 = 0x0; { // byte r = (byte)((c1.r / 255f) * (c2.r / 255f) * 255); Color32_tDB54A78627878A7D2DE42BB028D64306A18E858D L_0 = ___c10; uint8_t L_1 = L_0.get_r_1(); Color32_tDB54A78627878A7D2DE42BB028D64306A18E858D L_2 = ___c21; uint8_t L_3 = L_2.get_r_1(); // byte g = (byte)((c1.g / 255f) * (c2.g / 255f) * 255); Color32_tDB54A78627878A7D2DE42BB028D64306A18E858D L_4 = ___c10; uint8_t L_5 = L_4.get_g_2(); Color32_tDB54A78627878A7D2DE42BB028D64306A18E858D L_6 = ___c21; uint8_t L_7 = L_6.get_g_2(); V_0 = (uint8_t)il2cpp_codegen_cast_floating_point(((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_multiply((float)((float)((float)((float)((float)L_5))/(float)(255.0f))), (float)((float)((float)((float)((float)L_7))/(float)(255.0f))))), (float)(255.0f)))); // byte b = (byte)((c1.b / 255f) * (c2.b / 255f) * 255); Color32_tDB54A78627878A7D2DE42BB028D64306A18E858D L_8 = ___c10; uint8_t L_9 = L_8.get_b_3(); Color32_tDB54A78627878A7D2DE42BB028D64306A18E858D L_10 = ___c21; uint8_t L_11 = L_10.get_b_3(); V_1 = (uint8_t)il2cpp_codegen_cast_floating_point(((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_multiply((float)((float)((float)((float)((float)L_9))/(float)(255.0f))), (float)((float)((float)((float)((float)L_11))/(float)(255.0f))))), (float)(255.0f)))); // byte a = (byte)((c1.a / 255f) * (c2.a / 255f) * 255); Color32_tDB54A78627878A7D2DE42BB028D64306A18E858D L_12 = ___c10; uint8_t L_13 = L_12.get_a_4(); Color32_tDB54A78627878A7D2DE42BB028D64306A18E858D L_14 = ___c21; uint8_t L_15 = L_14.get_a_4(); V_2 = (uint8_t)il2cpp_codegen_cast_floating_point(((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_multiply((float)((float)((float)((float)((float)L_13))/(float)(255.0f))), (float)((float)((float)((float)((float)L_15))/(float)(255.0f))))), (float)(255.0f)))); // return new Color32(r, g, b, a); uint8_t L_16 = V_0; uint8_t L_17 = V_1; uint8_t L_18 = V_2; Color32_tDB54A78627878A7D2DE42BB028D64306A18E858D L_19; memset((&L_19), 0, sizeof(L_19)); Color32__ctor_m9D07EC69256BB7ED2784E543848DE7B8484A5C94((&L_19), (uint8_t)il2cpp_codegen_cast_floating_point(((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_multiply((float)((float)((float)((float)((float)L_1))/(float)(255.0f))), (float)((float)((float)((float)((float)L_3))/(float)(255.0f))))), (float)(255.0f)))), L_16, L_17, L_18, /*hidden argument*/NULL); return L_19; } } // UnityEngine.Color32 TMPro.TMPro_ExtensionMethods::Tint(UnityEngine.Color32,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Color32_tDB54A78627878A7D2DE42BB028D64306A18E858D TMPro_ExtensionMethods_Tint_m0A961FBE92DCB1A45EE407E2BEF24807BEE95A6D (Color32_tDB54A78627878A7D2DE42BB028D64306A18E858D ___c10, float ___tint1, const RuntimeMethod* method) { uint8_t V_0 = 0x0; uint8_t V_1 = 0x0; uint8_t V_2 = 0x0; { // byte r = (byte)(Mathf.Clamp(c1.r / 255f * tint * 255, 0, 255)); Color32_tDB54A78627878A7D2DE42BB028D64306A18E858D L_0 = ___c10; uint8_t L_1 = L_0.get_r_1(); float L_2 = ___tint1; float L_3; L_3 = Mathf_Clamp_m2416F3B785C8F135863E3D17E5B0CB4174797B87(((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_multiply((float)((float)((float)((float)((float)L_1))/(float)(255.0f))), (float)L_2)), (float)(255.0f))), (0.0f), (255.0f), /*hidden argument*/NULL); // byte g = (byte)(Mathf.Clamp(c1.g / 255f * tint * 255, 0, 255)); Color32_tDB54A78627878A7D2DE42BB028D64306A18E858D L_4 = ___c10; uint8_t L_5 = L_4.get_g_2(); float L_6 = ___tint1; float L_7; L_7 = Mathf_Clamp_m2416F3B785C8F135863E3D17E5B0CB4174797B87(((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_multiply((float)((float)((float)((float)((float)L_5))/(float)(255.0f))), (float)L_6)), (float)(255.0f))), (0.0f), (255.0f), /*hidden argument*/NULL); V_0 = (uint8_t)il2cpp_codegen_cast_floating_point(L_7); // byte b = (byte)(Mathf.Clamp(c1.b / 255f * tint * 255, 0, 255)); Color32_tDB54A78627878A7D2DE42BB028D64306A18E858D L_8 = ___c10; uint8_t L_9 = L_8.get_b_3(); float L_10 = ___tint1; float L_11; L_11 = Mathf_Clamp_m2416F3B785C8F135863E3D17E5B0CB4174797B87(((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_multiply((float)((float)((float)((float)((float)L_9))/(float)(255.0f))), (float)L_10)), (float)(255.0f))), (0.0f), (255.0f), /*hidden argument*/NULL); V_1 = (uint8_t)il2cpp_codegen_cast_floating_point(L_11); // byte a = (byte)(Mathf.Clamp(c1.a / 255f * tint * 255, 0, 255)); Color32_tDB54A78627878A7D2DE42BB028D64306A18E858D L_12 = ___c10; uint8_t L_13 = L_12.get_a_4(); float L_14 = ___tint1; float L_15; L_15 = Mathf_Clamp_m2416F3B785C8F135863E3D17E5B0CB4174797B87(((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_multiply((float)((float)((float)((float)((float)L_13))/(float)(255.0f))), (float)L_14)), (float)(255.0f))), (0.0f), (255.0f), /*hidden argument*/NULL); V_2 = (uint8_t)il2cpp_codegen_cast_floating_point(L_15); // return new Color32(r, g, b, a); uint8_t L_16 = V_0; uint8_t L_17 = V_1; uint8_t L_18 = V_2; Color32_tDB54A78627878A7D2DE42BB028D64306A18E858D L_19; memset((&L_19), 0, sizeof(L_19)); Color32__ctor_m9D07EC69256BB7ED2784E543848DE7B8484A5C94((&L_19), (uint8_t)il2cpp_codegen_cast_floating_point(L_3), L_16, L_17, L_18, /*hidden argument*/NULL); return L_19; } } // UnityEngine.Color TMPro.TMPro_ExtensionMethods::MinAlpha(UnityEngine.Color,UnityEngine.Color) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 TMPro_ExtensionMethods_MinAlpha_mDC2BC8032C77FD29EDA49B94820B21F7030AECEE (Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 ___c10, Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 ___c21, const RuntimeMethod* method) { float V_0 = 0.0f; float G_B3_0 = 0.0f; { // float a = c1.a < c2.a ? c1.a : c2.a; Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 L_0 = ___c10; float L_1 = L_0.get_a_3(); Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 L_2 = ___c21; float L_3 = L_2.get_a_3(); if ((((float)L_1) < ((float)L_3))) { goto IL_0016; } } { Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 L_4 = ___c21; float L_5 = L_4.get_a_3(); G_B3_0 = L_5; goto IL_001c; } IL_0016: { Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 L_6 = ___c10; float L_7 = L_6.get_a_3(); G_B3_0 = L_7; } IL_001c: { V_0 = G_B3_0; // return new Color(c1.r, c1.g, c1.b, a); Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 L_8 = ___c10; float L_9 = L_8.get_r_0(); Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 L_10 = ___c10; float L_11 = L_10.get_g_1(); Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 L_12 = ___c10; float L_13 = L_12.get_b_2(); float L_14 = V_0; Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 L_15; memset((&L_15), 0, sizeof(L_15)); Color__ctor_m679019E6084BF7A6F82590F66F5F695F6A50ECC5((&L_15), L_9, L_11, L_13, L_14, /*hidden argument*/NULL); return L_15; } } // System.Boolean TMPro.TMPro_ExtensionMethods::Compare(UnityEngine.Vector3,UnityEngine.Vector3,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TMPro_ExtensionMethods_Compare_mE7F36F938B1C610943DFA2751E90B454C0215FDB (Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___v10, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___v21, int32_t ___accuracy2, const RuntimeMethod* method) { bool V_0 = false; bool V_1 = false; { // bool x = (int)(v1.x * accuracy) == (int)(v2.x * accuracy); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_0 = ___v10; float L_1 = L_0.get_x_2(); int32_t L_2 = ___accuracy2; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_3 = ___v21; float L_4 = L_3.get_x_2(); int32_t L_5 = ___accuracy2; // bool y = (int)(v1.y * accuracy) == (int)(v2.y * accuracy); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_6 = ___v10; float L_7 = L_6.get_y_3(); int32_t L_8 = ___accuracy2; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_9 = ___v21; float L_10 = L_9.get_y_3(); int32_t L_11 = ___accuracy2; V_0 = (bool)((((int32_t)((int32_t)((int32_t)((float)il2cpp_codegen_multiply((float)L_7, (float)((float)((float)L_8))))))) == ((int32_t)((int32_t)((int32_t)((float)il2cpp_codegen_multiply((float)L_10, (float)((float)((float)L_11))))))))? 1 : 0); // bool z = (int)(v1.z * accuracy) == (int)(v2.z * accuracy); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_12 = ___v10; float L_13 = L_12.get_z_4(); int32_t L_14 = ___accuracy2; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_15 = ___v21; float L_16 = L_15.get_z_4(); int32_t L_17 = ___accuracy2; V_1 = (bool)((((int32_t)((int32_t)((int32_t)((float)il2cpp_codegen_multiply((float)L_13, (float)((float)((float)L_14))))))) == ((int32_t)((int32_t)((int32_t)((float)il2cpp_codegen_multiply((float)L_16, (float)((float)((float)L_17))))))))? 1 : 0); // return x && y && z; bool L_18 = V_0; bool L_19 = V_1; return (bool)((int32_t)((int32_t)((int32_t)((int32_t)((((int32_t)((int32_t)((int32_t)((float)il2cpp_codegen_multiply((float)L_1, (float)((float)((float)L_2))))))) == ((int32_t)((int32_t)((int32_t)((float)il2cpp_codegen_multiply((float)L_4, (float)((float)((float)L_5))))))))? 1 : 0)&(int32_t)L_18))&(int32_t)L_19)); } } // System.Boolean TMPro.TMPro_ExtensionMethods::Compare(UnityEngine.Quaternion,UnityEngine.Quaternion,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TMPro_ExtensionMethods_Compare_mEA4CA9AFF6F80E497233C9CC433A189C928DCBAD (Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 ___q10, Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 ___q21, int32_t ___accuracy2, const RuntimeMethod* method) { bool V_0 = false; bool V_1 = false; bool V_2 = false; { // bool x = (int)(q1.x * accuracy) == (int)(q2.x * accuracy); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_0 = ___q10; float L_1 = L_0.get_x_0(); int32_t L_2 = ___accuracy2; Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_3 = ___q21; float L_4 = L_3.get_x_0(); int32_t L_5 = ___accuracy2; // bool y = (int)(q1.y * accuracy) == (int)(q2.y * accuracy); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_6 = ___q10; float L_7 = L_6.get_y_1(); int32_t L_8 = ___accuracy2; Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_9 = ___q21; float L_10 = L_9.get_y_1(); int32_t L_11 = ___accuracy2; V_0 = (bool)((((int32_t)((int32_t)((int32_t)((float)il2cpp_codegen_multiply((float)L_7, (float)((float)((float)L_8))))))) == ((int32_t)((int32_t)((int32_t)((float)il2cpp_codegen_multiply((float)L_10, (float)((float)((float)L_11))))))))? 1 : 0); // bool z = (int)(q1.z * accuracy) == (int)(q2.z * accuracy); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_12 = ___q10; float L_13 = L_12.get_z_2(); int32_t L_14 = ___accuracy2; Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_15 = ___q21; float L_16 = L_15.get_z_2(); int32_t L_17 = ___accuracy2; V_1 = (bool)((((int32_t)((int32_t)((int32_t)((float)il2cpp_codegen_multiply((float)L_13, (float)((float)((float)L_14))))))) == ((int32_t)((int32_t)((int32_t)((float)il2cpp_codegen_multiply((float)L_16, (float)((float)((float)L_17))))))))? 1 : 0); // bool w = (int)(q1.w * accuracy) == (int)(q2.w * accuracy); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_18 = ___q10; float L_19 = L_18.get_w_3(); int32_t L_20 = ___accuracy2; Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_21 = ___q21; float L_22 = L_21.get_w_3(); int32_t L_23 = ___accuracy2; V_2 = (bool)((((int32_t)((int32_t)((int32_t)((float)il2cpp_codegen_multiply((float)L_19, (float)((float)((float)L_20))))))) == ((int32_t)((int32_t)((int32_t)((float)il2cpp_codegen_multiply((float)L_22, (float)((float)((float)L_23))))))))? 1 : 0); // return x && y && z && w; bool L_24 = V_0; bool L_25 = V_1; bool L_26 = V_2; return (bool)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((((int32_t)((int32_t)((int32_t)((float)il2cpp_codegen_multiply((float)L_1, (float)((float)((float)L_2))))))) == ((int32_t)((int32_t)((int32_t)((float)il2cpp_codegen_multiply((float)L_4, (float)((float)((float)L_5))))))))? 1 : 0)&(int32_t)L_24))&(int32_t)L_25))&(int32_t)L_26)); } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Boolean TMPro.TextContainer::get_hasChanged() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TextContainer_get_hasChanged_m381AD6F1ADC1C288DBC702F4F9C2F52FBEA0B896 (TextContainer_t397B1340CD69150F936048DB53D857135408D2A1 * __this, const RuntimeMethod* method) { { // get { return m_hasChanged; } bool L_0 = __this->get_m_hasChanged_4(); return L_0; } } // System.Void TMPro.TextContainer::set_hasChanged(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextContainer_set_hasChanged_mF31A2B4B1DEB9A5AB3FEDF7096AC8024C463A6E1 (TextContainer_t397B1340CD69150F936048DB53D857135408D2A1 * __this, bool ___value0, const RuntimeMethod* method) { { // set { m_hasChanged = value; } bool L_0 = ___value0; __this->set_m_hasChanged_4(L_0); // set { m_hasChanged = value; } return; } } // UnityEngine.Vector2 TMPro.TextContainer::get_pivot() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 TextContainer_get_pivot_mF627DC5BB7C95E000EE42C69B50C8033866B207F (TextContainer_t397B1340CD69150F936048DB53D857135408D2A1 * __this, const RuntimeMethod* method) { { // get { return m_pivot; } Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_0 = __this->get_m_pivot_5(); return L_0; } } // System.Void TMPro.TextContainer::set_pivot(UnityEngine.Vector2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextContainer_set_pivot_m18871F92540506FE96B0AE16117DFE616E629AA6 (TextContainer_t397B1340CD69150F936048DB53D857135408D2A1 * __this, Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___value0, const RuntimeMethod* method) { { // set { /*Debug.Log("Pivot has changed.");*/ if (m_pivot != value) { m_pivot = value; m_anchorPosition = GetAnchorPosition(m_pivot); m_hasChanged = true; OnContainerChanged(); } } Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_0 = __this->get_m_pivot_5(); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_1 = ___value0; bool L_2; L_2 = Vector2_op_Inequality_mA9E4245E487F3051F0EBF086646A1C341213D24E_inline(L_0, L_1, /*hidden argument*/NULL); if (!L_2) { goto IL_0034; } } { // set { /*Debug.Log("Pivot has changed.");*/ if (m_pivot != value) { m_pivot = value; m_anchorPosition = GetAnchorPosition(m_pivot); m_hasChanged = true; OnContainerChanged(); } } Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_3 = ___value0; __this->set_m_pivot_5(L_3); // set { /*Debug.Log("Pivot has changed.");*/ if (m_pivot != value) { m_pivot = value; m_anchorPosition = GetAnchorPosition(m_pivot); m_hasChanged = true; OnContainerChanged(); } } Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_4 = __this->get_m_pivot_5(); int32_t L_5; L_5 = TextContainer_GetAnchorPosition_mD718FFC7641B6B43FAC12BB8ADB4C6218524B43E(__this, L_4, /*hidden argument*/NULL); __this->set_m_anchorPosition_6(L_5); // set { /*Debug.Log("Pivot has changed.");*/ if (m_pivot != value) { m_pivot = value; m_anchorPosition = GetAnchorPosition(m_pivot); m_hasChanged = true; OnContainerChanged(); } } __this->set_m_hasChanged_4((bool)1); // set { /*Debug.Log("Pivot has changed.");*/ if (m_pivot != value) { m_pivot = value; m_anchorPosition = GetAnchorPosition(m_pivot); m_hasChanged = true; OnContainerChanged(); } } TextContainer_OnContainerChanged_m9FCEC9BCC8F104F7062DBD92E1F18E85E380C42F(__this, /*hidden argument*/NULL); } IL_0034: { // set { /*Debug.Log("Pivot has changed.");*/ if (m_pivot != value) { m_pivot = value; m_anchorPosition = GetAnchorPosition(m_pivot); m_hasChanged = true; OnContainerChanged(); } } return; } } // TMPro.TextContainerAnchors TMPro.TextContainer::get_anchorPosition() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TextContainer_get_anchorPosition_m95C742869CD966CC06B8E91581044F656C11383E (TextContainer_t397B1340CD69150F936048DB53D857135408D2A1 * __this, const RuntimeMethod* method) { { // get { return m_anchorPosition; } int32_t L_0 = __this->get_m_anchorPosition_6(); return L_0; } } // System.Void TMPro.TextContainer::set_anchorPosition(TMPro.TextContainerAnchors) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextContainer_set_anchorPosition_m9BF80217870D77E7E36C846860129A69E71F0354 (TextContainer_t397B1340CD69150F936048DB53D857135408D2A1 * __this, int32_t ___value0, const RuntimeMethod* method) { { // set { /*Debug.Log("Anchor has changed.");*/ if (m_anchorPosition != value) { m_anchorPosition = value; m_pivot = GetPivot(m_anchorPosition); m_hasChanged = true; OnContainerChanged(); } } int32_t L_0 = __this->get_m_anchorPosition_6(); int32_t L_1 = ___value0; if ((((int32_t)L_0) == ((int32_t)L_1))) { goto IL_002f; } } { // set { /*Debug.Log("Anchor has changed.");*/ if (m_anchorPosition != value) { m_anchorPosition = value; m_pivot = GetPivot(m_anchorPosition); m_hasChanged = true; OnContainerChanged(); } } int32_t L_2 = ___value0; __this->set_m_anchorPosition_6(L_2); // set { /*Debug.Log("Anchor has changed.");*/ if (m_anchorPosition != value) { m_anchorPosition = value; m_pivot = GetPivot(m_anchorPosition); m_hasChanged = true; OnContainerChanged(); } } int32_t L_3 = __this->get_m_anchorPosition_6(); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_4; L_4 = TextContainer_GetPivot_m017DCC0BF15CA38D77C18E1D5C96333E0CE1B383(__this, L_3, /*hidden argument*/NULL); __this->set_m_pivot_5(L_4); // set { /*Debug.Log("Anchor has changed.");*/ if (m_anchorPosition != value) { m_anchorPosition = value; m_pivot = GetPivot(m_anchorPosition); m_hasChanged = true; OnContainerChanged(); } } __this->set_m_hasChanged_4((bool)1); // set { /*Debug.Log("Anchor has changed.");*/ if (m_anchorPosition != value) { m_anchorPosition = value; m_pivot = GetPivot(m_anchorPosition); m_hasChanged = true; OnContainerChanged(); } } TextContainer_OnContainerChanged_m9FCEC9BCC8F104F7062DBD92E1F18E85E380C42F(__this, /*hidden argument*/NULL); } IL_002f: { // set { /*Debug.Log("Anchor has changed.");*/ if (m_anchorPosition != value) { m_anchorPosition = value; m_pivot = GetPivot(m_anchorPosition); m_hasChanged = true; OnContainerChanged(); } } return; } } // UnityEngine.Rect TMPro.TextContainer::get_rect() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 TextContainer_get_rect_m1A4DAE97E893C7BEE2FECC131B760FA8190F313E (TextContainer_t397B1340CD69150F936048DB53D857135408D2A1 * __this, const RuntimeMethod* method) { { // get { return m_rect; } Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 L_0 = __this->get_m_rect_7(); return L_0; } } // System.Void TMPro.TextContainer::set_rect(UnityEngine.Rect) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextContainer_set_rect_mCBE188DDBAE302A191CA8F370AA82F2899D77012 (TextContainer_t397B1340CD69150F936048DB53D857135408D2A1 * __this, Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 ___value0, const RuntimeMethod* method) { { // set { /*Debug.Log("Rectangle has changed.");*/ if (m_rect != value) { m_rect = value; /*m_size = new Vector2(m_rect.width, m_rect.height);*/ m_hasChanged = true; OnContainerChanged(); } } Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 L_0 = __this->get_m_rect_7(); Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 L_1 = ___value0; bool L_2; L_2 = Rect_op_Inequality_m6D87EE93EB6C68B78B8C044217EAFCE33EE12B66(L_0, L_1, /*hidden argument*/NULL); if (!L_2) { goto IL_0022; } } { // set { /*Debug.Log("Rectangle has changed.");*/ if (m_rect != value) { m_rect = value; /*m_size = new Vector2(m_rect.width, m_rect.height);*/ m_hasChanged = true; OnContainerChanged(); } } Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 L_3 = ___value0; __this->set_m_rect_7(L_3); // set { /*Debug.Log("Rectangle has changed.");*/ if (m_rect != value) { m_rect = value; /*m_size = new Vector2(m_rect.width, m_rect.height);*/ m_hasChanged = true; OnContainerChanged(); } } __this->set_m_hasChanged_4((bool)1); // set { /*Debug.Log("Rectangle has changed.");*/ if (m_rect != value) { m_rect = value; /*m_size = new Vector2(m_rect.width, m_rect.height);*/ m_hasChanged = true; OnContainerChanged(); } } TextContainer_OnContainerChanged_m9FCEC9BCC8F104F7062DBD92E1F18E85E380C42F(__this, /*hidden argument*/NULL); } IL_0022: { // set { /*Debug.Log("Rectangle has changed.");*/ if (m_rect != value) { m_rect = value; /*m_size = new Vector2(m_rect.width, m_rect.height);*/ m_hasChanged = true; OnContainerChanged(); } } return; } } // UnityEngine.Vector2 TMPro.TextContainer::get_size() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 TextContainer_get_size_mFB63BBDB2E4E3BE385CC79A15CB2D21F3FA3FDD4 (TextContainer_t397B1340CD69150F936048DB53D857135408D2A1 * __this, const RuntimeMethod* method) { { // get { return new Vector2(m_rect.width, m_rect.height); } Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 * L_0 = __this->get_address_of_m_rect_7(); float L_1; L_1 = Rect_get_width_m4A0500D95CA84917787A8E90D26E66D49DFA90EF((Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 *)L_0, /*hidden argument*/NULL); Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 * L_2 = __this->get_address_of_m_rect_7(); float L_3; L_3 = Rect_get_height_m42FEF31015A269E6E2B7E6F62E72E5BF6602302A((Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 *)L_2, /*hidden argument*/NULL); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_4; memset((&L_4), 0, sizeof(L_4)); Vector2__ctor_m9F1F2D5EB5D1FF7091BB527AC8A72CBB309D115E_inline((&L_4), L_1, L_3, /*hidden argument*/NULL); return L_4; } } // System.Void TMPro.TextContainer::set_size(UnityEngine.Vector2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextContainer_set_size_m5C02A79849D877CB1D496B78E47C3D13313242DD (TextContainer_t397B1340CD69150F936048DB53D857135408D2A1 * __this, Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___value0, const RuntimeMethod* method) { { // set { /*Debug.Log("Size has changed.");*/ if (new Vector2(m_rect.width, m_rect.height) != value) { SetRect(value); m_hasChanged = true; m_isDefaultWidth = false; m_isDefaultHeight = false; OnContainerChanged(); } } Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 * L_0 = __this->get_address_of_m_rect_7(); float L_1; L_1 = Rect_get_width_m4A0500D95CA84917787A8E90D26E66D49DFA90EF((Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 *)L_0, /*hidden argument*/NULL); Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 * L_2 = __this->get_address_of_m_rect_7(); float L_3; L_3 = Rect_get_height_m42FEF31015A269E6E2B7E6F62E72E5BF6602302A((Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 *)L_2, /*hidden argument*/NULL); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_4; memset((&L_4), 0, sizeof(L_4)); Vector2__ctor_m9F1F2D5EB5D1FF7091BB527AC8A72CBB309D115E_inline((&L_4), L_1, L_3, /*hidden argument*/NULL); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_5 = ___value0; bool L_6; L_6 = Vector2_op_Inequality_mA9E4245E487F3051F0EBF086646A1C341213D24E_inline(L_4, L_5, /*hidden argument*/NULL); if (!L_6) { goto IL_0045; } } { // set { /*Debug.Log("Size has changed.");*/ if (new Vector2(m_rect.width, m_rect.height) != value) { SetRect(value); m_hasChanged = true; m_isDefaultWidth = false; m_isDefaultHeight = false; OnContainerChanged(); } } Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_7 = ___value0; TextContainer_SetRect_m36DCB3DFC59E996EC080436E0636A5DF4BAB3562(__this, L_7, /*hidden argument*/NULL); // set { /*Debug.Log("Size has changed.");*/ if (new Vector2(m_rect.width, m_rect.height) != value) { SetRect(value); m_hasChanged = true; m_isDefaultWidth = false; m_isDefaultHeight = false; OnContainerChanged(); } } __this->set_m_hasChanged_4((bool)1); // set { /*Debug.Log("Size has changed.");*/ if (new Vector2(m_rect.width, m_rect.height) != value) { SetRect(value); m_hasChanged = true; m_isDefaultWidth = false; m_isDefaultHeight = false; OnContainerChanged(); } } __this->set_m_isDefaultWidth_8((bool)0); // set { /*Debug.Log("Size has changed.");*/ if (new Vector2(m_rect.width, m_rect.height) != value) { SetRect(value); m_hasChanged = true; m_isDefaultWidth = false; m_isDefaultHeight = false; OnContainerChanged(); } } __this->set_m_isDefaultHeight_9((bool)0); // set { /*Debug.Log("Size has changed.");*/ if (new Vector2(m_rect.width, m_rect.height) != value) { SetRect(value); m_hasChanged = true; m_isDefaultWidth = false; m_isDefaultHeight = false; OnContainerChanged(); } } TextContainer_OnContainerChanged_m9FCEC9BCC8F104F7062DBD92E1F18E85E380C42F(__this, /*hidden argument*/NULL); } IL_0045: { // set { /*Debug.Log("Size has changed.");*/ if (new Vector2(m_rect.width, m_rect.height) != value) { SetRect(value); m_hasChanged = true; m_isDefaultWidth = false; m_isDefaultHeight = false; OnContainerChanged(); } } return; } } // System.Single TMPro.TextContainer::get_width() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float TextContainer_get_width_m16A79F795F73654A122DF1637D07F82BDE70783F (TextContainer_t397B1340CD69150F936048DB53D857135408D2A1 * __this, const RuntimeMethod* method) { { // get { return m_rect.width; } Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 * L_0 = __this->get_address_of_m_rect_7(); float L_1; L_1 = Rect_get_width_m4A0500D95CA84917787A8E90D26E66D49DFA90EF((Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 *)L_0, /*hidden argument*/NULL); return L_1; } } // System.Void TMPro.TextContainer::set_width(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextContainer_set_width_m7D0FC978C7C4AFADFAFE885FB9BBDA1ECA7C3F80 (TextContainer_t397B1340CD69150F936048DB53D857135408D2A1 * __this, float ___value0, const RuntimeMethod* method) { { // set { /*Debug.Log("Width has changed.");*/ SetRect(new Vector2(value, m_rect.height)); m_hasChanged = true; m_isDefaultWidth = false; OnContainerChanged(); } float L_0 = ___value0; Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 * L_1 = __this->get_address_of_m_rect_7(); float L_2; L_2 = Rect_get_height_m42FEF31015A269E6E2B7E6F62E72E5BF6602302A((Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 *)L_1, /*hidden argument*/NULL); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_3; memset((&L_3), 0, sizeof(L_3)); Vector2__ctor_m9F1F2D5EB5D1FF7091BB527AC8A72CBB309D115E_inline((&L_3), L_0, L_2, /*hidden argument*/NULL); TextContainer_SetRect_m36DCB3DFC59E996EC080436E0636A5DF4BAB3562(__this, L_3, /*hidden argument*/NULL); // set { /*Debug.Log("Width has changed.");*/ SetRect(new Vector2(value, m_rect.height)); m_hasChanged = true; m_isDefaultWidth = false; OnContainerChanged(); } __this->set_m_hasChanged_4((bool)1); // set { /*Debug.Log("Width has changed.");*/ SetRect(new Vector2(value, m_rect.height)); m_hasChanged = true; m_isDefaultWidth = false; OnContainerChanged(); } __this->set_m_isDefaultWidth_8((bool)0); // set { /*Debug.Log("Width has changed.");*/ SetRect(new Vector2(value, m_rect.height)); m_hasChanged = true; m_isDefaultWidth = false; OnContainerChanged(); } TextContainer_OnContainerChanged_m9FCEC9BCC8F104F7062DBD92E1F18E85E380C42F(__this, /*hidden argument*/NULL); // set { /*Debug.Log("Width has changed.");*/ SetRect(new Vector2(value, m_rect.height)); m_hasChanged = true; m_isDefaultWidth = false; OnContainerChanged(); } return; } } // System.Single TMPro.TextContainer::get_height() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float TextContainer_get_height_m563868D64D0CDD778E9B30AE1BCF8C94B90445E9 (TextContainer_t397B1340CD69150F936048DB53D857135408D2A1 * __this, const RuntimeMethod* method) { { // get { return m_rect.height; } Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 * L_0 = __this->get_address_of_m_rect_7(); float L_1; L_1 = Rect_get_height_m42FEF31015A269E6E2B7E6F62E72E5BF6602302A((Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 *)L_0, /*hidden argument*/NULL); return L_1; } } // System.Void TMPro.TextContainer::set_height(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextContainer_set_height_m44EC8A276C7ED45A07FF3DF9E55137F4C8B02EAC (TextContainer_t397B1340CD69150F936048DB53D857135408D2A1 * __this, float ___value0, const RuntimeMethod* method) { { // set { SetRect(new Vector2(m_rect.width, value)); m_hasChanged = true; m_isDefaultHeight = false; OnContainerChanged(); } Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 * L_0 = __this->get_address_of_m_rect_7(); float L_1; L_1 = Rect_get_width_m4A0500D95CA84917787A8E90D26E66D49DFA90EF((Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 *)L_0, /*hidden argument*/NULL); float L_2 = ___value0; Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_3; memset((&L_3), 0, sizeof(L_3)); Vector2__ctor_m9F1F2D5EB5D1FF7091BB527AC8A72CBB309D115E_inline((&L_3), L_1, L_2, /*hidden argument*/NULL); TextContainer_SetRect_m36DCB3DFC59E996EC080436E0636A5DF4BAB3562(__this, L_3, /*hidden argument*/NULL); // set { SetRect(new Vector2(m_rect.width, value)); m_hasChanged = true; m_isDefaultHeight = false; OnContainerChanged(); } __this->set_m_hasChanged_4((bool)1); // set { SetRect(new Vector2(m_rect.width, value)); m_hasChanged = true; m_isDefaultHeight = false; OnContainerChanged(); } __this->set_m_isDefaultHeight_9((bool)0); // set { SetRect(new Vector2(m_rect.width, value)); m_hasChanged = true; m_isDefaultHeight = false; OnContainerChanged(); } TextContainer_OnContainerChanged_m9FCEC9BCC8F104F7062DBD92E1F18E85E380C42F(__this, /*hidden argument*/NULL); // set { SetRect(new Vector2(m_rect.width, value)); m_hasChanged = true; m_isDefaultHeight = false; OnContainerChanged(); } return; } } // System.Boolean TMPro.TextContainer::get_isDefaultWidth() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TextContainer_get_isDefaultWidth_m4C3CDF191C602776CE5F70AE7A6E59EE87CE8995 (TextContainer_t397B1340CD69150F936048DB53D857135408D2A1 * __this, const RuntimeMethod* method) { { // get { return m_isDefaultWidth; } bool L_0 = __this->get_m_isDefaultWidth_8(); return L_0; } } // System.Boolean TMPro.TextContainer::get_isDefaultHeight() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TextContainer_get_isDefaultHeight_mECF87A7E2EB4DCD535B62756F99218F2888D12C5 (TextContainer_t397B1340CD69150F936048DB53D857135408D2A1 * __this, const RuntimeMethod* method) { { // get { return m_isDefaultHeight; } bool L_0 = __this->get_m_isDefaultHeight_9(); return L_0; } } // System.Boolean TMPro.TextContainer::get_isAutoFitting() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TextContainer_get_isAutoFitting_m99F8DF8ACADA9C88E74EC5703918993BE48AF17B (TextContainer_t397B1340CD69150F936048DB53D857135408D2A1 * __this, const RuntimeMethod* method) { { // get { return m_isAutoFitting; } bool L_0 = __this->get_m_isAutoFitting_10(); return L_0; } } // System.Void TMPro.TextContainer::set_isAutoFitting(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextContainer_set_isAutoFitting_mC3E1C9537B5DFFB3710F319C46541423B23C0820 (TextContainer_t397B1340CD69150F936048DB53D857135408D2A1 * __this, bool ___value0, const RuntimeMethod* method) { { // set { m_isAutoFitting = value; } bool L_0 = ___value0; __this->set_m_isAutoFitting_10(L_0); // set { m_isAutoFitting = value; } return; } } // UnityEngine.Vector3[] TMPro.TextContainer::get_corners() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4* TextContainer_get_corners_m422E19336D5D56052C80FDB57DCE67B29A3B822A (TextContainer_t397B1340CD69150F936048DB53D857135408D2A1 * __this, const RuntimeMethod* method) { { // get { return m_corners; } Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4* L_0 = __this->get_m_corners_11(); return L_0; } } // UnityEngine.Vector3[] TMPro.TextContainer::get_worldCorners() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4* TextContainer_get_worldCorners_mD106E841920D349294D2C92492D4DAFC42D19233 (TextContainer_t397B1340CD69150F936048DB53D857135408D2A1 * __this, const RuntimeMethod* method) { { // get { return m_worldCorners; } Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4* L_0 = __this->get_m_worldCorners_12(); return L_0; } } // UnityEngine.Vector4 TMPro.TextContainer::get_margins() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 TextContainer_get_margins_mD41184FF861F555393FF3E0EE545B5E40A41158C (TextContainer_t397B1340CD69150F936048DB53D857135408D2A1 * __this, const RuntimeMethod* method) { { // get { return m_margins; } Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 L_0 = __this->get_m_margins_13(); return L_0; } } // System.Void TMPro.TextContainer::set_margins(UnityEngine.Vector4) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextContainer_set_margins_mEEE2DEEC79B52605E08B0FB3A1C117B872CD228E (TextContainer_t397B1340CD69150F936048DB53D857135408D2A1 * __this, Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 ___value0, const RuntimeMethod* method) { { // set { if (m_margins != value) { /*Debug.Log("Margins have changed.");*/ m_margins = value; m_hasChanged = true; OnContainerChanged(); } } Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 L_0 = __this->get_m_margins_13(); Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 L_1 = ___value0; bool L_2; L_2 = Vector4_op_Inequality_m2B976EE8649EE1AE9DE1771CEE183AC70E3A75B7_inline(L_0, L_1, /*hidden argument*/NULL); if (!L_2) { goto IL_0022; } } { // set { if (m_margins != value) { /*Debug.Log("Margins have changed.");*/ m_margins = value; m_hasChanged = true; OnContainerChanged(); } } Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 L_3 = ___value0; __this->set_m_margins_13(L_3); // set { if (m_margins != value) { /*Debug.Log("Margins have changed.");*/ m_margins = value; m_hasChanged = true; OnContainerChanged(); } } __this->set_m_hasChanged_4((bool)1); // set { if (m_margins != value) { /*Debug.Log("Margins have changed.");*/ m_margins = value; m_hasChanged = true; OnContainerChanged(); } } TextContainer_OnContainerChanged_m9FCEC9BCC8F104F7062DBD92E1F18E85E380C42F(__this, /*hidden argument*/NULL); } IL_0022: { // set { if (m_margins != value) { /*Debug.Log("Margins have changed.");*/ m_margins = value; m_hasChanged = true; OnContainerChanged(); } } return; } } // UnityEngine.RectTransform TMPro.TextContainer::get_rectTransform() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * TextContainer_get_rectTransform_m9340B1DA5000CDBDFB84A2435F7588DFE0A79ADA (TextContainer_t397B1340CD69150F936048DB53D857135408D2A1 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Component_GetComponent_TisRectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072_mEF448C51C8366D2CFA81704FFE76C31E4715E6D4_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (m_rectTransform == null) m_rectTransform = GetComponent(); RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * L_0 = __this->get_m_rectTransform_14(); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_1; L_1 = Object_op_Equality_mEE9EC7EB5C7DC3E95B94AB904E1986FC4D566D54(L_0, (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A *)NULL, /*hidden argument*/NULL); if (!L_1) { goto IL_001a; } } { // if (m_rectTransform == null) m_rectTransform = GetComponent(); RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * L_2; L_2 = Component_GetComponent_TisRectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072_mEF448C51C8366D2CFA81704FFE76C31E4715E6D4(__this, /*hidden argument*/Component_GetComponent_TisRectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072_mEF448C51C8366D2CFA81704FFE76C31E4715E6D4_RuntimeMethod_var); __this->set_m_rectTransform_14(L_2); } IL_001a: { // return m_rectTransform; RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * L_3 = __this->get_m_rectTransform_14(); return L_3; } } // TMPro.TextMeshPro TMPro.TextContainer::get_textMeshPro() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TextMeshPro_t4C8C961C0939CD311CCC4F5F306C27C5301BD8E4 * TextContainer_get_textMeshPro_mE6B8CFDBD0BFEA97CC66724030A2F90319E475E2 (TextContainer_t397B1340CD69150F936048DB53D857135408D2A1 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Component_GetComponent_TisTextMeshPro_t4C8C961C0939CD311CCC4F5F306C27C5301BD8E4_m099720944F520529DEB969507D515635FD6B5D5E_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (m_textMeshPro == null) m_textMeshPro = GetComponent(); TextMeshPro_t4C8C961C0939CD311CCC4F5F306C27C5301BD8E4 * L_0 = __this->get_m_textMeshPro_16(); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_1; L_1 = Object_op_Equality_mEE9EC7EB5C7DC3E95B94AB904E1986FC4D566D54(L_0, (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A *)NULL, /*hidden argument*/NULL); if (!L_1) { goto IL_001a; } } { // if (m_textMeshPro == null) m_textMeshPro = GetComponent(); TextMeshPro_t4C8C961C0939CD311CCC4F5F306C27C5301BD8E4 * L_2; L_2 = Component_GetComponent_TisTextMeshPro_t4C8C961C0939CD311CCC4F5F306C27C5301BD8E4_m099720944F520529DEB969507D515635FD6B5D5E(__this, /*hidden argument*/Component_GetComponent_TisTextMeshPro_t4C8C961C0939CD311CCC4F5F306C27C5301BD8E4_m099720944F520529DEB969507D515635FD6B5D5E_RuntimeMethod_var); __this->set_m_textMeshPro_16(L_2); } IL_001a: { // return m_textMeshPro; TextMeshPro_t4C8C961C0939CD311CCC4F5F306C27C5301BD8E4 * L_3 = __this->get_m_textMeshPro_16(); return L_3; } } // System.Void TMPro.TextContainer::Awake() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextContainer_Awake_m5C9B3B2DD04F7F7C760BEA3E9473F0BBBE441A32 (TextContainer_t397B1340CD69150F936048DB53D857135408D2A1 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral77A4D95C5A66881369906720C24690D7097D85DC); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral946FB31E64428806FAC87AE3AD1D1DDD0431F94B); s_Il2CppMethodInitialized = true; } { // Debug.LogWarning("The Text Container component is now Obsolete and can safely be removed from [" + gameObject.name + "].", this); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_0; L_0 = Component_get_gameObject_m55DC35B149AFB9157582755383BA954655FE0C5B(__this, /*hidden argument*/NULL); NullCheck(L_0); String_t* L_1; L_1 = Object_get_name_m0C7BC870ED2F0DC5A2FB09628136CD7D1CB82CFB(L_0, /*hidden argument*/NULL); String_t* L_2; L_2 = String_Concat_m89EAB4C6A96B0E5C3F87300D6BE78D386B9EFC44(_stringLiteral946FB31E64428806FAC87AE3AD1D1DDD0431F94B, L_1, _stringLiteral77A4D95C5A66881369906720C24690D7097D85DC, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); Debug_LogWarning_mE6AF3EFCF84F2296622CD42FBF9EEAF07244C0A8(L_2, __this, /*hidden argument*/NULL); // return; return; } } // System.Void TMPro.TextContainer::OnEnable() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextContainer_OnEnable_m20BD9EFA3AB1F906FA296F8A47E287EC57850AAD (TextContainer_t397B1340CD69150F936048DB53D857135408D2A1 * __this, const RuntimeMethod* method) { { // OnContainerChanged(); TextContainer_OnContainerChanged_m9FCEC9BCC8F104F7062DBD92E1F18E85E380C42F(__this, /*hidden argument*/NULL); // } return; } } // System.Void TMPro.TextContainer::OnDisable() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextContainer_OnDisable_mA6DC0903E92BF367678A1059A764C3D800E607EC (TextContainer_t397B1340CD69150F936048DB53D857135408D2A1 * __this, const RuntimeMethod* method) { { // } return; } } // System.Void TMPro.TextContainer::OnContainerChanged() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextContainer_OnContainerChanged_m9FCEC9BCC8F104F7062DBD92E1F18E85E380C42F (TextContainer_t397B1340CD69150F936048DB53D857135408D2A1 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // UpdateCorners(); TextContainer_UpdateCorners_mE8FD0874E2CBA67D941A789059207BA3B7010DCD(__this, /*hidden argument*/NULL); // if (this.m_rectTransform != null) RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * L_0 = __this->get_m_rectTransform_14(); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_1; L_1 = Object_op_Inequality_mE1F187520BD83FB7D86A6D850710C4D42B864E90(L_0, (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A *)NULL, /*hidden argument*/NULL); if (!L_1) { goto IL_0031; } } { // m_rectTransform.sizeDelta = this.size; RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * L_2 = __this->get_m_rectTransform_14(); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_3; L_3 = TextContainer_get_size_mFB63BBDB2E4E3BE385CC79A15CB2D21F3FA3FDD4(__this, /*hidden argument*/NULL); NullCheck(L_2); RectTransform_set_sizeDelta_m61943618442E31C6FF0556CDFC70940AE7AD04D0(L_2, L_3, /*hidden argument*/NULL); // m_rectTransform.hasChanged = true; RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * L_4 = __this->get_m_rectTransform_14(); NullCheck(L_4); Transform_set_hasChanged_mD1CDCAE366DB514FBECD9DAAED0F7834029E1304(L_4, (bool)1, /*hidden argument*/NULL); } IL_0031: { // if (this.textMeshPro != null) TextMeshPro_t4C8C961C0939CD311CCC4F5F306C27C5301BD8E4 * L_5; L_5 = TextContainer_get_textMeshPro_mE6B8CFDBD0BFEA97CC66724030A2F90319E475E2(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_6; L_6 = Object_op_Inequality_mE1F187520BD83FB7D86A6D850710C4D42B864E90(L_5, (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A *)NULL, /*hidden argument*/NULL); if (!L_6) { goto IL_005b; } } { // m_textMeshPro.SetVerticesDirty(); TextMeshPro_t4C8C961C0939CD311CCC4F5F306C27C5301BD8E4 * L_7 = __this->get_m_textMeshPro_16(); NullCheck(L_7); VirtualActionInvoker0::Invoke(28 /* System.Void UnityEngine.UI.Graphic::SetVerticesDirty() */, L_7); // m_textMeshPro.margin = m_margins; TextMeshPro_t4C8C961C0939CD311CCC4F5F306C27C5301BD8E4 * L_8 = __this->get_m_textMeshPro_16(); Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 L_9 = __this->get_m_margins_13(); NullCheck(L_8); VirtualActionInvoker1< Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 >::Invoke(74 /* System.Void TMPro.TMP_Text::set_margin(UnityEngine.Vector4) */, L_8, L_9); } IL_005b: { // } return; } } // System.Void TMPro.TextContainer::OnRectTransformDimensionsChange() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextContainer_OnRectTransformDimensionsChange_mC640B59F3688D7352EC96454D6E4AC8BF6E38544 (TextContainer_t397B1340CD69150F936048DB53D857135408D2A1 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GameObject_AddComponent_TisRectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072_m72A390C5AD56867735AB42F4405DED00F1B00F12_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TextContainer_t397B1340CD69150F936048DB53D857135408D2A1_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (this.rectTransform == null) m_rectTransform = gameObject.AddComponent(); RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * L_0; L_0 = TextContainer_get_rectTransform_m9340B1DA5000CDBDFB84A2435F7588DFE0A79ADA(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_1; L_1 = Object_op_Equality_mEE9EC7EB5C7DC3E95B94AB904E1986FC4D566D54(L_0, (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A *)NULL, /*hidden argument*/NULL); if (!L_1) { goto IL_001f; } } { // if (this.rectTransform == null) m_rectTransform = gameObject.AddComponent(); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_2; L_2 = Component_get_gameObject_m55DC35B149AFB9157582755383BA954655FE0C5B(__this, /*hidden argument*/NULL); NullCheck(L_2); RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * L_3; L_3 = GameObject_AddComponent_TisRectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072_m72A390C5AD56867735AB42F4405DED00F1B00F12(L_2, /*hidden argument*/GameObject_AddComponent_TisRectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072_m72A390C5AD56867735AB42F4405DED00F1B00F12_RuntimeMethod_var); __this->set_m_rectTransform_14(L_3); } IL_001f: { // if (m_rectTransform.sizeDelta != k_defaultSize) RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * L_4 = __this->get_m_rectTransform_14(); NullCheck(L_4); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_5; L_5 = RectTransform_get_sizeDelta_mCFAE8C916280C173AB79BE32B910376E310D1C50(L_4, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(TextContainer_t397B1340CD69150F936048DB53D857135408D2A1_il2cpp_TypeInfo_var); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_6 = ((TextContainer_t397B1340CD69150F936048DB53D857135408D2A1_StaticFields*)il2cpp_codegen_static_fields_for(TextContainer_t397B1340CD69150F936048DB53D857135408D2A1_il2cpp_TypeInfo_var))->get_k_defaultSize_15(); bool L_7; L_7 = Vector2_op_Inequality_mA9E4245E487F3051F0EBF086646A1C341213D24E_inline(L_5, L_6, /*hidden argument*/NULL); if (!L_7) { goto IL_0047; } } { // this.size = m_rectTransform.sizeDelta; RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * L_8 = __this->get_m_rectTransform_14(); NullCheck(L_8); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_9; L_9 = RectTransform_get_sizeDelta_mCFAE8C916280C173AB79BE32B910376E310D1C50(L_8, /*hidden argument*/NULL); TextContainer_set_size_m5C02A79849D877CB1D496B78E47C3D13313242DD(__this, L_9, /*hidden argument*/NULL); } IL_0047: { // pivot = m_rectTransform.pivot; RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * L_10 = __this->get_m_rectTransform_14(); NullCheck(L_10); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_11; L_11 = RectTransform_get_pivot_m146F0BB5D3873FCEF3606DAFB8994BFA978095EE(L_10, /*hidden argument*/NULL); TextContainer_set_pivot_m18871F92540506FE96B0AE16117DFE616E629AA6(__this, L_11, /*hidden argument*/NULL); // m_hasChanged = true; __this->set_m_hasChanged_4((bool)1); // OnContainerChanged(); TextContainer_OnContainerChanged_m9FCEC9BCC8F104F7062DBD92E1F18E85E380C42F(__this, /*hidden argument*/NULL); // } return; } } // System.Void TMPro.TextContainer::SetRect(UnityEngine.Vector2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextContainer_SetRect_m36DCB3DFC59E996EC080436E0636A5DF4BAB3562 (TextContainer_t397B1340CD69150F936048DB53D857135408D2A1 * __this, Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___size0, const RuntimeMethod* method) { { // m_rect = new Rect(m_rect.x, m_rect.y, size.x, size.y); Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 * L_0 = __this->get_address_of_m_rect_7(); float L_1; L_1 = Rect_get_x_mA61220F6F26ECD6951B779FFA7CAD7ECE11D6987((Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 *)L_0, /*hidden argument*/NULL); Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 * L_2 = __this->get_address_of_m_rect_7(); float L_3; L_3 = Rect_get_y_m4E1AAD20D167085FF4F9E9C86EF34689F5770A74((Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 *)L_2, /*hidden argument*/NULL); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_4 = ___size0; float L_5 = L_4.get_x_0(); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_6 = ___size0; float L_7 = L_6.get_y_1(); Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 L_8; memset((&L_8), 0, sizeof(L_8)); Rect__ctor_m12075526A02B55B680716A34AD5287B223122B70((&L_8), L_1, L_3, L_5, L_7, /*hidden argument*/NULL); __this->set_m_rect_7(L_8); // } return; } } // System.Void TMPro.TextContainer::UpdateCorners() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextContainer_UpdateCorners_mE8FD0874E2CBA67D941A789059207BA3B7010DCD (TextContainer_t397B1340CD69150F936048DB53D857135408D2A1 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // m_corners[0] = new Vector3(-m_pivot.x * m_rect.width, (- m_pivot.y) * m_rect.height); Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4* L_0 = __this->get_m_corners_11(); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * L_1 = __this->get_address_of_m_pivot_5(); float L_2 = L_1->get_x_0(); Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 * L_3 = __this->get_address_of_m_rect_7(); float L_4; L_4 = Rect_get_width_m4A0500D95CA84917787A8E90D26E66D49DFA90EF((Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 *)L_3, /*hidden argument*/NULL); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * L_5 = __this->get_address_of_m_pivot_5(); float L_6 = L_5->get_y_1(); Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 * L_7 = __this->get_address_of_m_rect_7(); float L_8; L_8 = Rect_get_height_m42FEF31015A269E6E2B7E6F62E72E5BF6602302A((Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 *)L_7, /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_9; memset((&L_9), 0, sizeof(L_9)); Vector3__ctor_mF7FCDE24496D619F4BB1A0BA44AF17DCB5D697FF_inline((&L_9), ((float)il2cpp_codegen_multiply((float)((-L_2)), (float)L_4)), ((float)il2cpp_codegen_multiply((float)((-L_6)), (float)L_8)), /*hidden argument*/NULL); NullCheck(L_0); (L_0)->SetAt(static_cast(0), (Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E )L_9); // m_corners[1] = new Vector3(-m_pivot.x * m_rect.width, (1 - m_pivot.y) * m_rect.height); Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4* L_10 = __this->get_m_corners_11(); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * L_11 = __this->get_address_of_m_pivot_5(); float L_12 = L_11->get_x_0(); Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 * L_13 = __this->get_address_of_m_rect_7(); float L_14; L_14 = Rect_get_width_m4A0500D95CA84917787A8E90D26E66D49DFA90EF((Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 *)L_13, /*hidden argument*/NULL); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * L_15 = __this->get_address_of_m_pivot_5(); float L_16 = L_15->get_y_1(); Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 * L_17 = __this->get_address_of_m_rect_7(); float L_18; L_18 = Rect_get_height_m42FEF31015A269E6E2B7E6F62E72E5BF6602302A((Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 *)L_17, /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_19; memset((&L_19), 0, sizeof(L_19)); Vector3__ctor_mF7FCDE24496D619F4BB1A0BA44AF17DCB5D697FF_inline((&L_19), ((float)il2cpp_codegen_multiply((float)((-L_12)), (float)L_14)), ((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_subtract((float)(1.0f), (float)L_16)), (float)L_18)), /*hidden argument*/NULL); NullCheck(L_10); (L_10)->SetAt(static_cast(1), (Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E )L_19); // m_corners[2] = new Vector3((1 - m_pivot.x) * m_rect.width, (1 - m_pivot.y) * m_rect.height); Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4* L_20 = __this->get_m_corners_11(); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * L_21 = __this->get_address_of_m_pivot_5(); float L_22 = L_21->get_x_0(); Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 * L_23 = __this->get_address_of_m_rect_7(); float L_24; L_24 = Rect_get_width_m4A0500D95CA84917787A8E90D26E66D49DFA90EF((Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 *)L_23, /*hidden argument*/NULL); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * L_25 = __this->get_address_of_m_pivot_5(); float L_26 = L_25->get_y_1(); Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 * L_27 = __this->get_address_of_m_rect_7(); float L_28; L_28 = Rect_get_height_m42FEF31015A269E6E2B7E6F62E72E5BF6602302A((Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 *)L_27, /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_29; memset((&L_29), 0, sizeof(L_29)); Vector3__ctor_mF7FCDE24496D619F4BB1A0BA44AF17DCB5D697FF_inline((&L_29), ((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_subtract((float)(1.0f), (float)L_22)), (float)L_24)), ((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_subtract((float)(1.0f), (float)L_26)), (float)L_28)), /*hidden argument*/NULL); NullCheck(L_20); (L_20)->SetAt(static_cast(2), (Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E )L_29); // m_corners[3] = new Vector3((1 - m_pivot.x) * m_rect.width, (- m_pivot.y) * m_rect.height); Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4* L_30 = __this->get_m_corners_11(); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * L_31 = __this->get_address_of_m_pivot_5(); float L_32 = L_31->get_x_0(); Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 * L_33 = __this->get_address_of_m_rect_7(); float L_34; L_34 = Rect_get_width_m4A0500D95CA84917787A8E90D26E66D49DFA90EF((Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 *)L_33, /*hidden argument*/NULL); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * L_35 = __this->get_address_of_m_pivot_5(); float L_36 = L_35->get_y_1(); Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 * L_37 = __this->get_address_of_m_rect_7(); float L_38; L_38 = Rect_get_height_m42FEF31015A269E6E2B7E6F62E72E5BF6602302A((Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 *)L_37, /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_39; memset((&L_39), 0, sizeof(L_39)); Vector3__ctor_mF7FCDE24496D619F4BB1A0BA44AF17DCB5D697FF_inline((&L_39), ((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_subtract((float)(1.0f), (float)L_32)), (float)L_34)), ((float)il2cpp_codegen_multiply((float)((-L_36)), (float)L_38)), /*hidden argument*/NULL); NullCheck(L_30); (L_30)->SetAt(static_cast(3), (Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E )L_39); // if (m_rectTransform != null) RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * L_40 = __this->get_m_rectTransform_14(); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_41; L_41 = Object_op_Inequality_mE1F187520BD83FB7D86A6D850710C4D42B864E90(L_40, (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A *)NULL, /*hidden argument*/NULL); if (!L_41) { goto IL_0137; } } { // m_rectTransform.pivot = m_pivot; RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * L_42 = __this->get_m_rectTransform_14(); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_43 = __this->get_m_pivot_5(); NullCheck(L_42); RectTransform_set_pivot_m94F32EF88DC4EC9CA96721F8EDD8BFBC4FD07335(L_42, L_43, /*hidden argument*/NULL); } IL_0137: { // } return; } } // UnityEngine.Vector2 TMPro.TextContainer::GetPivot(TMPro.TextContainerAnchors) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 TextContainer_GetPivot_m017DCC0BF15CA38D77C18E1D5C96333E0CE1B383 (TextContainer_t397B1340CD69150F936048DB53D857135408D2A1 * __this, int32_t ___anchor0, const RuntimeMethod* method) { Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 V_0; memset((&V_0), 0, sizeof(V_0)); { // Vector2 pivot = Vector2.zero; Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_0; L_0 = Vector2_get_zero_m621041B9DF5FAE86C1EF4CB28C224FEA089CB828(/*hidden argument*/NULL); V_0 = L_0; int32_t L_1 = ___anchor0; switch (L_1) { case 0: { goto IL_0035; } case 1: { goto IL_004b; } case 2: { goto IL_0061; } case 3: { goto IL_0074; } case 4: { goto IL_0087; } case 5: { goto IL_009a; } case 6: { goto IL_00ad; } case 7: { goto IL_00c0; } case 8: { goto IL_00d3; } } } { goto IL_00e4; } IL_0035: { // pivot = new Vector2(0, 1); Vector2__ctor_m9F1F2D5EB5D1FF7091BB527AC8A72CBB309D115E_inline((Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 *)(&V_0), (0.0f), (1.0f), /*hidden argument*/NULL); // break; goto IL_00e4; } IL_004b: { // pivot = new Vector2(0.5f, 1); Vector2__ctor_m9F1F2D5EB5D1FF7091BB527AC8A72CBB309D115E_inline((Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 *)(&V_0), (0.5f), (1.0f), /*hidden argument*/NULL); // break; goto IL_00e4; } IL_0061: { // pivot = new Vector2(1, 1); Vector2__ctor_m9F1F2D5EB5D1FF7091BB527AC8A72CBB309D115E_inline((Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 *)(&V_0), (1.0f), (1.0f), /*hidden argument*/NULL); // break; goto IL_00e4; } IL_0074: { // pivot = new Vector2(0, 0.5f); Vector2__ctor_m9F1F2D5EB5D1FF7091BB527AC8A72CBB309D115E_inline((Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 *)(&V_0), (0.0f), (0.5f), /*hidden argument*/NULL); // break; goto IL_00e4; } IL_0087: { // pivot = new Vector2(0.5f, 0.5f); Vector2__ctor_m9F1F2D5EB5D1FF7091BB527AC8A72CBB309D115E_inline((Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 *)(&V_0), (0.5f), (0.5f), /*hidden argument*/NULL); // break; goto IL_00e4; } IL_009a: { // pivot = new Vector2(1, 0.5f); Vector2__ctor_m9F1F2D5EB5D1FF7091BB527AC8A72CBB309D115E_inline((Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 *)(&V_0), (1.0f), (0.5f), /*hidden argument*/NULL); // break; goto IL_00e4; } IL_00ad: { // pivot = new Vector2(0, 0); Vector2__ctor_m9F1F2D5EB5D1FF7091BB527AC8A72CBB309D115E_inline((Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 *)(&V_0), (0.0f), (0.0f), /*hidden argument*/NULL); // break; goto IL_00e4; } IL_00c0: { // pivot = new Vector2(0.5f, 0); Vector2__ctor_m9F1F2D5EB5D1FF7091BB527AC8A72CBB309D115E_inline((Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 *)(&V_0), (0.5f), (0.0f), /*hidden argument*/NULL); // break; goto IL_00e4; } IL_00d3: { // pivot = new Vector2(1, 0); Vector2__ctor_m9F1F2D5EB5D1FF7091BB527AC8A72CBB309D115E_inline((Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 *)(&V_0), (1.0f), (0.0f), /*hidden argument*/NULL); } IL_00e4: { // return pivot; Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_2 = V_0; return L_2; } } // TMPro.TextContainerAnchors TMPro.TextContainer::GetAnchorPosition(UnityEngine.Vector2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TextContainer_GetAnchorPosition_mD718FFC7641B6B43FAC12BB8ADB4C6218524B43E (TextContainer_t397B1340CD69150F936048DB53D857135408D2A1 * __this, Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___pivot0, const RuntimeMethod* method) { { // if (pivot == new Vector2(0, 1)) Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_0 = ___pivot0; Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_1; memset((&L_1), 0, sizeof(L_1)); Vector2__ctor_m9F1F2D5EB5D1FF7091BB527AC8A72CBB309D115E_inline((&L_1), (0.0f), (1.0f), /*hidden argument*/NULL); bool L_2; L_2 = Vector2_op_Equality_mAE5F31E8419538F0F6AF19D9897E0BE1CE8DB1B0_inline(L_0, L_1, /*hidden argument*/NULL); if (!L_2) { goto IL_0019; } } { // return TextContainerAnchors.TopLeft; return (int32_t)(0); } IL_0019: { // else if (pivot == new Vector2(0.5f, 1)) Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_3 = ___pivot0; Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_4; memset((&L_4), 0, sizeof(L_4)); Vector2__ctor_m9F1F2D5EB5D1FF7091BB527AC8A72CBB309D115E_inline((&L_4), (0.5f), (1.0f), /*hidden argument*/NULL); bool L_5; L_5 = Vector2_op_Equality_mAE5F31E8419538F0F6AF19D9897E0BE1CE8DB1B0_inline(L_3, L_4, /*hidden argument*/NULL); if (!L_5) { goto IL_0032; } } { // return TextContainerAnchors.Top; return (int32_t)(1); } IL_0032: { // else if (pivot == new Vector2(1f, 1)) Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_6 = ___pivot0; Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_7; memset((&L_7), 0, sizeof(L_7)); Vector2__ctor_m9F1F2D5EB5D1FF7091BB527AC8A72CBB309D115E_inline((&L_7), (1.0f), (1.0f), /*hidden argument*/NULL); bool L_8; L_8 = Vector2_op_Equality_mAE5F31E8419538F0F6AF19D9897E0BE1CE8DB1B0_inline(L_6, L_7, /*hidden argument*/NULL); if (!L_8) { goto IL_004b; } } { // return TextContainerAnchors.TopRight; return (int32_t)(2); } IL_004b: { // else if (pivot == new Vector2(0, 0.5f)) Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_9 = ___pivot0; Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_10; memset((&L_10), 0, sizeof(L_10)); Vector2__ctor_m9F1F2D5EB5D1FF7091BB527AC8A72CBB309D115E_inline((&L_10), (0.0f), (0.5f), /*hidden argument*/NULL); bool L_11; L_11 = Vector2_op_Equality_mAE5F31E8419538F0F6AF19D9897E0BE1CE8DB1B0_inline(L_9, L_10, /*hidden argument*/NULL); if (!L_11) { goto IL_0064; } } { // return TextContainerAnchors.Left; return (int32_t)(3); } IL_0064: { // else if (pivot == new Vector2(0.5f, 0.5f)) Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_12 = ___pivot0; Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_13; memset((&L_13), 0, sizeof(L_13)); Vector2__ctor_m9F1F2D5EB5D1FF7091BB527AC8A72CBB309D115E_inline((&L_13), (0.5f), (0.5f), /*hidden argument*/NULL); bool L_14; L_14 = Vector2_op_Equality_mAE5F31E8419538F0F6AF19D9897E0BE1CE8DB1B0_inline(L_12, L_13, /*hidden argument*/NULL); if (!L_14) { goto IL_007d; } } { // return TextContainerAnchors.Middle; return (int32_t)(4); } IL_007d: { // else if (pivot == new Vector2(1, 0.5f)) Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_15 = ___pivot0; Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_16; memset((&L_16), 0, sizeof(L_16)); Vector2__ctor_m9F1F2D5EB5D1FF7091BB527AC8A72CBB309D115E_inline((&L_16), (1.0f), (0.5f), /*hidden argument*/NULL); bool L_17; L_17 = Vector2_op_Equality_mAE5F31E8419538F0F6AF19D9897E0BE1CE8DB1B0_inline(L_15, L_16, /*hidden argument*/NULL); if (!L_17) { goto IL_0096; } } { // return TextContainerAnchors.Right; return (int32_t)(5); } IL_0096: { // else if (pivot == new Vector2(0, 0)) Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_18 = ___pivot0; Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_19; memset((&L_19), 0, sizeof(L_19)); Vector2__ctor_m9F1F2D5EB5D1FF7091BB527AC8A72CBB309D115E_inline((&L_19), (0.0f), (0.0f), /*hidden argument*/NULL); bool L_20; L_20 = Vector2_op_Equality_mAE5F31E8419538F0F6AF19D9897E0BE1CE8DB1B0_inline(L_18, L_19, /*hidden argument*/NULL); if (!L_20) { goto IL_00af; } } { // return TextContainerAnchors.BottomLeft; return (int32_t)(6); } IL_00af: { // else if (pivot == new Vector2(0.5f, 0)) Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_21 = ___pivot0; Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_22; memset((&L_22), 0, sizeof(L_22)); Vector2__ctor_m9F1F2D5EB5D1FF7091BB527AC8A72CBB309D115E_inline((&L_22), (0.5f), (0.0f), /*hidden argument*/NULL); bool L_23; L_23 = Vector2_op_Equality_mAE5F31E8419538F0F6AF19D9897E0BE1CE8DB1B0_inline(L_21, L_22, /*hidden argument*/NULL); if (!L_23) { goto IL_00c8; } } { // return TextContainerAnchors.Bottom; return (int32_t)(7); } IL_00c8: { // else if (pivot == new Vector2(1, 0)) Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_24 = ___pivot0; Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_25; memset((&L_25), 0, sizeof(L_25)); Vector2__ctor_m9F1F2D5EB5D1FF7091BB527AC8A72CBB309D115E_inline((&L_25), (1.0f), (0.0f), /*hidden argument*/NULL); bool L_26; L_26 = Vector2_op_Equality_mAE5F31E8419538F0F6AF19D9897E0BE1CE8DB1B0_inline(L_24, L_25, /*hidden argument*/NULL); if (!L_26) { goto IL_00e1; } } { // return TextContainerAnchors.BottomRight; return (int32_t)(8); } IL_00e1: { // return TextContainerAnchors.Custom; return (int32_t)(((int32_t)9)); } } // System.Void TMPro.TextContainer::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextContainer__ctor_m2363904CC8592EF408E2FE00FB911B083574A081 (TextContainer_t397B1340CD69150F936048DB53D857135408D2A1 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // private TextContainerAnchors m_anchorPosition = TextContainerAnchors.Middle; __this->set_m_anchorPosition_6(4); // private Vector3[] m_corners = new Vector3[4]; Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4* L_0 = (Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4*)(Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4*)SZArrayNew(Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4_il2cpp_TypeInfo_var, (uint32_t)4); __this->set_m_corners_11(L_0); // private Vector3[] m_worldCorners = new Vector3[4]; Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4* L_1 = (Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4*)(Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4*)SZArrayNew(Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4_il2cpp_TypeInfo_var, (uint32_t)4); __this->set_m_worldCorners_12(L_1); UIBehaviour__ctor_m869436738107AF382FD4D10DE9641F8241B323C7(__this, /*hidden argument*/NULL); return; } } // System.Void TMPro.TextContainer::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextContainer__cctor_m457AE16C1CEDA5D4D6BE11387C015B889BD94004 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TextContainer_t397B1340CD69150F936048DB53D857135408D2A1_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // private static Vector2 k_defaultSize = new Vector2(100, 100); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_0; memset((&L_0), 0, sizeof(L_0)); Vector2__ctor_m9F1F2D5EB5D1FF7091BB527AC8A72CBB309D115E_inline((&L_0), (100.0f), (100.0f), /*hidden argument*/NULL); ((TextContainer_t397B1340CD69150F936048DB53D857135408D2A1_StaticFields*)il2cpp_codegen_static_fields_for(TextContainer_t397B1340CD69150F936048DB53D857135408D2A1_il2cpp_TypeInfo_var))->set_k_defaultSize_15(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Int32 TMPro.TextMeshPro::get_sortingLayerID() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TextMeshPro_get_sortingLayerID_m2C11C7F4F6CBD5995222BBFF1E189E35E1D451C3 (TextMeshPro_t4C8C961C0939CD311CCC4F5F306C27C5301BD8E4 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (renderer == null) Renderer_t58147AB5B00224FE1460FD47542DC0DA7EC9378C * L_0; L_0 = TextMeshPro_get_renderer_m066F35A467ED7650ABDB2B1E8593C87177AD1728(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_1; L_1 = Object_op_Equality_mEE9EC7EB5C7DC3E95B94AB904E1986FC4D566D54(L_0, (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A *)NULL, /*hidden argument*/NULL); if (!L_1) { goto IL_0010; } } { // return 0; return 0; } IL_0010: { // return m_renderer.sortingLayerID; Renderer_t58147AB5B00224FE1460FD47542DC0DA7EC9378C * L_2 = __this->get_m_renderer_272(); NullCheck(L_2); int32_t L_3; L_3 = Renderer_get_sortingLayerID_m668C1AA36751AF6655BAAD42BE7627E7950E48E8(L_2, /*hidden argument*/NULL); return L_3; } } // System.Void TMPro.TextMeshPro::set_sortingLayerID(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextMeshPro_set_sortingLayerID_m374A4C4955873588E5A2B9E8CB4D0E7C77C9C8A9 (TextMeshPro_t4C8C961C0939CD311CCC4F5F306C27C5301BD8E4 * __this, int32_t ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (renderer == null) Renderer_t58147AB5B00224FE1460FD47542DC0DA7EC9378C * L_0; L_0 = TextMeshPro_get_renderer_m066F35A467ED7650ABDB2B1E8593C87177AD1728(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_1; L_1 = Object_op_Equality_mEE9EC7EB5C7DC3E95B94AB904E1986FC4D566D54(L_0, (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A *)NULL, /*hidden argument*/NULL); if (!L_1) { goto IL_000f; } } { // return; return; } IL_000f: { // m_renderer.sortingLayerID = value; Renderer_t58147AB5B00224FE1460FD47542DC0DA7EC9378C * L_2 = __this->get_m_renderer_272(); int32_t L_3 = ___value0; NullCheck(L_2); Renderer_set_sortingLayerID_m8F4A87EB577D6314BF191E6227E139AEBE962BC8(L_2, L_3, /*hidden argument*/NULL); // _SortingLayerID = value; int32_t L_4 = ___value0; __this->set__SortingLayerID_266(L_4); // UpdateSubMeshSortingLayerID(value); int32_t L_5 = ___value0; TextMeshPro_UpdateSubMeshSortingLayerID_m07296FE67A7A788785AE0D7F9832572A39C203D4(__this, L_5, /*hidden argument*/NULL); // } return; } } // System.Int32 TMPro.TextMeshPro::get_sortingOrder() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TextMeshPro_get_sortingOrder_m1C41BC64B4569B994E81F5F9C051322940F15C52 (TextMeshPro_t4C8C961C0939CD311CCC4F5F306C27C5301BD8E4 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (renderer == null) Renderer_t58147AB5B00224FE1460FD47542DC0DA7EC9378C * L_0; L_0 = TextMeshPro_get_renderer_m066F35A467ED7650ABDB2B1E8593C87177AD1728(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_1; L_1 = Object_op_Equality_mEE9EC7EB5C7DC3E95B94AB904E1986FC4D566D54(L_0, (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A *)NULL, /*hidden argument*/NULL); if (!L_1) { goto IL_0010; } } { // return 0; return 0; } IL_0010: { // return m_renderer.sortingOrder; Renderer_t58147AB5B00224FE1460FD47542DC0DA7EC9378C * L_2 = __this->get_m_renderer_272(); NullCheck(L_2); int32_t L_3; L_3 = Renderer_get_sortingOrder_m043173C955559C12E0A33BD7F7945DA12B755AE0(L_2, /*hidden argument*/NULL); return L_3; } } // System.Void TMPro.TextMeshPro::set_sortingOrder(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextMeshPro_set_sortingOrder_mD3B2CBA2E1076975414653C2878B71C30E8CB009 (TextMeshPro_t4C8C961C0939CD311CCC4F5F306C27C5301BD8E4 * __this, int32_t ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (renderer == null) Renderer_t58147AB5B00224FE1460FD47542DC0DA7EC9378C * L_0; L_0 = TextMeshPro_get_renderer_m066F35A467ED7650ABDB2B1E8593C87177AD1728(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_1; L_1 = Object_op_Equality_mEE9EC7EB5C7DC3E95B94AB904E1986FC4D566D54(L_0, (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A *)NULL, /*hidden argument*/NULL); if (!L_1) { goto IL_000f; } } { // return; return; } IL_000f: { // m_renderer.sortingOrder = value; Renderer_t58147AB5B00224FE1460FD47542DC0DA7EC9378C * L_2 = __this->get_m_renderer_272(); int32_t L_3 = ___value0; NullCheck(L_2); Renderer_set_sortingOrder_mAABE4F8F9B158068C8A1582ACE0BFEA3CF499139(L_2, L_3, /*hidden argument*/NULL); // _SortingOrder = value; int32_t L_4 = ___value0; __this->set__SortingOrder_267(L_4); // UpdateSubMeshSortingOrder(value); int32_t L_5 = ___value0; TextMeshPro_UpdateSubMeshSortingOrder_m85F1983141255DF306D1DBE4743957F3C4F500D0(__this, L_5, /*hidden argument*/NULL); // } return; } } // System.Boolean TMPro.TextMeshPro::get_autoSizeTextContainer() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TextMeshPro_get_autoSizeTextContainer_mE7F9B8E49C8F53B0EDA5D7C87106F7CC9722FCCF (TextMeshPro_t4C8C961C0939CD311CCC4F5F306C27C5301BD8E4 * __this, const RuntimeMethod* method) { { // get { return m_autoSizeTextContainer; } bool L_0 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_autoSizeTextContainer_160(); return L_0; } } // System.Void TMPro.TextMeshPro::set_autoSizeTextContainer(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextMeshPro_set_autoSizeTextContainer_m39534816C183E2433B54A7A0C0C2D29413549737 (TextMeshPro_t4C8C961C0939CD311CCC4F5F306C27C5301BD8E4 * __this, bool ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TMP_UpdateManager_tDF9A1F6AC36B3228A091313D3CED71650F3BBBA1_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // set { if (m_autoSizeTextContainer == value) return; m_autoSizeTextContainer = value; if (m_autoSizeTextContainer) { TMP_UpdateManager.RegisterTextElementForLayoutRebuild(this); SetLayoutDirty(); } } bool L_0 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_autoSizeTextContainer_160(); bool L_1 = ___value0; if ((!(((uint32_t)L_0) == ((uint32_t)L_1)))) { goto IL_000a; } } { // set { if (m_autoSizeTextContainer == value) return; m_autoSizeTextContainer = value; if (m_autoSizeTextContainer) { TMP_UpdateManager.RegisterTextElementForLayoutRebuild(this); SetLayoutDirty(); } } return; } IL_000a: { // set { if (m_autoSizeTextContainer == value) return; m_autoSizeTextContainer = value; if (m_autoSizeTextContainer) { TMP_UpdateManager.RegisterTextElementForLayoutRebuild(this); SetLayoutDirty(); } } bool L_2 = ___value0; ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->set_m_autoSizeTextContainer_160(L_2); // set { if (m_autoSizeTextContainer == value) return; m_autoSizeTextContainer = value; if (m_autoSizeTextContainer) { TMP_UpdateManager.RegisterTextElementForLayoutRebuild(this); SetLayoutDirty(); } } bool L_3 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_autoSizeTextContainer_160(); if (!L_3) { goto IL_0025; } } { // set { if (m_autoSizeTextContainer == value) return; m_autoSizeTextContainer = value; if (m_autoSizeTextContainer) { TMP_UpdateManager.RegisterTextElementForLayoutRebuild(this); SetLayoutDirty(); } } IL2CPP_RUNTIME_CLASS_INIT(TMP_UpdateManager_tDF9A1F6AC36B3228A091313D3CED71650F3BBBA1_il2cpp_TypeInfo_var); TMP_UpdateManager_RegisterTextElementForLayoutRebuild_m3E29D9AB10E738BB81FC77C66C3BB9532BD768F1(__this, /*hidden argument*/NULL); // set { if (m_autoSizeTextContainer == value) return; m_autoSizeTextContainer = value; if (m_autoSizeTextContainer) { TMP_UpdateManager.RegisterTextElementForLayoutRebuild(this); SetLayoutDirty(); } } VirtualActionInvoker0::Invoke(27 /* System.Void UnityEngine.UI.Graphic::SetLayoutDirty() */, __this); } IL_0025: { // set { if (m_autoSizeTextContainer == value) return; m_autoSizeTextContainer = value; if (m_autoSizeTextContainer) { TMP_UpdateManager.RegisterTextElementForLayoutRebuild(this); SetLayoutDirty(); } } return; } } // TMPro.TextContainer TMPro.TextMeshPro::get_textContainer() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TextContainer_t397B1340CD69150F936048DB53D857135408D2A1 * TextMeshPro_get_textContainer_mB467A109CA41B3ACD9AD5DD325115EEEA52EC71C (TextMeshPro_t4C8C961C0939CD311CCC4F5F306C27C5301BD8E4 * __this, const RuntimeMethod* method) { { // return null; return (TextContainer_t397B1340CD69150F936048DB53D857135408D2A1 *)NULL; } } // UnityEngine.Transform TMPro.TextMeshPro::get_transform() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * TextMeshPro_get_transform_m287771E57F2590075D10DB95E28CB3BFBE2BBC9E (TextMeshPro_t4C8C961C0939CD311CCC4F5F306C27C5301BD8E4 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Component_GetComponent_TisTransform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1_mE346451FC99E0A342785A7D3C496F34664C86074_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (m_transform == null) Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_0 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_transform_155(); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_1; L_1 = Object_op_Equality_mEE9EC7EB5C7DC3E95B94AB904E1986FC4D566D54(L_0, (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A *)NULL, /*hidden argument*/NULL); if (!L_1) { goto IL_001a; } } { // m_transform = GetComponent(); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_2; L_2 = Component_GetComponent_TisTransform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1_mE346451FC99E0A342785A7D3C496F34664C86074(__this, /*hidden argument*/Component_GetComponent_TisTransform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1_mE346451FC99E0A342785A7D3C496F34664C86074_RuntimeMethod_var); ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->set_m_transform_155(L_2); } IL_001a: { // return m_transform; Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_3 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_transform_155(); return L_3; } } // UnityEngine.Renderer TMPro.TextMeshPro::get_renderer() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Renderer_t58147AB5B00224FE1460FD47542DC0DA7EC9378C * TextMeshPro_get_renderer_m066F35A467ED7650ABDB2B1E8593C87177AD1728 (TextMeshPro_t4C8C961C0939CD311CCC4F5F306C27C5301BD8E4 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Component_GetComponent_TisRenderer_t58147AB5B00224FE1460FD47542DC0DA7EC9378C_mB89D75983F403B440947CE6FB264503618F5B951_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (m_renderer == null) Renderer_t58147AB5B00224FE1460FD47542DC0DA7EC9378C * L_0 = __this->get_m_renderer_272(); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_1; L_1 = Object_op_Equality_mEE9EC7EB5C7DC3E95B94AB904E1986FC4D566D54(L_0, (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A *)NULL, /*hidden argument*/NULL); if (!L_1) { goto IL_001a; } } { // m_renderer = GetComponent(); Renderer_t58147AB5B00224FE1460FD47542DC0DA7EC9378C * L_2; L_2 = Component_GetComponent_TisRenderer_t58147AB5B00224FE1460FD47542DC0DA7EC9378C_mB89D75983F403B440947CE6FB264503618F5B951(__this, /*hidden argument*/Component_GetComponent_TisRenderer_t58147AB5B00224FE1460FD47542DC0DA7EC9378C_mB89D75983F403B440947CE6FB264503618F5B951_RuntimeMethod_var); __this->set_m_renderer_272(L_2); } IL_001a: { // return m_renderer; Renderer_t58147AB5B00224FE1460FD47542DC0DA7EC9378C * L_3 = __this->get_m_renderer_272(); return L_3; } } // UnityEngine.Mesh TMPro.TextMeshPro::get_mesh() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 * TextMeshPro_get_mesh_m8F25EA1143100FADEAD44FE35F08022CDA501771 (TextMeshPro_t4C8C961C0939CD311CCC4F5F306C27C5301BD8E4 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (m_mesh == null) Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 * L_0 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_mesh_161(); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_1; L_1 = Object_op_Equality_mEE9EC7EB5C7DC3E95B94AB904E1986FC4D566D54(L_0, (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A *)NULL, /*hidden argument*/NULL); if (!L_1) { goto IL_0026; } } { // m_mesh = new Mesh(); Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 * L_2 = (Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 *)il2cpp_codegen_object_new(Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6_il2cpp_TypeInfo_var); Mesh__ctor_mA3D8570373462201AD7B8C9586A7F9412E49C2F6(L_2, /*hidden argument*/NULL); ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->set_m_mesh_161(L_2); // m_mesh.hideFlags = HideFlags.HideAndDontSave; Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 * L_3 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_mesh_161(); NullCheck(L_3); Object_set_hideFlags_m7DE229AF60B92F0C68819F77FEB27D775E66F3AC(L_3, ((int32_t)61), /*hidden argument*/NULL); } IL_0026: { // return m_mesh; Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 * L_4 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_mesh_161(); return L_4; } } // UnityEngine.MeshFilter TMPro.TextMeshPro::get_meshFilter() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MeshFilter_t763BB2BBF3881176AD25E4570E6DD215BA0AA51A * TextMeshPro_get_meshFilter_mAB9DC4FA18197CBBEE51072D34237AE621775DCE (TextMeshPro_t4C8C961C0939CD311CCC4F5F306C27C5301BD8E4 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Component_GetComponent_TisMeshFilter_t763BB2BBF3881176AD25E4570E6DD215BA0AA51A_mFFD173E0CB68E5A6519D56086F5B678CB885D9E4_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GameObject_AddComponent_TisMeshFilter_t763BB2BBF3881176AD25E4570E6DD215BA0AA51A_m1611D0ABA0C75573ECCB1F61D176DA95F7133F30_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (m_meshFilter == null) MeshFilter_t763BB2BBF3881176AD25E4570E6DD215BA0AA51A * L_0 = __this->get_m_meshFilter_273(); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_1; L_1 = Object_op_Equality_mEE9EC7EB5C7DC3E95B94AB904E1986FC4D566D54(L_0, (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A *)NULL, /*hidden argument*/NULL); if (!L_1) { goto IL_0046; } } { // m_meshFilter = GetComponent(); MeshFilter_t763BB2BBF3881176AD25E4570E6DD215BA0AA51A * L_2; L_2 = Component_GetComponent_TisMeshFilter_t763BB2BBF3881176AD25E4570E6DD215BA0AA51A_mFFD173E0CB68E5A6519D56086F5B678CB885D9E4(__this, /*hidden argument*/Component_GetComponent_TisMeshFilter_t763BB2BBF3881176AD25E4570E6DD215BA0AA51A_mFFD173E0CB68E5A6519D56086F5B678CB885D9E4_RuntimeMethod_var); __this->set_m_meshFilter_273(L_2); // if (m_meshFilter == null) MeshFilter_t763BB2BBF3881176AD25E4570E6DD215BA0AA51A * L_3 = __this->get_m_meshFilter_273(); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_4; L_4 = Object_op_Equality_mEE9EC7EB5C7DC3E95B94AB904E1986FC4D566D54(L_3, (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A *)NULL, /*hidden argument*/NULL); if (!L_4) { goto IL_0046; } } { // m_meshFilter = gameObject.AddComponent(); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_5; L_5 = Component_get_gameObject_m55DC35B149AFB9157582755383BA954655FE0C5B(__this, /*hidden argument*/NULL); NullCheck(L_5); MeshFilter_t763BB2BBF3881176AD25E4570E6DD215BA0AA51A * L_6; L_6 = GameObject_AddComponent_TisMeshFilter_t763BB2BBF3881176AD25E4570E6DD215BA0AA51A_m1611D0ABA0C75573ECCB1F61D176DA95F7133F30(L_5, /*hidden argument*/GameObject_AddComponent_TisMeshFilter_t763BB2BBF3881176AD25E4570E6DD215BA0AA51A_m1611D0ABA0C75573ECCB1F61D176DA95F7133F30_RuntimeMethod_var); __this->set_m_meshFilter_273(L_6); // m_meshFilter.hideFlags = HideFlags.HideInInspector | HideFlags.HideAndDontSave; MeshFilter_t763BB2BBF3881176AD25E4570E6DD215BA0AA51A * L_7 = __this->get_m_meshFilter_273(); NullCheck(L_7); Object_set_hideFlags_m7DE229AF60B92F0C68819F77FEB27D775E66F3AC(L_7, ((int32_t)63), /*hidden argument*/NULL); } IL_0046: { // return m_meshFilter; MeshFilter_t763BB2BBF3881176AD25E4570E6DD215BA0AA51A * L_8 = __this->get_m_meshFilter_273(); return L_8; } } // TMPro.MaskingTypes TMPro.TextMeshPro::get_maskType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TextMeshPro_get_maskType_m4CD04EE371082360FAC7BC166504DA4A84958322 (TextMeshPro_t4C8C961C0939CD311CCC4F5F306C27C5301BD8E4 * __this, const RuntimeMethod* method) { { // get { return m_maskType; } int32_t L_0 = __this->get_m_maskType_278(); return L_0; } } // System.Void TMPro.TextMeshPro::set_maskType(TMPro.MaskingTypes) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextMeshPro_set_maskType_m890C56D70ACB5B91665B5EAFF31D25FF5DD5DADC (TextMeshPro_t4C8C961C0939CD311CCC4F5F306C27C5301BD8E4 * __this, int32_t ___value0, const RuntimeMethod* method) { { // set { m_maskType = value; SetMask(m_maskType); } int32_t L_0 = ___value0; __this->set_m_maskType_278(L_0); // set { m_maskType = value; SetMask(m_maskType); } int32_t L_1 = __this->get_m_maskType_278(); TextMeshPro_SetMask_mCB67BBF5A294DBFE42BFD447DF711DE7D8F80942(__this, L_1, /*hidden argument*/NULL); // set { m_maskType = value; SetMask(m_maskType); } return; } } // System.Void TMPro.TextMeshPro::SetMask(TMPro.MaskingTypes,UnityEngine.Vector4) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextMeshPro_SetMask_m5AFC1E394ADA89FA19C9B0A3B4DD90ED87602544 (TextMeshPro_t4C8C961C0939CD311CCC4F5F306C27C5301BD8E4 * __this, int32_t ___type0, Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 ___maskCoords1, const RuntimeMethod* method) { { // SetMask(type); int32_t L_0 = ___type0; TextMeshPro_SetMask_mCB67BBF5A294DBFE42BFD447DF711DE7D8F80942(__this, L_0, /*hidden argument*/NULL); // SetMaskCoordinates(maskCoords); Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 L_1 = ___maskCoords1; TextMeshPro_SetMaskCoordinates_mDC890DA387F5DFF53D9F751B3383D4CFBCD72D0D(__this, L_1, /*hidden argument*/NULL); // } return; } } // System.Void TMPro.TextMeshPro::SetMask(TMPro.MaskingTypes,UnityEngine.Vector4,System.Single,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextMeshPro_SetMask_m17374BAA60BC86A8BB2507A0F0DD127B75460CC1 (TextMeshPro_t4C8C961C0939CD311CCC4F5F306C27C5301BD8E4 * __this, int32_t ___type0, Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 ___maskCoords1, float ___softnessX2, float ___softnessY3, const RuntimeMethod* method) { { // SetMask(type); int32_t L_0 = ___type0; TextMeshPro_SetMask_mCB67BBF5A294DBFE42BFD447DF711DE7D8F80942(__this, L_0, /*hidden argument*/NULL); // SetMaskCoordinates(maskCoords, softnessX, softnessY); Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 L_1 = ___maskCoords1; float L_2 = ___softnessX2; float L_3 = ___softnessY3; TextMeshPro_SetMaskCoordinates_mB5BD275F9B5FCECCBB0F0000C33D6A6253B3A1EE(__this, L_1, L_2, L_3, /*hidden argument*/NULL); // } return; } } // System.Void TMPro.TextMeshPro::SetVerticesDirty() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextMeshPro_SetVerticesDirty_m16E391C8A77DEBF6F25FDA33B6079FBC104EC42E (TextMeshPro_t4C8C961C0939CD311CCC4F5F306C27C5301BD8E4 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TMP_UpdateManager_tDF9A1F6AC36B3228A091313D3CED71650F3BBBA1_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (this == null || !this.IsActive()) IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_0; L_0 = Object_op_Equality_mEE9EC7EB5C7DC3E95B94AB904E1986FC4D566D54(__this, (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A *)NULL, /*hidden argument*/NULL); if (L_0) { goto IL_0011; } } { bool L_1; L_1 = VirtualFuncInvoker0< bool >::Invoke(9 /* System.Boolean UnityEngine.EventSystems.UIBehaviour::IsActive() */, __this); if (L_1) { goto IL_0012; } } IL_0011: { // return; return; } IL_0012: { // TMP_UpdateManager.RegisterTextElementForGraphicRebuild(this); IL2CPP_RUNTIME_CLASS_INIT(TMP_UpdateManager_tDF9A1F6AC36B3228A091313D3CED71650F3BBBA1_il2cpp_TypeInfo_var); TMP_UpdateManager_RegisterTextElementForGraphicRebuild_m840468F4BBD8241B2C128FDBE5F65F9B8EC66FE0(__this, /*hidden argument*/NULL); // } return; } } // System.Void TMPro.TextMeshPro::SetLayoutDirty() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextMeshPro_SetLayoutDirty_m238EEC351FD27C019CE7DF47576804D653F4660E (TextMeshPro_t4C8C961C0939CD311CCC4F5F306C27C5301BD8E4 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LayoutRebuilder_tE88B8B9EA50644E438123BDCE2BC2A3287E07585_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // m_isPreferredWidthDirty = true; ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->set_m_isPreferredWidthDirty_176((bool)1); // m_isPreferredHeightDirty = true; ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->set_m_isPreferredHeightDirty_179((bool)1); // if (this == null || !this.IsActive()) IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_0; L_0 = Object_op_Equality_mEE9EC7EB5C7DC3E95B94AB904E1986FC4D566D54(__this, (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A *)NULL, /*hidden argument*/NULL); if (L_0) { goto IL_001f; } } { bool L_1; L_1 = VirtualFuncInvoker0< bool >::Invoke(9 /* System.Boolean UnityEngine.EventSystems.UIBehaviour::IsActive() */, __this); if (L_1) { goto IL_0020; } } IL_001f: { // return; return; } IL_0020: { // LayoutRebuilder.MarkLayoutForRebuild(this.rectTransform); RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * L_2; L_2 = TMP_Text_get_rectTransform_mEDF01E64384F15763209C6A28C7E61CB2EC932C4(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(LayoutRebuilder_tE88B8B9EA50644E438123BDCE2BC2A3287E07585_il2cpp_TypeInfo_var); LayoutRebuilder_MarkLayoutForRebuild_m1BDFA10259B85AEBD3A758B78EF4702BE014D1FE(L_2, /*hidden argument*/NULL); // m_isLayoutDirty = true; ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->set_m_isLayoutDirty_182((bool)1); // } return; } } // System.Void TMPro.TextMeshPro::SetMaterialDirty() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextMeshPro_SetMaterialDirty_mE60A5F54FDAA17CEFE45ED9AA099B2774A21BC6B (TextMeshPro_t4C8C961C0939CD311CCC4F5F306C27C5301BD8E4 * __this, const RuntimeMethod* method) { { // UpdateMaterial(); VirtualActionInvoker0::Invoke(40 /* System.Void UnityEngine.UI.Graphic::UpdateMaterial() */, __this); // } return; } } // System.Void TMPro.TextMeshPro::SetAllDirty() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextMeshPro_SetAllDirty_m4F869BCDB84B5E80B23FACE3D323DFD63885C2DD (TextMeshPro_t4C8C961C0939CD311CCC4F5F306C27C5301BD8E4 * __this, const RuntimeMethod* method) { { // SetLayoutDirty(); VirtualActionInvoker0::Invoke(27 /* System.Void UnityEngine.UI.Graphic::SetLayoutDirty() */, __this); // SetVerticesDirty(); VirtualActionInvoker0::Invoke(28 /* System.Void UnityEngine.UI.Graphic::SetVerticesDirty() */, __this); // SetMaterialDirty(); VirtualActionInvoker0::Invoke(29 /* System.Void UnityEngine.UI.Graphic::SetMaterialDirty() */, __this); // } return; } } // System.Void TMPro.TextMeshPro::Rebuild(UnityEngine.UI.CanvasUpdate) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextMeshPro_Rebuild_mAE14B7EB841D6BB9680E21518E637FD8FFAB3FC9 (TextMeshPro_t4C8C961C0939CD311CCC4F5F306C27C5301BD8E4 * __this, int32_t ___update0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (this == null) return; IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_0; L_0 = Object_op_Equality_mEE9EC7EB5C7DC3E95B94AB904E1986FC4D566D54(__this, (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A *)NULL, /*hidden argument*/NULL); if (!L_0) { goto IL_000a; } } { // if (this == null) return; return; } IL_000a: { // if (update == CanvasUpdate.Prelayout) int32_t L_1 = ___update0; if (L_1) { goto IL_0031; } } { // if (m_autoSizeTextContainer) bool L_2 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_autoSizeTextContainer_160(); if (!L_2) { goto IL_0051; } } { // m_rectTransform.sizeDelta = GetPreferredValues(Mathf.Infinity, Mathf.Infinity); RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * L_3 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_rectTransform_156(); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_4; L_4 = TMP_Text_GetPreferredValues_m66B2E46426F2512926D36D74EBAFB8A2A7525849(__this, (std::numeric_limits::infinity()), (std::numeric_limits::infinity()), /*hidden argument*/NULL); NullCheck(L_3); RectTransform_set_sizeDelta_m61943618442E31C6FF0556CDFC70940AE7AD04D0(L_3, L_4, /*hidden argument*/NULL); // } return; } IL_0031: { // else if (update == CanvasUpdate.PreRender) int32_t L_5 = ___update0; if ((!(((uint32_t)L_5) == ((uint32_t)3)))) { goto IL_0051; } } { // this.OnPreRenderObject(); TextMeshPro_OnPreRenderObject_mAE7AB33DF7AB047D7797FC4B62CD1704C5543D69(__this, /*hidden argument*/NULL); // if (!m_isMaterialDirty) return; bool L_6 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_isMaterialDirty_52(); if (L_6) { goto IL_0044; } } { // if (!m_isMaterialDirty) return; return; } IL_0044: { // UpdateMaterial(); VirtualActionInvoker0::Invoke(40 /* System.Void UnityEngine.UI.Graphic::UpdateMaterial() */, __this); // m_isMaterialDirty = false; ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->set_m_isMaterialDirty_52((bool)0); } IL_0051: { // } return; } } // System.Void TMPro.TextMeshPro::UpdateMaterial() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextMeshPro_UpdateMaterial_m77EA797E9549354D2F6258754FA0540FE2A7017C (TextMeshPro_t4C8C961C0939CD311CCC4F5F306C27C5301BD8E4 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (renderer == null || m_sharedMaterial == null) Renderer_t58147AB5B00224FE1460FD47542DC0DA7EC9378C * L_0; L_0 = TextMeshPro_get_renderer_m066F35A467ED7650ABDB2B1E8593C87177AD1728(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_1; L_1 = Object_op_Equality_mEE9EC7EB5C7DC3E95B94AB904E1986FC4D566D54(L_0, (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A *)NULL, /*hidden argument*/NULL); if (L_1) { goto IL_001c; } } { Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_2 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_sharedMaterial_43(); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_3; L_3 = Object_op_Equality_mEE9EC7EB5C7DC3E95B94AB904E1986FC4D566D54(L_2, (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A *)NULL, /*hidden argument*/NULL); if (!L_3) { goto IL_001d; } } IL_001c: { // return; return; } IL_001d: { // if (m_renderer.sharedMaterial == null || m_renderer.sharedMaterial.GetInstanceID() != m_sharedMaterial.GetInstanceID()) Renderer_t58147AB5B00224FE1460FD47542DC0DA7EC9378C * L_4 = __this->get_m_renderer_272(); NullCheck(L_4); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_5; L_5 = Renderer_get_sharedMaterial_m42DF538F0C6EA249B1FB626485D45D083BA74FCC(L_4, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_6; L_6 = Object_op_Equality_mEE9EC7EB5C7DC3E95B94AB904E1986FC4D566D54(L_5, (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A *)NULL, /*hidden argument*/NULL); if (L_6) { goto IL_004d; } } { Renderer_t58147AB5B00224FE1460FD47542DC0DA7EC9378C * L_7 = __this->get_m_renderer_272(); NullCheck(L_7); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_8; L_8 = Renderer_get_sharedMaterial_m42DF538F0C6EA249B1FB626485D45D083BA74FCC(L_7, /*hidden argument*/NULL); NullCheck(L_8); int32_t L_9; L_9 = Object_GetInstanceID_m7CF962BC1DB5C03F3522F88728CB2F514582B501(L_8, /*hidden argument*/NULL); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_10 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_sharedMaterial_43(); NullCheck(L_10); int32_t L_11; L_11 = Object_GetInstanceID_m7CF962BC1DB5C03F3522F88728CB2F514582B501(L_10, /*hidden argument*/NULL); if ((((int32_t)L_9) == ((int32_t)L_11))) { goto IL_005e; } } IL_004d: { // m_renderer.sharedMaterial = m_sharedMaterial; Renderer_t58147AB5B00224FE1460FD47542DC0DA7EC9378C * L_12 = __this->get_m_renderer_272(); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_13 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_sharedMaterial_43(); NullCheck(L_12); Renderer_set_sharedMaterial_m1E66766F93E95F692C3C9C2C09AFD795B156678B(L_12, L_13, /*hidden argument*/NULL); } IL_005e: { // } return; } } // System.Void TMPro.TextMeshPro::UpdateMeshPadding() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextMeshPro_UpdateMeshPadding_m78D8E8F041164137AB2BB0AA3665305E27D2FC5C (TextMeshPro_t4C8C961C0939CD311CCC4F5F306C27C5301BD8E4 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ShaderUtilities_t1F6A93635DB66FAB6A2DE3ABEA7DE635B7E34B14_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { // m_padding = ShaderUtilities.GetPadding(m_sharedMaterial, m_enableExtraPadding, m_isUsingBold); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_0 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_sharedMaterial_43(); bool L_1 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_enableExtraPadding_122(); bool L_2 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_isUsingBold_91(); IL2CPP_RUNTIME_CLASS_INIT(ShaderUtilities_t1F6A93635DB66FAB6A2DE3ABEA7DE635B7E34B14_il2cpp_TypeInfo_var); float L_3; L_3 = ShaderUtilities_GetPadding_m89701916575A32A08001B0F5F2D6568FC4F3D079(L_0, L_1, L_2, /*hidden argument*/NULL); ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->set_m_padding_241(L_3); // m_isMaskingEnabled = ShaderUtilities.IsMaskingEnabled(m_sharedMaterial); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_4 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_sharedMaterial_43(); bool L_5; L_5 = ShaderUtilities_IsMaskingEnabled_m767A44C0FB5F49EA5F324277B97D251E6F2A7A70(L_4, /*hidden argument*/NULL); ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->set_m_isMaskingEnabled_129(L_5); // m_havePropertiesChanged = true; ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->set_m_havePropertiesChanged_153((bool)1); // checkPaddingRequired = false; ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->set_checkPaddingRequired_123((bool)0); // if (m_textInfo == null) return; TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_6 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_textInfo_152(); if (L_6) { goto IL_0045; } } { // if (m_textInfo == null) return; return; } IL_0045: { // for (int i = 1; i < m_textInfo.materialCount; i++) V_0 = 1; goto IL_0066; } IL_0049: { // m_subTextObjects[i].UpdateMeshPadding(m_enableExtraPadding, m_isUsingBold); TMP_SubMeshU5BU5D_t2EF6E7C00AD0C05C7BD3E565CF716B62BED324A2* L_7 = __this->get_m_subTextObjects_277(); int32_t L_8 = V_0; NullCheck(L_7); int32_t L_9 = L_8; TMP_SubMesh_tF05E95C4AC87BBE600564968E24B50BE2E06D1B8 * L_10 = (L_7)->GetAt(static_cast(L_9)); bool L_11 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_enableExtraPadding_122(); bool L_12 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_isUsingBold_91(); NullCheck(L_10); TMP_SubMesh_UpdateMeshPadding_m77E87DFC6BB0B8FE7C2A366A83AD1E79B3B5EB50(L_10, L_11, L_12, /*hidden argument*/NULL); // for (int i = 1; i < m_textInfo.materialCount; i++) int32_t L_13 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1)); } IL_0066: { // for (int i = 1; i < m_textInfo.materialCount; i++) int32_t L_14 = V_0; TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_15 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_textInfo_152(); NullCheck(L_15); int32_t L_16 = L_15->get_materialCount_10(); if ((((int32_t)L_14) < ((int32_t)L_16))) { goto IL_0049; } } { // } return; } } // System.Void TMPro.TextMeshPro::ForceMeshUpdate(System.Boolean,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextMeshPro_ForceMeshUpdate_m4F5BB57461C93749C4F173185A9553BADB523C79 (TextMeshPro_t4C8C961C0939CD311CCC4F5F306C27C5301BD8E4 * __this, bool ___ignoreActiveState0, bool ___forceTextReparsing1, const RuntimeMethod* method) { { // m_havePropertiesChanged = true; ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->set_m_havePropertiesChanged_153((bool)1); // m_ignoreActiveState = ignoreActiveState; bool L_0 = ___ignoreActiveState0; ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->set_m_ignoreActiveState_256(L_0); // OnPreRenderObject(); TextMeshPro_OnPreRenderObject_mAE7AB33DF7AB047D7797FC4B62CD1704C5543D69(__this, /*hidden argument*/NULL); // } return; } } // TMPro.TMP_TextInfo TMPro.TextMeshPro::GetTextInfo(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * TextMeshPro_GetTextInfo_mA3547D40366EAF1B5C8A96934B7A718F41BCB28D (TextMeshPro_t4C8C961C0939CD311CCC4F5F306C27C5301BD8E4 * __this, String_t* ___text0, const RuntimeMethod* method) { { // SetText(text); String_t* L_0 = ___text0; TMP_Text_SetText_m9E43B120A0875D561F640BECB6ED4A4E1821EBB7(__this, L_0, (bool)1, /*hidden argument*/NULL); // SetArraySizes(m_TextProcessingArray); UnicodeCharU5BU5D_tB233FC88865130D0B1EA18DA685C2AF41FB134F7* L_1 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_TextProcessingArray_197(); int32_t L_2; L_2 = VirtualFuncInvoker1< int32_t, UnicodeCharU5BU5D_tB233FC88865130D0B1EA18DA685C2AF41FB134F7* >::Invoke(114 /* System.Int32 TMPro.TMP_Text::SetArraySizes(TMPro.TMP_Text/UnicodeChar[]) */, __this, L_1); // m_renderMode = TextRenderFlags.DontRender; ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->set_m_renderMode_135(0); // ComputeMarginSize(); VirtualActionInvoker0::Invoke(119 /* System.Void TMPro.TMP_Text::ComputeMarginSize() */, __this); // GenerateTextMesh(); VirtualActionInvoker0::Invoke(142 /* System.Void TMPro.TextMeshPro::GenerateTextMesh() */, __this); // m_renderMode = TextRenderFlags.Render; ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->set_m_renderMode_135(((int32_t)255)); // return this.textInfo; TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_3; L_3 = TMP_Text_get_textInfo_mB006DF4283F14B0E49B9FCC0025D99C29FA534BF_inline(__this, /*hidden argument*/NULL); return L_3; } } // System.Void TMPro.TextMeshPro::ClearMesh(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextMeshPro_ClearMesh_m437886D731515F95EB8A444BCB2D04BA37E7829B (TextMeshPro_t4C8C961C0939CD311CCC4F5F306C27C5301BD8E4 * __this, bool ___updateMesh0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (m_textInfo.meshInfo[0].mesh == null) m_textInfo.meshInfo[0].mesh = m_mesh; TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_0 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_textInfo_152(); NullCheck(L_0); TMP_MeshInfoU5BU5D_t6C0A65D18C54B6FA681B2EB0676B83116FD03119* L_1 = L_0->get_meshInfo_16(); NullCheck(L_1); Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 * L_2 = ((L_1)->GetAddressAt(static_cast(0)))->get_mesh_4(); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_3; L_3 = Object_op_Equality_mEE9EC7EB5C7DC3E95B94AB904E1986FC4D566D54(L_2, (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A *)NULL, /*hidden argument*/NULL); if (!L_3) { goto IL_003a; } } { // if (m_textInfo.meshInfo[0].mesh == null) m_textInfo.meshInfo[0].mesh = m_mesh; TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_4 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_textInfo_152(); NullCheck(L_4); TMP_MeshInfoU5BU5D_t6C0A65D18C54B6FA681B2EB0676B83116FD03119* L_5 = L_4->get_meshInfo_16(); NullCheck(L_5); Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 * L_6 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_mesh_161(); ((L_5)->GetAddressAt(static_cast(0)))->set_mesh_4(L_6); } IL_003a: { // m_textInfo.ClearMeshInfo(updateMesh); TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_7 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_textInfo_152(); bool L_8 = ___updateMesh0; NullCheck(L_7); TMP_TextInfo_ClearMeshInfo_m8202B0597927FA64C1C21FB5D70A304FABC15763(L_7, L_8, /*hidden argument*/NULL); // } return; } } // System.Void TMPro.TextMeshPro::add_OnPreRenderText(System.Action`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextMeshPro_add_OnPreRenderText_m4532898E8CC7A6CB0D2B631F0CBEAD60B35EC973 (TextMeshPro_t4C8C961C0939CD311CCC4F5F306C27C5301BD8E4 * __this, Action_1_t170B3E821B49B45FA7134A2CF48A2E64CA371D42 * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_1_t170B3E821B49B45FA7134A2CF48A2E64CA371D42_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Action_1_t170B3E821B49B45FA7134A2CF48A2E64CA371D42 * V_0 = NULL; Action_1_t170B3E821B49B45FA7134A2CF48A2E64CA371D42 * V_1 = NULL; Action_1_t170B3E821B49B45FA7134A2CF48A2E64CA371D42 * V_2 = NULL; { Action_1_t170B3E821B49B45FA7134A2CF48A2E64CA371D42 * L_0 = __this->get_OnPreRenderText_268(); V_0 = L_0; } IL_0007: { Action_1_t170B3E821B49B45FA7134A2CF48A2E64CA371D42 * L_1 = V_0; V_1 = L_1; Action_1_t170B3E821B49B45FA7134A2CF48A2E64CA371D42 * L_2 = V_1; Action_1_t170B3E821B49B45FA7134A2CF48A2E64CA371D42 * L_3 = ___value0; Delegate_t * L_4; L_4 = Delegate_Combine_m631D10D6CFF81AB4F237B9D549B235A54F45FA55(L_2, L_3, /*hidden argument*/NULL); V_2 = ((Action_1_t170B3E821B49B45FA7134A2CF48A2E64CA371D42 *)CastclassSealed((RuntimeObject*)L_4, Action_1_t170B3E821B49B45FA7134A2CF48A2E64CA371D42_il2cpp_TypeInfo_var)); Action_1_t170B3E821B49B45FA7134A2CF48A2E64CA371D42 ** L_5 = __this->get_address_of_OnPreRenderText_268(); Action_1_t170B3E821B49B45FA7134A2CF48A2E64CA371D42 * L_6 = V_2; Action_1_t170B3E821B49B45FA7134A2CF48A2E64CA371D42 * L_7 = V_1; Action_1_t170B3E821B49B45FA7134A2CF48A2E64CA371D42 * L_8; L_8 = InterlockedCompareExchangeImpl((Action_1_t170B3E821B49B45FA7134A2CF48A2E64CA371D42 **)L_5, L_6, L_7); V_0 = L_8; Action_1_t170B3E821B49B45FA7134A2CF48A2E64CA371D42 * L_9 = V_0; Action_1_t170B3E821B49B45FA7134A2CF48A2E64CA371D42 * L_10 = V_1; if ((!(((RuntimeObject*)(Action_1_t170B3E821B49B45FA7134A2CF48A2E64CA371D42 *)L_9) == ((RuntimeObject*)(Action_1_t170B3E821B49B45FA7134A2CF48A2E64CA371D42 *)L_10)))) { goto IL_0007; } } { return; } } // System.Void TMPro.TextMeshPro::remove_OnPreRenderText(System.Action`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextMeshPro_remove_OnPreRenderText_m8BE87716E65FA9FBCF0F22981D65427A5E4E170E (TextMeshPro_t4C8C961C0939CD311CCC4F5F306C27C5301BD8E4 * __this, Action_1_t170B3E821B49B45FA7134A2CF48A2E64CA371D42 * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_1_t170B3E821B49B45FA7134A2CF48A2E64CA371D42_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Action_1_t170B3E821B49B45FA7134A2CF48A2E64CA371D42 * V_0 = NULL; Action_1_t170B3E821B49B45FA7134A2CF48A2E64CA371D42 * V_1 = NULL; Action_1_t170B3E821B49B45FA7134A2CF48A2E64CA371D42 * V_2 = NULL; { Action_1_t170B3E821B49B45FA7134A2CF48A2E64CA371D42 * L_0 = __this->get_OnPreRenderText_268(); V_0 = L_0; } IL_0007: { Action_1_t170B3E821B49B45FA7134A2CF48A2E64CA371D42 * L_1 = V_0; V_1 = L_1; Action_1_t170B3E821B49B45FA7134A2CF48A2E64CA371D42 * L_2 = V_1; Action_1_t170B3E821B49B45FA7134A2CF48A2E64CA371D42 * L_3 = ___value0; Delegate_t * L_4; L_4 = Delegate_Remove_m8B4AD17254118B2904720D55C9B34FB3DCCBD7D4(L_2, L_3, /*hidden argument*/NULL); V_2 = ((Action_1_t170B3E821B49B45FA7134A2CF48A2E64CA371D42 *)CastclassSealed((RuntimeObject*)L_4, Action_1_t170B3E821B49B45FA7134A2CF48A2E64CA371D42_il2cpp_TypeInfo_var)); Action_1_t170B3E821B49B45FA7134A2CF48A2E64CA371D42 ** L_5 = __this->get_address_of_OnPreRenderText_268(); Action_1_t170B3E821B49B45FA7134A2CF48A2E64CA371D42 * L_6 = V_2; Action_1_t170B3E821B49B45FA7134A2CF48A2E64CA371D42 * L_7 = V_1; Action_1_t170B3E821B49B45FA7134A2CF48A2E64CA371D42 * L_8; L_8 = InterlockedCompareExchangeImpl((Action_1_t170B3E821B49B45FA7134A2CF48A2E64CA371D42 **)L_5, L_6, L_7); V_0 = L_8; Action_1_t170B3E821B49B45FA7134A2CF48A2E64CA371D42 * L_9 = V_0; Action_1_t170B3E821B49B45FA7134A2CF48A2E64CA371D42 * L_10 = V_1; if ((!(((RuntimeObject*)(Action_1_t170B3E821B49B45FA7134A2CF48A2E64CA371D42 *)L_9) == ((RuntimeObject*)(Action_1_t170B3E821B49B45FA7134A2CF48A2E64CA371D42 *)L_10)))) { goto IL_0007; } } { return; } } // System.Void TMPro.TextMeshPro::UpdateGeometry(UnityEngine.Mesh,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextMeshPro_UpdateGeometry_m33D9739529D110ECCED3D1A4F8F98A8CCBC244E3 (TextMeshPro_t4C8C961C0939CD311CCC4F5F306C27C5301BD8E4 * __this, Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 * ___mesh0, int32_t ___index1, const RuntimeMethod* method) { { // mesh.RecalculateBounds(); Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 * L_0 = ___mesh0; NullCheck(L_0); Mesh_RecalculateBounds_mC39556595CFE3E4D8EFA777476ECD22B97FC2737(L_0, /*hidden argument*/NULL); // } return; } } // System.Void TMPro.TextMeshPro::UpdateVertexData(TMPro.TMP_VertexDataUpdateFlags) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextMeshPro_UpdateVertexData_m28FE5A01044C861A5924458B082B456FED91A37E (TextMeshPro_t4C8C961C0939CD311CCC4F5F306C27C5301BD8E4 * __this, int32_t ___flags0, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 * V_2 = NULL; { // int materialCount = m_textInfo.materialCount; TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_0 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_textInfo_152(); NullCheck(L_0); int32_t L_1 = L_0->get_materialCount_10(); V_0 = L_1; // for (int i = 0; i < materialCount; i++) V_1 = 0; goto IL_00c1; } IL_0013: { // if (i == 0) int32_t L_2 = V_1; if (L_2) { goto IL_001f; } } { // mesh = m_mesh; Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 * L_3 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_mesh_161(); V_2 = L_3; goto IL_002d; } IL_001f: { // mesh = m_subTextObjects[i].mesh; TMP_SubMeshU5BU5D_t2EF6E7C00AD0C05C7BD3E565CF716B62BED324A2* L_4 = __this->get_m_subTextObjects_277(); int32_t L_5 = V_1; NullCheck(L_4); int32_t L_6 = L_5; TMP_SubMesh_tF05E95C4AC87BBE600564968E24B50BE2E06D1B8 * L_7 = (L_4)->GetAt(static_cast(L_6)); NullCheck(L_7); Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 * L_8; L_8 = TMP_SubMesh_get_mesh_mB7EE1E8583BFD5178C20562DE4EA529FC1325F98(L_7, /*hidden argument*/NULL); V_2 = L_8; } IL_002d: { // if ((flags & TMP_VertexDataUpdateFlags.Vertices) == TMP_VertexDataUpdateFlags.Vertices) int32_t L_9 = ___flags0; if ((!(((uint32_t)((int32_t)((int32_t)L_9&(int32_t)1))) == ((uint32_t)1)))) { goto IL_004f; } } { // mesh.vertices = m_textInfo.meshInfo[i].vertices; Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 * L_10 = V_2; TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_11 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_textInfo_152(); NullCheck(L_11); TMP_MeshInfoU5BU5D_t6C0A65D18C54B6FA681B2EB0676B83116FD03119* L_12 = L_11->get_meshInfo_16(); int32_t L_13 = V_1; NullCheck(L_12); Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4* L_14 = ((L_12)->GetAddressAt(static_cast(L_13)))->get_vertices_6(); NullCheck(L_10); Mesh_set_vertices_m38F0908D0FDFE484BE19E94BE9D6176667469AAD(L_10, L_14, /*hidden argument*/NULL); } IL_004f: { // if ((flags & TMP_VertexDataUpdateFlags.Uv0) == TMP_VertexDataUpdateFlags.Uv0) int32_t L_15 = ___flags0; if ((!(((uint32_t)((int32_t)((int32_t)L_15&(int32_t)2))) == ((uint32_t)2)))) { goto IL_0071; } } { // mesh.uv = m_textInfo.meshInfo[i].uvs0; Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 * L_16 = V_2; TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_17 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_textInfo_152(); NullCheck(L_17); TMP_MeshInfoU5BU5D_t6C0A65D18C54B6FA681B2EB0676B83116FD03119* L_18 = L_17->get_meshInfo_16(); int32_t L_19 = V_1; NullCheck(L_18); Vector2U5BU5D_tE0F58A2D6D8592B5EC37D9CDEF09103A02E5D7FA* L_20 = ((L_18)->GetAddressAt(static_cast(L_19)))->get_uvs0_9(); NullCheck(L_16); Mesh_set_uv_mF6FED6DDACBAE3EAF28BFBF257A0D5356FCF3AAC(L_16, L_20, /*hidden argument*/NULL); } IL_0071: { // if ((flags & TMP_VertexDataUpdateFlags.Uv2) == TMP_VertexDataUpdateFlags.Uv2) int32_t L_21 = ___flags0; if ((!(((uint32_t)((int32_t)((int32_t)L_21&(int32_t)4))) == ((uint32_t)4)))) { goto IL_0093; } } { // mesh.uv2 = m_textInfo.meshInfo[i].uvs2; Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 * L_22 = V_2; TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_23 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_textInfo_152(); NullCheck(L_23); TMP_MeshInfoU5BU5D_t6C0A65D18C54B6FA681B2EB0676B83116FD03119* L_24 = L_23->get_meshInfo_16(); int32_t L_25 = V_1; NullCheck(L_24); Vector2U5BU5D_tE0F58A2D6D8592B5EC37D9CDEF09103A02E5D7FA* L_26 = ((L_24)->GetAddressAt(static_cast(L_25)))->get_uvs2_10(); NullCheck(L_22); Mesh_set_uv2_mE60F42676D5CD294524617262BABEB81B9FB8F22(L_22, L_26, /*hidden argument*/NULL); } IL_0093: { // if ((flags & TMP_VertexDataUpdateFlags.Colors32) == TMP_VertexDataUpdateFlags.Colors32) int32_t L_27 = ___flags0; if ((!(((uint32_t)((int32_t)((int32_t)L_27&(int32_t)((int32_t)16)))) == ((uint32_t)((int32_t)16))))) { goto IL_00b7; } } { // mesh.colors32 = m_textInfo.meshInfo[i].colors32; Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 * L_28 = V_2; TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_29 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_textInfo_152(); NullCheck(L_29); TMP_MeshInfoU5BU5D_t6C0A65D18C54B6FA681B2EB0676B83116FD03119* L_30 = L_29->get_meshInfo_16(); int32_t L_31 = V_1; NullCheck(L_30); Color32U5BU5D_t7FEB526973BF84608073B85CF2D581427F0235E2* L_32 = ((L_30)->GetAddressAt(static_cast(L_31)))->get_colors32_11(); NullCheck(L_28); Mesh_set_colors32_m0EA838C15BBD01710A4EE1A475DB585EB9B5BD91(L_28, L_32, /*hidden argument*/NULL); } IL_00b7: { // mesh.RecalculateBounds(); Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 * L_33 = V_2; NullCheck(L_33); Mesh_RecalculateBounds_mC39556595CFE3E4D8EFA777476ECD22B97FC2737(L_33, /*hidden argument*/NULL); // for (int i = 0; i < materialCount; i++) int32_t L_34 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_34, (int32_t)1)); } IL_00c1: { // for (int i = 0; i < materialCount; i++) int32_t L_35 = V_1; int32_t L_36 = V_0; if ((((int32_t)L_35) < ((int32_t)L_36))) { goto IL_0013; } } { // } return; } } // System.Void TMPro.TextMeshPro::UpdateVertexData() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextMeshPro_UpdateVertexData_mDB0E4EEC6BD5647BA7CAEFF85089F7CE2B47FCEB (TextMeshPro_t4C8C961C0939CD311CCC4F5F306C27C5301BD8E4 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 * V_2 = NULL; { // int materialCount = m_textInfo.materialCount; TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_0 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_textInfo_152(); NullCheck(L_0); int32_t L_1 = L_0->get_materialCount_10(); V_0 = L_1; // for (int i = 0; i < materialCount; i++) V_1 = 0; goto IL_00bd; } IL_0013: { // if (i == 0) int32_t L_2 = V_1; if (L_2) { goto IL_001f; } } { // mesh = m_mesh; Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 * L_3 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_mesh_161(); V_2 = L_3; goto IL_0043; } IL_001f: { // m_textInfo.meshInfo[i].ClearUnusedVertices(); TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_4 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_textInfo_152(); NullCheck(L_4); TMP_MeshInfoU5BU5D_t6C0A65D18C54B6FA681B2EB0676B83116FD03119* L_5 = L_4->get_meshInfo_16(); int32_t L_6 = V_1; NullCheck(L_5); TMP_MeshInfo_ClearUnusedVertices_m7334B08696D0BB94B146D5D0CC6530A3900470C3((TMP_MeshInfo_t69FCEF4CBC055C00598478835753D43D94A03176 *)((L_5)->GetAddressAt(static_cast(L_6))), /*hidden argument*/NULL); // mesh = m_subTextObjects[i].mesh; TMP_SubMeshU5BU5D_t2EF6E7C00AD0C05C7BD3E565CF716B62BED324A2* L_7 = __this->get_m_subTextObjects_277(); int32_t L_8 = V_1; NullCheck(L_7); int32_t L_9 = L_8; TMP_SubMesh_tF05E95C4AC87BBE600564968E24B50BE2E06D1B8 * L_10 = (L_7)->GetAt(static_cast(L_9)); NullCheck(L_10); Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 * L_11; L_11 = TMP_SubMesh_get_mesh_mB7EE1E8583BFD5178C20562DE4EA529FC1325F98(L_10, /*hidden argument*/NULL); V_2 = L_11; } IL_0043: { // mesh.vertices = m_textInfo.meshInfo[i].vertices; Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 * L_12 = V_2; TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_13 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_textInfo_152(); NullCheck(L_13); TMP_MeshInfoU5BU5D_t6C0A65D18C54B6FA681B2EB0676B83116FD03119* L_14 = L_13->get_meshInfo_16(); int32_t L_15 = V_1; NullCheck(L_14); Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4* L_16 = ((L_14)->GetAddressAt(static_cast(L_15)))->get_vertices_6(); NullCheck(L_12); Mesh_set_vertices_m38F0908D0FDFE484BE19E94BE9D6176667469AAD(L_12, L_16, /*hidden argument*/NULL); // mesh.uv = m_textInfo.meshInfo[i].uvs0; Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 * L_17 = V_2; TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_18 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_textInfo_152(); NullCheck(L_18); TMP_MeshInfoU5BU5D_t6C0A65D18C54B6FA681B2EB0676B83116FD03119* L_19 = L_18->get_meshInfo_16(); int32_t L_20 = V_1; NullCheck(L_19); Vector2U5BU5D_tE0F58A2D6D8592B5EC37D9CDEF09103A02E5D7FA* L_21 = ((L_19)->GetAddressAt(static_cast(L_20)))->get_uvs0_9(); NullCheck(L_17); Mesh_set_uv_mF6FED6DDACBAE3EAF28BFBF257A0D5356FCF3AAC(L_17, L_21, /*hidden argument*/NULL); // mesh.uv2 = m_textInfo.meshInfo[i].uvs2; Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 * L_22 = V_2; TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_23 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_textInfo_152(); NullCheck(L_23); TMP_MeshInfoU5BU5D_t6C0A65D18C54B6FA681B2EB0676B83116FD03119* L_24 = L_23->get_meshInfo_16(); int32_t L_25 = V_1; NullCheck(L_24); Vector2U5BU5D_tE0F58A2D6D8592B5EC37D9CDEF09103A02E5D7FA* L_26 = ((L_24)->GetAddressAt(static_cast(L_25)))->get_uvs2_10(); NullCheck(L_22); Mesh_set_uv2_mE60F42676D5CD294524617262BABEB81B9FB8F22(L_22, L_26, /*hidden argument*/NULL); // mesh.colors32 = m_textInfo.meshInfo[i].colors32; Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 * L_27 = V_2; TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_28 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_textInfo_152(); NullCheck(L_28); TMP_MeshInfoU5BU5D_t6C0A65D18C54B6FA681B2EB0676B83116FD03119* L_29 = L_28->get_meshInfo_16(); int32_t L_30 = V_1; NullCheck(L_29); Color32U5BU5D_t7FEB526973BF84608073B85CF2D581427F0235E2* L_31 = ((L_29)->GetAddressAt(static_cast(L_30)))->get_colors32_11(); NullCheck(L_27); Mesh_set_colors32_m0EA838C15BBD01710A4EE1A475DB585EB9B5BD91(L_27, L_31, /*hidden argument*/NULL); // mesh.RecalculateBounds(); Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 * L_32 = V_2; NullCheck(L_32); Mesh_RecalculateBounds_mC39556595CFE3E4D8EFA777476ECD22B97FC2737(L_32, /*hidden argument*/NULL); // for (int i = 0; i < materialCount; i++) int32_t L_33 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_33, (int32_t)1)); } IL_00bd: { // for (int i = 0; i < materialCount; i++) int32_t L_34 = V_1; int32_t L_35 = V_0; if ((((int32_t)L_34) < ((int32_t)L_35))) { goto IL_0013; } } { // } return; } } // System.Void TMPro.TextMeshPro::UpdateFontAsset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextMeshPro_UpdateFontAsset_mD9F459989A25333601F0A15ADC4C2AF4126F61EF (TextMeshPro_t4C8C961C0939CD311CCC4F5F306C27C5301BD8E4 * __this, const RuntimeMethod* method) { { // LoadFontAsset(); VirtualActionInvoker0::Invoke(89 /* System.Void TMPro.TMP_Text::LoadFontAsset() */, __this); // } return; } } // System.Void TMPro.TextMeshPro::CalculateLayoutInputHorizontal() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextMeshPro_CalculateLayoutInputHorizontal_m2B3FF8B4E77417530182B6C6CE8C1A92C0F71EC4 (TextMeshPro_t4C8C961C0939CD311CCC4F5F306C27C5301BD8E4 * __this, const RuntimeMethod* method) { { // public void CalculateLayoutInputHorizontal() { } return; } } // System.Void TMPro.TextMeshPro::CalculateLayoutInputVertical() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextMeshPro_CalculateLayoutInputVertical_mD1747A48451C80716F788C94ED7DE437B4E777AD (TextMeshPro_t4C8C961C0939CD311CCC4F5F306C27C5301BD8E4 * __this, const RuntimeMethod* method) { { // public void CalculateLayoutInputVertical() { } return; } } // System.Void TMPro.TextMeshPro::Awake() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextMeshPro_Awake_m1E8ADE3CAD504B913295F1F35EFF285CD392B4F3 (TextMeshPro_t4C8C961C0939CD311CCC4F5F306C27C5301BD8E4 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Array_Resize_TisTMP_SubMesh_tF05E95C4AC87BBE600564968E24B50BE2E06D1B8_mF5DF88D12F6406F156CF1B07051F89B1475119DC_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Component_GetComponent_TisMeshFilter_t763BB2BBF3881176AD25E4570E6DD215BA0AA51A_mFFD173E0CB68E5A6519D56086F5B678CB885D9E4_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Component_GetComponent_TisRenderer_t58147AB5B00224FE1460FD47542DC0DA7EC9378C_mB89D75983F403B440947CE6FB264503618F5B951_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Component_GetComponentsInChildren_TisTMP_SubMesh_tF05E95C4AC87BBE600564968E24B50BE2E06D1B8_mF336D7AFEADCAB317D0A2EE229B4D369FD08302A_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GameObject_AddComponent_TisMeshFilter_t763BB2BBF3881176AD25E4570E6DD215BA0AA51A_m1611D0ABA0C75573ECCB1F61D176DA95F7133F30_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GameObject_AddComponent_TisRenderer_t58147AB5B00224FE1460FD47542DC0DA7EC9378C_m2CDE7A7CDCEC69D1BD2DCBB6FAAFB1FEA8196A6E_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TMP_Character_tE7A98584C4DDFC9E1A1D883F4A5DE99E5DE7CC0C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UnicodeCharU5BU5D_tB233FC88865130D0B1EA18DA685C2AF41FB134F7_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } TMP_SubMeshU5BU5D_t2EF6E7C00AD0C05C7BD3E565CF716B62BED324A2* V_0 = NULL; int32_t V_1 = 0; int32_t V_2 = 0; { // m_renderer = GetComponent(); Renderer_t58147AB5B00224FE1460FD47542DC0DA7EC9378C * L_0; L_0 = Component_GetComponent_TisRenderer_t58147AB5B00224FE1460FD47542DC0DA7EC9378C_mB89D75983F403B440947CE6FB264503618F5B951(__this, /*hidden argument*/Component_GetComponent_TisRenderer_t58147AB5B00224FE1460FD47542DC0DA7EC9378C_mB89D75983F403B440947CE6FB264503618F5B951_RuntimeMethod_var); __this->set_m_renderer_272(L_0); // if (m_renderer == null) Renderer_t58147AB5B00224FE1460FD47542DC0DA7EC9378C * L_1 = __this->get_m_renderer_272(); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_2; L_2 = Object_op_Equality_mEE9EC7EB5C7DC3E95B94AB904E1986FC4D566D54(L_1, (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A *)NULL, /*hidden argument*/NULL); if (!L_2) { goto IL_002b; } } { // m_renderer = gameObject.AddComponent(); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_3; L_3 = Component_get_gameObject_m55DC35B149AFB9157582755383BA954655FE0C5B(__this, /*hidden argument*/NULL); NullCheck(L_3); Renderer_t58147AB5B00224FE1460FD47542DC0DA7EC9378C * L_4; L_4 = GameObject_AddComponent_TisRenderer_t58147AB5B00224FE1460FD47542DC0DA7EC9378C_m2CDE7A7CDCEC69D1BD2DCBB6FAAFB1FEA8196A6E(L_3, /*hidden argument*/GameObject_AddComponent_TisRenderer_t58147AB5B00224FE1460FD47542DC0DA7EC9378C_m2CDE7A7CDCEC69D1BD2DCBB6FAAFB1FEA8196A6E_RuntimeMethod_var); __this->set_m_renderer_272(L_4); } IL_002b: { // m_rectTransform = this.rectTransform; RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * L_5; L_5 = TMP_Text_get_rectTransform_mEDF01E64384F15763209C6A28C7E61CB2EC932C4(__this, /*hidden argument*/NULL); ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->set_m_rectTransform_156(L_5); // m_transform = this.transform; Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_6; L_6 = TextMeshPro_get_transform_m287771E57F2590075D10DB95E28CB3BFBE2BBC9E(__this, /*hidden argument*/NULL); ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->set_m_transform_155(L_6); // m_meshFilter = GetComponent(); MeshFilter_t763BB2BBF3881176AD25E4570E6DD215BA0AA51A * L_7; L_7 = Component_GetComponent_TisMeshFilter_t763BB2BBF3881176AD25E4570E6DD215BA0AA51A_mFFD173E0CB68E5A6519D56086F5B678CB885D9E4(__this, /*hidden argument*/Component_GetComponent_TisMeshFilter_t763BB2BBF3881176AD25E4570E6DD215BA0AA51A_mFFD173E0CB68E5A6519D56086F5B678CB885D9E4_RuntimeMethod_var); __this->set_m_meshFilter_273(L_7); // if (m_meshFilter == null) MeshFilter_t763BB2BBF3881176AD25E4570E6DD215BA0AA51A * L_8 = __this->get_m_meshFilter_273(); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_9; L_9 = Object_op_Equality_mEE9EC7EB5C7DC3E95B94AB904E1986FC4D566D54(L_8, (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A *)NULL, /*hidden argument*/NULL); if (!L_9) { goto IL_006e; } } { // m_meshFilter = gameObject.AddComponent(); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_10; L_10 = Component_get_gameObject_m55DC35B149AFB9157582755383BA954655FE0C5B(__this, /*hidden argument*/NULL); NullCheck(L_10); MeshFilter_t763BB2BBF3881176AD25E4570E6DD215BA0AA51A * L_11; L_11 = GameObject_AddComponent_TisMeshFilter_t763BB2BBF3881176AD25E4570E6DD215BA0AA51A_m1611D0ABA0C75573ECCB1F61D176DA95F7133F30(L_10, /*hidden argument*/GameObject_AddComponent_TisMeshFilter_t763BB2BBF3881176AD25E4570E6DD215BA0AA51A_m1611D0ABA0C75573ECCB1F61D176DA95F7133F30_RuntimeMethod_var); __this->set_m_meshFilter_273(L_11); } IL_006e: { // if (m_mesh == null) Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 * L_12 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_mesh_161(); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_13; L_13 = Object_op_Equality_mEE9EC7EB5C7DC3E95B94AB904E1986FC4D566D54(L_12, (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A *)NULL, /*hidden argument*/NULL); if (!L_13) { goto IL_00b1; } } { // m_mesh = new Mesh(); Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 * L_14 = (Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 *)il2cpp_codegen_object_new(Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6_il2cpp_TypeInfo_var); Mesh__ctor_mA3D8570373462201AD7B8C9586A7F9412E49C2F6(L_14, /*hidden argument*/NULL); ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->set_m_mesh_161(L_14); // m_mesh.hideFlags = HideFlags.HideAndDontSave; Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 * L_15 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_mesh_161(); NullCheck(L_15); Object_set_hideFlags_m7DE229AF60B92F0C68819F77FEB27D775E66F3AC(L_15, ((int32_t)61), /*hidden argument*/NULL); // m_meshFilter.sharedMesh = m_mesh; MeshFilter_t763BB2BBF3881176AD25E4570E6DD215BA0AA51A * L_16 = __this->get_m_meshFilter_273(); Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 * L_17 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_mesh_161(); NullCheck(L_16); MeshFilter_set_sharedMesh_mC96D5F9AE4BC1D186221F568A4C3CE23572EC958(L_16, L_17, /*hidden argument*/NULL); // m_textInfo = new TMP_TextInfo(this); TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_18 = (TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 *)il2cpp_codegen_object_new(TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547_il2cpp_TypeInfo_var); TMP_TextInfo__ctor_m7F419100E25A498F19DF04DCC73AECF385C71F09(L_18, __this, /*hidden argument*/NULL); ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->set_m_textInfo_152(L_18); } IL_00b1: { // m_meshFilter.hideFlags = HideFlags.HideInInspector | HideFlags.HideAndDontSave; MeshFilter_t763BB2BBF3881176AD25E4570E6DD215BA0AA51A * L_19 = __this->get_m_meshFilter_273(); NullCheck(L_19); Object_set_hideFlags_m7DE229AF60B92F0C68819F77FEB27D775E66F3AC(L_19, ((int32_t)63), /*hidden argument*/NULL); // LoadDefaultSettings(); TMP_Text_LoadDefaultSettings_m604665D8B3D607EF5E442A0D4BDD0350683178D6(__this, /*hidden argument*/NULL); // LoadFontAsset(); VirtualActionInvoker0::Invoke(89 /* System.Void TMPro.TMP_Text::LoadFontAsset() */, __this); // if (m_TextProcessingArray == null) UnicodeCharU5BU5D_tB233FC88865130D0B1EA18DA685C2AF41FB134F7* L_20 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_TextProcessingArray_197(); if (L_20) { goto IL_00e3; } } { // m_TextProcessingArray = new UnicodeChar[m_max_characters]; int32_t L_21 = __this->get_m_max_characters_275(); UnicodeCharU5BU5D_tB233FC88865130D0B1EA18DA685C2AF41FB134F7* L_22 = (UnicodeCharU5BU5D_tB233FC88865130D0B1EA18DA685C2AF41FB134F7*)(UnicodeCharU5BU5D_tB233FC88865130D0B1EA18DA685C2AF41FB134F7*)SZArrayNew(UnicodeCharU5BU5D_tB233FC88865130D0B1EA18DA685C2AF41FB134F7_il2cpp_TypeInfo_var, (uint32_t)L_21); ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->set_m_TextProcessingArray_197(L_22); } IL_00e3: { // m_cached_TextElement = new TMP_Character(); TMP_Character_tE7A98584C4DDFC9E1A1D883F4A5DE99E5DE7CC0C * L_23 = (TMP_Character_tE7A98584C4DDFC9E1A1D883F4A5DE99E5DE7CC0C *)il2cpp_codegen_object_new(TMP_Character_tE7A98584C4DDFC9E1A1D883F4A5DE99E5DE7CC0C_il2cpp_TypeInfo_var); TMP_Character__ctor_mCD019CBDEFF256C43DC387168E052A8B47BE724D(L_23, /*hidden argument*/NULL); ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->set_m_cached_TextElement_246(L_23); // m_isFirstAllocation = true; __this->set_m_isFirstAllocation_274((bool)1); // TMP_SubMesh[] subTextObjects = GetComponentsInChildren(); TMP_SubMeshU5BU5D_t2EF6E7C00AD0C05C7BD3E565CF716B62BED324A2* L_24; L_24 = Component_GetComponentsInChildren_TisTMP_SubMesh_tF05E95C4AC87BBE600564968E24B50BE2E06D1B8_mF336D7AFEADCAB317D0A2EE229B4D369FD08302A(__this, /*hidden argument*/Component_GetComponentsInChildren_TisTMP_SubMesh_tF05E95C4AC87BBE600564968E24B50BE2E06D1B8_mF336D7AFEADCAB317D0A2EE229B4D369FD08302A_RuntimeMethod_var); V_0 = L_24; // if (subTextObjects.Length > 0) TMP_SubMeshU5BU5D_t2EF6E7C00AD0C05C7BD3E565CF716B62BED324A2* L_25 = V_0; NullCheck(L_25); if (!(((RuntimeArray*)L_25)->max_length)) { goto IL_0138; } } { // int subTextObjectCount = subTextObjects.Length; TMP_SubMeshU5BU5D_t2EF6E7C00AD0C05C7BD3E565CF716B62BED324A2* L_26 = V_0; NullCheck(L_26); V_1 = ((int32_t)((int32_t)(((RuntimeArray*)L_26)->max_length))); // if (subTextObjectCount + 1 > m_subTextObjects.Length) int32_t L_27 = V_1; TMP_SubMeshU5BU5D_t2EF6E7C00AD0C05C7BD3E565CF716B62BED324A2* L_28 = __this->get_m_subTextObjects_277(); NullCheck(L_28); if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_27, (int32_t)1))) <= ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_28)->max_length)))))) { goto IL_011f; } } { // Array.Resize(ref m_subTextObjects, subTextObjectCount + 1); TMP_SubMeshU5BU5D_t2EF6E7C00AD0C05C7BD3E565CF716B62BED324A2** L_29 = __this->get_address_of_m_subTextObjects_277(); int32_t L_30 = V_1; Array_Resize_TisTMP_SubMesh_tF05E95C4AC87BBE600564968E24B50BE2E06D1B8_mF5DF88D12F6406F156CF1B07051F89B1475119DC((TMP_SubMeshU5BU5D_t2EF6E7C00AD0C05C7BD3E565CF716B62BED324A2**)L_29, ((int32_t)il2cpp_codegen_add((int32_t)L_30, (int32_t)1)), /*hidden argument*/Array_Resize_TisTMP_SubMesh_tF05E95C4AC87BBE600564968E24B50BE2E06D1B8_mF5DF88D12F6406F156CF1B07051F89B1475119DC_RuntimeMethod_var); } IL_011f: { // for (int i = 0; i < subTextObjectCount; i++) V_2 = 0; goto IL_0134; } IL_0123: { // m_subTextObjects[i + 1] = subTextObjects[i]; TMP_SubMeshU5BU5D_t2EF6E7C00AD0C05C7BD3E565CF716B62BED324A2* L_31 = __this->get_m_subTextObjects_277(); int32_t L_32 = V_2; TMP_SubMeshU5BU5D_t2EF6E7C00AD0C05C7BD3E565CF716B62BED324A2* L_33 = V_0; int32_t L_34 = V_2; NullCheck(L_33); int32_t L_35 = L_34; TMP_SubMesh_tF05E95C4AC87BBE600564968E24B50BE2E06D1B8 * L_36 = (L_33)->GetAt(static_cast(L_35)); NullCheck(L_31); ArrayElementTypeCheck (L_31, L_36); (L_31)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_32, (int32_t)1))), (TMP_SubMesh_tF05E95C4AC87BBE600564968E24B50BE2E06D1B8 *)L_36); // for (int i = 0; i < subTextObjectCount; i++) int32_t L_37 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_37, (int32_t)1)); } IL_0134: { // for (int i = 0; i < subTextObjectCount; i++) int32_t L_38 = V_2; int32_t L_39 = V_1; if ((((int32_t)L_38) < ((int32_t)L_39))) { goto IL_0123; } } IL_0138: { // m_havePropertiesChanged = true; ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->set_m_havePropertiesChanged_153((bool)1); // m_isAwake = true; ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->set_m_isAwake_183((bool)1); // } return; } } // System.Void TMPro.TextMeshPro::OnEnable() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextMeshPro_OnEnable_mA473FBD0BFB8A0F2649C0A5FCA854966C7B9AD2A (TextMeshPro_t4C8C961C0939CD311CCC4F5F306C27C5301BD8E4 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TMP_UpdateManager_tDF9A1F6AC36B3228A091313D3CED71650F3BBBA1_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (m_isAwake == false) bool L_0 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_isAwake_183(); if (L_0) { goto IL_0009; } } { // return; return; } IL_0009: { // if (!m_isRegisteredForEvents) bool L_1 = __this->get_m_isRegisteredForEvents_281(); if (L_1) { goto IL_0018; } } { // m_isRegisteredForEvents = true; __this->set_m_isRegisteredForEvents_281((bool)1); } IL_0018: { // if (m_IsTextObjectScaleStatic == false) bool L_2 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_IsTextObjectScaleStatic_137(); if (L_2) { goto IL_0026; } } { // TMP_UpdateManager.RegisterTextObjectForUpdate(this); IL2CPP_RUNTIME_CLASS_INIT(TMP_UpdateManager_tDF9A1F6AC36B3228A091313D3CED71650F3BBBA1_il2cpp_TypeInfo_var); TMP_UpdateManager_RegisterTextObjectForUpdate_mD448DE84DDA3342CC810AE3DA479C379ECBF9D51(__this, /*hidden argument*/NULL); } IL_0026: { // meshFilter.sharedMesh = mesh; MeshFilter_t763BB2BBF3881176AD25E4570E6DD215BA0AA51A * L_3; L_3 = TextMeshPro_get_meshFilter_mAB9DC4FA18197CBBEE51072D34237AE621775DCE(__this, /*hidden argument*/NULL); Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 * L_4; L_4 = VirtualFuncInvoker0< Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 * >::Invoke(77 /* UnityEngine.Mesh TMPro.TMP_Text::get_mesh() */, __this); NullCheck(L_3); MeshFilter_set_sharedMesh_mC96D5F9AE4BC1D186221F568A4C3CE23572EC958(L_3, L_4, /*hidden argument*/NULL); // SetActiveSubMeshes(true); VirtualActionInvoker1< bool >::Invoke(127 /* System.Void TMPro.TMP_Text::SetActiveSubMeshes(System.Boolean) */, __this, (bool)1); // ComputeMarginSize(); VirtualActionInvoker0::Invoke(119 /* System.Void TMPro.TMP_Text::ComputeMarginSize() */, __this); // SetAllDirty(); VirtualActionInvoker0::Invoke(26 /* System.Void UnityEngine.UI.Graphic::SetAllDirty() */, __this); // } return; } } // System.Void TMPro.TextMeshPro::OnDisable() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextMeshPro_OnDisable_mEB2F8C711AEC2263FD02AC6BB54E3A59E7F42F01 (TextMeshPro_t4C8C961C0939CD311CCC4F5F306C27C5301BD8E4 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TMP_UpdateManager_tDF9A1F6AC36B3228A091313D3CED71650F3BBBA1_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (m_isAwake == false) bool L_0 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_isAwake_183(); if (L_0) { goto IL_0009; } } { // return; return; } IL_0009: { // TMP_UpdateManager.UnRegisterTextElementForRebuild(this); IL2CPP_RUNTIME_CLASS_INIT(TMP_UpdateManager_tDF9A1F6AC36B3228A091313D3CED71650F3BBBA1_il2cpp_TypeInfo_var); TMP_UpdateManager_UnRegisterTextElementForRebuild_mB18A09A2AF9B98BEAF55DD526D0C942E0A9C57F4(__this, /*hidden argument*/NULL); // TMP_UpdateManager.UnRegisterTextObjectForUpdate(this); TMP_UpdateManager_UnRegisterTextObjectForUpdate_mB548ECEAA0978477F2D28F7C804A2EDB4FD3EE13(__this, /*hidden argument*/NULL); // meshFilter.sharedMesh = null; MeshFilter_t763BB2BBF3881176AD25E4570E6DD215BA0AA51A * L_1; L_1 = TextMeshPro_get_meshFilter_mAB9DC4FA18197CBBEE51072D34237AE621775DCE(__this, /*hidden argument*/NULL); NullCheck(L_1); MeshFilter_set_sharedMesh_mC96D5F9AE4BC1D186221F568A4C3CE23572EC958(L_1, (Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 *)NULL, /*hidden argument*/NULL); // SetActiveSubMeshes(false); VirtualActionInvoker1< bool >::Invoke(127 /* System.Void TMPro.TMP_Text::SetActiveSubMeshes(System.Boolean) */, __this, (bool)0); // } return; } } // System.Void TMPro.TextMeshPro::OnDestroy() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextMeshPro_OnDestroy_mB6A3686E1127A4D6F53CAC2615B018DBFDA6EC6D (TextMeshPro_t4C8C961C0939CD311CCC4F5F306C27C5301BD8E4 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TMP_UpdateManager_tDF9A1F6AC36B3228A091313D3CED71650F3BBBA1_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (m_mesh != null) Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 * L_0 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_mesh_161(); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_1; L_1 = Object_op_Inequality_mE1F187520BD83FB7D86A6D850710C4D42B864E90(L_0, (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A *)NULL, /*hidden argument*/NULL); if (!L_1) { goto IL_0019; } } { // DestroyImmediate(m_mesh); Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 * L_2 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_mesh_161(); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); Object_DestroyImmediate_mCCED69F4D4C9A4FA3AC30A142CF3D7F085F7C422(L_2, /*hidden argument*/NULL); } IL_0019: { // m_isRegisteredForEvents = false; __this->set_m_isRegisteredForEvents_281((bool)0); // TMP_UpdateManager.UnRegisterTextElementForRebuild(this); IL2CPP_RUNTIME_CLASS_INIT(TMP_UpdateManager_tDF9A1F6AC36B3228A091313D3CED71650F3BBBA1_il2cpp_TypeInfo_var); TMP_UpdateManager_UnRegisterTextElementForRebuild_mB18A09A2AF9B98BEAF55DD526D0C942E0A9C57F4(__this, /*hidden argument*/NULL); // TMP_UpdateManager.UnRegisterTextObjectForUpdate(this); TMP_UpdateManager_UnRegisterTextObjectForUpdate_mB548ECEAA0978477F2D28F7C804A2EDB4FD3EE13(__this, /*hidden argument*/NULL); // } return; } } // System.Void TMPro.TextMeshPro::LoadFontAsset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextMeshPro_LoadFontAsset_mB1A4AFCA607FB6323B2F5E21C63A7689A20B99A1 (TextMeshPro_t4C8C961C0939CD311CCC4F5F306C27C5301BD8E4 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Resources_Load_TisTMP_FontAsset_tDD8F58129CF4A9094C82DD209531E9E71F9837B2_m51CAD633DE8070C15146FEF204442B995272AFEF_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ShaderUtilities_t1F6A93635DB66FAB6A2DE3ABEA7DE635B7E34B14_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1C48E768A4CCD036AD57810A58C70F51040E48D7); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral32B32090F6DC502433AC0FE812D0021DE0262F16); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral36E8CEF51D9599029A7C56151D63FC08FF2EF9F4); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral59B259A263D1796F7617C20534034F94A19001FE); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5CDA5D11E5036BE7F33C28F9C3A67C1C0AA18553); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralAB3448E21FA53C63C06270903A13B17D02935BE0); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE2F1DAC45F676AA5D2201DD544584BA7D145910A); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF3E84B722399601AD7E281754E917478AA9AD48D); s_Il2CppMethodInitialized = true; } { // ShaderUtilities.GetShaderPropertyIDs(); // Initialize & Get shader property IDs. IL2CPP_RUNTIME_CLASS_INIT(ShaderUtilities_t1F6A93635DB66FAB6A2DE3ABEA7DE635B7E34B14_il2cpp_TypeInfo_var); ShaderUtilities_GetShaderPropertyIDs_m3E02CBC093720CD17D0E780C3DF8A881D9DBCE4E(/*hidden argument*/NULL); // if (m_fontAsset == null) TMP_FontAsset_tDD8F58129CF4A9094C82DD209531E9E71F9837B2 * L_0 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_fontAsset_40(); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_1; L_1 = Object_op_Equality_mEE9EC7EB5C7DC3E95B94AB904E1986FC4D566D54(L_0, (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A *)NULL, /*hidden argument*/NULL); if (!L_1) { goto IL_00de; } } { // if (TMP_Settings.defaultFontAsset != null) TMP_FontAsset_tDD8F58129CF4A9094C82DD209531E9E71F9837B2 * L_2; L_2 = TMP_Settings_get_defaultFontAsset_mA99B94737A6D8377454EADAB1E1109697A6E11DF(/*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_3; L_3 = Object_op_Inequality_mE1F187520BD83FB7D86A6D850710C4D42B864E90(L_2, (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A *)NULL, /*hidden argument*/NULL); if (!L_3) { goto IL_0030; } } { // m_fontAsset =TMP_Settings.defaultFontAsset; TMP_FontAsset_tDD8F58129CF4A9094C82DD209531E9E71F9837B2 * L_4; L_4 = TMP_Settings_get_defaultFontAsset_mA99B94737A6D8377454EADAB1E1109697A6E11DF(/*hidden argument*/NULL); ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->set_m_fontAsset_40(L_4); goto IL_0040; } IL_0030: { // m_fontAsset = Resources.Load("Fonts & Materials/LiberationSans SDF"); TMP_FontAsset_tDD8F58129CF4A9094C82DD209531E9E71F9837B2 * L_5; L_5 = Resources_Load_TisTMP_FontAsset_tDD8F58129CF4A9094C82DD209531E9E71F9837B2_m51CAD633DE8070C15146FEF204442B995272AFEF(_stringLiteralAB3448E21FA53C63C06270903A13B17D02935BE0, /*hidden argument*/Resources_Load_TisTMP_FontAsset_tDD8F58129CF4A9094C82DD209531E9E71F9837B2_m51CAD633DE8070C15146FEF204442B995272AFEF_RuntimeMethod_var); ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->set_m_fontAsset_40(L_5); } IL_0040: { // if (m_fontAsset == null) TMP_FontAsset_tDD8F58129CF4A9094C82DD209531E9E71F9837B2 * L_6 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_fontAsset_40(); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_7; L_7 = Object_op_Equality_mEE9EC7EB5C7DC3E95B94AB904E1986FC4D566D54(L_6, (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A *)NULL, /*hidden argument*/NULL); if (!L_7) { goto IL_006f; } } { // Debug.LogWarning("The LiberationSans SDF Font Asset was not found. There is no Font Asset assigned to " + gameObject.name + ".", this); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_8; L_8 = Component_get_gameObject_m55DC35B149AFB9157582755383BA954655FE0C5B(__this, /*hidden argument*/NULL); NullCheck(L_8); String_t* L_9; L_9 = Object_get_name_m0C7BC870ED2F0DC5A2FB09628136CD7D1CB82CFB(L_8, /*hidden argument*/NULL); String_t* L_10; L_10 = String_Concat_m89EAB4C6A96B0E5C3F87300D6BE78D386B9EFC44(_stringLiteral36E8CEF51D9599029A7C56151D63FC08FF2EF9F4, L_9, _stringLiteralF3E84B722399601AD7E281754E917478AA9AD48D, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); Debug_LogWarning_mE6AF3EFCF84F2296622CD42FBF9EEAF07244C0A8(L_10, __this, /*hidden argument*/NULL); // return; return; } IL_006f: { // if (m_fontAsset.characterLookupTable == null) TMP_FontAsset_tDD8F58129CF4A9094C82DD209531E9E71F9837B2 * L_11 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_fontAsset_40(); NullCheck(L_11); Dictionary_2_t6BB43D0F158FE3B19E71F6F48A84283B5250E1B4 * L_12; L_12 = TMP_FontAsset_get_characterLookupTable_m486DE4FE28CC332FB460C879476CBBE0580B5441(L_11, /*hidden argument*/NULL); if (L_12) { goto IL_0086; } } { // Debug.Log("Dictionary is Null!"); IL2CPP_RUNTIME_CLASS_INIT(Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); Debug_Log_mC26E5AD0D8D156C7FFD173AA15827F69225E9DB8(_stringLiteral5CDA5D11E5036BE7F33C28F9C3A67C1C0AA18553, /*hidden argument*/NULL); } IL_0086: { // m_sharedMaterial = m_fontAsset.material; TMP_FontAsset_tDD8F58129CF4A9094C82DD209531E9E71F9837B2 * L_13 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_fontAsset_40(); NullCheck(L_13); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_14 = ((TMP_Asset_tEE129B2B2FE167D4B860286167207DD3AD45B45E *)L_13)->get_material_6(); ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->set_m_sharedMaterial_43(L_14); // m_sharedMaterial.SetFloat("_CullMode", 0); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_15 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_sharedMaterial_43(); NullCheck(L_15); Material_SetFloat_mBE01E05D49E5C7045E010F49A38E96B101D82768(L_15, _stringLiteral59B259A263D1796F7617C20534034F94A19001FE, (0.0f), /*hidden argument*/NULL); // m_sharedMaterial.SetFloat(ShaderUtilities.ShaderTag_ZTestMode, 4); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_16 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_sharedMaterial_43(); IL2CPP_RUNTIME_CLASS_INIT(ShaderUtilities_t1F6A93635DB66FAB6A2DE3ABEA7DE635B7E34B14_il2cpp_TypeInfo_var); String_t* L_17 = ((ShaderUtilities_t1F6A93635DB66FAB6A2DE3ABEA7DE635B7E34B14_StaticFields*)il2cpp_codegen_static_fields_for(ShaderUtilities_t1F6A93635DB66FAB6A2DE3ABEA7DE635B7E34B14_il2cpp_TypeInfo_var))->get_ShaderTag_ZTestMode_62(); NullCheck(L_16); Material_SetFloat_mBE01E05D49E5C7045E010F49A38E96B101D82768(L_16, L_17, (4.0f), /*hidden argument*/NULL); // m_renderer.receiveShadows = false; Renderer_t58147AB5B00224FE1460FD47542DC0DA7EC9378C * L_18 = __this->get_m_renderer_272(); NullCheck(L_18); Renderer_set_receiveShadows_mA7D75C6A0E4C9F3BEB8F9BB27829A5B749AAD875(L_18, (bool)0, /*hidden argument*/NULL); // m_renderer.shadowCastingMode = UnityEngine.Rendering.ShadowCastingMode.Off; Renderer_t58147AB5B00224FE1460FD47542DC0DA7EC9378C * L_19 = __this->get_m_renderer_272(); NullCheck(L_19); Renderer_set_shadowCastingMode_mDD2D9695A5F1B0D1FCACB8D87A3D1148C14D6F01(L_19, 0, /*hidden argument*/NULL); // } goto IL_01e9; } IL_00de: { // if (m_fontAsset.characterLookupTable == null) TMP_FontAsset_tDD8F58129CF4A9094C82DD209531E9E71F9837B2 * L_20 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_fontAsset_40(); NullCheck(L_20); Dictionary_2_t6BB43D0F158FE3B19E71F6F48A84283B5250E1B4 * L_21; L_21 = TMP_FontAsset_get_characterLookupTable_m486DE4FE28CC332FB460C879476CBBE0580B5441(L_20, /*hidden argument*/NULL); if (L_21) { goto IL_00f6; } } { // m_fontAsset.ReadFontAssetDefinition(); TMP_FontAsset_tDD8F58129CF4A9094C82DD209531E9E71F9837B2 * L_22 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_fontAsset_40(); NullCheck(L_22); TMP_FontAsset_ReadFontAssetDefinition_mF2FFA830924E72049EBB38740964A7FD9DAC4499(L_22, /*hidden argument*/NULL); } IL_00f6: { // if (m_sharedMaterial == null || m_sharedMaterial.GetTexture(ShaderUtilities.ID_MainTex) == null || m_fontAsset.atlasTexture.GetInstanceID() != m_sharedMaterial.GetTexture(ShaderUtilities.ID_MainTex).GetInstanceID()) Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_23 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_sharedMaterial_43(); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_24; L_24 = Object_op_Equality_mEE9EC7EB5C7DC3E95B94AB904E1986FC4D566D54(L_23, (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A *)NULL, /*hidden argument*/NULL); if (L_24) { goto IL_0143; } } { Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_25 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_sharedMaterial_43(); IL2CPP_RUNTIME_CLASS_INIT(ShaderUtilities_t1F6A93635DB66FAB6A2DE3ABEA7DE635B7E34B14_il2cpp_TypeInfo_var); int32_t L_26 = ((ShaderUtilities_t1F6A93635DB66FAB6A2DE3ABEA7DE635B7E34B14_StaticFields*)il2cpp_codegen_static_fields_for(ShaderUtilities_t1F6A93635DB66FAB6A2DE3ABEA7DE635B7E34B14_il2cpp_TypeInfo_var))->get_ID_MainTex_0(); NullCheck(L_25); Texture_t9FE0218A1EEDF266E8C85879FE123265CACC95AE * L_27; L_27 = Material_GetTexture_m02A9C3BA6C1396C0F1AAA4C248B9A81D7ABED680(L_25, L_26, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_28; L_28 = Object_op_Equality_mEE9EC7EB5C7DC3E95B94AB904E1986FC4D566D54(L_27, (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A *)NULL, /*hidden argument*/NULL); if (L_28) { goto IL_0143; } } { TMP_FontAsset_tDD8F58129CF4A9094C82DD209531E9E71F9837B2 * L_29 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_fontAsset_40(); NullCheck(L_29); Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF * L_30; L_30 = TMP_FontAsset_get_atlasTexture_mDD18503C9B10B6566E97943DD3CCC35DCEB4F84E(L_29, /*hidden argument*/NULL); NullCheck(L_30); int32_t L_31; L_31 = Object_GetInstanceID_m7CF962BC1DB5C03F3522F88728CB2F514582B501(L_30, /*hidden argument*/NULL); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_32 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_sharedMaterial_43(); IL2CPP_RUNTIME_CLASS_INIT(ShaderUtilities_t1F6A93635DB66FAB6A2DE3ABEA7DE635B7E34B14_il2cpp_TypeInfo_var); int32_t L_33 = ((ShaderUtilities_t1F6A93635DB66FAB6A2DE3ABEA7DE635B7E34B14_StaticFields*)il2cpp_codegen_static_fields_for(ShaderUtilities_t1F6A93635DB66FAB6A2DE3ABEA7DE635B7E34B14_il2cpp_TypeInfo_var))->get_ID_MainTex_0(); NullCheck(L_32); Texture_t9FE0218A1EEDF266E8C85879FE123265CACC95AE * L_34; L_34 = Material_GetTexture_m02A9C3BA6C1396C0F1AAA4C248B9A81D7ABED680(L_32, L_33, /*hidden argument*/NULL); NullCheck(L_34); int32_t L_35; L_35 = Object_GetInstanceID_m7CF962BC1DB5C03F3522F88728CB2F514582B501(L_34, /*hidden argument*/NULL); if ((((int32_t)L_31) == ((int32_t)L_35))) { goto IL_01ae; } } IL_0143: { // if (m_fontAsset.material == null) TMP_FontAsset_tDD8F58129CF4A9094C82DD209531E9E71F9837B2 * L_36 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_fontAsset_40(); NullCheck(L_36); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_37 = ((TMP_Asset_tEE129B2B2FE167D4B860286167207DD3AD45B45E *)L_36)->get_material_6(); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_38; L_38 = Object_op_Equality_mEE9EC7EB5C7DC3E95B94AB904E1986FC4D566D54(L_37, (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A *)NULL, /*hidden argument*/NULL); if (!L_38) { goto IL_019d; } } { // Debug.LogWarning("The Font Atlas Texture of the Font Asset " + m_fontAsset.name + " assigned to " + gameObject.name + " is missing.", this); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_39 = (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)SZArrayNew(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var, (uint32_t)5); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_40 = L_39; NullCheck(L_40); ArrayElementTypeCheck (L_40, _stringLiteral1C48E768A4CCD036AD57810A58C70F51040E48D7); (L_40)->SetAt(static_cast(0), (String_t*)_stringLiteral1C48E768A4CCD036AD57810A58C70F51040E48D7); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_41 = L_40; TMP_FontAsset_tDD8F58129CF4A9094C82DD209531E9E71F9837B2 * L_42 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_fontAsset_40(); NullCheck(L_42); String_t* L_43; L_43 = Object_get_name_m0C7BC870ED2F0DC5A2FB09628136CD7D1CB82CFB(L_42, /*hidden argument*/NULL); NullCheck(L_41); ArrayElementTypeCheck (L_41, L_43); (L_41)->SetAt(static_cast(1), (String_t*)L_43); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_44 = L_41; NullCheck(L_44); ArrayElementTypeCheck (L_44, _stringLiteralE2F1DAC45F676AA5D2201DD544584BA7D145910A); (L_44)->SetAt(static_cast(2), (String_t*)_stringLiteralE2F1DAC45F676AA5D2201DD544584BA7D145910A); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_45 = L_44; GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_46; L_46 = Component_get_gameObject_m55DC35B149AFB9157582755383BA954655FE0C5B(__this, /*hidden argument*/NULL); NullCheck(L_46); String_t* L_47; L_47 = Object_get_name_m0C7BC870ED2F0DC5A2FB09628136CD7D1CB82CFB(L_46, /*hidden argument*/NULL); NullCheck(L_45); ArrayElementTypeCheck (L_45, L_47); (L_45)->SetAt(static_cast(3), (String_t*)L_47); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_48 = L_45; NullCheck(L_48); ArrayElementTypeCheck (L_48, _stringLiteral32B32090F6DC502433AC0FE812D0021DE0262F16); (L_48)->SetAt(static_cast(4), (String_t*)_stringLiteral32B32090F6DC502433AC0FE812D0021DE0262F16); String_t* L_49; L_49 = String_Concat_mFEA7EFA1A6E75B96B1B7BC4526AAC864BFF83CC9(L_48, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); Debug_LogWarning_mE6AF3EFCF84F2296622CD42FBF9EEAF07244C0A8(L_49, __this, /*hidden argument*/NULL); goto IL_01ae; } IL_019d: { // m_sharedMaterial = m_fontAsset.material; TMP_FontAsset_tDD8F58129CF4A9094C82DD209531E9E71F9837B2 * L_50 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_fontAsset_40(); NullCheck(L_50); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_51 = ((TMP_Asset_tEE129B2B2FE167D4B860286167207DD3AD45B45E *)L_50)->get_material_6(); ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->set_m_sharedMaterial_43(L_51); } IL_01ae: { // m_sharedMaterial.SetFloat(ShaderUtilities.ShaderTag_ZTestMode, 4); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_52 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_sharedMaterial_43(); IL2CPP_RUNTIME_CLASS_INIT(ShaderUtilities_t1F6A93635DB66FAB6A2DE3ABEA7DE635B7E34B14_il2cpp_TypeInfo_var); String_t* L_53 = ((ShaderUtilities_t1F6A93635DB66FAB6A2DE3ABEA7DE635B7E34B14_StaticFields*)il2cpp_codegen_static_fields_for(ShaderUtilities_t1F6A93635DB66FAB6A2DE3ABEA7DE635B7E34B14_il2cpp_TypeInfo_var))->get_ShaderTag_ZTestMode_62(); NullCheck(L_52); Material_SetFloat_mBE01E05D49E5C7045E010F49A38E96B101D82768(L_52, L_53, (4.0f), /*hidden argument*/NULL); // if (m_sharedMaterial.passCount == 1) Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_54 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_sharedMaterial_43(); NullCheck(L_54); int32_t L_55; L_55 = Material_get_passCount_m8604F2400F17AC2524B95F1C4F39C785896EEE3A(L_54, /*hidden argument*/NULL); if ((!(((uint32_t)L_55) == ((uint32_t)1)))) { goto IL_01e9; } } { // m_renderer.receiveShadows = false; Renderer_t58147AB5B00224FE1460FD47542DC0DA7EC9378C * L_56 = __this->get_m_renderer_272(); NullCheck(L_56); Renderer_set_receiveShadows_mA7D75C6A0E4C9F3BEB8F9BB27829A5B749AAD875(L_56, (bool)0, /*hidden argument*/NULL); // m_renderer.shadowCastingMode = UnityEngine.Rendering.ShadowCastingMode.Off; Renderer_t58147AB5B00224FE1460FD47542DC0DA7EC9378C * L_57 = __this->get_m_renderer_272(); NullCheck(L_57); Renderer_set_shadowCastingMode_mDD2D9695A5F1B0D1FCACB8D87A3D1148C14D6F01(L_57, 0, /*hidden argument*/NULL); } IL_01e9: { // m_padding = GetPaddingForMaterial(); float L_58; L_58 = VirtualFuncInvoker0< float >::Invoke(103 /* System.Single TMPro.TMP_Text::GetPaddingForMaterial() */, __this); ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->set_m_padding_241(L_58); // m_isMaskingEnabled = ShaderUtilities.IsMaskingEnabled(m_sharedMaterial); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_59 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_sharedMaterial_43(); IL2CPP_RUNTIME_CLASS_INIT(ShaderUtilities_t1F6A93635DB66FAB6A2DE3ABEA7DE635B7E34B14_il2cpp_TypeInfo_var); bool L_60; L_60 = ShaderUtilities_IsMaskingEnabled_m767A44C0FB5F49EA5F324277B97D251E6F2A7A70(L_59, /*hidden argument*/NULL); ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->set_m_isMaskingEnabled_129(L_60); // GetSpecialCharacters(m_fontAsset); TMP_FontAsset_tDD8F58129CF4A9094C82DD209531E9E71F9837B2 * L_61 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_fontAsset_40(); TMP_Text_GetSpecialCharacters_mBC8552268E1BAF2F95F0D221009B357F089076C1(__this, L_61, /*hidden argument*/NULL); // SetMaterialDirty(); VirtualActionInvoker0::Invoke(29 /* System.Void UnityEngine.UI.Graphic::SetMaterialDirty() */, __this); // } return; } } // System.Void TMPro.TextMeshPro::UpdateEnvMapMatrix() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextMeshPro_UpdateEnvMapMatrix_mFFA3041866A9927A8960595E4668BD214C57422D (TextMeshPro_t4C8C961C0939CD311CCC4F5F306C27C5301BD8E4 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ShaderUtilities_t1F6A93635DB66FAB6A2DE3ABEA7DE635B7E34B14_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E V_0; memset((&V_0), 0, sizeof(V_0)); { // if (!m_sharedMaterial.HasProperty(ShaderUtilities.ID_EnvMap) || m_sharedMaterial.GetTexture(ShaderUtilities.ID_EnvMap) == null) Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_0 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_sharedMaterial_43(); IL2CPP_RUNTIME_CLASS_INIT(ShaderUtilities_t1F6A93635DB66FAB6A2DE3ABEA7DE635B7E34B14_il2cpp_TypeInfo_var); int32_t L_1 = ((ShaderUtilities_t1F6A93635DB66FAB6A2DE3ABEA7DE635B7E34B14_StaticFields*)il2cpp_codegen_static_fields_for(ShaderUtilities_t1F6A93635DB66FAB6A2DE3ABEA7DE635B7E34B14_il2cpp_TypeInfo_var))->get_ID_EnvMap_35(); NullCheck(L_0); bool L_2; L_2 = Material_HasProperty_m699B4D99152E3A99733B8BD7D41EAE08BB8B1657(L_0, L_1, /*hidden argument*/NULL); if (!L_2) { goto IL_002a; } } { Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_3 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_sharedMaterial_43(); IL2CPP_RUNTIME_CLASS_INIT(ShaderUtilities_t1F6A93635DB66FAB6A2DE3ABEA7DE635B7E34B14_il2cpp_TypeInfo_var); int32_t L_4 = ((ShaderUtilities_t1F6A93635DB66FAB6A2DE3ABEA7DE635B7E34B14_StaticFields*)il2cpp_codegen_static_fields_for(ShaderUtilities_t1F6A93635DB66FAB6A2DE3ABEA7DE635B7E34B14_il2cpp_TypeInfo_var))->get_ID_EnvMap_35(); NullCheck(L_3); Texture_t9FE0218A1EEDF266E8C85879FE123265CACC95AE * L_5; L_5 = Material_GetTexture_m02A9C3BA6C1396C0F1AAA4C248B9A81D7ABED680(L_3, L_4, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_6; L_6 = Object_op_Equality_mEE9EC7EB5C7DC3E95B94AB904E1986FC4D566D54(L_5, (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A *)NULL, /*hidden argument*/NULL); if (!L_6) { goto IL_002b; } } IL_002a: { // return; return; } IL_002b: { // Vector3 rotation = m_sharedMaterial.GetVector(ShaderUtilities.ID_EnvMatrixRotation); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_7 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_sharedMaterial_43(); IL2CPP_RUNTIME_CLASS_INIT(ShaderUtilities_t1F6A93635DB66FAB6A2DE3ABEA7DE635B7E34B14_il2cpp_TypeInfo_var); int32_t L_8 = ((ShaderUtilities_t1F6A93635DB66FAB6A2DE3ABEA7DE635B7E34B14_StaticFields*)il2cpp_codegen_static_fields_for(ShaderUtilities_t1F6A93635DB66FAB6A2DE3ABEA7DE635B7E34B14_il2cpp_TypeInfo_var))->get_ID_EnvMatrixRotation_37(); NullCheck(L_7); Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 L_9; L_9 = Material_GetVector_m0F76C999BC936C571A3C20054D266DF122A85E88(L_7, L_8, /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_10; L_10 = Vector4_op_Implicit_m5811604E04B684BE3F1A212A7FA46767619AB35B(L_9, /*hidden argument*/NULL); V_0 = L_10; // m_EnvMapMatrix = Matrix4x4.TRS(Vector3.zero, Quaternion.Euler(rotation), Vector3.one); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_11; L_11 = Vector3_get_zero_m1A8F7993167785F750B6B01762D22C2597C84EF6(/*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_12 = V_0; Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_13; L_13 = Quaternion_Euler_m887ABE4F4DD563351E9874D63922C2F53969BBAB(L_12, /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_14; L_14 = Vector3_get_one_m9CDE5C456038B133ED94402673859EC37B1C1CCB(/*hidden argument*/NULL); Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461 L_15; L_15 = Matrix4x4_TRS_m0CBC696D0BDF58DCEC40B99BC32C716FAD024CE5(L_11, L_13, L_14, /*hidden argument*/NULL); __this->set_m_EnvMapMatrix_279(L_15); // m_sharedMaterial.SetMatrix(ShaderUtilities.ID_EnvMatrix, m_EnvMapMatrix); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_16 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_sharedMaterial_43(); int32_t L_17 = ((ShaderUtilities_t1F6A93635DB66FAB6A2DE3ABEA7DE635B7E34B14_StaticFields*)il2cpp_codegen_static_fields_for(ShaderUtilities_t1F6A93635DB66FAB6A2DE3ABEA7DE635B7E34B14_il2cpp_TypeInfo_var))->get_ID_EnvMatrix_36(); Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461 L_18 = __this->get_m_EnvMapMatrix_279(); NullCheck(L_16); Material_SetMatrix_m7266FA4400474D08A30181EE08E01760CCAEBA0A(L_16, L_17, L_18, /*hidden argument*/NULL); // } return; } } // System.Void TMPro.TextMeshPro::SetMask(TMPro.MaskingTypes) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextMeshPro_SetMask_mCB67BBF5A294DBFE42BFD447DF711DE7D8F80942 (TextMeshPro_t4C8C961C0939CD311CCC4F5F306C27C5301BD8E4 * __this, int32_t ___maskType0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ShaderUtilities_t1F6A93635DB66FAB6A2DE3ABEA7DE635B7E34B14_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___maskType0; switch (L_0) { case 0: { goto IL_0013; } case 1: { goto IL_0075; } case 2: { goto IL_0044; } } } { return; } IL_0013: { // m_sharedMaterial.DisableKeyword(ShaderUtilities.Keyword_MASK_SOFT); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_1 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_sharedMaterial_43(); IL2CPP_RUNTIME_CLASS_INIT(ShaderUtilities_t1F6A93635DB66FAB6A2DE3ABEA7DE635B7E34B14_il2cpp_TypeInfo_var); String_t* L_2 = ((ShaderUtilities_t1F6A93635DB66FAB6A2DE3ABEA7DE635B7E34B14_StaticFields*)il2cpp_codegen_static_fields_for(ShaderUtilities_t1F6A93635DB66FAB6A2DE3ABEA7DE635B7E34B14_il2cpp_TypeInfo_var))->get_Keyword_MASK_SOFT_58(); NullCheck(L_1); Material_DisableKeyword_mD43BE3ED8D792B7242F5487ADC074DF2A5A1BD18(L_1, L_2, /*hidden argument*/NULL); // m_sharedMaterial.DisableKeyword(ShaderUtilities.Keyword_MASK_HARD); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_3 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_sharedMaterial_43(); String_t* L_4 = ((ShaderUtilities_t1F6A93635DB66FAB6A2DE3ABEA7DE635B7E34B14_StaticFields*)il2cpp_codegen_static_fields_for(ShaderUtilities_t1F6A93635DB66FAB6A2DE3ABEA7DE635B7E34B14_il2cpp_TypeInfo_var))->get_Keyword_MASK_HARD_59(); NullCheck(L_3); Material_DisableKeyword_mD43BE3ED8D792B7242F5487ADC074DF2A5A1BD18(L_3, L_4, /*hidden argument*/NULL); // m_sharedMaterial.DisableKeyword(ShaderUtilities.Keyword_MASK_TEX); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_5 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_sharedMaterial_43(); String_t* L_6 = ((ShaderUtilities_t1F6A93635DB66FAB6A2DE3ABEA7DE635B7E34B14_StaticFields*)il2cpp_codegen_static_fields_for(ShaderUtilities_t1F6A93635DB66FAB6A2DE3ABEA7DE635B7E34B14_il2cpp_TypeInfo_var))->get_Keyword_MASK_TEX_60(); NullCheck(L_5); Material_DisableKeyword_mD43BE3ED8D792B7242F5487ADC074DF2A5A1BD18(L_5, L_6, /*hidden argument*/NULL); // break; return; } IL_0044: { // m_sharedMaterial.EnableKeyword(ShaderUtilities.Keyword_MASK_SOFT); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_7 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_sharedMaterial_43(); IL2CPP_RUNTIME_CLASS_INIT(ShaderUtilities_t1F6A93635DB66FAB6A2DE3ABEA7DE635B7E34B14_il2cpp_TypeInfo_var); String_t* L_8 = ((ShaderUtilities_t1F6A93635DB66FAB6A2DE3ABEA7DE635B7E34B14_StaticFields*)il2cpp_codegen_static_fields_for(ShaderUtilities_t1F6A93635DB66FAB6A2DE3ABEA7DE635B7E34B14_il2cpp_TypeInfo_var))->get_Keyword_MASK_SOFT_58(); NullCheck(L_7); Material_EnableKeyword_mBD03896F11814C3EF67F73A414DC66D5B577171D(L_7, L_8, /*hidden argument*/NULL); // m_sharedMaterial.DisableKeyword(ShaderUtilities.Keyword_MASK_HARD); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_9 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_sharedMaterial_43(); String_t* L_10 = ((ShaderUtilities_t1F6A93635DB66FAB6A2DE3ABEA7DE635B7E34B14_StaticFields*)il2cpp_codegen_static_fields_for(ShaderUtilities_t1F6A93635DB66FAB6A2DE3ABEA7DE635B7E34B14_il2cpp_TypeInfo_var))->get_Keyword_MASK_HARD_59(); NullCheck(L_9); Material_DisableKeyword_mD43BE3ED8D792B7242F5487ADC074DF2A5A1BD18(L_9, L_10, /*hidden argument*/NULL); // m_sharedMaterial.DisableKeyword(ShaderUtilities.Keyword_MASK_TEX); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_11 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_sharedMaterial_43(); String_t* L_12 = ((ShaderUtilities_t1F6A93635DB66FAB6A2DE3ABEA7DE635B7E34B14_StaticFields*)il2cpp_codegen_static_fields_for(ShaderUtilities_t1F6A93635DB66FAB6A2DE3ABEA7DE635B7E34B14_il2cpp_TypeInfo_var))->get_Keyword_MASK_TEX_60(); NullCheck(L_11); Material_DisableKeyword_mD43BE3ED8D792B7242F5487ADC074DF2A5A1BD18(L_11, L_12, /*hidden argument*/NULL); // break; return; } IL_0075: { // m_sharedMaterial.EnableKeyword(ShaderUtilities.Keyword_MASK_HARD); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_13 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_sharedMaterial_43(); IL2CPP_RUNTIME_CLASS_INIT(ShaderUtilities_t1F6A93635DB66FAB6A2DE3ABEA7DE635B7E34B14_il2cpp_TypeInfo_var); String_t* L_14 = ((ShaderUtilities_t1F6A93635DB66FAB6A2DE3ABEA7DE635B7E34B14_StaticFields*)il2cpp_codegen_static_fields_for(ShaderUtilities_t1F6A93635DB66FAB6A2DE3ABEA7DE635B7E34B14_il2cpp_TypeInfo_var))->get_Keyword_MASK_HARD_59(); NullCheck(L_13); Material_EnableKeyword_mBD03896F11814C3EF67F73A414DC66D5B577171D(L_13, L_14, /*hidden argument*/NULL); // m_sharedMaterial.DisableKeyword(ShaderUtilities.Keyword_MASK_SOFT); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_15 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_sharedMaterial_43(); String_t* L_16 = ((ShaderUtilities_t1F6A93635DB66FAB6A2DE3ABEA7DE635B7E34B14_StaticFields*)il2cpp_codegen_static_fields_for(ShaderUtilities_t1F6A93635DB66FAB6A2DE3ABEA7DE635B7E34B14_il2cpp_TypeInfo_var))->get_Keyword_MASK_SOFT_58(); NullCheck(L_15); Material_DisableKeyword_mD43BE3ED8D792B7242F5487ADC074DF2A5A1BD18(L_15, L_16, /*hidden argument*/NULL); // m_sharedMaterial.DisableKeyword(ShaderUtilities.Keyword_MASK_TEX); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_17 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_sharedMaterial_43(); String_t* L_18 = ((ShaderUtilities_t1F6A93635DB66FAB6A2DE3ABEA7DE635B7E34B14_StaticFields*)il2cpp_codegen_static_fields_for(ShaderUtilities_t1F6A93635DB66FAB6A2DE3ABEA7DE635B7E34B14_il2cpp_TypeInfo_var))->get_Keyword_MASK_TEX_60(); NullCheck(L_17); Material_DisableKeyword_mD43BE3ED8D792B7242F5487ADC074DF2A5A1BD18(L_17, L_18, /*hidden argument*/NULL); // } return; } } // System.Void TMPro.TextMeshPro::SetMaskCoordinates(UnityEngine.Vector4) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextMeshPro_SetMaskCoordinates_mDC890DA387F5DFF53D9F751B3383D4CFBCD72D0D (TextMeshPro_t4C8C961C0939CD311CCC4F5F306C27C5301BD8E4 * __this, Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 ___coords0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ShaderUtilities_t1F6A93635DB66FAB6A2DE3ABEA7DE635B7E34B14_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // m_sharedMaterial.SetVector(ShaderUtilities.ID_ClipRect, coords); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_0 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_sharedMaterial_43(); IL2CPP_RUNTIME_CLASS_INIT(ShaderUtilities_t1F6A93635DB66FAB6A2DE3ABEA7DE635B7E34B14_il2cpp_TypeInfo_var); int32_t L_1 = ((ShaderUtilities_t1F6A93635DB66FAB6A2DE3ABEA7DE635B7E34B14_StaticFields*)il2cpp_codegen_static_fields_for(ShaderUtilities_t1F6A93635DB66FAB6A2DE3ABEA7DE635B7E34B14_il2cpp_TypeInfo_var))->get_ID_ClipRect_39(); Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 L_2 = ___coords0; NullCheck(L_0); Material_SetVector_m47F7F5B5B21FA28885C4E747AF1C32F40C1022CB(L_0, L_1, L_2, /*hidden argument*/NULL); // } return; } } // System.Void TMPro.TextMeshPro::SetMaskCoordinates(UnityEngine.Vector4,System.Single,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextMeshPro_SetMaskCoordinates_mB5BD275F9B5FCECCBB0F0000C33D6A6253B3A1EE (TextMeshPro_t4C8C961C0939CD311CCC4F5F306C27C5301BD8E4 * __this, Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 ___coords0, float ___softX1, float ___softY2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ShaderUtilities_t1F6A93635DB66FAB6A2DE3ABEA7DE635B7E34B14_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // m_sharedMaterial.SetVector(ShaderUtilities.ID_ClipRect, coords); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_0 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_sharedMaterial_43(); IL2CPP_RUNTIME_CLASS_INIT(ShaderUtilities_t1F6A93635DB66FAB6A2DE3ABEA7DE635B7E34B14_il2cpp_TypeInfo_var); int32_t L_1 = ((ShaderUtilities_t1F6A93635DB66FAB6A2DE3ABEA7DE635B7E34B14_StaticFields*)il2cpp_codegen_static_fields_for(ShaderUtilities_t1F6A93635DB66FAB6A2DE3ABEA7DE635B7E34B14_il2cpp_TypeInfo_var))->get_ID_ClipRect_39(); Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 L_2 = ___coords0; NullCheck(L_0); Material_SetVector_m47F7F5B5B21FA28885C4E747AF1C32F40C1022CB(L_0, L_1, L_2, /*hidden argument*/NULL); // m_sharedMaterial.SetFloat(ShaderUtilities.ID_MaskSoftnessX, softX); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_3 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_sharedMaterial_43(); int32_t L_4 = ((ShaderUtilities_t1F6A93635DB66FAB6A2DE3ABEA7DE635B7E34B14_StaticFields*)il2cpp_codegen_static_fields_for(ShaderUtilities_t1F6A93635DB66FAB6A2DE3ABEA7DE635B7E34B14_il2cpp_TypeInfo_var))->get_ID_MaskSoftnessX_40(); float L_5 = ___softX1; NullCheck(L_3); Material_SetFloat_mAC7DC962B356565CF6743E358C7A19D0322EA060(L_3, L_4, L_5, /*hidden argument*/NULL); // m_sharedMaterial.SetFloat(ShaderUtilities.ID_MaskSoftnessY, softY); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_6 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_sharedMaterial_43(); int32_t L_7 = ((ShaderUtilities_t1F6A93635DB66FAB6A2DE3ABEA7DE635B7E34B14_StaticFields*)il2cpp_codegen_static_fields_for(ShaderUtilities_t1F6A93635DB66FAB6A2DE3ABEA7DE635B7E34B14_il2cpp_TypeInfo_var))->get_ID_MaskSoftnessY_41(); float L_8 = ___softY2; NullCheck(L_6); Material_SetFloat_mAC7DC962B356565CF6743E358C7A19D0322EA060(L_6, L_7, L_8, /*hidden argument*/NULL); // } return; } } // System.Void TMPro.TextMeshPro::EnableMasking() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextMeshPro_EnableMasking_m599CFEBD6E5939B4AEDC4376121A7B462AE6862D (TextMeshPro_t4C8C961C0939CD311CCC4F5F306C27C5301BD8E4 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ShaderUtilities_t1F6A93635DB66FAB6A2DE3ABEA7DE635B7E34B14_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (m_sharedMaterial.HasProperty(ShaderUtilities.ID_ClipRect)) Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_0 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_sharedMaterial_43(); IL2CPP_RUNTIME_CLASS_INIT(ShaderUtilities_t1F6A93635DB66FAB6A2DE3ABEA7DE635B7E34B14_il2cpp_TypeInfo_var); int32_t L_1 = ((ShaderUtilities_t1F6A93635DB66FAB6A2DE3ABEA7DE635B7E34B14_StaticFields*)il2cpp_codegen_static_fields_for(ShaderUtilities_t1F6A93635DB66FAB6A2DE3ABEA7DE635B7E34B14_il2cpp_TypeInfo_var))->get_ID_ClipRect_39(); NullCheck(L_0); bool L_2; L_2 = Material_HasProperty_m699B4D99152E3A99733B8BD7D41EAE08BB8B1657(L_0, L_1, /*hidden argument*/NULL); if (!L_2) { goto IL_004f; } } { // m_sharedMaterial.EnableKeyword(ShaderUtilities.Keyword_MASK_SOFT); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_3 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_sharedMaterial_43(); IL2CPP_RUNTIME_CLASS_INIT(ShaderUtilities_t1F6A93635DB66FAB6A2DE3ABEA7DE635B7E34B14_il2cpp_TypeInfo_var); String_t* L_4 = ((ShaderUtilities_t1F6A93635DB66FAB6A2DE3ABEA7DE635B7E34B14_StaticFields*)il2cpp_codegen_static_fields_for(ShaderUtilities_t1F6A93635DB66FAB6A2DE3ABEA7DE635B7E34B14_il2cpp_TypeInfo_var))->get_Keyword_MASK_SOFT_58(); NullCheck(L_3); Material_EnableKeyword_mBD03896F11814C3EF67F73A414DC66D5B577171D(L_3, L_4, /*hidden argument*/NULL); // m_sharedMaterial.DisableKeyword(ShaderUtilities.Keyword_MASK_HARD); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_5 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_sharedMaterial_43(); String_t* L_6 = ((ShaderUtilities_t1F6A93635DB66FAB6A2DE3ABEA7DE635B7E34B14_StaticFields*)il2cpp_codegen_static_fields_for(ShaderUtilities_t1F6A93635DB66FAB6A2DE3ABEA7DE635B7E34B14_il2cpp_TypeInfo_var))->get_Keyword_MASK_HARD_59(); NullCheck(L_5); Material_DisableKeyword_mD43BE3ED8D792B7242F5487ADC074DF2A5A1BD18(L_5, L_6, /*hidden argument*/NULL); // m_sharedMaterial.DisableKeyword(ShaderUtilities.Keyword_MASK_TEX); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_7 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_sharedMaterial_43(); String_t* L_8 = ((ShaderUtilities_t1F6A93635DB66FAB6A2DE3ABEA7DE635B7E34B14_StaticFields*)il2cpp_codegen_static_fields_for(ShaderUtilities_t1F6A93635DB66FAB6A2DE3ABEA7DE635B7E34B14_il2cpp_TypeInfo_var))->get_Keyword_MASK_TEX_60(); NullCheck(L_7); Material_DisableKeyword_mD43BE3ED8D792B7242F5487ADC074DF2A5A1BD18(L_7, L_8, /*hidden argument*/NULL); // m_isMaskingEnabled = true; ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->set_m_isMaskingEnabled_129((bool)1); // UpdateMask(); TextMeshPro_UpdateMask_m65008CBDD7041FF21B40BE6AC160C2AB2D1FEB8B(__this, /*hidden argument*/NULL); } IL_004f: { // } return; } } // System.Void TMPro.TextMeshPro::DisableMasking() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextMeshPro_DisableMasking_m84468E877EE62956D2FDB73B331F47CD94E0F200 (TextMeshPro_t4C8C961C0939CD311CCC4F5F306C27C5301BD8E4 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ShaderUtilities_t1F6A93635DB66FAB6A2DE3ABEA7DE635B7E34B14_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (m_sharedMaterial.HasProperty(ShaderUtilities.ID_ClipRect)) Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_0 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_sharedMaterial_43(); IL2CPP_RUNTIME_CLASS_INIT(ShaderUtilities_t1F6A93635DB66FAB6A2DE3ABEA7DE635B7E34B14_il2cpp_TypeInfo_var); int32_t L_1 = ((ShaderUtilities_t1F6A93635DB66FAB6A2DE3ABEA7DE635B7E34B14_StaticFields*)il2cpp_codegen_static_fields_for(ShaderUtilities_t1F6A93635DB66FAB6A2DE3ABEA7DE635B7E34B14_il2cpp_TypeInfo_var))->get_ID_ClipRect_39(); NullCheck(L_0); bool L_2; L_2 = Material_HasProperty_m699B4D99152E3A99733B8BD7D41EAE08BB8B1657(L_0, L_1, /*hidden argument*/NULL); if (!L_2) { goto IL_004f; } } { // m_sharedMaterial.DisableKeyword(ShaderUtilities.Keyword_MASK_SOFT); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_3 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_sharedMaterial_43(); IL2CPP_RUNTIME_CLASS_INIT(ShaderUtilities_t1F6A93635DB66FAB6A2DE3ABEA7DE635B7E34B14_il2cpp_TypeInfo_var); String_t* L_4 = ((ShaderUtilities_t1F6A93635DB66FAB6A2DE3ABEA7DE635B7E34B14_StaticFields*)il2cpp_codegen_static_fields_for(ShaderUtilities_t1F6A93635DB66FAB6A2DE3ABEA7DE635B7E34B14_il2cpp_TypeInfo_var))->get_Keyword_MASK_SOFT_58(); NullCheck(L_3); Material_DisableKeyword_mD43BE3ED8D792B7242F5487ADC074DF2A5A1BD18(L_3, L_4, /*hidden argument*/NULL); // m_sharedMaterial.DisableKeyword(ShaderUtilities.Keyword_MASK_HARD); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_5 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_sharedMaterial_43(); String_t* L_6 = ((ShaderUtilities_t1F6A93635DB66FAB6A2DE3ABEA7DE635B7E34B14_StaticFields*)il2cpp_codegen_static_fields_for(ShaderUtilities_t1F6A93635DB66FAB6A2DE3ABEA7DE635B7E34B14_il2cpp_TypeInfo_var))->get_Keyword_MASK_HARD_59(); NullCheck(L_5); Material_DisableKeyword_mD43BE3ED8D792B7242F5487ADC074DF2A5A1BD18(L_5, L_6, /*hidden argument*/NULL); // m_sharedMaterial.DisableKeyword(ShaderUtilities.Keyword_MASK_TEX); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_7 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_sharedMaterial_43(); String_t* L_8 = ((ShaderUtilities_t1F6A93635DB66FAB6A2DE3ABEA7DE635B7E34B14_StaticFields*)il2cpp_codegen_static_fields_for(ShaderUtilities_t1F6A93635DB66FAB6A2DE3ABEA7DE635B7E34B14_il2cpp_TypeInfo_var))->get_Keyword_MASK_TEX_60(); NullCheck(L_7); Material_DisableKeyword_mD43BE3ED8D792B7242F5487ADC074DF2A5A1BD18(L_7, L_8, /*hidden argument*/NULL); // m_isMaskingEnabled = false; ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->set_m_isMaskingEnabled_129((bool)0); // UpdateMask(); TextMeshPro_UpdateMask_m65008CBDD7041FF21B40BE6AC160C2AB2D1FEB8B(__this, /*hidden argument*/NULL); } IL_004f: { // } return; } } // System.Void TMPro.TextMeshPro::UpdateMask() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextMeshPro_UpdateMask_m65008CBDD7041FF21B40BE6AC160C2AB2D1FEB8B (TextMeshPro_t4C8C961C0939CD311CCC4F5F306C27C5301BD8E4 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (!m_isMaskingEnabled) bool L_0 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_isMaskingEnabled_129(); if (L_0) { goto IL_0009; } } { // return; return; } IL_0009: { // if (m_isMaskingEnabled && m_fontMaterial == null) bool L_1 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_isMaskingEnabled_129(); if (!L_1) { goto IL_0025; } } { Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_2 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_fontMaterial_50(); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_3; L_3 = Object_op_Equality_mEE9EC7EB5C7DC3E95B94AB904E1986FC4D566D54(L_2, (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A *)NULL, /*hidden argument*/NULL); if (!L_3) { goto IL_0025; } } { // CreateMaterialInstance(); TextMeshPro_CreateMaterialInstance_mD651679ED8D81667CF337FFEB5D5FF4017EC01A1(__this, /*hidden argument*/NULL); } IL_0025: { // } return; } } // UnityEngine.Material TMPro.TextMeshPro::GetMaterial(UnityEngine.Material) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Material_t8927C00353A72755313F046D0CE85178AE8218EE * TextMeshPro_GetMaterial_m8E27445FB666CBF033FE3CC014B3230C940A930D (TextMeshPro_t4C8C961C0939CD311CCC4F5F306C27C5301BD8E4 * __this, Material_t8927C00353A72755313F046D0CE85178AE8218EE * ___mat0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (m_fontMaterial == null || m_fontMaterial.GetInstanceID() != mat.GetInstanceID()) Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_0 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_fontMaterial_50(); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_1; L_1 = Object_op_Equality_mEE9EC7EB5C7DC3E95B94AB904E1986FC4D566D54(L_0, (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A *)NULL, /*hidden argument*/NULL); if (L_1) { goto IL_0021; } } { Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_2 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_fontMaterial_50(); NullCheck(L_2); int32_t L_3; L_3 = Object_GetInstanceID_m7CF962BC1DB5C03F3522F88728CB2F514582B501(L_2, /*hidden argument*/NULL); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_4 = ___mat0; NullCheck(L_4); int32_t L_5; L_5 = Object_GetInstanceID_m7CF962BC1DB5C03F3522F88728CB2F514582B501(L_4, /*hidden argument*/NULL); if ((((int32_t)L_3) == ((int32_t)L_5))) { goto IL_002e; } } IL_0021: { // m_fontMaterial = CreateMaterialInstance(mat); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_6 = ___mat0; Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_7; L_7 = VirtualFuncInvoker1< Material_t8927C00353A72755313F046D0CE85178AE8218EE *, Material_t8927C00353A72755313F046D0CE85178AE8218EE * >::Invoke(96 /* UnityEngine.Material TMPro.TMP_Text::CreateMaterialInstance(UnityEngine.Material) */, __this, L_6); ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->set_m_fontMaterial_50(L_7); } IL_002e: { // m_sharedMaterial = m_fontMaterial; Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_8 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_fontMaterial_50(); ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->set_m_sharedMaterial_43(L_8); // m_padding = GetPaddingForMaterial(); float L_9; L_9 = VirtualFuncInvoker0< float >::Invoke(103 /* System.Single TMPro.TMP_Text::GetPaddingForMaterial() */, __this); ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->set_m_padding_241(L_9); // SetVerticesDirty(); VirtualActionInvoker0::Invoke(28 /* System.Void UnityEngine.UI.Graphic::SetVerticesDirty() */, __this); // SetMaterialDirty(); VirtualActionInvoker0::Invoke(29 /* System.Void UnityEngine.UI.Graphic::SetMaterialDirty() */, __this); // return m_sharedMaterial; Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_10 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_sharedMaterial_43(); return L_10; } } // UnityEngine.Material[] TMPro.TextMeshPro::GetMaterials(UnityEngine.Material[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MaterialU5BU5D_t3AE4936F3CA08FB9EE182A935E665EA9CDA5E492* TextMeshPro_GetMaterials_mB055CD8299AB18F0281BB63A5DB40C7A9DC84979 (TextMeshPro_t4C8C961C0939CD311CCC4F5F306C27C5301BD8E4 * __this, MaterialU5BU5D_t3AE4936F3CA08FB9EE182A935E665EA9CDA5E492* ___mats0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MaterialU5BU5D_t3AE4936F3CA08FB9EE182A935E665EA9CDA5E492_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TMP_TextInfo_Resize_TisMaterial_t8927C00353A72755313F046D0CE85178AE8218EE_mBBF8DE624D898D1341D8F97138853623A7C7290F_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; { // int materialCount = m_textInfo.materialCount; TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_0 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_textInfo_152(); NullCheck(L_0); int32_t L_1 = L_0->get_materialCount_10(); V_0 = L_1; // if (m_fontMaterials == null) MaterialU5BU5D_t3AE4936F3CA08FB9EE182A935E665EA9CDA5E492* L_2 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_fontMaterials_51(); if (L_2) { goto IL_0022; } } { // m_fontMaterials = new Material[materialCount]; int32_t L_3 = V_0; MaterialU5BU5D_t3AE4936F3CA08FB9EE182A935E665EA9CDA5E492* L_4 = (MaterialU5BU5D_t3AE4936F3CA08FB9EE182A935E665EA9CDA5E492*)(MaterialU5BU5D_t3AE4936F3CA08FB9EE182A935E665EA9CDA5E492*)SZArrayNew(MaterialU5BU5D_t3AE4936F3CA08FB9EE182A935E665EA9CDA5E492_il2cpp_TypeInfo_var, (uint32_t)L_3); ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->set_m_fontMaterials_51(L_4); goto IL_003a; } IL_0022: { // else if (m_fontMaterials.Length != materialCount) MaterialU5BU5D_t3AE4936F3CA08FB9EE182A935E665EA9CDA5E492* L_5 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_fontMaterials_51(); NullCheck(L_5); int32_t L_6 = V_0; if ((((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_5)->max_length)))) == ((int32_t)L_6))) { goto IL_003a; } } { // TMP_TextInfo.Resize(ref m_fontMaterials, materialCount, false); MaterialU5BU5D_t3AE4936F3CA08FB9EE182A935E665EA9CDA5E492** L_7 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_address_of_m_fontMaterials_51(); int32_t L_8 = V_0; IL2CPP_RUNTIME_CLASS_INIT(TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547_il2cpp_TypeInfo_var); TMP_TextInfo_Resize_TisMaterial_t8927C00353A72755313F046D0CE85178AE8218EE_mBBF8DE624D898D1341D8F97138853623A7C7290F((MaterialU5BU5D_t3AE4936F3CA08FB9EE182A935E665EA9CDA5E492**)L_7, L_8, (bool)0, /*hidden argument*/TMP_TextInfo_Resize_TisMaterial_t8927C00353A72755313F046D0CE85178AE8218EE_mBBF8DE624D898D1341D8F97138853623A7C7290F_RuntimeMethod_var); } IL_003a: { // for (int i = 0; i < materialCount; i++) V_1 = 0; goto IL_006a; } IL_003e: { // if (i == 0) int32_t L_9 = V_1; if (L_9) { goto IL_0051; } } { // m_fontMaterials[i] = fontMaterial; MaterialU5BU5D_t3AE4936F3CA08FB9EE182A935E665EA9CDA5E492* L_10 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_fontMaterials_51(); int32_t L_11 = V_1; Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_12; L_12 = TMP_Text_get_fontMaterial_mA58C75BFC0CDB2C835CA4536C7A1A727FCA641CF(__this, /*hidden argument*/NULL); NullCheck(L_10); ArrayElementTypeCheck (L_10, L_12); (L_10)->SetAt(static_cast(L_11), (Material_t8927C00353A72755313F046D0CE85178AE8218EE *)L_12); goto IL_0066; } IL_0051: { // m_fontMaterials[i] = m_subTextObjects[i].material; MaterialU5BU5D_t3AE4936F3CA08FB9EE182A935E665EA9CDA5E492* L_13 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_fontMaterials_51(); int32_t L_14 = V_1; TMP_SubMeshU5BU5D_t2EF6E7C00AD0C05C7BD3E565CF716B62BED324A2* L_15 = __this->get_m_subTextObjects_277(); int32_t L_16 = V_1; NullCheck(L_15); int32_t L_17 = L_16; TMP_SubMesh_tF05E95C4AC87BBE600564968E24B50BE2E06D1B8 * L_18 = (L_15)->GetAt(static_cast(L_17)); NullCheck(L_18); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_19; L_19 = TMP_SubMesh_get_material_m0C98862400679F05D6DA5E2C706F66077608D5C3(L_18, /*hidden argument*/NULL); NullCheck(L_13); ArrayElementTypeCheck (L_13, L_19); (L_13)->SetAt(static_cast(L_14), (Material_t8927C00353A72755313F046D0CE85178AE8218EE *)L_19); } IL_0066: { // for (int i = 0; i < materialCount; i++) int32_t L_20 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)1)); } IL_006a: { // for (int i = 0; i < materialCount; i++) int32_t L_21 = V_1; int32_t L_22 = V_0; if ((((int32_t)L_21) < ((int32_t)L_22))) { goto IL_003e; } } { // m_fontSharedMaterials = m_fontMaterials; MaterialU5BU5D_t3AE4936F3CA08FB9EE182A935E665EA9CDA5E492* L_23 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_fontMaterials_51(); ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->set_m_fontSharedMaterials_49(L_23); // return m_fontMaterials; MaterialU5BU5D_t3AE4936F3CA08FB9EE182A935E665EA9CDA5E492* L_24 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_fontMaterials_51(); return L_24; } } // System.Void TMPro.TextMeshPro::SetSharedMaterial(UnityEngine.Material) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextMeshPro_SetSharedMaterial_mF8B7E53455466FE03074951B9405964F9C8AEB9E (TextMeshPro_t4C8C961C0939CD311CCC4F5F306C27C5301BD8E4 * __this, Material_t8927C00353A72755313F046D0CE85178AE8218EE * ___mat0, const RuntimeMethod* method) { { // m_sharedMaterial = mat; Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_0 = ___mat0; ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->set_m_sharedMaterial_43(L_0); // m_padding = GetPaddingForMaterial(); float L_1; L_1 = VirtualFuncInvoker0< float >::Invoke(103 /* System.Single TMPro.TMP_Text::GetPaddingForMaterial() */, __this); ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->set_m_padding_241(L_1); // SetMaterialDirty(); VirtualActionInvoker0::Invoke(29 /* System.Void UnityEngine.UI.Graphic::SetMaterialDirty() */, __this); // } return; } } // UnityEngine.Material[] TMPro.TextMeshPro::GetSharedMaterials() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MaterialU5BU5D_t3AE4936F3CA08FB9EE182A935E665EA9CDA5E492* TextMeshPro_GetSharedMaterials_m7968F12DBA7853F4D0D059F9609E0812B6DE1167 (TextMeshPro_t4C8C961C0939CD311CCC4F5F306C27C5301BD8E4 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MaterialU5BU5D_t3AE4936F3CA08FB9EE182A935E665EA9CDA5E492_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TMP_TextInfo_Resize_TisMaterial_t8927C00353A72755313F046D0CE85178AE8218EE_mBBF8DE624D898D1341D8F97138853623A7C7290F_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; { // int materialCount = m_textInfo.materialCount; TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_0 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_textInfo_152(); NullCheck(L_0); int32_t L_1 = L_0->get_materialCount_10(); V_0 = L_1; // if (m_fontSharedMaterials == null) MaterialU5BU5D_t3AE4936F3CA08FB9EE182A935E665EA9CDA5E492* L_2 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_fontSharedMaterials_49(); if (L_2) { goto IL_0022; } } { // m_fontSharedMaterials = new Material[materialCount]; int32_t L_3 = V_0; MaterialU5BU5D_t3AE4936F3CA08FB9EE182A935E665EA9CDA5E492* L_4 = (MaterialU5BU5D_t3AE4936F3CA08FB9EE182A935E665EA9CDA5E492*)(MaterialU5BU5D_t3AE4936F3CA08FB9EE182A935E665EA9CDA5E492*)SZArrayNew(MaterialU5BU5D_t3AE4936F3CA08FB9EE182A935E665EA9CDA5E492_il2cpp_TypeInfo_var, (uint32_t)L_3); ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->set_m_fontSharedMaterials_49(L_4); goto IL_003a; } IL_0022: { // else if (m_fontSharedMaterials.Length != materialCount) MaterialU5BU5D_t3AE4936F3CA08FB9EE182A935E665EA9CDA5E492* L_5 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_fontSharedMaterials_49(); NullCheck(L_5); int32_t L_6 = V_0; if ((((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_5)->max_length)))) == ((int32_t)L_6))) { goto IL_003a; } } { // TMP_TextInfo.Resize(ref m_fontSharedMaterials, materialCount, false); MaterialU5BU5D_t3AE4936F3CA08FB9EE182A935E665EA9CDA5E492** L_7 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_address_of_m_fontSharedMaterials_49(); int32_t L_8 = V_0; IL2CPP_RUNTIME_CLASS_INIT(TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547_il2cpp_TypeInfo_var); TMP_TextInfo_Resize_TisMaterial_t8927C00353A72755313F046D0CE85178AE8218EE_mBBF8DE624D898D1341D8F97138853623A7C7290F((MaterialU5BU5D_t3AE4936F3CA08FB9EE182A935E665EA9CDA5E492**)L_7, L_8, (bool)0, /*hidden argument*/TMP_TextInfo_Resize_TisMaterial_t8927C00353A72755313F046D0CE85178AE8218EE_mBBF8DE624D898D1341D8F97138853623A7C7290F_RuntimeMethod_var); } IL_003a: { // for (int i = 0; i < materialCount; i++) V_1 = 0; goto IL_006a; } IL_003e: { // if (i == 0) int32_t L_9 = V_1; if (L_9) { goto IL_0051; } } { // m_fontSharedMaterials[i] = m_sharedMaterial; MaterialU5BU5D_t3AE4936F3CA08FB9EE182A935E665EA9CDA5E492* L_10 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_fontSharedMaterials_49(); int32_t L_11 = V_1; Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_12 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_sharedMaterial_43(); NullCheck(L_10); ArrayElementTypeCheck (L_10, L_12); (L_10)->SetAt(static_cast(L_11), (Material_t8927C00353A72755313F046D0CE85178AE8218EE *)L_12); goto IL_0066; } IL_0051: { // m_fontSharedMaterials[i] = m_subTextObjects[i].sharedMaterial; MaterialU5BU5D_t3AE4936F3CA08FB9EE182A935E665EA9CDA5E492* L_13 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_fontSharedMaterials_49(); int32_t L_14 = V_1; TMP_SubMeshU5BU5D_t2EF6E7C00AD0C05C7BD3E565CF716B62BED324A2* L_15 = __this->get_m_subTextObjects_277(); int32_t L_16 = V_1; NullCheck(L_15); int32_t L_17 = L_16; TMP_SubMesh_tF05E95C4AC87BBE600564968E24B50BE2E06D1B8 * L_18 = (L_15)->GetAt(static_cast(L_17)); NullCheck(L_18); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_19; L_19 = TMP_SubMesh_get_sharedMaterial_mEECFBA6D6E236B61B233F8445C3CB99DA3BD3688_inline(L_18, /*hidden argument*/NULL); NullCheck(L_13); ArrayElementTypeCheck (L_13, L_19); (L_13)->SetAt(static_cast(L_14), (Material_t8927C00353A72755313F046D0CE85178AE8218EE *)L_19); } IL_0066: { // for (int i = 0; i < materialCount; i++) int32_t L_20 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)1)); } IL_006a: { // for (int i = 0; i < materialCount; i++) int32_t L_21 = V_1; int32_t L_22 = V_0; if ((((int32_t)L_21) < ((int32_t)L_22))) { goto IL_003e; } } { // return m_fontSharedMaterials; MaterialU5BU5D_t3AE4936F3CA08FB9EE182A935E665EA9CDA5E492* L_23 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_fontSharedMaterials_49(); return L_23; } } // System.Void TMPro.TextMeshPro::SetSharedMaterials(UnityEngine.Material[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextMeshPro_SetSharedMaterials_m56F427A66914AA20245DCA401C34BF251B56FB6B (TextMeshPro_t4C8C961C0939CD311CCC4F5F306C27C5301BD8E4 * __this, MaterialU5BU5D_t3AE4936F3CA08FB9EE182A935E665EA9CDA5E492* ___materials0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MaterialU5BU5D_t3AE4936F3CA08FB9EE182A935E665EA9CDA5E492_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ShaderUtilities_t1F6A93635DB66FAB6A2DE3ABEA7DE635B7E34B14_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TMP_TextInfo_Resize_TisMaterial_t8927C00353A72755313F046D0CE85178AE8218EE_mBBF8DE624D898D1341D8F97138853623A7C7290F_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; Texture_t9FE0218A1EEDF266E8C85879FE123265CACC95AE * V_2 = NULL; Material_t8927C00353A72755313F046D0CE85178AE8218EE * V_3 = NULL; { // int materialCount = m_textInfo.materialCount; TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_0 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_textInfo_152(); NullCheck(L_0); int32_t L_1 = L_0->get_materialCount_10(); V_0 = L_1; // if (m_fontSharedMaterials == null) MaterialU5BU5D_t3AE4936F3CA08FB9EE182A935E665EA9CDA5E492* L_2 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_fontSharedMaterials_49(); if (L_2) { goto IL_0022; } } { // m_fontSharedMaterials = new Material[materialCount]; int32_t L_3 = V_0; MaterialU5BU5D_t3AE4936F3CA08FB9EE182A935E665EA9CDA5E492* L_4 = (MaterialU5BU5D_t3AE4936F3CA08FB9EE182A935E665EA9CDA5E492*)(MaterialU5BU5D_t3AE4936F3CA08FB9EE182A935E665EA9CDA5E492*)SZArrayNew(MaterialU5BU5D_t3AE4936F3CA08FB9EE182A935E665EA9CDA5E492_il2cpp_TypeInfo_var, (uint32_t)L_3); ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->set_m_fontSharedMaterials_49(L_4); goto IL_003a; } IL_0022: { // else if (m_fontSharedMaterials.Length != materialCount) MaterialU5BU5D_t3AE4936F3CA08FB9EE182A935E665EA9CDA5E492* L_5 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_fontSharedMaterials_49(); NullCheck(L_5); int32_t L_6 = V_0; if ((((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_5)->max_length)))) == ((int32_t)L_6))) { goto IL_003a; } } { // TMP_TextInfo.Resize(ref m_fontSharedMaterials, materialCount, false); MaterialU5BU5D_t3AE4936F3CA08FB9EE182A935E665EA9CDA5E492** L_7 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_address_of_m_fontSharedMaterials_49(); int32_t L_8 = V_0; IL2CPP_RUNTIME_CLASS_INIT(TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547_il2cpp_TypeInfo_var); TMP_TextInfo_Resize_TisMaterial_t8927C00353A72755313F046D0CE85178AE8218EE_mBBF8DE624D898D1341D8F97138853623A7C7290F((MaterialU5BU5D_t3AE4936F3CA08FB9EE182A935E665EA9CDA5E492**)L_7, L_8, (bool)0, /*hidden argument*/TMP_TextInfo_Resize_TisMaterial_t8927C00353A72755313F046D0CE85178AE8218EE_mBBF8DE624D898D1341D8F97138853623A7C7290F_RuntimeMethod_var); } IL_003a: { // for (int i = 0; i < materialCount; i++) V_1 = 0; goto IL_00fe; } IL_0041: { // Texture mat_MainTex = materials[i].GetTexture(ShaderUtilities.ID_MainTex); MaterialU5BU5D_t3AE4936F3CA08FB9EE182A935E665EA9CDA5E492* L_9 = ___materials0; int32_t L_10 = V_1; NullCheck(L_9); int32_t L_11 = L_10; Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_12 = (L_9)->GetAt(static_cast(L_11)); IL2CPP_RUNTIME_CLASS_INIT(ShaderUtilities_t1F6A93635DB66FAB6A2DE3ABEA7DE635B7E34B14_il2cpp_TypeInfo_var); int32_t L_13 = ((ShaderUtilities_t1F6A93635DB66FAB6A2DE3ABEA7DE635B7E34B14_StaticFields*)il2cpp_codegen_static_fields_for(ShaderUtilities_t1F6A93635DB66FAB6A2DE3ABEA7DE635B7E34B14_il2cpp_TypeInfo_var))->get_ID_MainTex_0(); NullCheck(L_12); Texture_t9FE0218A1EEDF266E8C85879FE123265CACC95AE * L_14; L_14 = Material_GetTexture_m02A9C3BA6C1396C0F1AAA4C248B9A81D7ABED680(L_12, L_13, /*hidden argument*/NULL); V_2 = L_14; // if (i == 0) int32_t L_15 = V_1; if (L_15) { goto IL_00a3; } } { // if ( mat_MainTex == null || mat_MainTex.GetInstanceID() != m_sharedMaterial.GetTexture(ShaderUtilities.ID_MainTex).GetInstanceID()) Texture_t9FE0218A1EEDF266E8C85879FE123265CACC95AE * L_16 = V_2; IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_17; L_17 = Object_op_Equality_mEE9EC7EB5C7DC3E95B94AB904E1986FC4D566D54(L_16, (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A *)NULL, /*hidden argument*/NULL); if (L_17) { goto IL_00fa; } } { Texture_t9FE0218A1EEDF266E8C85879FE123265CACC95AE * L_18 = V_2; NullCheck(L_18); int32_t L_19; L_19 = Object_GetInstanceID_m7CF962BC1DB5C03F3522F88728CB2F514582B501(L_18, /*hidden argument*/NULL); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_20 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_sharedMaterial_43(); IL2CPP_RUNTIME_CLASS_INIT(ShaderUtilities_t1F6A93635DB66FAB6A2DE3ABEA7DE635B7E34B14_il2cpp_TypeInfo_var); int32_t L_21 = ((ShaderUtilities_t1F6A93635DB66FAB6A2DE3ABEA7DE635B7E34B14_StaticFields*)il2cpp_codegen_static_fields_for(ShaderUtilities_t1F6A93635DB66FAB6A2DE3ABEA7DE635B7E34B14_il2cpp_TypeInfo_var))->get_ID_MainTex_0(); NullCheck(L_20); Texture_t9FE0218A1EEDF266E8C85879FE123265CACC95AE * L_22; L_22 = Material_GetTexture_m02A9C3BA6C1396C0F1AAA4C248B9A81D7ABED680(L_20, L_21, /*hidden argument*/NULL); NullCheck(L_22); int32_t L_23; L_23 = Object_GetInstanceID_m7CF962BC1DB5C03F3522F88728CB2F514582B501(L_22, /*hidden argument*/NULL); if ((!(((uint32_t)L_19) == ((uint32_t)L_23)))) { goto IL_00fa; } } { // m_sharedMaterial = m_fontSharedMaterials[i] = materials[i]; MaterialU5BU5D_t3AE4936F3CA08FB9EE182A935E665EA9CDA5E492* L_24 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_fontSharedMaterials_49(); int32_t L_25 = V_1; MaterialU5BU5D_t3AE4936F3CA08FB9EE182A935E665EA9CDA5E492* L_26 = ___materials0; int32_t L_27 = V_1; NullCheck(L_26); int32_t L_28 = L_27; Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_29 = (L_26)->GetAt(static_cast(L_28)); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_30 = L_29; V_3 = L_30; NullCheck(L_24); ArrayElementTypeCheck (L_24, L_30); (L_24)->SetAt(static_cast(L_25), (Material_t8927C00353A72755313F046D0CE85178AE8218EE *)L_30); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_31 = V_3; ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->set_m_sharedMaterial_43(L_31); // m_padding = GetPaddingForMaterial(m_sharedMaterial); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_32 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_sharedMaterial_43(); float L_33; L_33 = VirtualFuncInvoker1< float, Material_t8927C00353A72755313F046D0CE85178AE8218EE * >::Invoke(104 /* System.Single TMPro.TMP_Text::GetPaddingForMaterial(UnityEngine.Material) */, __this, L_32); ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->set_m_padding_241(L_33); // } goto IL_00fa; } IL_00a3: { // if (mat_MainTex == null || mat_MainTex.GetInstanceID() != m_subTextObjects[i].sharedMaterial.GetTexture(ShaderUtilities.ID_MainTex).GetInstanceID()) Texture_t9FE0218A1EEDF266E8C85879FE123265CACC95AE * L_34 = V_2; IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_35; L_35 = Object_op_Equality_mEE9EC7EB5C7DC3E95B94AB904E1986FC4D566D54(L_34, (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A *)NULL, /*hidden argument*/NULL); if (L_35) { goto IL_00fa; } } { Texture_t9FE0218A1EEDF266E8C85879FE123265CACC95AE * L_36 = V_2; NullCheck(L_36); int32_t L_37; L_37 = Object_GetInstanceID_m7CF962BC1DB5C03F3522F88728CB2F514582B501(L_36, /*hidden argument*/NULL); TMP_SubMeshU5BU5D_t2EF6E7C00AD0C05C7BD3E565CF716B62BED324A2* L_38 = __this->get_m_subTextObjects_277(); int32_t L_39 = V_1; NullCheck(L_38); int32_t L_40 = L_39; TMP_SubMesh_tF05E95C4AC87BBE600564968E24B50BE2E06D1B8 * L_41 = (L_38)->GetAt(static_cast(L_40)); NullCheck(L_41); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_42; L_42 = TMP_SubMesh_get_sharedMaterial_mEECFBA6D6E236B61B233F8445C3CB99DA3BD3688_inline(L_41, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(ShaderUtilities_t1F6A93635DB66FAB6A2DE3ABEA7DE635B7E34B14_il2cpp_TypeInfo_var); int32_t L_43 = ((ShaderUtilities_t1F6A93635DB66FAB6A2DE3ABEA7DE635B7E34B14_StaticFields*)il2cpp_codegen_static_fields_for(ShaderUtilities_t1F6A93635DB66FAB6A2DE3ABEA7DE635B7E34B14_il2cpp_TypeInfo_var))->get_ID_MainTex_0(); NullCheck(L_42); Texture_t9FE0218A1EEDF266E8C85879FE123265CACC95AE * L_44; L_44 = Material_GetTexture_m02A9C3BA6C1396C0F1AAA4C248B9A81D7ABED680(L_42, L_43, /*hidden argument*/NULL); NullCheck(L_44); int32_t L_45; L_45 = Object_GetInstanceID_m7CF962BC1DB5C03F3522F88728CB2F514582B501(L_44, /*hidden argument*/NULL); if ((!(((uint32_t)L_37) == ((uint32_t)L_45)))) { goto IL_00fa; } } { // if (m_subTextObjects[i].isDefaultMaterial) TMP_SubMeshU5BU5D_t2EF6E7C00AD0C05C7BD3E565CF716B62BED324A2* L_46 = __this->get_m_subTextObjects_277(); int32_t L_47 = V_1; NullCheck(L_46); int32_t L_48 = L_47; TMP_SubMesh_tF05E95C4AC87BBE600564968E24B50BE2E06D1B8 * L_49 = (L_46)->GetAt(static_cast(L_48)); NullCheck(L_49); bool L_50; L_50 = TMP_SubMesh_get_isDefaultMaterial_m6E3B90623D3113C2AEAE51B0150E54E1A42DDDF1_inline(L_49, /*hidden argument*/NULL); if (!L_50) { goto IL_00fa; } } { // m_subTextObjects[i].sharedMaterial = m_fontSharedMaterials[i] = materials[i]; TMP_SubMeshU5BU5D_t2EF6E7C00AD0C05C7BD3E565CF716B62BED324A2* L_51 = __this->get_m_subTextObjects_277(); int32_t L_52 = V_1; NullCheck(L_51); int32_t L_53 = L_52; TMP_SubMesh_tF05E95C4AC87BBE600564968E24B50BE2E06D1B8 * L_54 = (L_51)->GetAt(static_cast(L_53)); MaterialU5BU5D_t3AE4936F3CA08FB9EE182A935E665EA9CDA5E492* L_55 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_fontSharedMaterials_49(); int32_t L_56 = V_1; MaterialU5BU5D_t3AE4936F3CA08FB9EE182A935E665EA9CDA5E492* L_57 = ___materials0; int32_t L_58 = V_1; NullCheck(L_57); int32_t L_59 = L_58; Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_60 = (L_57)->GetAt(static_cast(L_59)); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_61 = L_60; V_3 = L_61; NullCheck(L_55); ArrayElementTypeCheck (L_55, L_61); (L_55)->SetAt(static_cast(L_56), (Material_t8927C00353A72755313F046D0CE85178AE8218EE *)L_61); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_62 = V_3; NullCheck(L_54); TMP_SubMesh_set_sharedMaterial_m2508A397CF6AE5740C67C4E51C76916ECBD35556(L_54, L_62, /*hidden argument*/NULL); } IL_00fa: { // for (int i = 0; i < materialCount; i++) int32_t L_63 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_63, (int32_t)1)); } IL_00fe: { // for (int i = 0; i < materialCount; i++) int32_t L_64 = V_1; int32_t L_65 = V_0; if ((((int32_t)L_64) < ((int32_t)L_65))) { goto IL_0041; } } { // } return; } } // System.Void TMPro.TextMeshPro::SetOutlineThickness(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextMeshPro_SetOutlineThickness_mCAC3D56A4295BD5FA158BDCA0B0983C2E1438A62 (TextMeshPro_t4C8C961C0939CD311CCC4F5F306C27C5301BD8E4 * __this, float ___thickness0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ShaderUtilities_t1F6A93635DB66FAB6A2DE3ABEA7DE635B7E34B14_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // thickness = Mathf.Clamp01(thickness); float L_0 = ___thickness0; float L_1; L_1 = Mathf_Clamp01_m2296D75F0F1292D5C8181C57007A1CA45F440C4C(L_0, /*hidden argument*/NULL); ___thickness0 = L_1; // m_renderer.material.SetFloat(ShaderUtilities.ID_OutlineWidth, thickness); Renderer_t58147AB5B00224FE1460FD47542DC0DA7EC9378C * L_2 = __this->get_m_renderer_272(); NullCheck(L_2); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_3; L_3 = Renderer_get_material_mE6B01125502D08EE0D6DFE2EAEC064AD9BB31804(L_2, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(ShaderUtilities_t1F6A93635DB66FAB6A2DE3ABEA7DE635B7E34B14_il2cpp_TypeInfo_var); int32_t L_4 = ((ShaderUtilities_t1F6A93635DB66FAB6A2DE3ABEA7DE635B7E34B14_StaticFields*)il2cpp_codegen_static_fields_for(ShaderUtilities_t1F6A93635DB66FAB6A2DE3ABEA7DE635B7E34B14_il2cpp_TypeInfo_var))->get_ID_OutlineWidth_15(); float L_5 = ___thickness0; NullCheck(L_3); Material_SetFloat_mAC7DC962B356565CF6743E358C7A19D0322EA060(L_3, L_4, L_5, /*hidden argument*/NULL); // if (m_fontMaterial == null) Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_6 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_fontMaterial_50(); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_7; L_7 = Object_op_Equality_mEE9EC7EB5C7DC3E95B94AB904E1986FC4D566D54(L_6, (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A *)NULL, /*hidden argument*/NULL); if (!L_7) { goto IL_003d; } } { // m_fontMaterial = m_renderer.material; Renderer_t58147AB5B00224FE1460FD47542DC0DA7EC9378C * L_8 = __this->get_m_renderer_272(); NullCheck(L_8); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_9; L_9 = Renderer_get_material_mE6B01125502D08EE0D6DFE2EAEC064AD9BB31804(L_8, /*hidden argument*/NULL); ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->set_m_fontMaterial_50(L_9); } IL_003d: { // m_fontMaterial = m_renderer.material; Renderer_t58147AB5B00224FE1460FD47542DC0DA7EC9378C * L_10 = __this->get_m_renderer_272(); NullCheck(L_10); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_11; L_11 = Renderer_get_material_mE6B01125502D08EE0D6DFE2EAEC064AD9BB31804(L_10, /*hidden argument*/NULL); ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->set_m_fontMaterial_50(L_11); // m_sharedMaterial = m_fontMaterial; Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_12 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_fontMaterial_50(); ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->set_m_sharedMaterial_43(L_12); // m_padding = GetPaddingForMaterial(); float L_13; L_13 = VirtualFuncInvoker0< float >::Invoke(103 /* System.Single TMPro.TMP_Text::GetPaddingForMaterial() */, __this); ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->set_m_padding_241(L_13); // } return; } } // System.Void TMPro.TextMeshPro::SetFaceColor(UnityEngine.Color32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextMeshPro_SetFaceColor_mC76EF9F7004C8CADC88593D1FC86104E10E40312 (TextMeshPro_t4C8C961C0939CD311CCC4F5F306C27C5301BD8E4 * __this, Color32_tDB54A78627878A7D2DE42BB028D64306A18E858D ___color0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ShaderUtilities_t1F6A93635DB66FAB6A2DE3ABEA7DE635B7E34B14_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // m_renderer.material.SetColor(ShaderUtilities.ID_FaceColor, color); Renderer_t58147AB5B00224FE1460FD47542DC0DA7EC9378C * L_0 = __this->get_m_renderer_272(); NullCheck(L_0); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_1; L_1 = Renderer_get_material_mE6B01125502D08EE0D6DFE2EAEC064AD9BB31804(L_0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(ShaderUtilities_t1F6A93635DB66FAB6A2DE3ABEA7DE635B7E34B14_il2cpp_TypeInfo_var); int32_t L_2 = ((ShaderUtilities_t1F6A93635DB66FAB6A2DE3ABEA7DE635B7E34B14_StaticFields*)il2cpp_codegen_static_fields_for(ShaderUtilities_t1F6A93635DB66FAB6A2DE3ABEA7DE635B7E34B14_il2cpp_TypeInfo_var))->get_ID_FaceColor_2(); Color32_tDB54A78627878A7D2DE42BB028D64306A18E858D L_3 = ___color0; Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 L_4; L_4 = Color32_op_Implicit_m63F14F1A14B1A9A3EE4D154413EE229D3E001623(L_3, /*hidden argument*/NULL); NullCheck(L_1); Material_SetColor_m9DE63FCC5A31918F8A9A2E4FCED70C298677A7B4(L_1, L_2, L_4, /*hidden argument*/NULL); // if (m_fontMaterial == null) Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_5 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_fontMaterial_50(); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_6; L_6 = Object_op_Equality_mEE9EC7EB5C7DC3E95B94AB904E1986FC4D566D54(L_5, (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A *)NULL, /*hidden argument*/NULL); if (!L_6) { goto IL_003a; } } { // m_fontMaterial = m_renderer.material; Renderer_t58147AB5B00224FE1460FD47542DC0DA7EC9378C * L_7 = __this->get_m_renderer_272(); NullCheck(L_7); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_8; L_8 = Renderer_get_material_mE6B01125502D08EE0D6DFE2EAEC064AD9BB31804(L_7, /*hidden argument*/NULL); ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->set_m_fontMaterial_50(L_8); } IL_003a: { // m_sharedMaterial = m_fontMaterial; Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_9 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_fontMaterial_50(); ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->set_m_sharedMaterial_43(L_9); // } return; } } // System.Void TMPro.TextMeshPro::SetOutlineColor(UnityEngine.Color32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextMeshPro_SetOutlineColor_mF96F155A9262AD568A2452A6B45A757A5B7F47FE (TextMeshPro_t4C8C961C0939CD311CCC4F5F306C27C5301BD8E4 * __this, Color32_tDB54A78627878A7D2DE42BB028D64306A18E858D ___color0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ShaderUtilities_t1F6A93635DB66FAB6A2DE3ABEA7DE635B7E34B14_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // m_renderer.material.SetColor(ShaderUtilities.ID_OutlineColor, color); Renderer_t58147AB5B00224FE1460FD47542DC0DA7EC9378C * L_0 = __this->get_m_renderer_272(); NullCheck(L_0); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_1; L_1 = Renderer_get_material_mE6B01125502D08EE0D6DFE2EAEC064AD9BB31804(L_0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(ShaderUtilities_t1F6A93635DB66FAB6A2DE3ABEA7DE635B7E34B14_il2cpp_TypeInfo_var); int32_t L_2 = ((ShaderUtilities_t1F6A93635DB66FAB6A2DE3ABEA7DE635B7E34B14_StaticFields*)il2cpp_codegen_static_fields_for(ShaderUtilities_t1F6A93635DB66FAB6A2DE3ABEA7DE635B7E34B14_il2cpp_TypeInfo_var))->get_ID_OutlineColor_17(); Color32_tDB54A78627878A7D2DE42BB028D64306A18E858D L_3 = ___color0; Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 L_4; L_4 = Color32_op_Implicit_m63F14F1A14B1A9A3EE4D154413EE229D3E001623(L_3, /*hidden argument*/NULL); NullCheck(L_1); Material_SetColor_m9DE63FCC5A31918F8A9A2E4FCED70C298677A7B4(L_1, L_2, L_4, /*hidden argument*/NULL); // if (m_fontMaterial == null) Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_5 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_fontMaterial_50(); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_6; L_6 = Object_op_Equality_mEE9EC7EB5C7DC3E95B94AB904E1986FC4D566D54(L_5, (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A *)NULL, /*hidden argument*/NULL); if (!L_6) { goto IL_003a; } } { // m_fontMaterial = m_renderer.material; Renderer_t58147AB5B00224FE1460FD47542DC0DA7EC9378C * L_7 = __this->get_m_renderer_272(); NullCheck(L_7); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_8; L_8 = Renderer_get_material_mE6B01125502D08EE0D6DFE2EAEC064AD9BB31804(L_7, /*hidden argument*/NULL); ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->set_m_fontMaterial_50(L_8); } IL_003a: { // m_sharedMaterial = m_fontMaterial; Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_9 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_fontMaterial_50(); ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->set_m_sharedMaterial_43(L_9); // } return; } } // System.Void TMPro.TextMeshPro::CreateMaterialInstance() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextMeshPro_CreateMaterialInstance_mD651679ED8D81667CF337FFEB5D5FF4017EC01A1 (TextMeshPro_t4C8C961C0939CD311CCC4F5F306C27C5301BD8E4 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Material_t8927C00353A72755313F046D0CE85178AE8218EE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC3F5020B70A1B7AA9B8D169663E4E6350AFC2406); s_Il2CppMethodInitialized = true; } Material_t8927C00353A72755313F046D0CE85178AE8218EE * V_0 = NULL; { // Material mat = new Material(m_sharedMaterial); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_0 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_sharedMaterial_43(); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_1 = (Material_t8927C00353A72755313F046D0CE85178AE8218EE *)il2cpp_codegen_object_new(Material_t8927C00353A72755313F046D0CE85178AE8218EE_il2cpp_TypeInfo_var); Material__ctor_mD0C3D9CFAFE0FB858D864092467387D7FA178245(L_1, L_0, /*hidden argument*/NULL); V_0 = L_1; // mat.shaderKeywords = m_sharedMaterial.shaderKeywords; Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_2 = V_0; Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_3 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_sharedMaterial_43(); NullCheck(L_3); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_4; L_4 = Material_get_shaderKeywords_mDAD743C090C3CEE0B2883140B244853D71C5E9E0(L_3, /*hidden argument*/NULL); NullCheck(L_2); Material_set_shaderKeywords_m9EC5EFA52BF30597B1692C623806E7167B1C7688(L_2, L_4, /*hidden argument*/NULL); // mat.name += " Instance"; Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_5 = V_0; Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_6 = L_5; NullCheck(L_6); String_t* L_7; L_7 = Object_get_name_m0C7BC870ED2F0DC5A2FB09628136CD7D1CB82CFB(L_6, /*hidden argument*/NULL); String_t* L_8; L_8 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(L_7, _stringLiteralC3F5020B70A1B7AA9B8D169663E4E6350AFC2406, /*hidden argument*/NULL); NullCheck(L_6); Object_set_name_m87C4006618ADB325ABE5439DF159E10DD8DD0781(L_6, L_8, /*hidden argument*/NULL); // m_fontMaterial = mat; Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_9 = V_0; ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->set_m_fontMaterial_50(L_9); // } return; } } // System.Void TMPro.TextMeshPro::SetShaderDepth() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextMeshPro_SetShaderDepth_m74AF6C722DDE0270D6908BE533A1A62BAB705B0F (TextMeshPro_t4C8C961C0939CD311CCC4F5F306C27C5301BD8E4 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ShaderUtilities_t1F6A93635DB66FAB6A2DE3ABEA7DE635B7E34B14_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (m_isOverlay) bool L_0 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_isOverlay_126(); if (!L_0) { goto IL_0044; } } { // m_sharedMaterial.SetFloat(ShaderUtilities.ShaderTag_ZTestMode, 0); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_1 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_sharedMaterial_43(); IL2CPP_RUNTIME_CLASS_INIT(ShaderUtilities_t1F6A93635DB66FAB6A2DE3ABEA7DE635B7E34B14_il2cpp_TypeInfo_var); String_t* L_2 = ((ShaderUtilities_t1F6A93635DB66FAB6A2DE3ABEA7DE635B7E34B14_StaticFields*)il2cpp_codegen_static_fields_for(ShaderUtilities_t1F6A93635DB66FAB6A2DE3ABEA7DE635B7E34B14_il2cpp_TypeInfo_var))->get_ShaderTag_ZTestMode_62(); NullCheck(L_1); Material_SetFloat_mBE01E05D49E5C7045E010F49A38E96B101D82768(L_1, L_2, (0.0f), /*hidden argument*/NULL); // m_renderer.material.renderQueue = 4000; Renderer_t58147AB5B00224FE1460FD47542DC0DA7EC9378C * L_3 = __this->get_m_renderer_272(); NullCheck(L_3); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_4; L_4 = Renderer_get_material_mE6B01125502D08EE0D6DFE2EAEC064AD9BB31804(L_3, /*hidden argument*/NULL); NullCheck(L_4); Material_set_renderQueue_m239F950307B3B71DC41AF02F9030DD0A80A3A201(L_4, ((int32_t)4000), /*hidden argument*/NULL); // m_sharedMaterial = m_renderer.material; Renderer_t58147AB5B00224FE1460FD47542DC0DA7EC9378C * L_5 = __this->get_m_renderer_272(); NullCheck(L_5); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_6; L_6 = Renderer_get_material_mE6B01125502D08EE0D6DFE2EAEC064AD9BB31804(L_5, /*hidden argument*/NULL); ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->set_m_sharedMaterial_43(L_6); // } return; } IL_0044: { // m_sharedMaterial.SetFloat(ShaderUtilities.ShaderTag_ZTestMode, 4); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_7 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_sharedMaterial_43(); IL2CPP_RUNTIME_CLASS_INIT(ShaderUtilities_t1F6A93635DB66FAB6A2DE3ABEA7DE635B7E34B14_il2cpp_TypeInfo_var); String_t* L_8 = ((ShaderUtilities_t1F6A93635DB66FAB6A2DE3ABEA7DE635B7E34B14_StaticFields*)il2cpp_codegen_static_fields_for(ShaderUtilities_t1F6A93635DB66FAB6A2DE3ABEA7DE635B7E34B14_il2cpp_TypeInfo_var))->get_ShaderTag_ZTestMode_62(); NullCheck(L_7); Material_SetFloat_mBE01E05D49E5C7045E010F49A38E96B101D82768(L_7, L_8, (4.0f), /*hidden argument*/NULL); // m_renderer.material.renderQueue = -1; Renderer_t58147AB5B00224FE1460FD47542DC0DA7EC9378C * L_9 = __this->get_m_renderer_272(); NullCheck(L_9); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_10; L_10 = Renderer_get_material_mE6B01125502D08EE0D6DFE2EAEC064AD9BB31804(L_9, /*hidden argument*/NULL); NullCheck(L_10); Material_set_renderQueue_m239F950307B3B71DC41AF02F9030DD0A80A3A201(L_10, (-1), /*hidden argument*/NULL); // m_sharedMaterial = m_renderer.material; Renderer_t58147AB5B00224FE1460FD47542DC0DA7EC9378C * L_11 = __this->get_m_renderer_272(); NullCheck(L_11); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_12; L_12 = Renderer_get_material_mE6B01125502D08EE0D6DFE2EAEC064AD9BB31804(L_11, /*hidden argument*/NULL); ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->set_m_sharedMaterial_43(L_12); // } return; } } // System.Void TMPro.TextMeshPro::SetCulling() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextMeshPro_SetCulling_m398828F763DD760F5E6732502A32F157645181ED (TextMeshPro_t4C8C961C0939CD311CCC4F5F306C27C5301BD8E4 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ShaderUtilities_t1F6A93635DB66FAB6A2DE3ABEA7DE635B7E34B14_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral59B259A263D1796F7617C20534034F94A19001FE); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; Renderer_t58147AB5B00224FE1460FD47542DC0DA7EC9378C * V_1 = NULL; int32_t V_2 = 0; Renderer_t58147AB5B00224FE1460FD47542DC0DA7EC9378C * V_3 = NULL; { // if (m_isCullingEnabled) bool L_0 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_isCullingEnabled_128(); if (!L_0) { goto IL_0072; } } { // m_renderer.material.SetFloat("_CullMode", 2); Renderer_t58147AB5B00224FE1460FD47542DC0DA7EC9378C * L_1 = __this->get_m_renderer_272(); NullCheck(L_1); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_2; L_2 = Renderer_get_material_mE6B01125502D08EE0D6DFE2EAEC064AD9BB31804(L_1, /*hidden argument*/NULL); NullCheck(L_2); Material_SetFloat_mBE01E05D49E5C7045E010F49A38E96B101D82768(L_2, _stringLiteral59B259A263D1796F7617C20534034F94A19001FE, (2.0f), /*hidden argument*/NULL); // for (int i = 1; i < m_subTextObjects.Length && m_subTextObjects[i] != null; i++) V_0 = 1; goto IL_0056; } IL_0026: { // Renderer renderer = m_subTextObjects[i].renderer; TMP_SubMeshU5BU5D_t2EF6E7C00AD0C05C7BD3E565CF716B62BED324A2* L_3 = __this->get_m_subTextObjects_277(); int32_t L_4 = V_0; NullCheck(L_3); int32_t L_5 = L_4; TMP_SubMesh_tF05E95C4AC87BBE600564968E24B50BE2E06D1B8 * L_6 = (L_3)->GetAt(static_cast(L_5)); NullCheck(L_6); Renderer_t58147AB5B00224FE1460FD47542DC0DA7EC9378C * L_7; L_7 = TMP_SubMesh_get_renderer_m721BC3FF63941822CEEB0CEBAE9A6904FEA00C08(L_6, /*hidden argument*/NULL); V_1 = L_7; // if (renderer != null) Renderer_t58147AB5B00224FE1460FD47542DC0DA7EC9378C * L_8 = V_1; IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_9; L_9 = Object_op_Inequality_mE1F187520BD83FB7D86A6D850710C4D42B864E90(L_8, (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A *)NULL, /*hidden argument*/NULL); if (!L_9) { goto IL_0052; } } { // renderer.material.SetFloat(ShaderUtilities.ShaderTag_CullMode, 2); Renderer_t58147AB5B00224FE1460FD47542DC0DA7EC9378C * L_10 = V_1; NullCheck(L_10); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_11; L_11 = Renderer_get_material_mE6B01125502D08EE0D6DFE2EAEC064AD9BB31804(L_10, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(ShaderUtilities_t1F6A93635DB66FAB6A2DE3ABEA7DE635B7E34B14_il2cpp_TypeInfo_var); String_t* L_12 = ((ShaderUtilities_t1F6A93635DB66FAB6A2DE3ABEA7DE635B7E34B14_StaticFields*)il2cpp_codegen_static_fields_for(ShaderUtilities_t1F6A93635DB66FAB6A2DE3ABEA7DE635B7E34B14_il2cpp_TypeInfo_var))->get_ShaderTag_CullMode_63(); NullCheck(L_11); Material_SetFloat_mBE01E05D49E5C7045E010F49A38E96B101D82768(L_11, L_12, (2.0f), /*hidden argument*/NULL); } IL_0052: { // for (int i = 1; i < m_subTextObjects.Length && m_subTextObjects[i] != null; i++) int32_t L_13 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1)); } IL_0056: { // for (int i = 1; i < m_subTextObjects.Length && m_subTextObjects[i] != null; i++) int32_t L_14 = V_0; TMP_SubMeshU5BU5D_t2EF6E7C00AD0C05C7BD3E565CF716B62BED324A2* L_15 = __this->get_m_subTextObjects_277(); NullCheck(L_15); if ((((int32_t)L_14) >= ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_15)->max_length)))))) { goto IL_00db; } } { TMP_SubMeshU5BU5D_t2EF6E7C00AD0C05C7BD3E565CF716B62BED324A2* L_16 = __this->get_m_subTextObjects_277(); int32_t L_17 = V_0; NullCheck(L_16); int32_t L_18 = L_17; TMP_SubMesh_tF05E95C4AC87BBE600564968E24B50BE2E06D1B8 * L_19 = (L_16)->GetAt(static_cast(L_18)); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_20; L_20 = Object_op_Inequality_mE1F187520BD83FB7D86A6D850710C4D42B864E90(L_19, (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A *)NULL, /*hidden argument*/NULL); if (L_20) { goto IL_0026; } } { // } return; } IL_0072: { // m_renderer.material.SetFloat("_CullMode", 0); Renderer_t58147AB5B00224FE1460FD47542DC0DA7EC9378C * L_21 = __this->get_m_renderer_272(); NullCheck(L_21); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_22; L_22 = Renderer_get_material_mE6B01125502D08EE0D6DFE2EAEC064AD9BB31804(L_21, /*hidden argument*/NULL); NullCheck(L_22); Material_SetFloat_mBE01E05D49E5C7045E010F49A38E96B101D82768(L_22, _stringLiteral59B259A263D1796F7617C20534034F94A19001FE, (0.0f), /*hidden argument*/NULL); // for (int i = 1; i < m_subTextObjects.Length && m_subTextObjects[i] != null; i++) V_2 = 1; goto IL_00c0; } IL_0090: { // Renderer renderer = m_subTextObjects[i].renderer; TMP_SubMeshU5BU5D_t2EF6E7C00AD0C05C7BD3E565CF716B62BED324A2* L_23 = __this->get_m_subTextObjects_277(); int32_t L_24 = V_2; NullCheck(L_23); int32_t L_25 = L_24; TMP_SubMesh_tF05E95C4AC87BBE600564968E24B50BE2E06D1B8 * L_26 = (L_23)->GetAt(static_cast(L_25)); NullCheck(L_26); Renderer_t58147AB5B00224FE1460FD47542DC0DA7EC9378C * L_27; L_27 = TMP_SubMesh_get_renderer_m721BC3FF63941822CEEB0CEBAE9A6904FEA00C08(L_26, /*hidden argument*/NULL); V_3 = L_27; // if (renderer != null) Renderer_t58147AB5B00224FE1460FD47542DC0DA7EC9378C * L_28 = V_3; IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_29; L_29 = Object_op_Inequality_mE1F187520BD83FB7D86A6D850710C4D42B864E90(L_28, (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A *)NULL, /*hidden argument*/NULL); if (!L_29) { goto IL_00bc; } } { // renderer.material.SetFloat(ShaderUtilities.ShaderTag_CullMode, 0); Renderer_t58147AB5B00224FE1460FD47542DC0DA7EC9378C * L_30 = V_3; NullCheck(L_30); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_31; L_31 = Renderer_get_material_mE6B01125502D08EE0D6DFE2EAEC064AD9BB31804(L_30, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(ShaderUtilities_t1F6A93635DB66FAB6A2DE3ABEA7DE635B7E34B14_il2cpp_TypeInfo_var); String_t* L_32 = ((ShaderUtilities_t1F6A93635DB66FAB6A2DE3ABEA7DE635B7E34B14_StaticFields*)il2cpp_codegen_static_fields_for(ShaderUtilities_t1F6A93635DB66FAB6A2DE3ABEA7DE635B7E34B14_il2cpp_TypeInfo_var))->get_ShaderTag_CullMode_63(); NullCheck(L_31); Material_SetFloat_mBE01E05D49E5C7045E010F49A38E96B101D82768(L_31, L_32, (0.0f), /*hidden argument*/NULL); } IL_00bc: { // for (int i = 1; i < m_subTextObjects.Length && m_subTextObjects[i] != null; i++) int32_t L_33 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_33, (int32_t)1)); } IL_00c0: { // for (int i = 1; i < m_subTextObjects.Length && m_subTextObjects[i] != null; i++) int32_t L_34 = V_2; TMP_SubMeshU5BU5D_t2EF6E7C00AD0C05C7BD3E565CF716B62BED324A2* L_35 = __this->get_m_subTextObjects_277(); NullCheck(L_35); if ((((int32_t)L_34) >= ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_35)->max_length)))))) { goto IL_00db; } } { TMP_SubMeshU5BU5D_t2EF6E7C00AD0C05C7BD3E565CF716B62BED324A2* L_36 = __this->get_m_subTextObjects_277(); int32_t L_37 = V_2; NullCheck(L_36); int32_t L_38 = L_37; TMP_SubMesh_tF05E95C4AC87BBE600564968E24B50BE2E06D1B8 * L_39 = (L_36)->GetAt(static_cast(L_38)); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_40; L_40 = Object_op_Inequality_mE1F187520BD83FB7D86A6D850710C4D42B864E90(L_39, (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A *)NULL, /*hidden argument*/NULL); if (L_40) { goto IL_0090; } } IL_00db: { // } return; } } // System.Void TMPro.TextMeshPro::SetPerspectiveCorrection() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextMeshPro_SetPerspectiveCorrection_mE7CCEA18200A0D3E6B25375533E746FB51BA5C04 (TextMeshPro_t4C8C961C0939CD311CCC4F5F306C27C5301BD8E4 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ShaderUtilities_t1F6A93635DB66FAB6A2DE3ABEA7DE635B7E34B14_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (m_isOrthographic) bool L_0 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_isOrthographic_127(); if (!L_0) { goto IL_001e; } } { // m_sharedMaterial.SetFloat(ShaderUtilities.ID_PerspectiveFilter, 0.0f); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_1 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_sharedMaterial_43(); IL2CPP_RUNTIME_CLASS_INIT(ShaderUtilities_t1F6A93635DB66FAB6A2DE3ABEA7DE635B7E34B14_il2cpp_TypeInfo_var); int32_t L_2 = ((ShaderUtilities_t1F6A93635DB66FAB6A2DE3ABEA7DE635B7E34B14_StaticFields*)il2cpp_codegen_static_fields_for(ShaderUtilities_t1F6A93635DB66FAB6A2DE3ABEA7DE635B7E34B14_il2cpp_TypeInfo_var))->get_ID_PerspectiveFilter_24(); NullCheck(L_1); Material_SetFloat_mAC7DC962B356565CF6743E358C7A19D0322EA060(L_1, L_2, (0.0f), /*hidden argument*/NULL); return; } IL_001e: { // m_sharedMaterial.SetFloat(ShaderUtilities.ID_PerspectiveFilter, 0.875f); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_3 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_sharedMaterial_43(); IL2CPP_RUNTIME_CLASS_INIT(ShaderUtilities_t1F6A93635DB66FAB6A2DE3ABEA7DE635B7E34B14_il2cpp_TypeInfo_var); int32_t L_4 = ((ShaderUtilities_t1F6A93635DB66FAB6A2DE3ABEA7DE635B7E34B14_StaticFields*)il2cpp_codegen_static_fields_for(ShaderUtilities_t1F6A93635DB66FAB6A2DE3ABEA7DE635B7E34B14_il2cpp_TypeInfo_var))->get_ID_PerspectiveFilter_24(); NullCheck(L_3); Material_SetFloat_mAC7DC962B356565CF6743E358C7A19D0322EA060(L_3, L_4, (0.875f), /*hidden argument*/NULL); // } return; } } // System.Int32 TMPro.TextMeshPro::SetArraySizes(TMPro.TMP_Text/UnicodeChar[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TextMeshPro_SetArraySizes_m02108236C4760858E7C119085C5958DB2D73AB43 (TextMeshPro_t4C8C961C0939CD311CCC4F5F306C27C5301BD8E4 * __this, UnicodeCharU5BU5D_tB233FC88865130D0B1EA18DA685C2AF41FB134F7* ___unicodeChars0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_Clear_mEF66FB646BF483BD2943F78417C299E1C50730D7_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_get_Count_m4B244F40033A552A9DD496F66C759D1AC5FAB762_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_m1BD2D3DC564D1AC8C44DC0AFF4CD1A3C7D781A4C_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_mC18B904E35A7C55EF21BA4794AAC4021AF847F32_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Material_t8927C00353A72755313F046D0CE85178AE8218EE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TMP_FontAssetUtilities_t2583EED4C3204E36709D05D384BB9A3A072CA114_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TMP_FontAsset_tDD8F58129CF4A9094C82DD209531E9E71F9837B2_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TMP_MaterialManager_t79DA77A77FC0A305FCC9D9DBCD89A768F678D758_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TMP_SpriteAsset_t0746714D8A56C0A27AE56DC6897CC1A129220714_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TMP_TextInfo_Resize_TisTMP_CharacterInfo_t6F1B9FE4246803FFE4F527B3CEFED9D60AD7383B_m1C86AF032DFA65CE73267C38C2B34822BAED25B3_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TMP_TextInfo_Resize_TisTMP_MeshInfo_t69FCEF4CBC055C00598478835753D43D94A03176_m7CB5C5374D263749B245A19B3791B0C2DE0B21BD_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TMP_TextInfo_Resize_TisTMP_SubMesh_tF05E95C4AC87BBE600564968E24B50BE2E06D1B8_m9474AD5AA394888E8BA4EC876D8069AE104B6C92_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TMP_TextProcessingStack_1_SetDefault_m65003B8F9F6FCE61A3AC246C99CFAC6734914465_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TMP_TextProcessingStack_1_SetDefault_mF2F41E2366EC21F7F5FC96A4D1EE8C502948E236_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt32_tE60352A06233E4E69DD198BCC67142159F686B15_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral20080904EA14A8FCD6F091490B19C143BAC22866); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4D6A51480A87FAE7C6D8AE2E5A414374AB8D9821); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE6FEA90722B80DC24C97DDB1E76EE60B6491A956); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF72C398728BAD79DCC8B4220ED83B2DF7C8329CF); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; bool V_4 = false; bool V_5 = false; TMP_FontAsset_tDD8F58129CF4A9094C82DD209531E9E71F9837B2 * V_6 = NULL; Material_t8927C00353A72755313F046D0CE85178AE8218EE * V_7 = NULL; int32_t V_8 = 0; TMP_TextElement_tDF9A55D56A0B44EA4EA36DEDF942AEB6369AF832 * V_9 = NULL; int32_t V_10 = 0; int32_t V_11 = 0; int32_t V_12 = 0; int32_t V_13 = 0; int32_t V_14 = 0; TMP_SpriteAsset_t0746714D8A56C0A27AE56DC6897CC1A129220714 * V_15 = NULL; int32_t V_16 = 0; int32_t V_17 = 0; int32_t V_18 = 0; TextMeshPro_t4C8C961C0939CD311CCC4F5F306C27C5301BD8E4 * G_B2_0 = NULL; TextMeshPro_t4C8C961C0939CD311CCC4F5F306C27C5301BD8E4 * G_B1_0 = NULL; int32_t G_B3_0 = 0; TextMeshPro_t4C8C961C0939CD311CCC4F5F306C27C5301BD8E4 * G_B3_1 = NULL; UnicodeChar_t7C67F31D1AA3029C5AC96F50A8312DB6F9BB5B25 * G_B45_0 = NULL; UnicodeChar_t7C67F31D1AA3029C5AC96F50A8312DB6F9BB5B25 * G_B44_0 = NULL; int32_t G_B46_0 = 0; UnicodeChar_t7C67F31D1AA3029C5AC96F50A8312DB6F9BB5B25 * G_B46_1 = NULL; String_t* G_B61_0 = NULL; TMP_MeshInfo_t69FCEF4CBC055C00598478835753D43D94A03176 * G_B113_0 = NULL; TMP_MeshInfo_t69FCEF4CBC055C00598478835753D43D94A03176 * G_B112_0 = NULL; int32_t G_B114_0 = 0; TMP_MeshInfo_t69FCEF4CBC055C00598478835753D43D94A03176 * G_B114_1 = NULL; TMP_MeshInfo_t69FCEF4CBC055C00598478835753D43D94A03176 * G_B120_0 = NULL; TMP_MeshInfo_t69FCEF4CBC055C00598478835753D43D94A03176 * G_B119_0 = NULL; int32_t G_B121_0 = 0; TMP_MeshInfo_t69FCEF4CBC055C00598478835753D43D94A03176 * G_B121_1 = NULL; { // int spriteCount = 0; V_0 = 0; // m_totalCharacterCount = 0; ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->set_m_totalCharacterCount_200(0); // m_isUsingBold = false; ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->set_m_isUsingBold_91((bool)0); // m_isParsingText = false; ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->set_m_isParsingText_194((bool)0); // tag_NoParsing = false; ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->set_tag_NoParsing_193((bool)0); // m_FontStyleInternal = m_fontStyle; int32_t L_0 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_fontStyle_88(); ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->set_m_FontStyleInternal_89(L_0); // m_fontStyleStack.Clear(); TMP_FontStyleStack_tAD8C041F7E36517A3CF6E8301D6913159EE2D4D9 * L_1 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_address_of_m_fontStyleStack_90(); TMP_FontStyleStack_Clear_mAD7AB664C55FDEE99115E32BB8A72A7F40E3A4FC((TMP_FontStyleStack_tAD8C041F7E36517A3CF6E8301D6913159EE2D4D9 *)L_1, /*hidden argument*/NULL); // m_FontWeightInternal = (m_FontStyleInternal & FontStyles.Bold) == FontStyles.Bold ? FontWeight.Bold : m_fontWeight; int32_t L_2 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_FontStyleInternal_89(); G_B1_0 = __this; if ((((int32_t)((int32_t)((int32_t)L_2&(int32_t)1))) == ((int32_t)1))) { G_B2_0 = __this; goto IL_0049; } } { int32_t L_3 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_fontWeight_77(); G_B3_0 = ((int32_t)(L_3)); G_B3_1 = G_B1_0; goto IL_004e; } IL_0049: { G_B3_0 = ((int32_t)700); G_B3_1 = G_B2_0; } IL_004e: { NullCheck(G_B3_1); ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)G_B3_1)->set_m_FontWeightInternal_78(G_B3_0); // m_FontWeightStack.SetDefault(m_FontWeightInternal); TMP_TextProcessingStack_1_tC2FDE14AC486023AEB4D20CB306F9198CBE168C7 * L_4 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_address_of_m_FontWeightStack_79(); int32_t L_5 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_FontWeightInternal_78(); TMP_TextProcessingStack_1_SetDefault_mF2F41E2366EC21F7F5FC96A4D1EE8C502948E236((TMP_TextProcessingStack_1_tC2FDE14AC486023AEB4D20CB306F9198CBE168C7 *)L_4, L_5, /*hidden argument*/TMP_TextProcessingStack_1_SetDefault_mF2F41E2366EC21F7F5FC96A4D1EE8C502948E236_RuntimeMethod_var); // m_currentFontAsset = m_fontAsset; TMP_FontAsset_tDD8F58129CF4A9094C82DD209531E9E71F9837B2 * L_6 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_fontAsset_40(); ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->set_m_currentFontAsset_41(L_6); // m_currentMaterial = m_sharedMaterial; Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_7 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_sharedMaterial_43(); ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->set_m_currentMaterial_44(L_7); // m_currentMaterialIndex = 0; ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->set_m_currentMaterialIndex_48(0); // m_materialReferenceStack.SetDefault(new MaterialReference(m_currentMaterialIndex, m_currentFontAsset, null, m_currentMaterial, m_padding)); IL2CPP_RUNTIME_CLASS_INIT(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262_il2cpp_TypeInfo_var); int32_t L_8 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_currentMaterialIndex_48(); TMP_FontAsset_tDD8F58129CF4A9094C82DD209531E9E71F9837B2 * L_9 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_currentFontAsset_41(); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_10 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_currentMaterial_44(); float L_11 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_padding_241(); MaterialReference_tB00D33F114B6EF4E7D63B25D053A0111D502951B L_12; memset((&L_12), 0, sizeof(L_12)); MaterialReference__ctor_mFE9AE274E1FA22A483C6BA208D1D64C938F8D4F7((&L_12), L_8, L_9, (TMP_SpriteAsset_t0746714D8A56C0A27AE56DC6897CC1A129220714 *)NULL, L_10, L_11, /*hidden argument*/NULL); TMP_TextProcessingStack_1_SetDefault_m65003B8F9F6FCE61A3AC246C99CFAC6734914465((TMP_TextProcessingStack_1_t7C34F5D4D2FC429E4551885C16EFDF05B8D2A6E3 *)(((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262_StaticFields*)il2cpp_codegen_static_fields_for(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262_il2cpp_TypeInfo_var))->get_address_of_m_materialReferenceStack_47()), L_12, /*hidden argument*/TMP_TextProcessingStack_1_SetDefault_m65003B8F9F6FCE61A3AC246C99CFAC6734914465_RuntimeMethod_var); // m_materialReferenceIndexLookup.Clear(); Dictionary_2_t49CB072CAA9184D326107FA696BB354C43EB5E08 * L_13 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262_StaticFields*)il2cpp_codegen_static_fields_for(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262_il2cpp_TypeInfo_var))->get_m_materialReferenceIndexLookup_46(); NullCheck(L_13); Dictionary_2_Clear_mEF66FB646BF483BD2943F78417C299E1C50730D7(L_13, /*hidden argument*/Dictionary_2_Clear_mEF66FB646BF483BD2943F78417C299E1C50730D7_RuntimeMethod_var); // MaterialReference.AddMaterialReference(m_currentMaterial, m_currentFontAsset, ref m_materialReferences, m_materialReferenceIndexLookup); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_14 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_currentMaterial_44(); TMP_FontAsset_tDD8F58129CF4A9094C82DD209531E9E71F9837B2 * L_15 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_currentFontAsset_41(); Dictionary_2_t49CB072CAA9184D326107FA696BB354C43EB5E08 * L_16 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262_StaticFields*)il2cpp_codegen_static_fields_for(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262_il2cpp_TypeInfo_var))->get_m_materialReferenceIndexLookup_46(); int32_t L_17; L_17 = MaterialReference_AddMaterialReference_m3DA11DD8331161A6CC550E2D15190407163DA218(L_14, L_15, (MaterialReferenceU5BU5D_t06D1C1249B8051EC092684920106F77B6FC203FD**)(((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262_StaticFields*)il2cpp_codegen_static_fields_for(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262_il2cpp_TypeInfo_var))->get_address_of_m_materialReferences_45()), L_16, /*hidden argument*/NULL); // if (m_textInfo == null) TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_18 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_textInfo_152(); if (L_18) { goto IL_00ec; } } { // m_textInfo = new TMP_TextInfo(m_InternalTextProcessingArraySize); int32_t L_19 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_InternalTextProcessingArraySize_198(); TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_20 = (TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 *)il2cpp_codegen_object_new(TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547_il2cpp_TypeInfo_var); TMP_TextInfo__ctor_m7A29C51CC04B4D20295C2967915AB2234D212358(L_20, L_19, /*hidden argument*/NULL); ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->set_m_textInfo_152(L_20); goto IL_0118; } IL_00ec: { // else if (m_textInfo.characterInfo.Length < m_InternalTextProcessingArraySize) TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_21 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_textInfo_152(); NullCheck(L_21); TMP_CharacterInfoU5BU5D_t7128C1B46CF6AB1374135FA31D41ABF23882B970* L_22 = L_21->get_characterInfo_11(); NullCheck(L_22); int32_t L_23 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_InternalTextProcessingArraySize_198(); if ((((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_22)->max_length)))) >= ((int32_t)L_23))) { goto IL_0118; } } { // TMP_TextInfo.Resize(ref m_textInfo.characterInfo, m_InternalTextProcessingArraySize, false); TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_24 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_textInfo_152(); NullCheck(L_24); TMP_CharacterInfoU5BU5D_t7128C1B46CF6AB1374135FA31D41ABF23882B970** L_25 = L_24->get_address_of_characterInfo_11(); int32_t L_26 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_InternalTextProcessingArraySize_198(); IL2CPP_RUNTIME_CLASS_INIT(TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547_il2cpp_TypeInfo_var); TMP_TextInfo_Resize_TisTMP_CharacterInfo_t6F1B9FE4246803FFE4F527B3CEFED9D60AD7383B_m1C86AF032DFA65CE73267C38C2B34822BAED25B3((TMP_CharacterInfoU5BU5D_t7128C1B46CF6AB1374135FA31D41ABF23882B970**)L_25, L_26, (bool)0, /*hidden argument*/TMP_TextInfo_Resize_TisTMP_CharacterInfo_t6F1B9FE4246803FFE4F527B3CEFED9D60AD7383B_m1C86AF032DFA65CE73267C38C2B34822BAED25B3_RuntimeMethod_var); } IL_0118: { // m_textElementType = TMP_TextElementType.Character; ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->set_m_textElementType_245(0); // if (m_overflowMode == TextOverflowModes.Ellipsis) int32_t L_27 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_overflowMode_115(); if ((!(((uint32_t)L_27) == ((uint32_t)1)))) { goto IL_024e; } } { // GetEllipsisSpecialCharacter(m_currentFontAsset); TMP_FontAsset_tDD8F58129CF4A9094C82DD209531E9E71F9837B2 * L_28 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_currentFontAsset_41(); TMP_Text_GetEllipsisSpecialCharacter_m761A59CF11EDED61C16468150C4A6BDCE4FEDACD(__this, L_28, /*hidden argument*/NULL); // if (m_Ellipsis.character != null) SpecialCharacter_t06A60B3C91ABA764227413C096AE5060D50D844F * L_29 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_address_of_m_Ellipsis_247(); TMP_Character_tE7A98584C4DDFC9E1A1D883F4A5DE99E5DE7CC0C * L_30 = L_29->get_character_0(); if (!L_30) { goto IL_0220; } } { // if (m_Ellipsis.fontAsset.GetInstanceID() != m_currentFontAsset.GetInstanceID()) SpecialCharacter_t06A60B3C91ABA764227413C096AE5060D50D844F * L_31 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_address_of_m_Ellipsis_247(); TMP_FontAsset_tDD8F58129CF4A9094C82DD209531E9E71F9837B2 * L_32 = L_31->get_fontAsset_1(); NullCheck(L_32); int32_t L_33; L_33 = Object_GetInstanceID_m7CF962BC1DB5C03F3522F88728CB2F514582B501(L_32, /*hidden argument*/NULL); TMP_FontAsset_tDD8F58129CF4A9094C82DD209531E9E71F9837B2 * L_34 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_currentFontAsset_41(); NullCheck(L_34); int32_t L_35; L_35 = Object_GetInstanceID_m7CF962BC1DB5C03F3522F88728CB2F514582B501(L_34, /*hidden argument*/NULL); if ((((int32_t)L_33) == ((int32_t)L_35))) { goto IL_024e; } } { // if (TMP_Settings.matchMaterialPreset && m_currentMaterial.GetInstanceID() != m_Ellipsis.fontAsset.material.GetInstanceID()) bool L_36; L_36 = TMP_Settings_get_matchMaterialPreset_m1EFB003FD58B50047226700ABA7864DDE7102CE3(/*hidden argument*/NULL); if (!L_36) { goto IL_01b8; } } { Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_37 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_currentMaterial_44(); NullCheck(L_37); int32_t L_38; L_38 = Object_GetInstanceID_m7CF962BC1DB5C03F3522F88728CB2F514582B501(L_37, /*hidden argument*/NULL); SpecialCharacter_t06A60B3C91ABA764227413C096AE5060D50D844F * L_39 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_address_of_m_Ellipsis_247(); TMP_FontAsset_tDD8F58129CF4A9094C82DD209531E9E71F9837B2 * L_40 = L_39->get_fontAsset_1(); NullCheck(L_40); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_41 = ((TMP_Asset_tEE129B2B2FE167D4B860286167207DD3AD45B45E *)L_40)->get_material_6(); NullCheck(L_41); int32_t L_42; L_42 = Object_GetInstanceID_m7CF962BC1DB5C03F3522F88728CB2F514582B501(L_41, /*hidden argument*/NULL); if ((((int32_t)L_38) == ((int32_t)L_42))) { goto IL_01b8; } } { // m_Ellipsis.material = TMP_MaterialManager.GetFallbackMaterial(m_currentMaterial, m_Ellipsis.fontAsset.material); SpecialCharacter_t06A60B3C91ABA764227413C096AE5060D50D844F * L_43 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_address_of_m_Ellipsis_247(); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_44 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_currentMaterial_44(); SpecialCharacter_t06A60B3C91ABA764227413C096AE5060D50D844F * L_45 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_address_of_m_Ellipsis_247(); TMP_FontAsset_tDD8F58129CF4A9094C82DD209531E9E71F9837B2 * L_46 = L_45->get_fontAsset_1(); NullCheck(L_46); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_47 = ((TMP_Asset_tEE129B2B2FE167D4B860286167207DD3AD45B45E *)L_46)->get_material_6(); IL2CPP_RUNTIME_CLASS_INIT(TMP_MaterialManager_t79DA77A77FC0A305FCC9D9DBCD89A768F678D758_il2cpp_TypeInfo_var); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_48; L_48 = TMP_MaterialManager_GetFallbackMaterial_mD4DCD6D0AAFF4B63490917F246F177B979C01239(L_44, L_47, /*hidden argument*/NULL); L_43->set_material_2(L_48); goto IL_01d3; } IL_01b8: { // m_Ellipsis.material = m_Ellipsis.fontAsset.material; SpecialCharacter_t06A60B3C91ABA764227413C096AE5060D50D844F * L_49 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_address_of_m_Ellipsis_247(); SpecialCharacter_t06A60B3C91ABA764227413C096AE5060D50D844F * L_50 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_address_of_m_Ellipsis_247(); TMP_FontAsset_tDD8F58129CF4A9094C82DD209531E9E71F9837B2 * L_51 = L_50->get_fontAsset_1(); NullCheck(L_51); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_52 = ((TMP_Asset_tEE129B2B2FE167D4B860286167207DD3AD45B45E *)L_51)->get_material_6(); L_49->set_material_2(L_52); } IL_01d3: { // m_Ellipsis.materialIndex = MaterialReference.AddMaterialReference(m_Ellipsis.material, m_Ellipsis.fontAsset, ref m_materialReferences, m_materialReferenceIndexLookup); SpecialCharacter_t06A60B3C91ABA764227413C096AE5060D50D844F * L_53 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_address_of_m_Ellipsis_247(); SpecialCharacter_t06A60B3C91ABA764227413C096AE5060D50D844F * L_54 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_address_of_m_Ellipsis_247(); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_55 = L_54->get_material_2(); SpecialCharacter_t06A60B3C91ABA764227413C096AE5060D50D844F * L_56 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_address_of_m_Ellipsis_247(); TMP_FontAsset_tDD8F58129CF4A9094C82DD209531E9E71F9837B2 * L_57 = L_56->get_fontAsset_1(); IL2CPP_RUNTIME_CLASS_INIT(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262_il2cpp_TypeInfo_var); Dictionary_2_t49CB072CAA9184D326107FA696BB354C43EB5E08 * L_58 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262_StaticFields*)il2cpp_codegen_static_fields_for(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262_il2cpp_TypeInfo_var))->get_m_materialReferenceIndexLookup_46(); int32_t L_59; L_59 = MaterialReference_AddMaterialReference_m3DA11DD8331161A6CC550E2D15190407163DA218(L_55, L_57, (MaterialReferenceU5BU5D_t06D1C1249B8051EC092684920106F77B6FC203FD**)(((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262_StaticFields*)il2cpp_codegen_static_fields_for(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262_il2cpp_TypeInfo_var))->get_address_of_m_materialReferences_45()), L_58, /*hidden argument*/NULL); L_53->set_materialIndex_3(L_59); // m_materialReferences[m_Ellipsis.materialIndex].referenceCount = 0; MaterialReferenceU5BU5D_t06D1C1249B8051EC092684920106F77B6FC203FD* L_60 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262_StaticFields*)il2cpp_codegen_static_fields_for(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262_il2cpp_TypeInfo_var))->get_m_materialReferences_45(); SpecialCharacter_t06A60B3C91ABA764227413C096AE5060D50D844F * L_61 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_address_of_m_Ellipsis_247(); int32_t L_62 = L_61->get_materialIndex_3(); NullCheck(L_60); ((L_60)->GetAddressAt(static_cast(L_62)))->set_referenceCount_8(0); // } goto IL_024e; } IL_0220: { // m_overflowMode = TextOverflowModes.Truncate; ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->set_m_overflowMode_115(3); // if (!TMP_Settings.warningsDisabled) bool L_63; L_63 = TMP_Settings_get_warningsDisabled_m1D1EDFF9E8E31540805D7B1D93663B12AE080D3E(/*hidden argument*/NULL); if (L_63) { goto IL_024e; } } { // Debug.LogWarning("The character used for Ellipsis is not available in font asset [" + m_currentFontAsset.name + "] or any potential fallbacks. Switching Text Overflow mode to Truncate.", this); TMP_FontAsset_tDD8F58129CF4A9094C82DD209531E9E71F9837B2 * L_64 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_currentFontAsset_41(); NullCheck(L_64); String_t* L_65; L_65 = Object_get_name_m0C7BC870ED2F0DC5A2FB09628136CD7D1CB82CFB(L_64, /*hidden argument*/NULL); String_t* L_66; L_66 = String_Concat_m89EAB4C6A96B0E5C3F87300D6BE78D386B9EFC44(_stringLiteralE6FEA90722B80DC24C97DDB1E76EE60B6491A956, L_65, _stringLiteralF72C398728BAD79DCC8B4220ED83B2DF7C8329CF, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); Debug_LogWarning_mE6AF3EFCF84F2296622CD42FBF9EEAF07244C0A8(L_66, __this, /*hidden argument*/NULL); } IL_024e: { // if (m_overflowMode == TextOverflowModes.Linked && m_linkedTextComponent != null && !m_isCalculatingPreferredValues) int32_t L_67 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_overflowMode_115(); if ((!(((uint32_t)L_67) == ((uint32_t)6)))) { goto IL_027d; } } { TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 * L_68 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_linkedTextComponent_117(); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_69; L_69 = Object_op_Inequality_mE1F187520BD83FB7D86A6D850710C4D42B864E90(L_68, (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A *)NULL, /*hidden argument*/NULL); if (!L_69) { goto IL_027d; } } { bool L_70 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_isCalculatingPreferredValues_180(); if (L_70) { goto IL_027d; } } { // m_linkedTextComponent.text = string.Empty; TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 * L_71 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_linkedTextComponent_117(); String_t* L_72 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); NullCheck(L_71); VirtualActionInvoker1< String_t* >::Invoke(66 /* System.Void TMPro.TMP_Text::set_text(System.String) */, L_71, L_72); } IL_027d: { // for (int i = 0; i < unicodeChars.Length && unicodeChars[i].unicode != 0; i++) V_2 = 0; goto IL_0b07; } IL_0284: { // if (m_textInfo.characterInfo == null || m_totalCharacterCount >= m_textInfo.characterInfo.Length) TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_73 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_textInfo_152(); NullCheck(L_73); TMP_CharacterInfoU5BU5D_t7128C1B46CF6AB1374135FA31D41ABF23882B970* L_74 = L_73->get_characterInfo_11(); if (!L_74) { goto IL_02a6; } } { int32_t L_75 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_totalCharacterCount_200(); TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_76 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_textInfo_152(); NullCheck(L_76); TMP_CharacterInfoU5BU5D_t7128C1B46CF6AB1374135FA31D41ABF23882B970* L_77 = L_76->get_characterInfo_11(); NullCheck(L_77); if ((((int32_t)L_75) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_77)->max_length)))))) { goto IL_02bf; } } IL_02a6: { // TMP_TextInfo.Resize(ref m_textInfo.characterInfo, m_totalCharacterCount + 1, true); TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_78 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_textInfo_152(); NullCheck(L_78); TMP_CharacterInfoU5BU5D_t7128C1B46CF6AB1374135FA31D41ABF23882B970** L_79 = L_78->get_address_of_characterInfo_11(); int32_t L_80 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_totalCharacterCount_200(); IL2CPP_RUNTIME_CLASS_INIT(TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547_il2cpp_TypeInfo_var); TMP_TextInfo_Resize_TisTMP_CharacterInfo_t6F1B9FE4246803FFE4F527B3CEFED9D60AD7383B_m1C86AF032DFA65CE73267C38C2B34822BAED25B3((TMP_CharacterInfoU5BU5D_t7128C1B46CF6AB1374135FA31D41ABF23882B970**)L_79, ((int32_t)il2cpp_codegen_add((int32_t)L_80, (int32_t)1)), (bool)1, /*hidden argument*/TMP_TextInfo_Resize_TisTMP_CharacterInfo_t6F1B9FE4246803FFE4F527B3CEFED9D60AD7383B_m1C86AF032DFA65CE73267C38C2B34822BAED25B3_RuntimeMethod_var); } IL_02bf: { // int unicode = unicodeChars[i].unicode; UnicodeCharU5BU5D_tB233FC88865130D0B1EA18DA685C2AF41FB134F7* L_81 = ___unicodeChars0; int32_t L_82 = V_2; NullCheck(L_81); int32_t L_83 = ((L_81)->GetAddressAt(static_cast(L_82)))->get_unicode_0(); V_3 = L_83; // if (m_isRichText && unicode == 60) // if Char '<' bool L_84 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_isRichText_124(); if (!L_84) { goto IL_04ae; } } { int32_t L_85 = V_3; if ((!(((uint32_t)L_85) == ((uint32_t)((int32_t)60))))) { goto IL_04ae; } } { // int prev_MaterialIndex = m_currentMaterialIndex; int32_t L_86 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_currentMaterialIndex_48(); V_10 = L_86; // if (ValidateHtmlTag(unicodeChars, i + 1, out endTagIndex)) UnicodeCharU5BU5D_tB233FC88865130D0B1EA18DA685C2AF41FB134F7* L_87 = ___unicodeChars0; int32_t L_88 = V_2; bool L_89; L_89 = TMP_Text_ValidateHtmlTag_mA89F3032D3AF35D4967DB4C1D576F237E3CD340A(__this, L_87, ((int32_t)il2cpp_codegen_add((int32_t)L_88, (int32_t)1)), (int32_t*)(&V_11), /*hidden argument*/NULL); if (!L_89) { goto IL_04ae; } } { // int tagStartIndex = unicodeChars[i].stringIndex; UnicodeCharU5BU5D_tB233FC88865130D0B1EA18DA685C2AF41FB134F7* L_90 = ___unicodeChars0; int32_t L_91 = V_2; NullCheck(L_90); int32_t L_92 = ((L_90)->GetAddressAt(static_cast(L_91)))->get_stringIndex_1(); V_12 = L_92; // i = endTagIndex; int32_t L_93 = V_11; V_2 = L_93; // if ((m_FontStyleInternal & FontStyles.Bold) == FontStyles.Bold) int32_t L_94 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_FontStyleInternal_89(); if ((!(((uint32_t)((int32_t)((int32_t)L_94&(int32_t)1))) == ((uint32_t)1)))) { goto IL_031b; } } { // m_isUsingBold = true; ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->set_m_isUsingBold_91((bool)1); } IL_031b: { // if (m_textElementType == TMP_TextElementType.Sprite) int32_t L_95 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_textElementType_245(); if ((!(((uint32_t)L_95) == ((uint32_t)1)))) { goto IL_0b03; } } { // m_materialReferences[m_currentMaterialIndex].referenceCount += 1; IL2CPP_RUNTIME_CLASS_INIT(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262_il2cpp_TypeInfo_var); MaterialReferenceU5BU5D_t06D1C1249B8051EC092684920106F77B6FC203FD* L_96 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262_StaticFields*)il2cpp_codegen_static_fields_for(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262_il2cpp_TypeInfo_var))->get_m_materialReferences_45(); int32_t L_97 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_currentMaterialIndex_48(); NullCheck(L_96); int32_t* L_98 = ((L_96)->GetAddressAt(static_cast(L_97)))->get_address_of_referenceCount_8(); int32_t* L_99 = L_98; int32_t L_100 = *((int32_t*)L_99); *((int32_t*)L_99) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_100, (int32_t)1)); // m_textInfo.characterInfo[m_totalCharacterCount].character = (char)(57344 + m_spriteIndex); TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_101 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_textInfo_152(); NullCheck(L_101); TMP_CharacterInfoU5BU5D_t7128C1B46CF6AB1374135FA31D41ABF23882B970* L_102 = L_101->get_characterInfo_11(); int32_t L_103 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_totalCharacterCount_200(); NullCheck(L_102); int32_t L_104 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_spriteIndex_252(); ((L_102)->GetAddressAt(static_cast(L_103)))->set_character_0(((int32_t)((uint16_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)57344), (int32_t)L_104))))); // m_textInfo.characterInfo[m_totalCharacterCount].spriteIndex = m_spriteIndex; TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_105 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_textInfo_152(); NullCheck(L_105); TMP_CharacterInfoU5BU5D_t7128C1B46CF6AB1374135FA31D41ABF23882B970* L_106 = L_105->get_characterInfo_11(); int32_t L_107 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_totalCharacterCount_200(); NullCheck(L_106); int32_t L_108 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_spriteIndex_252(); ((L_106)->GetAddressAt(static_cast(L_107)))->set_spriteIndex_7(L_108); // m_textInfo.characterInfo[m_totalCharacterCount].fontAsset = m_currentFontAsset; TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_109 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_textInfo_152(); NullCheck(L_109); TMP_CharacterInfoU5BU5D_t7128C1B46CF6AB1374135FA31D41ABF23882B970* L_110 = L_109->get_characterInfo_11(); int32_t L_111 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_totalCharacterCount_200(); NullCheck(L_110); TMP_FontAsset_tDD8F58129CF4A9094C82DD209531E9E71F9837B2 * L_112 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_currentFontAsset_41(); ((L_110)->GetAddressAt(static_cast(L_111)))->set_fontAsset_5(L_112); // m_textInfo.characterInfo[m_totalCharacterCount].spriteAsset = m_currentSpriteAsset; TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_113 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_textInfo_152(); NullCheck(L_113); TMP_CharacterInfoU5BU5D_t7128C1B46CF6AB1374135FA31D41ABF23882B970* L_114 = L_113->get_characterInfo_11(); int32_t L_115 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_totalCharacterCount_200(); NullCheck(L_114); TMP_SpriteAsset_t0746714D8A56C0A27AE56DC6897CC1A129220714 * L_116 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_currentSpriteAsset_250(); ((L_114)->GetAddressAt(static_cast(L_115)))->set_spriteAsset_6(L_116); // m_textInfo.characterInfo[m_totalCharacterCount].materialReferenceIndex = m_currentMaterialIndex; TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_117 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_textInfo_152(); NullCheck(L_117); TMP_CharacterInfoU5BU5D_t7128C1B46CF6AB1374135FA31D41ABF23882B970* L_118 = L_117->get_characterInfo_11(); int32_t L_119 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_totalCharacterCount_200(); NullCheck(L_118); int32_t L_120 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_currentMaterialIndex_48(); ((L_118)->GetAddressAt(static_cast(L_119)))->set_materialReferenceIndex_9(L_120); // m_textInfo.characterInfo[m_totalCharacterCount].textElement = m_currentSpriteAsset.spriteCharacterTable[m_spriteIndex]; TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_121 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_textInfo_152(); NullCheck(L_121); TMP_CharacterInfoU5BU5D_t7128C1B46CF6AB1374135FA31D41ABF23882B970* L_122 = L_121->get_characterInfo_11(); int32_t L_123 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_totalCharacterCount_200(); NullCheck(L_122); TMP_SpriteAsset_t0746714D8A56C0A27AE56DC6897CC1A129220714 * L_124 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_currentSpriteAsset_250(); NullCheck(L_124); List_1_t7850FCF22796079854614A9268CE558E34108A02 * L_125; L_125 = TMP_SpriteAsset_get_spriteCharacterTable_mF8CD258451863D2D8BCEBAEE68E74141B28A26FD(L_124, /*hidden argument*/NULL); int32_t L_126 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_spriteIndex_252(); NullCheck(L_125); TMP_SpriteCharacter_t77E119FE8164154A682A4F70E7787B2C56A0E9BE * L_127; L_127 = List_1_get_Item_mC18B904E35A7C55EF21BA4794AAC4021AF847F32_inline(L_125, L_126, /*hidden argument*/List_1_get_Item_mC18B904E35A7C55EF21BA4794AAC4021AF847F32_RuntimeMethod_var); ((L_122)->GetAddressAt(static_cast(L_123)))->set_textElement_4(L_127); // m_textInfo.characterInfo[m_totalCharacterCount].elementType = m_textElementType; TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_128 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_textInfo_152(); NullCheck(L_128); TMP_CharacterInfoU5BU5D_t7128C1B46CF6AB1374135FA31D41ABF23882B970* L_129 = L_128->get_characterInfo_11(); int32_t L_130 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_totalCharacterCount_200(); NullCheck(L_129); int32_t L_131 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_textElementType_245(); ((L_129)->GetAddressAt(static_cast(L_130)))->set_elementType_3(L_131); // m_textInfo.characterInfo[m_totalCharacterCount].index = tagStartIndex; TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_132 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_textInfo_152(); NullCheck(L_132); TMP_CharacterInfoU5BU5D_t7128C1B46CF6AB1374135FA31D41ABF23882B970* L_133 = L_132->get_characterInfo_11(); int32_t L_134 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_totalCharacterCount_200(); NullCheck(L_133); int32_t L_135 = V_12; ((L_133)->GetAddressAt(static_cast(L_134)))->set_index_1(L_135); // m_textInfo.characterInfo[m_totalCharacterCount].stringLength = unicodeChars[i].stringIndex - tagStartIndex + 1; TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_136 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_textInfo_152(); NullCheck(L_136); TMP_CharacterInfoU5BU5D_t7128C1B46CF6AB1374135FA31D41ABF23882B970* L_137 = L_136->get_characterInfo_11(); int32_t L_138 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_totalCharacterCount_200(); NullCheck(L_137); UnicodeCharU5BU5D_tB233FC88865130D0B1EA18DA685C2AF41FB134F7* L_139 = ___unicodeChars0; int32_t L_140 = V_2; NullCheck(L_139); int32_t L_141 = ((L_139)->GetAddressAt(static_cast(L_140)))->get_stringIndex_1(); int32_t L_142 = V_12; ((L_137)->GetAddressAt(static_cast(L_138)))->set_stringLength_2(((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_141, (int32_t)L_142)), (int32_t)1))); // m_textElementType = TMP_TextElementType.Character; ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->set_m_textElementType_245(0); // m_currentMaterialIndex = prev_MaterialIndex; int32_t L_143 = V_10; ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->set_m_currentMaterialIndex_48(L_143); // spriteCount += 1; int32_t L_144 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_144, (int32_t)1)); // m_totalCharacterCount += 1; int32_t L_145 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_totalCharacterCount_200(); ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->set_m_totalCharacterCount_200(((int32_t)il2cpp_codegen_add((int32_t)L_145, (int32_t)1))); // continue; goto IL_0b03; } IL_04ae: { // bool isUsingFallbackOrAlternativeTypeface = false; V_5 = (bool)0; // TMP_FontAsset prev_fontAsset = m_currentFontAsset; TMP_FontAsset_tDD8F58129CF4A9094C82DD209531E9E71F9837B2 * L_146 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_currentFontAsset_41(); V_6 = L_146; // Material prev_material = m_currentMaterial; Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_147 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_currentMaterial_44(); V_7 = L_147; // int prev_materialIndex = m_currentMaterialIndex; int32_t L_148 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_currentMaterialIndex_48(); V_8 = L_148; // if (m_textElementType == TMP_TextElementType.Character) int32_t L_149 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_textElementType_245(); if (L_149) { goto IL_052d; } } { // if ((m_FontStyleInternal & FontStyles.UpperCase) == FontStyles.UpperCase) int32_t L_150 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_FontStyleInternal_89(); if ((!(((uint32_t)((int32_t)((int32_t)L_150&(int32_t)((int32_t)16)))) == ((uint32_t)((int32_t)16))))) { goto IL_04f1; } } { // if (char.IsLower((char)unicode)) int32_t L_151 = V_3; IL2CPP_RUNTIME_CLASS_INIT(Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_il2cpp_TypeInfo_var); bool L_152; L_152 = Char_IsLower_mB37EB1C3AF0AFA72C6C922F7E48470F8A8B3F6E4(((int32_t)((uint16_t)L_151)), /*hidden argument*/NULL); if (!L_152) { goto IL_052d; } } { // unicode = char.ToUpper((char)unicode); int32_t L_153 = V_3; IL2CPP_RUNTIME_CLASS_INIT(Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_il2cpp_TypeInfo_var); Il2CppChar L_154; L_154 = Char_ToUpper_m7BE77639C5F8EC99F56A729C0D26A684A85F0BC7(((int32_t)((uint16_t)L_153)), /*hidden argument*/NULL); V_3 = L_154; // } goto IL_052d; } IL_04f1: { // else if ((m_FontStyleInternal & FontStyles.LowerCase) == FontStyles.LowerCase) int32_t L_155 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_FontStyleInternal_89(); if ((!(((uint32_t)((int32_t)((int32_t)L_155&(int32_t)8))) == ((uint32_t)8)))) { goto IL_050f; } } { // if (char.IsUpper((char)unicode)) int32_t L_156 = V_3; IL2CPP_RUNTIME_CLASS_INIT(Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_il2cpp_TypeInfo_var); bool L_157; L_157 = Char_IsUpper_m72EAD892A02AD10D2050EA09BF3735DDE6921892(((int32_t)((uint16_t)L_156)), /*hidden argument*/NULL); if (!L_157) { goto IL_052d; } } { // unicode = char.ToLower((char)unicode); int32_t L_158 = V_3; IL2CPP_RUNTIME_CLASS_INIT(Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_il2cpp_TypeInfo_var); Il2CppChar L_159; L_159 = Char_ToLower_m1125EA9F4935D6A0F8244D73AA4940C1D0C5D165(((int32_t)((uint16_t)L_158)), /*hidden argument*/NULL); V_3 = L_159; // } goto IL_052d; } IL_050f: { // else if ((m_FontStyleInternal & FontStyles.SmallCaps) == FontStyles.SmallCaps) int32_t L_160 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_FontStyleInternal_89(); if ((!(((uint32_t)((int32_t)((int32_t)L_160&(int32_t)((int32_t)32)))) == ((uint32_t)((int32_t)32))))) { goto IL_052d; } } { // if (char.IsLower((char)unicode)) int32_t L_161 = V_3; IL2CPP_RUNTIME_CLASS_INIT(Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_il2cpp_TypeInfo_var); bool L_162; L_162 = Char_IsLower_mB37EB1C3AF0AFA72C6C922F7E48470F8A8B3F6E4(((int32_t)((uint16_t)L_161)), /*hidden argument*/NULL); if (!L_162) { goto IL_052d; } } { // unicode = char.ToUpper((char)unicode); int32_t L_163 = V_3; IL2CPP_RUNTIME_CLASS_INIT(Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_il2cpp_TypeInfo_var); Il2CppChar L_164; L_164 = Char_ToUpper_m7BE77639C5F8EC99F56A729C0D26A684A85F0BC7(((int32_t)((uint16_t)L_163)), /*hidden argument*/NULL); V_3 = L_164; } IL_052d: { // TMP_TextElement character = GetTextElement((uint)unicode, m_currentFontAsset, m_FontStyleInternal, m_FontWeightInternal, out isUsingAlternativeTypeface); int32_t L_165 = V_3; TMP_FontAsset_tDD8F58129CF4A9094C82DD209531E9E71F9837B2 * L_166 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_currentFontAsset_41(); int32_t L_167 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_FontStyleInternal_89(); int32_t L_168 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_FontWeightInternal_78(); TMP_TextElement_tDF9A55D56A0B44EA4EA36DEDF942AEB6369AF832 * L_169; L_169 = TMP_Text_GetTextElement_mD494FC7BA99010BF8D2E69E5DDF3EE17B27DDE3F(__this, L_165, L_166, L_167, L_168, (bool*)(&V_4), /*hidden argument*/NULL); V_9 = L_169; // if (character == null) TMP_TextElement_tDF9A55D56A0B44EA4EA36DEDF942AEB6369AF832 * L_170 = V_9; if (L_170) { goto IL_0701; } } { // int srcGlyph = unicode; int32_t L_171 = V_3; V_13 = L_171; // unicode = unicodeChars[i].unicode = TMP_Settings.missingGlyphCharacter == 0 ? 9633 : TMP_Settings.missingGlyphCharacter; UnicodeCharU5BU5D_tB233FC88865130D0B1EA18DA685C2AF41FB134F7* L_172 = ___unicodeChars0; int32_t L_173 = V_2; NullCheck(L_172); int32_t L_174; L_174 = TMP_Settings_get_missingGlyphCharacter_m87E129B259911D01D103B9B67B7350F1F2651895(/*hidden argument*/NULL); G_B44_0 = ((L_172)->GetAddressAt(static_cast(L_173))); if (!L_174) { G_B45_0 = ((L_172)->GetAddressAt(static_cast(L_173))); goto IL_0569; } } { int32_t L_175; L_175 = TMP_Settings_get_missingGlyphCharacter_m87E129B259911D01D103B9B67B7350F1F2651895(/*hidden argument*/NULL); G_B46_0 = L_175; G_B46_1 = G_B44_0; goto IL_056e; } IL_0569: { G_B46_0 = ((int32_t)9633); G_B46_1 = G_B45_0; } IL_056e: { int32_t L_176 = G_B46_0; V_14 = L_176; G_B46_1->set_unicode_0(L_176); int32_t L_177 = V_14; V_3 = L_177; // character = TMP_FontAssetUtilities.GetCharacterFromFontAsset((uint)unicode, m_currentFontAsset, true, m_FontStyleInternal, m_FontWeightInternal, out isUsingAlternativeTypeface); int32_t L_178 = V_3; TMP_FontAsset_tDD8F58129CF4A9094C82DD209531E9E71F9837B2 * L_179 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_currentFontAsset_41(); int32_t L_180 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_FontStyleInternal_89(); int32_t L_181 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_FontWeightInternal_78(); IL2CPP_RUNTIME_CLASS_INIT(TMP_FontAssetUtilities_t2583EED4C3204E36709D05D384BB9A3A072CA114_il2cpp_TypeInfo_var); TMP_Character_tE7A98584C4DDFC9E1A1D883F4A5DE99E5DE7CC0C * L_182; L_182 = TMP_FontAssetUtilities_GetCharacterFromFontAsset_mF0DE95998A7C4273ACBF88BADA68A8D65B978A74(L_178, L_179, (bool)1, L_180, L_181, (bool*)(&V_4), /*hidden argument*/NULL); V_9 = L_182; // if (character == null) TMP_TextElement_tDF9A55D56A0B44EA4EA36DEDF942AEB6369AF832 * L_183 = V_9; if (L_183) { goto IL_05d0; } } { // if (TMP_Settings.fallbackFontAssets != null && TMP_Settings.fallbackFontAssets.Count > 0) List_1_tBE22F0B6C1EBDB760862FAD201AFE75E3DEBBBFD * L_184; L_184 = TMP_Settings_get_fallbackFontAssets_m9AFCFEA36A048D01DD0C304BC438AE5967D7ABF9(/*hidden argument*/NULL); if (!L_184) { goto IL_05d0; } } { List_1_tBE22F0B6C1EBDB760862FAD201AFE75E3DEBBBFD * L_185; L_185 = TMP_Settings_get_fallbackFontAssets_m9AFCFEA36A048D01DD0C304BC438AE5967D7ABF9(/*hidden argument*/NULL); NullCheck(L_185); int32_t L_186; L_186 = List_1_get_Count_m1BD2D3DC564D1AC8C44DC0AFF4CD1A3C7D781A4C_inline(L_185, /*hidden argument*/List_1_get_Count_m1BD2D3DC564D1AC8C44DC0AFF4CD1A3C7D781A4C_RuntimeMethod_var); if ((((int32_t)L_186) <= ((int32_t)0))) { goto IL_05d0; } } { // character = TMP_FontAssetUtilities.GetCharacterFromFontAssets((uint)unicode, m_currentFontAsset, TMP_Settings.fallbackFontAssets, true, m_FontStyleInternal, m_FontWeightInternal, out isUsingAlternativeTypeface); int32_t L_187 = V_3; TMP_FontAsset_tDD8F58129CF4A9094C82DD209531E9E71F9837B2 * L_188 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_currentFontAsset_41(); List_1_tBE22F0B6C1EBDB760862FAD201AFE75E3DEBBBFD * L_189; L_189 = TMP_Settings_get_fallbackFontAssets_m9AFCFEA36A048D01DD0C304BC438AE5967D7ABF9(/*hidden argument*/NULL); int32_t L_190 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_FontStyleInternal_89(); int32_t L_191 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_FontWeightInternal_78(); IL2CPP_RUNTIME_CLASS_INIT(TMP_FontAssetUtilities_t2583EED4C3204E36709D05D384BB9A3A072CA114_il2cpp_TypeInfo_var); TMP_Character_tE7A98584C4DDFC9E1A1D883F4A5DE99E5DE7CC0C * L_192; L_192 = TMP_FontAssetUtilities_GetCharacterFromFontAssets_m2063CC750813B0DE110732C3FBD1EDAA90556DE2(L_187, L_188, L_189, (bool)1, L_190, L_191, (bool*)(&V_4), /*hidden argument*/NULL); V_9 = L_192; } IL_05d0: { // if (character == null) TMP_TextElement_tDF9A55D56A0B44EA4EA36DEDF942AEB6369AF832 * L_193 = V_9; if (L_193) { goto IL_05fd; } } { // if (TMP_Settings.defaultFontAsset != null) TMP_FontAsset_tDD8F58129CF4A9094C82DD209531E9E71F9837B2 * L_194; L_194 = TMP_Settings_get_defaultFontAsset_mA99B94737A6D8377454EADAB1E1109697A6E11DF(/*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_195; L_195 = Object_op_Inequality_mE1F187520BD83FB7D86A6D850710C4D42B864E90(L_194, (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A *)NULL, /*hidden argument*/NULL); if (!L_195) { goto IL_05fd; } } { // character = TMP_FontAssetUtilities.GetCharacterFromFontAsset((uint)unicode, TMP_Settings.defaultFontAsset, true, m_FontStyleInternal, m_FontWeightInternal, out isUsingAlternativeTypeface); int32_t L_196 = V_3; TMP_FontAsset_tDD8F58129CF4A9094C82DD209531E9E71F9837B2 * L_197; L_197 = TMP_Settings_get_defaultFontAsset_mA99B94737A6D8377454EADAB1E1109697A6E11DF(/*hidden argument*/NULL); int32_t L_198 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_FontStyleInternal_89(); int32_t L_199 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_FontWeightInternal_78(); IL2CPP_RUNTIME_CLASS_INIT(TMP_FontAssetUtilities_t2583EED4C3204E36709D05D384BB9A3A072CA114_il2cpp_TypeInfo_var); TMP_Character_tE7A98584C4DDFC9E1A1D883F4A5DE99E5DE7CC0C * L_200; L_200 = TMP_FontAssetUtilities_GetCharacterFromFontAsset_mF0DE95998A7C4273ACBF88BADA68A8D65B978A74(L_196, L_197, (bool)1, L_198, L_199, (bool*)(&V_4), /*hidden argument*/NULL); V_9 = L_200; } IL_05fd: { // if (character == null) TMP_TextElement_tDF9A55D56A0B44EA4EA36DEDF942AEB6369AF832 * L_201 = V_9; if (L_201) { goto IL_0632; } } { // unicode = unicodeChars[i].unicode = 32; UnicodeCharU5BU5D_tB233FC88865130D0B1EA18DA685C2AF41FB134F7* L_202 = ___unicodeChars0; int32_t L_203 = V_2; NullCheck(L_202); int32_t L_204 = ((int32_t)32); V_14 = L_204; ((L_202)->GetAddressAt(static_cast(L_203)))->set_unicode_0(L_204); int32_t L_205 = V_14; V_3 = L_205; // character = TMP_FontAssetUtilities.GetCharacterFromFontAsset((uint)unicode, m_currentFontAsset, true, m_FontStyleInternal, m_FontWeightInternal, out isUsingAlternativeTypeface); int32_t L_206 = V_3; TMP_FontAsset_tDD8F58129CF4A9094C82DD209531E9E71F9837B2 * L_207 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_currentFontAsset_41(); int32_t L_208 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_FontStyleInternal_89(); int32_t L_209 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_FontWeightInternal_78(); IL2CPP_RUNTIME_CLASS_INIT(TMP_FontAssetUtilities_t2583EED4C3204E36709D05D384BB9A3A072CA114_il2cpp_TypeInfo_var); TMP_Character_tE7A98584C4DDFC9E1A1D883F4A5DE99E5DE7CC0C * L_210; L_210 = TMP_FontAssetUtilities_GetCharacterFromFontAsset_mF0DE95998A7C4273ACBF88BADA68A8D65B978A74(L_206, L_207, (bool)1, L_208, L_209, (bool*)(&V_4), /*hidden argument*/NULL); V_9 = L_210; } IL_0632: { // if (character == null) TMP_TextElement_tDF9A55D56A0B44EA4EA36DEDF942AEB6369AF832 * L_211 = V_9; if (L_211) { goto IL_0666; } } { // unicode = unicodeChars[i].unicode = 0x03; UnicodeCharU5BU5D_tB233FC88865130D0B1EA18DA685C2AF41FB134F7* L_212 = ___unicodeChars0; int32_t L_213 = V_2; NullCheck(L_212); int32_t L_214 = 3; V_14 = L_214; ((L_212)->GetAddressAt(static_cast(L_213)))->set_unicode_0(L_214); int32_t L_215 = V_14; V_3 = L_215; // character = TMP_FontAssetUtilities.GetCharacterFromFontAsset((uint)unicode, m_currentFontAsset, true, m_FontStyleInternal, m_FontWeightInternal, out isUsingAlternativeTypeface); int32_t L_216 = V_3; TMP_FontAsset_tDD8F58129CF4A9094C82DD209531E9E71F9837B2 * L_217 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_currentFontAsset_41(); int32_t L_218 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_FontStyleInternal_89(); int32_t L_219 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_FontWeightInternal_78(); IL2CPP_RUNTIME_CLASS_INIT(TMP_FontAssetUtilities_t2583EED4C3204E36709D05D384BB9A3A072CA114_il2cpp_TypeInfo_var); TMP_Character_tE7A98584C4DDFC9E1A1D883F4A5DE99E5DE7CC0C * L_220; L_220 = TMP_FontAssetUtilities_GetCharacterFromFontAsset_mF0DE95998A7C4273ACBF88BADA68A8D65B978A74(L_216, L_217, (bool)1, L_218, L_219, (bool*)(&V_4), /*hidden argument*/NULL); V_9 = L_220; } IL_0666: { // if (!TMP_Settings.warningsDisabled) bool L_221; L_221 = TMP_Settings_get_warningsDisabled_m1D1EDFF9E8E31540805D7B1D93663B12AE080D3E(/*hidden argument*/NULL); if (L_221) { goto IL_0701; } } { // string formattedWarning = srcGlyph > 0xFFFF // ? string.Format("The character with Unicode value \\U{0:X8} was not found in the [{1}] font asset or any potential fallbacks. It was replaced by Unicode character \\u{2:X4} in text object [{3}].", srcGlyph, m_fontAsset.name, character.unicode, this.name) // : string.Format("The character with Unicode value \\u{0:X4} was not found in the [{1}] font asset or any potential fallbacks. It was replaced by Unicode character \\u{2:X4} in text object [{3}].", srcGlyph, m_fontAsset.name, character.unicode, this.name); int32_t L_222 = V_13; if ((((int32_t)L_222) > ((int32_t)((int32_t)65535)))) { goto IL_06bb; } } { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_223 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var, (uint32_t)4); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_224 = L_223; int32_t L_225 = V_13; int32_t L_226 = L_225; RuntimeObject * L_227 = Box(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var, &L_226); NullCheck(L_224); ArrayElementTypeCheck (L_224, L_227); (L_224)->SetAt(static_cast(0), (RuntimeObject *)L_227); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_228 = L_224; TMP_FontAsset_tDD8F58129CF4A9094C82DD209531E9E71F9837B2 * L_229 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_fontAsset_40(); NullCheck(L_229); String_t* L_230; L_230 = Object_get_name_m0C7BC870ED2F0DC5A2FB09628136CD7D1CB82CFB(L_229, /*hidden argument*/NULL); NullCheck(L_228); ArrayElementTypeCheck (L_228, L_230); (L_228)->SetAt(static_cast(1), (RuntimeObject *)L_230); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_231 = L_228; TMP_TextElement_tDF9A55D56A0B44EA4EA36DEDF942AEB6369AF832 * L_232 = V_9; NullCheck(L_232); uint32_t L_233; L_233 = TMP_TextElement_get_unicode_m20235ED882CB124B30D4DDBF4C2CBD04C3D0B7E1_inline(L_232, /*hidden argument*/NULL); uint32_t L_234 = L_233; RuntimeObject * L_235 = Box(UInt32_tE60352A06233E4E69DD198BCC67142159F686B15_il2cpp_TypeInfo_var, &L_234); NullCheck(L_231); ArrayElementTypeCheck (L_231, L_235); (L_231)->SetAt(static_cast(2), (RuntimeObject *)L_235); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_236 = L_231; String_t* L_237; L_237 = Object_get_name_m0C7BC870ED2F0DC5A2FB09628136CD7D1CB82CFB(__this, /*hidden argument*/NULL); NullCheck(L_236); ArrayElementTypeCheck (L_236, L_237); (L_236)->SetAt(static_cast(3), (RuntimeObject *)L_237); String_t* L_238; L_238 = String_Format_mCED6767EA5FEE6F15ABCD5B4F9150D1284C2795B(_stringLiteral4D6A51480A87FAE7C6D8AE2E5A414374AB8D9821, L_236, /*hidden argument*/NULL); G_B61_0 = L_238; goto IL_06fb; } IL_06bb: { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_239 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var, (uint32_t)4); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_240 = L_239; int32_t L_241 = V_13; int32_t L_242 = L_241; RuntimeObject * L_243 = Box(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var, &L_242); NullCheck(L_240); ArrayElementTypeCheck (L_240, L_243); (L_240)->SetAt(static_cast(0), (RuntimeObject *)L_243); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_244 = L_240; TMP_FontAsset_tDD8F58129CF4A9094C82DD209531E9E71F9837B2 * L_245 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_fontAsset_40(); NullCheck(L_245); String_t* L_246; L_246 = Object_get_name_m0C7BC870ED2F0DC5A2FB09628136CD7D1CB82CFB(L_245, /*hidden argument*/NULL); NullCheck(L_244); ArrayElementTypeCheck (L_244, L_246); (L_244)->SetAt(static_cast(1), (RuntimeObject *)L_246); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_247 = L_244; TMP_TextElement_tDF9A55D56A0B44EA4EA36DEDF942AEB6369AF832 * L_248 = V_9; NullCheck(L_248); uint32_t L_249; L_249 = TMP_TextElement_get_unicode_m20235ED882CB124B30D4DDBF4C2CBD04C3D0B7E1_inline(L_248, /*hidden argument*/NULL); uint32_t L_250 = L_249; RuntimeObject * L_251 = Box(UInt32_tE60352A06233E4E69DD198BCC67142159F686B15_il2cpp_TypeInfo_var, &L_250); NullCheck(L_247); ArrayElementTypeCheck (L_247, L_251); (L_247)->SetAt(static_cast(2), (RuntimeObject *)L_251); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_252 = L_247; String_t* L_253; L_253 = Object_get_name_m0C7BC870ED2F0DC5A2FB09628136CD7D1CB82CFB(__this, /*hidden argument*/NULL); NullCheck(L_252); ArrayElementTypeCheck (L_252, L_253); (L_252)->SetAt(static_cast(3), (RuntimeObject *)L_253); String_t* L_254; L_254 = String_Format_mCED6767EA5FEE6F15ABCD5B4F9150D1284C2795B(_stringLiteral20080904EA14A8FCD6F091490B19C143BAC22866, L_252, /*hidden argument*/NULL); G_B61_0 = L_254; } IL_06fb: { // Debug.LogWarning(formattedWarning, this); IL2CPP_RUNTIME_CLASS_INIT(Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); Debug_LogWarning_mE6AF3EFCF84F2296622CD42FBF9EEAF07244C0A8(G_B61_0, __this, /*hidden argument*/NULL); } IL_0701: { // if (character.elementType == TextElementType.Character) TMP_TextElement_tDF9A55D56A0B44EA4EA36DEDF942AEB6369AF832 * L_255 = V_9; NullCheck(L_255); uint8_t L_256; L_256 = TMP_TextElement_get_elementType_mC90549E302BA8B4156D4A8B0E159A25CF3200B18_inline(L_255, /*hidden argument*/NULL); if ((!(((uint32_t)L_256) == ((uint32_t)1)))) { goto IL_0739; } } { // if (character.textAsset.instanceID != m_currentFontAsset.instanceID) TMP_TextElement_tDF9A55D56A0B44EA4EA36DEDF942AEB6369AF832 * L_257 = V_9; NullCheck(L_257); TMP_Asset_tEE129B2B2FE167D4B860286167207DD3AD45B45E * L_258; L_258 = TMP_TextElement_get_textAsset_m233D38D04C699DF9DBDB5C1C78CC6C8F1A6B74BA_inline(L_257, /*hidden argument*/NULL); NullCheck(L_258); int32_t L_259; L_259 = TMP_Asset_get_instanceID_m890B57243F07A713359F10194C3E914816D34F44(L_258, /*hidden argument*/NULL); TMP_FontAsset_tDD8F58129CF4A9094C82DD209531E9E71F9837B2 * L_260 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_currentFontAsset_41(); NullCheck(L_260); int32_t L_261; L_261 = TMP_Asset_get_instanceID_m890B57243F07A713359F10194C3E914816D34F44(L_260, /*hidden argument*/NULL); if ((((int32_t)L_259) == ((int32_t)L_261))) { goto IL_0739; } } { // isUsingFallbackOrAlternativeTypeface = true; V_5 = (bool)1; // m_currentFontAsset = character.textAsset as TMP_FontAsset; TMP_TextElement_tDF9A55D56A0B44EA4EA36DEDF942AEB6369AF832 * L_262 = V_9; NullCheck(L_262); TMP_Asset_tEE129B2B2FE167D4B860286167207DD3AD45B45E * L_263; L_263 = TMP_TextElement_get_textAsset_m233D38D04C699DF9DBDB5C1C78CC6C8F1A6B74BA_inline(L_262, /*hidden argument*/NULL); ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->set_m_currentFontAsset_41(((TMP_FontAsset_tDD8F58129CF4A9094C82DD209531E9E71F9837B2 *)IsInstClass((RuntimeObject*)L_263, TMP_FontAsset_tDD8F58129CF4A9094C82DD209531E9E71F9837B2_il2cpp_TypeInfo_var))); } IL_0739: { // m_textInfo.characterInfo[m_totalCharacterCount].elementType = TMP_TextElementType.Character; TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_264 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_textInfo_152(); NullCheck(L_264); TMP_CharacterInfoU5BU5D_t7128C1B46CF6AB1374135FA31D41ABF23882B970* L_265 = L_264->get_characterInfo_11(); int32_t L_266 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_totalCharacterCount_200(); NullCheck(L_265); ((L_265)->GetAddressAt(static_cast(L_266)))->set_elementType_3(0); // m_textInfo.characterInfo[m_totalCharacterCount].textElement = character; TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_267 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_textInfo_152(); NullCheck(L_267); TMP_CharacterInfoU5BU5D_t7128C1B46CF6AB1374135FA31D41ABF23882B970* L_268 = L_267->get_characterInfo_11(); int32_t L_269 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_totalCharacterCount_200(); NullCheck(L_268); TMP_TextElement_tDF9A55D56A0B44EA4EA36DEDF942AEB6369AF832 * L_270 = V_9; ((L_268)->GetAddressAt(static_cast(L_269)))->set_textElement_4(L_270); // m_textInfo.characterInfo[m_totalCharacterCount].isUsingAlternateTypeface = isUsingAlternativeTypeface; TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_271 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_textInfo_152(); NullCheck(L_271); TMP_CharacterInfoU5BU5D_t7128C1B46CF6AB1374135FA31D41ABF23882B970* L_272 = L_271->get_characterInfo_11(); int32_t L_273 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_totalCharacterCount_200(); NullCheck(L_272); bool L_274 = V_4; ((L_272)->GetAddressAt(static_cast(L_273)))->set_isUsingAlternateTypeface_10(L_274); // m_textInfo.characterInfo[m_totalCharacterCount].character = (char)unicode; TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_275 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_textInfo_152(); NullCheck(L_275); TMP_CharacterInfoU5BU5D_t7128C1B46CF6AB1374135FA31D41ABF23882B970* L_276 = L_275->get_characterInfo_11(); int32_t L_277 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_totalCharacterCount_200(); NullCheck(L_276); int32_t L_278 = V_3; ((L_276)->GetAddressAt(static_cast(L_277)))->set_character_0(((int32_t)((uint16_t)L_278))); // m_textInfo.characterInfo[m_totalCharacterCount].index = unicodeChars[i].stringIndex; TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_279 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_textInfo_152(); NullCheck(L_279); TMP_CharacterInfoU5BU5D_t7128C1B46CF6AB1374135FA31D41ABF23882B970* L_280 = L_279->get_characterInfo_11(); int32_t L_281 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_totalCharacterCount_200(); NullCheck(L_280); UnicodeCharU5BU5D_tB233FC88865130D0B1EA18DA685C2AF41FB134F7* L_282 = ___unicodeChars0; int32_t L_283 = V_2; NullCheck(L_282); int32_t L_284 = ((L_282)->GetAddressAt(static_cast(L_283)))->get_stringIndex_1(); ((L_280)->GetAddressAt(static_cast(L_281)))->set_index_1(L_284); // m_textInfo.characterInfo[m_totalCharacterCount].stringLength = unicodeChars[i].length; TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_285 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_textInfo_152(); NullCheck(L_285); TMP_CharacterInfoU5BU5D_t7128C1B46CF6AB1374135FA31D41ABF23882B970* L_286 = L_285->get_characterInfo_11(); int32_t L_287 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_totalCharacterCount_200(); NullCheck(L_286); UnicodeCharU5BU5D_tB233FC88865130D0B1EA18DA685C2AF41FB134F7* L_288 = ___unicodeChars0; int32_t L_289 = V_2; NullCheck(L_288); int32_t L_290 = ((L_288)->GetAddressAt(static_cast(L_289)))->get_length_2(); ((L_286)->GetAddressAt(static_cast(L_287)))->set_stringLength_2(L_290); // m_textInfo.characterInfo[m_totalCharacterCount].fontAsset = m_currentFontAsset; TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_291 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_textInfo_152(); NullCheck(L_291); TMP_CharacterInfoU5BU5D_t7128C1B46CF6AB1374135FA31D41ABF23882B970* L_292 = L_291->get_characterInfo_11(); int32_t L_293 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_totalCharacterCount_200(); NullCheck(L_292); TMP_FontAsset_tDD8F58129CF4A9094C82DD209531E9E71F9837B2 * L_294 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_currentFontAsset_41(); ((L_292)->GetAddressAt(static_cast(L_293)))->set_fontAsset_5(L_294); // if (character.elementType == TextElementType.Sprite) TMP_TextElement_tDF9A55D56A0B44EA4EA36DEDF942AEB6369AF832 * L_295 = V_9; NullCheck(L_295); uint8_t L_296; L_296 = TMP_TextElement_get_elementType_mC90549E302BA8B4156D4A8B0E159A25CF3200B18_inline(L_295, /*hidden argument*/NULL); if ((!(((uint32_t)L_296) == ((uint32_t)2)))) { goto IL_0910; } } { // TMP_SpriteAsset spriteAssetRef = character.textAsset as TMP_SpriteAsset; TMP_TextElement_tDF9A55D56A0B44EA4EA36DEDF942AEB6369AF832 * L_297 = V_9; NullCheck(L_297); TMP_Asset_tEE129B2B2FE167D4B860286167207DD3AD45B45E * L_298; L_298 = TMP_TextElement_get_textAsset_m233D38D04C699DF9DBDB5C1C78CC6C8F1A6B74BA_inline(L_297, /*hidden argument*/NULL); V_15 = ((TMP_SpriteAsset_t0746714D8A56C0A27AE56DC6897CC1A129220714 *)IsInstClass((RuntimeObject*)L_298, TMP_SpriteAsset_t0746714D8A56C0A27AE56DC6897CC1A129220714_il2cpp_TypeInfo_var)); // m_currentMaterialIndex = MaterialReference.AddMaterialReference(spriteAssetRef.material, spriteAssetRef, ref m_materialReferences, m_materialReferenceIndexLookup); TMP_SpriteAsset_t0746714D8A56C0A27AE56DC6897CC1A129220714 * L_299 = V_15; NullCheck(L_299); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_300 = ((TMP_Asset_tEE129B2B2FE167D4B860286167207DD3AD45B45E *)L_299)->get_material_6(); TMP_SpriteAsset_t0746714D8A56C0A27AE56DC6897CC1A129220714 * L_301 = V_15; IL2CPP_RUNTIME_CLASS_INIT(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262_il2cpp_TypeInfo_var); Dictionary_2_t49CB072CAA9184D326107FA696BB354C43EB5E08 * L_302 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262_StaticFields*)il2cpp_codegen_static_fields_for(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262_il2cpp_TypeInfo_var))->get_m_materialReferenceIndexLookup_46(); int32_t L_303; L_303 = MaterialReference_AddMaterialReference_m325A2999C2255893CAA908DAE833AFEE35F7963A(L_300, L_301, (MaterialReferenceU5BU5D_t06D1C1249B8051EC092684920106F77B6FC203FD**)(((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262_StaticFields*)il2cpp_codegen_static_fields_for(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262_il2cpp_TypeInfo_var))->get_address_of_m_materialReferences_45()), L_302, /*hidden argument*/NULL); ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->set_m_currentMaterialIndex_48(L_303); // m_materialReferences[m_currentMaterialIndex].referenceCount += 1; MaterialReferenceU5BU5D_t06D1C1249B8051EC092684920106F77B6FC203FD* L_304 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262_StaticFields*)il2cpp_codegen_static_fields_for(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262_il2cpp_TypeInfo_var))->get_m_materialReferences_45(); int32_t L_305 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_currentMaterialIndex_48(); NullCheck(L_304); int32_t* L_306 = ((L_304)->GetAddressAt(static_cast(L_305)))->get_address_of_referenceCount_8(); int32_t* L_307 = L_306; int32_t L_308 = *((int32_t*)L_307); *((int32_t*)L_307) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_308, (int32_t)1)); // m_textInfo.characterInfo[m_totalCharacterCount].elementType = TMP_TextElementType.Sprite; TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_309 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_textInfo_152(); NullCheck(L_309); TMP_CharacterInfoU5BU5D_t7128C1B46CF6AB1374135FA31D41ABF23882B970* L_310 = L_309->get_characterInfo_11(); int32_t L_311 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_totalCharacterCount_200(); NullCheck(L_310); ((L_310)->GetAddressAt(static_cast(L_311)))->set_elementType_3(1); // m_textInfo.characterInfo[m_totalCharacterCount].materialReferenceIndex = m_currentMaterialIndex; TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_312 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_textInfo_152(); NullCheck(L_312); TMP_CharacterInfoU5BU5D_t7128C1B46CF6AB1374135FA31D41ABF23882B970* L_313 = L_312->get_characterInfo_11(); int32_t L_314 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_totalCharacterCount_200(); NullCheck(L_313); int32_t L_315 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_currentMaterialIndex_48(); ((L_313)->GetAddressAt(static_cast(L_314)))->set_materialReferenceIndex_9(L_315); // m_textInfo.characterInfo[m_totalCharacterCount].spriteAsset = spriteAssetRef; TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_316 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_textInfo_152(); NullCheck(L_316); TMP_CharacterInfoU5BU5D_t7128C1B46CF6AB1374135FA31D41ABF23882B970* L_317 = L_316->get_characterInfo_11(); int32_t L_318 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_totalCharacterCount_200(); NullCheck(L_317); TMP_SpriteAsset_t0746714D8A56C0A27AE56DC6897CC1A129220714 * L_319 = V_15; ((L_317)->GetAddressAt(static_cast(L_318)))->set_spriteAsset_6(L_319); // m_textInfo.characterInfo[m_totalCharacterCount].spriteIndex = (int)character.glyphIndex; TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_320 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_textInfo_152(); NullCheck(L_320); TMP_CharacterInfoU5BU5D_t7128C1B46CF6AB1374135FA31D41ABF23882B970* L_321 = L_320->get_characterInfo_11(); int32_t L_322 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_totalCharacterCount_200(); NullCheck(L_321); TMP_TextElement_tDF9A55D56A0B44EA4EA36DEDF942AEB6369AF832 * L_323 = V_9; NullCheck(L_323); uint32_t L_324; L_324 = TMP_TextElement_get_glyphIndex_m6F2184310C842C33B817DB68B8BB86EDFC74CC39_inline(L_323, /*hidden argument*/NULL); ((L_321)->GetAddressAt(static_cast(L_322)))->set_spriteIndex_7(L_324); // m_textElementType = TMP_TextElementType.Character; ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->set_m_textElementType_245(0); // m_currentMaterialIndex = prev_materialIndex; int32_t L_325 = V_8; ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->set_m_currentMaterialIndex_48(L_325); // spriteCount += 1; int32_t L_326 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_326, (int32_t)1)); // m_totalCharacterCount += 1; int32_t L_327 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_totalCharacterCount_200(); ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->set_m_totalCharacterCount_200(((int32_t)il2cpp_codegen_add((int32_t)L_327, (int32_t)1))); // continue; goto IL_0b03; } IL_0910: { // if (isUsingFallbackOrAlternativeTypeface && m_currentFontAsset.instanceID != m_fontAsset.instanceID) bool L_328 = V_5; if (!L_328) { goto IL_0983; } } { TMP_FontAsset_tDD8F58129CF4A9094C82DD209531E9E71F9837B2 * L_329 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_currentFontAsset_41(); NullCheck(L_329); int32_t L_330; L_330 = TMP_Asset_get_instanceID_m890B57243F07A713359F10194C3E914816D34F44(L_329, /*hidden argument*/NULL); TMP_FontAsset_tDD8F58129CF4A9094C82DD209531E9E71F9837B2 * L_331 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_fontAsset_40(); NullCheck(L_331); int32_t L_332; L_332 = TMP_Asset_get_instanceID_m890B57243F07A713359F10194C3E914816D34F44(L_331, /*hidden argument*/NULL); if ((((int32_t)L_330) == ((int32_t)L_332))) { goto IL_0983; } } { // if (TMP_Settings.matchMaterialPreset) bool L_333; L_333 = TMP_Settings_get_matchMaterialPreset_m1EFB003FD58B50047226700ABA7864DDE7102CE3(/*hidden argument*/NULL); if (!L_333) { goto IL_0951; } } { // m_currentMaterial = TMP_MaterialManager.GetFallbackMaterial(m_currentMaterial, m_currentFontAsset.material); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_334 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_currentMaterial_44(); TMP_FontAsset_tDD8F58129CF4A9094C82DD209531E9E71F9837B2 * L_335 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_currentFontAsset_41(); NullCheck(L_335); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_336 = ((TMP_Asset_tEE129B2B2FE167D4B860286167207DD3AD45B45E *)L_335)->get_material_6(); IL2CPP_RUNTIME_CLASS_INIT(TMP_MaterialManager_t79DA77A77FC0A305FCC9D9DBCD89A768F678D758_il2cpp_TypeInfo_var); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_337; L_337 = TMP_MaterialManager_GetFallbackMaterial_mD4DCD6D0AAFF4B63490917F246F177B979C01239(L_334, L_336, /*hidden argument*/NULL); ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->set_m_currentMaterial_44(L_337); goto IL_0962; } IL_0951: { // m_currentMaterial = m_currentFontAsset.material; TMP_FontAsset_tDD8F58129CF4A9094C82DD209531E9E71F9837B2 * L_338 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_currentFontAsset_41(); NullCheck(L_338); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_339 = ((TMP_Asset_tEE129B2B2FE167D4B860286167207DD3AD45B45E *)L_338)->get_material_6(); ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->set_m_currentMaterial_44(L_339); } IL_0962: { // m_currentMaterialIndex = MaterialReference.AddMaterialReference(m_currentMaterial, m_currentFontAsset, ref m_materialReferences, m_materialReferenceIndexLookup); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_340 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_currentMaterial_44(); TMP_FontAsset_tDD8F58129CF4A9094C82DD209531E9E71F9837B2 * L_341 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_currentFontAsset_41(); IL2CPP_RUNTIME_CLASS_INIT(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262_il2cpp_TypeInfo_var); Dictionary_2_t49CB072CAA9184D326107FA696BB354C43EB5E08 * L_342 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262_StaticFields*)il2cpp_codegen_static_fields_for(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262_il2cpp_TypeInfo_var))->get_m_materialReferenceIndexLookup_46(); int32_t L_343; L_343 = MaterialReference_AddMaterialReference_m3DA11DD8331161A6CC550E2D15190407163DA218(L_340, L_341, (MaterialReferenceU5BU5D_t06D1C1249B8051EC092684920106F77B6FC203FD**)(((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262_StaticFields*)il2cpp_codegen_static_fields_for(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262_il2cpp_TypeInfo_var))->get_address_of_m_materialReferences_45()), L_342, /*hidden argument*/NULL); ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->set_m_currentMaterialIndex_48(L_343); } IL_0983: { // if (character != null && character.glyph.atlasIndex > 0) TMP_TextElement_tDF9A55D56A0B44EA4EA36DEDF942AEB6369AF832 * L_344 = V_9; if (!L_344) { goto IL_09dd; } } { TMP_TextElement_tDF9A55D56A0B44EA4EA36DEDF942AEB6369AF832 * L_345 = V_9; NullCheck(L_345); Glyph_tC58ED6BC718B82A55B7E1A3690A289FFA8EBEFD1 * L_346; L_346 = TMP_TextElement_get_glyph_mF8C054C48E4D166B8D69B34BD680BEEA157F2263_inline(L_345, /*hidden argument*/NULL); NullCheck(L_346); int32_t L_347; L_347 = Glyph_get_atlasIndex_m6538243B8852D859DE81213EDC5A9FDD837909EF(L_346, /*hidden argument*/NULL); if ((((int32_t)L_347) <= ((int32_t)0))) { goto IL_09dd; } } { // m_currentMaterial = TMP_MaterialManager.GetFallbackMaterial(m_currentFontAsset, m_currentMaterial, character.glyph.atlasIndex); TMP_FontAsset_tDD8F58129CF4A9094C82DD209531E9E71F9837B2 * L_348 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_currentFontAsset_41(); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_349 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_currentMaterial_44(); TMP_TextElement_tDF9A55D56A0B44EA4EA36DEDF942AEB6369AF832 * L_350 = V_9; NullCheck(L_350); Glyph_tC58ED6BC718B82A55B7E1A3690A289FFA8EBEFD1 * L_351; L_351 = TMP_TextElement_get_glyph_mF8C054C48E4D166B8D69B34BD680BEEA157F2263_inline(L_350, /*hidden argument*/NULL); NullCheck(L_351); int32_t L_352; L_352 = Glyph_get_atlasIndex_m6538243B8852D859DE81213EDC5A9FDD837909EF(L_351, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(TMP_MaterialManager_t79DA77A77FC0A305FCC9D9DBCD89A768F678D758_il2cpp_TypeInfo_var); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_353; L_353 = TMP_MaterialManager_GetFallbackMaterial_mBEE7B6E497CCA6827167096BF2DADE35F89AD67F(L_348, L_349, L_352, /*hidden argument*/NULL); ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->set_m_currentMaterial_44(L_353); // m_currentMaterialIndex = MaterialReference.AddMaterialReference(m_currentMaterial, m_currentFontAsset, ref m_materialReferences, m_materialReferenceIndexLookup); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_354 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_currentMaterial_44(); TMP_FontAsset_tDD8F58129CF4A9094C82DD209531E9E71F9837B2 * L_355 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_currentFontAsset_41(); IL2CPP_RUNTIME_CLASS_INIT(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262_il2cpp_TypeInfo_var); Dictionary_2_t49CB072CAA9184D326107FA696BB354C43EB5E08 * L_356 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262_StaticFields*)il2cpp_codegen_static_fields_for(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262_il2cpp_TypeInfo_var))->get_m_materialReferenceIndexLookup_46(); int32_t L_357; L_357 = MaterialReference_AddMaterialReference_m3DA11DD8331161A6CC550E2D15190407163DA218(L_354, L_355, (MaterialReferenceU5BU5D_t06D1C1249B8051EC092684920106F77B6FC203FD**)(((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262_StaticFields*)il2cpp_codegen_static_fields_for(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262_il2cpp_TypeInfo_var))->get_address_of_m_materialReferences_45()), L_356, /*hidden argument*/NULL); ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->set_m_currentMaterialIndex_48(L_357); // isUsingFallbackOrAlternativeTypeface = true; V_5 = (bool)1; } IL_09dd: { // if (!char.IsWhiteSpace((char)unicode) && unicode != 0x200B) int32_t L_358 = V_3; IL2CPP_RUNTIME_CLASS_INIT(Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_il2cpp_TypeInfo_var); bool L_359; L_359 = Char_IsWhiteSpace_m99A5E1BE1EB9F17EA530A67A607DA8C260BCBF99(((int32_t)((uint16_t)L_358)), /*hidden argument*/NULL); if (L_359) { goto IL_0a69; } } { int32_t L_360 = V_3; if ((((int32_t)L_360) == ((int32_t)((int32_t)8203)))) { goto IL_0a69; } } { // if (m_materialReferences[m_currentMaterialIndex].referenceCount < 16383) IL2CPP_RUNTIME_CLASS_INIT(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262_il2cpp_TypeInfo_var); MaterialReferenceU5BU5D_t06D1C1249B8051EC092684920106F77B6FC203FD* L_361 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262_StaticFields*)il2cpp_codegen_static_fields_for(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262_il2cpp_TypeInfo_var))->get_m_materialReferences_45(); int32_t L_362 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_currentMaterialIndex_48(); NullCheck(L_361); int32_t L_363 = ((L_361)->GetAddressAt(static_cast(L_362)))->get_referenceCount_8(); if ((((int32_t)L_363) >= ((int32_t)((int32_t)16383)))) { goto IL_0a29; } } { // m_materialReferences[m_currentMaterialIndex].referenceCount += 1; IL2CPP_RUNTIME_CLASS_INIT(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262_il2cpp_TypeInfo_var); MaterialReferenceU5BU5D_t06D1C1249B8051EC092684920106F77B6FC203FD* L_364 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262_StaticFields*)il2cpp_codegen_static_fields_for(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262_il2cpp_TypeInfo_var))->get_m_materialReferences_45(); int32_t L_365 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_currentMaterialIndex_48(); NullCheck(L_364); int32_t* L_366 = ((L_364)->GetAddressAt(static_cast(L_365)))->get_address_of_referenceCount_8(); int32_t* L_367 = L_366; int32_t L_368 = *((int32_t*)L_367); *((int32_t*)L_367) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_368, (int32_t)1)); goto IL_0a69; } IL_0a29: { // m_currentMaterialIndex = MaterialReference.AddMaterialReference(new Material(m_currentMaterial), m_currentFontAsset, ref m_materialReferences, m_materialReferenceIndexLookup); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_369 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_currentMaterial_44(); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_370 = (Material_t8927C00353A72755313F046D0CE85178AE8218EE *)il2cpp_codegen_object_new(Material_t8927C00353A72755313F046D0CE85178AE8218EE_il2cpp_TypeInfo_var); Material__ctor_mD0C3D9CFAFE0FB858D864092467387D7FA178245(L_370, L_369, /*hidden argument*/NULL); TMP_FontAsset_tDD8F58129CF4A9094C82DD209531E9E71F9837B2 * L_371 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_currentFontAsset_41(); IL2CPP_RUNTIME_CLASS_INIT(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262_il2cpp_TypeInfo_var); Dictionary_2_t49CB072CAA9184D326107FA696BB354C43EB5E08 * L_372 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262_StaticFields*)il2cpp_codegen_static_fields_for(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262_il2cpp_TypeInfo_var))->get_m_materialReferenceIndexLookup_46(); int32_t L_373; L_373 = MaterialReference_AddMaterialReference_m3DA11DD8331161A6CC550E2D15190407163DA218(L_370, L_371, (MaterialReferenceU5BU5D_t06D1C1249B8051EC092684920106F77B6FC203FD**)(((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262_StaticFields*)il2cpp_codegen_static_fields_for(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262_il2cpp_TypeInfo_var))->get_address_of_m_materialReferences_45()), L_372, /*hidden argument*/NULL); ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->set_m_currentMaterialIndex_48(L_373); // m_materialReferences[m_currentMaterialIndex].referenceCount += 1; MaterialReferenceU5BU5D_t06D1C1249B8051EC092684920106F77B6FC203FD* L_374 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262_StaticFields*)il2cpp_codegen_static_fields_for(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262_il2cpp_TypeInfo_var))->get_m_materialReferences_45(); int32_t L_375 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_currentMaterialIndex_48(); NullCheck(L_374); int32_t* L_376 = ((L_374)->GetAddressAt(static_cast(L_375)))->get_address_of_referenceCount_8(); int32_t* L_377 = L_376; int32_t L_378 = *((int32_t*)L_377); *((int32_t*)L_377) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_378, (int32_t)1)); } IL_0a69: { // m_textInfo.characterInfo[m_totalCharacterCount].material = m_currentMaterial; TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_379 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_textInfo_152(); NullCheck(L_379); TMP_CharacterInfoU5BU5D_t7128C1B46CF6AB1374135FA31D41ABF23882B970* L_380 = L_379->get_characterInfo_11(); int32_t L_381 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_totalCharacterCount_200(); NullCheck(L_380); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_382 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_currentMaterial_44(); ((L_380)->GetAddressAt(static_cast(L_381)))->set_material_8(L_382); // m_textInfo.characterInfo[m_totalCharacterCount].materialReferenceIndex = m_currentMaterialIndex; TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_383 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_textInfo_152(); NullCheck(L_383); TMP_CharacterInfoU5BU5D_t7128C1B46CF6AB1374135FA31D41ABF23882B970* L_384 = L_383->get_characterInfo_11(); int32_t L_385 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_totalCharacterCount_200(); NullCheck(L_384); int32_t L_386 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_currentMaterialIndex_48(); ((L_384)->GetAddressAt(static_cast(L_385)))->set_materialReferenceIndex_9(L_386); // m_materialReferences[m_currentMaterialIndex].isFallbackMaterial = isUsingFallbackOrAlternativeTypeface; IL2CPP_RUNTIME_CLASS_INIT(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262_il2cpp_TypeInfo_var); MaterialReferenceU5BU5D_t06D1C1249B8051EC092684920106F77B6FC203FD* L_387 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262_StaticFields*)il2cpp_codegen_static_fields_for(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262_il2cpp_TypeInfo_var))->get_m_materialReferences_45(); int32_t L_388 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_currentMaterialIndex_48(); NullCheck(L_387); bool L_389 = V_5; ((L_387)->GetAddressAt(static_cast(L_388)))->set_isFallbackMaterial_5(L_389); // if (isUsingFallbackOrAlternativeTypeface) bool L_390 = V_5; if (!L_390) { goto IL_0af5; } } { // m_materialReferences[m_currentMaterialIndex].fallbackMaterial = prev_material; IL2CPP_RUNTIME_CLASS_INIT(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262_il2cpp_TypeInfo_var); MaterialReferenceU5BU5D_t06D1C1249B8051EC092684920106F77B6FC203FD* L_391 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262_StaticFields*)il2cpp_codegen_static_fields_for(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262_il2cpp_TypeInfo_var))->get_m_materialReferences_45(); int32_t L_392 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_currentMaterialIndex_48(); NullCheck(L_391); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_393 = V_7; ((L_391)->GetAddressAt(static_cast(L_392)))->set_fallbackMaterial_6(L_393); // m_currentFontAsset = prev_fontAsset; TMP_FontAsset_tDD8F58129CF4A9094C82DD209531E9E71F9837B2 * L_394 = V_6; ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->set_m_currentFontAsset_41(L_394); // m_currentMaterial = prev_material; Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_395 = V_7; ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->set_m_currentMaterial_44(L_395); // m_currentMaterialIndex = prev_materialIndex; int32_t L_396 = V_8; ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->set_m_currentMaterialIndex_48(L_396); } IL_0af5: { // m_totalCharacterCount += 1; int32_t L_397 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_totalCharacterCount_200(); ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->set_m_totalCharacterCount_200(((int32_t)il2cpp_codegen_add((int32_t)L_397, (int32_t)1))); } IL_0b03: { // for (int i = 0; i < unicodeChars.Length && unicodeChars[i].unicode != 0; i++) int32_t L_398 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_398, (int32_t)1)); } IL_0b07: { // for (int i = 0; i < unicodeChars.Length && unicodeChars[i].unicode != 0; i++) int32_t L_399 = V_2; UnicodeCharU5BU5D_tB233FC88865130D0B1EA18DA685C2AF41FB134F7* L_400 = ___unicodeChars0; NullCheck(L_400); if ((((int32_t)L_399) >= ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_400)->max_length)))))) { goto IL_0b1e; } } { UnicodeCharU5BU5D_tB233FC88865130D0B1EA18DA685C2AF41FB134F7* L_401 = ___unicodeChars0; int32_t L_402 = V_2; NullCheck(L_401); int32_t L_403 = ((L_401)->GetAddressAt(static_cast(L_402)))->get_unicode_0(); if (L_403) { goto IL_0284; } } IL_0b1e: { // if (m_isCalculatingPreferredValues) bool L_404 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_isCalculatingPreferredValues_180(); if (!L_404) { goto IL_0b34; } } { // m_isCalculatingPreferredValues = false; ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->set_m_isCalculatingPreferredValues_180((bool)0); // return m_totalCharacterCount; int32_t L_405 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_totalCharacterCount_200(); return L_405; } IL_0b34: { // m_textInfo.spriteCount = spriteCount; TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_406 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_textInfo_152(); int32_t L_407 = V_0; NullCheck(L_406); L_406->set_spriteCount_4(L_407); // int materialCount = m_textInfo.materialCount = m_materialReferenceIndexLookup.Count; TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_408 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_textInfo_152(); IL2CPP_RUNTIME_CLASS_INIT(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262_il2cpp_TypeInfo_var); Dictionary_2_t49CB072CAA9184D326107FA696BB354C43EB5E08 * L_409 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262_StaticFields*)il2cpp_codegen_static_fields_for(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262_il2cpp_TypeInfo_var))->get_m_materialReferenceIndexLookup_46(); NullCheck(L_409); int32_t L_410; L_410 = Dictionary_2_get_Count_m4B244F40033A552A9DD496F66C759D1AC5FAB762(L_409, /*hidden argument*/Dictionary_2_get_Count_m4B244F40033A552A9DD496F66C759D1AC5FAB762_RuntimeMethod_var); int32_t L_411 = L_410; V_14 = L_411; NullCheck(L_408); L_408->set_materialCount_10(L_411); int32_t L_412 = V_14; V_1 = L_412; // if (materialCount > m_textInfo.meshInfo.Length) int32_t L_413 = V_1; TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_414 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_textInfo_152(); NullCheck(L_414); TMP_MeshInfoU5BU5D_t6C0A65D18C54B6FA681B2EB0676B83116FD03119* L_415 = L_414->get_meshInfo_16(); NullCheck(L_415); if ((((int32_t)L_413) <= ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_415)->max_length)))))) { goto IL_0b7d; } } { // TMP_TextInfo.Resize(ref m_textInfo.meshInfo, materialCount, false); TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_416 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_textInfo_152(); NullCheck(L_416); TMP_MeshInfoU5BU5D_t6C0A65D18C54B6FA681B2EB0676B83116FD03119** L_417 = L_416->get_address_of_meshInfo_16(); int32_t L_418 = V_1; IL2CPP_RUNTIME_CLASS_INIT(TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547_il2cpp_TypeInfo_var); TMP_TextInfo_Resize_TisTMP_MeshInfo_t69FCEF4CBC055C00598478835753D43D94A03176_m7CB5C5374D263749B245A19B3791B0C2DE0B21BD((TMP_MeshInfoU5BU5D_t6C0A65D18C54B6FA681B2EB0676B83116FD03119**)L_417, L_418, (bool)0, /*hidden argument*/TMP_TextInfo_Resize_TisTMP_MeshInfo_t69FCEF4CBC055C00598478835753D43D94A03176_m7CB5C5374D263749B245A19B3791B0C2DE0B21BD_RuntimeMethod_var); } IL_0b7d: { // if (materialCount > m_subTextObjects.Length) int32_t L_419 = V_1; TMP_SubMeshU5BU5D_t2EF6E7C00AD0C05C7BD3E565CF716B62BED324A2* L_420 = __this->get_m_subTextObjects_277(); NullCheck(L_420); if ((((int32_t)L_419) <= ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_420)->max_length)))))) { goto IL_0b9b; } } { // TMP_TextInfo.Resize(ref m_subTextObjects, Mathf.NextPowerOfTwo(materialCount + 1)); TMP_SubMeshU5BU5D_t2EF6E7C00AD0C05C7BD3E565CF716B62BED324A2** L_421 = __this->get_address_of_m_subTextObjects_277(); int32_t L_422 = V_1; int32_t L_423; L_423 = Mathf_NextPowerOfTwo_m89DB0674631948FE00FD5660B18D9E62CE85CAF5(((int32_t)il2cpp_codegen_add((int32_t)L_422, (int32_t)1)), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547_il2cpp_TypeInfo_var); TMP_TextInfo_Resize_TisTMP_SubMesh_tF05E95C4AC87BBE600564968E24B50BE2E06D1B8_m9474AD5AA394888E8BA4EC876D8069AE104B6C92((TMP_SubMeshU5BU5D_t2EF6E7C00AD0C05C7BD3E565CF716B62BED324A2**)L_421, L_423, /*hidden argument*/TMP_TextInfo_Resize_TisTMP_SubMesh_tF05E95C4AC87BBE600564968E24B50BE2E06D1B8_m9474AD5AA394888E8BA4EC876D8069AE104B6C92_RuntimeMethod_var); } IL_0b9b: { // if (m_VertexBufferAutoSizeReduction && m_textInfo.characterInfo.Length - m_totalCharacterCount > 256) bool L_424 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_VertexBufferAutoSizeReduction_138(); if (!L_424) { goto IL_0be1; } } { TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_425 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_textInfo_152(); NullCheck(L_425); TMP_CharacterInfoU5BU5D_t7128C1B46CF6AB1374135FA31D41ABF23882B970* L_426 = L_425->get_characterInfo_11(); NullCheck(L_426); int32_t L_427 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_totalCharacterCount_200(); if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_426)->max_length))), (int32_t)L_427))) <= ((int32_t)((int32_t)256)))) { goto IL_0be1; } } { // TMP_TextInfo.Resize(ref m_textInfo.characterInfo, Mathf.Max(m_totalCharacterCount + 1, 256), true); TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_428 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_textInfo_152(); NullCheck(L_428); TMP_CharacterInfoU5BU5D_t7128C1B46CF6AB1374135FA31D41ABF23882B970** L_429 = L_428->get_address_of_characterInfo_11(); int32_t L_430 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_totalCharacterCount_200(); int32_t L_431; L_431 = Mathf_Max_mAB2544BF70651EC36982F5F4EBD250AEE283335A(((int32_t)il2cpp_codegen_add((int32_t)L_430, (int32_t)1)), ((int32_t)256), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547_il2cpp_TypeInfo_var); TMP_TextInfo_Resize_TisTMP_CharacterInfo_t6F1B9FE4246803FFE4F527B3CEFED9D60AD7383B_m1C86AF032DFA65CE73267C38C2B34822BAED25B3((TMP_CharacterInfoU5BU5D_t7128C1B46CF6AB1374135FA31D41ABF23882B970**)L_429, L_431, (bool)1, /*hidden argument*/TMP_TextInfo_Resize_TisTMP_CharacterInfo_t6F1B9FE4246803FFE4F527B3CEFED9D60AD7383B_m1C86AF032DFA65CE73267C38C2B34822BAED25B3_RuntimeMethod_var); } IL_0be1: { // for (int i = 0; i < materialCount; i++) V_16 = 0; goto IL_0eab; } IL_0be9: { // if (i > 0) int32_t L_432 = V_16; if ((((int32_t)L_432) <= ((int32_t)0))) { goto IL_0d24; } } { // if (m_subTextObjects[i] == null) TMP_SubMeshU5BU5D_t2EF6E7C00AD0C05C7BD3E565CF716B62BED324A2* L_433 = __this->get_m_subTextObjects_277(); int32_t L_434 = V_16; NullCheck(L_433); int32_t L_435 = L_434; TMP_SubMesh_tF05E95C4AC87BBE600564968E24B50BE2E06D1B8 * L_436 = (L_433)->GetAt(static_cast(L_435)); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_437; L_437 = Object_op_Equality_mEE9EC7EB5C7DC3E95B94AB904E1986FC4D566D54(L_436, (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A *)NULL, /*hidden argument*/NULL); if (!L_437) { goto IL_0c35; } } { // m_subTextObjects[i] = TMP_SubMesh.AddSubTextObject(this, m_materialReferences[i]); TMP_SubMeshU5BU5D_t2EF6E7C00AD0C05C7BD3E565CF716B62BED324A2* L_438 = __this->get_m_subTextObjects_277(); int32_t L_439 = V_16; IL2CPP_RUNTIME_CLASS_INIT(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262_il2cpp_TypeInfo_var); MaterialReferenceU5BU5D_t06D1C1249B8051EC092684920106F77B6FC203FD* L_440 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262_StaticFields*)il2cpp_codegen_static_fields_for(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262_il2cpp_TypeInfo_var))->get_m_materialReferences_45(); int32_t L_441 = V_16; NullCheck(L_440); int32_t L_442 = L_441; MaterialReference_tB00D33F114B6EF4E7D63B25D053A0111D502951B L_443 = (L_440)->GetAt(static_cast(L_442)); TMP_SubMesh_tF05E95C4AC87BBE600564968E24B50BE2E06D1B8 * L_444; L_444 = TMP_SubMesh_AddSubTextObject_mB8BFEA8994303FBAC01CFCC25C60DDAC12B939C8(__this, L_443, /*hidden argument*/NULL); NullCheck(L_438); ArrayElementTypeCheck (L_438, L_444); (L_438)->SetAt(static_cast(L_439), (TMP_SubMesh_tF05E95C4AC87BBE600564968E24B50BE2E06D1B8 *)L_444); // m_textInfo.meshInfo[i].vertices = null; TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_445 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_textInfo_152(); NullCheck(L_445); TMP_MeshInfoU5BU5D_t6C0A65D18C54B6FA681B2EB0676B83116FD03119* L_446 = L_445->get_meshInfo_16(); int32_t L_447 = V_16; NullCheck(L_446); ((L_446)->GetAddressAt(static_cast(L_447)))->set_vertices_6((Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4*)NULL); } IL_0c35: { // if (m_subTextObjects[i].sharedMaterial == null || m_subTextObjects[i].sharedMaterial.GetInstanceID() != m_materialReferences[i].material.GetInstanceID()) TMP_SubMeshU5BU5D_t2EF6E7C00AD0C05C7BD3E565CF716B62BED324A2* L_448 = __this->get_m_subTextObjects_277(); int32_t L_449 = V_16; NullCheck(L_448); int32_t L_450 = L_449; TMP_SubMesh_tF05E95C4AC87BBE600564968E24B50BE2E06D1B8 * L_451 = (L_448)->GetAt(static_cast(L_450)); NullCheck(L_451); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_452; L_452 = TMP_SubMesh_get_sharedMaterial_mEECFBA6D6E236B61B233F8445C3CB99DA3BD3688_inline(L_451, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_453; L_453 = Object_op_Equality_mEE9EC7EB5C7DC3E95B94AB904E1986FC4D566D54(L_452, (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A *)NULL, /*hidden argument*/NULL); if (L_453) { goto IL_0c76; } } { TMP_SubMeshU5BU5D_t2EF6E7C00AD0C05C7BD3E565CF716B62BED324A2* L_454 = __this->get_m_subTextObjects_277(); int32_t L_455 = V_16; NullCheck(L_454); int32_t L_456 = L_455; TMP_SubMesh_tF05E95C4AC87BBE600564968E24B50BE2E06D1B8 * L_457 = (L_454)->GetAt(static_cast(L_456)); NullCheck(L_457); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_458; L_458 = TMP_SubMesh_get_sharedMaterial_mEECFBA6D6E236B61B233F8445C3CB99DA3BD3688_inline(L_457, /*hidden argument*/NULL); NullCheck(L_458); int32_t L_459; L_459 = Object_GetInstanceID_m7CF962BC1DB5C03F3522F88728CB2F514582B501(L_458, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262_il2cpp_TypeInfo_var); MaterialReferenceU5BU5D_t06D1C1249B8051EC092684920106F77B6FC203FD* L_460 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262_StaticFields*)il2cpp_codegen_static_fields_for(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262_il2cpp_TypeInfo_var))->get_m_materialReferences_45(); int32_t L_461 = V_16; NullCheck(L_460); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_462 = ((L_460)->GetAddressAt(static_cast(L_461)))->get_material_3(); NullCheck(L_462); int32_t L_463; L_463 = Object_GetInstanceID_m7CF962BC1DB5C03F3522F88728CB2F514582B501(L_462, /*hidden argument*/NULL); if ((((int32_t)L_459) == ((int32_t)L_463))) { goto IL_0cd3; } } IL_0c76: { // m_subTextObjects[i].sharedMaterial = m_materialReferences[i].material; TMP_SubMeshU5BU5D_t2EF6E7C00AD0C05C7BD3E565CF716B62BED324A2* L_464 = __this->get_m_subTextObjects_277(); int32_t L_465 = V_16; NullCheck(L_464); int32_t L_466 = L_465; TMP_SubMesh_tF05E95C4AC87BBE600564968E24B50BE2E06D1B8 * L_467 = (L_464)->GetAt(static_cast(L_466)); IL2CPP_RUNTIME_CLASS_INIT(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262_il2cpp_TypeInfo_var); MaterialReferenceU5BU5D_t06D1C1249B8051EC092684920106F77B6FC203FD* L_468 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262_StaticFields*)il2cpp_codegen_static_fields_for(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262_il2cpp_TypeInfo_var))->get_m_materialReferences_45(); int32_t L_469 = V_16; NullCheck(L_468); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_470 = ((L_468)->GetAddressAt(static_cast(L_469)))->get_material_3(); NullCheck(L_467); TMP_SubMesh_set_sharedMaterial_m2508A397CF6AE5740C67C4E51C76916ECBD35556(L_467, L_470, /*hidden argument*/NULL); // m_subTextObjects[i].fontAsset = m_materialReferences[i].fontAsset; TMP_SubMeshU5BU5D_t2EF6E7C00AD0C05C7BD3E565CF716B62BED324A2* L_471 = __this->get_m_subTextObjects_277(); int32_t L_472 = V_16; NullCheck(L_471); int32_t L_473 = L_472; TMP_SubMesh_tF05E95C4AC87BBE600564968E24B50BE2E06D1B8 * L_474 = (L_471)->GetAt(static_cast(L_473)); MaterialReferenceU5BU5D_t06D1C1249B8051EC092684920106F77B6FC203FD* L_475 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262_StaticFields*)il2cpp_codegen_static_fields_for(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262_il2cpp_TypeInfo_var))->get_m_materialReferences_45(); int32_t L_476 = V_16; NullCheck(L_475); TMP_FontAsset_tDD8F58129CF4A9094C82DD209531E9E71F9837B2 * L_477 = ((L_475)->GetAddressAt(static_cast(L_476)))->get_fontAsset_1(); NullCheck(L_474); TMP_SubMesh_set_fontAsset_m307C3FCDD486CFA3A99E86844F8FBC3A87AC3B38_inline(L_474, L_477, /*hidden argument*/NULL); // m_subTextObjects[i].spriteAsset = m_materialReferences[i].spriteAsset; TMP_SubMeshU5BU5D_t2EF6E7C00AD0C05C7BD3E565CF716B62BED324A2* L_478 = __this->get_m_subTextObjects_277(); int32_t L_479 = V_16; NullCheck(L_478); int32_t L_480 = L_479; TMP_SubMesh_tF05E95C4AC87BBE600564968E24B50BE2E06D1B8 * L_481 = (L_478)->GetAt(static_cast(L_480)); MaterialReferenceU5BU5D_t06D1C1249B8051EC092684920106F77B6FC203FD* L_482 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262_StaticFields*)il2cpp_codegen_static_fields_for(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262_il2cpp_TypeInfo_var))->get_m_materialReferences_45(); int32_t L_483 = V_16; NullCheck(L_482); TMP_SpriteAsset_t0746714D8A56C0A27AE56DC6897CC1A129220714 * L_484 = ((L_482)->GetAddressAt(static_cast(L_483)))->get_spriteAsset_2(); NullCheck(L_481); TMP_SubMesh_set_spriteAsset_m114988A0DB206AF57B97417498959228469BE281_inline(L_481, L_484, /*hidden argument*/NULL); } IL_0cd3: { // if (m_materialReferences[i].isFallbackMaterial) IL2CPP_RUNTIME_CLASS_INIT(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262_il2cpp_TypeInfo_var); MaterialReferenceU5BU5D_t06D1C1249B8051EC092684920106F77B6FC203FD* L_485 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262_StaticFields*)il2cpp_codegen_static_fields_for(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262_il2cpp_TypeInfo_var))->get_m_materialReferences_45(); int32_t L_486 = V_16; NullCheck(L_485); bool L_487 = ((L_485)->GetAddressAt(static_cast(L_486)))->get_isFallbackMaterial_5(); if (!L_487) { goto IL_0d24; } } { // m_subTextObjects[i].fallbackMaterial = m_materialReferences[i].material; TMP_SubMeshU5BU5D_t2EF6E7C00AD0C05C7BD3E565CF716B62BED324A2* L_488 = __this->get_m_subTextObjects_277(); int32_t L_489 = V_16; NullCheck(L_488); int32_t L_490 = L_489; TMP_SubMesh_tF05E95C4AC87BBE600564968E24B50BE2E06D1B8 * L_491 = (L_488)->GetAt(static_cast(L_490)); IL2CPP_RUNTIME_CLASS_INIT(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262_il2cpp_TypeInfo_var); MaterialReferenceU5BU5D_t06D1C1249B8051EC092684920106F77B6FC203FD* L_492 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262_StaticFields*)il2cpp_codegen_static_fields_for(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262_il2cpp_TypeInfo_var))->get_m_materialReferences_45(); int32_t L_493 = V_16; NullCheck(L_492); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_494 = ((L_492)->GetAddressAt(static_cast(L_493)))->get_material_3(); NullCheck(L_491); TMP_SubMesh_set_fallbackMaterial_mEA42D20BCA21645ECAA1025A3113DD278FAF3FA0(L_491, L_494, /*hidden argument*/NULL); // m_subTextObjects[i].fallbackSourceMaterial = m_materialReferences[i].fallbackMaterial; TMP_SubMeshU5BU5D_t2EF6E7C00AD0C05C7BD3E565CF716B62BED324A2* L_495 = __this->get_m_subTextObjects_277(); int32_t L_496 = V_16; NullCheck(L_495); int32_t L_497 = L_496; TMP_SubMesh_tF05E95C4AC87BBE600564968E24B50BE2E06D1B8 * L_498 = (L_495)->GetAt(static_cast(L_497)); MaterialReferenceU5BU5D_t06D1C1249B8051EC092684920106F77B6FC203FD* L_499 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262_StaticFields*)il2cpp_codegen_static_fields_for(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262_il2cpp_TypeInfo_var))->get_m_materialReferences_45(); int32_t L_500 = V_16; NullCheck(L_499); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_501 = ((L_499)->GetAddressAt(static_cast(L_500)))->get_fallbackMaterial_6(); NullCheck(L_498); TMP_SubMesh_set_fallbackSourceMaterial_m88F5917717363F167DA171F3346334B1097D3CE3_inline(L_498, L_501, /*hidden argument*/NULL); } IL_0d24: { // int referenceCount = m_materialReferences[i].referenceCount; IL2CPP_RUNTIME_CLASS_INIT(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262_il2cpp_TypeInfo_var); MaterialReferenceU5BU5D_t06D1C1249B8051EC092684920106F77B6FC203FD* L_502 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262_StaticFields*)il2cpp_codegen_static_fields_for(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262_il2cpp_TypeInfo_var))->get_m_materialReferences_45(); int32_t L_503 = V_16; NullCheck(L_502); int32_t L_504 = ((L_502)->GetAddressAt(static_cast(L_503)))->get_referenceCount_8(); V_17 = L_504; // if (m_textInfo.meshInfo[i].vertices == null || m_textInfo.meshInfo[i].vertices.Length < referenceCount * 4) TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_505 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_textInfo_152(); NullCheck(L_505); TMP_MeshInfoU5BU5D_t6C0A65D18C54B6FA681B2EB0676B83116FD03119* L_506 = L_505->get_meshInfo_16(); int32_t L_507 = V_16; NullCheck(L_506); Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4* L_508 = ((L_506)->GetAddressAt(static_cast(L_507)))->get_vertices_6(); if (!L_508) { goto IL_0d72; } } { TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_509 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_textInfo_152(); NullCheck(L_509); TMP_MeshInfoU5BU5D_t6C0A65D18C54B6FA681B2EB0676B83116FD03119* L_510 = L_509->get_meshInfo_16(); int32_t L_511 = V_16; NullCheck(L_510); Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4* L_512 = ((L_510)->GetAddressAt(static_cast(L_511)))->get_vertices_6(); NullCheck(L_512); int32_t L_513 = V_17; if ((((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_512)->max_length)))) >= ((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_513, (int32_t)4))))) { goto IL_0e18; } } IL_0d72: { // if (m_textInfo.meshInfo[i].vertices == null) TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_514 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_textInfo_152(); NullCheck(L_514); TMP_MeshInfoU5BU5D_t6C0A65D18C54B6FA681B2EB0676B83116FD03119* L_515 = L_514->get_meshInfo_16(); int32_t L_516 = V_16; NullCheck(L_515); Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4* L_517 = ((L_515)->GetAddressAt(static_cast(L_516)))->get_vertices_6(); if (L_517) { goto IL_0de3; } } { // if (i == 0) int32_t L_518 = V_16; if (L_518) { goto IL_0db5; } } { // m_textInfo.meshInfo[i] = new TMP_MeshInfo(m_mesh, referenceCount + 1); TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_519 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_textInfo_152(); NullCheck(L_519); TMP_MeshInfoU5BU5D_t6C0A65D18C54B6FA681B2EB0676B83116FD03119* L_520 = L_519->get_meshInfo_16(); int32_t L_521 = V_16; Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 * L_522 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_mesh_161(); int32_t L_523 = V_17; TMP_MeshInfo_t69FCEF4CBC055C00598478835753D43D94A03176 L_524; memset((&L_524), 0, sizeof(L_524)); TMP_MeshInfo__ctor_mB73E9771607C02B602451E93737E1FFCAD8BFBA3((&L_524), L_522, ((int32_t)il2cpp_codegen_add((int32_t)L_523, (int32_t)1)), /*hidden argument*/NULL); NullCheck(L_520); (L_520)->SetAt(static_cast(L_521), (TMP_MeshInfo_t69FCEF4CBC055C00598478835753D43D94A03176 )L_524); goto IL_0e7d; } IL_0db5: { // m_textInfo.meshInfo[i] = new TMP_MeshInfo(m_subTextObjects[i].mesh, referenceCount + 1); TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_525 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_textInfo_152(); NullCheck(L_525); TMP_MeshInfoU5BU5D_t6C0A65D18C54B6FA681B2EB0676B83116FD03119* L_526 = L_525->get_meshInfo_16(); int32_t L_527 = V_16; TMP_SubMeshU5BU5D_t2EF6E7C00AD0C05C7BD3E565CF716B62BED324A2* L_528 = __this->get_m_subTextObjects_277(); int32_t L_529 = V_16; NullCheck(L_528); int32_t L_530 = L_529; TMP_SubMesh_tF05E95C4AC87BBE600564968E24B50BE2E06D1B8 * L_531 = (L_528)->GetAt(static_cast(L_530)); NullCheck(L_531); Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 * L_532; L_532 = TMP_SubMesh_get_mesh_mB7EE1E8583BFD5178C20562DE4EA529FC1325F98(L_531, /*hidden argument*/NULL); int32_t L_533 = V_17; TMP_MeshInfo_t69FCEF4CBC055C00598478835753D43D94A03176 L_534; memset((&L_534), 0, sizeof(L_534)); TMP_MeshInfo__ctor_mB73E9771607C02B602451E93737E1FFCAD8BFBA3((&L_534), L_532, ((int32_t)il2cpp_codegen_add((int32_t)L_533, (int32_t)1)), /*hidden argument*/NULL); NullCheck(L_526); (L_526)->SetAt(static_cast(L_527), (TMP_MeshInfo_t69FCEF4CBC055C00598478835753D43D94A03176 )L_534); // } goto IL_0e7d; } IL_0de3: { // m_textInfo.meshInfo[i].ResizeMeshInfo(referenceCount > 1024 ? referenceCount + 256 : Mathf.NextPowerOfTwo(referenceCount + 1)); TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_535 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_textInfo_152(); NullCheck(L_535); TMP_MeshInfoU5BU5D_t6C0A65D18C54B6FA681B2EB0676B83116FD03119* L_536 = L_535->get_meshInfo_16(); int32_t L_537 = V_16; NullCheck(L_536); int32_t L_538 = V_17; G_B112_0 = ((L_536)->GetAddressAt(static_cast(L_537))); if ((((int32_t)L_538) > ((int32_t)((int32_t)1024)))) { G_B113_0 = ((L_536)->GetAddressAt(static_cast(L_537))); goto IL_0e09; } } { int32_t L_539 = V_17; int32_t L_540; L_540 = Mathf_NextPowerOfTwo_m89DB0674631948FE00FD5660B18D9E62CE85CAF5(((int32_t)il2cpp_codegen_add((int32_t)L_539, (int32_t)1)), /*hidden argument*/NULL); G_B114_0 = L_540; G_B114_1 = G_B112_0; goto IL_0e11; } IL_0e09: { int32_t L_541 = V_17; G_B114_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_541, (int32_t)((int32_t)256))); G_B114_1 = G_B113_0; } IL_0e11: { TMP_MeshInfo_ResizeMeshInfo_m6F37028E8CA2A7F864B0120698826939DDEE5951((TMP_MeshInfo_t69FCEF4CBC055C00598478835753D43D94A03176 *)G_B114_1, G_B114_0, /*hidden argument*/NULL); // } goto IL_0e7d; } IL_0e18: { // else if (m_VertexBufferAutoSizeReduction && referenceCount > 0 && m_textInfo.meshInfo[i].vertices.Length / 4 - referenceCount > 256) bool L_542 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_VertexBufferAutoSizeReduction_138(); if (!L_542) { goto IL_0e7d; } } { int32_t L_543 = V_17; if ((((int32_t)L_543) <= ((int32_t)0))) { goto IL_0e7d; } } { TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_544 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_textInfo_152(); NullCheck(L_544); TMP_MeshInfoU5BU5D_t6C0A65D18C54B6FA681B2EB0676B83116FD03119* L_545 = L_544->get_meshInfo_16(); int32_t L_546 = V_16; NullCheck(L_545); Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4* L_547 = ((L_545)->GetAddressAt(static_cast(L_546)))->get_vertices_6(); NullCheck(L_547); int32_t L_548 = V_17; if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_547)->max_length)))/(int32_t)4)), (int32_t)L_548))) <= ((int32_t)((int32_t)256)))) { goto IL_0e7d; } } { // m_textInfo.meshInfo[i].ResizeMeshInfo(referenceCount > 1024 ? referenceCount + 256 : Mathf.NextPowerOfTwo(referenceCount + 1)); TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_549 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_textInfo_152(); NullCheck(L_549); TMP_MeshInfoU5BU5D_t6C0A65D18C54B6FA681B2EB0676B83116FD03119* L_550 = L_549->get_meshInfo_16(); int32_t L_551 = V_16; NullCheck(L_550); int32_t L_552 = V_17; G_B119_0 = ((L_550)->GetAddressAt(static_cast(L_551))); if ((((int32_t)L_552) > ((int32_t)((int32_t)1024)))) { G_B120_0 = ((L_550)->GetAddressAt(static_cast(L_551))); goto IL_0e70; } } { int32_t L_553 = V_17; int32_t L_554; L_554 = Mathf_NextPowerOfTwo_m89DB0674631948FE00FD5660B18D9E62CE85CAF5(((int32_t)il2cpp_codegen_add((int32_t)L_553, (int32_t)1)), /*hidden argument*/NULL); G_B121_0 = L_554; G_B121_1 = G_B119_0; goto IL_0e78; } IL_0e70: { int32_t L_555 = V_17; G_B121_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_555, (int32_t)((int32_t)256))); G_B121_1 = G_B120_0; } IL_0e78: { TMP_MeshInfo_ResizeMeshInfo_m6F37028E8CA2A7F864B0120698826939DDEE5951((TMP_MeshInfo_t69FCEF4CBC055C00598478835753D43D94A03176 *)G_B121_1, G_B121_0, /*hidden argument*/NULL); } IL_0e7d: { // m_textInfo.meshInfo[i].material = m_materialReferences[i].material; TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_556 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_textInfo_152(); NullCheck(L_556); TMP_MeshInfoU5BU5D_t6C0A65D18C54B6FA681B2EB0676B83116FD03119* L_557 = L_556->get_meshInfo_16(); int32_t L_558 = V_16; NullCheck(L_557); IL2CPP_RUNTIME_CLASS_INIT(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262_il2cpp_TypeInfo_var); MaterialReferenceU5BU5D_t06D1C1249B8051EC092684920106F77B6FC203FD* L_559 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262_StaticFields*)il2cpp_codegen_static_fields_for(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262_il2cpp_TypeInfo_var))->get_m_materialReferences_45(); int32_t L_560 = V_16; NullCheck(L_559); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_561 = ((L_559)->GetAddressAt(static_cast(L_560)))->get_material_3(); ((L_557)->GetAddressAt(static_cast(L_558)))->set_material_13(L_561); // for (int i = 0; i < materialCount; i++) int32_t L_562 = V_16; V_16 = ((int32_t)il2cpp_codegen_add((int32_t)L_562, (int32_t)1)); } IL_0eab: { // for (int i = 0; i < materialCount; i++) int32_t L_563 = V_16; int32_t L_564 = V_1; if ((((int32_t)L_563) < ((int32_t)L_564))) { goto IL_0be9; } } { // for (int i = materialCount; i < m_subTextObjects.Length && m_subTextObjects[i] != null; i++) int32_t L_565 = V_1; V_18 = L_565; goto IL_0ee8; } IL_0eb8: { // if (i < m_textInfo.meshInfo.Length) int32_t L_566 = V_18; TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_567 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_textInfo_152(); NullCheck(L_567); TMP_MeshInfoU5BU5D_t6C0A65D18C54B6FA681B2EB0676B83116FD03119* L_568 = L_567->get_meshInfo_16(); NullCheck(L_568); if ((((int32_t)L_566) >= ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_568)->max_length)))))) { goto IL_0ee2; } } { // m_textInfo.meshInfo[i].ClearUnusedVertices(0, true); TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_569 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_textInfo_152(); NullCheck(L_569); TMP_MeshInfoU5BU5D_t6C0A65D18C54B6FA681B2EB0676B83116FD03119* L_570 = L_569->get_meshInfo_16(); int32_t L_571 = V_18; NullCheck(L_570); TMP_MeshInfo_ClearUnusedVertices_mE8FCAA544AC8BE117A2C700F458D87430028AB42((TMP_MeshInfo_t69FCEF4CBC055C00598478835753D43D94A03176 *)((L_570)->GetAddressAt(static_cast(L_571))), 0, (bool)1, /*hidden argument*/NULL); } IL_0ee2: { // for (int i = materialCount; i < m_subTextObjects.Length && m_subTextObjects[i] != null; i++) int32_t L_572 = V_18; V_18 = ((int32_t)il2cpp_codegen_add((int32_t)L_572, (int32_t)1)); } IL_0ee8: { // for (int i = materialCount; i < m_subTextObjects.Length && m_subTextObjects[i] != null; i++) int32_t L_573 = V_18; TMP_SubMeshU5BU5D_t2EF6E7C00AD0C05C7BD3E565CF716B62BED324A2* L_574 = __this->get_m_subTextObjects_277(); NullCheck(L_574); if ((((int32_t)L_573) >= ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_574)->max_length)))))) { goto IL_0f05; } } { TMP_SubMeshU5BU5D_t2EF6E7C00AD0C05C7BD3E565CF716B62BED324A2* L_575 = __this->get_m_subTextObjects_277(); int32_t L_576 = V_18; NullCheck(L_575); int32_t L_577 = L_576; TMP_SubMesh_tF05E95C4AC87BBE600564968E24B50BE2E06D1B8 * L_578 = (L_575)->GetAt(static_cast(L_577)); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_579; L_579 = Object_op_Inequality_mE1F187520BD83FB7D86A6D850710C4D42B864E90(L_578, (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A *)NULL, /*hidden argument*/NULL); if (L_579) { goto IL_0eb8; } } IL_0f05: { // return m_totalCharacterCount; int32_t L_580 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_totalCharacterCount_200(); return L_580; } } // System.Void TMPro.TextMeshPro::ComputeMarginSize() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextMeshPro_ComputeMarginSize_m0C9BD83613E369F96B86248552317576F12EE7B8 (TextMeshPro_t4C8C961C0939CD311CCC4F5F306C27C5301BD8E4 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 V_0; memset((&V_0), 0, sizeof(V_0)); { // if (this.rectTransform != null) RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * L_0; L_0 = TMP_Text_get_rectTransform_mEDF01E64384F15763209C6A28C7E61CB2EC932C4(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_1; L_1 = Object_op_Inequality_mE1F187520BD83FB7D86A6D850710C4D42B864E90(L_0, (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A *)NULL, /*hidden argument*/NULL); if (!L_1) { goto IL_0091; } } { // Rect rect = m_rectTransform.rect; RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * L_2 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_rectTransform_156(); NullCheck(L_2); Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 L_3; L_3 = RectTransform_get_rect_m7B24A1D6E0CB87F3481DDD2584C82C97025404E2(L_2, /*hidden argument*/NULL); V_0 = L_3; // m_marginWidth = rect.width - m_margin.x - m_margin.z; float L_4; L_4 = Rect_get_width_m4A0500D95CA84917787A8E90D26E66D49DFA90EF((Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 *)(&V_0), /*hidden argument*/NULL); Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 * L_5 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_address_of_m_margin_146(); float L_6 = L_5->get_x_1(); Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 * L_7 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_address_of_m_margin_146(); float L_8 = L_7->get_z_3(); ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->set_m_marginWidth_149(((float)il2cpp_codegen_subtract((float)((float)il2cpp_codegen_subtract((float)L_4, (float)L_6)), (float)L_8))); // m_marginHeight = rect.height - m_margin.y - m_margin.w; float L_9; L_9 = Rect_get_height_m42FEF31015A269E6E2B7E6F62E72E5BF6602302A((Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 *)(&V_0), /*hidden argument*/NULL); Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 * L_10 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_address_of_m_margin_146(); float L_11 = L_10->get_y_2(); Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 * L_12 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_address_of_m_margin_146(); float L_13 = L_12->get_w_4(); ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->set_m_marginHeight_150(((float)il2cpp_codegen_subtract((float)((float)il2cpp_codegen_subtract((float)L_9, (float)L_11)), (float)L_13))); // m_PreviousRectTransformSize = rect.size; Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_14; L_14 = Rect_get_size_m752B3BB45AE862F6EAE941ED5E5C1B01C0973A00((Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 *)(&V_0), /*hidden argument*/NULL); ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->set_m_PreviousRectTransformSize_157(L_14); // m_PreviousPivotPosition = m_rectTransform.pivot; RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * L_15 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_rectTransform_156(); NullCheck(L_15); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_16; L_16 = RectTransform_get_pivot_m146F0BB5D3873FCEF3606DAFB8994BFA978095EE(L_15, /*hidden argument*/NULL); ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->set_m_PreviousPivotPosition_158(L_16); // m_RectTransformCorners = GetTextContainerLocalCorners(); Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4* L_17; L_17 = VirtualFuncInvoker0< Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4* >::Invoke(105 /* UnityEngine.Vector3[] TMPro.TMP_Text::GetTextContainerLocalCorners() */, __this); __this->set_m_RectTransformCorners_280(L_17); } IL_0091: { // } return; } } // System.Void TMPro.TextMeshPro::OnDidApplyAnimationProperties() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextMeshPro_OnDidApplyAnimationProperties_mF94F3C57AFCD8DAD3577507EBBB477DA1C90C952 (TextMeshPro_t4C8C961C0939CD311CCC4F5F306C27C5301BD8E4 * __this, const RuntimeMethod* method) { { // m_havePropertiesChanged = true; ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->set_m_havePropertiesChanged_153((bool)1); // isMaskUpdateRequired = true; ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->set_isMaskUpdateRequired_130((bool)1); // SetVerticesDirty(); VirtualActionInvoker0::Invoke(28 /* System.Void UnityEngine.UI.Graphic::SetVerticesDirty() */, __this); // } return; } } // System.Void TMPro.TextMeshPro::OnTransformParentChanged() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextMeshPro_OnTransformParentChanged_mE1936B44DE83D54776C1AC1D3180DE6056008649 (TextMeshPro_t4C8C961C0939CD311CCC4F5F306C27C5301BD8E4 * __this, const RuntimeMethod* method) { { // SetVerticesDirty(); VirtualActionInvoker0::Invoke(28 /* System.Void UnityEngine.UI.Graphic::SetVerticesDirty() */, __this); // SetLayoutDirty(); VirtualActionInvoker0::Invoke(27 /* System.Void UnityEngine.UI.Graphic::SetLayoutDirty() */, __this); // } return; } } // System.Void TMPro.TextMeshPro::OnRectTransformDimensionsChange() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextMeshPro_OnRectTransformDimensionsChange_m061F8CD99DE3902E58B13A38964AE2DF55F6630E (TextMeshPro_t4C8C961C0939CD311CCC4F5F306C27C5301BD8E4 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 V_0; memset((&V_0), 0, sizeof(V_0)); { // if (rectTransform != null && // Mathf.Abs(m_rectTransform.rect.width - m_PreviousRectTransformSize.x) < 0.0001f && Mathf.Abs(m_rectTransform.rect.height - m_PreviousRectTransformSize.y) < 0.0001f && // Mathf.Abs(m_rectTransform.pivot.x - m_PreviousPivotPosition.x) < 0.0001f && Mathf.Abs(m_rectTransform.pivot.y - m_PreviousPivotPosition.y) < 0.0001f) RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * L_0; L_0 = TMP_Text_get_rectTransform_mEDF01E64384F15763209C6A28C7E61CB2EC932C4(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_1; L_1 = Object_op_Inequality_mE1F187520BD83FB7D86A6D850710C4D42B864E90(L_0, (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A *)NULL, /*hidden argument*/NULL); if (!L_1) { goto IL_00b8; } } { RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * L_2 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_rectTransform_156(); NullCheck(L_2); Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 L_3; L_3 = RectTransform_get_rect_m7B24A1D6E0CB87F3481DDD2584C82C97025404E2(L_2, /*hidden argument*/NULL); V_0 = L_3; float L_4; L_4 = Rect_get_width_m4A0500D95CA84917787A8E90D26E66D49DFA90EF((Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 *)(&V_0), /*hidden argument*/NULL); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * L_5 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_address_of_m_PreviousRectTransformSize_157(); float L_6 = L_5->get_x_0(); float L_7; L_7 = fabsf(((float)il2cpp_codegen_subtract((float)L_4, (float)L_6))); if ((!(((float)L_7) < ((float)(9.99999975E-05f))))) { goto IL_00b8; } } { RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * L_8 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_rectTransform_156(); NullCheck(L_8); Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 L_9; L_9 = RectTransform_get_rect_m7B24A1D6E0CB87F3481DDD2584C82C97025404E2(L_8, /*hidden argument*/NULL); V_0 = L_9; float L_10; L_10 = Rect_get_height_m42FEF31015A269E6E2B7E6F62E72E5BF6602302A((Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 *)(&V_0), /*hidden argument*/NULL); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * L_11 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_address_of_m_PreviousRectTransformSize_157(); float L_12 = L_11->get_y_1(); float L_13; L_13 = fabsf(((float)il2cpp_codegen_subtract((float)L_10, (float)L_12))); if ((!(((float)L_13) < ((float)(9.99999975E-05f))))) { goto IL_00b8; } } { RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * L_14 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_rectTransform_156(); NullCheck(L_14); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_15; L_15 = RectTransform_get_pivot_m146F0BB5D3873FCEF3606DAFB8994BFA978095EE(L_14, /*hidden argument*/NULL); float L_16 = L_15.get_x_0(); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * L_17 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_address_of_m_PreviousPivotPosition_158(); float L_18 = L_17->get_x_0(); float L_19; L_19 = fabsf(((float)il2cpp_codegen_subtract((float)L_16, (float)L_18))); if ((!(((float)L_19) < ((float)(9.99999975E-05f))))) { goto IL_00b8; } } { RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * L_20 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_rectTransform_156(); NullCheck(L_20); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_21; L_21 = RectTransform_get_pivot_m146F0BB5D3873FCEF3606DAFB8994BFA978095EE(L_20, /*hidden argument*/NULL); float L_22 = L_21.get_y_1(); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * L_23 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_address_of_m_PreviousPivotPosition_158(); float L_24 = L_23->get_y_1(); float L_25; L_25 = fabsf(((float)il2cpp_codegen_subtract((float)L_22, (float)L_24))); if ((!(((float)L_25) < ((float)(9.99999975E-05f))))) { goto IL_00b8; } } { // return; return; } IL_00b8: { // ComputeMarginSize(); VirtualActionInvoker0::Invoke(119 /* System.Void TMPro.TMP_Text::ComputeMarginSize() */, __this); // SetVerticesDirty(); VirtualActionInvoker0::Invoke(28 /* System.Void UnityEngine.UI.Graphic::SetVerticesDirty() */, __this); // SetLayoutDirty(); VirtualActionInvoker0::Invoke(27 /* System.Void UnityEngine.UI.Graphic::SetLayoutDirty() */, __this); // } return; } } // System.Void TMPro.TextMeshPro::InternalUpdate() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextMeshPro_InternalUpdate_m13EDFA02F298821C3B35F290874C5170E6B0A88F (TextMeshPro_t4C8C961C0939CD311CCC4F5F306C27C5301BD8E4 * __this, const RuntimeMethod* method) { float V_0 = 0.0f; float V_1 = 0.0f; { // if (m_havePropertiesChanged == false) bool L_0 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_havePropertiesChanged_153(); if (L_0) { goto IL_0057; } } { // float lossyScaleY = m_rectTransform.lossyScale.y; RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * L_1 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_rectTransform_156(); NullCheck(L_1); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_2; L_2 = Transform_get_lossyScale_m469A16F93F135C1E4D5955C7EBDB893D1892A331(L_1, /*hidden argument*/NULL); float L_3 = L_2.get_y_3(); V_0 = L_3; // if (Mathf.Abs(lossyScaleY - m_previousLossyScaleY) > 0.0001f && m_TextProcessingArray[0].unicode != 0) float L_4 = V_0; float L_5 = __this->get_m_previousLossyScaleY_271(); float L_6; L_6 = fabsf(((float)il2cpp_codegen_subtract((float)L_4, (float)L_5))); if ((!(((float)L_6) > ((float)(9.99999975E-05f))))) { goto IL_0057; } } { UnicodeCharU5BU5D_tB233FC88865130D0B1EA18DA685C2AF41FB134F7* L_7 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_TextProcessingArray_197(); NullCheck(L_7); int32_t L_8 = ((L_7)->GetAddressAt(static_cast(0)))->get_unicode_0(); if (!L_8) { goto IL_0057; } } { // float scaleDelta = lossyScaleY / m_previousLossyScaleY; float L_9 = V_0; float L_10 = __this->get_m_previousLossyScaleY_271(); V_1 = ((float)((float)L_9/(float)L_10)); // UpdateSDFScale(scaleDelta); float L_11 = V_1; TextMeshPro_UpdateSDFScale_mA3A7F8EEEFB7C083CC77C17C39B9353360391986(__this, L_11, /*hidden argument*/NULL); // m_previousLossyScaleY = lossyScaleY; float L_12 = V_0; __this->set_m_previousLossyScaleY_271(L_12); } IL_0057: { // if (m_isUsingLegacyAnimationComponent) bool L_13 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_isUsingLegacyAnimationComponent_154(); if (!L_13) { goto IL_006c; } } { // m_havePropertiesChanged = true; ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->set_m_havePropertiesChanged_153((bool)1); // OnPreRenderObject(); TextMeshPro_OnPreRenderObject_mAE7AB33DF7AB047D7797FC4B62CD1704C5543D69(__this, /*hidden argument*/NULL); } IL_006c: { // } return; } } // System.Void TMPro.TextMeshPro::OnPreRenderObject() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextMeshPro_OnPreRenderObject_mAE7AB33DF7AB047D7797FC4B62CD1704C5543D69 (TextMeshPro_t4C8C961C0939CD311CCC4F5F306C27C5301BD8E4 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TMP_FontAsset_tDD8F58129CF4A9094C82DD209531E9E71F9837B2_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7010ED9D2F851B464775E2116BC00D51ECDE54D6); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral79476CC2476B24324F66F64EC422DCD554895097); s_Il2CppMethodInitialized = true; } { // if (!m_isAwake || (this.IsActive() == false && m_ignoreActiveState == false)) bool L_0 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_isAwake_183(); if (!L_0) { goto IL_0018; } } { bool L_1; L_1 = VirtualFuncInvoker0< bool >::Invoke(9 /* System.Boolean UnityEngine.EventSystems.UIBehaviour::IsActive() */, __this); if (L_1) { goto IL_0019; } } { bool L_2 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_ignoreActiveState_256(); if (L_2) { goto IL_0019; } } IL_0018: { // return; return; } IL_0019: { // if (m_fontAsset == null) TMP_FontAsset_tDD8F58129CF4A9094C82DD209531E9E71F9837B2 * L_3 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_fontAsset_40(); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_4; L_4 = Object_op_Equality_mEE9EC7EB5C7DC3E95B94AB904E1986FC4D566D54(L_3, (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A *)NULL, /*hidden argument*/NULL); if (!L_4) { goto IL_0048; } } { // Debug.LogWarning("Please assign a Font Asset to this " + transform.name + " gameobject.", this); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_5; L_5 = TextMeshPro_get_transform_m287771E57F2590075D10DB95E28CB3BFBE2BBC9E(__this, /*hidden argument*/NULL); NullCheck(L_5); String_t* L_6; L_6 = Object_get_name_m0C7BC870ED2F0DC5A2FB09628136CD7D1CB82CFB(L_5, /*hidden argument*/NULL); String_t* L_7; L_7 = String_Concat_m89EAB4C6A96B0E5C3F87300D6BE78D386B9EFC44(_stringLiteral7010ED9D2F851B464775E2116BC00D51ECDE54D6, L_6, _stringLiteral79476CC2476B24324F66F64EC422DCD554895097, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); Debug_LogWarning_mE6AF3EFCF84F2296622CD42FBF9EEAF07244C0A8(L_7, __this, /*hidden argument*/NULL); // return; return; } IL_0048: { // if (m_havePropertiesChanged || m_isLayoutDirty) bool L_8 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_havePropertiesChanged_153(); if (L_8) { goto IL_005b; } } { bool L_9 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_isLayoutDirty_182(); if (!L_9) { goto IL_0135; } } IL_005b: { // if (isMaskUpdateRequired) bool L_10 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_isMaskUpdateRequired_130(); if (!L_10) { goto IL_0070; } } { // UpdateMask(); TextMeshPro_UpdateMask_m65008CBDD7041FF21B40BE6AC160C2AB2D1FEB8B(__this, /*hidden argument*/NULL); // isMaskUpdateRequired = false; ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->set_isMaskUpdateRequired_130((bool)0); } IL_0070: { // if (checkPaddingRequired) bool L_11 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_checkPaddingRequired_123(); if (!L_11) { goto IL_007e; } } { // UpdateMeshPadding(); VirtualActionInvoker0::Invoke(111 /* System.Void TMPro.TMP_Text::UpdateMeshPadding() */, __this); } IL_007e: { // ParseInputText(); TMP_Text_ParseInputText_m03A600DDC85977E85025F1643962A5647E3C394E(__this, /*hidden argument*/NULL); // TMP_FontAsset.UpdateFontFeaturesForFontAssetsInQueue(); IL2CPP_RUNTIME_CLASS_INIT(TMP_FontAsset_tDD8F58129CF4A9094C82DD209531E9E71F9837B2_il2cpp_TypeInfo_var); TMP_FontAsset_UpdateFontFeaturesForFontAssetsInQueue_m02BED35A4B68BF28A9DA7A2CA77B396A80774F7F(/*hidden argument*/NULL); // if (m_enableAutoSizing) bool L_12 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_enableAutoSizing_80(); if (!L_12) { goto IL_00ae; } } { // m_fontSize = Mathf.Clamp(m_fontSizeBase, m_fontSizeMin, m_fontSizeMax); float L_13 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_fontSizeBase_75(); float L_14 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_fontSizeMin_86(); float L_15 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_fontSizeMax_87(); float L_16; L_16 = Mathf_Clamp_m2416F3B785C8F135863E3D17E5B0CB4174797B87(L_13, L_14, L_15, /*hidden argument*/NULL); ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->set_m_fontSize_73(L_16); } IL_00ae: { // m_maxFontSize = m_fontSizeMax; float L_17 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_fontSizeMax_87(); ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->set_m_maxFontSize_81(L_17); // m_minFontSize = m_fontSizeMin; float L_18 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_fontSizeMin_86(); ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->set_m_minFontSize_82(L_18); // m_lineSpacingDelta = 0; ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->set_m_lineSpacingDelta_103((0.0f)); // m_charWidthAdjDelta = 0; ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->set_m_charWidthAdjDelta_109((0.0f)); // m_isTextTruncated = false; ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->set_m_isTextTruncated_119((bool)0); // m_havePropertiesChanged = false; ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->set_m_havePropertiesChanged_153((bool)0); // m_isLayoutDirty = false; ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->set_m_isLayoutDirty_182((bool)0); // m_ignoreActiveState = false; ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->set_m_ignoreActiveState_256((bool)0); // m_IsAutoSizePointSizeSet = false; ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->set_m_IsAutoSizePointSizeSet_85((bool)0); // m_AutoSizeIterationCount = 0; ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->set_m_AutoSizeIterationCount_83(0); // SetActiveSubTextObjectRenderers(m_renderer.enabled); Renderer_t58147AB5B00224FE1460FD47542DC0DA7EC9378C * L_19 = __this->get_m_renderer_272(); NullCheck(L_19); bool L_20; L_20 = Renderer_get_enabled_mEFB6D3FD1D9D251EBB6E6286491592C4A6ABD6DE(L_19, /*hidden argument*/NULL); TextMeshPro_SetActiveSubTextObjectRenderers_m8B2E0BF994EE68FAFA3C5A94FF89A3EC25E01B4B(__this, L_20, /*hidden argument*/NULL); goto IL_012d; } IL_0119: { // GenerateTextMesh(); VirtualActionInvoker0::Invoke(142 /* System.Void TMPro.TextMeshPro::GenerateTextMesh() */, __this); // m_AutoSizeIterationCount += 1; int32_t L_21 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_AutoSizeIterationCount_83(); ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->set_m_AutoSizeIterationCount_83(((int32_t)il2cpp_codegen_add((int32_t)L_21, (int32_t)1))); } IL_012d: { // while (m_IsAutoSizePointSizeSet == false) bool L_22 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_IsAutoSizePointSizeSet_85(); if (!L_22) { goto IL_0119; } } IL_0135: { // } return; } } // System.Void TMPro.TextMeshPro::GenerateTextMesh() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextMeshPro_GenerateTextMesh_mF59DBFBAEBC6EDA90A58076B28022AA324B89F5D (TextMeshPro_t4C8C961C0939CD311CCC4F5F306C27C5301BD8E4 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_1_Invoke_m461A7CF17ECA131C9B8A079E49783F4DBEF344F5_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_ContainsKey_m763BB54F67046603579688541690777BDEDBDD53_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_TryGetValue_mB781DA89706896C42ABF9B2CCFD27CD0EA6D1593_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_get_Item_mEBFC3A4532D98B4B48DB1CE58800BF6A7B35A7E4_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_mC18B904E35A7C55EF21BA4794AAC4021AF847F32_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ShaderUtilities_t1F6A93635DB66FAB6A2DE3ABEA7DE635B7E34B14_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TMP_Math_t1321001EB20EF6B301080B9518D7D119F1772E18_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TMP_Offset_tFD2420EE03933F6A720EB5B66ED6B4FB67AE2117_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TMP_TextInfo_Resize_TisTMP_PageInfo_tB5F02C2AE1421D5984972F28F2ABEE49763D58CC_mA926877D4DE0ECD0B69E1ECC85E2A0EF7DA1420A_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TMP_TextInfo_Resize_TisTMP_WordInfo_t168F70FD30F4875E4C84D40F9F30FCB5D2EB895C_m46654E57A0D3569A19A2E130D3158486B76C6E5F_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TMP_TextProcessingStack_1_Clear_m0496F35F6D032B292943574C607901E6E0DABDAE_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TMP_TextProcessingStack_1_Clear_m54A533DBFA40313CA0795712B77C29EE6B73D775_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TMP_TextProcessingStack_1_Clear_m92077EF5DECC1DA878E6CF1CA30231AE24507391_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TMP_TextProcessingStack_1_Pop_m107187E97028777E349EF22C93BA5EFC25621427_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TMP_TextProcessingStack_1_Push_m4BFE2DC592048CEE579378EAA522E0DCDE9E533D_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TMP_TextProcessingStack_1_SetDefault_m1E3CEAE999539ACA627F3308526B65F73C1C2D37_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TMP_TextProcessingStack_1_SetDefault_m3449DB02D37F8F59E5C8E537F9910F4FC418E59D_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TMP_TextProcessingStack_1_SetDefault_m393B253A8E726E68AB86B191BC560BF779549E12_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TMP_TextProcessingStack_1_SetDefault_m65003B8F9F6FCE61A3AC246C99CFAC6734914465_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TMP_TextProcessingStack_1_SetDefault_m6A917E9E8EED56BE4917D5154C98327846B6A57C_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TMP_TextProcessingStack_1_SetDefault_mC2C677E5F18F0D7948B30621560691B61BA7AFD0_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TMP_TextProcessingStack_1_SetDefault_mC7F0F43E70DB109D2030B418ED86012E8FA1AD29_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TMP_TextProcessingStack_1_SetDefault_mF2F41E2366EC21F7F5FC96A4D1EE8C502948E236_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TMP_TextProcessingStack_1_get_Count_m32B3573BD0E2ABC1485F9D03AE8D19ACFE2EA06C_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TMP_TextProcessingStack_1_get_current_mF71CA976FB7F7A65A7AA85B6D28AE060CF21391D_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TMPro_EventManager_t8A07AD64AF1C174D621817FEA8D2CF0DA7065AA1_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral205DE2CB7E86A79B6B3940AFB5A0EC8F490142CE); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral41BB69D2BDF9A4541A716BE07E74D1ED0DEADD05); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4D24EAAEA041EAFA17400A5C3BEA644DA7F8067F); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral94B946B03625197025E6D70053ADE0256BC25DD1); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralAFB91D1DF3A99213A5F62F37EB0B31E6121411C4); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFE37C361B118D899F298E7DBBEDF126B8808060D); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; float V_1 = 0.0f; float V_2 = 0.0f; float V_3 = 0.0f; float V_4 = 0.0f; int32_t V_5 = 0; float V_6 = 0.0f; float V_7 = 0.0f; float V_8 = 0.0f; bool V_9 = false; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E V_10; memset((&V_10), 0, sizeof(V_10)); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E V_11; memset((&V_11), 0, sizeof(V_11)); bool V_12 = false; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E V_13; memset((&V_13), 0, sizeof(V_13)); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E V_14; memset((&V_14), 0, sizeof(V_14)); bool V_15 = false; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E V_16; memset((&V_16), 0, sizeof(V_16)); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E V_17; memset((&V_17), 0, sizeof(V_17)); Color32_tDB54A78627878A7D2DE42BB028D64306A18E858D V_18; memset((&V_18), 0, sizeof(V_18)); float V_19 = 0.0f; bool V_20 = false; int32_t V_21 = 0; Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 V_22; memset((&V_22), 0, sizeof(V_22)); float V_23 = 0.0f; float V_24 = 0.0f; float V_25 = 0.0f; float V_26 = 0.0f; bool V_27 = false; bool V_28 = false; bool V_29 = false; int32_t V_30 = 0; CharacterSubstitution_tDA217C96ED6B78235EF55ECECF09EEBD7B32156B V_31; memset((&V_31), 0, sizeof(V_31)); bool V_32 = false; int32_t V_33 = 0; int32_t V_34 = 0; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E V_35; memset((&V_35), 0, sizeof(V_35)); Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4* V_36 = NULL; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E V_37; memset((&V_37), 0, sizeof(V_37)); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E V_38; memset((&V_38), 0, sizeof(V_38)); int32_t V_39 = 0; int32_t V_40 = 0; int32_t V_41 = 0; int32_t V_42 = 0; int32_t V_43 = 0; bool V_44 = false; bool V_45 = false; int32_t V_46 = 0; int32_t V_47 = 0; float V_48 = 0.0f; Color32_tDB54A78627878A7D2DE42BB028D64306A18E858D V_49; memset((&V_49), 0, sizeof(V_49)); Color32_tDB54A78627878A7D2DE42BB028D64306A18E858D V_50; memset((&V_50), 0, sizeof(V_50)); HighlightState_t52CE27A1187034A1037ABC13A70BAEE4AC3B5759 V_51; memset((&V_51), 0, sizeof(V_51)); float V_52 = 0.0f; float V_53 = 0.0f; float V_54 = 0.0f; float V_55 = 0.0f; float V_56 = 0.0f; float V_57 = 0.0f; int32_t V_58 = 0; float V_59 = 0.0f; float V_60 = 0.0f; float V_61 = 0.0f; TMP_CharacterInfoU5BU5D_t7128C1B46CF6AB1374135FA31D41ABF23882B970* V_62 = NULL; int32_t V_63 = 0; int32_t V_64 = 0; int32_t V_65 = 0; bool V_66 = false; bool V_67 = false; float V_68 = 0.0f; float V_69 = 0.0f; float V_70 = 0.0f; float V_71 = 0.0f; float V_72 = 0.0f; GlyphMetrics_t46B609AF0FC41272561342E8B5AEF35E4E1B537B V_73; memset((&V_73), 0, sizeof(V_73)); bool V_74 = false; TMP_GlyphValueRecord_tEF00CF591899C9C5D8028D3F6C55FD7B67DFE9D2 V_75; memset((&V_75), 0, sizeof(V_75)); float V_76 = 0.0f; float V_77 = 0.0f; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E V_78; memset((&V_78), 0, sizeof(V_78)); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E V_79; memset((&V_79), 0, sizeof(V_79)); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E V_80; memset((&V_80), 0, sizeof(V_80)); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E V_81; memset((&V_81), 0, sizeof(V_81)); float V_82 = 0.0f; float V_83 = 0.0f; float V_84 = 0.0f; float V_85 = 0.0f; bool V_86 = false; bool V_87 = false; int32_t V_88 = 0; TMP_SpriteCharacter_t77E119FE8164154A682A4F70E7787B2C56A0E9BE * V_89 = NULL; float V_90 = 0.0f; FaceInfo_t3A29F58B4C0435D2D76E3474E2B9D03F8A20C979 V_91; memset((&V_91), 0, sizeof(V_91)); float V_92 = 0.0f; float V_93 = 0.0f; float V_94 = 0.0f; GlyphMetrics_t46B609AF0FC41272561342E8B5AEF35E4E1B537B V_95; memset((&V_95), 0, sizeof(V_95)); float V_96 = 0.0f; TMP_GlyphPairAdjustmentRecord_t79F65D973582F66AF3787F0C63E6E6575C8E0C10 * V_97 = NULL; uint32_t V_98 = 0; uint32_t V_99 = 0; uint32_t V_100 = 0; uint32_t V_101 = 0; float V_102 = 0.0f; float V_103 = 0.0f; float V_104 = 0.0f; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E V_105; memset((&V_105), 0, sizeof(V_105)); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E V_106; memset((&V_106), 0, sizeof(V_106)); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E V_107; memset((&V_107), 0, sizeof(V_107)); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E V_108; memset((&V_108), 0, sizeof(V_108)); float V_109 = 0.0f; float V_110 = 0.0f; float V_111 = 0.0f; float V_112 = 0.0f; float V_113 = 0.0f; int32_t V_114 = 0; float V_115 = 0.0f; float V_116 = 0.0f; WordWrapState_t15805FC5C080AC77203F872695E3B951F460DE99 V_117; memset((&V_117), 0, sizeof(V_117)); int32_t V_118 = 0; float V_119 = 0.0f; float V_120 = 0.0f; int32_t V_121 = 0; float V_122 = 0.0f; float V_123 = 0.0f; float V_124 = 0.0f; float V_125 = 0.0f; float V_126 = 0.0f; float V_127 = 0.0f; float V_128 = 0.0f; float V_129 = 0.0f; WordWrapState_t15805FC5C080AC77203F872695E3B951F460DE99 V_130; memset((&V_130), 0, sizeof(V_130)); float V_131 = 0.0f; float V_132 = 0.0f; float V_133 = 0.0f; WordWrapState_t15805FC5C080AC77203F872695E3B951F460DE99 V_134; memset((&V_134), 0, sizeof(V_134)); int32_t V_135 = 0; float V_136 = 0.0f; float V_137 = 0.0f; float V_138 = 0.0f; float V_139 = 0.0f; float V_140 = 0.0f; float V_141 = 0.0f; float V_142 = 0.0f; float V_143 = 0.0f; float V_144 = 0.0f; float V_145 = 0.0f; float V_146 = 0.0f; float V_147 = 0.0f; float V_148 = 0.0f; float V_149 = 0.0f; bool V_150 = false; float V_151 = 0.0f; int32_t V_152 = 0; int32_t V_153 = 0; TMP_FontAsset_tDD8F58129CF4A9094C82DD209531E9E71F9837B2 * V_154 = NULL; Il2CppChar V_155 = 0x0; int32_t V_156 = 0; TMP_LineInfo_tB86D3A31D61EB73EEFB08F6B1AB5C60DE52981F7 V_157; memset((&V_157), 0, sizeof(V_157)); int32_t V_158 = 0; bool V_159 = false; float V_160 = 0.0f; bool V_161 = false; float V_162 = 0.0f; int32_t V_163 = 0; int32_t V_164 = 0; float V_165 = 0.0f; int32_t V_166 = 0; Extents_tD663823B610620A001CCCCFF452C10403AF2A0FA V_167; memset((&V_167), 0, sizeof(V_167)); float V_168 = 0.0f; float V_169 = 0.0f; float V_170 = 0.0f; float V_171 = 0.0f; float V_172 = 0.0f; float V_173 = 0.0f; float V_174 = 0.0f; float V_175 = 0.0f; int32_t V_176 = 0; int32_t V_177 = 0; float V_178 = 0.0f; int32_t V_179 = 0; int32_t V_180 = 0; int32_t V_181 = 0; int32_t V_182 = 0; bool V_183 = false; int32_t V_184 = 0; int32_t V_185 = 0; bool V_186 = false; int32_t V_187 = 0; int32_t V_188 = 0; bool V_189 = false; int32_t V_190 = 0; TMP_CharacterInfo_t6F1B9FE4246803FFE4F527B3CEFED9D60AD7383B V_191; memset((&V_191), 0, sizeof(V_191)); HighlightState_t52CE27A1187034A1037ABC13A70BAEE4AC3B5759 V_192; memset((&V_192), 0, sizeof(V_192)); bool V_193 = false; int32_t V_194 = 0; float G_B13_0 = 0.0f; float G_B12_0 = 0.0f; float G_B14_0 = 0.0f; float G_B14_1 = 0.0f; float G_B16_0 = 0.0f; float G_B15_0 = 0.0f; float G_B17_0 = 0.0f; float G_B17_1 = 0.0f; TextMeshPro_t4C8C961C0939CD311CCC4F5F306C27C5301BD8E4 * G_B19_0 = NULL; TextMeshPro_t4C8C961C0939CD311CCC4F5F306C27C5301BD8E4 * G_B18_0 = NULL; int32_t G_B20_0 = 0; TextMeshPro_t4C8C961C0939CD311CCC4F5F306C27C5301BD8E4 * G_B20_1 = NULL; float G_B23_0 = 0.0f; float G_B26_0 = 0.0f; float G_B62_0 = 0.0f; float G_B61_0 = 0.0f; float G_B63_0 = 0.0f; float G_B63_1 = 0.0f; float G_B66_0 = 0.0f; float G_B65_0 = 0.0f; float G_B67_0 = 0.0f; float G_B67_1 = 0.0f; float G_B70_0 = 0.0f; float G_B69_0 = 0.0f; float G_B71_0 = 0.0f; float G_B71_1 = 0.0f; float G_B80_0 = 0.0f; float G_B79_0 = 0.0f; float G_B81_0 = 0.0f; float G_B81_1 = 0.0f; float G_B84_0 = 0.0f; float G_B83_0 = 0.0f; float G_B85_0 = 0.0f; float G_B85_1 = 0.0f; float G_B93_0 = 0.0f; int32_t G_B100_0 = 0; float G_B106_0 = 0.0f; float G_B112_0 = 0.0f; float G_B145_0 = 0.0f; float G_B148_0 = 0.0f; TextMeshPro_t4C8C961C0939CD311CCC4F5F306C27C5301BD8E4 * G_B167_0 = NULL; TextMeshPro_t4C8C961C0939CD311CCC4F5F306C27C5301BD8E4 * G_B166_0 = NULL; float G_B168_0 = 0.0f; TextMeshPro_t4C8C961C0939CD311CCC4F5F306C27C5301BD8E4 * G_B168_1 = NULL; int32_t G_B172_0 = 0; float G_B185_0 = 0.0f; float G_B187_0 = 0.0f; float G_B186_0 = 0.0f; float G_B188_0 = 0.0f; float G_B188_1 = 0.0f; float G_B190_0 = 0.0f; float G_B190_1 = 0.0f; float G_B189_0 = 0.0f; float G_B189_1 = 0.0f; float G_B191_0 = 0.0f; float G_B191_1 = 0.0f; float G_B191_2 = 0.0f; float G_B193_0 = 0.0f; float G_B192_0 = 0.0f; float G_B194_0 = 0.0f; float G_B195_0 = 0.0f; float G_B195_1 = 0.0f; float G_B223_0 = 0.0f; float G_B223_1 = 0.0f; float G_B222_0 = 0.0f; float G_B222_1 = 0.0f; float G_B224_0 = 0.0f; float G_B224_1 = 0.0f; float G_B224_2 = 0.0f; float G_B232_0 = 0.0f; float G_B248_0 = 0.0f; float G_B248_1 = 0.0f; float G_B247_0 = 0.0f; float G_B247_1 = 0.0f; float G_B249_0 = 0.0f; float G_B249_1 = 0.0f; float G_B249_2 = 0.0f; float G_B271_0 = 0.0f; float G_B271_1 = 0.0f; float G_B270_0 = 0.0f; float G_B270_1 = 0.0f; float G_B272_0 = 0.0f; float G_B272_1 = 0.0f; float G_B272_2 = 0.0f; float G_B295_0 = 0.0f; float G_B295_1 = 0.0f; float G_B294_0 = 0.0f; float G_B294_1 = 0.0f; float G_B296_0 = 0.0f; float G_B296_1 = 0.0f; float G_B296_2 = 0.0f; float G_B327_0 = 0.0f; float G_B326_0 = 0.0f; float G_B328_0 = 0.0f; float G_B329_0 = 0.0f; float G_B329_1 = 0.0f; float G_B353_0 = 0.0f; float G_B352_0 = 0.0f; float G_B354_0 = 0.0f; float G_B354_1 = 0.0f; float G_B358_0 = 0.0f; float G_B357_0 = 0.0f; float G_B359_0 = 0.0f; float G_B359_1 = 0.0f; float G_B362_0 = 0.0f; float G_B361_0 = 0.0f; float G_B363_0 = 0.0f; float G_B364_0 = 0.0f; float G_B364_1 = 0.0f; float G_B366_0 = 0.0f; float G_B365_0 = 0.0f; float G_B367_0 = 0.0f; float G_B367_1 = 0.0f; float G_B369_0 = 0.0f; float G_B368_0 = 0.0f; float G_B370_0 = 0.0f; float G_B370_1 = 0.0f; float G_B372_0 = 0.0f; float G_B372_1 = 0.0f; float G_B371_0 = 0.0f; float G_B371_1 = 0.0f; float G_B373_0 = 0.0f; float G_B373_1 = 0.0f; float G_B373_2 = 0.0f; TextMeshPro_t4C8C961C0939CD311CCC4F5F306C27C5301BD8E4 * G_B385_0 = NULL; TextMeshPro_t4C8C961C0939CD311CCC4F5F306C27C5301BD8E4 * G_B384_0 = NULL; float G_B386_0 = 0.0f; TextMeshPro_t4C8C961C0939CD311CCC4F5F306C27C5301BD8E4 * G_B386_1 = NULL; TextMeshPro_t4C8C961C0939CD311CCC4F5F306C27C5301BD8E4 * G_B417_0 = NULL; TextMeshPro_t4C8C961C0939CD311CCC4F5F306C27C5301BD8E4 * G_B416_0 = NULL; float G_B418_0 = 0.0f; TextMeshPro_t4C8C961C0939CD311CCC4F5F306C27C5301BD8E4 * G_B418_1 = NULL; TextMeshPro_t4C8C961C0939CD311CCC4F5F306C27C5301BD8E4 * G_B426_0 = NULL; TMP_LineInfo_tB86D3A31D61EB73EEFB08F6B1AB5C60DE52981F7 * G_B426_1 = NULL; TextMeshPro_t4C8C961C0939CD311CCC4F5F306C27C5301BD8E4 * G_B425_0 = NULL; TMP_LineInfo_tB86D3A31D61EB73EEFB08F6B1AB5C60DE52981F7 * G_B425_1 = NULL; int32_t G_B427_0 = 0; TextMeshPro_t4C8C961C0939CD311CCC4F5F306C27C5301BD8E4 * G_B427_1 = NULL; TMP_LineInfo_tB86D3A31D61EB73EEFB08F6B1AB5C60DE52981F7 * G_B427_2 = NULL; TextMeshPro_t4C8C961C0939CD311CCC4F5F306C27C5301BD8E4 * G_B429_0 = NULL; TMP_LineInfo_tB86D3A31D61EB73EEFB08F6B1AB5C60DE52981F7 * G_B429_1 = NULL; TextMeshPro_t4C8C961C0939CD311CCC4F5F306C27C5301BD8E4 * G_B428_0 = NULL; TMP_LineInfo_tB86D3A31D61EB73EEFB08F6B1AB5C60DE52981F7 * G_B428_1 = NULL; int32_t G_B430_0 = 0; TextMeshPro_t4C8C961C0939CD311CCC4F5F306C27C5301BD8E4 * G_B430_1 = NULL; TMP_LineInfo_tB86D3A31D61EB73EEFB08F6B1AB5C60DE52981F7 * G_B430_2 = NULL; float G_B435_0 = 0.0f; TMP_LineInfo_tB86D3A31D61EB73EEFB08F6B1AB5C60DE52981F7 * G_B435_1 = NULL; float G_B434_0 = 0.0f; TMP_LineInfo_tB86D3A31D61EB73EEFB08F6B1AB5C60DE52981F7 * G_B434_1 = NULL; float G_B436_0 = 0.0f; float G_B436_1 = 0.0f; TMP_LineInfo_tB86D3A31D61EB73EEFB08F6B1AB5C60DE52981F7 * G_B436_2 = NULL; float G_B439_0 = 0.0f; TMP_LineInfo_tB86D3A31D61EB73EEFB08F6B1AB5C60DE52981F7 * G_B439_1 = NULL; float G_B438_0 = 0.0f; TMP_LineInfo_tB86D3A31D61EB73EEFB08F6B1AB5C60DE52981F7 * G_B438_1 = NULL; float G_B440_0 = 0.0f; float G_B440_1 = 0.0f; TMP_LineInfo_tB86D3A31D61EB73EEFB08F6B1AB5C60DE52981F7 * G_B440_2 = NULL; float G_B452_0 = 0.0f; float G_B452_1 = 0.0f; float G_B450_0 = 0.0f; float G_B450_1 = 0.0f; float G_B451_0 = 0.0f; float G_B451_1 = 0.0f; float G_B453_0 = 0.0f; float G_B453_1 = 0.0f; float G_B453_2 = 0.0f; float G_B457_0 = 0.0f; float G_B457_1 = 0.0f; float G_B457_2 = 0.0f; TextMeshPro_t4C8C961C0939CD311CCC4F5F306C27C5301BD8E4 * G_B457_3 = NULL; float G_B455_0 = 0.0f; float G_B455_1 = 0.0f; float G_B455_2 = 0.0f; TextMeshPro_t4C8C961C0939CD311CCC4F5F306C27C5301BD8E4 * G_B455_3 = NULL; float G_B456_0 = 0.0f; float G_B456_1 = 0.0f; float G_B456_2 = 0.0f; TextMeshPro_t4C8C961C0939CD311CCC4F5F306C27C5301BD8E4 * G_B456_3 = NULL; float G_B458_0 = 0.0f; float G_B458_1 = 0.0f; float G_B458_2 = 0.0f; float G_B458_3 = 0.0f; TextMeshPro_t4C8C961C0939CD311CCC4F5F306C27C5301BD8E4 * G_B458_4 = NULL; TMP_PageInfo_tB5F02C2AE1421D5984972F28F2ABEE49763D58CC * G_B474_0 = NULL; TMP_PageInfo_tB5F02C2AE1421D5984972F28F2ABEE49763D58CC * G_B473_0 = NULL; float G_B475_0 = 0.0f; TMP_PageInfo_tB5F02C2AE1421D5984972F28F2ABEE49763D58CC * G_B475_1 = NULL; bool G_B516_0 = false; bool G_B515_0 = false; int32_t G_B517_0 = 0; bool G_B517_1 = false; int32_t G_B596_0 = 0; float G_B610_0 = 0.0f; int32_t G_B613_0 = 0; float G_B618_0 = 0.0f; int32_t G_B711_0 = 0; float G_B725_0 = 0.0f; TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * G_B834_0 = NULL; TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * G_B833_0 = NULL; TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * G_B835_0 = NULL; int32_t G_B836_0 = 0; TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * G_B836_1 = NULL; Action_1_t170B3E821B49B45FA7134A2CF48A2E64CA371D42 * G_B840_0 = NULL; Action_1_t170B3E821B49B45FA7134A2CF48A2E64CA371D42 * G_B839_0 = NULL; { // if (m_fontAsset == null || m_fontAsset.characterLookupTable == null) TMP_FontAsset_tDD8F58129CF4A9094C82DD209531E9E71F9837B2 * L_0 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_fontAsset_40(); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_1; L_1 = Object_op_Equality_mEE9EC7EB5C7DC3E95B94AB904E1986FC4D566D54(L_0, (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A *)NULL, /*hidden argument*/NULL); if (L_1) { goto IL_001b; } } { TMP_FontAsset_tDD8F58129CF4A9094C82DD209531E9E71F9837B2 * L_2 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_fontAsset_40(); NullCheck(L_2); Dictionary_2_t6BB43D0F158FE3B19E71F6F48A84283B5250E1B4 * L_3; L_3 = TMP_FontAsset_get_characterLookupTable_m486DE4FE28CC332FB460C879476CBBE0580B5441(L_2, /*hidden argument*/NULL); if (L_3) { goto IL_0041; } } IL_001b: { // Debug.LogWarning("Can't Generate Mesh! No Font Asset has been assigned to Object ID: " + this.GetInstanceID()); int32_t L_4; L_4 = Object_GetInstanceID_m7CF962BC1DB5C03F3522F88728CB2F514582B501(__this, /*hidden argument*/NULL); V_63 = L_4; String_t* L_5; L_5 = Int32_ToString_m340C0A14D16799421EFDF8A81C8A16FA76D48411((int32_t*)(&V_63), /*hidden argument*/NULL); String_t* L_6; L_6 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(_stringLiteral205DE2CB7E86A79B6B3940AFB5A0EC8F490142CE, L_5, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); Debug_LogWarning_m24085D883C9E74D7AB423F0625E13259923960E7(L_6, /*hidden argument*/NULL); // m_IsAutoSizePointSizeSet = true; ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->set_m_IsAutoSizePointSizeSet_85((bool)1); // return; return; } IL_0041: { // if (m_textInfo != null) TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_7 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_textInfo_152(); if (!L_7) { goto IL_0054; } } { // m_textInfo.Clear(); TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_8 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_textInfo_152(); NullCheck(L_8); TMP_TextInfo_Clear_m33621BB3D248E6EC5E4B2B6D5F800BE2070E759D(L_8, /*hidden argument*/NULL); } IL_0054: { // if (m_TextProcessingArray == null || m_TextProcessingArray.Length == 0 || m_TextProcessingArray[0].unicode == 0) UnicodeCharU5BU5D_tB233FC88865130D0B1EA18DA685C2AF41FB134F7* L_9 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_TextProcessingArray_197(); if (!L_9) { goto IL_0078; } } { UnicodeCharU5BU5D_tB233FC88865130D0B1EA18DA685C2AF41FB134F7* L_10 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_TextProcessingArray_197(); NullCheck(L_10); if (!(((RuntimeArray*)L_10)->max_length)) { goto IL_0078; } } { UnicodeCharU5BU5D_tB233FC88865130D0B1EA18DA685C2AF41FB134F7* L_11 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_TextProcessingArray_197(); NullCheck(L_11); int32_t L_12 = ((L_11)->GetAddressAt(static_cast(0)))->get_unicode_0(); if (L_12) { goto IL_00a3; } } IL_0078: { // ClearMesh(true); VirtualActionInvoker1< bool >::Invoke(130 /* System.Void TMPro.TMP_Text::ClearMesh(System.Boolean) */, __this, (bool)1); // m_preferredWidth = 0; ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->set_m_preferredWidth_174((0.0f)); // m_preferredHeight = 0; ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->set_m_preferredHeight_177((0.0f)); // TMPro_EventManager.ON_TEXT_CHANGED(this); IL2CPP_RUNTIME_CLASS_INIT(TMPro_EventManager_t8A07AD64AF1C174D621817FEA8D2CF0DA7065AA1_il2cpp_TypeInfo_var); TMPro_EventManager_ON_TEXT_CHANGED_m196F05B2E99B22617705488778FA1474C411C771(__this, /*hidden argument*/NULL); // m_IsAutoSizePointSizeSet = true; ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->set_m_IsAutoSizePointSizeSet_85((bool)1); // return; return; } IL_00a3: { // m_currentFontAsset = m_fontAsset; TMP_FontAsset_tDD8F58129CF4A9094C82DD209531E9E71F9837B2 * L_13 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_fontAsset_40(); ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->set_m_currentFontAsset_41(L_13); // m_currentMaterial = m_sharedMaterial; Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_14 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_sharedMaterial_43(); ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->set_m_currentMaterial_44(L_14); // m_currentMaterialIndex = 0; ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->set_m_currentMaterialIndex_48(0); // m_materialReferenceStack.SetDefault(new MaterialReference(m_currentMaterialIndex, m_currentFontAsset, null, m_currentMaterial, m_padding)); IL2CPP_RUNTIME_CLASS_INIT(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262_il2cpp_TypeInfo_var); int32_t L_15 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_currentMaterialIndex_48(); TMP_FontAsset_tDD8F58129CF4A9094C82DD209531E9E71F9837B2 * L_16 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_currentFontAsset_41(); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_17 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_currentMaterial_44(); float L_18 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_padding_241(); MaterialReference_tB00D33F114B6EF4E7D63B25D053A0111D502951B L_19; memset((&L_19), 0, sizeof(L_19)); MaterialReference__ctor_mFE9AE274E1FA22A483C6BA208D1D64C938F8D4F7((&L_19), L_15, L_16, (TMP_SpriteAsset_t0746714D8A56C0A27AE56DC6897CC1A129220714 *)NULL, L_17, L_18, /*hidden argument*/NULL); TMP_TextProcessingStack_1_SetDefault_m65003B8F9F6FCE61A3AC246C99CFAC6734914465((TMP_TextProcessingStack_1_t7C34F5D4D2FC429E4551885C16EFDF05B8D2A6E3 *)(((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262_StaticFields*)il2cpp_codegen_static_fields_for(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262_il2cpp_TypeInfo_var))->get_address_of_m_materialReferenceStack_47()), L_19, /*hidden argument*/TMP_TextProcessingStack_1_SetDefault_m65003B8F9F6FCE61A3AC246C99CFAC6734914465_RuntimeMethod_var); // m_currentSpriteAsset = m_spriteAsset; TMP_SpriteAsset_t0746714D8A56C0A27AE56DC6897CC1A129220714 * L_20 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_spriteAsset_62(); ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->set_m_currentSpriteAsset_250(L_20); // if (m_spriteAnimator != null) TMP_SpriteAnimator_t07C769A1F1F85B545DD32357826E08F569E3D902 * L_21 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_spriteAnimator_166(); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_22; L_22 = Object_op_Inequality_mE1F187520BD83FB7D86A6D850710C4D42B864E90(L_21, (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A *)NULL, /*hidden argument*/NULL); if (!L_22) { goto IL_010f; } } { // m_spriteAnimator.StopAllAnimations(); TMP_SpriteAnimator_t07C769A1F1F85B545DD32357826E08F569E3D902 * L_23 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_spriteAnimator_166(); NullCheck(L_23); TMP_SpriteAnimator_StopAllAnimations_m88014DE65EED54784B260A94985168BDB99138F3(L_23, /*hidden argument*/NULL); } IL_010f: { // int totalCharacterCount = m_totalCharacterCount; int32_t L_24 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_totalCharacterCount_200(); V_0 = L_24; // float baseScale = (m_fontSize / m_fontAsset.m_FaceInfo.pointSize * m_fontAsset.m_FaceInfo.scale * (m_isOrthographic ? 1 : 0.1f)); float L_25 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_fontSize_73(); TMP_FontAsset_tDD8F58129CF4A9094C82DD209531E9E71F9837B2 * L_26 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_fontAsset_40(); NullCheck(L_26); FaceInfo_t3A29F58B4C0435D2D76E3474E2B9D03F8A20C979 * L_27 = L_26->get_address_of_m_FaceInfo_12(); int32_t L_28; L_28 = FaceInfo_get_pointSize_m3C6775E1AE5F27EAAB93CC84480B14AFBDB5E330((FaceInfo_t3A29F58B4C0435D2D76E3474E2B9D03F8A20C979 *)L_27, /*hidden argument*/NULL); TMP_FontAsset_tDD8F58129CF4A9094C82DD209531E9E71F9837B2 * L_29 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_fontAsset_40(); NullCheck(L_29); FaceInfo_t3A29F58B4C0435D2D76E3474E2B9D03F8A20C979 * L_30 = L_29->get_address_of_m_FaceInfo_12(); float L_31; L_31 = FaceInfo_get_scale_mA059FCEE1F13BBDF846AB8D8B8EDA468F4FCD2A4((FaceInfo_t3A29F58B4C0435D2D76E3474E2B9D03F8A20C979 *)L_30, /*hidden argument*/NULL); bool L_32 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_isOrthographic_127(); G_B12_0 = ((float)il2cpp_codegen_multiply((float)((float)((float)L_25/(float)((float)((float)L_28)))), (float)L_31)); if (L_32) { G_B13_0 = ((float)il2cpp_codegen_multiply((float)((float)((float)L_25/(float)((float)((float)L_28)))), (float)L_31)); goto IL_014e; } } { G_B14_0 = (0.100000001f); G_B14_1 = G_B12_0; goto IL_0153; } IL_014e: { G_B14_0 = (1.0f); G_B14_1 = G_B13_0; } IL_0153: { V_1 = ((float)il2cpp_codegen_multiply((float)G_B14_1, (float)G_B14_0)); // float currentElementScale = baseScale; float L_33 = V_1; V_2 = L_33; // float currentEmScale = m_fontSize * 0.01f * (m_isOrthographic ? 1 : 0.1f); float L_34 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_fontSize_73(); bool L_35 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_isOrthographic_127(); G_B15_0 = ((float)il2cpp_codegen_multiply((float)L_34, (float)(0.00999999978f))); if (L_35) { G_B16_0 = ((float)il2cpp_codegen_multiply((float)L_34, (float)(0.00999999978f))); goto IL_0172; } } { G_B17_0 = (0.100000001f); G_B17_1 = G_B15_0; goto IL_0177; } IL_0172: { G_B17_0 = (1.0f); G_B17_1 = G_B16_0; } IL_0177: { V_3 = ((float)il2cpp_codegen_multiply((float)G_B17_1, (float)G_B17_0)); // m_fontScaleMultiplier = 1; ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->set_m_fontScaleMultiplier_186((1.0f)); // m_currentFontSize = m_fontSize; float L_36 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_fontSize_73(); ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->set_m_currentFontSize_74(L_36); // m_sizeStack.SetDefault(m_currentFontSize); TMP_TextProcessingStack_1_t0C5DDA1BDCC56D66F8465350BB1E55E94AAEBE17 * L_37 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_address_of_m_sizeStack_76(); float L_38 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_currentFontSize_74(); TMP_TextProcessingStack_1_SetDefault_m3449DB02D37F8F59E5C8E537F9910F4FC418E59D((TMP_TextProcessingStack_1_t0C5DDA1BDCC56D66F8465350BB1E55E94AAEBE17 *)L_37, L_38, /*hidden argument*/TMP_TextProcessingStack_1_SetDefault_m3449DB02D37F8F59E5C8E537F9910F4FC418E59D_RuntimeMethod_var); // float fontSizeDelta = 0; V_4 = (0.0f); // int charCode = 0; // Holds the character code of the currently being processed character. V_5 = 0; // m_FontStyleInternal = m_fontStyle; // Set the default style. int32_t L_39 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_fontStyle_88(); ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->set_m_FontStyleInternal_89(L_39); // m_FontWeightInternal = (m_FontStyleInternal & FontStyles.Bold) == FontStyles.Bold ? FontWeight.Bold : m_fontWeight; int32_t L_40 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_FontStyleInternal_89(); G_B18_0 = __this; if ((((int32_t)((int32_t)((int32_t)L_40&(int32_t)1))) == ((int32_t)1))) { G_B19_0 = __this; goto IL_01cb; } } { int32_t L_41 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_fontWeight_77(); G_B20_0 = ((int32_t)(L_41)); G_B20_1 = G_B18_0; goto IL_01d0; } IL_01cb: { G_B20_0 = ((int32_t)700); G_B20_1 = G_B19_0; } IL_01d0: { NullCheck(G_B20_1); ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)G_B20_1)->set_m_FontWeightInternal_78(G_B20_0); // m_FontWeightStack.SetDefault(m_FontWeightInternal); TMP_TextProcessingStack_1_tC2FDE14AC486023AEB4D20CB306F9198CBE168C7 * L_42 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_address_of_m_FontWeightStack_79(); int32_t L_43 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_FontWeightInternal_78(); TMP_TextProcessingStack_1_SetDefault_mF2F41E2366EC21F7F5FC96A4D1EE8C502948E236((TMP_TextProcessingStack_1_tC2FDE14AC486023AEB4D20CB306F9198CBE168C7 *)L_42, L_43, /*hidden argument*/TMP_TextProcessingStack_1_SetDefault_mF2F41E2366EC21F7F5FC96A4D1EE8C502948E236_RuntimeMethod_var); // m_fontStyleStack.Clear(); TMP_FontStyleStack_tAD8C041F7E36517A3CF6E8301D6913159EE2D4D9 * L_44 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_address_of_m_fontStyleStack_90(); TMP_FontStyleStack_Clear_mAD7AB664C55FDEE99115E32BB8A72A7F40E3A4FC((TMP_FontStyleStack_tAD8C041F7E36517A3CF6E8301D6913159EE2D4D9 *)L_44, /*hidden argument*/NULL); // m_lineJustification = m_HorizontalAlignment; // m_textAlignment; // Sets the line justification mode to match editor alignment. int32_t L_45 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_HorizontalAlignment_92(); ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->set_m_lineJustification_95(L_45); // m_lineJustificationStack.SetDefault(m_lineJustification); TMP_TextProcessingStack_1_t860FCBD32172CBAC38125AB43150338E7CF55B1B * L_46 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_address_of_m_lineJustificationStack_96(); int32_t L_47 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_lineJustification_95(); TMP_TextProcessingStack_1_SetDefault_m6A917E9E8EED56BE4917D5154C98327846B6A57C((TMP_TextProcessingStack_1_t860FCBD32172CBAC38125AB43150338E7CF55B1B *)L_46, L_47, /*hidden argument*/TMP_TextProcessingStack_1_SetDefault_m6A917E9E8EED56BE4917D5154C98327846B6A57C_RuntimeMethod_var); // float padding = 0; V_6 = (0.0f); // float style_padding = 0; // Extra padding required to accommodate Bold style. V_7 = (0.0f); // float boldSpacingAdjustment = 0; V_8 = (0.0f); // m_baselineOffset = 0; // Used by subscript characters. ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->set_m_baselineOffset_242((0.0f)); // m_baselineOffsetStack.Clear(); TMP_TextProcessingStack_1_t0C5DDA1BDCC56D66F8465350BB1E55E94AAEBE17 * L_48 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_address_of_m_baselineOffsetStack_243(); TMP_TextProcessingStack_1_Clear_m92077EF5DECC1DA878E6CF1CA30231AE24507391((TMP_TextProcessingStack_1_t0C5DDA1BDCC56D66F8465350BB1E55E94AAEBE17 *)L_48, /*hidden argument*/TMP_TextProcessingStack_1_Clear_m92077EF5DECC1DA878E6CF1CA30231AE24507391_RuntimeMethod_var); // bool beginUnderline = false; V_9 = (bool)0; // Vector3 underline_start = Vector3.zero; // Used to track where underline starts & ends. Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_49; L_49 = Vector3_get_zero_m1A8F7993167785F750B6B01762D22C2597C84EF6(/*hidden argument*/NULL); V_10 = L_49; // Vector3 underline_end = Vector3.zero; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_50; L_50 = Vector3_get_zero_m1A8F7993167785F750B6B01762D22C2597C84EF6(/*hidden argument*/NULL); V_11 = L_50; // bool beginStrikethrough = false; V_12 = (bool)0; // Vector3 strikethrough_start = Vector3.zero; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_51; L_51 = Vector3_get_zero_m1A8F7993167785F750B6B01762D22C2597C84EF6(/*hidden argument*/NULL); V_13 = L_51; // Vector3 strikethrough_end = Vector3.zero; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_52; L_52 = Vector3_get_zero_m1A8F7993167785F750B6B01762D22C2597C84EF6(/*hidden argument*/NULL); V_14 = L_52; // bool beginHighlight = false; V_15 = (bool)0; // Vector3 highlight_start = Vector3.zero; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_53; L_53 = Vector3_get_zero_m1A8F7993167785F750B6B01762D22C2597C84EF6(/*hidden argument*/NULL); V_16 = L_53; // Vector3 highlight_end = Vector3.zero; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_54; L_54 = Vector3_get_zero_m1A8F7993167785F750B6B01762D22C2597C84EF6(/*hidden argument*/NULL); V_17 = L_54; // m_fontColor32 = m_fontColor; Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 L_55 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_fontColor_54(); Color32_tDB54A78627878A7D2DE42BB028D64306A18E858D L_56; L_56 = Color32_op_Implicit_mD17E8145D2D32EF369EFE349C4D32E839F7D7AA4(L_55, /*hidden argument*/NULL); ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->set_m_fontColor32_53(L_56); // m_htmlColor = m_fontColor32; Color32_tDB54A78627878A7D2DE42BB028D64306A18E858D L_57 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_fontColor32_53(); ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->set_m_htmlColor_226(L_57); // m_underlineColor = m_htmlColor; Color32_tDB54A78627878A7D2DE42BB028D64306A18E858D L_58 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_htmlColor_226(); ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->set_m_underlineColor_56(L_58); // m_strikethroughColor = m_htmlColor; Color32_tDB54A78627878A7D2DE42BB028D64306A18E858D L_59 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_htmlColor_226(); ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->set_m_strikethroughColor_57(L_59); // m_colorStack.SetDefault(m_htmlColor); TMP_TextProcessingStack_1_tCB10A5934F69ED17BBB7F709D74D60038177414D * L_60 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_address_of_m_colorStack_227(); Color32_tDB54A78627878A7D2DE42BB028D64306A18E858D L_61 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_htmlColor_226(); TMP_TextProcessingStack_1_SetDefault_mC2C677E5F18F0D7948B30621560691B61BA7AFD0((TMP_TextProcessingStack_1_tCB10A5934F69ED17BBB7F709D74D60038177414D *)L_60, L_61, /*hidden argument*/TMP_TextProcessingStack_1_SetDefault_mC2C677E5F18F0D7948B30621560691B61BA7AFD0_RuntimeMethod_var); // m_underlineColorStack.SetDefault(m_htmlColor); TMP_TextProcessingStack_1_tCB10A5934F69ED17BBB7F709D74D60038177414D * L_62 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_address_of_m_underlineColorStack_228(); Color32_tDB54A78627878A7D2DE42BB028D64306A18E858D L_63 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_htmlColor_226(); TMP_TextProcessingStack_1_SetDefault_mC2C677E5F18F0D7948B30621560691B61BA7AFD0((TMP_TextProcessingStack_1_tCB10A5934F69ED17BBB7F709D74D60038177414D *)L_62, L_63, /*hidden argument*/TMP_TextProcessingStack_1_SetDefault_mC2C677E5F18F0D7948B30621560691B61BA7AFD0_RuntimeMethod_var); // m_strikethroughColorStack.SetDefault(m_htmlColor); TMP_TextProcessingStack_1_tCB10A5934F69ED17BBB7F709D74D60038177414D * L_64 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_address_of_m_strikethroughColorStack_229(); Color32_tDB54A78627878A7D2DE42BB028D64306A18E858D L_65 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_htmlColor_226(); TMP_TextProcessingStack_1_SetDefault_mC2C677E5F18F0D7948B30621560691B61BA7AFD0((TMP_TextProcessingStack_1_tCB10A5934F69ED17BBB7F709D74D60038177414D *)L_64, L_65, /*hidden argument*/TMP_TextProcessingStack_1_SetDefault_mC2C677E5F18F0D7948B30621560691B61BA7AFD0_RuntimeMethod_var); // m_HighlightStateStack.SetDefault(new HighlightState(m_htmlColor, TMP_Offset.zero)); TMP_TextProcessingStack_1_t091E8E0507335193E71397075A9E75FFE125381E * L_66 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_address_of_m_HighlightStateStack_230(); Color32_tDB54A78627878A7D2DE42BB028D64306A18E858D L_67 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_htmlColor_226(); IL2CPP_RUNTIME_CLASS_INIT(TMP_Offset_tFD2420EE03933F6A720EB5B66ED6B4FB67AE2117_il2cpp_TypeInfo_var); TMP_Offset_tFD2420EE03933F6A720EB5B66ED6B4FB67AE2117 L_68; L_68 = TMP_Offset_get_zero_mC68A171E4943C6D024FFEECEC478911D7E3623E2_inline(/*hidden argument*/NULL); HighlightState_t52CE27A1187034A1037ABC13A70BAEE4AC3B5759 L_69; memset((&L_69), 0, sizeof(L_69)); HighlightState__ctor_m5FB32DE7A9CEAF55D6C4D982DB7AC3A11A3036E7((&L_69), L_67, L_68, /*hidden argument*/NULL); TMP_TextProcessingStack_1_SetDefault_m1E3CEAE999539ACA627F3308526B65F73C1C2D37((TMP_TextProcessingStack_1_t091E8E0507335193E71397075A9E75FFE125381E *)L_66, L_69, /*hidden argument*/TMP_TextProcessingStack_1_SetDefault_m1E3CEAE999539ACA627F3308526B65F73C1C2D37_RuntimeMethod_var); // m_colorGradientPreset = null; ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->set_m_colorGradientPreset_231((TMP_ColorGradient_tC18C01CF1F597BD442D01A29724FE1B32497E461 *)NULL); // m_colorGradientStack.SetDefault(null); TMP_TextProcessingStack_1_t598A1976548F7435C20001605BBCC77262756804 * L_70 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_address_of_m_colorGradientStack_232(); TMP_TextProcessingStack_1_SetDefault_m393B253A8E726E68AB86B191BC560BF779549E12((TMP_TextProcessingStack_1_t598A1976548F7435C20001605BBCC77262756804 *)L_70, (TMP_ColorGradient_tC18C01CF1F597BD442D01A29724FE1B32497E461 *)NULL, /*hidden argument*/TMP_TextProcessingStack_1_SetDefault_m393B253A8E726E68AB86B191BC560BF779549E12_RuntimeMethod_var); // m_ItalicAngle = m_currentFontAsset.italicStyle; TMP_FontAsset_tDD8F58129CF4A9094C82DD209531E9E71F9837B2 * L_71 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_currentFontAsset_41(); NullCheck(L_71); uint8_t L_72 = L_71->get_italicStyle_42(); ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->set_m_ItalicAngle_239(L_72); // m_ItalicAngleStack.SetDefault(m_ItalicAngle); TMP_TextProcessingStack_1_tAD0A40D35721F31D8FE2C344F705515FDF0F7DBA * L_73 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_address_of_m_ItalicAngleStack_238(); int32_t L_74 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_ItalicAngle_239(); TMP_TextProcessingStack_1_SetDefault_mC7F0F43E70DB109D2030B418ED86012E8FA1AD29((TMP_TextProcessingStack_1_tAD0A40D35721F31D8FE2C344F705515FDF0F7DBA *)L_73, L_74, /*hidden argument*/TMP_TextProcessingStack_1_SetDefault_mC7F0F43E70DB109D2030B418ED86012E8FA1AD29_RuntimeMethod_var); // m_actionStack.Clear(); TMP_TextProcessingStack_1_tAD0A40D35721F31D8FE2C344F705515FDF0F7DBA * L_75 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_address_of_m_actionStack_240(); TMP_TextProcessingStack_1_Clear_m54A533DBFA40313CA0795712B77C29EE6B73D775((TMP_TextProcessingStack_1_tAD0A40D35721F31D8FE2C344F705515FDF0F7DBA *)L_75, /*hidden argument*/TMP_TextProcessingStack_1_Clear_m54A533DBFA40313CA0795712B77C29EE6B73D775_RuntimeMethod_var); // m_isFXMatrixSet = false; ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->set_m_isFXMatrixSet_196((bool)0); // m_lineOffset = 0; // Amount of space between lines (font line spacing + m_linespacing). ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->set_m_lineOffset_224((0.0f)); // m_lineHeight = TMP_Math.FLOAT_UNSET; ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->set_m_lineHeight_104((-32767.0f)); // float lineGap = m_currentFontAsset.m_FaceInfo.lineHeight - (m_currentFontAsset.m_FaceInfo.ascentLine - m_currentFontAsset.m_FaceInfo.descentLine); TMP_FontAsset_tDD8F58129CF4A9094C82DD209531E9E71F9837B2 * L_76 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_currentFontAsset_41(); NullCheck(L_76); FaceInfo_t3A29F58B4C0435D2D76E3474E2B9D03F8A20C979 * L_77 = L_76->get_address_of_m_FaceInfo_12(); float L_78; L_78 = FaceInfo_get_lineHeight_m4BC0162351D2C7E607ECDF93534DAF0169AAEFE5((FaceInfo_t3A29F58B4C0435D2D76E3474E2B9D03F8A20C979 *)L_77, /*hidden argument*/NULL); TMP_FontAsset_tDD8F58129CF4A9094C82DD209531E9E71F9837B2 * L_79 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_currentFontAsset_41(); NullCheck(L_79); FaceInfo_t3A29F58B4C0435D2D76E3474E2B9D03F8A20C979 * L_80 = L_79->get_address_of_m_FaceInfo_12(); float L_81; L_81 = FaceInfo_get_ascentLine_m69928E2E998FA9441C7628BF7F8D9E888470D983((FaceInfo_t3A29F58B4C0435D2D76E3474E2B9D03F8A20C979 *)L_80, /*hidden argument*/NULL); TMP_FontAsset_tDD8F58129CF4A9094C82DD209531E9E71F9837B2 * L_82 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_currentFontAsset_41(); NullCheck(L_82); FaceInfo_t3A29F58B4C0435D2D76E3474E2B9D03F8A20C979 * L_83 = L_82->get_address_of_m_FaceInfo_12(); float L_84; L_84 = FaceInfo_get_descentLine_m0AEF0D85997836B841605DCE178ABA42A92C6EFA((FaceInfo_t3A29F58B4C0435D2D76E3474E2B9D03F8A20C979 *)L_83, /*hidden argument*/NULL); V_19 = ((float)il2cpp_codegen_subtract((float)L_78, (float)((float)il2cpp_codegen_subtract((float)L_81, (float)L_84)))); // m_cSpacing = 0; // Amount of space added between characters as a result of the use of the tag. ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->set_m_cSpacing_99((0.0f)); // m_monoSpacing = 0; ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->set_m_monoSpacing_100((0.0f)); // m_xAdvance = 0; // Used to track the position of each character. ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->set_m_xAdvance_244((0.0f)); // tag_LineIndent = 0; // Used for indentation of text. ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->set_tag_LineIndent_190((0.0f)); // tag_Indent = 0; ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->set_tag_Indent_191((0.0f)); // m_indentStack.SetDefault(0); TMP_TextProcessingStack_1_t0C5DDA1BDCC56D66F8465350BB1E55E94AAEBE17 * L_85 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_address_of_m_indentStack_192(); TMP_TextProcessingStack_1_SetDefault_m3449DB02D37F8F59E5C8E537F9910F4FC418E59D((TMP_TextProcessingStack_1_t0C5DDA1BDCC56D66F8465350BB1E55E94AAEBE17 *)L_85, (0.0f), /*hidden argument*/TMP_TextProcessingStack_1_SetDefault_m3449DB02D37F8F59E5C8E537F9910F4FC418E59D_RuntimeMethod_var); // tag_NoParsing = false; ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->set_tag_NoParsing_193((bool)0); // m_characterCount = 0; // Total characters in the char[] ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->set_m_characterCount_207(0); // m_firstCharacterOfLine = m_firstVisibleCharacter; int32_t L_86 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_firstVisibleCharacter_139(); ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->set_m_firstCharacterOfLine_208(L_86); // m_lastCharacterOfLine = 0; ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->set_m_lastCharacterOfLine_210(0); // m_firstVisibleCharacterOfLine = 0; ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->set_m_firstVisibleCharacterOfLine_209(0); // m_lastVisibleCharacterOfLine = 0; ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->set_m_lastVisibleCharacterOfLine_211(0); // m_maxLineAscender = k_LargeNegativeFloat; IL2CPP_RUNTIME_CLASS_INIT(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262_il2cpp_TypeInfo_var); float L_87 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262_StaticFields*)il2cpp_codegen_static_fields_for(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262_il2cpp_TypeInfo_var))->get_k_LargeNegativeFloat_262(); ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->set_m_maxLineAscender_220(L_87); // m_maxLineDescender = k_LargePositiveFloat; float L_88 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262_StaticFields*)il2cpp_codegen_static_fields_for(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262_il2cpp_TypeInfo_var))->get_k_LargePositiveFloat_261(); ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->set_m_maxLineDescender_221(L_88); // m_lineNumber = 0; ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->set_m_lineNumber_212(0); // m_startOfLineAscender = 0; ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->set_m_startOfLineAscender_222((0.0f)); // m_startOfLineDescender = 0; ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->set_m_startOfLineDescender_223((0.0f)); // m_lineVisibleCharacterCount = 0; ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->set_m_lineVisibleCharacterCount_213(0); // bool isStartOfNewLine = true; V_20 = (bool)1; // m_IsDrivenLineSpacing = false; ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->set_m_IsDrivenLineSpacing_105((bool)0); // m_firstOverflowCharacterIndex = -1; ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->set_m_firstOverflowCharacterIndex_116((-1)); // m_pageNumber = 0; ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->set_m_pageNumber_214(0); // int pageToDisplay = Mathf.Clamp(m_pageToDisplay - 1, 0, m_textInfo.pageInfo.Length - 1); int32_t L_89 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_pageToDisplay_144(); TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_90 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_textInfo_152(); NullCheck(L_90); TMP_PageInfoU5BU5D_tD278FD80A76AC5A74DA87B7A5653423E41AC634F* L_91 = L_90->get_pageInfo_15(); NullCheck(L_91); int32_t L_92; L_92 = Mathf_Clamp_mAD0781EB7470594CD4482DD64A0D739E4E539C3C(((int32_t)il2cpp_codegen_subtract((int32_t)L_89, (int32_t)1)), 0, ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_91)->max_length))), (int32_t)1)), /*hidden argument*/NULL); V_21 = L_92; // m_textInfo.ClearPageInfo(); TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_93 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_textInfo_152(); NullCheck(L_93); TMP_TextInfo_ClearPageInfo_m8CB02626A70C7D01523B7F4C1795DC0A752D2A7E(L_93, /*hidden argument*/NULL); // Vector4 margins = m_margin; Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 L_94 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_margin_146(); V_22 = L_94; // float marginWidth = m_marginWidth > 0 ? m_marginWidth : 0; float L_95 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_marginWidth_149(); if ((((float)L_95) > ((float)(0.0f)))) { goto IL_048e; } } { G_B23_0 = (0.0f); goto IL_0494; } IL_048e: { float L_96 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_marginWidth_149(); G_B23_0 = L_96; } IL_0494: { V_23 = G_B23_0; // float marginHeight = m_marginHeight > 0 ? m_marginHeight : 0; float L_97 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_marginHeight_150(); if ((((float)L_97) > ((float)(0.0f)))) { goto IL_04aa; } } { G_B26_0 = (0.0f); goto IL_04b0; } IL_04aa: { float L_98 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_marginHeight_150(); G_B26_0 = L_98; } IL_04b0: { V_24 = G_B26_0; // m_marginLeft = 0; ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->set_m_marginLeft_147((0.0f)); // m_marginRight = 0; ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->set_m_marginRight_148((0.0f)); // m_width = -1; ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->set_m_width_151((-1.0f)); // float widthOfTextArea = marginWidth + 0.0001f - m_marginLeft - m_marginRight; float L_99 = V_23; float L_100 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_marginLeft_147(); float L_101 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_marginRight_148(); V_25 = ((float)il2cpp_codegen_subtract((float)((float)il2cpp_codegen_subtract((float)((float)il2cpp_codegen_add((float)L_99, (float)(9.99999975E-05f))), (float)L_100)), (float)L_101)); // m_meshExtents.min = k_LargePositiveVector2; Extents_tD663823B610620A001CCCCFF452C10403AF2A0FA * L_102 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_address_of_m_meshExtents_225(); IL2CPP_RUNTIME_CLASS_INIT(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262_il2cpp_TypeInfo_var); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_103 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262_StaticFields*)il2cpp_codegen_static_fields_for(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262_il2cpp_TypeInfo_var))->get_k_LargePositiveVector2_259(); L_102->set_min_2(L_103); // m_meshExtents.max = k_LargeNegativeVector2; Extents_tD663823B610620A001CCCCFF452C10403AF2A0FA * L_104 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_address_of_m_meshExtents_225(); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_105 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262_StaticFields*)il2cpp_codegen_static_fields_for(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262_il2cpp_TypeInfo_var))->get_k_LargeNegativeVector2_260(); L_104->set_max_3(L_105); // m_textInfo.ClearLineInfo(); TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_106 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_textInfo_152(); NullCheck(L_106); TMP_TextInfo_ClearLineInfo_m17CB1F31B31017424574D9F22BE23B6D979A8F39(L_106, /*hidden argument*/NULL); // m_maxCapHeight = 0; ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->set_m_maxCapHeight_217((0.0f)); // m_maxTextAscender = 0; ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->set_m_maxTextAscender_216((0.0f)); // m_ElementDescender = 0; ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->set_m_ElementDescender_219((0.0f)); // m_PageAscender = 0; ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->set_m_PageAscender_215((0.0f)); // float maxVisibleDescender = 0; V_26 = (0.0f); // bool isMaxVisibleDescenderSet = false; V_27 = (bool)0; // m_isNewPage = false; ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->set_m_isNewPage_145((bool)0); // bool isFirstWordOfLine = true; V_28 = (bool)1; // m_isNonBreakingSpace = false; ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->set_m_isNonBreakingSpace_112((bool)0); // bool ignoreNonBreakingSpace = false; V_29 = (bool)0; // int lastSoftLineBreak = 0; V_30 = 0; // CharacterSubstitution characterToSubstitute = new CharacterSubstitution(-1, 0); CharacterSubstitution__ctor_m946A077A8E070FE40CE4CBC8C3EED7249AB29649((CharacterSubstitution_tDA217C96ED6B78235EF55ECECF09EEBD7B32156B *)(&V_31), (-1), 0, /*hidden argument*/NULL); // bool isSoftHyphenIgnored = false; V_32 = (bool)0; // SaveWordWrappingState(ref m_SavedWordWrapState, -1, -1); TMP_Text_SaveWordWrappingState_m030FF90502AAD68AFC0ACEBE3843ECB51DCFD9BC(__this, (WordWrapState_t15805FC5C080AC77203F872695E3B951F460DE99 *)(((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262_StaticFields*)il2cpp_codegen_static_fields_for(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262_il2cpp_TypeInfo_var))->get_address_of_m_SavedWordWrapState_201()), (-1), (-1), /*hidden argument*/NULL); // SaveWordWrappingState(ref m_SavedLineState, -1, -1); TMP_Text_SaveWordWrappingState_m030FF90502AAD68AFC0ACEBE3843ECB51DCFD9BC(__this, (WordWrapState_t15805FC5C080AC77203F872695E3B951F460DE99 *)(((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262_StaticFields*)il2cpp_codegen_static_fields_for(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262_il2cpp_TypeInfo_var))->get_address_of_m_SavedLineState_202()), (-1), (-1), /*hidden argument*/NULL); // SaveWordWrappingState(ref m_SavedEllipsisState, -1, -1); TMP_Text_SaveWordWrappingState_m030FF90502AAD68AFC0ACEBE3843ECB51DCFD9BC(__this, (WordWrapState_t15805FC5C080AC77203F872695E3B951F460DE99 *)(((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262_StaticFields*)il2cpp_codegen_static_fields_for(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262_il2cpp_TypeInfo_var))->get_address_of_m_SavedEllipsisState_203()), (-1), (-1), /*hidden argument*/NULL); // SaveWordWrappingState(ref m_SavedLastValidState, -1, -1); TMP_Text_SaveWordWrappingState_m030FF90502AAD68AFC0ACEBE3843ECB51DCFD9BC(__this, (WordWrapState_t15805FC5C080AC77203F872695E3B951F460DE99 *)(((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262_StaticFields*)il2cpp_codegen_static_fields_for(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262_il2cpp_TypeInfo_var))->get_address_of_m_SavedLastValidState_204()), (-1), (-1), /*hidden argument*/NULL); // SaveWordWrappingState(ref m_SavedSoftLineBreakState, -1, -1); TMP_Text_SaveWordWrappingState_m030FF90502AAD68AFC0ACEBE3843ECB51DCFD9BC(__this, (WordWrapState_t15805FC5C080AC77203F872695E3B951F460DE99 *)(((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262_StaticFields*)il2cpp_codegen_static_fields_for(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262_il2cpp_TypeInfo_var))->get_address_of_m_SavedSoftLineBreakState_205()), (-1), (-1), /*hidden argument*/NULL); // m_EllipsisInsertionCandidateStack.Clear(); TMP_TextProcessingStack_1_Clear_m0496F35F6D032B292943574C607901E6E0DABDAE((TMP_TextProcessingStack_1_t09C36897DBFF463BB173E0ED3612A8D49A8EE2D7 *)(((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262_StaticFields*)il2cpp_codegen_static_fields_for(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262_il2cpp_TypeInfo_var))->get_address_of_m_EllipsisInsertionCandidateStack_206()), /*hidden argument*/TMP_TextProcessingStack_1_Clear_m0496F35F6D032B292943574C607901E6E0DABDAE_RuntimeMethod_var); // int restoreCount = 0; V_33 = 0; // for (int i = 0; i < m_TextProcessingArray.Length && m_TextProcessingArray[i].unicode != 0; i++) V_64 = 0; goto IL_3bdb; } IL_05c5: { // charCode = m_TextProcessingArray[i].unicode; UnicodeCharU5BU5D_tB233FC88865130D0B1EA18DA685C2AF41FB134F7* L_107 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_TextProcessingArray_197(); int32_t L_108 = V_64; NullCheck(L_107); int32_t L_109 = ((L_107)->GetAddressAt(static_cast(L_108)))->get_unicode_0(); V_5 = L_109; // if (restoreCount > 5) int32_t L_110 = V_33; if ((((int32_t)L_110) <= ((int32_t)5))) { goto IL_0615; } } { // Debug.LogError("Line breaking recursion max threshold hit... Character [" + charCode + "] index: " + i); String_t* L_111; L_111 = Int32_ToString_m340C0A14D16799421EFDF8A81C8A16FA76D48411((int32_t*)(&V_5), /*hidden argument*/NULL); String_t* L_112; L_112 = Int32_ToString_m340C0A14D16799421EFDF8A81C8A16FA76D48411((int32_t*)(&V_64), /*hidden argument*/NULL); String_t* L_113; L_113 = String_Concat_m37A5BF26F8F8F1892D60D727303B23FB604FEE78(_stringLiteral41BB69D2BDF9A4541A716BE07E74D1ED0DEADD05, L_111, _stringLiteral94B946B03625197025E6D70053ADE0256BC25DD1, L_112, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); Debug_LogError_m8850D65592770A364D494025FF3A73E8D4D70485(L_113, /*hidden argument*/NULL); // characterToSubstitute.index = m_characterCount; int32_t L_114 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_characterCount_207(); (&V_31)->set_index_0(L_114); // characterToSubstitute.unicode = 0x03; (&V_31)->set_unicode_1(3); } IL_0615: { // if (m_isRichText && charCode == 60) // '<' bool L_115 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_isRichText_124(); if (!L_115) { goto IL_0656; } } { int32_t L_116 = V_5; if ((!(((uint32_t)L_116) == ((uint32_t)((int32_t)60))))) { goto IL_0656; } } { // m_isParsingText = true; ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->set_m_isParsingText_194((bool)1); // m_textElementType = TMP_TextElementType.Character; ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->set_m_textElementType_245(0); // if (ValidateHtmlTag(m_TextProcessingArray, i + 1, out endTagIndex)) UnicodeCharU5BU5D_tB233FC88865130D0B1EA18DA685C2AF41FB134F7* L_117 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_TextProcessingArray_197(); int32_t L_118 = V_64; bool L_119; L_119 = TMP_Text_ValidateHtmlTag_mA89F3032D3AF35D4967DB4C1D576F237E3CD340A(__this, L_117, ((int32_t)il2cpp_codegen_add((int32_t)L_118, (int32_t)1)), (int32_t*)(&V_88), /*hidden argument*/NULL); if (!L_119) { goto IL_06b9; } } { // i = endTagIndex; int32_t L_120 = V_88; V_64 = L_120; // if (m_textElementType == TMP_TextElementType.Character) int32_t L_121 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_textElementType_245(); if (L_121) { goto IL_06b9; } } { // continue; goto IL_3bd5; } IL_0656: { // m_textElementType = m_textInfo.characterInfo[m_characterCount].elementType; TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_122 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_textInfo_152(); NullCheck(L_122); TMP_CharacterInfoU5BU5D_t7128C1B46CF6AB1374135FA31D41ABF23882B970* L_123 = L_122->get_characterInfo_11(); int32_t L_124 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_characterCount_207(); NullCheck(L_123); int32_t L_125 = ((L_123)->GetAddressAt(static_cast(L_124)))->get_elementType_3(); ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->set_m_textElementType_245(L_125); // m_currentMaterialIndex = m_textInfo.characterInfo[m_characterCount].materialReferenceIndex; TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_126 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_textInfo_152(); NullCheck(L_126); TMP_CharacterInfoU5BU5D_t7128C1B46CF6AB1374135FA31D41ABF23882B970* L_127 = L_126->get_characterInfo_11(); int32_t L_128 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_characterCount_207(); NullCheck(L_127); int32_t L_129 = ((L_127)->GetAddressAt(static_cast(L_128)))->get_materialReferenceIndex_9(); ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->set_m_currentMaterialIndex_48(L_129); // m_currentFontAsset = m_textInfo.characterInfo[m_characterCount].fontAsset; TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_130 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_textInfo_152(); NullCheck(L_130); TMP_CharacterInfoU5BU5D_t7128C1B46CF6AB1374135FA31D41ABF23882B970* L_131 = L_130->get_characterInfo_11(); int32_t L_132 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_characterCount_207(); NullCheck(L_131); TMP_FontAsset_tDD8F58129CF4A9094C82DD209531E9E71F9837B2 * L_133 = ((L_131)->GetAddressAt(static_cast(L_132)))->get_fontAsset_5(); ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->set_m_currentFontAsset_41(L_133); } IL_06b9: { // int previousMaterialIndex = m_currentMaterialIndex; int32_t L_134 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_currentMaterialIndex_48(); V_65 = L_134; // bool isUsingAltTypeface = m_textInfo.characterInfo[m_characterCount].isUsingAlternateTypeface; TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_135 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_textInfo_152(); NullCheck(L_135); TMP_CharacterInfoU5BU5D_t7128C1B46CF6AB1374135FA31D41ABF23882B970* L_136 = L_135->get_characterInfo_11(); int32_t L_137 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_characterCount_207(); NullCheck(L_136); bool L_138 = ((L_136)->GetAddressAt(static_cast(L_137)))->get_isUsingAlternateTypeface_10(); V_66 = L_138; // m_isParsingText = false; ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->set_m_isParsingText_194((bool)0); // bool isInjectingCharacter = false; V_67 = (bool)0; // if (characterToSubstitute.index == m_characterCount) CharacterSubstitution_tDA217C96ED6B78235EF55ECECF09EEBD7B32156B L_139 = V_31; int32_t L_140 = L_139.get_index_0(); int32_t L_141 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_characterCount_207(); if ((!(((uint32_t)L_140) == ((uint32_t)L_141)))) { goto IL_0833; } } { // charCode = (int)characterToSubstitute.unicode; CharacterSubstitution_tDA217C96ED6B78235EF55ECECF09EEBD7B32156B L_142 = V_31; uint32_t L_143 = L_142.get_unicode_1(); V_5 = L_143; // m_textElementType = TMP_TextElementType.Character; ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->set_m_textElementType_245(0); // isInjectingCharacter = true; V_67 = (bool)1; int32_t L_144 = V_5; if ((((int32_t)L_144) == ((int32_t)3))) { goto IL_0729; } } { int32_t L_145 = V_5; if ((((int32_t)L_145) == ((int32_t)((int32_t)45)))) { goto IL_0833; } } { int32_t L_146 = V_5; if ((((int32_t)L_146) == ((int32_t)((int32_t)8230)))) { goto IL_0761; } } { goto IL_0833; } IL_0729: { // m_textInfo.characterInfo[m_characterCount].textElement = m_currentFontAsset.characterLookupTable[0x03]; TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_147 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_textInfo_152(); NullCheck(L_147); TMP_CharacterInfoU5BU5D_t7128C1B46CF6AB1374135FA31D41ABF23882B970* L_148 = L_147->get_characterInfo_11(); int32_t L_149 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_characterCount_207(); NullCheck(L_148); TMP_FontAsset_tDD8F58129CF4A9094C82DD209531E9E71F9837B2 * L_150 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_currentFontAsset_41(); NullCheck(L_150); Dictionary_2_t6BB43D0F158FE3B19E71F6F48A84283B5250E1B4 * L_151; L_151 = TMP_FontAsset_get_characterLookupTable_m486DE4FE28CC332FB460C879476CBBE0580B5441(L_150, /*hidden argument*/NULL); NullCheck(L_151); TMP_Character_tE7A98584C4DDFC9E1A1D883F4A5DE99E5DE7CC0C * L_152; L_152 = Dictionary_2_get_Item_mEBFC3A4532D98B4B48DB1CE58800BF6A7B35A7E4(L_151, 3, /*hidden argument*/Dictionary_2_get_Item_mEBFC3A4532D98B4B48DB1CE58800BF6A7B35A7E4_RuntimeMethod_var); ((L_148)->GetAddressAt(static_cast(L_149)))->set_textElement_4(L_152); // m_isTextTruncated = true; ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->set_m_isTextTruncated_119((bool)1); // break; goto IL_0833; } IL_0761: { // m_textInfo.characterInfo[m_characterCount].textElement = m_Ellipsis.character; TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_153 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_textInfo_152(); NullCheck(L_153); TMP_CharacterInfoU5BU5D_t7128C1B46CF6AB1374135FA31D41ABF23882B970* L_154 = L_153->get_characterInfo_11(); int32_t L_155 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_characterCount_207(); NullCheck(L_154); SpecialCharacter_t06A60B3C91ABA764227413C096AE5060D50D844F * L_156 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_address_of_m_Ellipsis_247(); TMP_Character_tE7A98584C4DDFC9E1A1D883F4A5DE99E5DE7CC0C * L_157 = L_156->get_character_0(); ((L_154)->GetAddressAt(static_cast(L_155)))->set_textElement_4(L_157); // m_textInfo.characterInfo[m_characterCount].elementType = TMP_TextElementType.Character; TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_158 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_textInfo_152(); NullCheck(L_158); TMP_CharacterInfoU5BU5D_t7128C1B46CF6AB1374135FA31D41ABF23882B970* L_159 = L_158->get_characterInfo_11(); int32_t L_160 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_characterCount_207(); NullCheck(L_159); ((L_159)->GetAddressAt(static_cast(L_160)))->set_elementType_3(0); // m_textInfo.characterInfo[m_characterCount].fontAsset = m_Ellipsis.fontAsset; TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_161 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_textInfo_152(); NullCheck(L_161); TMP_CharacterInfoU5BU5D_t7128C1B46CF6AB1374135FA31D41ABF23882B970* L_162 = L_161->get_characterInfo_11(); int32_t L_163 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_characterCount_207(); NullCheck(L_162); SpecialCharacter_t06A60B3C91ABA764227413C096AE5060D50D844F * L_164 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_address_of_m_Ellipsis_247(); TMP_FontAsset_tDD8F58129CF4A9094C82DD209531E9E71F9837B2 * L_165 = L_164->get_fontAsset_1(); ((L_162)->GetAddressAt(static_cast(L_163)))->set_fontAsset_5(L_165); // m_textInfo.characterInfo[m_characterCount].material = m_Ellipsis.material; TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_166 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_textInfo_152(); NullCheck(L_166); TMP_CharacterInfoU5BU5D_t7128C1B46CF6AB1374135FA31D41ABF23882B970* L_167 = L_166->get_characterInfo_11(); int32_t L_168 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_characterCount_207(); NullCheck(L_167); SpecialCharacter_t06A60B3C91ABA764227413C096AE5060D50D844F * L_169 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_address_of_m_Ellipsis_247(); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_170 = L_169->get_material_2(); ((L_167)->GetAddressAt(static_cast(L_168)))->set_material_8(L_170); // m_textInfo.characterInfo[m_characterCount].materialReferenceIndex = m_Ellipsis.materialIndex; TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_171 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_textInfo_152(); NullCheck(L_171); TMP_CharacterInfoU5BU5D_t7128C1B46CF6AB1374135FA31D41ABF23882B970* L_172 = L_171->get_characterInfo_11(); int32_t L_173 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_characterCount_207(); NullCheck(L_172); SpecialCharacter_t06A60B3C91ABA764227413C096AE5060D50D844F * L_174 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_address_of_m_Ellipsis_247(); int32_t L_175 = L_174->get_materialIndex_3(); ((L_172)->GetAddressAt(static_cast(L_173)))->set_materialReferenceIndex_9(L_175); // m_isTextTruncated = true; ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->set_m_isTextTruncated_119((bool)1); // characterToSubstitute.index = m_characterCount + 1; int32_t L_176 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_characterCount_207(); (&V_31)->set_index_0(((int32_t)il2cpp_codegen_add((int32_t)L_176, (int32_t)1))); // characterToSubstitute.unicode = 0x03; (&V_31)->set_unicode_1(3); } IL_0833: { // if (m_characterCount < m_firstVisibleCharacter && charCode != 0x03) int32_t L_177 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_characterCount_207(); int32_t L_178 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_firstVisibleCharacter_139(); if ((((int32_t)L_177) >= ((int32_t)L_178))) { goto IL_08b1; } } { int32_t L_179 = V_5; if ((((int32_t)L_179) == ((int32_t)3))) { goto IL_08b1; } } { // m_textInfo.characterInfo[m_characterCount].isVisible = false; TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_180 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_textInfo_152(); NullCheck(L_180); TMP_CharacterInfoU5BU5D_t7128C1B46CF6AB1374135FA31D41ABF23882B970* L_181 = L_180->get_characterInfo_11(); int32_t L_182 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_characterCount_207(); NullCheck(L_181); ((L_181)->GetAddressAt(static_cast(L_182)))->set_isVisible_40((bool)0); // m_textInfo.characterInfo[m_characterCount].character = (char)0x200B; TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_183 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_textInfo_152(); NullCheck(L_183); TMP_CharacterInfoU5BU5D_t7128C1B46CF6AB1374135FA31D41ABF23882B970* L_184 = L_183->get_characterInfo_11(); int32_t L_185 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_characterCount_207(); NullCheck(L_184); ((L_184)->GetAddressAt(static_cast(L_185)))->set_character_0(((int32_t)8203)); // m_textInfo.characterInfo[m_characterCount].lineNumber = 0; TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_186 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_textInfo_152(); NullCheck(L_186); TMP_CharacterInfoU5BU5D_t7128C1B46CF6AB1374135FA31D41ABF23882B970* L_187 = L_186->get_characterInfo_11(); int32_t L_188 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_characterCount_207(); NullCheck(L_187); ((L_187)->GetAddressAt(static_cast(L_188)))->set_lineNumber_12(0); // m_characterCount += 1; int32_t L_189 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_characterCount_207(); ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->set_m_characterCount_207(((int32_t)il2cpp_codegen_add((int32_t)L_189, (int32_t)1))); // continue; goto IL_3bd5; } IL_08b1: { // float smallCapsMultiplier = 1.0f; V_68 = (1.0f); // if (m_textElementType == TMP_TextElementType.Character) int32_t L_190 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_textElementType_245(); if (L_190) { goto IL_092c; } } { // if ((m_FontStyleInternal & FontStyles.UpperCase) == FontStyles.UpperCase) int32_t L_191 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_FontStyleInternal_89(); if ((!(((uint32_t)((int32_t)((int32_t)L_191&(int32_t)((int32_t)16)))) == ((uint32_t)((int32_t)16))))) { goto IL_08e3; } } { // if (char.IsLower((char)charCode)) int32_t L_192 = V_5; IL2CPP_RUNTIME_CLASS_INIT(Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_il2cpp_TypeInfo_var); bool L_193; L_193 = Char_IsLower_mB37EB1C3AF0AFA72C6C922F7E48470F8A8B3F6E4(((int32_t)((uint16_t)L_192)), /*hidden argument*/NULL); if (!L_193) { goto IL_092c; } } { // charCode = char.ToUpper((char)charCode); int32_t L_194 = V_5; IL2CPP_RUNTIME_CLASS_INIT(Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_il2cpp_TypeInfo_var); Il2CppChar L_195; L_195 = Char_ToUpper_m7BE77639C5F8EC99F56A729C0D26A684A85F0BC7(((int32_t)((uint16_t)L_194)), /*hidden argument*/NULL); V_5 = L_195; // } goto IL_092c; } IL_08e3: { // else if ((m_FontStyleInternal & FontStyles.LowerCase) == FontStyles.LowerCase) int32_t L_196 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_FontStyleInternal_89(); if ((!(((uint32_t)((int32_t)((int32_t)L_196&(int32_t)8))) == ((uint32_t)8)))) { goto IL_0904; } } { // if (char.IsUpper((char)charCode)) int32_t L_197 = V_5; IL2CPP_RUNTIME_CLASS_INIT(Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_il2cpp_TypeInfo_var); bool L_198; L_198 = Char_IsUpper_m72EAD892A02AD10D2050EA09BF3735DDE6921892(((int32_t)((uint16_t)L_197)), /*hidden argument*/NULL); if (!L_198) { goto IL_092c; } } { // charCode = char.ToLower((char)charCode); int32_t L_199 = V_5; IL2CPP_RUNTIME_CLASS_INIT(Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_il2cpp_TypeInfo_var); Il2CppChar L_200; L_200 = Char_ToLower_m1125EA9F4935D6A0F8244D73AA4940C1D0C5D165(((int32_t)((uint16_t)L_199)), /*hidden argument*/NULL); V_5 = L_200; // } goto IL_092c; } IL_0904: { // else if ((m_FontStyleInternal & FontStyles.SmallCaps) == FontStyles.SmallCaps) int32_t L_201 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_FontStyleInternal_89(); if ((!(((uint32_t)((int32_t)((int32_t)L_201&(int32_t)((int32_t)32)))) == ((uint32_t)((int32_t)32))))) { goto IL_092c; } } { // if (char.IsLower((char)charCode)) int32_t L_202 = V_5; IL2CPP_RUNTIME_CLASS_INIT(Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_il2cpp_TypeInfo_var); bool L_203; L_203 = Char_IsLower_mB37EB1C3AF0AFA72C6C922F7E48470F8A8B3F6E4(((int32_t)((uint16_t)L_202)), /*hidden argument*/NULL); if (!L_203) { goto IL_092c; } } { // smallCapsMultiplier = 0.8f; V_68 = (0.800000012f); // charCode = char.ToUpper((char)charCode); int32_t L_204 = V_5; IL2CPP_RUNTIME_CLASS_INIT(Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_il2cpp_TypeInfo_var); Il2CppChar L_205; L_205 = Char_ToUpper_m7BE77639C5F8EC99F56A729C0D26A684A85F0BC7(((int32_t)((uint16_t)L_204)), /*hidden argument*/NULL); V_5 = L_205; } IL_092c: { // float baselineOffset = 0; V_69 = (0.0f); // float elementAscentLine = 0; V_70 = (0.0f); // float elementDescentLine = 0; V_71 = (0.0f); // if (m_textElementType == TMP_TextElementType.Sprite) int32_t L_206 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_textElementType_245(); if ((!(((uint32_t)L_206) == ((uint32_t)1)))) { goto IL_0c6e; } } { // m_currentSpriteAsset = m_textInfo.characterInfo[m_characterCount].spriteAsset; TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_207 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_textInfo_152(); NullCheck(L_207); TMP_CharacterInfoU5BU5D_t7128C1B46CF6AB1374135FA31D41ABF23882B970* L_208 = L_207->get_characterInfo_11(); int32_t L_209 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_characterCount_207(); NullCheck(L_208); TMP_SpriteAsset_t0746714D8A56C0A27AE56DC6897CC1A129220714 * L_210 = ((L_208)->GetAddressAt(static_cast(L_209)))->get_spriteAsset_6(); ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->set_m_currentSpriteAsset_250(L_210); // m_spriteIndex = m_textInfo.characterInfo[m_characterCount].spriteIndex; TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_211 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_textInfo_152(); NullCheck(L_211); TMP_CharacterInfoU5BU5D_t7128C1B46CF6AB1374135FA31D41ABF23882B970* L_212 = L_211->get_characterInfo_11(); int32_t L_213 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_characterCount_207(); NullCheck(L_212); int32_t L_214 = ((L_212)->GetAddressAt(static_cast(L_213)))->get_spriteIndex_7(); ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->set_m_spriteIndex_252(L_214); // TMP_SpriteCharacter sprite = m_currentSpriteAsset.spriteCharacterTable[m_spriteIndex]; TMP_SpriteAsset_t0746714D8A56C0A27AE56DC6897CC1A129220714 * L_215 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_currentSpriteAsset_250(); NullCheck(L_215); List_1_t7850FCF22796079854614A9268CE558E34108A02 * L_216; L_216 = TMP_SpriteAsset_get_spriteCharacterTable_mF8CD258451863D2D8BCEBAEE68E74141B28A26FD(L_215, /*hidden argument*/NULL); int32_t L_217 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_spriteIndex_252(); NullCheck(L_216); TMP_SpriteCharacter_t77E119FE8164154A682A4F70E7787B2C56A0E9BE * L_218; L_218 = List_1_get_Item_mC18B904E35A7C55EF21BA4794AAC4021AF847F32_inline(L_216, L_217, /*hidden argument*/List_1_get_Item_mC18B904E35A7C55EF21BA4794AAC4021AF847F32_RuntimeMethod_var); V_89 = L_218; // if (sprite == null) TMP_SpriteCharacter_t77E119FE8164154A682A4F70E7787B2C56A0E9BE * L_219 = V_89; if (!L_219) { goto IL_3bd5; } } { // if (charCode == 60) int32_t L_220 = V_5; if ((!(((uint32_t)L_220) == ((uint32_t)((int32_t)60))))) { goto IL_09c4; } } { // charCode = 57344 + m_spriteIndex; int32_t L_221 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_spriteIndex_252(); V_5 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)57344), (int32_t)L_221)); goto IL_09cf; } IL_09c4: { // m_spriteColor = s_colorWhite; IL2CPP_RUNTIME_CLASS_INIT(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262_il2cpp_TypeInfo_var); Color32_tDB54A78627878A7D2DE42BB028D64306A18E858D L_222 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262_StaticFields*)il2cpp_codegen_static_fields_for(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262_il2cpp_TypeInfo_var))->get_s_colorWhite_55(); ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->set_m_spriteColor_65(L_222); } IL_09cf: { // float fontScale = (m_currentFontSize / m_currentFontAsset.faceInfo.pointSize * m_currentFontAsset.faceInfo.scale * (m_isOrthographic ? 1 : 0.1f)); float L_223 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_currentFontSize_74(); TMP_FontAsset_tDD8F58129CF4A9094C82DD209531E9E71F9837B2 * L_224 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_currentFontAsset_41(); NullCheck(L_224); FaceInfo_t3A29F58B4C0435D2D76E3474E2B9D03F8A20C979 L_225; L_225 = TMP_FontAsset_get_faceInfo_m36B45040D6E9F080986E955DD7E1006E8A892DA9_inline(L_224, /*hidden argument*/NULL); V_91 = L_225; int32_t L_226; L_226 = FaceInfo_get_pointSize_m3C6775E1AE5F27EAAB93CC84480B14AFBDB5E330((FaceInfo_t3A29F58B4C0435D2D76E3474E2B9D03F8A20C979 *)(&V_91), /*hidden argument*/NULL); TMP_FontAsset_tDD8F58129CF4A9094C82DD209531E9E71F9837B2 * L_227 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_currentFontAsset_41(); NullCheck(L_227); FaceInfo_t3A29F58B4C0435D2D76E3474E2B9D03F8A20C979 L_228; L_228 = TMP_FontAsset_get_faceInfo_m36B45040D6E9F080986E955DD7E1006E8A892DA9_inline(L_227, /*hidden argument*/NULL); V_91 = L_228; float L_229; L_229 = FaceInfo_get_scale_mA059FCEE1F13BBDF846AB8D8B8EDA468F4FCD2A4((FaceInfo_t3A29F58B4C0435D2D76E3474E2B9D03F8A20C979 *)(&V_91), /*hidden argument*/NULL); bool L_230 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_isOrthographic_127(); G_B61_0 = ((float)il2cpp_codegen_multiply((float)((float)((float)L_223/(float)((float)((float)L_226)))), (float)L_229)); if (L_230) { G_B62_0 = ((float)il2cpp_codegen_multiply((float)((float)((float)L_223/(float)((float)((float)L_226)))), (float)L_229)); goto IL_0a0f; } } { G_B63_0 = (0.100000001f); G_B63_1 = G_B61_0; goto IL_0a14; } IL_0a0f: { G_B63_0 = (1.0f); G_B63_1 = G_B62_0; } IL_0a14: { V_90 = ((float)il2cpp_codegen_multiply((float)G_B63_1, (float)G_B63_0)); // if (m_currentSpriteAsset.m_FaceInfo.pointSize > 0) TMP_SpriteAsset_t0746714D8A56C0A27AE56DC6897CC1A129220714 * L_231 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_currentSpriteAsset_250(); NullCheck(L_231); FaceInfo_t3A29F58B4C0435D2D76E3474E2B9D03F8A20C979 * L_232 = L_231->get_address_of_m_FaceInfo_11(); int32_t L_233; L_233 = FaceInfo_get_pointSize_m3C6775E1AE5F27EAAB93CC84480B14AFBDB5E330((FaceInfo_t3A29F58B4C0435D2D76E3474E2B9D03F8A20C979 *)L_232, /*hidden argument*/NULL); if ((((int32_t)L_233) <= ((int32_t)0))) { goto IL_0adb; } } { // float spriteScale = m_currentFontSize / m_currentSpriteAsset.m_FaceInfo.pointSize * m_currentSpriteAsset.m_FaceInfo.scale * (m_isOrthographic ? 1 : 0.1f); float L_234 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_currentFontSize_74(); TMP_SpriteAsset_t0746714D8A56C0A27AE56DC6897CC1A129220714 * L_235 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_currentSpriteAsset_250(); NullCheck(L_235); FaceInfo_t3A29F58B4C0435D2D76E3474E2B9D03F8A20C979 * L_236 = L_235->get_address_of_m_FaceInfo_11(); int32_t L_237; L_237 = FaceInfo_get_pointSize_m3C6775E1AE5F27EAAB93CC84480B14AFBDB5E330((FaceInfo_t3A29F58B4C0435D2D76E3474E2B9D03F8A20C979 *)L_236, /*hidden argument*/NULL); TMP_SpriteAsset_t0746714D8A56C0A27AE56DC6897CC1A129220714 * L_238 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_currentSpriteAsset_250(); NullCheck(L_238); FaceInfo_t3A29F58B4C0435D2D76E3474E2B9D03F8A20C979 * L_239 = L_238->get_address_of_m_FaceInfo_11(); float L_240; L_240 = FaceInfo_get_scale_mA059FCEE1F13BBDF846AB8D8B8EDA468F4FCD2A4((FaceInfo_t3A29F58B4C0435D2D76E3474E2B9D03F8A20C979 *)L_239, /*hidden argument*/NULL); bool L_241 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_isOrthographic_127(); G_B65_0 = ((float)il2cpp_codegen_multiply((float)((float)((float)L_234/(float)((float)((float)L_237)))), (float)L_240)); if (L_241) { G_B66_0 = ((float)il2cpp_codegen_multiply((float)((float)((float)L_234/(float)((float)((float)L_237)))), (float)L_240)); goto IL_0a65; } } { G_B67_0 = (0.100000001f); G_B67_1 = G_B65_0; goto IL_0a6a; } IL_0a65: { G_B67_0 = (1.0f); G_B67_1 = G_B66_0; } IL_0a6a: { V_92 = ((float)il2cpp_codegen_multiply((float)G_B67_1, (float)G_B67_0)); // currentElementScale = sprite.m_Scale * sprite.m_Glyph.scale * spriteScale; TMP_SpriteCharacter_t77E119FE8164154A682A4F70E7787B2C56A0E9BE * L_242 = V_89; NullCheck(L_242); float L_243 = ((TMP_TextElement_tDF9A55D56A0B44EA4EA36DEDF942AEB6369AF832 *)L_242)->get_m_Scale_5(); TMP_SpriteCharacter_t77E119FE8164154A682A4F70E7787B2C56A0E9BE * L_244 = V_89; NullCheck(L_244); Glyph_tC58ED6BC718B82A55B7E1A3690A289FFA8EBEFD1 * L_245 = ((TMP_TextElement_tDF9A55D56A0B44EA4EA36DEDF942AEB6369AF832 *)L_244)->get_m_Glyph_3(); NullCheck(L_245); float L_246; L_246 = Glyph_get_scale_m446CB523D55E31B00D8AC704A60308C773E7F208(L_245, /*hidden argument*/NULL); float L_247 = V_92; V_2 = ((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_multiply((float)L_243, (float)L_246)), (float)L_247)); // elementAscentLine = m_currentSpriteAsset.m_FaceInfo.ascentLine; TMP_SpriteAsset_t0746714D8A56C0A27AE56DC6897CC1A129220714 * L_248 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_currentSpriteAsset_250(); NullCheck(L_248); FaceInfo_t3A29F58B4C0435D2D76E3474E2B9D03F8A20C979 * L_249 = L_248->get_address_of_m_FaceInfo_11(); float L_250; L_250 = FaceInfo_get_ascentLine_m69928E2E998FA9441C7628BF7F8D9E888470D983((FaceInfo_t3A29F58B4C0435D2D76E3474E2B9D03F8A20C979 *)L_249, /*hidden argument*/NULL); V_70 = L_250; // baselineOffset = m_currentSpriteAsset.m_FaceInfo.baseline * fontScale * m_fontScaleMultiplier * m_currentSpriteAsset.m_FaceInfo.scale; TMP_SpriteAsset_t0746714D8A56C0A27AE56DC6897CC1A129220714 * L_251 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_currentSpriteAsset_250(); NullCheck(L_251); FaceInfo_t3A29F58B4C0435D2D76E3474E2B9D03F8A20C979 * L_252 = L_251->get_address_of_m_FaceInfo_11(); float L_253; L_253 = FaceInfo_get_baseline_m7EB9429D8D329E5DA5DB890CEF02A6C015C056D6((FaceInfo_t3A29F58B4C0435D2D76E3474E2B9D03F8A20C979 *)L_252, /*hidden argument*/NULL); float L_254 = V_90; float L_255 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_fontScaleMultiplier_186(); TMP_SpriteAsset_t0746714D8A56C0A27AE56DC6897CC1A129220714 * L_256 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_currentSpriteAsset_250(); NullCheck(L_256); FaceInfo_t3A29F58B4C0435D2D76E3474E2B9D03F8A20C979 * L_257 = L_256->get_address_of_m_FaceInfo_11(); float L_258; L_258 = FaceInfo_get_scale_mA059FCEE1F13BBDF846AB8D8B8EDA468F4FCD2A4((FaceInfo_t3A29F58B4C0435D2D76E3474E2B9D03F8A20C979 *)L_257, /*hidden argument*/NULL); V_69 = ((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_multiply((float)L_253, (float)L_254)), (float)L_255)), (float)L_258)); // elementDescentLine = m_currentSpriteAsset.m_FaceInfo.descentLine; TMP_SpriteAsset_t0746714D8A56C0A27AE56DC6897CC1A129220714 * L_259 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_currentSpriteAsset_250(); NullCheck(L_259); FaceInfo_t3A29F58B4C0435D2D76E3474E2B9D03F8A20C979 * L_260 = L_259->get_address_of_m_FaceInfo_11(); float L_261; L_261 = FaceInfo_get_descentLine_m0AEF0D85997836B841605DCE178ABA42A92C6EFA((FaceInfo_t3A29F58B4C0435D2D76E3474E2B9D03F8A20C979 *)L_260, /*hidden argument*/NULL); V_71 = L_261; // } goto IL_0bb7; } IL_0adb: { // float spriteScale = m_currentFontSize / m_currentFontAsset.m_FaceInfo.pointSize * m_currentFontAsset.m_FaceInfo.scale * (m_isOrthographic ? 1 : 0.1f); float L_262 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_currentFontSize_74(); TMP_FontAsset_tDD8F58129CF4A9094C82DD209531E9E71F9837B2 * L_263 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_currentFontAsset_41(); NullCheck(L_263); FaceInfo_t3A29F58B4C0435D2D76E3474E2B9D03F8A20C979 * L_264 = L_263->get_address_of_m_FaceInfo_12(); int32_t L_265; L_265 = FaceInfo_get_pointSize_m3C6775E1AE5F27EAAB93CC84480B14AFBDB5E330((FaceInfo_t3A29F58B4C0435D2D76E3474E2B9D03F8A20C979 *)L_264, /*hidden argument*/NULL); TMP_FontAsset_tDD8F58129CF4A9094C82DD209531E9E71F9837B2 * L_266 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_currentFontAsset_41(); NullCheck(L_266); FaceInfo_t3A29F58B4C0435D2D76E3474E2B9D03F8A20C979 * L_267 = L_266->get_address_of_m_FaceInfo_12(); float L_268; L_268 = FaceInfo_get_scale_mA059FCEE1F13BBDF846AB8D8B8EDA468F4FCD2A4((FaceInfo_t3A29F58B4C0435D2D76E3474E2B9D03F8A20C979 *)L_267, /*hidden argument*/NULL); bool L_269 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_isOrthographic_127(); G_B69_0 = ((float)il2cpp_codegen_multiply((float)((float)((float)L_262/(float)((float)((float)L_265)))), (float)L_268)); if (L_269) { G_B70_0 = ((float)il2cpp_codegen_multiply((float)((float)((float)L_262/(float)((float)((float)L_265)))), (float)L_268)); goto IL_0b13; } } { G_B71_0 = (0.100000001f); G_B71_1 = G_B69_0; goto IL_0b18; } IL_0b13: { G_B71_0 = (1.0f); G_B71_1 = G_B70_0; } IL_0b18: { V_93 = ((float)il2cpp_codegen_multiply((float)G_B71_1, (float)G_B71_0)); // currentElementScale = m_currentFontAsset.m_FaceInfo.ascentLine / sprite.m_Glyph.metrics.height * sprite.m_Scale * sprite.m_Glyph.scale * spriteScale; TMP_FontAsset_tDD8F58129CF4A9094C82DD209531E9E71F9837B2 * L_270 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_currentFontAsset_41(); NullCheck(L_270); FaceInfo_t3A29F58B4C0435D2D76E3474E2B9D03F8A20C979 * L_271 = L_270->get_address_of_m_FaceInfo_12(); float L_272; L_272 = FaceInfo_get_ascentLine_m69928E2E998FA9441C7628BF7F8D9E888470D983((FaceInfo_t3A29F58B4C0435D2D76E3474E2B9D03F8A20C979 *)L_271, /*hidden argument*/NULL); TMP_SpriteCharacter_t77E119FE8164154A682A4F70E7787B2C56A0E9BE * L_273 = V_89; NullCheck(L_273); Glyph_tC58ED6BC718B82A55B7E1A3690A289FFA8EBEFD1 * L_274 = ((TMP_TextElement_tDF9A55D56A0B44EA4EA36DEDF942AEB6369AF832 *)L_273)->get_m_Glyph_3(); NullCheck(L_274); GlyphMetrics_t46B609AF0FC41272561342E8B5AEF35E4E1B537B L_275; L_275 = Glyph_get_metrics_m395A93D5BD1B7859DD95B17386DAA033D2F865B0(L_274, /*hidden argument*/NULL); V_95 = L_275; float L_276; L_276 = GlyphMetrics_get_height_m742B169DCF2892774ACEC4F25310CDC0C7F1D85F((GlyphMetrics_t46B609AF0FC41272561342E8B5AEF35E4E1B537B *)(&V_95), /*hidden argument*/NULL); TMP_SpriteCharacter_t77E119FE8164154A682A4F70E7787B2C56A0E9BE * L_277 = V_89; NullCheck(L_277); float L_278 = ((TMP_TextElement_tDF9A55D56A0B44EA4EA36DEDF942AEB6369AF832 *)L_277)->get_m_Scale_5(); TMP_SpriteCharacter_t77E119FE8164154A682A4F70E7787B2C56A0E9BE * L_279 = V_89; NullCheck(L_279); Glyph_tC58ED6BC718B82A55B7E1A3690A289FFA8EBEFD1 * L_280 = ((TMP_TextElement_tDF9A55D56A0B44EA4EA36DEDF942AEB6369AF832 *)L_279)->get_m_Glyph_3(); NullCheck(L_280); float L_281; L_281 = Glyph_get_scale_m446CB523D55E31B00D8AC704A60308C773E7F208(L_280, /*hidden argument*/NULL); float L_282 = V_93; V_2 = ((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_multiply((float)((float)((float)L_272/(float)L_276)), (float)L_278)), (float)L_281)), (float)L_282)); // float scaleDelta = spriteScale / currentElementScale; float L_283 = V_93; float L_284 = V_2; V_94 = ((float)((float)L_283/(float)L_284)); // elementAscentLine = m_currentFontAsset.m_FaceInfo.ascentLine * scaleDelta; TMP_FontAsset_tDD8F58129CF4A9094C82DD209531E9E71F9837B2 * L_285 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_currentFontAsset_41(); NullCheck(L_285); FaceInfo_t3A29F58B4C0435D2D76E3474E2B9D03F8A20C979 * L_286 = L_285->get_address_of_m_FaceInfo_12(); float L_287; L_287 = FaceInfo_get_ascentLine_m69928E2E998FA9441C7628BF7F8D9E888470D983((FaceInfo_t3A29F58B4C0435D2D76E3474E2B9D03F8A20C979 *)L_286, /*hidden argument*/NULL); float L_288 = V_94; V_70 = ((float)il2cpp_codegen_multiply((float)L_287, (float)L_288)); // baselineOffset = m_currentFontAsset.m_FaceInfo.baseline * fontScale * m_fontScaleMultiplier * m_currentFontAsset.m_FaceInfo.scale; TMP_FontAsset_tDD8F58129CF4A9094C82DD209531E9E71F9837B2 * L_289 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_currentFontAsset_41(); NullCheck(L_289); FaceInfo_t3A29F58B4C0435D2D76E3474E2B9D03F8A20C979 * L_290 = L_289->get_address_of_m_FaceInfo_12(); float L_291; L_291 = FaceInfo_get_baseline_m7EB9429D8D329E5DA5DB890CEF02A6C015C056D6((FaceInfo_t3A29F58B4C0435D2D76E3474E2B9D03F8A20C979 *)L_290, /*hidden argument*/NULL); float L_292 = V_90; float L_293 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_fontScaleMultiplier_186(); TMP_FontAsset_tDD8F58129CF4A9094C82DD209531E9E71F9837B2 * L_294 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_currentFontAsset_41(); NullCheck(L_294); FaceInfo_t3A29F58B4C0435D2D76E3474E2B9D03F8A20C979 * L_295 = L_294->get_address_of_m_FaceInfo_12(); float L_296; L_296 = FaceInfo_get_scale_mA059FCEE1F13BBDF846AB8D8B8EDA468F4FCD2A4((FaceInfo_t3A29F58B4C0435D2D76E3474E2B9D03F8A20C979 *)L_295, /*hidden argument*/NULL); V_69 = ((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_multiply((float)L_291, (float)L_292)), (float)L_293)), (float)L_296)); // elementDescentLine = m_currentFontAsset.m_FaceInfo.descentLine * scaleDelta; TMP_FontAsset_tDD8F58129CF4A9094C82DD209531E9E71F9837B2 * L_297 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_currentFontAsset_41(); NullCheck(L_297); FaceInfo_t3A29F58B4C0435D2D76E3474E2B9D03F8A20C979 * L_298 = L_297->get_address_of_m_FaceInfo_12(); float L_299; L_299 = FaceInfo_get_descentLine_m0AEF0D85997836B841605DCE178ABA42A92C6EFA((FaceInfo_t3A29F58B4C0435D2D76E3474E2B9D03F8A20C979 *)L_298, /*hidden argument*/NULL); float L_300 = V_94; V_71 = ((float)il2cpp_codegen_multiply((float)L_299, (float)L_300)); } IL_0bb7: { // m_cached_TextElement = sprite; TMP_SpriteCharacter_t77E119FE8164154A682A4F70E7787B2C56A0E9BE * L_301 = V_89; ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->set_m_cached_TextElement_246(L_301); // m_textInfo.characterInfo[m_characterCount].elementType = TMP_TextElementType.Sprite; TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_302 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_textInfo_152(); NullCheck(L_302); TMP_CharacterInfoU5BU5D_t7128C1B46CF6AB1374135FA31D41ABF23882B970* L_303 = L_302->get_characterInfo_11(); int32_t L_304 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_characterCount_207(); NullCheck(L_303); ((L_303)->GetAddressAt(static_cast(L_304)))->set_elementType_3(1); // m_textInfo.characterInfo[m_characterCount].scale = currentElementScale; TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_305 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_textInfo_152(); NullCheck(L_305); TMP_CharacterInfoU5BU5D_t7128C1B46CF6AB1374135FA31D41ABF23882B970* L_306 = L_305->get_characterInfo_11(); int32_t L_307 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_characterCount_207(); NullCheck(L_306); float L_308 = V_2; ((L_306)->GetAddressAt(static_cast(L_307)))->set_scale_31(L_308); // m_textInfo.characterInfo[m_characterCount].spriteAsset = m_currentSpriteAsset; TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_309 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_textInfo_152(); NullCheck(L_309); TMP_CharacterInfoU5BU5D_t7128C1B46CF6AB1374135FA31D41ABF23882B970* L_310 = L_309->get_characterInfo_11(); int32_t L_311 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_characterCount_207(); NullCheck(L_310); TMP_SpriteAsset_t0746714D8A56C0A27AE56DC6897CC1A129220714 * L_312 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_currentSpriteAsset_250(); ((L_310)->GetAddressAt(static_cast(L_311)))->set_spriteAsset_6(L_312); // m_textInfo.characterInfo[m_characterCount].fontAsset = m_currentFontAsset; TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_313 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_textInfo_152(); NullCheck(L_313); TMP_CharacterInfoU5BU5D_t7128C1B46CF6AB1374135FA31D41ABF23882B970* L_314 = L_313->get_characterInfo_11(); int32_t L_315 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_characterCount_207(); NullCheck(L_314); TMP_FontAsset_tDD8F58129CF4A9094C82DD209531E9E71F9837B2 * L_316 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_currentFontAsset_41(); ((L_314)->GetAddressAt(static_cast(L_315)))->set_fontAsset_5(L_316); // m_textInfo.characterInfo[m_characterCount].materialReferenceIndex = m_currentMaterialIndex; TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_317 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_textInfo_152(); NullCheck(L_317); TMP_CharacterInfoU5BU5D_t7128C1B46CF6AB1374135FA31D41ABF23882B970* L_318 = L_317->get_characterInfo_11(); int32_t L_319 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_characterCount_207(); NullCheck(L_318); int32_t L_320 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_currentMaterialIndex_48(); ((L_318)->GetAddressAt(static_cast(L_319)))->set_materialReferenceIndex_9(L_320); // m_currentMaterialIndex = previousMaterialIndex; int32_t L_321 = V_65; ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->set_m_currentMaterialIndex_48(L_321); // padding = 0; V_6 = (0.0f); // } goto IL_0ec3; } IL_0c6e: { // else if (m_textElementType == TMP_TextElementType.Character) int32_t L_322 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_textElementType_245(); if (L_322) { goto IL_0ec3; } } { // m_cached_TextElement = m_textInfo.characterInfo[m_characterCount].textElement; TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_323 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_textInfo_152(); NullCheck(L_323); TMP_CharacterInfoU5BU5D_t7128C1B46CF6AB1374135FA31D41ABF23882B970* L_324 = L_323->get_characterInfo_11(); int32_t L_325 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_characterCount_207(); NullCheck(L_324); TMP_TextElement_tDF9A55D56A0B44EA4EA36DEDF942AEB6369AF832 * L_326 = ((L_324)->GetAddressAt(static_cast(L_325)))->get_textElement_4(); ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->set_m_cached_TextElement_246(L_326); // if (m_cached_TextElement == null) TMP_TextElement_tDF9A55D56A0B44EA4EA36DEDF942AEB6369AF832 * L_327 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_cached_TextElement_246(); if (!L_327) { goto IL_3bd5; } } { // m_currentFontAsset = m_textInfo.characterInfo[m_characterCount].fontAsset; TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_328 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_textInfo_152(); NullCheck(L_328); TMP_CharacterInfoU5BU5D_t7128C1B46CF6AB1374135FA31D41ABF23882B970* L_329 = L_328->get_characterInfo_11(); int32_t L_330 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_characterCount_207(); NullCheck(L_329); TMP_FontAsset_tDD8F58129CF4A9094C82DD209531E9E71F9837B2 * L_331 = ((L_329)->GetAddressAt(static_cast(L_330)))->get_fontAsset_5(); ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->set_m_currentFontAsset_41(L_331); // m_currentMaterial = m_textInfo.characterInfo[m_characterCount].material; TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_332 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_textInfo_152(); NullCheck(L_332); TMP_CharacterInfoU5BU5D_t7128C1B46CF6AB1374135FA31D41ABF23882B970* L_333 = L_332->get_characterInfo_11(); int32_t L_334 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_characterCount_207(); NullCheck(L_333); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_335 = ((L_333)->GetAddressAt(static_cast(L_334)))->get_material_8(); ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->set_m_currentMaterial_44(L_335); // m_currentMaterialIndex = m_textInfo.characterInfo[m_characterCount].materialReferenceIndex; TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_336 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_textInfo_152(); NullCheck(L_336); TMP_CharacterInfoU5BU5D_t7128C1B46CF6AB1374135FA31D41ABF23882B970* L_337 = L_336->get_characterInfo_11(); int32_t L_338 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_characterCount_207(); NullCheck(L_337); int32_t L_339 = ((L_337)->GetAddressAt(static_cast(L_338)))->get_materialReferenceIndex_9(); ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->set_m_currentMaterialIndex_48(L_339); // if (isInjectingCharacter && m_TextProcessingArray[i].unicode == 0x0A && m_characterCount != m_firstCharacterOfLine) bool L_340 = V_67; if (!L_340) { goto IL_0d8f; } } { UnicodeCharU5BU5D_tB233FC88865130D0B1EA18DA685C2AF41FB134F7* L_341 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_TextProcessingArray_197(); int32_t L_342 = V_64; NullCheck(L_341); int32_t L_343 = ((L_341)->GetAddressAt(static_cast(L_342)))->get_unicode_0(); if ((!(((uint32_t)L_343) == ((uint32_t)((int32_t)10))))) { goto IL_0d8f; } } { int32_t L_344 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_characterCount_207(); int32_t L_345 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_firstCharacterOfLine_208(); if ((((int32_t)L_344) == ((int32_t)L_345))) { goto IL_0d8f; } } { // adjustedScale = m_textInfo.characterInfo[m_characterCount - 1].pointSize * smallCapsMultiplier / m_currentFontAsset.m_FaceInfo.pointSize * m_currentFontAsset.m_FaceInfo.scale * (m_isOrthographic ? 1 : 0.1f); TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_346 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_textInfo_152(); NullCheck(L_346); TMP_CharacterInfoU5BU5D_t7128C1B46CF6AB1374135FA31D41ABF23882B970* L_347 = L_346->get_characterInfo_11(); int32_t L_348 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_characterCount_207(); NullCheck(L_347); float L_349 = ((L_347)->GetAddressAt(static_cast(((int32_t)il2cpp_codegen_subtract((int32_t)L_348, (int32_t)1)))))->get_pointSize_11(); float L_350 = V_68; TMP_FontAsset_tDD8F58129CF4A9094C82DD209531E9E71F9837B2 * L_351 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_currentFontAsset_41(); NullCheck(L_351); FaceInfo_t3A29F58B4C0435D2D76E3474E2B9D03F8A20C979 * L_352 = L_351->get_address_of_m_FaceInfo_12(); int32_t L_353; L_353 = FaceInfo_get_pointSize_m3C6775E1AE5F27EAAB93CC84480B14AFBDB5E330((FaceInfo_t3A29F58B4C0435D2D76E3474E2B9D03F8A20C979 *)L_352, /*hidden argument*/NULL); TMP_FontAsset_tDD8F58129CF4A9094C82DD209531E9E71F9837B2 * L_354 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_currentFontAsset_41(); NullCheck(L_354); FaceInfo_t3A29F58B4C0435D2D76E3474E2B9D03F8A20C979 * L_355 = L_354->get_address_of_m_FaceInfo_12(); float L_356; L_356 = FaceInfo_get_scale_mA059FCEE1F13BBDF846AB8D8B8EDA468F4FCD2A4((FaceInfo_t3A29F58B4C0435D2D76E3474E2B9D03F8A20C979 *)L_355, /*hidden argument*/NULL); bool L_357 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_isOrthographic_127(); G_B79_0 = ((float)il2cpp_codegen_multiply((float)((float)((float)((float)il2cpp_codegen_multiply((float)L_349, (float)L_350))/(float)((float)((float)L_353)))), (float)L_356)); if (L_357) { G_B80_0 = ((float)il2cpp_codegen_multiply((float)((float)((float)((float)il2cpp_codegen_multiply((float)L_349, (float)L_350))/(float)((float)((float)L_353)))), (float)L_356)); goto IL_0d85; } } { G_B81_0 = (0.100000001f); G_B81_1 = G_B79_0; goto IL_0d8a; } IL_0d85: { G_B81_0 = (1.0f); G_B81_1 = G_B80_0; } IL_0d8a: { V_96 = ((float)il2cpp_codegen_multiply((float)G_B81_1, (float)G_B81_0)); goto IL_0dd2; } IL_0d8f: { // adjustedScale = m_currentFontSize * smallCapsMultiplier / m_currentFontAsset.m_FaceInfo.pointSize * m_currentFontAsset.m_FaceInfo.scale * (m_isOrthographic ? 1 : 0.1f); float L_358 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_currentFontSize_74(); float L_359 = V_68; TMP_FontAsset_tDD8F58129CF4A9094C82DD209531E9E71F9837B2 * L_360 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_currentFontAsset_41(); NullCheck(L_360); FaceInfo_t3A29F58B4C0435D2D76E3474E2B9D03F8A20C979 * L_361 = L_360->get_address_of_m_FaceInfo_12(); int32_t L_362; L_362 = FaceInfo_get_pointSize_m3C6775E1AE5F27EAAB93CC84480B14AFBDB5E330((FaceInfo_t3A29F58B4C0435D2D76E3474E2B9D03F8A20C979 *)L_361, /*hidden argument*/NULL); TMP_FontAsset_tDD8F58129CF4A9094C82DD209531E9E71F9837B2 * L_363 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_currentFontAsset_41(); NullCheck(L_363); FaceInfo_t3A29F58B4C0435D2D76E3474E2B9D03F8A20C979 * L_364 = L_363->get_address_of_m_FaceInfo_12(); float L_365; L_365 = FaceInfo_get_scale_mA059FCEE1F13BBDF846AB8D8B8EDA468F4FCD2A4((FaceInfo_t3A29F58B4C0435D2D76E3474E2B9D03F8A20C979 *)L_364, /*hidden argument*/NULL); bool L_366 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_isOrthographic_127(); G_B83_0 = ((float)il2cpp_codegen_multiply((float)((float)((float)((float)il2cpp_codegen_multiply((float)L_358, (float)L_359))/(float)((float)((float)L_362)))), (float)L_365)); if (L_366) { G_B84_0 = ((float)il2cpp_codegen_multiply((float)((float)((float)((float)il2cpp_codegen_multiply((float)L_358, (float)L_359))/(float)((float)((float)L_362)))), (float)L_365)); goto IL_0dca; } } { G_B85_0 = (0.100000001f); G_B85_1 = G_B83_0; goto IL_0dcf; } IL_0dca: { G_B85_0 = (1.0f); G_B85_1 = G_B84_0; } IL_0dcf: { V_96 = ((float)il2cpp_codegen_multiply((float)G_B85_1, (float)G_B85_0)); } IL_0dd2: { // if (isInjectingCharacter && charCode == 0x2026) bool L_367 = V_67; if (!L_367) { goto IL_0def; } } { int32_t L_368 = V_5; if ((!(((uint32_t)L_368) == ((uint32_t)((int32_t)8230))))) { goto IL_0def; } } { // elementAscentLine = 0; V_70 = (0.0f); // elementDescentLine = 0; V_71 = (0.0f); // } goto IL_0e13; } IL_0def: { // elementAscentLine = m_currentFontAsset.m_FaceInfo.ascentLine; TMP_FontAsset_tDD8F58129CF4A9094C82DD209531E9E71F9837B2 * L_369 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_currentFontAsset_41(); NullCheck(L_369); FaceInfo_t3A29F58B4C0435D2D76E3474E2B9D03F8A20C979 * L_370 = L_369->get_address_of_m_FaceInfo_12(); float L_371; L_371 = FaceInfo_get_ascentLine_m69928E2E998FA9441C7628BF7F8D9E888470D983((FaceInfo_t3A29F58B4C0435D2D76E3474E2B9D03F8A20C979 *)L_370, /*hidden argument*/NULL); V_70 = L_371; // elementDescentLine = m_currentFontAsset.m_FaceInfo.descentLine; TMP_FontAsset_tDD8F58129CF4A9094C82DD209531E9E71F9837B2 * L_372 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_currentFontAsset_41(); NullCheck(L_372); FaceInfo_t3A29F58B4C0435D2D76E3474E2B9D03F8A20C979 * L_373 = L_372->get_address_of_m_FaceInfo_12(); float L_374; L_374 = FaceInfo_get_descentLine_m0AEF0D85997836B841605DCE178ABA42A92C6EFA((FaceInfo_t3A29F58B4C0435D2D76E3474E2B9D03F8A20C979 *)L_373, /*hidden argument*/NULL); V_71 = L_374; } IL_0e13: { // currentElementScale = adjustedScale * m_fontScaleMultiplier * m_cached_TextElement.m_Scale * m_cached_TextElement.m_Glyph.scale; float L_375 = V_96; float L_376 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_fontScaleMultiplier_186(); TMP_TextElement_tDF9A55D56A0B44EA4EA36DEDF942AEB6369AF832 * L_377 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_cached_TextElement_246(); NullCheck(L_377); float L_378 = L_377->get_m_Scale_5(); TMP_TextElement_tDF9A55D56A0B44EA4EA36DEDF942AEB6369AF832 * L_379 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_cached_TextElement_246(); NullCheck(L_379); Glyph_tC58ED6BC718B82A55B7E1A3690A289FFA8EBEFD1 * L_380 = L_379->get_m_Glyph_3(); NullCheck(L_380); float L_381; L_381 = Glyph_get_scale_m446CB523D55E31B00D8AC704A60308C773E7F208(L_380, /*hidden argument*/NULL); V_2 = ((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_multiply((float)L_375, (float)L_376)), (float)L_378)), (float)L_381)); // baselineOffset = m_currentFontAsset.m_FaceInfo.baseline * adjustedScale * m_fontScaleMultiplier * m_currentFontAsset.m_FaceInfo.scale; TMP_FontAsset_tDD8F58129CF4A9094C82DD209531E9E71F9837B2 * L_382 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_currentFontAsset_41(); NullCheck(L_382); FaceInfo_t3A29F58B4C0435D2D76E3474E2B9D03F8A20C979 * L_383 = L_382->get_address_of_m_FaceInfo_12(); float L_384; L_384 = FaceInfo_get_baseline_m7EB9429D8D329E5DA5DB890CEF02A6C015C056D6((FaceInfo_t3A29F58B4C0435D2D76E3474E2B9D03F8A20C979 *)L_383, /*hidden argument*/NULL); float L_385 = V_96; float L_386 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_fontScaleMultiplier_186(); TMP_FontAsset_tDD8F58129CF4A9094C82DD209531E9E71F9837B2 * L_387 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_currentFontAsset_41(); NullCheck(L_387); FaceInfo_t3A29F58B4C0435D2D76E3474E2B9D03F8A20C979 * L_388 = L_387->get_address_of_m_FaceInfo_12(); float L_389; L_389 = FaceInfo_get_scale_mA059FCEE1F13BBDF846AB8D8B8EDA468F4FCD2A4((FaceInfo_t3A29F58B4C0435D2D76E3474E2B9D03F8A20C979 *)L_388, /*hidden argument*/NULL); V_69 = ((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_multiply((float)L_384, (float)L_385)), (float)L_386)), (float)L_389)); // m_textInfo.characterInfo[m_characterCount].elementType = TMP_TextElementType.Character; TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_390 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_textInfo_152(); NullCheck(L_390); TMP_CharacterInfoU5BU5D_t7128C1B46CF6AB1374135FA31D41ABF23882B970* L_391 = L_390->get_characterInfo_11(); int32_t L_392 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_characterCount_207(); NullCheck(L_391); ((L_391)->GetAddressAt(static_cast(L_392)))->set_elementType_3(0); // m_textInfo.characterInfo[m_characterCount].scale = currentElementScale; TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_393 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_textInfo_152(); NullCheck(L_393); TMP_CharacterInfoU5BU5D_t7128C1B46CF6AB1374135FA31D41ABF23882B970* L_394 = L_393->get_characterInfo_11(); int32_t L_395 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_characterCount_207(); NullCheck(L_394); float L_396 = V_2; ((L_394)->GetAddressAt(static_cast(L_395)))->set_scale_31(L_396); // padding = m_currentMaterialIndex == 0 ? m_padding : m_subTextObjects[m_currentMaterialIndex].padding; int32_t L_397 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_currentMaterialIndex_48(); if (!L_397) { goto IL_0ebb; } } { TMP_SubMeshU5BU5D_t2EF6E7C00AD0C05C7BD3E565CF716B62BED324A2* L_398 = __this->get_m_subTextObjects_277(); int32_t L_399 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_currentMaterialIndex_48(); NullCheck(L_398); int32_t L_400 = L_399; TMP_SubMesh_tF05E95C4AC87BBE600564968E24B50BE2E06D1B8 * L_401 = (L_398)->GetAt(static_cast(L_400)); NullCheck(L_401); float L_402; L_402 = TMP_SubMesh_get_padding_m0767D28093A3622A404341557960A794879291B0_inline(L_401, /*hidden argument*/NULL); G_B93_0 = L_402; goto IL_0ec1; } IL_0ebb: { float L_403 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_padding_241(); G_B93_0 = L_403; } IL_0ec1: { V_6 = G_B93_0; } IL_0ec3: { // float currentElementUnmodifiedScale = currentElementScale; float L_404 = V_2; V_72 = L_404; // if (charCode == 0xAD || charCode == 0x03) int32_t L_405 = V_5; if ((((int32_t)L_405) == ((int32_t)((int32_t)173)))) { goto IL_0ed4; } } { int32_t L_406 = V_5; if ((!(((uint32_t)L_406) == ((uint32_t)3)))) { goto IL_0eda; } } IL_0ed4: { // currentElementScale = 0; V_2 = (0.0f); } IL_0eda: { // m_textInfo.characterInfo[m_characterCount].character = (char)charCode; TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_407 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_textInfo_152(); NullCheck(L_407); TMP_CharacterInfoU5BU5D_t7128C1B46CF6AB1374135FA31D41ABF23882B970* L_408 = L_407->get_characterInfo_11(); int32_t L_409 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_characterCount_207(); NullCheck(L_408); int32_t L_410 = V_5; ((L_408)->GetAddressAt(static_cast(L_409)))->set_character_0(((int32_t)((uint16_t)L_410))); // m_textInfo.characterInfo[m_characterCount].pointSize = m_currentFontSize; TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_411 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_textInfo_152(); NullCheck(L_411); TMP_CharacterInfoU5BU5D_t7128C1B46CF6AB1374135FA31D41ABF23882B970* L_412 = L_411->get_characterInfo_11(); int32_t L_413 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_characterCount_207(); NullCheck(L_412); float L_414 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_currentFontSize_74(); ((L_412)->GetAddressAt(static_cast(L_413)))->set_pointSize_11(L_414); // m_textInfo.characterInfo[m_characterCount].color = m_htmlColor; TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_415 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_textInfo_152(); NullCheck(L_415); TMP_CharacterInfoU5BU5D_t7128C1B46CF6AB1374135FA31D41ABF23882B970* L_416 = L_415->get_characterInfo_11(); int32_t L_417 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_characterCount_207(); NullCheck(L_416); Color32_tDB54A78627878A7D2DE42BB028D64306A18E858D L_418 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_htmlColor_226(); ((L_416)->GetAddressAt(static_cast(L_417)))->set_color_32(L_418); // m_textInfo.characterInfo[m_characterCount].underlineColor = m_underlineColor; TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_419 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_textInfo_152(); NullCheck(L_419); TMP_CharacterInfoU5BU5D_t7128C1B46CF6AB1374135FA31D41ABF23882B970* L_420 = L_419->get_characterInfo_11(); int32_t L_421 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_characterCount_207(); NullCheck(L_420); Color32_tDB54A78627878A7D2DE42BB028D64306A18E858D L_422 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_underlineColor_56(); ((L_420)->GetAddressAt(static_cast(L_421)))->set_underlineColor_33(L_422); // m_textInfo.characterInfo[m_characterCount].strikethroughColor = m_strikethroughColor; TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_423 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_textInfo_152(); NullCheck(L_423); TMP_CharacterInfoU5BU5D_t7128C1B46CF6AB1374135FA31D41ABF23882B970* L_424 = L_423->get_characterInfo_11(); int32_t L_425 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_characterCount_207(); NullCheck(L_424); Color32_tDB54A78627878A7D2DE42BB028D64306A18E858D L_426 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_strikethroughColor_57(); ((L_424)->GetAddressAt(static_cast(L_425)))->set_strikethroughColor_35(L_426); // m_textInfo.characterInfo[m_characterCount].highlightState = m_HighlightStateStack.current; TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_427 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_textInfo_152(); NullCheck(L_427); TMP_CharacterInfoU5BU5D_t7128C1B46CF6AB1374135FA31D41ABF23882B970* L_428 = L_427->get_characterInfo_11(); int32_t L_429 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_characterCount_207(); NullCheck(L_428); TMP_TextProcessingStack_1_t091E8E0507335193E71397075A9E75FFE125381E * L_430 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_address_of_m_HighlightStateStack_230(); HighlightState_t52CE27A1187034A1037ABC13A70BAEE4AC3B5759 L_431; L_431 = TMP_TextProcessingStack_1_get_current_mF71CA976FB7F7A65A7AA85B6D28AE060CF21391D((TMP_TextProcessingStack_1_t091E8E0507335193E71397075A9E75FFE125381E *)L_430, /*hidden argument*/TMP_TextProcessingStack_1_get_current_mF71CA976FB7F7A65A7AA85B6D28AE060CF21391D_RuntimeMethod_var); ((L_428)->GetAddressAt(static_cast(L_429)))->set_highlightState_38(L_431); // m_textInfo.characterInfo[m_characterCount].style = m_FontStyleInternal; TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_432 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_textInfo_152(); NullCheck(L_432); TMP_CharacterInfoU5BU5D_t7128C1B46CF6AB1374135FA31D41ABF23882B970* L_433 = L_432->get_characterInfo_11(); int32_t L_434 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_characterCount_207(); NullCheck(L_433); int32_t L_435 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_FontStyleInternal_89(); ((L_433)->GetAddressAt(static_cast(L_434)))->set_style_39(L_435); // GlyphMetrics currentGlyphMetrics = m_cached_TextElement.m_Glyph.metrics; TMP_TextElement_tDF9A55D56A0B44EA4EA36DEDF942AEB6369AF832 * L_436 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_cached_TextElement_246(); NullCheck(L_436); Glyph_tC58ED6BC718B82A55B7E1A3690A289FFA8EBEFD1 * L_437 = L_436->get_m_Glyph_3(); NullCheck(L_437); GlyphMetrics_t46B609AF0FC41272561342E8B5AEF35E4E1B537B L_438; L_438 = Glyph_get_metrics_m395A93D5BD1B7859DD95B17386DAA033D2F865B0(L_437, /*hidden argument*/NULL); V_73 = L_438; // bool isWhiteSpace = charCode <= 0xFFFF && char.IsWhiteSpace((char)charCode); int32_t L_439 = V_5; if ((((int32_t)L_439) > ((int32_t)((int32_t)65535)))) { goto IL_0fe8; } } { int32_t L_440 = V_5; IL2CPP_RUNTIME_CLASS_INIT(Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_il2cpp_TypeInfo_var); bool L_441; L_441 = Char_IsWhiteSpace_m99A5E1BE1EB9F17EA530A67A607DA8C260BCBF99(((int32_t)((uint16_t)L_440)), /*hidden argument*/NULL); G_B100_0 = ((int32_t)(L_441)); goto IL_0fe9; } IL_0fe8: { G_B100_0 = 0; } IL_0fe9: { V_74 = (bool)G_B100_0; // TMP_GlyphValueRecord glyphAdjustments = new TMP_GlyphValueRecord(); il2cpp_codegen_initobj((&V_75), sizeof(TMP_GlyphValueRecord_tEF00CF591899C9C5D8028D3F6C55FD7B67DFE9D2 )); // float characterSpacingAdjustment = m_characterSpacing; float L_442 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_characterSpacing_98(); V_76 = L_442; // m_GlyphHorizontalAdvanceAdjustment = 0; ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->set_m_GlyphHorizontalAdvanceAdjustment_121((0.0f)); // if (m_enableKerning) bool L_443 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_enableKerning_120(); if (!L_443) { goto IL_112e; } } { // uint baseGlyphIndex = m_cached_TextElement.m_GlyphIndex; TMP_TextElement_tDF9A55D56A0B44EA4EA36DEDF942AEB6369AF832 * L_444 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_cached_TextElement_246(); NullCheck(L_444); uint32_t L_445 = L_444->get_m_GlyphIndex_4(); V_98 = L_445; // if (m_characterCount < totalCharacterCount - 1) int32_t L_446 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_characterCount_207(); int32_t L_447 = V_0; if ((((int32_t)L_446) >= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_447, (int32_t)1))))) { goto IL_109b; } } { // uint nextGlyphIndex = m_textInfo.characterInfo[m_characterCount + 1].textElement.m_GlyphIndex; TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_448 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_textInfo_152(); NullCheck(L_448); TMP_CharacterInfoU5BU5D_t7128C1B46CF6AB1374135FA31D41ABF23882B970* L_449 = L_448->get_characterInfo_11(); int32_t L_450 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_characterCount_207(); NullCheck(L_449); TMP_TextElement_tDF9A55D56A0B44EA4EA36DEDF942AEB6369AF832 * L_451 = ((L_449)->GetAddressAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_450, (int32_t)1)))))->get_textElement_4(); NullCheck(L_451); uint32_t L_452 = L_451->get_m_GlyphIndex_4(); // uint key = nextGlyphIndex << 16 | baseGlyphIndex; uint32_t L_453 = V_98; V_99 = ((int32_t)((int32_t)((int32_t)((int32_t)L_452<<(int32_t)((int32_t)16)))|(int32_t)L_453)); // if (m_currentFontAsset.m_FontFeatureTable.m_GlyphPairAdjustmentRecordLookupDictionary.TryGetValue(key, out adjustmentPair)) TMP_FontAsset_tDD8F58129CF4A9094C82DD209531E9E71F9837B2 * L_454 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_currentFontAsset_41(); NullCheck(L_454); TMP_FontFeatureTable_t4A06C31656BB8CB686657DC85E0179FA3D15E2F1 * L_455 = L_454->get_m_FontFeatureTable_32(); NullCheck(L_455); Dictionary_2_t0583F646DAE1361FD64601FB5FBF7B4C57DDBDF4 * L_456 = L_455->get_m_GlyphPairAdjustmentRecordLookupDictionary_1(); uint32_t L_457 = V_99; NullCheck(L_456); bool L_458; L_458 = Dictionary_2_TryGetValue_mB781DA89706896C42ABF9B2CCFD27CD0EA6D1593(L_456, L_457, (TMP_GlyphPairAdjustmentRecord_t79F65D973582F66AF3787F0C63E6E6575C8E0C10 **)(&V_97), /*hidden argument*/Dictionary_2_TryGetValue_mB781DA89706896C42ABF9B2CCFD27CD0EA6D1593_RuntimeMethod_var); if (!L_458) { goto IL_109b; } } { // glyphAdjustments = adjustmentPair.m_FirstAdjustmentRecord.m_GlyphValueRecord; TMP_GlyphPairAdjustmentRecord_t79F65D973582F66AF3787F0C63E6E6575C8E0C10 * L_459 = V_97; NullCheck(L_459); TMP_GlyphAdjustmentRecord_t722843E4D5C44C6027391ACAFAC6D117DE8AAF4D * L_460 = L_459->get_address_of_m_FirstAdjustmentRecord_0(); TMP_GlyphValueRecord_tEF00CF591899C9C5D8028D3F6C55FD7B67DFE9D2 L_461 = L_460->get_m_GlyphValueRecord_1(); V_75 = L_461; // characterSpacingAdjustment = (adjustmentPair.m_FeatureLookupFlags & FontFeatureLookupFlags.IgnoreSpacingAdjustments) == FontFeatureLookupFlags.IgnoreSpacingAdjustments ? 0 : characterSpacingAdjustment; TMP_GlyphPairAdjustmentRecord_t79F65D973582F66AF3787F0C63E6E6575C8E0C10 * L_462 = V_97; NullCheck(L_462); int32_t L_463 = L_462->get_m_FeatureLookupFlags_2(); if ((((int32_t)((int32_t)((int32_t)L_463&(int32_t)((int32_t)256)))) == ((int32_t)((int32_t)256)))) { goto IL_1094; } } { float L_464 = V_76; G_B106_0 = L_464; goto IL_1099; } IL_1094: { G_B106_0 = (0.0f); } IL_1099: { V_76 = G_B106_0; } IL_109b: { // if (m_characterCount >= 1) int32_t L_465 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_characterCount_207(); if ((((int32_t)L_465) < ((int32_t)1))) { goto IL_1121; } } { // uint previousGlyphIndex = m_textInfo.characterInfo[m_characterCount - 1].textElement.m_GlyphIndex; TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_466 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_textInfo_152(); NullCheck(L_466); TMP_CharacterInfoU5BU5D_t7128C1B46CF6AB1374135FA31D41ABF23882B970* L_467 = L_466->get_characterInfo_11(); int32_t L_468 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_characterCount_207(); NullCheck(L_467); TMP_TextElement_tDF9A55D56A0B44EA4EA36DEDF942AEB6369AF832 * L_469 = ((L_467)->GetAddressAt(static_cast(((int32_t)il2cpp_codegen_subtract((int32_t)L_468, (int32_t)1)))))->get_textElement_4(); NullCheck(L_469); uint32_t L_470 = L_469->get_m_GlyphIndex_4(); V_100 = L_470; // uint key = baseGlyphIndex << 16 | previousGlyphIndex; uint32_t L_471 = V_98; uint32_t L_472 = V_100; V_101 = ((int32_t)((int32_t)((int32_t)((int32_t)L_471<<(int32_t)((int32_t)16)))|(int32_t)L_472)); // if (m_currentFontAsset.m_FontFeatureTable.m_GlyphPairAdjustmentRecordLookupDictionary.TryGetValue(key, out adjustmentPair)) TMP_FontAsset_tDD8F58129CF4A9094C82DD209531E9E71F9837B2 * L_473 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_currentFontAsset_41(); NullCheck(L_473); TMP_FontFeatureTable_t4A06C31656BB8CB686657DC85E0179FA3D15E2F1 * L_474 = L_473->get_m_FontFeatureTable_32(); NullCheck(L_474); Dictionary_2_t0583F646DAE1361FD64601FB5FBF7B4C57DDBDF4 * L_475 = L_474->get_m_GlyphPairAdjustmentRecordLookupDictionary_1(); uint32_t L_476 = V_101; NullCheck(L_475); bool L_477; L_477 = Dictionary_2_TryGetValue_mB781DA89706896C42ABF9B2CCFD27CD0EA6D1593(L_475, L_476, (TMP_GlyphPairAdjustmentRecord_t79F65D973582F66AF3787F0C63E6E6575C8E0C10 **)(&V_97), /*hidden argument*/Dictionary_2_TryGetValue_mB781DA89706896C42ABF9B2CCFD27CD0EA6D1593_RuntimeMethod_var); if (!L_477) { goto IL_1121; } } { // glyphAdjustments += adjustmentPair.m_SecondAdjustmentRecord.m_GlyphValueRecord; TMP_GlyphValueRecord_tEF00CF591899C9C5D8028D3F6C55FD7B67DFE9D2 L_478 = V_75; TMP_GlyphPairAdjustmentRecord_t79F65D973582F66AF3787F0C63E6E6575C8E0C10 * L_479 = V_97; NullCheck(L_479); TMP_GlyphAdjustmentRecord_t722843E4D5C44C6027391ACAFAC6D117DE8AAF4D * L_480 = L_479->get_address_of_m_SecondAdjustmentRecord_1(); TMP_GlyphValueRecord_tEF00CF591899C9C5D8028D3F6C55FD7B67DFE9D2 L_481 = L_480->get_m_GlyphValueRecord_1(); TMP_GlyphValueRecord_tEF00CF591899C9C5D8028D3F6C55FD7B67DFE9D2 L_482; L_482 = TMP_GlyphValueRecord_op_Addition_mE6C018CE280ED6F22148580AFDB8BC07C8A077E4(L_478, L_481, /*hidden argument*/NULL); V_75 = L_482; // characterSpacingAdjustment = (adjustmentPair.m_FeatureLookupFlags & FontFeatureLookupFlags.IgnoreSpacingAdjustments) == FontFeatureLookupFlags.IgnoreSpacingAdjustments ? 0 : characterSpacingAdjustment; TMP_GlyphPairAdjustmentRecord_t79F65D973582F66AF3787F0C63E6E6575C8E0C10 * L_483 = V_97; NullCheck(L_483); int32_t L_484 = L_483->get_m_FeatureLookupFlags_2(); if ((((int32_t)((int32_t)((int32_t)L_484&(int32_t)((int32_t)256)))) == ((int32_t)((int32_t)256)))) { goto IL_111a; } } { float L_485 = V_76; G_B112_0 = L_485; goto IL_111f; } IL_111a: { G_B112_0 = (0.0f); } IL_111f: { V_76 = G_B112_0; } IL_1121: { // m_GlyphHorizontalAdvanceAdjustment = glyphAdjustments.xAdvance; float L_486; L_486 = TMP_GlyphValueRecord_get_xAdvance_m3B69FED0F6328E0CE79DE48835C1B47FBA3C17C0_inline((TMP_GlyphValueRecord_tEF00CF591899C9C5D8028D3F6C55FD7B67DFE9D2 *)(&V_75), /*hidden argument*/NULL); ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->set_m_GlyphHorizontalAdvanceAdjustment_121(L_486); } IL_112e: { // if (m_isRightToLeft) bool L_487 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_isRightToLeft_39(); if (!L_487) { goto IL_117b; } } { // m_xAdvance -= currentGlyphMetrics.horizontalAdvance * (1 - m_charWidthAdjDelta) * currentElementScale; float L_488 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_xAdvance_244(); float L_489; L_489 = GlyphMetrics_get_horizontalAdvance_mB204F2676223D5BEF5FEFF8969B159B39F1A617A((GlyphMetrics_t46B609AF0FC41272561342E8B5AEF35E4E1B537B *)(&V_73), /*hidden argument*/NULL); float L_490 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_charWidthAdjDelta_109(); float L_491 = V_2; ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->set_m_xAdvance_244(((float)il2cpp_codegen_subtract((float)L_488, (float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_multiply((float)L_489, (float)((float)il2cpp_codegen_subtract((float)(1.0f), (float)L_490)))), (float)L_491))))); // if (isWhiteSpace || charCode == 0x200B) bool L_492 = V_74; if (L_492) { goto IL_1166; } } { int32_t L_493 = V_5; if ((!(((uint32_t)L_493) == ((uint32_t)((int32_t)8203))))) { goto IL_117b; } } IL_1166: { // m_xAdvance -= m_wordSpacing * currentEmScale; float L_494 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_xAdvance_244(); float L_495 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_wordSpacing_101(); float L_496 = V_3; ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->set_m_xAdvance_244(((float)il2cpp_codegen_subtract((float)L_494, (float)((float)il2cpp_codegen_multiply((float)L_495, (float)L_496))))); } IL_117b: { // float monoAdvance = 0; V_77 = (0.0f); // if (m_monoSpacing != 0) float L_497 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_monoSpacing_100(); if ((((float)L_497) == ((float)(0.0f)))) { goto IL_11d1; } } { // monoAdvance = (m_monoSpacing / 2 - (currentGlyphMetrics.width / 2 + currentGlyphMetrics.horizontalBearingX) * currentElementScale) * (1 - m_charWidthAdjDelta); float L_498 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_monoSpacing_100(); float L_499; L_499 = GlyphMetrics_get_width_m4E2BCD2B54F121478C1D23C43FB6E8C0EF71C70F((GlyphMetrics_t46B609AF0FC41272561342E8B5AEF35E4E1B537B *)(&V_73), /*hidden argument*/NULL); float L_500; L_500 = GlyphMetrics_get_horizontalBearingX_m8474B6C9DB0D4D36516FCAC03B6ECBDAF49247E0((GlyphMetrics_t46B609AF0FC41272561342E8B5AEF35E4E1B537B *)(&V_73), /*hidden argument*/NULL); float L_501 = V_2; float L_502 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_charWidthAdjDelta_109(); V_77 = ((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_subtract((float)((float)((float)L_498/(float)(2.0f))), (float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_add((float)((float)((float)L_499/(float)(2.0f))), (float)L_500)), (float)L_501)))), (float)((float)il2cpp_codegen_subtract((float)(1.0f), (float)L_502)))); // m_xAdvance += monoAdvance; float L_503 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_xAdvance_244(); float L_504 = V_77; ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->set_m_xAdvance_244(((float)il2cpp_codegen_add((float)L_503, (float)L_504))); } IL_11d1: { // if (m_textElementType == TMP_TextElementType.Character && !isUsingAltTypeface && ((m_FontStyleInternal & FontStyles.Bold) == FontStyles.Bold)) // Checks for any combination of Bold Style. int32_t L_505 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_textElementType_245(); if (L_505) { goto IL_1275; } } { bool L_506 = V_66; if (L_506) { goto IL_1275; } } { int32_t L_507 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_FontStyleInternal_89(); if ((!(((uint32_t)((int32_t)((int32_t)L_507&(int32_t)1))) == ((uint32_t)1)))) { goto IL_1275; } } { // if (m_currentMaterial != null && m_currentMaterial.HasProperty(ShaderUtilities.ID_GradientScale)) Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_508 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_currentMaterial_44(); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_509; L_509 = Object_op_Inequality_mE1F187520BD83FB7D86A6D850710C4D42B864E90(L_508, (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A *)NULL, /*hidden argument*/NULL); if (!L_509) { goto IL_125c; } } { Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_510 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_currentMaterial_44(); IL2CPP_RUNTIME_CLASS_INIT(ShaderUtilities_t1F6A93635DB66FAB6A2DE3ABEA7DE635B7E34B14_il2cpp_TypeInfo_var); int32_t L_511 = ((ShaderUtilities_t1F6A93635DB66FAB6A2DE3ABEA7DE635B7E34B14_StaticFields*)il2cpp_codegen_static_fields_for(ShaderUtilities_t1F6A93635DB66FAB6A2DE3ABEA7DE635B7E34B14_il2cpp_TypeInfo_var))->get_ID_GradientScale_21(); NullCheck(L_510); bool L_512; L_512 = Material_HasProperty_m699B4D99152E3A99733B8BD7D41EAE08BB8B1657(L_510, L_511, /*hidden argument*/NULL); if (!L_512) { goto IL_125c; } } { // float gradientScale = m_currentMaterial.GetFloat(ShaderUtilities.ID_GradientScale); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_513 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_currentMaterial_44(); IL2CPP_RUNTIME_CLASS_INIT(ShaderUtilities_t1F6A93635DB66FAB6A2DE3ABEA7DE635B7E34B14_il2cpp_TypeInfo_var); int32_t L_514 = ((ShaderUtilities_t1F6A93635DB66FAB6A2DE3ABEA7DE635B7E34B14_StaticFields*)il2cpp_codegen_static_fields_for(ShaderUtilities_t1F6A93635DB66FAB6A2DE3ABEA7DE635B7E34B14_il2cpp_TypeInfo_var))->get_ID_GradientScale_21(); NullCheck(L_513); float L_515; L_515 = Material_GetFloat_m508B992651DD512ECB2A51336C9A4E87AED82D27(L_513, L_514, /*hidden argument*/NULL); V_102 = L_515; // style_padding = m_currentFontAsset.boldStyle / 4.0f * gradientScale * m_currentMaterial.GetFloat(ShaderUtilities.ID_ScaleRatio_A); TMP_FontAsset_tDD8F58129CF4A9094C82DD209531E9E71F9837B2 * L_516 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_currentFontAsset_41(); NullCheck(L_516); float L_517 = L_516->get_boldStyle_40(); float L_518 = V_102; Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_519 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_currentMaterial_44(); int32_t L_520 = ((ShaderUtilities_t1F6A93635DB66FAB6A2DE3ABEA7DE635B7E34B14_StaticFields*)il2cpp_codegen_static_fields_for(ShaderUtilities_t1F6A93635DB66FAB6A2DE3ABEA7DE635B7E34B14_il2cpp_TypeInfo_var))->get_ID_ScaleRatio_A_51(); NullCheck(L_519); float L_521; L_521 = Material_GetFloat_m508B992651DD512ECB2A51336C9A4E87AED82D27(L_519, L_520, /*hidden argument*/NULL); V_7 = ((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_multiply((float)((float)((float)L_517/(float)(4.0f))), (float)L_518)), (float)L_521)); // if (style_padding + padding > gradientScale) float L_522 = V_7; float L_523 = V_6; float L_524 = V_102; if ((!(((float)((float)il2cpp_codegen_add((float)L_522, (float)L_523))) > ((float)L_524)))) { goto IL_1263; } } { // padding = gradientScale - style_padding; float L_525 = V_102; float L_526 = V_7; V_6 = ((float)il2cpp_codegen_subtract((float)L_525, (float)L_526)); // } goto IL_1263; } IL_125c: { // style_padding = 0; V_7 = (0.0f); } IL_1263: { // boldSpacingAdjustment = m_currentFontAsset.boldSpacing; TMP_FontAsset_tDD8F58129CF4A9094C82DD209531E9E71F9837B2 * L_527 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_currentFontAsset_41(); NullCheck(L_527); float L_528 = L_527->get_boldSpacing_41(); V_8 = L_528; // } goto IL_1300; } IL_1275: { // if (m_currentMaterial != null && m_currentMaterial.HasProperty(ShaderUtilities.ID_GradientScale) && m_currentMaterial.HasProperty(ShaderUtilities.ID_ScaleRatio_A)) Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_529 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_currentMaterial_44(); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_530; L_530 = Object_op_Inequality_mE1F187520BD83FB7D86A6D850710C4D42B864E90(L_529, (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A *)NULL, /*hidden argument*/NULL); if (!L_530) { goto IL_12f2; } } { Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_531 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_currentMaterial_44(); IL2CPP_RUNTIME_CLASS_INIT(ShaderUtilities_t1F6A93635DB66FAB6A2DE3ABEA7DE635B7E34B14_il2cpp_TypeInfo_var); int32_t L_532 = ((ShaderUtilities_t1F6A93635DB66FAB6A2DE3ABEA7DE635B7E34B14_StaticFields*)il2cpp_codegen_static_fields_for(ShaderUtilities_t1F6A93635DB66FAB6A2DE3ABEA7DE635B7E34B14_il2cpp_TypeInfo_var))->get_ID_GradientScale_21(); NullCheck(L_531); bool L_533; L_533 = Material_HasProperty_m699B4D99152E3A99733B8BD7D41EAE08BB8B1657(L_531, L_532, /*hidden argument*/NULL); if (!L_533) { goto IL_12f2; } } { Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_534 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_currentMaterial_44(); IL2CPP_RUNTIME_CLASS_INIT(ShaderUtilities_t1F6A93635DB66FAB6A2DE3ABEA7DE635B7E34B14_il2cpp_TypeInfo_var); int32_t L_535 = ((ShaderUtilities_t1F6A93635DB66FAB6A2DE3ABEA7DE635B7E34B14_StaticFields*)il2cpp_codegen_static_fields_for(ShaderUtilities_t1F6A93635DB66FAB6A2DE3ABEA7DE635B7E34B14_il2cpp_TypeInfo_var))->get_ID_ScaleRatio_A_51(); NullCheck(L_534); bool L_536; L_536 = Material_HasProperty_m699B4D99152E3A99733B8BD7D41EAE08BB8B1657(L_534, L_535, /*hidden argument*/NULL); if (!L_536) { goto IL_12f2; } } { // float gradientScale = m_currentMaterial.GetFloat(ShaderUtilities.ID_GradientScale); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_537 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_currentMaterial_44(); IL2CPP_RUNTIME_CLASS_INIT(ShaderUtilities_t1F6A93635DB66FAB6A2DE3ABEA7DE635B7E34B14_il2cpp_TypeInfo_var); int32_t L_538 = ((ShaderUtilities_t1F6A93635DB66FAB6A2DE3ABEA7DE635B7E34B14_StaticFields*)il2cpp_codegen_static_fields_for(ShaderUtilities_t1F6A93635DB66FAB6A2DE3ABEA7DE635B7E34B14_il2cpp_TypeInfo_var))->get_ID_GradientScale_21(); NullCheck(L_537); float L_539; L_539 = Material_GetFloat_m508B992651DD512ECB2A51336C9A4E87AED82D27(L_537, L_538, /*hidden argument*/NULL); V_103 = L_539; // style_padding = m_currentFontAsset.normalStyle / 4.0f * gradientScale * m_currentMaterial.GetFloat(ShaderUtilities.ID_ScaleRatio_A); TMP_FontAsset_tDD8F58129CF4A9094C82DD209531E9E71F9837B2 * L_540 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_currentFontAsset_41(); NullCheck(L_540); float L_541 = L_540->get_normalStyle_38(); float L_542 = V_103; Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_543 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_currentMaterial_44(); int32_t L_544 = ((ShaderUtilities_t1F6A93635DB66FAB6A2DE3ABEA7DE635B7E34B14_StaticFields*)il2cpp_codegen_static_fields_for(ShaderUtilities_t1F6A93635DB66FAB6A2DE3ABEA7DE635B7E34B14_il2cpp_TypeInfo_var))->get_ID_ScaleRatio_A_51(); NullCheck(L_543); float L_545; L_545 = Material_GetFloat_m508B992651DD512ECB2A51336C9A4E87AED82D27(L_543, L_544, /*hidden argument*/NULL); V_7 = ((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_multiply((float)((float)((float)L_541/(float)(4.0f))), (float)L_542)), (float)L_545)); // if (style_padding + padding > gradientScale) float L_546 = V_7; float L_547 = V_6; float L_548 = V_103; if ((!(((float)((float)il2cpp_codegen_add((float)L_546, (float)L_547))) > ((float)L_548)))) { goto IL_12f9; } } { // padding = gradientScale - style_padding; float L_549 = V_103; float L_550 = V_7; V_6 = ((float)il2cpp_codegen_subtract((float)L_549, (float)L_550)); // } goto IL_12f9; } IL_12f2: { // style_padding = 0; V_7 = (0.0f); } IL_12f9: { // boldSpacingAdjustment = 0; V_8 = (0.0f); } IL_1300: { // top_left.x = m_xAdvance + ((currentGlyphMetrics.horizontalBearingX - padding - style_padding + glyphAdjustments.m_XPlacement) * currentElementScale * (1 - m_charWidthAdjDelta)); float L_551 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_xAdvance_244(); float L_552; L_552 = GlyphMetrics_get_horizontalBearingX_m8474B6C9DB0D4D36516FCAC03B6ECBDAF49247E0((GlyphMetrics_t46B609AF0FC41272561342E8B5AEF35E4E1B537B *)(&V_73), /*hidden argument*/NULL); float L_553 = V_6; float L_554 = V_7; TMP_GlyphValueRecord_tEF00CF591899C9C5D8028D3F6C55FD7B67DFE9D2 L_555 = V_75; float L_556 = L_555.get_m_XPlacement_0(); float L_557 = V_2; float L_558 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_charWidthAdjDelta_109(); (&V_78)->set_x_2(((float)il2cpp_codegen_add((float)L_551, (float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_subtract((float)((float)il2cpp_codegen_subtract((float)L_552, (float)L_553)), (float)L_554)), (float)L_556)), (float)L_557)), (float)((float)il2cpp_codegen_subtract((float)(1.0f), (float)L_558))))))); // top_left.y = baselineOffset + (currentGlyphMetrics.horizontalBearingY + padding + glyphAdjustments.m_YPlacement) * currentElementScale - m_lineOffset + m_baselineOffset; float L_559 = V_69; float L_560; L_560 = GlyphMetrics_get_horizontalBearingY_m2C5A73B899AFF5F5F594F447160ADB6E0523C16A((GlyphMetrics_t46B609AF0FC41272561342E8B5AEF35E4E1B537B *)(&V_73), /*hidden argument*/NULL); float L_561 = V_6; TMP_GlyphValueRecord_tEF00CF591899C9C5D8028D3F6C55FD7B67DFE9D2 L_562 = V_75; float L_563 = L_562.get_m_YPlacement_1(); float L_564 = V_2; float L_565 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_lineOffset_224(); float L_566 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_baselineOffset_242(); (&V_78)->set_y_3(((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_subtract((float)((float)il2cpp_codegen_add((float)L_559, (float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_add((float)L_560, (float)L_561)), (float)L_563)), (float)L_564)))), (float)L_565)), (float)L_566))); // top_left.z = 0; (&V_78)->set_z_4((0.0f)); // bottom_left.x = top_left.x; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_567 = V_78; float L_568 = L_567.get_x_2(); (&V_79)->set_x_2(L_568); // bottom_left.y = top_left.y - ((currentGlyphMetrics.height + padding * 2) * currentElementScale); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_569 = V_78; float L_570 = L_569.get_y_3(); float L_571; L_571 = GlyphMetrics_get_height_m742B169DCF2892774ACEC4F25310CDC0C7F1D85F((GlyphMetrics_t46B609AF0FC41272561342E8B5AEF35E4E1B537B *)(&V_73), /*hidden argument*/NULL); float L_572 = V_6; float L_573 = V_2; (&V_79)->set_y_3(((float)il2cpp_codegen_subtract((float)L_570, (float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_add((float)L_571, (float)((float)il2cpp_codegen_multiply((float)L_572, (float)(2.0f))))), (float)L_573))))); // bottom_left.z = 0; (&V_79)->set_z_4((0.0f)); // top_right.x = bottom_left.x + ((currentGlyphMetrics.width + padding * 2 + style_padding * 2) * currentElementScale * (1 - m_charWidthAdjDelta)); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_574 = V_79; float L_575 = L_574.get_x_2(); float L_576; L_576 = GlyphMetrics_get_width_m4E2BCD2B54F121478C1D23C43FB6E8C0EF71C70F((GlyphMetrics_t46B609AF0FC41272561342E8B5AEF35E4E1B537B *)(&V_73), /*hidden argument*/NULL); float L_577 = V_6; float L_578 = V_7; float L_579 = V_2; float L_580 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_charWidthAdjDelta_109(); (&V_80)->set_x_2(((float)il2cpp_codegen_add((float)L_575, (float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_add((float)L_576, (float)((float)il2cpp_codegen_multiply((float)L_577, (float)(2.0f))))), (float)((float)il2cpp_codegen_multiply((float)L_578, (float)(2.0f))))), (float)L_579)), (float)((float)il2cpp_codegen_subtract((float)(1.0f), (float)L_580))))))); // top_right.y = top_left.y; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_581 = V_78; float L_582 = L_581.get_y_3(); (&V_80)->set_y_3(L_582); // top_right.z = 0; (&V_80)->set_z_4((0.0f)); // bottom_right.x = top_right.x; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_583 = V_80; float L_584 = L_583.get_x_2(); (&V_81)->set_x_2(L_584); // bottom_right.y = bottom_left.y; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_585 = V_79; float L_586 = L_585.get_y_3(); (&V_81)->set_y_3(L_586); // bottom_right.z = 0; (&V_81)->set_z_4((0.0f)); // if (m_textElementType == TMP_TextElementType.Character && !isUsingAltTypeface && ((m_FontStyleInternal & FontStyles.Italic) == FontStyles.Italic)) int32_t L_587 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_textElementType_245(); if (L_587) { goto IL_1509; } } { bool L_588 = V_66; if (L_588) { goto IL_1509; } } { int32_t L_589 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_FontStyleInternal_89(); if ((!(((uint32_t)((int32_t)((int32_t)L_589&(int32_t)2))) == ((uint32_t)2)))) { goto IL_1509; } } { // float shear_value = m_ItalicAngle * 0.01f; int32_t L_590 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_ItalicAngle_239(); V_104 = ((float)il2cpp_codegen_multiply((float)((float)((float)L_590)), (float)(0.00999999978f))); // Vector3 topShear = new Vector3(shear_value * ((currentGlyphMetrics.horizontalBearingY + padding + style_padding) * currentElementScale), 0, 0); float L_591 = V_104; float L_592; L_592 = GlyphMetrics_get_horizontalBearingY_m2C5A73B899AFF5F5F594F447160ADB6E0523C16A((GlyphMetrics_t46B609AF0FC41272561342E8B5AEF35E4E1B537B *)(&V_73), /*hidden argument*/NULL); float L_593 = V_6; float L_594 = V_7; float L_595 = V_2; Vector3__ctor_m57495F692C6CE1CEF278CAD9A98221165D37E636_inline((Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E *)(&V_105), ((float)il2cpp_codegen_multiply((float)L_591, (float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_add((float)L_592, (float)L_593)), (float)L_594)), (float)L_595)))), (0.0f), (0.0f), /*hidden argument*/NULL); // Vector3 bottomShear = new Vector3(shear_value * (((currentGlyphMetrics.horizontalBearingY - currentGlyphMetrics.height - padding - style_padding)) * currentElementScale), 0, 0); float L_596 = V_104; float L_597; L_597 = GlyphMetrics_get_horizontalBearingY_m2C5A73B899AFF5F5F594F447160ADB6E0523C16A((GlyphMetrics_t46B609AF0FC41272561342E8B5AEF35E4E1B537B *)(&V_73), /*hidden argument*/NULL); float L_598; L_598 = GlyphMetrics_get_height_m742B169DCF2892774ACEC4F25310CDC0C7F1D85F((GlyphMetrics_t46B609AF0FC41272561342E8B5AEF35E4E1B537B *)(&V_73), /*hidden argument*/NULL); float L_599 = V_6; float L_600 = V_7; float L_601 = V_2; Vector3__ctor_m57495F692C6CE1CEF278CAD9A98221165D37E636_inline((Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E *)(&V_106), ((float)il2cpp_codegen_multiply((float)L_596, (float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_subtract((float)((float)il2cpp_codegen_subtract((float)((float)il2cpp_codegen_subtract((float)L_597, (float)L_598)), (float)L_599)), (float)L_600)), (float)L_601)))), (0.0f), (0.0f), /*hidden argument*/NULL); // Vector3 shearAdjustment = new Vector3((topShear.x - bottomShear.x) / 2, 0, 0); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_602 = V_105; float L_603 = L_602.get_x_2(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_604 = V_106; float L_605 = L_604.get_x_2(); Vector3__ctor_m57495F692C6CE1CEF278CAD9A98221165D37E636_inline((Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E *)(&V_107), ((float)((float)((float)il2cpp_codegen_subtract((float)L_603, (float)L_605))/(float)(2.0f))), (0.0f), (0.0f), /*hidden argument*/NULL); // top_left = top_left + topShear - shearAdjustment; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_606 = V_78; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_607 = V_105; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_608; L_608 = Vector3_op_Addition_mEE4F672B923CCB184C39AABCA33443DB218E50E0_inline(L_606, L_607, /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_609 = V_107; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_610; L_610 = Vector3_op_Subtraction_m2725C96965D5C0B1F9715797E51762B13A5FED58_inline(L_608, L_609, /*hidden argument*/NULL); V_78 = L_610; // bottom_left = bottom_left + bottomShear - shearAdjustment; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_611 = V_79; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_612 = V_106; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_613; L_613 = Vector3_op_Addition_mEE4F672B923CCB184C39AABCA33443DB218E50E0_inline(L_611, L_612, /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_614 = V_107; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_615; L_615 = Vector3_op_Subtraction_m2725C96965D5C0B1F9715797E51762B13A5FED58_inline(L_613, L_614, /*hidden argument*/NULL); V_79 = L_615; // top_right = top_right + topShear - shearAdjustment; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_616 = V_80; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_617 = V_105; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_618; L_618 = Vector3_op_Addition_mEE4F672B923CCB184C39AABCA33443DB218E50E0_inline(L_616, L_617, /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_619 = V_107; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_620; L_620 = Vector3_op_Subtraction_m2725C96965D5C0B1F9715797E51762B13A5FED58_inline(L_618, L_619, /*hidden argument*/NULL); V_80 = L_620; // bottom_right = bottom_right + bottomShear - shearAdjustment; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_621 = V_81; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_622 = V_106; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_623; L_623 = Vector3_op_Addition_mEE4F672B923CCB184C39AABCA33443DB218E50E0_inline(L_621, L_622, /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_624 = V_107; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_625; L_625 = Vector3_op_Subtraction_m2725C96965D5C0B1F9715797E51762B13A5FED58_inline(L_623, L_624, /*hidden argument*/NULL); V_81 = L_625; } IL_1509: { // if (m_isFXMatrixSet) bool L_626 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_isFXMatrixSet_196(); if (!L_626) { goto IL_15b4; } } { // if (m_FXMatrix.lossyScale.x != 1) Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461 * L_627 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_address_of_m_FXMatrix_195(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_628; L_628 = Matrix4x4_get_lossyScale_m540B8C7CAA4F2FFF4B8C1DBED639B49F5EFB81CF((Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461 *)L_627, /*hidden argument*/NULL); float L_629 = L_628.get_x_2(); // Vector3 positionOffset = (top_right + bottom_left) / 2; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_630 = V_80; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_631 = V_79; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_632; L_632 = Vector3_op_Addition_mEE4F672B923CCB184C39AABCA33443DB218E50E0_inline(L_630, L_631, /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_633; L_633 = Vector3_op_Division_mE5ACBFB168FED529587457A83BA98B7DB32E2A05_inline(L_632, (2.0f), /*hidden argument*/NULL); V_108 = L_633; // top_left = m_FXMatrix.MultiplyPoint3x4(top_left - positionOffset) + positionOffset; Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461 * L_634 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_address_of_m_FXMatrix_195(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_635 = V_78; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_636 = V_108; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_637; L_637 = Vector3_op_Subtraction_m2725C96965D5C0B1F9715797E51762B13A5FED58_inline(L_635, L_636, /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_638; L_638 = Matrix4x4_MultiplyPoint3x4_mA0A34C5FD162DA8E5421596F1F921436F3E7B2FC((Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461 *)L_634, L_637, /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_639 = V_108; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_640; L_640 = Vector3_op_Addition_mEE4F672B923CCB184C39AABCA33443DB218E50E0_inline(L_638, L_639, /*hidden argument*/NULL); V_78 = L_640; // bottom_left = m_FXMatrix.MultiplyPoint3x4(bottom_left - positionOffset) + positionOffset; Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461 * L_641 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_address_of_m_FXMatrix_195(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_642 = V_79; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_643 = V_108; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_644; L_644 = Vector3_op_Subtraction_m2725C96965D5C0B1F9715797E51762B13A5FED58_inline(L_642, L_643, /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_645; L_645 = Matrix4x4_MultiplyPoint3x4_mA0A34C5FD162DA8E5421596F1F921436F3E7B2FC((Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461 *)L_641, L_644, /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_646 = V_108; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_647; L_647 = Vector3_op_Addition_mEE4F672B923CCB184C39AABCA33443DB218E50E0_inline(L_645, L_646, /*hidden argument*/NULL); V_79 = L_647; // top_right = m_FXMatrix.MultiplyPoint3x4(top_right - positionOffset) + positionOffset; Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461 * L_648 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_address_of_m_FXMatrix_195(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_649 = V_80; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_650 = V_108; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_651; L_651 = Vector3_op_Subtraction_m2725C96965D5C0B1F9715797E51762B13A5FED58_inline(L_649, L_650, /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_652; L_652 = Matrix4x4_MultiplyPoint3x4_mA0A34C5FD162DA8E5421596F1F921436F3E7B2FC((Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461 *)L_648, L_651, /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_653 = V_108; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_654; L_654 = Vector3_op_Addition_mEE4F672B923CCB184C39AABCA33443DB218E50E0_inline(L_652, L_653, /*hidden argument*/NULL); V_80 = L_654; // bottom_right = m_FXMatrix.MultiplyPoint3x4(bottom_right - positionOffset) + positionOffset; Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461 * L_655 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_address_of_m_FXMatrix_195(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_656 = V_81; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_657 = V_108; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_658; L_658 = Vector3_op_Subtraction_m2725C96965D5C0B1F9715797E51762B13A5FED58_inline(L_656, L_657, /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_659; L_659 = Matrix4x4_MultiplyPoint3x4_mA0A34C5FD162DA8E5421596F1F921436F3E7B2FC((Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461 *)L_655, L_658, /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_660 = V_108; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_661; L_661 = Vector3_op_Addition_mEE4F672B923CCB184C39AABCA33443DB218E50E0_inline(L_659, L_660, /*hidden argument*/NULL); V_81 = L_661; } IL_15b4: { // m_textInfo.characterInfo[m_characterCount].bottomLeft = bottom_left; TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_662 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_textInfo_152(); NullCheck(L_662); TMP_CharacterInfoU5BU5D_t7128C1B46CF6AB1374135FA31D41ABF23882B970* L_663 = L_662->get_characterInfo_11(); int32_t L_664 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_characterCount_207(); NullCheck(L_663); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_665 = V_79; ((L_663)->GetAddressAt(static_cast(L_664)))->set_bottomLeft_20(L_665); // m_textInfo.characterInfo[m_characterCount].topLeft = top_left; TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_666 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_textInfo_152(); NullCheck(L_666); TMP_CharacterInfoU5BU5D_t7128C1B46CF6AB1374135FA31D41ABF23882B970* L_667 = L_666->get_characterInfo_11(); int32_t L_668 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_characterCount_207(); NullCheck(L_667); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_669 = V_78; ((L_667)->GetAddressAt(static_cast(L_668)))->set_topLeft_19(L_669); // m_textInfo.characterInfo[m_characterCount].topRight = top_right; TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_670 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_textInfo_152(); NullCheck(L_670); TMP_CharacterInfoU5BU5D_t7128C1B46CF6AB1374135FA31D41ABF23882B970* L_671 = L_670->get_characterInfo_11(); int32_t L_672 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_characterCount_207(); NullCheck(L_671); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_673 = V_80; ((L_671)->GetAddressAt(static_cast(L_672)))->set_topRight_21(L_673); // m_textInfo.characterInfo[m_characterCount].bottomRight = bottom_right; TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_674 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_textInfo_152(); NullCheck(L_674); TMP_CharacterInfoU5BU5D_t7128C1B46CF6AB1374135FA31D41ABF23882B970* L_675 = L_674->get_characterInfo_11(); int32_t L_676 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_characterCount_207(); NullCheck(L_675); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_677 = V_81; ((L_675)->GetAddressAt(static_cast(L_676)))->set_bottomRight_22(L_677); // m_textInfo.characterInfo[m_characterCount].origin = m_xAdvance; TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_678 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_textInfo_152(); NullCheck(L_678); TMP_CharacterInfoU5BU5D_t7128C1B46CF6AB1374135FA31D41ABF23882B970* L_679 = L_678->get_characterInfo_11(); int32_t L_680 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_characterCount_207(); NullCheck(L_679); float L_681 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_xAdvance_244(); ((L_679)->GetAddressAt(static_cast(L_680)))->set_origin_23(L_681); // m_textInfo.characterInfo[m_characterCount].baseLine = baselineOffset - m_lineOffset + m_baselineOffset; TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_682 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_textInfo_152(); NullCheck(L_682); TMP_CharacterInfoU5BU5D_t7128C1B46CF6AB1374135FA31D41ABF23882B970* L_683 = L_682->get_characterInfo_11(); int32_t L_684 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_characterCount_207(); NullCheck(L_683); float L_685 = V_69; float L_686 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_lineOffset_224(); float L_687 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_baselineOffset_242(); ((L_683)->GetAddressAt(static_cast(L_684)))->set_baseLine_26(((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_subtract((float)L_685, (float)L_686)), (float)L_687))); // m_textInfo.characterInfo[m_characterCount].aspectRatio = (top_right.x - bottom_left.x) / (top_left.y - bottom_left.y); TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_688 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_textInfo_152(); NullCheck(L_688); TMP_CharacterInfoU5BU5D_t7128C1B46CF6AB1374135FA31D41ABF23882B970* L_689 = L_688->get_characterInfo_11(); int32_t L_690 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_characterCount_207(); NullCheck(L_689); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_691 = V_80; float L_692 = L_691.get_x_2(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_693 = V_79; float L_694 = L_693.get_x_2(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_695 = V_78; float L_696 = L_695.get_y_3(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_697 = V_79; float L_698 = L_697.get_y_3(); ((L_689)->GetAddressAt(static_cast(L_690)))->set_aspectRatio_30(((float)((float)((float)il2cpp_codegen_subtract((float)L_692, (float)L_694))/(float)((float)il2cpp_codegen_subtract((float)L_696, (float)L_698))))); // float elementAscender = m_textElementType == TMP_TextElementType.Character // ? elementAscentLine * currentElementScale / smallCapsMultiplier + m_baselineOffset // : elementAscentLine * currentElementScale + m_baselineOffset; int32_t L_699 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_textElementType_245(); if (!L_699) { goto IL_16c3; } } { float L_700 = V_70; float L_701 = V_2; float L_702 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_baselineOffset_242(); G_B145_0 = ((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_multiply((float)L_700, (float)L_701)), (float)L_702)); goto IL_16d1; } IL_16c3: { float L_703 = V_70; float L_704 = V_2; float L_705 = V_68; float L_706 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_baselineOffset_242(); G_B145_0 = ((float)il2cpp_codegen_add((float)((float)((float)((float)il2cpp_codegen_multiply((float)L_703, (float)L_704))/(float)L_705)), (float)L_706)); } IL_16d1: { V_82 = G_B145_0; // float elementDescender = m_textElementType == TMP_TextElementType.Character // ? elementDescentLine * currentElementScale / smallCapsMultiplier + m_baselineOffset // : elementDescentLine * currentElementScale + m_baselineOffset; int32_t L_707 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_textElementType_245(); if (!L_707) { goto IL_16e8; } } { float L_708 = V_71; float L_709 = V_2; float L_710 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_baselineOffset_242(); G_B148_0 = ((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_multiply((float)L_708, (float)L_709)), (float)L_710)); goto IL_16f6; } IL_16e8: { float L_711 = V_71; float L_712 = V_2; float L_713 = V_68; float L_714 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_baselineOffset_242(); G_B148_0 = ((float)il2cpp_codegen_add((float)((float)((float)((float)il2cpp_codegen_multiply((float)L_711, (float)L_712))/(float)L_713)), (float)L_714)); } IL_16f6: { V_83 = G_B148_0; // float adjustedAscender = elementAscender; float L_715 = V_82; V_84 = L_715; // float adjustedDescender = elementDescender; float L_716 = V_83; V_85 = L_716; // bool isFirstCharacterOfLine = m_characterCount == m_firstCharacterOfLine; int32_t L_717 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_characterCount_207(); int32_t L_718 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_firstCharacterOfLine_208(); V_86 = (bool)((((int32_t)L_717) == ((int32_t)L_718))? 1 : 0); // if (isFirstCharacterOfLine || isWhiteSpace == false) bool L_719 = V_86; if (L_719) { goto IL_1718; } } { bool L_720 = V_74; if (L_720) { goto IL_177d; } } IL_1718: { // if (m_baselineOffset != 0) float L_721 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_baselineOffset_242(); if ((((float)L_721) == ((float)(0.0f)))) { goto IL_1757; } } { // adjustedAscender = Mathf.Max((elementAscender - m_baselineOffset) / m_fontScaleMultiplier, adjustedAscender); float L_722 = V_82; float L_723 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_baselineOffset_242(); float L_724 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_fontScaleMultiplier_186(); float L_725 = V_84; float L_726; L_726 = Mathf_Max_m4CE510E1F1013B33275F01543731A51A58BA0775(((float)((float)((float)il2cpp_codegen_subtract((float)L_722, (float)L_723))/(float)L_724)), L_725, /*hidden argument*/NULL); V_84 = L_726; // adjustedDescender = Mathf.Min((elementDescender - m_baselineOffset) / m_fontScaleMultiplier, adjustedDescender); float L_727 = V_83; float L_728 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_baselineOffset_242(); float L_729 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_fontScaleMultiplier_186(); float L_730 = V_85; float L_731; L_731 = Mathf_Min_mD28BD5C9012619B74E475F204F96603193E99B14(((float)((float)((float)il2cpp_codegen_subtract((float)L_727, (float)L_728))/(float)L_729)), L_730, /*hidden argument*/NULL); V_85 = L_731; } IL_1757: { // m_maxLineAscender = Mathf.Max(adjustedAscender, m_maxLineAscender); float L_732 = V_84; float L_733 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_maxLineAscender_220(); float L_734; L_734 = Mathf_Max_m4CE510E1F1013B33275F01543731A51A58BA0775(L_732, L_733, /*hidden argument*/NULL); ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->set_m_maxLineAscender_220(L_734); // m_maxLineDescender = Mathf.Min(adjustedDescender, m_maxLineDescender); float L_735 = V_85; float L_736 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_maxLineDescender_221(); float L_737; L_737 = Mathf_Min_mD28BD5C9012619B74E475F204F96603193E99B14(L_735, L_736, /*hidden argument*/NULL); ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->set_m_maxLineDescender_221(L_737); } IL_177d: { // if (isFirstCharacterOfLine || isWhiteSpace == false) bool L_738 = V_86; if (L_738) { goto IL_1788; } } { bool L_739 = V_74; if (L_739) { goto IL_1825; } } IL_1788: { // m_textInfo.characterInfo[m_characterCount].adjustedAscender = adjustedAscender; TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_740 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_textInfo_152(); NullCheck(L_740); TMP_CharacterInfoU5BU5D_t7128C1B46CF6AB1374135FA31D41ABF23882B970* L_741 = L_740->get_characterInfo_11(); int32_t L_742 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_characterCount_207(); NullCheck(L_741); float L_743 = V_84; ((L_741)->GetAddressAt(static_cast(L_742)))->set_adjustedAscender_28(L_743); // m_textInfo.characterInfo[m_characterCount].adjustedDescender = adjustedDescender; TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_744 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_textInfo_152(); NullCheck(L_744); TMP_CharacterInfoU5BU5D_t7128C1B46CF6AB1374135FA31D41ABF23882B970* L_745 = L_744->get_characterInfo_11(); int32_t L_746 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_characterCount_207(); NullCheck(L_745); float L_747 = V_85; ((L_745)->GetAddressAt(static_cast(L_746)))->set_adjustedDescender_29(L_747); // m_ElementAscender = m_textInfo.characterInfo[m_characterCount].ascender = elementAscender - m_lineOffset; TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_748 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_textInfo_152(); NullCheck(L_748); TMP_CharacterInfoU5BU5D_t7128C1B46CF6AB1374135FA31D41ABF23882B970* L_749 = L_748->get_characterInfo_11(); int32_t L_750 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_characterCount_207(); NullCheck(L_749); float L_751 = V_82; float L_752 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_lineOffset_224(); float L_753 = ((float)il2cpp_codegen_subtract((float)L_751, (float)L_752)); V_109 = L_753; ((L_749)->GetAddressAt(static_cast(L_750)))->set_ascender_25(L_753); float L_754 = V_109; ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->set_m_ElementAscender_218(L_754); // m_ElementDescender = m_textInfo.characterInfo[m_characterCount].descender = elementDescender - m_lineOffset; TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_755 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_textInfo_152(); NullCheck(L_755); TMP_CharacterInfoU5BU5D_t7128C1B46CF6AB1374135FA31D41ABF23882B970* L_756 = L_755->get_characterInfo_11(); int32_t L_757 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_characterCount_207(); NullCheck(L_756); float L_758 = V_83; float L_759 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_lineOffset_224(); float L_760 = ((float)il2cpp_codegen_subtract((float)L_758, (float)L_759)); V_109 = L_760; ((L_756)->GetAddressAt(static_cast(L_757)))->set_descender_27(L_760); float L_761 = V_109; ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->set_m_ElementDescender_219(L_761); // } goto IL_18cd; } IL_1825: { // m_textInfo.characterInfo[m_characterCount].adjustedAscender = m_maxLineAscender; TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_762 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_textInfo_152(); NullCheck(L_762); TMP_CharacterInfoU5BU5D_t7128C1B46CF6AB1374135FA31D41ABF23882B970* L_763 = L_762->get_characterInfo_11(); int32_t L_764 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_characterCount_207(); NullCheck(L_763); float L_765 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_maxLineAscender_220(); ((L_763)->GetAddressAt(static_cast(L_764)))->set_adjustedAscender_28(L_765); // m_textInfo.characterInfo[m_characterCount].adjustedDescender = m_maxLineDescender; TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_766 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_textInfo_152(); NullCheck(L_766); TMP_CharacterInfoU5BU5D_t7128C1B46CF6AB1374135FA31D41ABF23882B970* L_767 = L_766->get_characterInfo_11(); int32_t L_768 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_characterCount_207(); NullCheck(L_767); float L_769 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_maxLineDescender_221(); ((L_767)->GetAddressAt(static_cast(L_768)))->set_adjustedDescender_29(L_769); // m_ElementAscender = m_textInfo.characterInfo[m_characterCount].ascender = m_maxLineAscender - m_lineOffset; TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_770 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_textInfo_152(); NullCheck(L_770); TMP_CharacterInfoU5BU5D_t7128C1B46CF6AB1374135FA31D41ABF23882B970* L_771 = L_770->get_characterInfo_11(); int32_t L_772 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_characterCount_207(); NullCheck(L_771); float L_773 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_maxLineAscender_220(); float L_774 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_lineOffset_224(); float L_775 = ((float)il2cpp_codegen_subtract((float)L_773, (float)L_774)); V_109 = L_775; ((L_771)->GetAddressAt(static_cast(L_772)))->set_ascender_25(L_775); float L_776 = V_109; ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->set_m_ElementAscender_218(L_776); // m_ElementDescender = m_textInfo.characterInfo[m_characterCount].descender = m_maxLineDescender - m_lineOffset; TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_777 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_textInfo_152(); NullCheck(L_777); TMP_CharacterInfoU5BU5D_t7128C1B46CF6AB1374135FA31D41ABF23882B970* L_778 = L_777->get_characterInfo_11(); int32_t L_779 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_characterCount_207(); NullCheck(L_778); float L_780 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_maxLineDescender_221(); float L_781 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_lineOffset_224(); float L_782 = ((float)il2cpp_codegen_subtract((float)L_780, (float)L_781)); V_109 = L_782; ((L_778)->GetAddressAt(static_cast(L_779)))->set_descender_27(L_782); float L_783 = V_109; ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->set_m_ElementDescender_219(L_783); } IL_18cd: { // if (m_lineNumber == 0 || m_isNewPage) int32_t L_784 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_lineNumber_212(); if (!L_784) { goto IL_18dd; } } { bool L_785 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_isNewPage_145(); if (!L_785) { goto IL_1917; } } IL_18dd: { // if (isFirstCharacterOfLine || isWhiteSpace == false) bool L_786 = V_86; if (L_786) { goto IL_18e5; } } { bool L_787 = V_74; if (L_787) { goto IL_1917; } } IL_18e5: { // m_maxTextAscender = m_maxLineAscender; float L_788 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_maxLineAscender_220(); ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->set_m_maxTextAscender_216(L_788); // m_maxCapHeight = Mathf.Max(m_maxCapHeight, m_currentFontAsset.m_FaceInfo.capLine * currentElementScale / smallCapsMultiplier); float L_789 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_maxCapHeight_217(); TMP_FontAsset_tDD8F58129CF4A9094C82DD209531E9E71F9837B2 * L_790 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_currentFontAsset_41(); NullCheck(L_790); FaceInfo_t3A29F58B4C0435D2D76E3474E2B9D03F8A20C979 * L_791 = L_790->get_address_of_m_FaceInfo_12(); float L_792; L_792 = FaceInfo_get_capLine_m16556D45E8441052D15DAE83CDB3FC31635BE0A7((FaceInfo_t3A29F58B4C0435D2D76E3474E2B9D03F8A20C979 *)L_791, /*hidden argument*/NULL); float L_793 = V_2; float L_794 = V_68; float L_795; L_795 = Mathf_Max_m4CE510E1F1013B33275F01543731A51A58BA0775(L_789, ((float)((float)((float)il2cpp_codegen_multiply((float)L_792, (float)L_793))/(float)L_794)), /*hidden argument*/NULL); ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->set_m_maxCapHeight_217(L_795); } IL_1917: { // if (m_lineOffset == 0) float L_796 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_lineOffset_224(); if ((!(((float)L_796) == ((float)(0.0f))))) { goto IL_1946; } } { // if (isFirstCharacterOfLine || isWhiteSpace == false) bool L_797 = V_86; if (L_797) { goto IL_192c; } } { bool L_798 = V_74; if (L_798) { goto IL_1946; } } IL_192c: { // m_PageAscender = m_PageAscender > elementAscender ? m_PageAscender : elementAscender; float L_799 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_PageAscender_215(); float L_800 = V_82; G_B166_0 = __this; if ((((float)L_799) > ((float)L_800))) { G_B167_0 = __this; goto IL_193b; } } { float L_801 = V_82; G_B168_0 = L_801; G_B168_1 = G_B166_0; goto IL_1941; } IL_193b: { float L_802 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_PageAscender_215(); G_B168_0 = L_802; G_B168_1 = G_B167_0; } IL_1941: { NullCheck(G_B168_1); ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)G_B168_1)->set_m_PageAscender_215(G_B168_0); } IL_1946: { // m_textInfo.characterInfo[m_characterCount].isVisible = false; TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_803 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_textInfo_152(); NullCheck(L_803); TMP_CharacterInfoU5BU5D_t7128C1B46CF6AB1374135FA31D41ABF23882B970* L_804 = L_803->get_characterInfo_11(); int32_t L_805 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_characterCount_207(); NullCheck(L_804); ((L_804)->GetAddressAt(static_cast(L_805)))->set_isVisible_40((bool)0); // bool isJustifiedOrFlush = (m_lineJustification & HorizontalAlignmentOptions.Flush) == HorizontalAlignmentOptions.Flush || (m_lineJustification & HorizontalAlignmentOptions.Justified) == HorizontalAlignmentOptions.Justified; int32_t L_806 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_lineJustification_95(); if ((((int32_t)((int32_t)((int32_t)L_806&(int32_t)((int32_t)16)))) == ((int32_t)((int32_t)16)))) { goto IL_197c; } } { int32_t L_807 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_lineJustification_95(); G_B172_0 = ((((int32_t)((int32_t)((int32_t)L_807&(int32_t)8))) == ((int32_t)8))? 1 : 0); goto IL_197d; } IL_197c: { G_B172_0 = 1; } IL_197d: { V_87 = (bool)G_B172_0; // if (charCode == 9 || (isWhiteSpace == false && charCode != 0x200B && charCode != 0xAD && charCode != 0x03) || (charCode == 0xAD && isSoftHyphenIgnored == false) || m_textElementType == TMP_TextElementType.Sprite) int32_t L_808 = V_5; if ((((int32_t)L_808) == ((int32_t)((int32_t)9)))) { goto IL_19b9; } } { bool L_809 = V_74; if (L_809) { goto IL_19a0; } } { int32_t L_810 = V_5; if ((((int32_t)L_810) == ((int32_t)((int32_t)8203)))) { goto IL_19a0; } } { int32_t L_811 = V_5; if ((((int32_t)L_811) == ((int32_t)((int32_t)173)))) { goto IL_19a0; } } { int32_t L_812 = V_5; if ((!(((uint32_t)L_812) == ((uint32_t)3)))) { goto IL_19b9; } } IL_19a0: { int32_t L_813 = V_5; if ((!(((uint32_t)L_813) == ((uint32_t)((int32_t)173))))) { goto IL_19ad; } } { bool L_814 = V_32; if (!L_814) { goto IL_19b9; } } IL_19ad: { int32_t L_815 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_textElementType_245(); if ((!(((uint32_t)L_815) == ((uint32_t)1)))) { goto IL_2896; } } IL_19b9: { // m_textInfo.characterInfo[m_characterCount].isVisible = true; TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_816 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_textInfo_152(); NullCheck(L_816); TMP_CharacterInfoU5BU5D_t7128C1B46CF6AB1374135FA31D41ABF23882B970* L_817 = L_816->get_characterInfo_11(); int32_t L_818 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_characterCount_207(); NullCheck(L_817); ((L_817)->GetAddressAt(static_cast(L_818)))->set_isVisible_40((bool)1); // float marginLeft = m_marginLeft; float L_819 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_marginLeft_147(); V_110 = L_819; // float marginRight = m_marginRight; float L_820 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_marginRight_148(); V_111 = L_820; // if (isInjectingCharacter) bool L_821 = V_67; if (!L_821) { goto IL_1a23; } } { // marginLeft = m_textInfo.lineInfo[m_lineNumber].marginLeft; TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_822 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_textInfo_152(); NullCheck(L_822); TMP_LineInfoU5BU5D_t2B188FB1B6C36641B7FEB177ACC798FAC9806C3D* L_823 = L_822->get_lineInfo_14(); int32_t L_824 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_lineNumber_212(); NullCheck(L_823); float L_825 = ((L_823)->GetAddressAt(static_cast(L_824)))->get_marginLeft_16(); V_110 = L_825; // marginRight = m_textInfo.lineInfo[m_lineNumber].marginRight; TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_826 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_textInfo_152(); NullCheck(L_826); TMP_LineInfoU5BU5D_t2B188FB1B6C36641B7FEB177ACC798FAC9806C3D* L_827 = L_826->get_lineInfo_14(); int32_t L_828 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_lineNumber_212(); NullCheck(L_827); float L_829 = ((L_827)->GetAddressAt(static_cast(L_828)))->get_marginRight_17(); V_111 = L_829; } IL_1a23: { // widthOfTextArea = m_width != -1 ? Mathf.Min(marginWidth + 0.0001f - marginLeft - marginRight, m_width) : marginWidth + 0.0001f - marginLeft - marginRight; float L_830 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_width_151(); if ((!(((float)L_830) == ((float)(-1.0f))))) { goto IL_1a40; } } { float L_831 = V_23; float L_832 = V_110; float L_833 = V_111; G_B185_0 = ((float)il2cpp_codegen_subtract((float)((float)il2cpp_codegen_subtract((float)((float)il2cpp_codegen_add((float)L_831, (float)(9.99999975E-05f))), (float)L_832)), (float)L_833)); goto IL_1a59; } IL_1a40: { float L_834 = V_23; float L_835 = V_110; float L_836 = V_111; float L_837 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_width_151(); float L_838; L_838 = Mathf_Min_mD28BD5C9012619B74E475F204F96603193E99B14(((float)il2cpp_codegen_subtract((float)((float)il2cpp_codegen_subtract((float)((float)il2cpp_codegen_add((float)L_834, (float)(9.99999975E-05f))), (float)L_835)), (float)L_836)), L_837, /*hidden argument*/NULL); G_B185_0 = L_838; } IL_1a59: { V_25 = G_B185_0; // float textWidth = Mathf.Abs(m_xAdvance) + (!m_isRightToLeft ? currentGlyphMetrics.horizontalAdvance : 0) * (1 - m_charWidthAdjDelta) * (charCode == 0xAD ? currentElementUnmodifiedScale : currentElementScale); float L_839 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_xAdvance_244(); float L_840; L_840 = fabsf(L_839); bool L_841 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_isRightToLeft_39(); G_B186_0 = L_840; if (!L_841) { G_B187_0 = L_840; goto IL_1a75; } } { G_B188_0 = (0.0f); G_B188_1 = G_B186_0; goto IL_1a7c; } IL_1a75: { float L_842; L_842 = GlyphMetrics_get_horizontalAdvance_mB204F2676223D5BEF5FEFF8969B159B39F1A617A((GlyphMetrics_t46B609AF0FC41272561342E8B5AEF35E4E1B537B *)(&V_73), /*hidden argument*/NULL); G_B188_0 = L_842; G_B188_1 = G_B187_0; } IL_1a7c: { float L_843 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_charWidthAdjDelta_109(); int32_t L_844 = V_5; G_B189_0 = ((float)il2cpp_codegen_multiply((float)G_B188_0, (float)((float)il2cpp_codegen_subtract((float)(1.0f), (float)L_843)))); G_B189_1 = G_B188_1; if ((((int32_t)L_844) == ((int32_t)((int32_t)173)))) { G_B190_0 = ((float)il2cpp_codegen_multiply((float)G_B188_0, (float)((float)il2cpp_codegen_subtract((float)(1.0f), (float)L_843)))); G_B190_1 = G_B188_1; goto IL_1a95; } } { float L_845 = V_2; G_B191_0 = L_845; G_B191_1 = G_B189_0; G_B191_2 = G_B189_1; goto IL_1a97; } IL_1a95: { float L_846 = V_72; G_B191_0 = L_846; G_B191_1 = G_B190_0; G_B191_2 = G_B190_1; } IL_1a97: { V_112 = ((float)il2cpp_codegen_add((float)G_B191_2, (float)((float)il2cpp_codegen_multiply((float)G_B191_1, (float)G_B191_0)))); // float textHeight = m_maxTextAscender - (m_maxLineDescender - m_lineOffset) + (m_lineOffset > 0 && m_IsDrivenLineSpacing == false ? m_maxLineAscender - m_startOfLineAscender : 0); float L_847 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_maxTextAscender_216(); float L_848 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_maxLineDescender_221(); float L_849 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_lineOffset_224(); float L_850 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_lineOffset_224(); G_B192_0 = ((float)il2cpp_codegen_subtract((float)L_847, (float)((float)il2cpp_codegen_subtract((float)L_848, (float)L_849)))); if ((!(((float)L_850) > ((float)(0.0f))))) { G_B193_0 = ((float)il2cpp_codegen_subtract((float)L_847, (float)((float)il2cpp_codegen_subtract((float)L_848, (float)L_849)))); goto IL_1ac4; } } { bool L_851 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_IsDrivenLineSpacing_105(); G_B193_0 = G_B192_0; if (!L_851) { G_B194_0 = G_B192_0; goto IL_1acb; } } IL_1ac4: { G_B195_0 = (0.0f); G_B195_1 = G_B193_0; goto IL_1ad8; } IL_1acb: { float L_852 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_maxLineAscender_220(); float L_853 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_startOfLineAscender_222(); G_B195_0 = ((float)il2cpp_codegen_subtract((float)L_852, (float)L_853)); G_B195_1 = G_B194_0; } IL_1ad8: { V_113 = ((float)il2cpp_codegen_add((float)G_B195_1, (float)G_B195_0)); // int testedCharacterCount = m_characterCount; int32_t L_854 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_characterCount_207(); V_114 = L_854; // if (textHeight > marginHeight + 0.0001f) float L_855 = V_113; float L_856 = V_24; if ((!(((float)L_855) > ((float)((float)il2cpp_codegen_add((float)L_856, (float)(9.99999975E-05f))))))) { goto IL_1e2b; } } { // if (m_firstOverflowCharacterIndex == -1) int32_t L_857 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_firstOverflowCharacterIndex_116(); if ((!(((uint32_t)L_857) == ((uint32_t)(-1))))) { goto IL_1b07; } } { // m_firstOverflowCharacterIndex = m_characterCount; int32_t L_858 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_characterCount_207(); ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->set_m_firstOverflowCharacterIndex_116(L_858); } IL_1b07: { // if (m_enableAutoSizing) bool L_859 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_enableAutoSizing_80(); if (!L_859) { goto IL_1be9; } } { // if (m_lineSpacingDelta > m_lineSpacingMax && m_lineOffset > 0 && m_AutoSizeIterationCount < m_AutoSizeMaxIterationCount) float L_860 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_lineSpacingDelta_103(); float L_861 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_lineSpacingMax_106(); if ((!(((float)L_860) > ((float)L_861)))) { goto IL_1b67; } } { float L_862 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_lineOffset_224(); if ((!(((float)L_862) > ((float)(0.0f))))) { goto IL_1b67; } } { int32_t L_863 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_AutoSizeIterationCount_83(); int32_t L_864 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_AutoSizeMaxIterationCount_84(); if ((((int32_t)L_863) >= ((int32_t)L_864))) { goto IL_1b67; } } { // float adjustmentDelta = (marginHeight - textHeight) / m_lineNumber; float L_865 = V_24; float L_866 = V_113; int32_t L_867 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_lineNumber_212(); V_115 = ((float)((float)((float)il2cpp_codegen_subtract((float)L_865, (float)L_866))/(float)((float)((float)L_867)))); // m_lineSpacingDelta = Mathf.Max(m_lineSpacingDelta + adjustmentDelta / baseScale, m_lineSpacingMax); float L_868 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_lineSpacingDelta_103(); float L_869 = V_115; float L_870 = V_1; float L_871 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_lineSpacingMax_106(); float L_872; L_872 = Mathf_Max_m4CE510E1F1013B33275F01543731A51A58BA0775(((float)il2cpp_codegen_add((float)L_868, (float)((float)((float)L_869/(float)L_870)))), L_871, /*hidden argument*/NULL); ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->set_m_lineSpacingDelta_103(L_872); // return; return; } IL_1b67: { // if (m_fontSize > m_fontSizeMin && m_AutoSizeIterationCount < m_AutoSizeMaxIterationCount) float L_873 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_fontSize_73(); float L_874 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_fontSizeMin_86(); if ((!(((float)L_873) > ((float)L_874)))) { goto IL_1be9; } } { int32_t L_875 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_AutoSizeIterationCount_83(); int32_t L_876 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_AutoSizeMaxIterationCount_84(); if ((((int32_t)L_875) >= ((int32_t)L_876))) { goto IL_1be9; } } { // m_maxFontSize = m_fontSize; float L_877 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_fontSize_73(); ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->set_m_maxFontSize_81(L_877); // float sizeDelta = Mathf.Max((m_fontSize - m_minFontSize) / 2, 0.05f); float L_878 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_fontSize_73(); float L_879 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_minFontSize_82(); float L_880; L_880 = Mathf_Max_m4CE510E1F1013B33275F01543731A51A58BA0775(((float)((float)((float)il2cpp_codegen_subtract((float)L_878, (float)L_879))/(float)(2.0f))), (0.0500000007f), /*hidden argument*/NULL); V_116 = L_880; // m_fontSize -= sizeDelta; float L_881 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_fontSize_73(); float L_882 = V_116; ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->set_m_fontSize_73(((float)il2cpp_codegen_subtract((float)L_881, (float)L_882))); // m_fontSize = Mathf.Max((int)(m_fontSize * 20 + 0.5f) / 20f, m_fontSizeMin); float L_883 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_fontSize_73(); float L_884 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_fontSizeMin_86(); float L_885; L_885 = Mathf_Max_m4CE510E1F1013B33275F01543731A51A58BA0775(((float)((float)((float)((float)((int32_t)((int32_t)((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_multiply((float)L_883, (float)(20.0f))), (float)(0.5f)))))))/(float)(20.0f))), L_884, /*hidden argument*/NULL); ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->set_m_fontSize_73(L_885); // return; return; } IL_1be9: { // switch (m_overflowMode) int32_t L_886 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_overflowMode_115(); V_118 = L_886; int32_t L_887 = V_118; switch (L_887) { case 0: { goto IL_1e2b; } case 1: { goto IL_1c3c; } case 2: { goto IL_1e2b; } case 3: { goto IL_1c19; } case 4: { goto IL_1e2b; } case 5: { goto IL_1d34; } case 6: { goto IL_1cbc; } } } { goto IL_1e2b; } IL_1c19: { // i = RestoreWordWrappingState(ref m_SavedLastValidState); IL2CPP_RUNTIME_CLASS_INIT(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262_il2cpp_TypeInfo_var); int32_t L_888; L_888 = TMP_Text_RestoreWordWrappingState_m1F806F62B0627FE7B5832BA385DC9C9CE78EC7EF(__this, (WordWrapState_t15805FC5C080AC77203F872695E3B951F460DE99 *)(((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262_StaticFields*)il2cpp_codegen_static_fields_for(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262_il2cpp_TypeInfo_var))->get_address_of_m_SavedLastValidState_204()), /*hidden argument*/NULL); V_64 = L_888; // characterToSubstitute.index = testedCharacterCount; int32_t L_889 = V_114; (&V_31)->set_index_0(L_889); // characterToSubstitute.unicode = 0x03; (&V_31)->set_unicode_1(3); // continue; goto IL_3bd5; } IL_1c3c: { // if (m_EllipsisInsertionCandidateStack.Count == 0) IL2CPP_RUNTIME_CLASS_INIT(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262_il2cpp_TypeInfo_var); int32_t L_890; L_890 = TMP_TextProcessingStack_1_get_Count_m32B3573BD0E2ABC1485F9D03AE8D19ACFE2EA06C_inline((TMP_TextProcessingStack_1_t09C36897DBFF463BB173E0ED3612A8D49A8EE2D7 *)(((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262_StaticFields*)il2cpp_codegen_static_fields_for(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262_il2cpp_TypeInfo_var))->get_address_of_m_EllipsisInsertionCandidateStack_206()), /*hidden argument*/TMP_TextProcessingStack_1_get_Count_m32B3573BD0E2ABC1485F9D03AE8D19ACFE2EA06C_RuntimeMethod_var); if (L_890) { goto IL_1c6e; } } { // i = -1; V_64 = (-1); // m_characterCount = 0; ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->set_m_characterCount_207(0); // characterToSubstitute.index = 0; (&V_31)->set_index_0(0); // characterToSubstitute.unicode = 0x03; (&V_31)->set_unicode_1(3); // m_firstCharacterOfLine = 0; ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->set_m_firstCharacterOfLine_208(0); // continue; goto IL_3bd5; } IL_1c6e: { // var ellipsisState = m_EllipsisInsertionCandidateStack.Pop(); IL2CPP_RUNTIME_CLASS_INIT(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262_il2cpp_TypeInfo_var); WordWrapState_t15805FC5C080AC77203F872695E3B951F460DE99 L_891; L_891 = TMP_TextProcessingStack_1_Pop_m107187E97028777E349EF22C93BA5EFC25621427((TMP_TextProcessingStack_1_t09C36897DBFF463BB173E0ED3612A8D49A8EE2D7 *)(((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262_StaticFields*)il2cpp_codegen_static_fields_for(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262_il2cpp_TypeInfo_var))->get_address_of_m_EllipsisInsertionCandidateStack_206()), /*hidden argument*/TMP_TextProcessingStack_1_Pop_m107187E97028777E349EF22C93BA5EFC25621427_RuntimeMethod_var); V_117 = L_891; // i = RestoreWordWrappingState(ref ellipsisState); int32_t L_892; L_892 = TMP_Text_RestoreWordWrappingState_m1F806F62B0627FE7B5832BA385DC9C9CE78EC7EF(__this, (WordWrapState_t15805FC5C080AC77203F872695E3B951F460DE99 *)(&V_117), /*hidden argument*/NULL); V_64 = L_892; // i -= 1; int32_t L_893 = V_64; V_64 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_893, (int32_t)1)); // m_characterCount -= 1; int32_t L_894 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_characterCount_207(); ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->set_m_characterCount_207(((int32_t)il2cpp_codegen_subtract((int32_t)L_894, (int32_t)1))); // characterToSubstitute.index = m_characterCount; int32_t L_895 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_characterCount_207(); (&V_31)->set_index_0(L_895); // characterToSubstitute.unicode = 0x2026; (&V_31)->set_unicode_1(((int32_t)8230)); // restoreCount += 1; int32_t L_896 = V_33; V_33 = ((int32_t)il2cpp_codegen_add((int32_t)L_896, (int32_t)1)); // continue; goto IL_3bd5; } IL_1cbc: { // i = RestoreWordWrappingState(ref m_SavedLastValidState); IL2CPP_RUNTIME_CLASS_INIT(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262_il2cpp_TypeInfo_var); int32_t L_897; L_897 = TMP_Text_RestoreWordWrappingState_m1F806F62B0627FE7B5832BA385DC9C9CE78EC7EF(__this, (WordWrapState_t15805FC5C080AC77203F872695E3B951F460DE99 *)(((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262_StaticFields*)il2cpp_codegen_static_fields_for(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262_il2cpp_TypeInfo_var))->get_address_of_m_SavedLastValidState_204()), /*hidden argument*/NULL); V_64 = L_897; // if (m_linkedTextComponent != null) TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 * L_898 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_linkedTextComponent_117(); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_899; L_899 = Object_op_Inequality_mE1F187520BD83FB7D86A6D850710C4D42B864E90(L_898, (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A *)NULL, /*hidden argument*/NULL); if (!L_899) { goto IL_1d1e; } } { // m_linkedTextComponent.text = text; TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 * L_900 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_linkedTextComponent_117(); String_t* L_901; L_901 = VirtualFuncInvoker0< String_t* >::Invoke(65 /* System.String TMPro.TMP_Text::get_text() */, __this); NullCheck(L_900); VirtualActionInvoker1< String_t* >::Invoke(66 /* System.Void TMPro.TMP_Text::set_text(System.String) */, L_900, L_901); // m_linkedTextComponent.m_inputSource = m_inputSource; TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 * L_902 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_linkedTextComponent_117(); int32_t L_903 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_inputSource_185(); NullCheck(L_902); L_902->set_m_inputSource_185(L_903); // m_linkedTextComponent.firstVisibleCharacter = m_characterCount; TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 * L_904 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_linkedTextComponent_117(); int32_t L_905 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_characterCount_207(); NullCheck(L_904); TMP_Text_set_firstVisibleCharacter_mF5EA6B686366069786F1A1C995683A99655360BF(L_904, L_905, /*hidden argument*/NULL); // m_linkedTextComponent.ForceMeshUpdate(); TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 * L_906 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_linkedTextComponent_117(); NullCheck(L_906); VirtualActionInvoker2< bool, bool >::Invoke(106 /* System.Void TMPro.TMP_Text::ForceMeshUpdate(System.Boolean,System.Boolean) */, L_906, (bool)0, (bool)0); // m_isTextTruncated = true; ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->set_m_isTextTruncated_119((bool)1); } IL_1d1e: { // characterToSubstitute.index = testedCharacterCount; int32_t L_907 = V_114; (&V_31)->set_index_0(L_907); // characterToSubstitute.unicode = 0x03; (&V_31)->set_unicode_1(3); // continue; goto IL_3bd5; } IL_1d34: { // if (i < 0 || testedCharacterCount == 0) int32_t L_908 = V_64; if ((((int32_t)L_908) < ((int32_t)0))) { goto IL_1d3d; } } { int32_t L_909 = V_114; if (L_909) { goto IL_1d5c; } } IL_1d3d: { // i = -1; V_64 = (-1); // m_characterCount = 0; ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->set_m_characterCount_207(0); // characterToSubstitute.index = 0; (&V_31)->set_index_0(0); // characterToSubstitute.unicode = 0x03; (&V_31)->set_unicode_1(3); // continue; goto IL_3bd5; } IL_1d5c: { // else if (m_maxLineAscender - m_maxLineDescender > marginHeight + 0.0001f) float L_910 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_maxLineAscender_220(); float L_911 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_maxLineDescender_221(); float L_912 = V_24; if ((!(((float)((float)il2cpp_codegen_subtract((float)L_910, (float)L_911))) > ((float)((float)il2cpp_codegen_add((float)L_912, (float)(9.99999975E-05f))))))) { goto IL_1d96; } } { // i = RestoreWordWrappingState(ref m_SavedLineState); IL2CPP_RUNTIME_CLASS_INIT(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262_il2cpp_TypeInfo_var); int32_t L_913; L_913 = TMP_Text_RestoreWordWrappingState_m1F806F62B0627FE7B5832BA385DC9C9CE78EC7EF(__this, (WordWrapState_t15805FC5C080AC77203F872695E3B951F460DE99 *)(((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262_StaticFields*)il2cpp_codegen_static_fields_for(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262_il2cpp_TypeInfo_var))->get_address_of_m_SavedLineState_202()), /*hidden argument*/NULL); V_64 = L_913; // characterToSubstitute.index = testedCharacterCount; int32_t L_914 = V_114; (&V_31)->set_index_0(L_914); // characterToSubstitute.unicode = 0x03; (&V_31)->set_unicode_1(3); // continue; goto IL_3bd5; } IL_1d96: { // i = RestoreWordWrappingState(ref m_SavedLineState); IL2CPP_RUNTIME_CLASS_INIT(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262_il2cpp_TypeInfo_var); int32_t L_915; L_915 = TMP_Text_RestoreWordWrappingState_m1F806F62B0627FE7B5832BA385DC9C9CE78EC7EF(__this, (WordWrapState_t15805FC5C080AC77203F872695E3B951F460DE99 *)(((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262_StaticFields*)il2cpp_codegen_static_fields_for(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262_il2cpp_TypeInfo_var))->get_address_of_m_SavedLineState_202()), /*hidden argument*/NULL); V_64 = L_915; // m_isNewPage = true; ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->set_m_isNewPage_145((bool)1); // m_firstCharacterOfLine = m_characterCount; int32_t L_916 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_characterCount_207(); ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->set_m_firstCharacterOfLine_208(L_916); // m_maxLineAscender = k_LargeNegativeFloat; float L_917 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262_StaticFields*)il2cpp_codegen_static_fields_for(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262_il2cpp_TypeInfo_var))->get_k_LargeNegativeFloat_262(); ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->set_m_maxLineAscender_220(L_917); // m_maxLineDescender = k_LargePositiveFloat; float L_918 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262_StaticFields*)il2cpp_codegen_static_fields_for(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262_il2cpp_TypeInfo_var))->get_k_LargePositiveFloat_261(); ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->set_m_maxLineDescender_221(L_918); // m_startOfLineAscender = 0; ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->set_m_startOfLineAscender_222((0.0f)); // m_xAdvance = 0 + tag_Indent; float L_919 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_tag_Indent_191(); ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->set_m_xAdvance_244(((float)il2cpp_codegen_add((float)(0.0f), (float)L_919))); // m_lineOffset = 0; ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->set_m_lineOffset_224((0.0f)); // m_maxTextAscender = 0; ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->set_m_maxTextAscender_216((0.0f)); // m_PageAscender = 0; ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->set_m_PageAscender_215((0.0f)); // m_lineNumber += 1; int32_t L_920 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_lineNumber_212(); ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->set_m_lineNumber_212(((int32_t)il2cpp_codegen_add((int32_t)L_920, (int32_t)1))); // m_pageNumber += 1; int32_t L_921 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_pageNumber_214(); ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->set_m_pageNumber_214(((int32_t)il2cpp_codegen_add((int32_t)L_921, (int32_t)1))); // continue; goto IL_3bd5; } IL_1e2b: { // if (textWidth > widthOfTextArea * (isJustifiedOrFlush ? 1.05f : 1.0f)) float L_922 = V_112; float L_923 = V_25; bool L_924 = V_87; G_B222_0 = L_923; G_B222_1 = L_922; if (L_924) { G_B223_0 = L_923; G_B223_1 = L_922; goto IL_1e3a; } } { G_B224_0 = (1.0f); G_B224_1 = G_B222_0; G_B224_2 = G_B222_1; goto IL_1e3f; } IL_1e3a: { G_B224_0 = (1.04999995f); G_B224_1 = G_B223_0; G_B224_2 = G_B223_1; } IL_1e3f: { if ((!(((float)G_B224_2) > ((float)((float)il2cpp_codegen_multiply((float)G_B224_1, (float)G_B224_0)))))) { goto IL_2759; } } { // if (m_enableWordWrapping && m_characterCount != m_firstCharacterOfLine) bool L_925 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_enableWordWrapping_110(); if (!L_925) { goto IL_24f6; } } { int32_t L_926 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_characterCount_207(); int32_t L_927 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_firstCharacterOfLine_208(); if ((((int32_t)L_926) == ((int32_t)L_927))) { goto IL_24f6; } } { // i = RestoreWordWrappingState(ref m_SavedWordWrapState); IL2CPP_RUNTIME_CLASS_INIT(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262_il2cpp_TypeInfo_var); int32_t L_928; L_928 = TMP_Text_RestoreWordWrappingState_m1F806F62B0627FE7B5832BA385DC9C9CE78EC7EF(__this, (WordWrapState_t15805FC5C080AC77203F872695E3B951F460DE99 *)(((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262_StaticFields*)il2cpp_codegen_static_fields_for(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262_il2cpp_TypeInfo_var))->get_address_of_m_SavedWordWrapState_201()), /*hidden argument*/NULL); V_64 = L_928; // float lineOffsetDelta = 0; V_119 = (0.0f); // if (m_lineHeight == TMP_Math.FLOAT_UNSET) float L_929 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_lineHeight_104(); if ((!(((float)L_929) == ((float)(-32767.0f))))) { goto IL_1eeb; } } { // float ascender = m_textInfo.characterInfo[m_characterCount].adjustedAscender; TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_930 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_textInfo_152(); NullCheck(L_930); TMP_CharacterInfoU5BU5D_t7128C1B46CF6AB1374135FA31D41ABF23882B970* L_931 = L_930->get_characterInfo_11(); int32_t L_932 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_characterCount_207(); NullCheck(L_931); float L_933 = ((L_931)->GetAddressAt(static_cast(L_932)))->get_adjustedAscender_28(); V_122 = L_933; // lineOffsetDelta = (m_lineOffset > 0 && m_IsDrivenLineSpacing == false ? m_maxLineAscender - m_startOfLineAscender : 0) - m_maxLineDescender + ascender + (lineGap + m_lineSpacingDelta) * baseScale + m_lineSpacing * currentEmScale; float L_934 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_lineOffset_224(); if ((!(((float)L_934) > ((float)(0.0f))))) { goto IL_1eb4; } } { bool L_935 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_IsDrivenLineSpacing_105(); if (!L_935) { goto IL_1ebb; } } IL_1eb4: { G_B232_0 = (0.0f); goto IL_1ec8; } IL_1ebb: { float L_936 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_maxLineAscender_220(); float L_937 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_startOfLineAscender_222(); G_B232_0 = ((float)il2cpp_codegen_subtract((float)L_936, (float)L_937)); } IL_1ec8: { float L_938 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_maxLineDescender_221(); float L_939 = V_122; float L_940 = V_19; float L_941 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_lineSpacingDelta_103(); float L_942 = V_1; float L_943 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_lineSpacing_102(); float L_944 = V_3; V_119 = ((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_subtract((float)G_B232_0, (float)L_938)), (float)L_939)), (float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_add((float)L_940, (float)L_941)), (float)L_942)))), (float)((float)il2cpp_codegen_multiply((float)L_943, (float)L_944)))); // } goto IL_1f03; } IL_1eeb: { // lineOffsetDelta = m_lineHeight + m_lineSpacing * currentEmScale; float L_945 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_lineHeight_104(); float L_946 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_lineSpacing_102(); float L_947 = V_3; V_119 = ((float)il2cpp_codegen_add((float)L_945, (float)((float)il2cpp_codegen_multiply((float)L_946, (float)L_947)))); // m_IsDrivenLineSpacing = true; ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->set_m_IsDrivenLineSpacing_105((bool)1); } IL_1f03: { // float newTextHeight = m_maxTextAscender + lineOffsetDelta + m_lineOffset - m_textInfo.characterInfo[m_characterCount].adjustedDescender; float L_948 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_maxTextAscender_216(); float L_949 = V_119; float L_950 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_lineOffset_224(); TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_951 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_textInfo_152(); NullCheck(L_951); TMP_CharacterInfoU5BU5D_t7128C1B46CF6AB1374135FA31D41ABF23882B970* L_952 = L_951->get_characterInfo_11(); int32_t L_953 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_characterCount_207(); NullCheck(L_952); float L_954 = ((L_952)->GetAddressAt(static_cast(L_953)))->get_adjustedDescender_29(); V_120 = ((float)il2cpp_codegen_subtract((float)((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_add((float)L_948, (float)L_949)), (float)L_950)), (float)L_954)); // if (m_textInfo.characterInfo[m_characterCount - 1].character == 0xAD && isSoftHyphenIgnored == false) TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_955 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_textInfo_152(); NullCheck(L_955); TMP_CharacterInfoU5BU5D_t7128C1B46CF6AB1374135FA31D41ABF23882B970* L_956 = L_955->get_characterInfo_11(); int32_t L_957 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_characterCount_207(); NullCheck(L_956); Il2CppChar L_958 = ((L_956)->GetAddressAt(static_cast(((int32_t)il2cpp_codegen_subtract((int32_t)L_957, (int32_t)1)))))->get_character_0(); if ((!(((uint32_t)L_958) == ((uint32_t)((int32_t)173))))) { goto IL_1f9e; } } { bool L_959 = V_32; if (L_959) { goto IL_1f9e; } } { // if (m_overflowMode == TextOverflowModes.Overflow || newTextHeight < marginHeight + 0.0001f) int32_t L_960 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_overflowMode_115(); if (!L_960) { goto IL_1f6d; } } { float L_961 = V_120; float L_962 = V_24; if ((!(((float)L_961) < ((float)((float)il2cpp_codegen_add((float)L_962, (float)(9.99999975E-05f))))))) { goto IL_1f9e; } } IL_1f6d: { // characterToSubstitute.index = m_characterCount - 1; int32_t L_963 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_characterCount_207(); (&V_31)->set_index_0(((int32_t)il2cpp_codegen_subtract((int32_t)L_963, (int32_t)1))); // characterToSubstitute.unicode = 0x2D; (&V_31)->set_unicode_1(((int32_t)45)); // i -= 1; int32_t L_964 = V_64; V_64 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_964, (int32_t)1)); // m_characterCount -= 1; int32_t L_965 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_characterCount_207(); ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->set_m_characterCount_207(((int32_t)il2cpp_codegen_subtract((int32_t)L_965, (int32_t)1))); // continue; goto IL_3bd5; } IL_1f9e: { // isSoftHyphenIgnored = false; V_32 = (bool)0; // if (m_textInfo.characterInfo[m_characterCount].character == 0xAD) TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_966 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_textInfo_152(); NullCheck(L_966); TMP_CharacterInfoU5BU5D_t7128C1B46CF6AB1374135FA31D41ABF23882B970* L_967 = L_966->get_characterInfo_11(); int32_t L_968 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_characterCount_207(); NullCheck(L_967); Il2CppChar L_969 = ((L_967)->GetAddressAt(static_cast(L_968)))->get_character_0(); if ((!(((uint32_t)L_969) == ((uint32_t)((int32_t)173))))) { goto IL_1fcb; } } { // isSoftHyphenIgnored = true; V_32 = (bool)1; // continue; goto IL_3bd5; } IL_1fcb: { // if (m_enableAutoSizing && isFirstWordOfLine) bool L_970 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_enableAutoSizing_80(); bool L_971 = V_28; if (!((int32_t)((int32_t)L_970&(int32_t)L_971))) { goto IL_20ed; } } { // if (m_charWidthAdjDelta < m_charWidthMaxAdj / 100 && m_AutoSizeIterationCount < m_AutoSizeMaxIterationCount) float L_972 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_charWidthAdjDelta_109(); float L_973 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_charWidthMaxAdj_108(); if ((!(((float)L_972) < ((float)((float)((float)L_973/(float)(100.0f))))))) { goto IL_206b; } } { int32_t L_974 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_AutoSizeIterationCount_83(); int32_t L_975 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_AutoSizeMaxIterationCount_84(); if ((((int32_t)L_974) >= ((int32_t)L_975))) { goto IL_206b; } } { // float adjustedTextWidth = textWidth; float L_976 = V_112; V_123 = L_976; // if (m_charWidthAdjDelta > 0) float L_977 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_charWidthAdjDelta_109(); if ((!(((float)L_977) > ((float)(0.0f))))) { goto IL_201d; } } { // adjustedTextWidth /= 1f - m_charWidthAdjDelta; float L_978 = V_123; float L_979 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_charWidthAdjDelta_109(); V_123 = ((float)((float)L_978/(float)((float)il2cpp_codegen_subtract((float)(1.0f), (float)L_979)))); } IL_201d: { // float adjustmentDelta = textWidth - (widthOfTextArea - 0.0001f) * (isJustifiedOrFlush ? 1.05f : 1.0f); float L_980 = V_112; float L_981 = V_25; bool L_982 = V_87; G_B247_0 = ((float)il2cpp_codegen_subtract((float)L_981, (float)(9.99999975E-05f))); G_B247_1 = L_980; if (L_982) { G_B248_0 = ((float)il2cpp_codegen_subtract((float)L_981, (float)(9.99999975E-05f))); G_B248_1 = L_980; goto IL_2032; } } { G_B249_0 = (1.0f); G_B249_1 = G_B247_0; G_B249_2 = G_B247_1; goto IL_2037; } IL_2032: { G_B249_0 = (1.04999995f); G_B249_1 = G_B248_0; G_B249_2 = G_B248_1; } IL_2037: { V_124 = ((float)il2cpp_codegen_subtract((float)G_B249_2, (float)((float)il2cpp_codegen_multiply((float)G_B249_1, (float)G_B249_0)))); // m_charWidthAdjDelta += adjustmentDelta / adjustedTextWidth; float L_983 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_charWidthAdjDelta_109(); float L_984 = V_124; float L_985 = V_123; ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->set_m_charWidthAdjDelta_109(((float)il2cpp_codegen_add((float)L_983, (float)((float)((float)L_984/(float)L_985))))); // m_charWidthAdjDelta = Mathf.Min(m_charWidthAdjDelta, m_charWidthMaxAdj / 100); float L_986 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_charWidthAdjDelta_109(); float L_987 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_charWidthMaxAdj_108(); float L_988; L_988 = Mathf_Min_mD28BD5C9012619B74E475F204F96603193E99B14(L_986, ((float)((float)L_987/(float)(100.0f))), /*hidden argument*/NULL); ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->set_m_charWidthAdjDelta_109(L_988); // return; return; } IL_206b: { // if (m_fontSize > m_fontSizeMin && m_AutoSizeIterationCount < m_AutoSizeMaxIterationCount) float L_989 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_fontSize_73(); float L_990 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_fontSizeMin_86(); if ((!(((float)L_989) > ((float)L_990)))) { goto IL_20ed; } } { int32_t L_991 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_AutoSizeIterationCount_83(); int32_t L_992 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_AutoSizeMaxIterationCount_84(); if ((((int32_t)L_991) >= ((int32_t)L_992))) { goto IL_20ed; } } { // m_maxFontSize = m_fontSize; float L_993 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_fontSize_73(); ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->set_m_maxFontSize_81(L_993); // float sizeDelta = Mathf.Max((m_fontSize - m_minFontSize) / 2, 0.05f); float L_994 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_fontSize_73(); float L_995 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_minFontSize_82(); float L_996; L_996 = Mathf_Max_m4CE510E1F1013B33275F01543731A51A58BA0775(((float)((float)((float)il2cpp_codegen_subtract((float)L_994, (float)L_995))/(float)(2.0f))), (0.0500000007f), /*hidden argument*/NULL); V_125 = L_996; // m_fontSize -= sizeDelta; float L_997 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_fontSize_73(); float L_998 = V_125; ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->set_m_fontSize_73(((float)il2cpp_codegen_subtract((float)L_997, (float)L_998))); // m_fontSize = Mathf.Max((int)(m_fontSize * 20 + 0.5f) / 20f, m_fontSizeMin); float L_999 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_fontSize_73(); float L_1000 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_fontSizeMin_86(); float L_1001; L_1001 = Mathf_Max_m4CE510E1F1013B33275F01543731A51A58BA0775(((float)((float)((float)((float)((int32_t)((int32_t)((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_multiply((float)L_999, (float)(20.0f))), (float)(0.5f)))))))/(float)(20.0f))), L_1000, /*hidden argument*/NULL); ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->set_m_fontSize_73(L_1001); // return; return; } IL_20ed: { // int savedSoftLineBreakingSpace = m_SavedSoftLineBreakState.previous_WordBreak; IL2CPP_RUNTIME_CLASS_INIT(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262_il2cpp_TypeInfo_var); int32_t L_1002 = (((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262_StaticFields*)il2cpp_codegen_static_fields_for(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262_il2cpp_TypeInfo_var))->get_address_of_m_SavedSoftLineBreakState_205())->get_previous_WordBreak_0(); V_121 = L_1002; // if (isFirstWordOfLine && savedSoftLineBreakingSpace != -1) bool L_1003 = V_28; if (!L_1003) { goto IL_216e; } } { int32_t L_1004 = V_121; if ((((int32_t)L_1004) == ((int32_t)(-1)))) { goto IL_216e; } } { // if (savedSoftLineBreakingSpace != lastSoftLineBreak) int32_t L_1005 = V_121; int32_t L_1006 = V_30; if ((((int32_t)L_1005) == ((int32_t)L_1006))) { goto IL_216e; } } { // i = RestoreWordWrappingState(ref m_SavedSoftLineBreakState); IL2CPP_RUNTIME_CLASS_INIT(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262_il2cpp_TypeInfo_var); int32_t L_1007; L_1007 = TMP_Text_RestoreWordWrappingState_m1F806F62B0627FE7B5832BA385DC9C9CE78EC7EF(__this, (WordWrapState_t15805FC5C080AC77203F872695E3B951F460DE99 *)(((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262_StaticFields*)il2cpp_codegen_static_fields_for(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262_il2cpp_TypeInfo_var))->get_address_of_m_SavedSoftLineBreakState_205()), /*hidden argument*/NULL); V_64 = L_1007; // lastSoftLineBreak = savedSoftLineBreakingSpace; int32_t L_1008 = V_121; V_30 = L_1008; // if (m_textInfo.characterInfo[m_characterCount - 1].character == 0xAD) TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_1009 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_textInfo_152(); NullCheck(L_1009); TMP_CharacterInfoU5BU5D_t7128C1B46CF6AB1374135FA31D41ABF23882B970* L_1010 = L_1009->get_characterInfo_11(); int32_t L_1011 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_characterCount_207(); NullCheck(L_1010); Il2CppChar L_1012 = ((L_1010)->GetAddressAt(static_cast(((int32_t)il2cpp_codegen_subtract((int32_t)L_1011, (int32_t)1)))))->get_character_0(); if ((!(((uint32_t)L_1012) == ((uint32_t)((int32_t)173))))) { goto IL_216e; } } { // characterToSubstitute.index = m_characterCount - 1; int32_t L_1013 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_characterCount_207(); (&V_31)->set_index_0(((int32_t)il2cpp_codegen_subtract((int32_t)L_1013, (int32_t)1))); // characterToSubstitute.unicode = 0x2D; (&V_31)->set_unicode_1(((int32_t)45)); // i -= 1; int32_t L_1014 = V_64; V_64 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_1014, (int32_t)1)); // m_characterCount -= 1; int32_t L_1015 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_characterCount_207(); ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->set_m_characterCount_207(((int32_t)il2cpp_codegen_subtract((int32_t)L_1015, (int32_t)1))); // continue; goto IL_3bd5; } IL_216e: { // if (newTextHeight > marginHeight + 0.0001f) float L_1016 = V_120; float L_1017 = V_24; if ((!(((float)L_1016) > ((float)((float)il2cpp_codegen_add((float)L_1017, (float)(9.99999975E-05f))))))) { goto IL_24ce; } } { // if (m_firstOverflowCharacterIndex == -1) int32_t L_1018 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_firstOverflowCharacterIndex_116(); if ((!(((uint32_t)L_1018) == ((uint32_t)(-1))))) { goto IL_2192; } } { // m_firstOverflowCharacterIndex = m_characterCount; int32_t L_1019 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_characterCount_207(); ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->set_m_firstOverflowCharacterIndex_116(L_1019); } IL_2192: { // if (m_enableAutoSizing) bool L_1020 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_enableAutoSizing_80(); if (!L_1020) { goto IL_22fb; } } { // if (m_lineSpacingDelta > m_lineSpacingMax && m_AutoSizeIterationCount < m_AutoSizeMaxIterationCount) float L_1021 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_lineSpacingDelta_103(); float L_1022 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_lineSpacingMax_106(); if ((!(((float)L_1021) > ((float)L_1022)))) { goto IL_21e7; } } { int32_t L_1023 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_AutoSizeIterationCount_83(); int32_t L_1024 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_AutoSizeMaxIterationCount_84(); if ((((int32_t)L_1023) >= ((int32_t)L_1024))) { goto IL_21e7; } } { // float adjustmentDelta = (marginHeight - newTextHeight) / (m_lineNumber + 1); float L_1025 = V_24; float L_1026 = V_120; int32_t L_1027 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_lineNumber_212(); V_126 = ((float)((float)((float)il2cpp_codegen_subtract((float)L_1025, (float)L_1026))/(float)((float)((float)((int32_t)il2cpp_codegen_add((int32_t)L_1027, (int32_t)1)))))); // m_lineSpacingDelta = Mathf.Max(m_lineSpacingDelta + adjustmentDelta / baseScale, m_lineSpacingMax); float L_1028 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_lineSpacingDelta_103(); float L_1029 = V_126; float L_1030 = V_1; float L_1031 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_lineSpacingMax_106(); float L_1032; L_1032 = Mathf_Max_m4CE510E1F1013B33275F01543731A51A58BA0775(((float)il2cpp_codegen_add((float)L_1028, (float)((float)((float)L_1029/(float)L_1030)))), L_1031, /*hidden argument*/NULL); ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->set_m_lineSpacingDelta_103(L_1032); // return; return; } IL_21e7: { // if (m_charWidthAdjDelta < m_charWidthMaxAdj / 100 && m_AutoSizeIterationCount < m_AutoSizeMaxIterationCount) float L_1033 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_charWidthAdjDelta_109(); float L_1034 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_charWidthMaxAdj_108(); if ((!(((float)L_1033) < ((float)((float)((float)L_1034/(float)(100.0f))))))) { goto IL_2279; } } { int32_t L_1035 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_AutoSizeIterationCount_83(); int32_t L_1036 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_AutoSizeMaxIterationCount_84(); if ((((int32_t)L_1035) >= ((int32_t)L_1036))) { goto IL_2279; } } { // float adjustedTextWidth = textWidth; float L_1037 = V_112; V_127 = L_1037; // if (m_charWidthAdjDelta > 0) float L_1038 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_charWidthAdjDelta_109(); if ((!(((float)L_1038) > ((float)(0.0f))))) { goto IL_222b; } } { // adjustedTextWidth /= 1f - m_charWidthAdjDelta; float L_1039 = V_127; float L_1040 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_charWidthAdjDelta_109(); V_127 = ((float)((float)L_1039/(float)((float)il2cpp_codegen_subtract((float)(1.0f), (float)L_1040)))); } IL_222b: { // float adjustmentDelta = textWidth - (widthOfTextArea - 0.0001f) * (isJustifiedOrFlush ? 1.05f : 1.0f); float L_1041 = V_112; float L_1042 = V_25; bool L_1043 = V_87; G_B270_0 = ((float)il2cpp_codegen_subtract((float)L_1042, (float)(9.99999975E-05f))); G_B270_1 = L_1041; if (L_1043) { G_B271_0 = ((float)il2cpp_codegen_subtract((float)L_1042, (float)(9.99999975E-05f))); G_B271_1 = L_1041; goto IL_2240; } } { G_B272_0 = (1.0f); G_B272_1 = G_B270_0; G_B272_2 = G_B270_1; goto IL_2245; } IL_2240: { G_B272_0 = (1.04999995f); G_B272_1 = G_B271_0; G_B272_2 = G_B271_1; } IL_2245: { V_128 = ((float)il2cpp_codegen_subtract((float)G_B272_2, (float)((float)il2cpp_codegen_multiply((float)G_B272_1, (float)G_B272_0)))); // m_charWidthAdjDelta += adjustmentDelta / adjustedTextWidth; float L_1044 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_charWidthAdjDelta_109(); float L_1045 = V_128; float L_1046 = V_127; ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->set_m_charWidthAdjDelta_109(((float)il2cpp_codegen_add((float)L_1044, (float)((float)((float)L_1045/(float)L_1046))))); // m_charWidthAdjDelta = Mathf.Min(m_charWidthAdjDelta, m_charWidthMaxAdj / 100); float L_1047 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_charWidthAdjDelta_109(); float L_1048 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_charWidthMaxAdj_108(); float L_1049; L_1049 = Mathf_Min_mD28BD5C9012619B74E475F204F96603193E99B14(L_1047, ((float)((float)L_1048/(float)(100.0f))), /*hidden argument*/NULL); ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->set_m_charWidthAdjDelta_109(L_1049); // return; return; } IL_2279: { // if (m_fontSize > m_fontSizeMin && m_AutoSizeIterationCount < m_AutoSizeMaxIterationCount) float L_1050 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_fontSize_73(); float L_1051 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_fontSizeMin_86(); if ((!(((float)L_1050) > ((float)L_1051)))) { goto IL_22fb; } } { int32_t L_1052 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_AutoSizeIterationCount_83(); int32_t L_1053 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_AutoSizeMaxIterationCount_84(); if ((((int32_t)L_1052) >= ((int32_t)L_1053))) { goto IL_22fb; } } { // m_maxFontSize = m_fontSize; float L_1054 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_fontSize_73(); ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->set_m_maxFontSize_81(L_1054); // float sizeDelta = Mathf.Max((m_fontSize - m_minFontSize) / 2, 0.05f); float L_1055 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_fontSize_73(); float L_1056 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_minFontSize_82(); float L_1057; L_1057 = Mathf_Max_m4CE510E1F1013B33275F01543731A51A58BA0775(((float)((float)((float)il2cpp_codegen_subtract((float)L_1055, (float)L_1056))/(float)(2.0f))), (0.0500000007f), /*hidden argument*/NULL); V_129 = L_1057; // m_fontSize -= sizeDelta; float L_1058 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_fontSize_73(); float L_1059 = V_129; ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->set_m_fontSize_73(((float)il2cpp_codegen_subtract((float)L_1058, (float)L_1059))); // m_fontSize = Mathf.Max((int)(m_fontSize * 20 + 0.5f) / 20f, m_fontSizeMin); float L_1060 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_fontSize_73(); float L_1061 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_fontSizeMin_86(); float L_1062; L_1062 = Mathf_Max_m4CE510E1F1013B33275F01543731A51A58BA0775(((float)((float)((float)((float)((int32_t)((int32_t)((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_multiply((float)L_1060, (float)(20.0f))), (float)(0.5f)))))))/(float)(20.0f))), L_1061, /*hidden argument*/NULL); ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->set_m_fontSize_73(L_1062); // return; return; } IL_22fb: { // switch (m_overflowMode) int32_t L_1063 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_overflowMode_115(); V_118 = L_1063; int32_t L_1064 = V_118; switch (L_1064) { case 0: { goto IL_232b; } case 1: { goto IL_2376; } case 2: { goto IL_232b; } case 3: { goto IL_2353; } case 4: { goto IL_232b; } case 5: { goto IL_2465; } case 6: { goto IL_23f6; } } } { goto IL_2759; } IL_232b: { // InsertNewLine(i, baseScale, currentElementScale, currentEmScale, m_GlyphHorizontalAdvanceAdjustment, boldSpacingAdjustment, characterSpacingAdjustment, widthOfTextArea, lineGap, ref isMaxVisibleDescenderSet, ref maxVisibleDescender); int32_t L_1065 = V_64; float L_1066 = V_1; float L_1067 = V_2; float L_1068 = V_3; float L_1069 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_GlyphHorizontalAdvanceAdjustment_121(); float L_1070 = V_8; float L_1071 = V_76; float L_1072 = V_25; float L_1073 = V_19; TMP_Text_InsertNewLine_m64EE4D1A9195459F60B7498CD7247A0E9E1BF6BA(__this, L_1065, L_1066, L_1067, L_1068, L_1069, L_1070, L_1071, L_1072, L_1073, (bool*)(&V_27), (float*)(&V_26), /*hidden argument*/NULL); // isStartOfNewLine = true; V_20 = (bool)1; // isFirstWordOfLine = true; V_28 = (bool)1; // continue; goto IL_3bd5; } IL_2353: { // i = RestoreWordWrappingState(ref m_SavedLastValidState); IL2CPP_RUNTIME_CLASS_INIT(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262_il2cpp_TypeInfo_var); int32_t L_1074; L_1074 = TMP_Text_RestoreWordWrappingState_m1F806F62B0627FE7B5832BA385DC9C9CE78EC7EF(__this, (WordWrapState_t15805FC5C080AC77203F872695E3B951F460DE99 *)(((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262_StaticFields*)il2cpp_codegen_static_fields_for(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262_il2cpp_TypeInfo_var))->get_address_of_m_SavedLastValidState_204()), /*hidden argument*/NULL); V_64 = L_1074; // characterToSubstitute.index = testedCharacterCount; int32_t L_1075 = V_114; (&V_31)->set_index_0(L_1075); // characterToSubstitute.unicode = 0x03; (&V_31)->set_unicode_1(3); // continue; goto IL_3bd5; } IL_2376: { // if (m_EllipsisInsertionCandidateStack.Count == 0) IL2CPP_RUNTIME_CLASS_INIT(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262_il2cpp_TypeInfo_var); int32_t L_1076; L_1076 = TMP_TextProcessingStack_1_get_Count_m32B3573BD0E2ABC1485F9D03AE8D19ACFE2EA06C_inline((TMP_TextProcessingStack_1_t09C36897DBFF463BB173E0ED3612A8D49A8EE2D7 *)(((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262_StaticFields*)il2cpp_codegen_static_fields_for(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262_il2cpp_TypeInfo_var))->get_address_of_m_EllipsisInsertionCandidateStack_206()), /*hidden argument*/TMP_TextProcessingStack_1_get_Count_m32B3573BD0E2ABC1485F9D03AE8D19ACFE2EA06C_RuntimeMethod_var); if (L_1076) { goto IL_23a8; } } { // i = -1; V_64 = (-1); // m_characterCount = 0; ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->set_m_characterCount_207(0); // characterToSubstitute.index = 0; (&V_31)->set_index_0(0); // characterToSubstitute.unicode = 0x03; (&V_31)->set_unicode_1(3); // m_firstCharacterOfLine = 0; ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->set_m_firstCharacterOfLine_208(0); // continue; goto IL_3bd5; } IL_23a8: { // var ellipsisState = m_EllipsisInsertionCandidateStack.Pop(); IL2CPP_RUNTIME_CLASS_INIT(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262_il2cpp_TypeInfo_var); WordWrapState_t15805FC5C080AC77203F872695E3B951F460DE99 L_1077; L_1077 = TMP_TextProcessingStack_1_Pop_m107187E97028777E349EF22C93BA5EFC25621427((TMP_TextProcessingStack_1_t09C36897DBFF463BB173E0ED3612A8D49A8EE2D7 *)(((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262_StaticFields*)il2cpp_codegen_static_fields_for(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262_il2cpp_TypeInfo_var))->get_address_of_m_EllipsisInsertionCandidateStack_206()), /*hidden argument*/TMP_TextProcessingStack_1_Pop_m107187E97028777E349EF22C93BA5EFC25621427_RuntimeMethod_var); V_130 = L_1077; // i = RestoreWordWrappingState(ref ellipsisState); int32_t L_1078; L_1078 = TMP_Text_RestoreWordWrappingState_m1F806F62B0627FE7B5832BA385DC9C9CE78EC7EF(__this, (WordWrapState_t15805FC5C080AC77203F872695E3B951F460DE99 *)(&V_130), /*hidden argument*/NULL); V_64 = L_1078; // i -= 1; int32_t L_1079 = V_64; V_64 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_1079, (int32_t)1)); // m_characterCount -= 1; int32_t L_1080 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_characterCount_207(); ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->set_m_characterCount_207(((int32_t)il2cpp_codegen_subtract((int32_t)L_1080, (int32_t)1))); // characterToSubstitute.index = m_characterCount; int32_t L_1081 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_characterCount_207(); (&V_31)->set_index_0(L_1081); // characterToSubstitute.unicode = 0x2026; (&V_31)->set_unicode_1(((int32_t)8230)); // restoreCount += 1; int32_t L_1082 = V_33; V_33 = ((int32_t)il2cpp_codegen_add((int32_t)L_1082, (int32_t)1)); // continue; goto IL_3bd5; } IL_23f6: { // if (m_linkedTextComponent != null) TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 * L_1083 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_linkedTextComponent_117(); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_1084; L_1084 = Object_op_Inequality_mE1F187520BD83FB7D86A6D850710C4D42B864E90(L_1083, (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A *)NULL, /*hidden argument*/NULL); if (!L_1084) { goto IL_244b; } } { // m_linkedTextComponent.text = text; TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 * L_1085 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_linkedTextComponent_117(); String_t* L_1086; L_1086 = VirtualFuncInvoker0< String_t* >::Invoke(65 /* System.String TMPro.TMP_Text::get_text() */, __this); NullCheck(L_1085); VirtualActionInvoker1< String_t* >::Invoke(66 /* System.Void TMPro.TMP_Text::set_text(System.String) */, L_1085, L_1086); // m_linkedTextComponent.m_inputSource = m_inputSource; TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 * L_1087 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_linkedTextComponent_117(); int32_t L_1088 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_inputSource_185(); NullCheck(L_1087); L_1087->set_m_inputSource_185(L_1088); // m_linkedTextComponent.firstVisibleCharacter = m_characterCount; TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 * L_1089 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_linkedTextComponent_117(); int32_t L_1090 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_characterCount_207(); NullCheck(L_1089); TMP_Text_set_firstVisibleCharacter_mF5EA6B686366069786F1A1C995683A99655360BF(L_1089, L_1090, /*hidden argument*/NULL); // m_linkedTextComponent.ForceMeshUpdate(); TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 * L_1091 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_linkedTextComponent_117(); NullCheck(L_1091); VirtualActionInvoker2< bool, bool >::Invoke(106 /* System.Void TMPro.TMP_Text::ForceMeshUpdate(System.Boolean,System.Boolean) */, L_1091, (bool)0, (bool)0); // m_isTextTruncated = true; ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->set_m_isTextTruncated_119((bool)1); } IL_244b: { // characterToSubstitute.index = m_characterCount; int32_t L_1092 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_characterCount_207(); (&V_31)->set_index_0(L_1092); // characterToSubstitute.unicode = 0x03; (&V_31)->set_unicode_1(3); // continue; goto IL_3bd5; } IL_2465: { // m_isNewPage = true; ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->set_m_isNewPage_145((bool)1); // InsertNewLine(i, baseScale, currentElementScale, currentEmScale, m_GlyphHorizontalAdvanceAdjustment, boldSpacingAdjustment, characterSpacingAdjustment, widthOfTextArea, lineGap, ref isMaxVisibleDescenderSet, ref maxVisibleDescender); int32_t L_1093 = V_64; float L_1094 = V_1; float L_1095 = V_2; float L_1096 = V_3; float L_1097 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_GlyphHorizontalAdvanceAdjustment_121(); float L_1098 = V_8; float L_1099 = V_76; float L_1100 = V_25; float L_1101 = V_19; TMP_Text_InsertNewLine_m64EE4D1A9195459F60B7498CD7247A0E9E1BF6BA(__this, L_1093, L_1094, L_1095, L_1096, L_1097, L_1098, L_1099, L_1100, L_1101, (bool*)(&V_27), (float*)(&V_26), /*hidden argument*/NULL); // m_startOfLineAscender = 0; ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->set_m_startOfLineAscender_222((0.0f)); // m_lineOffset = 0; ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->set_m_lineOffset_224((0.0f)); // m_maxTextAscender = 0; ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->set_m_maxTextAscender_216((0.0f)); // m_PageAscender = 0; ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->set_m_PageAscender_215((0.0f)); // m_pageNumber += 1; int32_t L_1102 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_pageNumber_214(); ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->set_m_pageNumber_214(((int32_t)il2cpp_codegen_add((int32_t)L_1102, (int32_t)1))); // isStartOfNewLine = true; V_20 = (bool)1; // isFirstWordOfLine = true; V_28 = (bool)1; // continue; goto IL_3bd5; } IL_24ce: { // InsertNewLine(i, baseScale, currentElementScale, currentEmScale, m_GlyphHorizontalAdvanceAdjustment, boldSpacingAdjustment, characterSpacingAdjustment, widthOfTextArea, lineGap, ref isMaxVisibleDescenderSet, ref maxVisibleDescender); int32_t L_1103 = V_64; float L_1104 = V_1; float L_1105 = V_2; float L_1106 = V_3; float L_1107 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_GlyphHorizontalAdvanceAdjustment_121(); float L_1108 = V_8; float L_1109 = V_76; float L_1110 = V_25; float L_1111 = V_19; TMP_Text_InsertNewLine_m64EE4D1A9195459F60B7498CD7247A0E9E1BF6BA(__this, L_1103, L_1104, L_1105, L_1106, L_1107, L_1108, L_1109, L_1110, L_1111, (bool*)(&V_27), (float*)(&V_26), /*hidden argument*/NULL); // isStartOfNewLine = true; V_20 = (bool)1; // isFirstWordOfLine = true; V_28 = (bool)1; // continue; goto IL_3bd5; } IL_24f6: { // if (m_enableAutoSizing && m_AutoSizeIterationCount < m_AutoSizeMaxIterationCount) bool L_1112 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_enableAutoSizing_80(); if (!L_1112) { goto IL_260a; } } { int32_t L_1113 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_AutoSizeIterationCount_83(); int32_t L_1114 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_AutoSizeMaxIterationCount_84(); if ((((int32_t)L_1113) >= ((int32_t)L_1114))) { goto IL_260a; } } { // if (m_charWidthAdjDelta < m_charWidthMaxAdj / 100) float L_1115 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_charWidthAdjDelta_109(); float L_1116 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_charWidthMaxAdj_108(); if ((!(((float)L_1115) < ((float)((float)((float)L_1116/(float)(100.0f))))))) { goto IL_2596; } } { // float adjustedTextWidth = textWidth; float L_1117 = V_112; V_131 = L_1117; // if (m_charWidthAdjDelta > 0) float L_1118 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_charWidthAdjDelta_109(); if ((!(((float)L_1118) > ((float)(0.0f))))) { goto IL_2548; } } { // adjustedTextWidth /= 1f - m_charWidthAdjDelta; float L_1119 = V_131; float L_1120 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_charWidthAdjDelta_109(); V_131 = ((float)((float)L_1119/(float)((float)il2cpp_codegen_subtract((float)(1.0f), (float)L_1120)))); } IL_2548: { // float adjustmentDelta = textWidth - (widthOfTextArea - 0.0001f) * (isJustifiedOrFlush ? 1.05f : 1.0f); float L_1121 = V_112; float L_1122 = V_25; bool L_1123 = V_87; G_B294_0 = ((float)il2cpp_codegen_subtract((float)L_1122, (float)(9.99999975E-05f))); G_B294_1 = L_1121; if (L_1123) { G_B295_0 = ((float)il2cpp_codegen_subtract((float)L_1122, (float)(9.99999975E-05f))); G_B295_1 = L_1121; goto IL_255d; } } { G_B296_0 = (1.0f); G_B296_1 = G_B294_0; G_B296_2 = G_B294_1; goto IL_2562; } IL_255d: { G_B296_0 = (1.04999995f); G_B296_1 = G_B295_0; G_B296_2 = G_B295_1; } IL_2562: { V_132 = ((float)il2cpp_codegen_subtract((float)G_B296_2, (float)((float)il2cpp_codegen_multiply((float)G_B296_1, (float)G_B296_0)))); // m_charWidthAdjDelta += adjustmentDelta / adjustedTextWidth; float L_1124 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_charWidthAdjDelta_109(); float L_1125 = V_132; float L_1126 = V_131; ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->set_m_charWidthAdjDelta_109(((float)il2cpp_codegen_add((float)L_1124, (float)((float)((float)L_1125/(float)L_1126))))); // m_charWidthAdjDelta = Mathf.Min(m_charWidthAdjDelta, m_charWidthMaxAdj / 100); float L_1127 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_charWidthAdjDelta_109(); float L_1128 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_charWidthMaxAdj_108(); float L_1129; L_1129 = Mathf_Min_mD28BD5C9012619B74E475F204F96603193E99B14(L_1127, ((float)((float)L_1128/(float)(100.0f))), /*hidden argument*/NULL); ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->set_m_charWidthAdjDelta_109(L_1129); // return; return; } IL_2596: { // if (m_fontSize > m_fontSizeMin) float L_1130 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_fontSize_73(); float L_1131 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_fontSizeMin_86(); if ((!(((float)L_1130) > ((float)L_1131)))) { goto IL_260a; } } { // m_maxFontSize = m_fontSize; float L_1132 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_fontSize_73(); ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->set_m_maxFontSize_81(L_1132); // float sizeDelta = Mathf.Max((m_fontSize - m_minFontSize) / 2, 0.05f); float L_1133 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_fontSize_73(); float L_1134 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_minFontSize_82(); float L_1135; L_1135 = Mathf_Max_m4CE510E1F1013B33275F01543731A51A58BA0775(((float)((float)((float)il2cpp_codegen_subtract((float)L_1133, (float)L_1134))/(float)(2.0f))), (0.0500000007f), /*hidden argument*/NULL); V_133 = L_1135; // m_fontSize -= sizeDelta; float L_1136 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_fontSize_73(); float L_1137 = V_133; ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->set_m_fontSize_73(((float)il2cpp_codegen_subtract((float)L_1136, (float)L_1137))); // m_fontSize = Mathf.Max((int)(m_fontSize * 20 + 0.5f) / 20f, m_fontSizeMin); float L_1138 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_fontSize_73(); float L_1139 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_fontSizeMin_86(); float L_1140; L_1140 = Mathf_Max_m4CE510E1F1013B33275F01543731A51A58BA0775(((float)((float)((float)((float)((int32_t)((int32_t)((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_multiply((float)L_1138, (float)(20.0f))), (float)(0.5f)))))))/(float)(20.0f))), L_1139, /*hidden argument*/NULL); ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->set_m_fontSize_73(L_1140); // return; return; } IL_260a: { // switch (m_overflowMode) int32_t L_1141 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_overflowMode_115(); V_118 = L_1141; int32_t L_1142 = V_118; switch (L_1142) { case 0: { goto IL_2759; } case 1: { goto IL_265d; } case 2: { goto IL_2759; } case 3: { goto IL_263a; } case 4: { goto IL_2759; } case 5: { goto IL_2759; } case 6: { goto IL_26dd; } } } { goto IL_2759; } IL_263a: { // i = RestoreWordWrappingState(ref m_SavedWordWrapState); IL2CPP_RUNTIME_CLASS_INIT(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262_il2cpp_TypeInfo_var); int32_t L_1143; L_1143 = TMP_Text_RestoreWordWrappingState_m1F806F62B0627FE7B5832BA385DC9C9CE78EC7EF(__this, (WordWrapState_t15805FC5C080AC77203F872695E3B951F460DE99 *)(((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262_StaticFields*)il2cpp_codegen_static_fields_for(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262_il2cpp_TypeInfo_var))->get_address_of_m_SavedWordWrapState_201()), /*hidden argument*/NULL); V_64 = L_1143; // characterToSubstitute.index = testedCharacterCount; int32_t L_1144 = V_114; (&V_31)->set_index_0(L_1144); // characterToSubstitute.unicode = 0x03; (&V_31)->set_unicode_1(3); // continue; goto IL_3bd5; } IL_265d: { // if (m_EllipsisInsertionCandidateStack.Count == 0) IL2CPP_RUNTIME_CLASS_INIT(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262_il2cpp_TypeInfo_var); int32_t L_1145; L_1145 = TMP_TextProcessingStack_1_get_Count_m32B3573BD0E2ABC1485F9D03AE8D19ACFE2EA06C_inline((TMP_TextProcessingStack_1_t09C36897DBFF463BB173E0ED3612A8D49A8EE2D7 *)(((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262_StaticFields*)il2cpp_codegen_static_fields_for(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262_il2cpp_TypeInfo_var))->get_address_of_m_EllipsisInsertionCandidateStack_206()), /*hidden argument*/TMP_TextProcessingStack_1_get_Count_m32B3573BD0E2ABC1485F9D03AE8D19ACFE2EA06C_RuntimeMethod_var); if (L_1145) { goto IL_268f; } } { // i = -1; V_64 = (-1); // m_characterCount = 0; ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->set_m_characterCount_207(0); // characterToSubstitute.index = 0; (&V_31)->set_index_0(0); // characterToSubstitute.unicode = 0x03; (&V_31)->set_unicode_1(3); // m_firstCharacterOfLine = 0; ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->set_m_firstCharacterOfLine_208(0); // continue; goto IL_3bd5; } IL_268f: { // var ellipsisState = m_EllipsisInsertionCandidateStack.Pop(); IL2CPP_RUNTIME_CLASS_INIT(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262_il2cpp_TypeInfo_var); WordWrapState_t15805FC5C080AC77203F872695E3B951F460DE99 L_1146; L_1146 = TMP_TextProcessingStack_1_Pop_m107187E97028777E349EF22C93BA5EFC25621427((TMP_TextProcessingStack_1_t09C36897DBFF463BB173E0ED3612A8D49A8EE2D7 *)(((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262_StaticFields*)il2cpp_codegen_static_fields_for(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262_il2cpp_TypeInfo_var))->get_address_of_m_EllipsisInsertionCandidateStack_206()), /*hidden argument*/TMP_TextProcessingStack_1_Pop_m107187E97028777E349EF22C93BA5EFC25621427_RuntimeMethod_var); V_134 = L_1146; // i = RestoreWordWrappingState(ref ellipsisState); int32_t L_1147; L_1147 = TMP_Text_RestoreWordWrappingState_m1F806F62B0627FE7B5832BA385DC9C9CE78EC7EF(__this, (WordWrapState_t15805FC5C080AC77203F872695E3B951F460DE99 *)(&V_134), /*hidden argument*/NULL); V_64 = L_1147; // i -= 1; int32_t L_1148 = V_64; V_64 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_1148, (int32_t)1)); // m_characterCount -= 1; int32_t L_1149 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_characterCount_207(); ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->set_m_characterCount_207(((int32_t)il2cpp_codegen_subtract((int32_t)L_1149, (int32_t)1))); // characterToSubstitute.index = m_characterCount; int32_t L_1150 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_characterCount_207(); (&V_31)->set_index_0(L_1150); // characterToSubstitute.unicode = 0x2026; (&V_31)->set_unicode_1(((int32_t)8230)); // restoreCount += 1; int32_t L_1151 = V_33; V_33 = ((int32_t)il2cpp_codegen_add((int32_t)L_1151, (int32_t)1)); // continue; goto IL_3bd5; } IL_26dd: { // i = RestoreWordWrappingState(ref m_SavedWordWrapState); IL2CPP_RUNTIME_CLASS_INIT(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262_il2cpp_TypeInfo_var); int32_t L_1152; L_1152 = TMP_Text_RestoreWordWrappingState_m1F806F62B0627FE7B5832BA385DC9C9CE78EC7EF(__this, (WordWrapState_t15805FC5C080AC77203F872695E3B951F460DE99 *)(((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262_StaticFields*)il2cpp_codegen_static_fields_for(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262_il2cpp_TypeInfo_var))->get_address_of_m_SavedWordWrapState_201()), /*hidden argument*/NULL); V_64 = L_1152; // if (m_linkedTextComponent != null) TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 * L_1153 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_linkedTextComponent_117(); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_1154; L_1154 = Object_op_Inequality_mE1F187520BD83FB7D86A6D850710C4D42B864E90(L_1153, (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A *)NULL, /*hidden argument*/NULL); if (!L_1154) { goto IL_273f; } } { // m_linkedTextComponent.text = text; TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 * L_1155 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_linkedTextComponent_117(); String_t* L_1156; L_1156 = VirtualFuncInvoker0< String_t* >::Invoke(65 /* System.String TMPro.TMP_Text::get_text() */, __this); NullCheck(L_1155); VirtualActionInvoker1< String_t* >::Invoke(66 /* System.Void TMPro.TMP_Text::set_text(System.String) */, L_1155, L_1156); // m_linkedTextComponent.m_inputSource = m_inputSource; TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 * L_1157 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_linkedTextComponent_117(); int32_t L_1158 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_inputSource_185(); NullCheck(L_1157); L_1157->set_m_inputSource_185(L_1158); // m_linkedTextComponent.firstVisibleCharacter = m_characterCount; TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 * L_1159 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_linkedTextComponent_117(); int32_t L_1160 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_characterCount_207(); NullCheck(L_1159); TMP_Text_set_firstVisibleCharacter_mF5EA6B686366069786F1A1C995683A99655360BF(L_1159, L_1160, /*hidden argument*/NULL); // m_linkedTextComponent.ForceMeshUpdate(); TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 * L_1161 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_linkedTextComponent_117(); NullCheck(L_1161); VirtualActionInvoker2< bool, bool >::Invoke(106 /* System.Void TMPro.TMP_Text::ForceMeshUpdate(System.Boolean,System.Boolean) */, L_1161, (bool)0, (bool)0); // m_isTextTruncated = true; ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->set_m_isTextTruncated_119((bool)1); } IL_273f: { // characterToSubstitute.index = m_characterCount; int32_t L_1162 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_characterCount_207(); (&V_31)->set_index_0(L_1162); // characterToSubstitute.unicode = 0x03; (&V_31)->set_unicode_1(3); // continue; goto IL_3bd5; } IL_2759: { // if (charCode == 9) int32_t L_1163 = V_5; if ((!(((uint32_t)L_1163) == ((uint32_t)((int32_t)9))))) { goto IL_27bf; } } { // m_textInfo.characterInfo[m_characterCount].isVisible = false; TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_1164 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_textInfo_152(); NullCheck(L_1164); TMP_CharacterInfoU5BU5D_t7128C1B46CF6AB1374135FA31D41ABF23882B970* L_1165 = L_1164->get_characterInfo_11(); int32_t L_1166 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_characterCount_207(); NullCheck(L_1165); ((L_1165)->GetAddressAt(static_cast(L_1166)))->set_isVisible_40((bool)0); // m_lastVisibleCharacterOfLine = m_characterCount; int32_t L_1167 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_characterCount_207(); ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->set_m_lastVisibleCharacterOfLine_211(L_1167); // m_textInfo.lineInfo[m_lineNumber].spaceCount += 1; TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_1168 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_textInfo_152(); NullCheck(L_1168); TMP_LineInfoU5BU5D_t2B188FB1B6C36641B7FEB177ACC798FAC9806C3D* L_1169 = L_1168->get_lineInfo_14(); int32_t L_1170 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_lineNumber_212(); NullCheck(L_1169); int32_t* L_1171 = ((L_1169)->GetAddressAt(static_cast(L_1170)))->get_address_of_spaceCount_3(); int32_t* L_1172 = L_1171; int32_t L_1173 = *((int32_t*)L_1172); *((int32_t*)L_1172) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1173, (int32_t)1)); // m_textInfo.spaceCount += 1; TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_1174 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_textInfo_152(); TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_1175 = L_1174; NullCheck(L_1175); int32_t L_1176 = L_1175->get_spaceCount_5(); NullCheck(L_1175); L_1175->set_spaceCount_5(((int32_t)il2cpp_codegen_add((int32_t)L_1176, (int32_t)1))); // } goto IL_2a42; } IL_27bf: { // else if (charCode == 0xAD) int32_t L_1177 = V_5; if ((!(((uint32_t)L_1177) == ((uint32_t)((int32_t)173))))) { goto IL_27e9; } } { // m_textInfo.characterInfo[m_characterCount].isVisible = false; TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_1178 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_textInfo_152(); NullCheck(L_1178); TMP_CharacterInfoU5BU5D_t7128C1B46CF6AB1374135FA31D41ABF23882B970* L_1179 = L_1178->get_characterInfo_11(); int32_t L_1180 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_characterCount_207(); NullCheck(L_1179); ((L_1179)->GetAddressAt(static_cast(L_1180)))->set_isVisible_40((bool)0); // } goto IL_2a42; } IL_27e9: { // if (m_overrideHtmlColors) bool L_1181 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_overrideHtmlColors_69(); if (!L_1181) { goto IL_27fb; } } { // vertexColor = m_fontColor32; Color32_tDB54A78627878A7D2DE42BB028D64306A18E858D L_1182 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_fontColor32_53(); V_18 = L_1182; goto IL_2803; } IL_27fb: { // vertexColor = m_htmlColor; Color32_tDB54A78627878A7D2DE42BB028D64306A18E858D L_1183 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_htmlColor_226(); V_18 = L_1183; } IL_2803: { // if (m_textElementType == TMP_TextElementType.Character) int32_t L_1184 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_textElementType_245(); if (L_1184) { goto IL_2819; } } { // SaveGlyphVertexInfo(padding, style_padding, vertexColor); float L_1185 = V_6; float L_1186 = V_7; Color32_tDB54A78627878A7D2DE42BB028D64306A18E858D L_1187 = V_18; VirtualActionInvoker3< float, float, Color32_tDB54A78627878A7D2DE42BB028D64306A18E858D >::Invoke(120 /* System.Void TMPro.TMP_Text::SaveGlyphVertexInfo(System.Single,System.Single,UnityEngine.Color32) */, __this, L_1185, L_1186, L_1187); // } goto IL_282a; } IL_2819: { // else if (m_textElementType == TMP_TextElementType.Sprite) int32_t L_1188 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_textElementType_245(); if ((!(((uint32_t)L_1188) == ((uint32_t)1)))) { goto IL_282a; } } { // SaveSpriteVertexInfo(vertexColor); Color32_tDB54A78627878A7D2DE42BB028D64306A18E858D L_1189 = V_18; VirtualActionInvoker1< Color32_tDB54A78627878A7D2DE42BB028D64306A18E858D >::Invoke(121 /* System.Void TMPro.TMP_Text::SaveSpriteVertexInfo(UnityEngine.Color32) */, __this, L_1189); } IL_282a: { // if (isStartOfNewLine) bool L_1190 = V_20; if (!L_1190) { goto IL_283d; } } { // isStartOfNewLine = false; V_20 = (bool)0; // m_firstVisibleCharacterOfLine = m_characterCount; int32_t L_1191 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_characterCount_207(); ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->set_m_firstVisibleCharacterOfLine_209(L_1191); } IL_283d: { // m_lineVisibleCharacterCount += 1; int32_t L_1192 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_lineVisibleCharacterCount_213(); ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->set_m_lineVisibleCharacterCount_213(((int32_t)il2cpp_codegen_add((int32_t)L_1192, (int32_t)1))); // m_lastVisibleCharacterOfLine = m_characterCount; int32_t L_1193 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_characterCount_207(); ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->set_m_lastVisibleCharacterOfLine_211(L_1193); // m_textInfo.lineInfo[m_lineNumber].marginLeft = marginLeft; TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_1194 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_textInfo_152(); NullCheck(L_1194); TMP_LineInfoU5BU5D_t2B188FB1B6C36641B7FEB177ACC798FAC9806C3D* L_1195 = L_1194->get_lineInfo_14(); int32_t L_1196 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_lineNumber_212(); NullCheck(L_1195); float L_1197 = V_110; ((L_1195)->GetAddressAt(static_cast(L_1196)))->set_marginLeft_16(L_1197); // m_textInfo.lineInfo[m_lineNumber].marginRight = marginRight; TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_1198 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_textInfo_152(); NullCheck(L_1198); TMP_LineInfoU5BU5D_t2B188FB1B6C36641B7FEB177ACC798FAC9806C3D* L_1199 = L_1198->get_lineInfo_14(); int32_t L_1200 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_lineNumber_212(); NullCheck(L_1199); float L_1201 = V_111; ((L_1199)->GetAddressAt(static_cast(L_1200)))->set_marginRight_17(L_1201); // } goto IL_2a42; } IL_2896: { // if (m_overflowMode == TextOverflowModes.Linked && (charCode == 10 || charCode == 11)) int32_t L_1202 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_overflowMode_115(); if ((!(((uint32_t)L_1202) == ((uint32_t)6)))) { goto IL_2991; } } { int32_t L_1203 = V_5; if ((((int32_t)L_1203) == ((int32_t)((int32_t)10)))) { goto IL_28b1; } } { int32_t L_1204 = V_5; if ((!(((uint32_t)L_1204) == ((uint32_t)((int32_t)11))))) { goto IL_2991; } } IL_28b1: { // float textHeight = m_maxTextAscender - (m_maxLineDescender - m_lineOffset) + (m_lineOffset > 0 && m_IsDrivenLineSpacing == false ? m_maxLineAscender - m_startOfLineAscender : 0); float L_1205 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_maxTextAscender_216(); float L_1206 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_maxLineDescender_221(); float L_1207 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_lineOffset_224(); float L_1208 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_lineOffset_224(); G_B326_0 = ((float)il2cpp_codegen_subtract((float)L_1205, (float)((float)il2cpp_codegen_subtract((float)L_1206, (float)L_1207)))); if ((!(((float)L_1208) > ((float)(0.0f))))) { G_B327_0 = ((float)il2cpp_codegen_subtract((float)L_1205, (float)((float)il2cpp_codegen_subtract((float)L_1206, (float)L_1207)))); goto IL_28da; } } { bool L_1209 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_IsDrivenLineSpacing_105(); G_B327_0 = G_B326_0; if (!L_1209) { G_B328_0 = G_B326_0; goto IL_28e1; } } IL_28da: { G_B329_0 = (0.0f); G_B329_1 = G_B327_0; goto IL_28ee; } IL_28e1: { float L_1210 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_maxLineAscender_220(); float L_1211 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_startOfLineAscender_222(); G_B329_0 = ((float)il2cpp_codegen_subtract((float)L_1210, (float)L_1211)); G_B329_1 = G_B328_0; } IL_28ee: { // int testedCharacterCount = m_characterCount; int32_t L_1212 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_characterCount_207(); V_135 = L_1212; // if (textHeight > marginHeight + 0.0001f) float L_1213 = V_24; if ((!(((float)((float)il2cpp_codegen_add((float)G_B329_1, (float)G_B329_0))) > ((float)((float)il2cpp_codegen_add((float)L_1213, (float)(9.99999975E-05f))))))) { goto IL_2991; } } { // if (m_firstOverflowCharacterIndex == -1) int32_t L_1214 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_firstOverflowCharacterIndex_116(); if ((!(((uint32_t)L_1214) == ((uint32_t)(-1))))) { goto IL_2919; } } { // m_firstOverflowCharacterIndex = m_characterCount; int32_t L_1215 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_characterCount_207(); ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->set_m_firstOverflowCharacterIndex_116(L_1215); } IL_2919: { // i = RestoreWordWrappingState(ref m_SavedLastValidState); IL2CPP_RUNTIME_CLASS_INIT(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262_il2cpp_TypeInfo_var); int32_t L_1216; L_1216 = TMP_Text_RestoreWordWrappingState_m1F806F62B0627FE7B5832BA385DC9C9CE78EC7EF(__this, (WordWrapState_t15805FC5C080AC77203F872695E3B951F460DE99 *)(((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262_StaticFields*)il2cpp_codegen_static_fields_for(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262_il2cpp_TypeInfo_var))->get_address_of_m_SavedLastValidState_204()), /*hidden argument*/NULL); V_64 = L_1216; // if (m_linkedTextComponent != null) TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 * L_1217 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_linkedTextComponent_117(); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_1218; L_1218 = Object_op_Inequality_mE1F187520BD83FB7D86A6D850710C4D42B864E90(L_1217, (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A *)NULL, /*hidden argument*/NULL); if (!L_1218) { goto IL_297b; } } { // m_linkedTextComponent.text = text; TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 * L_1219 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_linkedTextComponent_117(); String_t* L_1220; L_1220 = VirtualFuncInvoker0< String_t* >::Invoke(65 /* System.String TMPro.TMP_Text::get_text() */, __this); NullCheck(L_1219); VirtualActionInvoker1< String_t* >::Invoke(66 /* System.Void TMPro.TMP_Text::set_text(System.String) */, L_1219, L_1220); // m_linkedTextComponent.m_inputSource = m_inputSource; TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 * L_1221 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_linkedTextComponent_117(); int32_t L_1222 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_inputSource_185(); NullCheck(L_1221); L_1221->set_m_inputSource_185(L_1222); // m_linkedTextComponent.firstVisibleCharacter = m_characterCount; TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 * L_1223 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_linkedTextComponent_117(); int32_t L_1224 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_characterCount_207(); NullCheck(L_1223); TMP_Text_set_firstVisibleCharacter_mF5EA6B686366069786F1A1C995683A99655360BF(L_1223, L_1224, /*hidden argument*/NULL); // m_linkedTextComponent.ForceMeshUpdate(); TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 * L_1225 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_linkedTextComponent_117(); NullCheck(L_1225); VirtualActionInvoker2< bool, bool >::Invoke(106 /* System.Void TMPro.TMP_Text::ForceMeshUpdate(System.Boolean,System.Boolean) */, L_1225, (bool)0, (bool)0); // m_isTextTruncated = true; ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->set_m_isTextTruncated_119((bool)1); } IL_297b: { // characterToSubstitute.index = testedCharacterCount; int32_t L_1226 = V_135; (&V_31)->set_index_0(L_1226); // characterToSubstitute.unicode = 0x03; (&V_31)->set_unicode_1(3); // continue; goto IL_3bd5; } IL_2991: { // if ((charCode == 10 || charCode == 11 || charCode == 0xA0 || charCode == 0x2007 || charCode == 0x2028 || charCode == 0x2029 || char.IsSeparator((char)charCode)) && charCode != 0xAD && charCode != 0x200B && charCode != 0x2060) int32_t L_1227 = V_5; if ((((int32_t)L_1227) == ((int32_t)((int32_t)10)))) { goto IL_29cb; } } { int32_t L_1228 = V_5; if ((((int32_t)L_1228) == ((int32_t)((int32_t)11)))) { goto IL_29cb; } } { int32_t L_1229 = V_5; if ((((int32_t)L_1229) == ((int32_t)((int32_t)160)))) { goto IL_29cb; } } { int32_t L_1230 = V_5; if ((((int32_t)L_1230) == ((int32_t)((int32_t)8199)))) { goto IL_29cb; } } { int32_t L_1231 = V_5; if ((((int32_t)L_1231) == ((int32_t)((int32_t)8232)))) { goto IL_29cb; } } { int32_t L_1232 = V_5; if ((((int32_t)L_1232) == ((int32_t)((int32_t)8233)))) { goto IL_29cb; } } { int32_t L_1233 = V_5; IL2CPP_RUNTIME_CLASS_INIT(Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_il2cpp_TypeInfo_var); bool L_1234; L_1234 = Char_IsSeparator_m63C5FE7D94A88D0F251E4740B2E3348C0406B165(((int32_t)((uint16_t)L_1233)), /*hidden argument*/NULL); if (!L_1234) { goto IL_2a19; } } IL_29cb: { int32_t L_1235 = V_5; if ((((int32_t)L_1235) == ((int32_t)((int32_t)173)))) { goto IL_2a19; } } { int32_t L_1236 = V_5; if ((((int32_t)L_1236) == ((int32_t)((int32_t)8203)))) { goto IL_2a19; } } { int32_t L_1237 = V_5; if ((((int32_t)L_1237) == ((int32_t)((int32_t)8288)))) { goto IL_2a19; } } { // m_textInfo.lineInfo[m_lineNumber].spaceCount += 1; TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_1238 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_textInfo_152(); NullCheck(L_1238); TMP_LineInfoU5BU5D_t2B188FB1B6C36641B7FEB177ACC798FAC9806C3D* L_1239 = L_1238->get_lineInfo_14(); int32_t L_1240 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_lineNumber_212(); NullCheck(L_1239); int32_t* L_1241 = ((L_1239)->GetAddressAt(static_cast(L_1240)))->get_address_of_spaceCount_3(); int32_t* L_1242 = L_1241; int32_t L_1243 = *((int32_t*)L_1242); *((int32_t*)L_1242) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1243, (int32_t)1)); // m_textInfo.spaceCount += 1; TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_1244 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_textInfo_152(); TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_1245 = L_1244; NullCheck(L_1245); int32_t L_1246 = L_1245->get_spaceCount_5(); NullCheck(L_1245); L_1245->set_spaceCount_5(((int32_t)il2cpp_codegen_add((int32_t)L_1246, (int32_t)1))); } IL_2a19: { // if (charCode == 0xA0) int32_t L_1247 = V_5; if ((!(((uint32_t)L_1247) == ((uint32_t)((int32_t)160))))) { goto IL_2a42; } } { // m_textInfo.lineInfo[m_lineNumber].controlCharacterCount += 1; TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_1248 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_textInfo_152(); NullCheck(L_1248); TMP_LineInfoU5BU5D_t2B188FB1B6C36641B7FEB177ACC798FAC9806C3D* L_1249 = L_1248->get_lineInfo_14(); int32_t L_1250 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_lineNumber_212(); NullCheck(L_1249); int32_t* L_1251 = ((L_1249)->GetAddressAt(static_cast(L_1250)))->get_address_of_controlCharacterCount_0(); int32_t* L_1252 = L_1251; int32_t L_1253 = *((int32_t*)L_1252); *((int32_t*)L_1252) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1253, (int32_t)1)); } IL_2a42: { // if (m_overflowMode == TextOverflowModes.Ellipsis && (isInjectingCharacter == false || charCode == 0x2D)) int32_t L_1254 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_overflowMode_115(); if ((!(((uint32_t)L_1254) == ((uint32_t)1)))) { goto IL_2cca; } } { bool L_1255 = V_67; if (!L_1255) { goto IL_2a5b; } } { int32_t L_1256 = V_5; if ((!(((uint32_t)L_1256) == ((uint32_t)((int32_t)45))))) { goto IL_2cca; } } IL_2a5b: { // float fontScale = m_currentFontSize / m_Ellipsis.fontAsset.m_FaceInfo.pointSize * m_Ellipsis.fontAsset.m_FaceInfo.scale * (m_isOrthographic ? 1 : 0.1f); float L_1257 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_currentFontSize_74(); SpecialCharacter_t06A60B3C91ABA764227413C096AE5060D50D844F * L_1258 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_address_of_m_Ellipsis_247(); TMP_FontAsset_tDD8F58129CF4A9094C82DD209531E9E71F9837B2 * L_1259 = L_1258->get_fontAsset_1(); NullCheck(L_1259); FaceInfo_t3A29F58B4C0435D2D76E3474E2B9D03F8A20C979 * L_1260 = L_1259->get_address_of_m_FaceInfo_12(); int32_t L_1261; L_1261 = FaceInfo_get_pointSize_m3C6775E1AE5F27EAAB93CC84480B14AFBDB5E330((FaceInfo_t3A29F58B4C0435D2D76E3474E2B9D03F8A20C979 *)L_1260, /*hidden argument*/NULL); SpecialCharacter_t06A60B3C91ABA764227413C096AE5060D50D844F * L_1262 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_address_of_m_Ellipsis_247(); TMP_FontAsset_tDD8F58129CF4A9094C82DD209531E9E71F9837B2 * L_1263 = L_1262->get_fontAsset_1(); NullCheck(L_1263); FaceInfo_t3A29F58B4C0435D2D76E3474E2B9D03F8A20C979 * L_1264 = L_1263->get_address_of_m_FaceInfo_12(); float L_1265; L_1265 = FaceInfo_get_scale_mA059FCEE1F13BBDF846AB8D8B8EDA468F4FCD2A4((FaceInfo_t3A29F58B4C0435D2D76E3474E2B9D03F8A20C979 *)L_1264, /*hidden argument*/NULL); bool L_1266 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_isOrthographic_127(); G_B352_0 = ((float)il2cpp_codegen_multiply((float)((float)((float)L_1257/(float)((float)((float)L_1261)))), (float)L_1265)); if (L_1266) { G_B353_0 = ((float)il2cpp_codegen_multiply((float)((float)((float)L_1257/(float)((float)((float)L_1261)))), (float)L_1265)); goto IL_2a9d; } } { G_B354_0 = (0.100000001f); G_B354_1 = G_B352_0; goto IL_2aa2; } IL_2a9d: { G_B354_0 = (1.0f); G_B354_1 = G_B353_0; } IL_2aa2: { // float scale = fontScale * m_fontScaleMultiplier * m_Ellipsis.character.m_Scale * m_Ellipsis.character.m_Glyph.scale; float L_1267 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_fontScaleMultiplier_186(); SpecialCharacter_t06A60B3C91ABA764227413C096AE5060D50D844F * L_1268 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_address_of_m_Ellipsis_247(); TMP_Character_tE7A98584C4DDFC9E1A1D883F4A5DE99E5DE7CC0C * L_1269 = L_1268->get_character_0(); NullCheck(L_1269); float L_1270 = ((TMP_TextElement_tDF9A55D56A0B44EA4EA36DEDF942AEB6369AF832 *)L_1269)->get_m_Scale_5(); SpecialCharacter_t06A60B3C91ABA764227413C096AE5060D50D844F * L_1271 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_address_of_m_Ellipsis_247(); TMP_Character_tE7A98584C4DDFC9E1A1D883F4A5DE99E5DE7CC0C * L_1272 = L_1271->get_character_0(); NullCheck(L_1272); Glyph_tC58ED6BC718B82A55B7E1A3690A289FFA8EBEFD1 * L_1273 = ((TMP_TextElement_tDF9A55D56A0B44EA4EA36DEDF942AEB6369AF832 *)L_1272)->get_m_Glyph_3(); NullCheck(L_1273); float L_1274; L_1274 = Glyph_get_scale_m446CB523D55E31B00D8AC704A60308C773E7F208(L_1273, /*hidden argument*/NULL); V_136 = ((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_multiply((float)G_B354_1, (float)G_B354_0)), (float)L_1267)), (float)L_1270)), (float)L_1274)); // float marginLeft = m_marginLeft; float L_1275 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_marginLeft_147(); V_137 = L_1275; // float marginRight = m_marginRight; float L_1276 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_marginRight_148(); V_138 = L_1276; // if (charCode == 0x0A && m_characterCount != m_firstCharacterOfLine) int32_t L_1277 = V_5; if ((!(((uint32_t)L_1277) == ((uint32_t)((int32_t)10))))) { goto IL_2bc6; } } { int32_t L_1278 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_characterCount_207(); int32_t L_1279 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_firstCharacterOfLine_208(); if ((((int32_t)L_1278) == ((int32_t)L_1279))) { goto IL_2bc6; } } { // fontScale = m_textInfo.characterInfo[m_characterCount - 1].pointSize / m_Ellipsis.fontAsset.m_FaceInfo.pointSize * m_Ellipsis.fontAsset.m_FaceInfo.scale * (m_isOrthographic ? 1 : 0.1f); TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_1280 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_textInfo_152(); NullCheck(L_1280); TMP_CharacterInfoU5BU5D_t7128C1B46CF6AB1374135FA31D41ABF23882B970* L_1281 = L_1280->get_characterInfo_11(); int32_t L_1282 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_characterCount_207(); NullCheck(L_1281); float L_1283 = ((L_1281)->GetAddressAt(static_cast(((int32_t)il2cpp_codegen_subtract((int32_t)L_1282, (int32_t)1)))))->get_pointSize_11(); SpecialCharacter_t06A60B3C91ABA764227413C096AE5060D50D844F * L_1284 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_address_of_m_Ellipsis_247(); TMP_FontAsset_tDD8F58129CF4A9094C82DD209531E9E71F9837B2 * L_1285 = L_1284->get_fontAsset_1(); NullCheck(L_1285); FaceInfo_t3A29F58B4C0435D2D76E3474E2B9D03F8A20C979 * L_1286 = L_1285->get_address_of_m_FaceInfo_12(); int32_t L_1287; L_1287 = FaceInfo_get_pointSize_m3C6775E1AE5F27EAAB93CC84480B14AFBDB5E330((FaceInfo_t3A29F58B4C0435D2D76E3474E2B9D03F8A20C979 *)L_1286, /*hidden argument*/NULL); SpecialCharacter_t06A60B3C91ABA764227413C096AE5060D50D844F * L_1288 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_address_of_m_Ellipsis_247(); TMP_FontAsset_tDD8F58129CF4A9094C82DD209531E9E71F9837B2 * L_1289 = L_1288->get_fontAsset_1(); NullCheck(L_1289); FaceInfo_t3A29F58B4C0435D2D76E3474E2B9D03F8A20C979 * L_1290 = L_1289->get_address_of_m_FaceInfo_12(); float L_1291; L_1291 = FaceInfo_get_scale_mA059FCEE1F13BBDF846AB8D8B8EDA468F4FCD2A4((FaceInfo_t3A29F58B4C0435D2D76E3474E2B9D03F8A20C979 *)L_1290, /*hidden argument*/NULL); bool L_1292 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_isOrthographic_127(); G_B357_0 = ((float)il2cpp_codegen_multiply((float)((float)((float)L_1283/(float)((float)((float)L_1287)))), (float)L_1291)); if (L_1292) { G_B358_0 = ((float)il2cpp_codegen_multiply((float)((float)((float)L_1283/(float)((float)((float)L_1287)))), (float)L_1291)); goto IL_2b56; } } { G_B359_0 = (0.100000001f); G_B359_1 = G_B357_0; goto IL_2b5b; } IL_2b56: { G_B359_0 = (1.0f); G_B359_1 = G_B358_0; } IL_2b5b: { // scale = fontScale * m_fontScaleMultiplier * m_Ellipsis.character.m_Scale * m_Ellipsis.character.m_Glyph.scale; float L_1293 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_fontScaleMultiplier_186(); SpecialCharacter_t06A60B3C91ABA764227413C096AE5060D50D844F * L_1294 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_address_of_m_Ellipsis_247(); TMP_Character_tE7A98584C4DDFC9E1A1D883F4A5DE99E5DE7CC0C * L_1295 = L_1294->get_character_0(); NullCheck(L_1295); float L_1296 = ((TMP_TextElement_tDF9A55D56A0B44EA4EA36DEDF942AEB6369AF832 *)L_1295)->get_m_Scale_5(); SpecialCharacter_t06A60B3C91ABA764227413C096AE5060D50D844F * L_1297 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_address_of_m_Ellipsis_247(); TMP_Character_tE7A98584C4DDFC9E1A1D883F4A5DE99E5DE7CC0C * L_1298 = L_1297->get_character_0(); NullCheck(L_1298); Glyph_tC58ED6BC718B82A55B7E1A3690A289FFA8EBEFD1 * L_1299 = ((TMP_TextElement_tDF9A55D56A0B44EA4EA36DEDF942AEB6369AF832 *)L_1298)->get_m_Glyph_3(); NullCheck(L_1299); float L_1300; L_1300 = Glyph_get_scale_m446CB523D55E31B00D8AC704A60308C773E7F208(L_1299, /*hidden argument*/NULL); V_136 = ((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_multiply((float)G_B359_1, (float)G_B359_0)), (float)L_1293)), (float)L_1296)), (float)L_1300)); // marginLeft = m_textInfo.lineInfo[m_lineNumber].marginLeft; TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_1301 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_textInfo_152(); NullCheck(L_1301); TMP_LineInfoU5BU5D_t2B188FB1B6C36641B7FEB177ACC798FAC9806C3D* L_1302 = L_1301->get_lineInfo_14(); int32_t L_1303 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_lineNumber_212(); NullCheck(L_1302); float L_1304 = ((L_1302)->GetAddressAt(static_cast(L_1303)))->get_marginLeft_16(); V_137 = L_1304; // marginRight = m_textInfo.lineInfo[m_lineNumber].marginRight; TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_1305 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_textInfo_152(); NullCheck(L_1305); TMP_LineInfoU5BU5D_t2B188FB1B6C36641B7FEB177ACC798FAC9806C3D* L_1306 = L_1305->get_lineInfo_14(); int32_t L_1307 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_lineNumber_212(); NullCheck(L_1306); float L_1308 = ((L_1306)->GetAddressAt(static_cast(L_1307)))->get_marginRight_17(); V_138 = L_1308; } IL_2bc6: { // float textHeight = m_maxTextAscender - (m_maxLineDescender - m_lineOffset) + (m_lineOffset > 0 && m_IsDrivenLineSpacing == false ? m_maxLineAscender - m_startOfLineAscender : 0); float L_1309 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_maxTextAscender_216(); float L_1310 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_maxLineDescender_221(); float L_1311 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_lineOffset_224(); float L_1312 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_lineOffset_224(); G_B361_0 = ((float)il2cpp_codegen_subtract((float)L_1309, (float)((float)il2cpp_codegen_subtract((float)L_1310, (float)L_1311)))); if ((!(((float)L_1312) > ((float)(0.0f))))) { G_B362_0 = ((float)il2cpp_codegen_subtract((float)L_1309, (float)((float)il2cpp_codegen_subtract((float)L_1310, (float)L_1311)))); goto IL_2bef; } } { bool L_1313 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_IsDrivenLineSpacing_105(); G_B362_0 = G_B361_0; if (!L_1313) { G_B363_0 = G_B361_0; goto IL_2bf6; } } IL_2bef: { G_B364_0 = (0.0f); G_B364_1 = G_B362_0; goto IL_2c03; } IL_2bf6: { float L_1314 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_maxLineAscender_220(); float L_1315 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_startOfLineAscender_222(); G_B364_0 = ((float)il2cpp_codegen_subtract((float)L_1314, (float)L_1315)); G_B364_1 = G_B363_0; } IL_2c03: { V_139 = ((float)il2cpp_codegen_add((float)G_B364_1, (float)G_B364_0)); // float textWidth = Mathf.Abs(m_xAdvance) + (!m_isRightToLeft ? m_Ellipsis.character.m_Glyph.metrics.horizontalAdvance : 0) * (1 - m_charWidthAdjDelta) * scale; float L_1316 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_xAdvance_244(); float L_1317; L_1317 = fabsf(L_1316); bool L_1318 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_isRightToLeft_39(); G_B365_0 = L_1317; if (!L_1318) { G_B366_0 = L_1317; goto IL_2c20; } } { G_B367_0 = (0.0f); G_B367_1 = G_B365_0; goto IL_2c3e; } IL_2c20: { SpecialCharacter_t06A60B3C91ABA764227413C096AE5060D50D844F * L_1319 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_address_of_m_Ellipsis_247(); TMP_Character_tE7A98584C4DDFC9E1A1D883F4A5DE99E5DE7CC0C * L_1320 = L_1319->get_character_0(); NullCheck(L_1320); Glyph_tC58ED6BC718B82A55B7E1A3690A289FFA8EBEFD1 * L_1321 = ((TMP_TextElement_tDF9A55D56A0B44EA4EA36DEDF942AEB6369AF832 *)L_1320)->get_m_Glyph_3(); NullCheck(L_1321); GlyphMetrics_t46B609AF0FC41272561342E8B5AEF35E4E1B537B L_1322; L_1322 = Glyph_get_metrics_m395A93D5BD1B7859DD95B17386DAA033D2F865B0(L_1321, /*hidden argument*/NULL); V_95 = L_1322; float L_1323; L_1323 = GlyphMetrics_get_horizontalAdvance_mB204F2676223D5BEF5FEFF8969B159B39F1A617A((GlyphMetrics_t46B609AF0FC41272561342E8B5AEF35E4E1B537B *)(&V_95), /*hidden argument*/NULL); G_B367_0 = L_1323; G_B367_1 = G_B366_0; } IL_2c3e: { float L_1324 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_charWidthAdjDelta_109(); float L_1325 = V_136; // float widthOfTextAreaForEllipsis = m_width != -1 ? Mathf.Min(marginWidth + 0.0001f - marginLeft - marginRight, m_width) : marginWidth + 0.0001f - marginLeft - marginRight; float L_1326 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_width_151(); G_B368_0 = ((float)il2cpp_codegen_add((float)G_B367_1, (float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_multiply((float)G_B367_0, (float)((float)il2cpp_codegen_subtract((float)(1.0f), (float)L_1324)))), (float)L_1325)))); if ((!(((float)L_1326) == ((float)(-1.0f))))) { G_B369_0 = ((float)il2cpp_codegen_add((float)G_B367_1, (float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_multiply((float)G_B367_0, (float)((float)il2cpp_codegen_subtract((float)(1.0f), (float)L_1324)))), (float)L_1325)))); goto IL_2c6c; } } { float L_1327 = V_23; float L_1328 = V_137; float L_1329 = V_138; G_B370_0 = ((float)il2cpp_codegen_subtract((float)((float)il2cpp_codegen_subtract((float)((float)il2cpp_codegen_add((float)L_1327, (float)(9.99999975E-05f))), (float)L_1328)), (float)L_1329)); G_B370_1 = G_B368_0; goto IL_2c85; } IL_2c6c: { float L_1330 = V_23; float L_1331 = V_137; float L_1332 = V_138; float L_1333 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_width_151(); float L_1334; L_1334 = Mathf_Min_mD28BD5C9012619B74E475F204F96603193E99B14(((float)il2cpp_codegen_subtract((float)((float)il2cpp_codegen_subtract((float)((float)il2cpp_codegen_add((float)L_1330, (float)(9.99999975E-05f))), (float)L_1331)), (float)L_1332)), L_1333, /*hidden argument*/NULL); G_B370_0 = L_1334; G_B370_1 = G_B369_0; } IL_2c85: { V_140 = G_B370_0; // if (textWidth < widthOfTextAreaForEllipsis * (isJustifiedOrFlush ? 1.05f : 1.0f) && textHeight < marginHeight + 0.0001f) float L_1335 = V_140; bool L_1336 = V_87; G_B371_0 = L_1335; G_B371_1 = G_B370_1; if (L_1336) { G_B372_0 = L_1335; G_B372_1 = G_B370_1; goto IL_2c94; } } { G_B373_0 = (1.0f); G_B373_1 = G_B371_0; G_B373_2 = G_B371_1; goto IL_2c99; } IL_2c94: { G_B373_0 = (1.04999995f); G_B373_1 = G_B372_0; G_B373_2 = G_B372_1; } IL_2c99: { if ((!(((float)G_B373_2) < ((float)((float)il2cpp_codegen_multiply((float)G_B373_1, (float)G_B373_0)))))) { goto IL_2cca; } } { float L_1337 = V_139; float L_1338 = V_24; if ((!(((float)L_1337) < ((float)((float)il2cpp_codegen_add((float)L_1338, (float)(9.99999975E-05f))))))) { goto IL_2cca; } } { // SaveWordWrappingState(ref m_SavedEllipsisState, i, m_characterCount); IL2CPP_RUNTIME_CLASS_INIT(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262_il2cpp_TypeInfo_var); int32_t L_1339 = V_64; int32_t L_1340 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_characterCount_207(); TMP_Text_SaveWordWrappingState_m030FF90502AAD68AFC0ACEBE3843ECB51DCFD9BC(__this, (WordWrapState_t15805FC5C080AC77203F872695E3B951F460DE99 *)(((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262_StaticFields*)il2cpp_codegen_static_fields_for(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262_il2cpp_TypeInfo_var))->get_address_of_m_SavedEllipsisState_203()), L_1339, L_1340, /*hidden argument*/NULL); // m_EllipsisInsertionCandidateStack.Push(m_SavedEllipsisState); WordWrapState_t15805FC5C080AC77203F872695E3B951F460DE99 L_1341 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262_StaticFields*)il2cpp_codegen_static_fields_for(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262_il2cpp_TypeInfo_var))->get_m_SavedEllipsisState_203(); TMP_TextProcessingStack_1_Push_m4BFE2DC592048CEE579378EAA522E0DCDE9E533D((TMP_TextProcessingStack_1_t09C36897DBFF463BB173E0ED3612A8D49A8EE2D7 *)(((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262_StaticFields*)il2cpp_codegen_static_fields_for(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262_il2cpp_TypeInfo_var))->get_address_of_m_EllipsisInsertionCandidateStack_206()), L_1341, /*hidden argument*/TMP_TextProcessingStack_1_Push_m4BFE2DC592048CEE579378EAA522E0DCDE9E533D_RuntimeMethod_var); } IL_2cca: { // m_textInfo.characterInfo[m_characterCount].lineNumber = m_lineNumber; TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_1342 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_textInfo_152(); NullCheck(L_1342); TMP_CharacterInfoU5BU5D_t7128C1B46CF6AB1374135FA31D41ABF23882B970* L_1343 = L_1342->get_characterInfo_11(); int32_t L_1344 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_characterCount_207(); NullCheck(L_1343); int32_t L_1345 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_lineNumber_212(); ((L_1343)->GetAddressAt(static_cast(L_1344)))->set_lineNumber_12(L_1345); // m_textInfo.characterInfo[m_characterCount].pageNumber = m_pageNumber; TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_1346 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_textInfo_152(); NullCheck(L_1346); TMP_CharacterInfoU5BU5D_t7128C1B46CF6AB1374135FA31D41ABF23882B970* L_1347 = L_1346->get_characterInfo_11(); int32_t L_1348 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_characterCount_207(); NullCheck(L_1347); int32_t L_1349 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_pageNumber_214(); ((L_1347)->GetAddressAt(static_cast(L_1348)))->set_pageNumber_13(L_1349); // if (charCode != 10 && charCode != 11 && charCode != 13 && isInjectingCharacter == false /* && charCode != 8230 */ || m_textInfo.lineInfo[m_lineNumber].characterCount == 1) int32_t L_1350 = V_5; if ((((int32_t)L_1350) == ((int32_t)((int32_t)10)))) { goto IL_2d22; } } { int32_t L_1351 = V_5; if ((((int32_t)L_1351) == ((int32_t)((int32_t)11)))) { goto IL_2d22; } } { int32_t L_1352 = V_5; if ((((int32_t)L_1352) == ((int32_t)((int32_t)13)))) { goto IL_2d22; } } { bool L_1353 = V_67; if (!L_1353) { goto IL_2d40; } } IL_2d22: { TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_1354 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_textInfo_152(); NullCheck(L_1354); TMP_LineInfoU5BU5D_t2B188FB1B6C36641B7FEB177ACC798FAC9806C3D* L_1355 = L_1354->get_lineInfo_14(); int32_t L_1356 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_lineNumber_212(); NullCheck(L_1355); int32_t L_1357 = ((L_1355)->GetAddressAt(static_cast(L_1356)))->get_characterCount_1(); if ((!(((uint32_t)L_1357) == ((uint32_t)1)))) { goto IL_2d61; } } IL_2d40: { // m_textInfo.lineInfo[m_lineNumber].alignment = m_lineJustification; TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_1358 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_textInfo_152(); NullCheck(L_1358); TMP_LineInfoU5BU5D_t2B188FB1B6C36641B7FEB177ACC798FAC9806C3D* L_1359 = L_1358->get_lineInfo_14(); int32_t L_1360 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_lineNumber_212(); NullCheck(L_1359); int32_t L_1361 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_lineJustification_95(); ((L_1359)->GetAddressAt(static_cast(L_1360)))->set_alignment_18(L_1361); } IL_2d61: { // if (charCode == 9) int32_t L_1362 = V_5; if ((!(((uint32_t)L_1362) == ((uint32_t)((int32_t)9))))) { goto IL_2dbd; } } { // float tabSize = m_currentFontAsset.m_FaceInfo.tabWidth * m_currentFontAsset.tabSize * currentElementScale; TMP_FontAsset_tDD8F58129CF4A9094C82DD209531E9E71F9837B2 * L_1363 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_currentFontAsset_41(); NullCheck(L_1363); FaceInfo_t3A29F58B4C0435D2D76E3474E2B9D03F8A20C979 * L_1364 = L_1363->get_address_of_m_FaceInfo_12(); float L_1365; L_1365 = FaceInfo_get_tabWidth_mFBE94B2FBBB301B0FC1011D49A96032A0EE1A588((FaceInfo_t3A29F58B4C0435D2D76E3474E2B9D03F8A20C979 *)L_1364, /*hidden argument*/NULL); TMP_FontAsset_tDD8F58129CF4A9094C82DD209531E9E71F9837B2 * L_1366 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_currentFontAsset_41(); NullCheck(L_1366); uint8_t L_1367 = L_1366->get_tabSize_43(); float L_1368 = V_2; V_141 = ((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_multiply((float)L_1365, (float)((float)((float)L_1367)))), (float)L_1368)); // float tabs = Mathf.Ceil(m_xAdvance / tabSize) * tabSize; float L_1369 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_xAdvance_244(); float L_1370 = V_141; float L_1371; L_1371 = ceilf(((float)((float)L_1369/(float)L_1370))); float L_1372 = V_141; V_142 = ((float)il2cpp_codegen_multiply((float)L_1371, (float)L_1372)); // m_xAdvance = tabs > m_xAdvance ? tabs : m_xAdvance + tabSize; float L_1373 = V_142; float L_1374 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_xAdvance_244(); G_B384_0 = __this; if ((((float)L_1373) > ((float)L_1374))) { G_B385_0 = __this; goto IL_2db1; } } { float L_1375 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_xAdvance_244(); float L_1376 = V_141; G_B386_0 = ((float)il2cpp_codegen_add((float)L_1375, (float)L_1376)); G_B386_1 = G_B384_0; goto IL_2db3; } IL_2db1: { float L_1377 = V_142; G_B386_0 = L_1377; G_B386_1 = G_B385_0; } IL_2db3: { NullCheck(G_B386_1); ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)G_B386_1)->set_m_xAdvance_244(G_B386_0); // } goto IL_2f2b; } IL_2dbd: { // else if (m_monoSpacing != 0) float L_1378 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_monoSpacing_100(); if ((((float)L_1378) == ((float)(0.0f)))) { goto IL_2e2f; } } { // m_xAdvance += (m_monoSpacing - monoAdvance + ((m_currentFontAsset.normalSpacingOffset + characterSpacingAdjustment) * currentEmScale) + m_cSpacing) * (1 - m_charWidthAdjDelta); float L_1379 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_xAdvance_244(); float L_1380 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_monoSpacing_100(); float L_1381 = V_77; TMP_FontAsset_tDD8F58129CF4A9094C82DD209531E9E71F9837B2 * L_1382 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_currentFontAsset_41(); NullCheck(L_1382); float L_1383 = L_1382->get_normalSpacingOffset_39(); float L_1384 = V_76; float L_1385 = V_3; float L_1386 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_cSpacing_99(); float L_1387 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_charWidthAdjDelta_109(); ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->set_m_xAdvance_244(((float)il2cpp_codegen_add((float)L_1379, (float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_subtract((float)L_1380, (float)L_1381)), (float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_add((float)L_1383, (float)L_1384)), (float)L_1385)))), (float)L_1386)), (float)((float)il2cpp_codegen_subtract((float)(1.0f), (float)L_1387))))))); // if (isWhiteSpace || charCode == 0x200B) bool L_1388 = V_74; if (L_1388) { goto IL_2e15; } } { int32_t L_1389 = V_5; if ((!(((uint32_t)L_1389) == ((uint32_t)((int32_t)8203))))) { goto IL_2f2b; } } IL_2e15: { // m_xAdvance += m_wordSpacing * currentEmScale; float L_1390 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_xAdvance_244(); float L_1391 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_wordSpacing_101(); float L_1392 = V_3; ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->set_m_xAdvance_244(((float)il2cpp_codegen_add((float)L_1390, (float)((float)il2cpp_codegen_multiply((float)L_1391, (float)L_1392))))); // } goto IL_2f2b; } IL_2e2f: { // else if (m_isRightToLeft) bool L_1393 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_isRightToLeft_39(); if (!L_1393) { goto IL_2e9f; } } { // m_xAdvance -= ((glyphAdjustments.m_XAdvance * currentElementScale + (m_currentFontAsset.normalSpacingOffset + characterSpacingAdjustment + boldSpacingAdjustment) * currentEmScale + m_cSpacing) * (1 - m_charWidthAdjDelta)); float L_1394 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_xAdvance_244(); TMP_GlyphValueRecord_tEF00CF591899C9C5D8028D3F6C55FD7B67DFE9D2 L_1395 = V_75; float L_1396 = L_1395.get_m_XAdvance_2(); float L_1397 = V_2; TMP_FontAsset_tDD8F58129CF4A9094C82DD209531E9E71F9837B2 * L_1398 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_currentFontAsset_41(); NullCheck(L_1398); float L_1399 = L_1398->get_normalSpacingOffset_39(); float L_1400 = V_76; float L_1401 = V_8; float L_1402 = V_3; float L_1403 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_cSpacing_99(); float L_1404 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_charWidthAdjDelta_109(); ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->set_m_xAdvance_244(((float)il2cpp_codegen_subtract((float)L_1394, (float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_multiply((float)L_1396, (float)L_1397)), (float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_add((float)L_1399, (float)L_1400)), (float)L_1401)), (float)L_1402)))), (float)L_1403)), (float)((float)il2cpp_codegen_subtract((float)(1.0f), (float)L_1404))))))); // if (isWhiteSpace || charCode == 0x200B) bool L_1405 = V_74; if (L_1405) { goto IL_2e85; } } { int32_t L_1406 = V_5; if ((!(((uint32_t)L_1406) == ((uint32_t)((int32_t)8203))))) { goto IL_2f2b; } } IL_2e85: { // m_xAdvance -= m_wordSpacing * currentEmScale; float L_1407 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_xAdvance_244(); float L_1408 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_wordSpacing_101(); float L_1409 = V_3; ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->set_m_xAdvance_244(((float)il2cpp_codegen_subtract((float)L_1407, (float)((float)il2cpp_codegen_multiply((float)L_1408, (float)L_1409))))); // } goto IL_2f2b; } IL_2e9f: { // float scaleFXMultiplier = 1; V_143 = (1.0f); // if (m_isFXMatrixSet) scaleFXMultiplier = m_FXMatrix.lossyScale.x; bool L_1410 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_isFXMatrixSet_196(); if (!L_1410) { goto IL_2ec0; } } { // if (m_isFXMatrixSet) scaleFXMultiplier = m_FXMatrix.lossyScale.x; Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461 * L_1411 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_address_of_m_FXMatrix_195(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_1412; L_1412 = Matrix4x4_get_lossyScale_m540B8C7CAA4F2FFF4B8C1DBED639B49F5EFB81CF((Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461 *)L_1411, /*hidden argument*/NULL); float L_1413 = L_1412.get_x_2(); V_143 = L_1413; } IL_2ec0: { // m_xAdvance += ((currentGlyphMetrics.horizontalAdvance * scaleFXMultiplier + glyphAdjustments.m_XAdvance) * currentElementScale + (m_currentFontAsset.normalSpacingOffset + characterSpacingAdjustment + boldSpacingAdjustment) * currentEmScale + m_cSpacing) * (1 - m_charWidthAdjDelta); float L_1414 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_xAdvance_244(); float L_1415; L_1415 = GlyphMetrics_get_horizontalAdvance_mB204F2676223D5BEF5FEFF8969B159B39F1A617A((GlyphMetrics_t46B609AF0FC41272561342E8B5AEF35E4E1B537B *)(&V_73), /*hidden argument*/NULL); float L_1416 = V_143; TMP_GlyphValueRecord_tEF00CF591899C9C5D8028D3F6C55FD7B67DFE9D2 L_1417 = V_75; float L_1418 = L_1417.get_m_XAdvance_2(); float L_1419 = V_2; TMP_FontAsset_tDD8F58129CF4A9094C82DD209531E9E71F9837B2 * L_1420 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_currentFontAsset_41(); NullCheck(L_1420); float L_1421 = L_1420->get_normalSpacingOffset_39(); float L_1422 = V_76; float L_1423 = V_8; float L_1424 = V_3; float L_1425 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_cSpacing_99(); float L_1426 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_charWidthAdjDelta_109(); ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->set_m_xAdvance_244(((float)il2cpp_codegen_add((float)L_1414, (float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_multiply((float)L_1415, (float)L_1416)), (float)L_1418)), (float)L_1419)), (float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_add((float)L_1421, (float)L_1422)), (float)L_1423)), (float)L_1424)))), (float)L_1425)), (float)((float)il2cpp_codegen_subtract((float)(1.0f), (float)L_1426))))))); // if (isWhiteSpace || charCode == 0x200B) bool L_1427 = V_74; if (L_1427) { goto IL_2f16; } } { int32_t L_1428 = V_5; if ((!(((uint32_t)L_1428) == ((uint32_t)((int32_t)8203))))) { goto IL_2f2b; } } IL_2f16: { // m_xAdvance += m_wordSpacing * currentEmScale; float L_1429 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_xAdvance_244(); float L_1430 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_wordSpacing_101(); float L_1431 = V_3; ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->set_m_xAdvance_244(((float)il2cpp_codegen_add((float)L_1429, (float)((float)il2cpp_codegen_multiply((float)L_1430, (float)L_1431))))); } IL_2f2b: { // m_textInfo.characterInfo[m_characterCount].xAdvance = m_xAdvance; TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_1432 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_textInfo_152(); NullCheck(L_1432); TMP_CharacterInfoU5BU5D_t7128C1B46CF6AB1374135FA31D41ABF23882B970* L_1433 = L_1432->get_characterInfo_11(); int32_t L_1434 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_characterCount_207(); NullCheck(L_1433); float L_1435 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_xAdvance_244(); ((L_1433)->GetAddressAt(static_cast(L_1434)))->set_xAdvance_24(L_1435); // if (charCode == 13) int32_t L_1436 = V_5; if ((!(((uint32_t)L_1436) == ((uint32_t)((int32_t)13))))) { goto IL_2f64; } } { // m_xAdvance = 0 + tag_Indent; float L_1437 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_tag_Indent_191(); ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->set_m_xAdvance_244(((float)il2cpp_codegen_add((float)(0.0f), (float)L_1437))); } IL_2f64: { // if (charCode == 10 || charCode == 11 || charCode == 0x03 || charCode == 0x2028 || charCode == 0x2029 || (charCode == 0x2D && isInjectingCharacter) || m_characterCount == totalCharacterCount - 1) int32_t L_1438 = V_5; if ((((int32_t)L_1438) == ((int32_t)((int32_t)10)))) { goto IL_2fa0; } } { int32_t L_1439 = V_5; if ((((int32_t)L_1439) == ((int32_t)((int32_t)11)))) { goto IL_2fa0; } } { int32_t L_1440 = V_5; if ((((int32_t)L_1440) == ((int32_t)3))) { goto IL_2fa0; } } { int32_t L_1441 = V_5; if ((((int32_t)L_1441) == ((int32_t)((int32_t)8232)))) { goto IL_2fa0; } } { int32_t L_1442 = V_5; if ((((int32_t)L_1442) == ((int32_t)((int32_t)8233)))) { goto IL_2fa0; } } { int32_t L_1443 = V_5; bool L_1444 = V_67; if (((int32_t)((int32_t)((((int32_t)L_1443) == ((int32_t)((int32_t)45)))? 1 : 0)&(int32_t)L_1444))) { goto IL_2fa0; } } { int32_t L_1445 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_characterCount_207(); int32_t L_1446 = V_0; if ((!(((uint32_t)L_1445) == ((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_1446, (int32_t)1)))))) { goto IL_3674; } } IL_2fa0: { // float baselineAdjustmentDelta = m_maxLineAscender - m_startOfLineAscender; float L_1447 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_maxLineAscender_220(); float L_1448 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_startOfLineAscender_222(); V_144 = ((float)il2cpp_codegen_subtract((float)L_1447, (float)L_1448)); // if (m_lineOffset > 0 && Math.Abs(baselineAdjustmentDelta) > 0.01f && m_IsDrivenLineSpacing == false && !m_isNewPage) float L_1449 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_lineOffset_224(); if ((!(((float)L_1449) > ((float)(0.0f))))) { goto IL_3068; } } { float L_1450 = V_144; IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); float L_1451; L_1451 = fabsf(L_1450); if ((!(((float)L_1451) > ((float)(0.00999999978f))))) { goto IL_3068; } } { bool L_1452 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_IsDrivenLineSpacing_105(); if (L_1452) { goto IL_3068; } } { bool L_1453 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_isNewPage_145(); if (L_1453) { goto IL_3068; } } { // AdjustLineOffset(m_firstCharacterOfLine, m_characterCount, baselineAdjustmentDelta); int32_t L_1454 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_firstCharacterOfLine_208(); int32_t L_1455 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_characterCount_207(); float L_1456 = V_144; TMP_Text_AdjustLineOffset_m13C98F40D1F0D9D0EE243E8C8641021B4EB08055(__this, L_1454, L_1455, L_1456, /*hidden argument*/NULL); // m_ElementDescender -= baselineAdjustmentDelta; float L_1457 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_ElementDescender_219(); float L_1458 = V_144; ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->set_m_ElementDescender_219(((float)il2cpp_codegen_subtract((float)L_1457, (float)L_1458))); // m_lineOffset += baselineAdjustmentDelta; float L_1459 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_lineOffset_224(); float L_1460 = V_144; ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->set_m_lineOffset_224(((float)il2cpp_codegen_add((float)L_1459, (float)L_1460))); // if (m_SavedEllipsisState.lineNumber == m_lineNumber) IL2CPP_RUNTIME_CLASS_INIT(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262_il2cpp_TypeInfo_var); int32_t L_1461 = (((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262_StaticFields*)il2cpp_codegen_static_fields_for(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262_il2cpp_TypeInfo_var))->get_address_of_m_SavedEllipsisState_203())->get_lineNumber_9(); int32_t L_1462 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_lineNumber_212(); if ((!(((uint32_t)L_1461) == ((uint32_t)L_1462)))) { goto IL_3068; } } { // m_SavedEllipsisState = m_EllipsisInsertionCandidateStack.Pop(); IL2CPP_RUNTIME_CLASS_INIT(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262_il2cpp_TypeInfo_var); WordWrapState_t15805FC5C080AC77203F872695E3B951F460DE99 L_1463; L_1463 = TMP_TextProcessingStack_1_Pop_m107187E97028777E349EF22C93BA5EFC25621427((TMP_TextProcessingStack_1_t09C36897DBFF463BB173E0ED3612A8D49A8EE2D7 *)(((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262_StaticFields*)il2cpp_codegen_static_fields_for(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262_il2cpp_TypeInfo_var))->get_address_of_m_EllipsisInsertionCandidateStack_206()), /*hidden argument*/TMP_TextProcessingStack_1_Pop_m107187E97028777E349EF22C93BA5EFC25621427_RuntimeMethod_var); ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262_StaticFields*)il2cpp_codegen_static_fields_for(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262_il2cpp_TypeInfo_var))->set_m_SavedEllipsisState_203(L_1463); // m_SavedEllipsisState.startOfLineAscender += baselineAdjustmentDelta; float* L_1464 = (((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262_StaticFields*)il2cpp_codegen_static_fields_for(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262_il2cpp_TypeInfo_var))->get_address_of_m_SavedEllipsisState_203())->get_address_of_startOfLineAscender_13(); float* L_1465 = L_1464; float L_1466 = *((float*)L_1465); float L_1467 = V_144; *((float*)L_1465) = (float)((float)il2cpp_codegen_add((float)L_1466, (float)L_1467)); // m_SavedEllipsisState.lineOffset += baselineAdjustmentDelta; float* L_1468 = (((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262_StaticFields*)il2cpp_codegen_static_fields_for(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262_il2cpp_TypeInfo_var))->get_address_of_m_SavedEllipsisState_203())->get_address_of_lineOffset_30(); float* L_1469 = L_1468; float L_1470 = *((float*)L_1469); float L_1471 = V_144; *((float*)L_1469) = (float)((float)il2cpp_codegen_add((float)L_1470, (float)L_1471)); // m_EllipsisInsertionCandidateStack.Push(m_SavedEllipsisState); WordWrapState_t15805FC5C080AC77203F872695E3B951F460DE99 L_1472 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262_StaticFields*)il2cpp_codegen_static_fields_for(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262_il2cpp_TypeInfo_var))->get_m_SavedEllipsisState_203(); TMP_TextProcessingStack_1_Push_m4BFE2DC592048CEE579378EAA522E0DCDE9E533D((TMP_TextProcessingStack_1_t09C36897DBFF463BB173E0ED3612A8D49A8EE2D7 *)(((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262_StaticFields*)il2cpp_codegen_static_fields_for(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262_il2cpp_TypeInfo_var))->get_address_of_m_EllipsisInsertionCandidateStack_206()), L_1472, /*hidden argument*/TMP_TextProcessingStack_1_Push_m4BFE2DC592048CEE579378EAA522E0DCDE9E533D_RuntimeMethod_var); } IL_3068: { // m_isNewPage = false; ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->set_m_isNewPage_145((bool)0); // float lineAscender = m_maxLineAscender - m_lineOffset; float L_1473 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_maxLineAscender_220(); float L_1474 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_lineOffset_224(); V_145 = ((float)il2cpp_codegen_subtract((float)L_1473, (float)L_1474)); // float lineDescender = m_maxLineDescender - m_lineOffset; float L_1475 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_maxLineDescender_221(); float L_1476 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_lineOffset_224(); V_146 = ((float)il2cpp_codegen_subtract((float)L_1475, (float)L_1476)); // m_ElementDescender = m_ElementDescender < lineDescender ? m_ElementDescender : lineDescender; float L_1477 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_ElementDescender_219(); float L_1478 = V_146; G_B416_0 = __this; if ((((float)L_1477) < ((float)L_1478))) { G_B417_0 = __this; goto IL_309c; } } { float L_1479 = V_146; G_B418_0 = L_1479; G_B418_1 = G_B416_0; goto IL_30a2; } IL_309c: { float L_1480 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_ElementDescender_219(); G_B418_0 = L_1480; G_B418_1 = G_B417_0; } IL_30a2: { NullCheck(G_B418_1); ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)G_B418_1)->set_m_ElementDescender_219(G_B418_0); // if (!isMaxVisibleDescenderSet) bool L_1481 = V_27; if (L_1481) { goto IL_30b3; } } { // maxVisibleDescender = m_ElementDescender; float L_1482 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_ElementDescender_219(); V_26 = L_1482; } IL_30b3: { // if (m_useMaxVisibleDescender && (m_characterCount >= m_maxVisibleCharacters || m_lineNumber >= m_maxVisibleLines)) bool L_1483 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_useMaxVisibleDescender_143(); if (!L_1483) { goto IL_30da; } } { int32_t L_1484 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_characterCount_207(); int32_t L_1485 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_maxVisibleCharacters_140(); if ((((int32_t)L_1484) >= ((int32_t)L_1485))) { goto IL_30d7; } } { int32_t L_1486 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_lineNumber_212(); int32_t L_1487 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_maxVisibleLines_142(); if ((((int32_t)L_1486) < ((int32_t)L_1487))) { goto IL_30da; } } IL_30d7: { // isMaxVisibleDescenderSet = true; V_27 = (bool)1; } IL_30da: { // m_textInfo.lineInfo[m_lineNumber].firstCharacterIndex = m_firstCharacterOfLine; TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_1488 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_textInfo_152(); NullCheck(L_1488); TMP_LineInfoU5BU5D_t2B188FB1B6C36641B7FEB177ACC798FAC9806C3D* L_1489 = L_1488->get_lineInfo_14(); int32_t L_1490 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_lineNumber_212(); NullCheck(L_1489); int32_t L_1491 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_firstCharacterOfLine_208(); ((L_1489)->GetAddressAt(static_cast(L_1490)))->set_firstCharacterIndex_5(L_1491); // m_textInfo.lineInfo[m_lineNumber].firstVisibleCharacterIndex = m_firstVisibleCharacterOfLine = m_firstCharacterOfLine > m_firstVisibleCharacterOfLine ? m_firstCharacterOfLine : m_firstVisibleCharacterOfLine; TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_1492 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_textInfo_152(); NullCheck(L_1492); TMP_LineInfoU5BU5D_t2B188FB1B6C36641B7FEB177ACC798FAC9806C3D* L_1493 = L_1492->get_lineInfo_14(); int32_t L_1494 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_lineNumber_212(); NullCheck(L_1493); int32_t L_1495 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_firstCharacterOfLine_208(); int32_t L_1496 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_firstVisibleCharacterOfLine_209(); G_B425_0 = __this; G_B425_1 = ((L_1493)->GetAddressAt(static_cast(L_1494))); if ((((int32_t)L_1495) > ((int32_t)L_1496))) { G_B426_0 = __this; G_B426_1 = ((L_1493)->GetAddressAt(static_cast(L_1494))); goto IL_3128; } } { int32_t L_1497 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_firstVisibleCharacterOfLine_209(); G_B427_0 = L_1497; G_B427_1 = G_B425_0; G_B427_2 = G_B425_1; goto IL_312e; } IL_3128: { int32_t L_1498 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_firstCharacterOfLine_208(); G_B427_0 = L_1498; G_B427_1 = G_B426_0; G_B427_2 = G_B426_1; } IL_312e: { int32_t L_1499 = G_B427_0; V_63 = L_1499; NullCheck(G_B427_1); ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)G_B427_1)->set_m_firstVisibleCharacterOfLine_209(L_1499); int32_t L_1500 = V_63; G_B427_2->set_firstVisibleCharacterIndex_6(L_1500); // m_textInfo.lineInfo[m_lineNumber].lastCharacterIndex = m_lastCharacterOfLine = m_characterCount; TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_1501 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_textInfo_152(); NullCheck(L_1501); TMP_LineInfoU5BU5D_t2B188FB1B6C36641B7FEB177ACC798FAC9806C3D* L_1502 = L_1501->get_lineInfo_14(); int32_t L_1503 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_lineNumber_212(); NullCheck(L_1502); int32_t L_1504 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_characterCount_207(); int32_t L_1505 = L_1504; V_63 = L_1505; ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->set_m_lastCharacterOfLine_210(L_1505); int32_t L_1506 = V_63; ((L_1502)->GetAddressAt(static_cast(L_1503)))->set_lastCharacterIndex_7(L_1506); // m_textInfo.lineInfo[m_lineNumber].lastVisibleCharacterIndex = m_lastVisibleCharacterOfLine = m_lastVisibleCharacterOfLine < m_firstVisibleCharacterOfLine ? m_firstVisibleCharacterOfLine : m_lastVisibleCharacterOfLine; TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_1507 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_textInfo_152(); NullCheck(L_1507); TMP_LineInfoU5BU5D_t2B188FB1B6C36641B7FEB177ACC798FAC9806C3D* L_1508 = L_1507->get_lineInfo_14(); int32_t L_1509 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_lineNumber_212(); NullCheck(L_1508); int32_t L_1510 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_lastVisibleCharacterOfLine_211(); int32_t L_1511 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_firstVisibleCharacterOfLine_209(); G_B428_0 = __this; G_B428_1 = ((L_1508)->GetAddressAt(static_cast(L_1509))); if ((((int32_t)L_1510) < ((int32_t)L_1511))) { G_B429_0 = __this; G_B429_1 = ((L_1508)->GetAddressAt(static_cast(L_1509))); goto IL_3196; } } { int32_t L_1512 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_lastVisibleCharacterOfLine_211(); G_B430_0 = L_1512; G_B430_1 = G_B428_0; G_B430_2 = G_B428_1; goto IL_319c; } IL_3196: { int32_t L_1513 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_firstVisibleCharacterOfLine_209(); G_B430_0 = L_1513; G_B430_1 = G_B429_0; G_B430_2 = G_B429_1; } IL_319c: { int32_t L_1514 = G_B430_0; V_63 = L_1514; NullCheck(G_B430_1); ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)G_B430_1)->set_m_lastVisibleCharacterOfLine_211(L_1514); int32_t L_1515 = V_63; G_B430_2->set_lastVisibleCharacterIndex_8(L_1515); // m_textInfo.lineInfo[m_lineNumber].characterCount = m_textInfo.lineInfo[m_lineNumber].lastCharacterIndex - m_textInfo.lineInfo[m_lineNumber].firstCharacterIndex + 1; TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_1516 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_textInfo_152(); NullCheck(L_1516); TMP_LineInfoU5BU5D_t2B188FB1B6C36641B7FEB177ACC798FAC9806C3D* L_1517 = L_1516->get_lineInfo_14(); int32_t L_1518 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_lineNumber_212(); NullCheck(L_1517); TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_1519 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_textInfo_152(); NullCheck(L_1519); TMP_LineInfoU5BU5D_t2B188FB1B6C36641B7FEB177ACC798FAC9806C3D* L_1520 = L_1519->get_lineInfo_14(); int32_t L_1521 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_lineNumber_212(); NullCheck(L_1520); int32_t L_1522 = ((L_1520)->GetAddressAt(static_cast(L_1521)))->get_lastCharacterIndex_7(); TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_1523 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_textInfo_152(); NullCheck(L_1523); TMP_LineInfoU5BU5D_t2B188FB1B6C36641B7FEB177ACC798FAC9806C3D* L_1524 = L_1523->get_lineInfo_14(); int32_t L_1525 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_lineNumber_212(); NullCheck(L_1524); int32_t L_1526 = ((L_1524)->GetAddressAt(static_cast(L_1525)))->get_firstCharacterIndex_5(); ((L_1517)->GetAddressAt(static_cast(L_1518)))->set_characterCount_1(((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_1522, (int32_t)L_1526)), (int32_t)1))); // m_textInfo.lineInfo[m_lineNumber].visibleCharacterCount = m_lineVisibleCharacterCount; TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_1527 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_textInfo_152(); NullCheck(L_1527); TMP_LineInfoU5BU5D_t2B188FB1B6C36641B7FEB177ACC798FAC9806C3D* L_1528 = L_1527->get_lineInfo_14(); int32_t L_1529 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_lineNumber_212(); NullCheck(L_1528); int32_t L_1530 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_lineVisibleCharacterCount_213(); ((L_1528)->GetAddressAt(static_cast(L_1529)))->set_visibleCharacterCount_2(L_1530); // m_textInfo.lineInfo[m_lineNumber].lineExtents.min = new Vector2(m_textInfo.characterInfo[m_firstVisibleCharacterOfLine].bottomLeft.x, lineDescender); TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_1531 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_textInfo_152(); NullCheck(L_1531); TMP_LineInfoU5BU5D_t2B188FB1B6C36641B7FEB177ACC798FAC9806C3D* L_1532 = L_1531->get_lineInfo_14(); int32_t L_1533 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_lineNumber_212(); NullCheck(L_1532); Extents_tD663823B610620A001CCCCFF452C10403AF2A0FA * L_1534 = ((L_1532)->GetAddressAt(static_cast(L_1533)))->get_address_of_lineExtents_19(); TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_1535 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_textInfo_152(); NullCheck(L_1535); TMP_CharacterInfoU5BU5D_t7128C1B46CF6AB1374135FA31D41ABF23882B970* L_1536 = L_1535->get_characterInfo_11(); int32_t L_1537 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_firstVisibleCharacterOfLine_209(); NullCheck(L_1536); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * L_1538 = ((L_1536)->GetAddressAt(static_cast(L_1537)))->get_address_of_bottomLeft_20(); float L_1539 = L_1538->get_x_2(); float L_1540 = V_146; Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_1541; memset((&L_1541), 0, sizeof(L_1541)); Vector2__ctor_m9F1F2D5EB5D1FF7091BB527AC8A72CBB309D115E_inline((&L_1541), L_1539, L_1540, /*hidden argument*/NULL); L_1534->set_min_2(L_1541); // m_textInfo.lineInfo[m_lineNumber].lineExtents.max = new Vector2(m_textInfo.characterInfo[m_lastVisibleCharacterOfLine].topRight.x, lineAscender); TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_1542 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_textInfo_152(); NullCheck(L_1542); TMP_LineInfoU5BU5D_t2B188FB1B6C36641B7FEB177ACC798FAC9806C3D* L_1543 = L_1542->get_lineInfo_14(); int32_t L_1544 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_lineNumber_212(); NullCheck(L_1543); Extents_tD663823B610620A001CCCCFF452C10403AF2A0FA * L_1545 = ((L_1543)->GetAddressAt(static_cast(L_1544)))->get_address_of_lineExtents_19(); TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_1546 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_textInfo_152(); NullCheck(L_1546); TMP_CharacterInfoU5BU5D_t7128C1B46CF6AB1374135FA31D41ABF23882B970* L_1547 = L_1546->get_characterInfo_11(); int32_t L_1548 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_lastVisibleCharacterOfLine_211(); NullCheck(L_1547); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * L_1549 = ((L_1547)->GetAddressAt(static_cast(L_1548)))->get_address_of_topRight_21(); float L_1550 = L_1549->get_x_2(); float L_1551 = V_145; Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_1552; memset((&L_1552), 0, sizeof(L_1552)); Vector2__ctor_m9F1F2D5EB5D1FF7091BB527AC8A72CBB309D115E_inline((&L_1552), L_1550, L_1551, /*hidden argument*/NULL); L_1545->set_max_3(L_1552); // m_textInfo.lineInfo[m_lineNumber].length = m_textInfo.lineInfo[m_lineNumber].lineExtents.max.x - (padding * currentElementScale); TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_1553 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_textInfo_152(); NullCheck(L_1553); TMP_LineInfoU5BU5D_t2B188FB1B6C36641B7FEB177ACC798FAC9806C3D* L_1554 = L_1553->get_lineInfo_14(); int32_t L_1555 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_lineNumber_212(); NullCheck(L_1554); TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_1556 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_textInfo_152(); NullCheck(L_1556); TMP_LineInfoU5BU5D_t2B188FB1B6C36641B7FEB177ACC798FAC9806C3D* L_1557 = L_1556->get_lineInfo_14(); int32_t L_1558 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_lineNumber_212(); NullCheck(L_1557); Extents_tD663823B610620A001CCCCFF452C10403AF2A0FA * L_1559 = ((L_1557)->GetAddressAt(static_cast(L_1558)))->get_address_of_lineExtents_19(); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * L_1560 = L_1559->get_address_of_max_3(); float L_1561 = L_1560->get_x_0(); float L_1562 = V_6; float L_1563 = V_2; ((L_1554)->GetAddressAt(static_cast(L_1555)))->set_length_9(((float)il2cpp_codegen_subtract((float)L_1561, (float)((float)il2cpp_codegen_multiply((float)L_1562, (float)L_1563))))); // m_textInfo.lineInfo[m_lineNumber].width = widthOfTextArea; TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_1564 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_textInfo_152(); NullCheck(L_1564); TMP_LineInfoU5BU5D_t2B188FB1B6C36641B7FEB177ACC798FAC9806C3D* L_1565 = L_1564->get_lineInfo_14(); int32_t L_1566 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_lineNumber_212(); NullCheck(L_1565); float L_1567 = V_25; ((L_1565)->GetAddressAt(static_cast(L_1566)))->set_width_15(L_1567); // if (m_textInfo.lineInfo[m_lineNumber].characterCount == 1) TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_1568 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_textInfo_152(); NullCheck(L_1568); TMP_LineInfoU5BU5D_t2B188FB1B6C36641B7FEB177ACC798FAC9806C3D* L_1569 = L_1568->get_lineInfo_14(); int32_t L_1570 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_lineNumber_212(); NullCheck(L_1569); int32_t L_1571 = ((L_1569)->GetAddressAt(static_cast(L_1570)))->get_characterCount_1(); if ((!(((uint32_t)L_1571) == ((uint32_t)1)))) { goto IL_334f; } } { // m_textInfo.lineInfo[m_lineNumber].alignment = m_lineJustification; TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_1572 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_textInfo_152(); NullCheck(L_1572); TMP_LineInfoU5BU5D_t2B188FB1B6C36641B7FEB177ACC798FAC9806C3D* L_1573 = L_1572->get_lineInfo_14(); int32_t L_1574 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_lineNumber_212(); NullCheck(L_1573); int32_t L_1575 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_lineJustification_95(); ((L_1573)->GetAddressAt(static_cast(L_1574)))->set_alignment_18(L_1575); } IL_334f: { // float maxAdvanceOffset = ((m_currentFontAsset.normalSpacingOffset + characterSpacingAdjustment + boldSpacingAdjustment) * currentEmScale - m_cSpacing) * (1 - m_charWidthAdjDelta); TMP_FontAsset_tDD8F58129CF4A9094C82DD209531E9E71F9837B2 * L_1576 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_currentFontAsset_41(); NullCheck(L_1576); float L_1577 = L_1576->get_normalSpacingOffset_39(); float L_1578 = V_76; float L_1579 = V_8; float L_1580 = V_3; float L_1581 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_cSpacing_99(); float L_1582 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_charWidthAdjDelta_109(); V_147 = ((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_subtract((float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_add((float)L_1577, (float)L_1578)), (float)L_1579)), (float)L_1580)), (float)L_1581)), (float)((float)il2cpp_codegen_subtract((float)(1.0f), (float)L_1582)))); // if (m_textInfo.characterInfo[m_lastVisibleCharacterOfLine].isVisible) TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_1583 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_textInfo_152(); NullCheck(L_1583); TMP_CharacterInfoU5BU5D_t7128C1B46CF6AB1374135FA31D41ABF23882B970* L_1584 = L_1583->get_characterInfo_11(); int32_t L_1585 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_lastVisibleCharacterOfLine_211(); NullCheck(L_1584); bool L_1586 = ((L_1584)->GetAddressAt(static_cast(L_1585)))->get_isVisible_40(); if (!L_1586) { goto IL_33dd; } } { // m_textInfo.lineInfo[m_lineNumber].maxAdvance = m_textInfo.characterInfo[m_lastVisibleCharacterOfLine].xAdvance + (m_isRightToLeft ? maxAdvanceOffset : - maxAdvanceOffset); TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_1587 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_textInfo_152(); NullCheck(L_1587); TMP_LineInfoU5BU5D_t2B188FB1B6C36641B7FEB177ACC798FAC9806C3D* L_1588 = L_1587->get_lineInfo_14(); int32_t L_1589 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_lineNumber_212(); NullCheck(L_1588); TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_1590 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_textInfo_152(); NullCheck(L_1590); TMP_CharacterInfoU5BU5D_t7128C1B46CF6AB1374135FA31D41ABF23882B970* L_1591 = L_1590->get_characterInfo_11(); int32_t L_1592 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_lastVisibleCharacterOfLine_211(); NullCheck(L_1591); float L_1593 = ((L_1591)->GetAddressAt(static_cast(L_1592)))->get_xAdvance_24(); bool L_1594 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_isRightToLeft_39(); G_B434_0 = L_1593; G_B434_1 = ((L_1588)->GetAddressAt(static_cast(L_1589))); if (L_1594) { G_B435_0 = L_1593; G_B435_1 = ((L_1588)->GetAddressAt(static_cast(L_1589))); goto IL_33d3; } } { float L_1595 = V_147; G_B436_0 = ((-L_1595)); G_B436_1 = G_B434_0; G_B436_2 = G_B434_1; goto IL_33d5; } IL_33d3: { float L_1596 = V_147; G_B436_0 = L_1596; G_B436_1 = G_B435_0; G_B436_2 = G_B435_1; } IL_33d5: { G_B436_2->set_maxAdvance_14(((float)il2cpp_codegen_add((float)G_B436_1, (float)G_B436_0))); goto IL_3423; } IL_33dd: { // m_textInfo.lineInfo[m_lineNumber].maxAdvance = m_textInfo.characterInfo[m_lastCharacterOfLine].xAdvance + (m_isRightToLeft ? maxAdvanceOffset : - maxAdvanceOffset); TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_1597 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_textInfo_152(); NullCheck(L_1597); TMP_LineInfoU5BU5D_t2B188FB1B6C36641B7FEB177ACC798FAC9806C3D* L_1598 = L_1597->get_lineInfo_14(); int32_t L_1599 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_lineNumber_212(); NullCheck(L_1598); TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_1600 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_textInfo_152(); NullCheck(L_1600); TMP_CharacterInfoU5BU5D_t7128C1B46CF6AB1374135FA31D41ABF23882B970* L_1601 = L_1600->get_characterInfo_11(); int32_t L_1602 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_lastCharacterOfLine_210(); NullCheck(L_1601); float L_1603 = ((L_1601)->GetAddressAt(static_cast(L_1602)))->get_xAdvance_24(); bool L_1604 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_isRightToLeft_39(); G_B438_0 = L_1603; G_B438_1 = ((L_1598)->GetAddressAt(static_cast(L_1599))); if (L_1604) { G_B439_0 = L_1603; G_B439_1 = ((L_1598)->GetAddressAt(static_cast(L_1599))); goto IL_341b; } } { float L_1605 = V_147; G_B440_0 = ((-L_1605)); G_B440_1 = G_B438_0; G_B440_2 = G_B438_1; goto IL_341d; } IL_341b: { float L_1606 = V_147; G_B440_0 = L_1606; G_B440_1 = G_B439_0; G_B440_2 = G_B439_1; } IL_341d: { G_B440_2->set_maxAdvance_14(((float)il2cpp_codegen_add((float)G_B440_1, (float)G_B440_0))); } IL_3423: { // m_textInfo.lineInfo[m_lineNumber].baseline = 0 - m_lineOffset; TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_1607 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_textInfo_152(); NullCheck(L_1607); TMP_LineInfoU5BU5D_t2B188FB1B6C36641B7FEB177ACC798FAC9806C3D* L_1608 = L_1607->get_lineInfo_14(); int32_t L_1609 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_lineNumber_212(); NullCheck(L_1608); float L_1610 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_lineOffset_224(); ((L_1608)->GetAddressAt(static_cast(L_1609)))->set_baseline_12(((float)il2cpp_codegen_subtract((float)(0.0f), (float)L_1610))); // m_textInfo.lineInfo[m_lineNumber].ascender = lineAscender; TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_1611 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_textInfo_152(); NullCheck(L_1611); TMP_LineInfoU5BU5D_t2B188FB1B6C36641B7FEB177ACC798FAC9806C3D* L_1612 = L_1611->get_lineInfo_14(); int32_t L_1613 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_lineNumber_212(); NullCheck(L_1612); float L_1614 = V_145; ((L_1612)->GetAddressAt(static_cast(L_1613)))->set_ascender_11(L_1614); // m_textInfo.lineInfo[m_lineNumber].descender = lineDescender; TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_1615 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_textInfo_152(); NullCheck(L_1615); TMP_LineInfoU5BU5D_t2B188FB1B6C36641B7FEB177ACC798FAC9806C3D* L_1616 = L_1615->get_lineInfo_14(); int32_t L_1617 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_lineNumber_212(); NullCheck(L_1616); float L_1618 = V_146; ((L_1616)->GetAddressAt(static_cast(L_1617)))->set_descender_13(L_1618); // m_textInfo.lineInfo[m_lineNumber].lineHeight = lineAscender - lineDescender + lineGap * baseScale; TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_1619 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_textInfo_152(); NullCheck(L_1619); TMP_LineInfoU5BU5D_t2B188FB1B6C36641B7FEB177ACC798FAC9806C3D* L_1620 = L_1619->get_lineInfo_14(); int32_t L_1621 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_lineNumber_212(); NullCheck(L_1620); float L_1622 = V_145; float L_1623 = V_146; float L_1624 = V_19; float L_1625 = V_1; ((L_1620)->GetAddressAt(static_cast(L_1621)))->set_lineHeight_10(((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_subtract((float)L_1622, (float)L_1623)), (float)((float)il2cpp_codegen_multiply((float)L_1624, (float)L_1625))))); // if (charCode == 10 || charCode == 11 || charCode == 0x2D || charCode == 0x2028 || charCode == 0x2029) int32_t L_1626 = V_5; if ((((int32_t)L_1626) == ((int32_t)((int32_t)10)))) { goto IL_34d0; } } { int32_t L_1627 = V_5; if ((((int32_t)L_1627) == ((int32_t)((int32_t)11)))) { goto IL_34d0; } } { int32_t L_1628 = V_5; if ((((int32_t)L_1628) == ((int32_t)((int32_t)45)))) { goto IL_34d0; } } { int32_t L_1629 = V_5; if ((((int32_t)L_1629) == ((int32_t)((int32_t)8232)))) { goto IL_34d0; } } { int32_t L_1630 = V_5; if ((!(((uint32_t)L_1630) == ((uint32_t)((int32_t)8233))))) { goto IL_3665; } } IL_34d0: { // SaveWordWrappingState(ref m_SavedLineState, i, m_characterCount); IL2CPP_RUNTIME_CLASS_INIT(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262_il2cpp_TypeInfo_var); int32_t L_1631 = V_64; int32_t L_1632 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_characterCount_207(); TMP_Text_SaveWordWrappingState_m030FF90502AAD68AFC0ACEBE3843ECB51DCFD9BC(__this, (WordWrapState_t15805FC5C080AC77203F872695E3B951F460DE99 *)(((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262_StaticFields*)il2cpp_codegen_static_fields_for(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262_il2cpp_TypeInfo_var))->get_address_of_m_SavedLineState_202()), L_1631, L_1632, /*hidden argument*/NULL); // m_lineNumber += 1; int32_t L_1633 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_lineNumber_212(); ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->set_m_lineNumber_212(((int32_t)il2cpp_codegen_add((int32_t)L_1633, (int32_t)1))); // isStartOfNewLine = true; V_20 = (bool)1; // ignoreNonBreakingSpace = false; V_29 = (bool)0; // isFirstWordOfLine = true; V_28 = (bool)1; // m_firstCharacterOfLine = m_characterCount + 1; int32_t L_1634 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_characterCount_207(); ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->set_m_firstCharacterOfLine_208(((int32_t)il2cpp_codegen_add((int32_t)L_1634, (int32_t)1))); // m_lineVisibleCharacterCount = 0; ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->set_m_lineVisibleCharacterCount_213(0); // if (m_lineNumber >= m_textInfo.lineInfo.Length) int32_t L_1635 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_lineNumber_212(); TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_1636 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_textInfo_152(); NullCheck(L_1636); TMP_LineInfoU5BU5D_t2B188FB1B6C36641B7FEB177ACC798FAC9806C3D* L_1637 = L_1636->get_lineInfo_14(); NullCheck(L_1637); if ((((int32_t)L_1635) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_1637)->max_length)))))) { goto IL_3530; } } { // ResizeLineExtents(m_lineNumber); int32_t L_1638 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_lineNumber_212(); TMP_Text_ResizeLineExtents_mCA2F633CB18C3FB4CDA51183E964829A210A07F4(__this, L_1638, /*hidden argument*/NULL); } IL_3530: { // float lastVisibleAscender = m_textInfo.characterInfo[m_characterCount].adjustedAscender; TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_1639 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_textInfo_152(); NullCheck(L_1639); TMP_CharacterInfoU5BU5D_t7128C1B46CF6AB1374135FA31D41ABF23882B970* L_1640 = L_1639->get_characterInfo_11(); int32_t L_1641 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_characterCount_207(); NullCheck(L_1640); float L_1642 = ((L_1640)->GetAddressAt(static_cast(L_1641)))->get_adjustedAscender_28(); V_148 = L_1642; // if (m_lineHeight == TMP_Math.FLOAT_UNSET) float L_1643 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_lineHeight_104(); if ((!(((float)L_1643) == ((float)(-32767.0f))))) { goto IL_35b5; } } { // float lineOffsetDelta = 0 - m_maxLineDescender + lastVisibleAscender + (lineGap + m_lineSpacingDelta) * baseScale + (m_lineSpacing + (charCode == 10 || charCode == 0x2029 ? m_paragraphSpacing : 0)) * currentEmScale; float L_1644 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_maxLineDescender_221(); float L_1645 = V_148; float L_1646 = V_19; float L_1647 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_lineSpacingDelta_103(); float L_1648 = V_1; float L_1649 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_lineSpacing_102(); int32_t L_1650 = V_5; G_B450_0 = L_1649; G_B450_1 = ((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_subtract((float)(0.0f), (float)L_1644)), (float)L_1645)), (float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_add((float)L_1646, (float)L_1647)), (float)L_1648)))); if ((((int32_t)L_1650) == ((int32_t)((int32_t)10)))) { G_B452_0 = L_1649; G_B452_1 = ((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_subtract((float)(0.0f), (float)L_1644)), (float)L_1645)), (float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_add((float)L_1646, (float)L_1647)), (float)L_1648)))); goto IL_3591; } } { int32_t L_1651 = V_5; G_B451_0 = G_B450_0; G_B451_1 = G_B450_1; if ((((int32_t)L_1651) == ((int32_t)((int32_t)8233)))) { G_B452_0 = G_B450_0; G_B452_1 = G_B450_1; goto IL_3591; } } { G_B453_0 = (0.0f); G_B453_1 = G_B451_0; G_B453_2 = G_B451_1; goto IL_3597; } IL_3591: { float L_1652 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_paragraphSpacing_107(); G_B453_0 = L_1652; G_B453_1 = G_B452_0; G_B453_2 = G_B452_1; } IL_3597: { float L_1653 = V_3; V_149 = ((float)il2cpp_codegen_add((float)G_B453_2, (float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_add((float)G_B453_1, (float)G_B453_0)), (float)L_1653)))); // m_lineOffset += lineOffsetDelta; float L_1654 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_lineOffset_224(); float L_1655 = V_149; ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->set_m_lineOffset_224(((float)il2cpp_codegen_add((float)L_1654, (float)L_1655))); // m_IsDrivenLineSpacing = false; ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->set_m_IsDrivenLineSpacing_105((bool)0); // } goto IL_35f5; } IL_35b5: { // m_lineOffset += m_lineHeight + (m_lineSpacing + (charCode == 10 || charCode == 0x2029 ? m_paragraphSpacing : 0)) * currentEmScale; float L_1656 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_lineOffset_224(); float L_1657 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_lineHeight_104(); float L_1658 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_lineSpacing_102(); int32_t L_1659 = V_5; G_B455_0 = L_1658; G_B455_1 = L_1657; G_B455_2 = L_1656; G_B455_3 = __this; if ((((int32_t)L_1659) == ((int32_t)((int32_t)10)))) { G_B457_0 = L_1658; G_B457_1 = L_1657; G_B457_2 = L_1656; G_B457_3 = __this; goto IL_35de; } } { int32_t L_1660 = V_5; G_B456_0 = G_B455_0; G_B456_1 = G_B455_1; G_B456_2 = G_B455_2; G_B456_3 = G_B455_3; if ((((int32_t)L_1660) == ((int32_t)((int32_t)8233)))) { G_B457_0 = G_B455_0; G_B457_1 = G_B455_1; G_B457_2 = G_B455_2; G_B457_3 = G_B455_3; goto IL_35de; } } { G_B458_0 = (0.0f); G_B458_1 = G_B456_0; G_B458_2 = G_B456_1; G_B458_3 = G_B456_2; G_B458_4 = G_B456_3; goto IL_35e4; } IL_35de: { float L_1661 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_paragraphSpacing_107(); G_B458_0 = L_1661; G_B458_1 = G_B457_0; G_B458_2 = G_B457_1; G_B458_3 = G_B457_2; G_B458_4 = G_B457_3; } IL_35e4: { float L_1662 = V_3; NullCheck(G_B458_4); ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)G_B458_4)->set_m_lineOffset_224(((float)il2cpp_codegen_add((float)G_B458_3, (float)((float)il2cpp_codegen_add((float)G_B458_2, (float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_add((float)G_B458_1, (float)G_B458_0)), (float)L_1662))))))); // m_IsDrivenLineSpacing = true; ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->set_m_IsDrivenLineSpacing_105((bool)1); } IL_35f5: { // m_maxLineAscender = k_LargeNegativeFloat; IL2CPP_RUNTIME_CLASS_INIT(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262_il2cpp_TypeInfo_var); float L_1663 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262_StaticFields*)il2cpp_codegen_static_fields_for(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262_il2cpp_TypeInfo_var))->get_k_LargeNegativeFloat_262(); ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->set_m_maxLineAscender_220(L_1663); // m_maxLineDescender = k_LargePositiveFloat; float L_1664 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262_StaticFields*)il2cpp_codegen_static_fields_for(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262_il2cpp_TypeInfo_var))->get_k_LargePositiveFloat_261(); ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->set_m_maxLineDescender_221(L_1664); // m_startOfLineAscender = lastVisibleAscender; float L_1665 = V_148; ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->set_m_startOfLineAscender_222(L_1665); // m_xAdvance = 0 + tag_LineIndent + tag_Indent; float L_1666 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_tag_LineIndent_190(); float L_1667 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_tag_Indent_191(); ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->set_m_xAdvance_244(((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_add((float)(0.0f), (float)L_1666)), (float)L_1667))); // SaveWordWrappingState(ref m_SavedWordWrapState, i, m_characterCount); int32_t L_1668 = V_64; int32_t L_1669 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_characterCount_207(); TMP_Text_SaveWordWrappingState_m030FF90502AAD68AFC0ACEBE3843ECB51DCFD9BC(__this, (WordWrapState_t15805FC5C080AC77203F872695E3B951F460DE99 *)(((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262_StaticFields*)il2cpp_codegen_static_fields_for(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262_il2cpp_TypeInfo_var))->get_address_of_m_SavedWordWrapState_201()), L_1668, L_1669, /*hidden argument*/NULL); // SaveWordWrappingState(ref m_SavedLastValidState, i, m_characterCount); int32_t L_1670 = V_64; int32_t L_1671 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_characterCount_207(); TMP_Text_SaveWordWrappingState_m030FF90502AAD68AFC0ACEBE3843ECB51DCFD9BC(__this, (WordWrapState_t15805FC5C080AC77203F872695E3B951F460DE99 *)(((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262_StaticFields*)il2cpp_codegen_static_fields_for(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262_il2cpp_TypeInfo_var))->get_address_of_m_SavedLastValidState_204()), L_1670, L_1671, /*hidden argument*/NULL); // m_characterCount += 1; int32_t L_1672 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_characterCount_207(); ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->set_m_characterCount_207(((int32_t)il2cpp_codegen_add((int32_t)L_1672, (int32_t)1))); // continue; goto IL_3bd5; } IL_3665: { // if (charCode == 0x03) int32_t L_1673 = V_5; if ((!(((uint32_t)L_1673) == ((uint32_t)3)))) { goto IL_3674; } } { // i = m_TextProcessingArray.Length; UnicodeCharU5BU5D_tB233FC88865130D0B1EA18DA685C2AF41FB134F7* L_1674 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_TextProcessingArray_197(); NullCheck(L_1674); V_64 = ((int32_t)((int32_t)(((RuntimeArray*)L_1674)->max_length))); } IL_3674: { // if (m_textInfo.characterInfo[m_characterCount].isVisible) TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_1675 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_textInfo_152(); NullCheck(L_1675); TMP_CharacterInfoU5BU5D_t7128C1B46CF6AB1374135FA31D41ABF23882B970* L_1676 = L_1675->get_characterInfo_11(); int32_t L_1677 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_characterCount_207(); NullCheck(L_1676); bool L_1678 = ((L_1676)->GetAddressAt(static_cast(L_1677)))->get_isVisible_40(); if (!L_1678) { goto IL_37a8; } } { // m_meshExtents.min.x = Mathf.Min(m_meshExtents.min.x, m_textInfo.characterInfo[m_characterCount].bottomLeft.x); Extents_tD663823B610620A001CCCCFF452C10403AF2A0FA * L_1679 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_address_of_m_meshExtents_225(); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * L_1680 = L_1679->get_address_of_min_2(); Extents_tD663823B610620A001CCCCFF452C10403AF2A0FA * L_1681 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_address_of_m_meshExtents_225(); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * L_1682 = L_1681->get_address_of_min_2(); float L_1683 = L_1682->get_x_0(); TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_1684 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_textInfo_152(); NullCheck(L_1684); TMP_CharacterInfoU5BU5D_t7128C1B46CF6AB1374135FA31D41ABF23882B970* L_1685 = L_1684->get_characterInfo_11(); int32_t L_1686 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_characterCount_207(); NullCheck(L_1685); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * L_1687 = ((L_1685)->GetAddressAt(static_cast(L_1686)))->get_address_of_bottomLeft_20(); float L_1688 = L_1687->get_x_2(); float L_1689; L_1689 = Mathf_Min_mD28BD5C9012619B74E475F204F96603193E99B14(L_1683, L_1688, /*hidden argument*/NULL); L_1680->set_x_0(L_1689); // m_meshExtents.min.y = Mathf.Min(m_meshExtents.min.y, m_textInfo.characterInfo[m_characterCount].bottomLeft.y); Extents_tD663823B610620A001CCCCFF452C10403AF2A0FA * L_1690 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_address_of_m_meshExtents_225(); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * L_1691 = L_1690->get_address_of_min_2(); Extents_tD663823B610620A001CCCCFF452C10403AF2A0FA * L_1692 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_address_of_m_meshExtents_225(); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * L_1693 = L_1692->get_address_of_min_2(); float L_1694 = L_1693->get_y_1(); TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_1695 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_textInfo_152(); NullCheck(L_1695); TMP_CharacterInfoU5BU5D_t7128C1B46CF6AB1374135FA31D41ABF23882B970* L_1696 = L_1695->get_characterInfo_11(); int32_t L_1697 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_characterCount_207(); NullCheck(L_1696); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * L_1698 = ((L_1696)->GetAddressAt(static_cast(L_1697)))->get_address_of_bottomLeft_20(); float L_1699 = L_1698->get_y_3(); float L_1700; L_1700 = Mathf_Min_mD28BD5C9012619B74E475F204F96603193E99B14(L_1694, L_1699, /*hidden argument*/NULL); L_1691->set_y_1(L_1700); // m_meshExtents.max.x = Mathf.Max(m_meshExtents.max.x, m_textInfo.characterInfo[m_characterCount].topRight.x); Extents_tD663823B610620A001CCCCFF452C10403AF2A0FA * L_1701 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_address_of_m_meshExtents_225(); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * L_1702 = L_1701->get_address_of_max_3(); Extents_tD663823B610620A001CCCCFF452C10403AF2A0FA * L_1703 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_address_of_m_meshExtents_225(); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * L_1704 = L_1703->get_address_of_max_3(); float L_1705 = L_1704->get_x_0(); TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_1706 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_textInfo_152(); NullCheck(L_1706); TMP_CharacterInfoU5BU5D_t7128C1B46CF6AB1374135FA31D41ABF23882B970* L_1707 = L_1706->get_characterInfo_11(); int32_t L_1708 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_characterCount_207(); NullCheck(L_1707); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * L_1709 = ((L_1707)->GetAddressAt(static_cast(L_1708)))->get_address_of_topRight_21(); float L_1710 = L_1709->get_x_2(); float L_1711; L_1711 = Mathf_Max_m4CE510E1F1013B33275F01543731A51A58BA0775(L_1705, L_1710, /*hidden argument*/NULL); L_1702->set_x_0(L_1711); // m_meshExtents.max.y = Mathf.Max(m_meshExtents.max.y, m_textInfo.characterInfo[m_characterCount].topRight.y); Extents_tD663823B610620A001CCCCFF452C10403AF2A0FA * L_1712 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_address_of_m_meshExtents_225(); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * L_1713 = L_1712->get_address_of_max_3(); Extents_tD663823B610620A001CCCCFF452C10403AF2A0FA * L_1714 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_address_of_m_meshExtents_225(); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * L_1715 = L_1714->get_address_of_max_3(); float L_1716 = L_1715->get_y_1(); TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_1717 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_textInfo_152(); NullCheck(L_1717); TMP_CharacterInfoU5BU5D_t7128C1B46CF6AB1374135FA31D41ABF23882B970* L_1718 = L_1717->get_characterInfo_11(); int32_t L_1719 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_characterCount_207(); NullCheck(L_1718); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * L_1720 = ((L_1718)->GetAddressAt(static_cast(L_1719)))->get_address_of_topRight_21(); float L_1721 = L_1720->get_y_3(); float L_1722; L_1722 = Mathf_Max_m4CE510E1F1013B33275F01543731A51A58BA0775(L_1716, L_1721, /*hidden argument*/NULL); L_1713->set_y_1(L_1722); } IL_37a8: { // if (m_overflowMode == TextOverflowModes.Page && charCode != 10 && charCode != 11 && charCode != 13 && charCode != 0x2028 && charCode != 0x2029) // && m_pageNumber < 16) int32_t L_1723 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_overflowMode_115(); if ((!(((uint32_t)L_1723) == ((uint32_t)5)))) { goto IL_3971; } } { int32_t L_1724 = V_5; if ((((int32_t)L_1724) == ((int32_t)((int32_t)10)))) { goto IL_3971; } } { int32_t L_1725 = V_5; if ((((int32_t)L_1725) == ((int32_t)((int32_t)11)))) { goto IL_3971; } } { int32_t L_1726 = V_5; if ((((int32_t)L_1726) == ((int32_t)((int32_t)13)))) { goto IL_3971; } } { int32_t L_1727 = V_5; if ((((int32_t)L_1727) == ((int32_t)((int32_t)8232)))) { goto IL_3971; } } { int32_t L_1728 = V_5; if ((((int32_t)L_1728) == ((int32_t)((int32_t)8233)))) { goto IL_3971; } } { // if (m_pageNumber + 1 > m_textInfo.pageInfo.Length) int32_t L_1729 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_pageNumber_214(); TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_1730 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_textInfo_152(); NullCheck(L_1730); TMP_PageInfoU5BU5D_tD278FD80A76AC5A74DA87B7A5653423E41AC634F* L_1731 = L_1730->get_pageInfo_15(); NullCheck(L_1731); if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1729, (int32_t)1))) <= ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_1731)->max_length)))))) { goto IL_3817; } } { // TMP_TextInfo.Resize(ref m_textInfo.pageInfo, m_pageNumber + 1, true); TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_1732 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_textInfo_152(); NullCheck(L_1732); TMP_PageInfoU5BU5D_tD278FD80A76AC5A74DA87B7A5653423E41AC634F** L_1733 = L_1732->get_address_of_pageInfo_15(); int32_t L_1734 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_pageNumber_214(); IL2CPP_RUNTIME_CLASS_INIT(TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547_il2cpp_TypeInfo_var); TMP_TextInfo_Resize_TisTMP_PageInfo_tB5F02C2AE1421D5984972F28F2ABEE49763D58CC_mA926877D4DE0ECD0B69E1ECC85E2A0EF7DA1420A((TMP_PageInfoU5BU5D_tD278FD80A76AC5A74DA87B7A5653423E41AC634F**)L_1733, ((int32_t)il2cpp_codegen_add((int32_t)L_1734, (int32_t)1)), (bool)1, /*hidden argument*/TMP_TextInfo_Resize_TisTMP_PageInfo_tB5F02C2AE1421D5984972F28F2ABEE49763D58CC_mA926877D4DE0ECD0B69E1ECC85E2A0EF7DA1420A_RuntimeMethod_var); } IL_3817: { // m_textInfo.pageInfo[m_pageNumber].ascender = m_PageAscender; TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_1735 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_textInfo_152(); NullCheck(L_1735); TMP_PageInfoU5BU5D_tD278FD80A76AC5A74DA87B7A5653423E41AC634F* L_1736 = L_1735->get_pageInfo_15(); int32_t L_1737 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_pageNumber_214(); NullCheck(L_1736); float L_1738 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_PageAscender_215(); ((L_1736)->GetAddressAt(static_cast(L_1737)))->set_ascender_2(L_1738); // m_textInfo.pageInfo[m_pageNumber].descender = m_ElementDescender < m_textInfo.pageInfo[m_pageNumber].descender // ? m_ElementDescender // : m_textInfo.pageInfo[m_pageNumber].descender; TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_1739 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_textInfo_152(); NullCheck(L_1739); TMP_PageInfoU5BU5D_tD278FD80A76AC5A74DA87B7A5653423E41AC634F* L_1740 = L_1739->get_pageInfo_15(); int32_t L_1741 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_pageNumber_214(); NullCheck(L_1740); float L_1742 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_ElementDescender_219(); TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_1743 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_textInfo_152(); NullCheck(L_1743); TMP_PageInfoU5BU5D_tD278FD80A76AC5A74DA87B7A5653423E41AC634F* L_1744 = L_1743->get_pageInfo_15(); int32_t L_1745 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_pageNumber_214(); NullCheck(L_1744); float L_1746 = ((L_1744)->GetAddressAt(static_cast(L_1745)))->get_descender_4(); G_B473_0 = ((L_1740)->GetAddressAt(static_cast(L_1741))); if ((((float)L_1742) < ((float)L_1746))) { G_B474_0 = ((L_1740)->GetAddressAt(static_cast(L_1741))); goto IL_388e; } } { TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_1747 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_textInfo_152(); NullCheck(L_1747); TMP_PageInfoU5BU5D_tD278FD80A76AC5A74DA87B7A5653423E41AC634F* L_1748 = L_1747->get_pageInfo_15(); int32_t L_1749 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_pageNumber_214(); NullCheck(L_1748); float L_1750 = ((L_1748)->GetAddressAt(static_cast(L_1749)))->get_descender_4(); G_B475_0 = L_1750; G_B475_1 = G_B473_0; goto IL_3894; } IL_388e: { float L_1751 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_ElementDescender_219(); G_B475_0 = L_1751; G_B475_1 = G_B474_0; } IL_3894: { G_B475_1->set_descender_4(G_B475_0); // if (m_pageNumber == 0 && m_characterCount == 0) int32_t L_1752 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_pageNumber_214(); if (L_1752) { goto IL_38cf; } } { int32_t L_1753 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_characterCount_207(); if (L_1753) { goto IL_38cf; } } { // m_textInfo.pageInfo[m_pageNumber].firstCharacterIndex = m_characterCount; TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_1754 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_textInfo_152(); NullCheck(L_1754); TMP_PageInfoU5BU5D_tD278FD80A76AC5A74DA87B7A5653423E41AC634F* L_1755 = L_1754->get_pageInfo_15(); int32_t L_1756 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_pageNumber_214(); NullCheck(L_1755); int32_t L_1757 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_characterCount_207(); ((L_1755)->GetAddressAt(static_cast(L_1756)))->set_firstCharacterIndex_0(L_1757); goto IL_3971; } IL_38cf: { // else if (m_characterCount > 0 && m_pageNumber != m_textInfo.characterInfo[m_characterCount - 1].pageNumber) int32_t L_1758 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_characterCount_207(); if ((((int32_t)L_1758) <= ((int32_t)0))) { goto IL_3945; } } { int32_t L_1759 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_pageNumber_214(); TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_1760 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_textInfo_152(); NullCheck(L_1760); TMP_CharacterInfoU5BU5D_t7128C1B46CF6AB1374135FA31D41ABF23882B970* L_1761 = L_1760->get_characterInfo_11(); int32_t L_1762 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_characterCount_207(); NullCheck(L_1761); int32_t L_1763 = ((L_1761)->GetAddressAt(static_cast(((int32_t)il2cpp_codegen_subtract((int32_t)L_1762, (int32_t)1)))))->get_pageNumber_13(); if ((((int32_t)L_1759) == ((int32_t)L_1763))) { goto IL_3945; } } { // m_textInfo.pageInfo[m_pageNumber - 1].lastCharacterIndex = m_characterCount - 1; TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_1764 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_textInfo_152(); NullCheck(L_1764); TMP_PageInfoU5BU5D_tD278FD80A76AC5A74DA87B7A5653423E41AC634F* L_1765 = L_1764->get_pageInfo_15(); int32_t L_1766 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_pageNumber_214(); NullCheck(L_1765); int32_t L_1767 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_characterCount_207(); ((L_1765)->GetAddressAt(static_cast(((int32_t)il2cpp_codegen_subtract((int32_t)L_1766, (int32_t)1)))))->set_lastCharacterIndex_1(((int32_t)il2cpp_codegen_subtract((int32_t)L_1767, (int32_t)1))); // m_textInfo.pageInfo[m_pageNumber].firstCharacterIndex = m_characterCount; TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_1768 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_textInfo_152(); NullCheck(L_1768); TMP_PageInfoU5BU5D_tD278FD80A76AC5A74DA87B7A5653423E41AC634F* L_1769 = L_1768->get_pageInfo_15(); int32_t L_1770 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_pageNumber_214(); NullCheck(L_1769); int32_t L_1771 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_characterCount_207(); ((L_1769)->GetAddressAt(static_cast(L_1770)))->set_firstCharacterIndex_0(L_1771); // } goto IL_3971; } IL_3945: { // else if (m_characterCount == totalCharacterCount - 1) int32_t L_1772 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_characterCount_207(); int32_t L_1773 = V_0; if ((!(((uint32_t)L_1772) == ((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_1773, (int32_t)1)))))) { goto IL_3971; } } { // m_textInfo.pageInfo[m_pageNumber].lastCharacterIndex = m_characterCount; TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_1774 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_textInfo_152(); NullCheck(L_1774); TMP_PageInfoU5BU5D_tD278FD80A76AC5A74DA87B7A5653423E41AC634F* L_1775 = L_1774->get_pageInfo_15(); int32_t L_1776 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_pageNumber_214(); NullCheck(L_1775); int32_t L_1777 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_characterCount_207(); ((L_1775)->GetAddressAt(static_cast(L_1776)))->set_lastCharacterIndex_1(L_1777); } IL_3971: { // if (m_enableWordWrapping || m_overflowMode == TextOverflowModes.Truncate || m_overflowMode == TextOverflowModes.Ellipsis || m_overflowMode == TextOverflowModes.Linked) bool L_1778 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_enableWordWrapping_110(); if (L_1778) { goto IL_3997; } } { int32_t L_1779 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_overflowMode_115(); if ((((int32_t)L_1779) == ((int32_t)3))) { goto IL_3997; } } { int32_t L_1780 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_overflowMode_115(); if ((((int32_t)L_1780) == ((int32_t)1))) { goto IL_3997; } } { int32_t L_1781 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_overflowMode_115(); if ((!(((uint32_t)L_1781) == ((uint32_t)6)))) { goto IL_3bb4; } } IL_3997: { // if ((isWhiteSpace || charCode == 0x200B || charCode == 0x2D || charCode == 0xAD) && (!m_isNonBreakingSpace || ignoreNonBreakingSpace) && charCode != 0xA0 && charCode != 0x2007 && charCode != 0x2011 && charCode != 0x202F && charCode != 0x2060) bool L_1782 = V_74; if (L_1782) { goto IL_39b3; } } { int32_t L_1783 = V_5; if ((((int32_t)L_1783) == ((int32_t)((int32_t)8203)))) { goto IL_39b3; } } { int32_t L_1784 = V_5; if ((((int32_t)L_1784) == ((int32_t)((int32_t)45)))) { goto IL_39b3; } } { int32_t L_1785 = V_5; if ((!(((uint32_t)L_1785) == ((uint32_t)((int32_t)173))))) { goto IL_3a14; } } IL_39b3: { bool L_1786 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_isNonBreakingSpace_112(); bool L_1787 = V_29; if (!((int32_t)((int32_t)((((int32_t)L_1786) == ((int32_t)0))? 1 : 0)|(int32_t)L_1787))) { goto IL_3a14; } } { int32_t L_1788 = V_5; if ((((int32_t)L_1788) == ((int32_t)((int32_t)160)))) { goto IL_3a14; } } { int32_t L_1789 = V_5; if ((((int32_t)L_1789) == ((int32_t)((int32_t)8199)))) { goto IL_3a14; } } { int32_t L_1790 = V_5; if ((((int32_t)L_1790) == ((int32_t)((int32_t)8209)))) { goto IL_3a14; } } { int32_t L_1791 = V_5; if ((((int32_t)L_1791) == ((int32_t)((int32_t)8239)))) { goto IL_3a14; } } { int32_t L_1792 = V_5; if ((((int32_t)L_1792) == ((int32_t)((int32_t)8288)))) { goto IL_3a14; } } { // SaveWordWrappingState(ref m_SavedWordWrapState, i, m_characterCount); IL2CPP_RUNTIME_CLASS_INIT(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262_il2cpp_TypeInfo_var); int32_t L_1793 = V_64; int32_t L_1794 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_characterCount_207(); TMP_Text_SaveWordWrappingState_m030FF90502AAD68AFC0ACEBE3843ECB51DCFD9BC(__this, (WordWrapState_t15805FC5C080AC77203F872695E3B951F460DE99 *)(((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262_StaticFields*)il2cpp_codegen_static_fields_for(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262_il2cpp_TypeInfo_var))->get_address_of_m_SavedWordWrapState_201()), L_1793, L_1794, /*hidden argument*/NULL); // isFirstWordOfLine = false; V_28 = (bool)0; // m_SavedSoftLineBreakState.previous_WordBreak = -1; (((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262_StaticFields*)il2cpp_codegen_static_fields_for(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262_il2cpp_TypeInfo_var))->get_address_of_m_SavedSoftLineBreakState_205())->set_previous_WordBreak_0((-1)); // } goto IL_3bb4; } IL_3a14: { // else if (m_isNonBreakingSpace == false && // ((charCode > 0x1100 && charCode < 0x11ff || /* Hangul Jamo * // charCode > 0xA960 && charCode < 0xA97F || /* Hangul Jamo Extended-A * // charCode > 0xAC00 && charCode < 0xD7FF)&& /* Hangul Syllables * // TMP_Settings.useModernHangulLineBreakingRules == false || // // (charCode > 0x2E80 && charCode < 0x9FFF || /* CJK * // charCode > 0xF900 && charCode < 0xFAFF || /* CJK Compatibility Ideographs * // charCode > 0xFE30 && charCode < 0xFE4F || /* CJK Compatibility Forms * // charCode > 0xFF00 && charCode < 0xFFEF))) /* CJK Halfwidth * bool L_1795 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_isNonBreakingSpace_112(); if (L_1795) { goto IL_3b79; } } { int32_t L_1796 = V_5; if ((((int32_t)L_1796) <= ((int32_t)((int32_t)4352)))) { goto IL_3a31; } } { int32_t L_1797 = V_5; if ((((int32_t)L_1797) < ((int32_t)((int32_t)4607)))) { goto IL_3a55; } } IL_3a31: { int32_t L_1798 = V_5; if ((((int32_t)L_1798) <= ((int32_t)((int32_t)43360)))) { goto IL_3a43; } } { int32_t L_1799 = V_5; if ((((int32_t)L_1799) < ((int32_t)((int32_t)43391)))) { goto IL_3a55; } } IL_3a43: { int32_t L_1800 = V_5; if ((((int32_t)L_1800) <= ((int32_t)((int32_t)44032)))) { goto IL_3a5c; } } { int32_t L_1801 = V_5; if ((((int32_t)L_1801) >= ((int32_t)((int32_t)55295)))) { goto IL_3a5c; } } IL_3a55: { bool L_1802; L_1802 = TMP_Settings_get_useModernHangulLineBreakingRules_mB9997EBF86B308B4340CE47D76493737B04CC3E0(/*hidden argument*/NULL); if (!L_1802) { goto IL_3aaa; } } IL_3a5c: { int32_t L_1803 = V_5; if ((((int32_t)L_1803) <= ((int32_t)((int32_t)11904)))) { goto IL_3a6e; } } { int32_t L_1804 = V_5; if ((((int32_t)L_1804) < ((int32_t)((int32_t)40959)))) { goto IL_3aaa; } } IL_3a6e: { int32_t L_1805 = V_5; if ((((int32_t)L_1805) <= ((int32_t)((int32_t)63744)))) { goto IL_3a80; } } { int32_t L_1806 = V_5; if ((((int32_t)L_1806) < ((int32_t)((int32_t)64255)))) { goto IL_3aaa; } } IL_3a80: { int32_t L_1807 = V_5; if ((((int32_t)L_1807) <= ((int32_t)((int32_t)65072)))) { goto IL_3a92; } } { int32_t L_1808 = V_5; if ((((int32_t)L_1808) < ((int32_t)((int32_t)65103)))) { goto IL_3aaa; } } IL_3a92: { int32_t L_1809 = V_5; if ((((int32_t)L_1809) <= ((int32_t)((int32_t)65280)))) { goto IL_3b79; } } { int32_t L_1810 = V_5; if ((((int32_t)L_1810) >= ((int32_t)((int32_t)65519)))) { goto IL_3b79; } } IL_3aaa: { // bool isCurrentLeadingCharacter = TMP_Settings.linebreakingRules.leadingCharacters.ContainsKey(charCode); LineBreakingTable_t5E2CD902456D50AA9B0F9C64BCF16045E86D19F2 * L_1811; L_1811 = TMP_Settings_get_linebreakingRules_m24F618847265F6080D3F3F54FF3886E01F7DC0EF(/*hidden argument*/NULL); NullCheck(L_1811); Dictionary_2_tB8FA8FEFBC38630BF40B59A6B474816F30D29B23 * L_1812 = L_1811->get_leadingCharacters_0(); int32_t L_1813 = V_5; NullCheck(L_1812); bool L_1814; L_1814 = Dictionary_2_ContainsKey_m763BB54F67046603579688541690777BDEDBDD53(L_1812, L_1813, /*hidden argument*/Dictionary_2_ContainsKey_m763BB54F67046603579688541690777BDEDBDD53_RuntimeMethod_var); // bool isNextFollowingCharacter = m_characterCount < totalCharacterCount - 1 && TMP_Settings.linebreakingRules.followingCharacters.ContainsKey(m_textInfo.characterInfo[m_characterCount + 1].character); int32_t L_1815 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_characterCount_207(); int32_t L_1816 = V_0; G_B515_0 = L_1814; if ((((int32_t)L_1815) >= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_1816, (int32_t)1))))) { G_B516_0 = L_1814; goto IL_3af4; } } { LineBreakingTable_t5E2CD902456D50AA9B0F9C64BCF16045E86D19F2 * L_1817; L_1817 = TMP_Settings_get_linebreakingRules_m24F618847265F6080D3F3F54FF3886E01F7DC0EF(/*hidden argument*/NULL); NullCheck(L_1817); Dictionary_2_tB8FA8FEFBC38630BF40B59A6B474816F30D29B23 * L_1818 = L_1817->get_followingCharacters_1(); TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_1819 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_textInfo_152(); NullCheck(L_1819); TMP_CharacterInfoU5BU5D_t7128C1B46CF6AB1374135FA31D41ABF23882B970* L_1820 = L_1819->get_characterInfo_11(); int32_t L_1821 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_characterCount_207(); NullCheck(L_1820); Il2CppChar L_1822 = ((L_1820)->GetAddressAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_1821, (int32_t)1)))))->get_character_0(); NullCheck(L_1818); bool L_1823; L_1823 = Dictionary_2_ContainsKey_m763BB54F67046603579688541690777BDEDBDD53(L_1818, L_1822, /*hidden argument*/Dictionary_2_ContainsKey_m763BB54F67046603579688541690777BDEDBDD53_RuntimeMethod_var); G_B517_0 = ((int32_t)(L_1823)); G_B517_1 = G_B515_0; goto IL_3af5; } IL_3af4: { G_B517_0 = 0; G_B517_1 = G_B516_0; } IL_3af5: { V_150 = (bool)G_B517_0; // if (isCurrentLeadingCharacter == false) if (G_B517_1) { goto IL_3b46; } } { // if (isNextFollowingCharacter == false) bool L_1824 = V_150; if (L_1824) { goto IL_3b13; } } { // SaveWordWrappingState(ref m_SavedWordWrapState, i, m_characterCount); IL2CPP_RUNTIME_CLASS_INIT(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262_il2cpp_TypeInfo_var); int32_t L_1825 = V_64; int32_t L_1826 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_characterCount_207(); TMP_Text_SaveWordWrappingState_m030FF90502AAD68AFC0ACEBE3843ECB51DCFD9BC(__this, (WordWrapState_t15805FC5C080AC77203F872695E3B951F460DE99 *)(((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262_StaticFields*)il2cpp_codegen_static_fields_for(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262_il2cpp_TypeInfo_var))->get_address_of_m_SavedWordWrapState_201()), L_1825, L_1826, /*hidden argument*/NULL); // isFirstWordOfLine = false; V_28 = (bool)0; } IL_3b13: { // if (isFirstWordOfLine) bool L_1827 = V_28; if (!L_1827) { goto IL_3bb4; } } { // if (isWhiteSpace) bool L_1828 = V_74; if (!L_1828) { goto IL_3b31; } } { // SaveWordWrappingState(ref m_SavedSoftLineBreakState, i, m_characterCount); IL2CPP_RUNTIME_CLASS_INIT(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262_il2cpp_TypeInfo_var); int32_t L_1829 = V_64; int32_t L_1830 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_characterCount_207(); TMP_Text_SaveWordWrappingState_m030FF90502AAD68AFC0ACEBE3843ECB51DCFD9BC(__this, (WordWrapState_t15805FC5C080AC77203F872695E3B951F460DE99 *)(((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262_StaticFields*)il2cpp_codegen_static_fields_for(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262_il2cpp_TypeInfo_var))->get_address_of_m_SavedSoftLineBreakState_205()), L_1829, L_1830, /*hidden argument*/NULL); } IL_3b31: { // SaveWordWrappingState(ref m_SavedWordWrapState, i, m_characterCount); IL2CPP_RUNTIME_CLASS_INIT(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262_il2cpp_TypeInfo_var); int32_t L_1831 = V_64; int32_t L_1832 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_characterCount_207(); TMP_Text_SaveWordWrappingState_m030FF90502AAD68AFC0ACEBE3843ECB51DCFD9BC(__this, (WordWrapState_t15805FC5C080AC77203F872695E3B951F460DE99 *)(((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262_StaticFields*)il2cpp_codegen_static_fields_for(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262_il2cpp_TypeInfo_var))->get_address_of_m_SavedWordWrapState_201()), L_1831, L_1832, /*hidden argument*/NULL); // } goto IL_3bb4; } IL_3b46: { // if (isFirstWordOfLine && isFirstCharacterOfLine) bool L_1833 = V_28; bool L_1834 = V_86; if (!((int32_t)((int32_t)L_1833&(int32_t)L_1834))) { goto IL_3bb4; } } { // if (isWhiteSpace) bool L_1835 = V_74; if (!L_1835) { goto IL_3b64; } } { // SaveWordWrappingState(ref m_SavedSoftLineBreakState, i, m_characterCount); IL2CPP_RUNTIME_CLASS_INIT(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262_il2cpp_TypeInfo_var); int32_t L_1836 = V_64; int32_t L_1837 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_characterCount_207(); TMP_Text_SaveWordWrappingState_m030FF90502AAD68AFC0ACEBE3843ECB51DCFD9BC(__this, (WordWrapState_t15805FC5C080AC77203F872695E3B951F460DE99 *)(((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262_StaticFields*)il2cpp_codegen_static_fields_for(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262_il2cpp_TypeInfo_var))->get_address_of_m_SavedSoftLineBreakState_205()), L_1836, L_1837, /*hidden argument*/NULL); } IL_3b64: { // SaveWordWrappingState(ref m_SavedWordWrapState, i, m_characterCount); IL2CPP_RUNTIME_CLASS_INIT(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262_il2cpp_TypeInfo_var); int32_t L_1838 = V_64; int32_t L_1839 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_characterCount_207(); TMP_Text_SaveWordWrappingState_m030FF90502AAD68AFC0ACEBE3843ECB51DCFD9BC(__this, (WordWrapState_t15805FC5C080AC77203F872695E3B951F460DE99 *)(((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262_StaticFields*)il2cpp_codegen_static_fields_for(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262_il2cpp_TypeInfo_var))->get_address_of_m_SavedWordWrapState_201()), L_1838, L_1839, /*hidden argument*/NULL); // } goto IL_3bb4; } IL_3b79: { // else if (isFirstWordOfLine) bool L_1840 = V_28; if (!L_1840) { goto IL_3bb4; } } { // if (isWhiteSpace || (charCode == 0xAD && isSoftHyphenIgnored == false)) bool L_1841 = V_74; if (L_1841) { goto IL_3b8e; } } { int32_t L_1842 = V_5; if ((!(((uint32_t)L_1842) == ((uint32_t)((int32_t)173))))) { goto IL_3ba1; } } { bool L_1843 = V_32; if (L_1843) { goto IL_3ba1; } } IL_3b8e: { // SaveWordWrappingState(ref m_SavedSoftLineBreakState, i, m_characterCount); IL2CPP_RUNTIME_CLASS_INIT(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262_il2cpp_TypeInfo_var); int32_t L_1844 = V_64; int32_t L_1845 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_characterCount_207(); TMP_Text_SaveWordWrappingState_m030FF90502AAD68AFC0ACEBE3843ECB51DCFD9BC(__this, (WordWrapState_t15805FC5C080AC77203F872695E3B951F460DE99 *)(((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262_StaticFields*)il2cpp_codegen_static_fields_for(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262_il2cpp_TypeInfo_var))->get_address_of_m_SavedSoftLineBreakState_205()), L_1844, L_1845, /*hidden argument*/NULL); } IL_3ba1: { // SaveWordWrappingState(ref m_SavedWordWrapState, i, m_characterCount); IL2CPP_RUNTIME_CLASS_INIT(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262_il2cpp_TypeInfo_var); int32_t L_1846 = V_64; int32_t L_1847 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_characterCount_207(); TMP_Text_SaveWordWrappingState_m030FF90502AAD68AFC0ACEBE3843ECB51DCFD9BC(__this, (WordWrapState_t15805FC5C080AC77203F872695E3B951F460DE99 *)(((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262_StaticFields*)il2cpp_codegen_static_fields_for(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262_il2cpp_TypeInfo_var))->get_address_of_m_SavedWordWrapState_201()), L_1846, L_1847, /*hidden argument*/NULL); } IL_3bb4: { // SaveWordWrappingState(ref m_SavedLastValidState, i, m_characterCount); IL2CPP_RUNTIME_CLASS_INIT(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262_il2cpp_TypeInfo_var); int32_t L_1848 = V_64; int32_t L_1849 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_characterCount_207(); TMP_Text_SaveWordWrappingState_m030FF90502AAD68AFC0ACEBE3843ECB51DCFD9BC(__this, (WordWrapState_t15805FC5C080AC77203F872695E3B951F460DE99 *)(((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262_StaticFields*)il2cpp_codegen_static_fields_for(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262_il2cpp_TypeInfo_var))->get_address_of_m_SavedLastValidState_204()), L_1848, L_1849, /*hidden argument*/NULL); // m_characterCount += 1; int32_t L_1850 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_characterCount_207(); ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->set_m_characterCount_207(((int32_t)il2cpp_codegen_add((int32_t)L_1850, (int32_t)1))); } IL_3bd5: { // for (int i = 0; i < m_TextProcessingArray.Length && m_TextProcessingArray[i].unicode != 0; i++) int32_t L_1851 = V_64; V_64 = ((int32_t)il2cpp_codegen_add((int32_t)L_1851, (int32_t)1)); } IL_3bdb: { // for (int i = 0; i < m_TextProcessingArray.Length && m_TextProcessingArray[i].unicode != 0; i++) int32_t L_1852 = V_64; UnicodeCharU5BU5D_tB233FC88865130D0B1EA18DA685C2AF41FB134F7* L_1853 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_TextProcessingArray_197(); NullCheck(L_1853); if ((((int32_t)L_1852) >= ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_1853)->max_length)))))) { goto IL_3bfe; } } { UnicodeCharU5BU5D_tB233FC88865130D0B1EA18DA685C2AF41FB134F7* L_1854 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_TextProcessingArray_197(); int32_t L_1855 = V_64; NullCheck(L_1854); int32_t L_1856 = ((L_1854)->GetAddressAt(static_cast(L_1855)))->get_unicode_0(); if (L_1856) { goto IL_05c5; } } IL_3bfe: { // fontSizeDelta = m_maxFontSize - m_minFontSize; float L_1857 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_maxFontSize_81(); float L_1858 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_minFontSize_82(); V_4 = ((float)il2cpp_codegen_subtract((float)L_1857, (float)L_1858)); // if (/* !m_isCharacterWrappingEnabled && */ m_enableAutoSizing && fontSizeDelta > 0.051f && m_fontSize < m_fontSizeMax && m_AutoSizeIterationCount < m_AutoSizeMaxIterationCount) bool L_1859 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_enableAutoSizing_80(); if (!L_1859) { goto IL_3ccb; } } { float L_1860 = V_4; if ((!(((float)L_1860) > ((float)(0.050999999f))))) { goto IL_3ccb; } } { float L_1861 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_fontSize_73(); float L_1862 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_fontSizeMax_87(); if ((!(((float)L_1861) < ((float)L_1862)))) { goto IL_3ccb; } } { int32_t L_1863 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_AutoSizeIterationCount_83(); int32_t L_1864 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_AutoSizeMaxIterationCount_84(); if ((((int32_t)L_1863) >= ((int32_t)L_1864))) { goto IL_3ccb; } } { // if (m_charWidthAdjDelta < m_charWidthMaxAdj / 100) float L_1865 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_charWidthAdjDelta_109(); float L_1866 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_charWidthMaxAdj_108(); if ((!(((float)L_1865) < ((float)((float)((float)L_1866/(float)(100.0f))))))) { goto IL_3c65; } } { // m_charWidthAdjDelta = 0; ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->set_m_charWidthAdjDelta_109((0.0f)); } IL_3c65: { // m_minFontSize = m_fontSize; float L_1867 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_fontSize_73(); ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->set_m_minFontSize_82(L_1867); // float sizeDelta = Mathf.Max((m_maxFontSize - m_fontSize) / 2, 0.05f); float L_1868 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_maxFontSize_81(); float L_1869 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_fontSize_73(); float L_1870; L_1870 = Mathf_Max_m4CE510E1F1013B33275F01543731A51A58BA0775(((float)((float)((float)il2cpp_codegen_subtract((float)L_1868, (float)L_1869))/(float)(2.0f))), (0.0500000007f), /*hidden argument*/NULL); V_151 = L_1870; // m_fontSize += sizeDelta; float L_1871 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_fontSize_73(); float L_1872 = V_151; ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->set_m_fontSize_73(((float)il2cpp_codegen_add((float)L_1871, (float)L_1872))); // m_fontSize = Mathf.Min((int)(m_fontSize * 20 + 0.5f) / 20f, m_fontSizeMax); float L_1873 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_fontSize_73(); float L_1874 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_fontSizeMax_87(); float L_1875; L_1875 = Mathf_Min_mD28BD5C9012619B74E475F204F96603193E99B14(((float)((float)((float)((float)((int32_t)((int32_t)((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_multiply((float)L_1873, (float)(20.0f))), (float)(0.5f)))))))/(float)(20.0f))), L_1874, /*hidden argument*/NULL); ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->set_m_fontSize_73(L_1875); // return; return; } IL_3ccb: { // m_IsAutoSizePointSizeSet = true; ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->set_m_IsAutoSizePointSizeSet_85((bool)1); // if (m_AutoSizeIterationCount >= m_AutoSizeMaxIterationCount) int32_t L_1876 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_AutoSizeIterationCount_83(); int32_t L_1877 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_AutoSizeMaxIterationCount_84(); if ((((int32_t)L_1876) < ((int32_t)L_1877))) { goto IL_3d0a; } } { // Debug.Log("Auto Size Iteration Count: " + m_AutoSizeIterationCount + ". Final Point Size: " + m_fontSize); int32_t* L_1878 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_address_of_m_AutoSizeIterationCount_83(); String_t* L_1879; L_1879 = Int32_ToString_m340C0A14D16799421EFDF8A81C8A16FA76D48411((int32_t*)L_1878, /*hidden argument*/NULL); float* L_1880 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_address_of_m_fontSize_73(); String_t* L_1881; L_1881 = Single_ToString_m80E7ABED4F4D73F2BE19DDB80D3D92FCD8DFA010((float*)L_1880, /*hidden argument*/NULL); String_t* L_1882; L_1882 = String_Concat_m37A5BF26F8F8F1892D60D727303B23FB604FEE78(_stringLiteralFE37C361B118D899F298E7DBBEDF126B8808060D, L_1879, _stringLiteral4D24EAAEA041EAFA17400A5C3BEA644DA7F8067F, L_1881, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); Debug_Log_mC26E5AD0D8D156C7FFD173AA15827F69225E9DB8(L_1882, /*hidden argument*/NULL); } IL_3d0a: { // if (m_characterCount == 0 || (m_characterCount == 1 && charCode == 0x03)) int32_t L_1883 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_characterCount_207(); if (!L_1883) { goto IL_3d20; } } { int32_t L_1884 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_characterCount_207(); if ((!(((uint32_t)L_1884) == ((uint32_t)1)))) { goto IL_3d2e; } } { int32_t L_1885 = V_5; if ((!(((uint32_t)L_1885) == ((uint32_t)3)))) { goto IL_3d2e; } } IL_3d20: { // ClearMesh(true); VirtualActionInvoker1< bool >::Invoke(130 /* System.Void TMPro.TMP_Text::ClearMesh(System.Boolean) */, __this, (bool)1); // TMPro_EventManager.ON_TEXT_CHANGED(this); IL2CPP_RUNTIME_CLASS_INIT(TMPro_EventManager_t8A07AD64AF1C174D621817FEA8D2CF0DA7065AA1_il2cpp_TypeInfo_var); TMPro_EventManager_ON_TEXT_CHANGED_m196F05B2E99B22617705488778FA1474C411C771(__this, /*hidden argument*/NULL); // return; return; } IL_3d2e: { // int last_vert_index = m_materialReferences[m_Underline.materialIndex].referenceCount * 4; IL2CPP_RUNTIME_CLASS_INIT(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262_il2cpp_TypeInfo_var); MaterialReferenceU5BU5D_t06D1C1249B8051EC092684920106F77B6FC203FD* L_1886 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262_StaticFields*)il2cpp_codegen_static_fields_for(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262_il2cpp_TypeInfo_var))->get_m_materialReferences_45(); SpecialCharacter_t06A60B3C91ABA764227413C096AE5060D50D844F * L_1887 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_address_of_m_Underline_248(); int32_t L_1888 = L_1887->get_materialIndex_3(); NullCheck(L_1886); int32_t L_1889 = ((L_1886)->GetAddressAt(static_cast(L_1888)))->get_referenceCount_8(); V_34 = ((int32_t)il2cpp_codegen_multiply((int32_t)L_1889, (int32_t)4)); // m_textInfo.meshInfo[0].Clear(false); TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_1890 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_textInfo_152(); NullCheck(L_1890); TMP_MeshInfoU5BU5D_t6C0A65D18C54B6FA681B2EB0676B83116FD03119* L_1891 = L_1890->get_meshInfo_16(); NullCheck(L_1891); TMP_MeshInfo_Clear_m568A89370129EC78A88E5583164776DD74F7C50E((TMP_MeshInfo_t69FCEF4CBC055C00598478835753D43D94A03176 *)((L_1891)->GetAddressAt(static_cast(0))), (bool)0, /*hidden argument*/NULL); // Vector3 anchorOffset = Vector3.zero; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_1892; L_1892 = Vector3_get_zero_m1A8F7993167785F750B6B01762D22C2597C84EF6(/*hidden argument*/NULL); V_35 = L_1892; // Vector3[] corners = m_RectTransformCorners; // GetTextContainerLocalCorners(); Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4* L_1893 = __this->get_m_RectTransformCorners_280(); V_36 = L_1893; // switch (m_VerticalAlignment) int32_t L_1894 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_VerticalAlignment_93(); V_152 = L_1894; int32_t L_1895 = V_152; if ((((int32_t)L_1895) > ((int32_t)((int32_t)1024)))) { goto IL_3da9; } } { int32_t L_1896 = V_152; if ((((int32_t)L_1896) == ((int32_t)((int32_t)256)))) { goto IL_3dd2; } } { int32_t L_1897 = V_152; if ((((int32_t)L_1897) == ((int32_t)((int32_t)512)))) { goto IL_3e6a; } } { int32_t L_1898 = V_152; if ((((int32_t)L_1898) == ((int32_t)((int32_t)1024)))) { goto IL_3f67; } } { goto IL_411d; } IL_3da9: { int32_t L_1899 = V_152; if ((((int32_t)L_1899) == ((int32_t)((int32_t)2048)))) { goto IL_3ffb; } } { int32_t L_1900 = V_152; if ((((int32_t)L_1900) == ((int32_t)((int32_t)4096)))) { goto IL_4042; } } { int32_t L_1901 = V_152; if ((((int32_t)L_1901) == ((int32_t)((int32_t)8192)))) { goto IL_40be; } } { goto IL_411d; } IL_3dd2: { // if (m_overflowMode != TextOverflowModes.Page) int32_t L_1902 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_overflowMode_115(); if ((((int32_t)L_1902) == ((int32_t)5))) { goto IL_3e1a; } } { // anchorOffset = corners[1] + new Vector3(0 + margins.x, 0 - m_maxTextAscender - margins.y, 0); Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4* L_1903 = V_36; NullCheck(L_1903); int32_t L_1904 = 1; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_1905 = (L_1903)->GetAt(static_cast(L_1904)); Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 L_1906 = V_22; float L_1907 = L_1906.get_x_1(); float L_1908 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_maxTextAscender_216(); Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 L_1909 = V_22; float L_1910 = L_1909.get_y_2(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_1911; memset((&L_1911), 0, sizeof(L_1911)); Vector3__ctor_m57495F692C6CE1CEF278CAD9A98221165D37E636_inline((&L_1911), ((float)il2cpp_codegen_add((float)(0.0f), (float)L_1907)), ((float)il2cpp_codegen_subtract((float)((float)il2cpp_codegen_subtract((float)(0.0f), (float)L_1908)), (float)L_1910)), (0.0f), /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_1912; L_1912 = Vector3_op_Addition_mEE4F672B923CCB184C39AABCA33443DB218E50E0_inline(L_1905, L_1911, /*hidden argument*/NULL); V_35 = L_1912; goto IL_411d; } IL_3e1a: { // anchorOffset = corners[1] + new Vector3(0 + margins.x, 0 - m_textInfo.pageInfo[pageToDisplay].ascender - margins.y, 0); Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4* L_1913 = V_36; NullCheck(L_1913); int32_t L_1914 = 1; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_1915 = (L_1913)->GetAt(static_cast(L_1914)); Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 L_1916 = V_22; float L_1917 = L_1916.get_x_1(); TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_1918 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_textInfo_152(); NullCheck(L_1918); TMP_PageInfoU5BU5D_tD278FD80A76AC5A74DA87B7A5653423E41AC634F* L_1919 = L_1918->get_pageInfo_15(); int32_t L_1920 = V_21; NullCheck(L_1919); float L_1921 = ((L_1919)->GetAddressAt(static_cast(L_1920)))->get_ascender_2(); Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 L_1922 = V_22; float L_1923 = L_1922.get_y_2(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_1924; memset((&L_1924), 0, sizeof(L_1924)); Vector3__ctor_m57495F692C6CE1CEF278CAD9A98221165D37E636_inline((&L_1924), ((float)il2cpp_codegen_add((float)(0.0f), (float)L_1917)), ((float)il2cpp_codegen_subtract((float)((float)il2cpp_codegen_subtract((float)(0.0f), (float)L_1921)), (float)L_1923)), (0.0f), /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_1925; L_1925 = Vector3_op_Addition_mEE4F672B923CCB184C39AABCA33443DB218E50E0_inline(L_1915, L_1924, /*hidden argument*/NULL); V_35 = L_1925; // break; goto IL_411d; } IL_3e6a: { // if (m_overflowMode != TextOverflowModes.Page) int32_t L_1926 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_overflowMode_115(); if ((((int32_t)L_1926) == ((int32_t)5))) { goto IL_3eda; } } { // anchorOffset = (corners[0] + corners[1]) / 2 + new Vector3(0 + margins.x, 0 - (m_maxTextAscender + margins.y + maxVisibleDescender - margins.w) / 2, 0); Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4* L_1927 = V_36; NullCheck(L_1927); int32_t L_1928 = 0; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_1929 = (L_1927)->GetAt(static_cast(L_1928)); Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4* L_1930 = V_36; NullCheck(L_1930); int32_t L_1931 = 1; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_1932 = (L_1930)->GetAt(static_cast(L_1931)); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_1933; L_1933 = Vector3_op_Addition_mEE4F672B923CCB184C39AABCA33443DB218E50E0_inline(L_1929, L_1932, /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_1934; L_1934 = Vector3_op_Division_mE5ACBFB168FED529587457A83BA98B7DB32E2A05_inline(L_1933, (2.0f), /*hidden argument*/NULL); Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 L_1935 = V_22; float L_1936 = L_1935.get_x_1(); float L_1937 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_maxTextAscender_216(); Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 L_1938 = V_22; float L_1939 = L_1938.get_y_2(); float L_1940 = V_26; Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 L_1941 = V_22; float L_1942 = L_1941.get_w_4(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_1943; memset((&L_1943), 0, sizeof(L_1943)); Vector3__ctor_m57495F692C6CE1CEF278CAD9A98221165D37E636_inline((&L_1943), ((float)il2cpp_codegen_add((float)(0.0f), (float)L_1936)), ((float)il2cpp_codegen_subtract((float)(0.0f), (float)((float)((float)((float)il2cpp_codegen_subtract((float)((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_add((float)L_1937, (float)L_1939)), (float)L_1940)), (float)L_1942))/(float)(2.0f))))), (0.0f), /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_1944; L_1944 = Vector3_op_Addition_mEE4F672B923CCB184C39AABCA33443DB218E50E0_inline(L_1934, L_1943, /*hidden argument*/NULL); V_35 = L_1944; goto IL_411d; } IL_3eda: { // anchorOffset = (corners[0] + corners[1]) / 2 + new Vector3(0 + margins.x, 0 - (m_textInfo.pageInfo[pageToDisplay].ascender + margins.y + m_textInfo.pageInfo[pageToDisplay].descender - margins.w) / 2, 0); Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4* L_1945 = V_36; NullCheck(L_1945); int32_t L_1946 = 0; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_1947 = (L_1945)->GetAt(static_cast(L_1946)); Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4* L_1948 = V_36; NullCheck(L_1948); int32_t L_1949 = 1; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_1950 = (L_1948)->GetAt(static_cast(L_1949)); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_1951; L_1951 = Vector3_op_Addition_mEE4F672B923CCB184C39AABCA33443DB218E50E0_inline(L_1947, L_1950, /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_1952; L_1952 = Vector3_op_Division_mE5ACBFB168FED529587457A83BA98B7DB32E2A05_inline(L_1951, (2.0f), /*hidden argument*/NULL); Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 L_1953 = V_22; float L_1954 = L_1953.get_x_1(); TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_1955 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_textInfo_152(); NullCheck(L_1955); TMP_PageInfoU5BU5D_tD278FD80A76AC5A74DA87B7A5653423E41AC634F* L_1956 = L_1955->get_pageInfo_15(); int32_t L_1957 = V_21; NullCheck(L_1956); float L_1958 = ((L_1956)->GetAddressAt(static_cast(L_1957)))->get_ascender_2(); Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 L_1959 = V_22; float L_1960 = L_1959.get_y_2(); TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_1961 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_textInfo_152(); NullCheck(L_1961); TMP_PageInfoU5BU5D_tD278FD80A76AC5A74DA87B7A5653423E41AC634F* L_1962 = L_1961->get_pageInfo_15(); int32_t L_1963 = V_21; NullCheck(L_1962); float L_1964 = ((L_1962)->GetAddressAt(static_cast(L_1963)))->get_descender_4(); Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 L_1965 = V_22; float L_1966 = L_1965.get_w_4(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_1967; memset((&L_1967), 0, sizeof(L_1967)); Vector3__ctor_m57495F692C6CE1CEF278CAD9A98221165D37E636_inline((&L_1967), ((float)il2cpp_codegen_add((float)(0.0f), (float)L_1954)), ((float)il2cpp_codegen_subtract((float)(0.0f), (float)((float)((float)((float)il2cpp_codegen_subtract((float)((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_add((float)L_1958, (float)L_1960)), (float)L_1964)), (float)L_1966))/(float)(2.0f))))), (0.0f), /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_1968; L_1968 = Vector3_op_Addition_mEE4F672B923CCB184C39AABCA33443DB218E50E0_inline(L_1952, L_1967, /*hidden argument*/NULL); V_35 = L_1968; // break; goto IL_411d; } IL_3f67: { // if (m_overflowMode != TextOverflowModes.Page) int32_t L_1969 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_overflowMode_115(); if ((((int32_t)L_1969) == ((int32_t)5))) { goto IL_3fab; } } { // anchorOffset = corners[0] + new Vector3(0 + margins.x, 0 - maxVisibleDescender + margins.w, 0); Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4* L_1970 = V_36; NullCheck(L_1970); int32_t L_1971 = 0; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_1972 = (L_1970)->GetAt(static_cast(L_1971)); Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 L_1973 = V_22; float L_1974 = L_1973.get_x_1(); float L_1975 = V_26; Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 L_1976 = V_22; float L_1977 = L_1976.get_w_4(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_1978; memset((&L_1978), 0, sizeof(L_1978)); Vector3__ctor_m57495F692C6CE1CEF278CAD9A98221165D37E636_inline((&L_1978), ((float)il2cpp_codegen_add((float)(0.0f), (float)L_1974)), ((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_subtract((float)(0.0f), (float)L_1975)), (float)L_1977)), (0.0f), /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_1979; L_1979 = Vector3_op_Addition_mEE4F672B923CCB184C39AABCA33443DB218E50E0_inline(L_1972, L_1978, /*hidden argument*/NULL); V_35 = L_1979; goto IL_411d; } IL_3fab: { // anchorOffset = corners[0] + new Vector3(0 + margins.x, 0 - m_textInfo.pageInfo[pageToDisplay].descender + margins.w, 0); Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4* L_1980 = V_36; NullCheck(L_1980); int32_t L_1981 = 0; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_1982 = (L_1980)->GetAt(static_cast(L_1981)); Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 L_1983 = V_22; float L_1984 = L_1983.get_x_1(); TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_1985 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_textInfo_152(); NullCheck(L_1985); TMP_PageInfoU5BU5D_tD278FD80A76AC5A74DA87B7A5653423E41AC634F* L_1986 = L_1985->get_pageInfo_15(); int32_t L_1987 = V_21; NullCheck(L_1986); float L_1988 = ((L_1986)->GetAddressAt(static_cast(L_1987)))->get_descender_4(); Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 L_1989 = V_22; float L_1990 = L_1989.get_w_4(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_1991; memset((&L_1991), 0, sizeof(L_1991)); Vector3__ctor_m57495F692C6CE1CEF278CAD9A98221165D37E636_inline((&L_1991), ((float)il2cpp_codegen_add((float)(0.0f), (float)L_1984)), ((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_subtract((float)(0.0f), (float)L_1988)), (float)L_1990)), (0.0f), /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_1992; L_1992 = Vector3_op_Addition_mEE4F672B923CCB184C39AABCA33443DB218E50E0_inline(L_1982, L_1991, /*hidden argument*/NULL); V_35 = L_1992; // break; goto IL_411d; } IL_3ffb: { // anchorOffset = (corners[0] + corners[1]) / 2 + new Vector3(0 + margins.x, 0, 0); Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4* L_1993 = V_36; NullCheck(L_1993); int32_t L_1994 = 0; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_1995 = (L_1993)->GetAt(static_cast(L_1994)); Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4* L_1996 = V_36; NullCheck(L_1996); int32_t L_1997 = 1; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_1998 = (L_1996)->GetAt(static_cast(L_1997)); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_1999; L_1999 = Vector3_op_Addition_mEE4F672B923CCB184C39AABCA33443DB218E50E0_inline(L_1995, L_1998, /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_2000; L_2000 = Vector3_op_Division_mE5ACBFB168FED529587457A83BA98B7DB32E2A05_inline(L_1999, (2.0f), /*hidden argument*/NULL); Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 L_2001 = V_22; float L_2002 = L_2001.get_x_1(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_2003; memset((&L_2003), 0, sizeof(L_2003)); Vector3__ctor_m57495F692C6CE1CEF278CAD9A98221165D37E636_inline((&L_2003), ((float)il2cpp_codegen_add((float)(0.0f), (float)L_2002)), (0.0f), (0.0f), /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_2004; L_2004 = Vector3_op_Addition_mEE4F672B923CCB184C39AABCA33443DB218E50E0_inline(L_2000, L_2003, /*hidden argument*/NULL); V_35 = L_2004; // break; goto IL_411d; } IL_4042: { // anchorOffset = (corners[0] + corners[1]) / 2 + new Vector3(0 + margins.x, 0 - (m_meshExtents.max.y + margins.y + m_meshExtents.min.y - margins.w) / 2, 0); Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4* L_2005 = V_36; NullCheck(L_2005); int32_t L_2006 = 0; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_2007 = (L_2005)->GetAt(static_cast(L_2006)); Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4* L_2008 = V_36; NullCheck(L_2008); int32_t L_2009 = 1; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_2010 = (L_2008)->GetAt(static_cast(L_2009)); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_2011; L_2011 = Vector3_op_Addition_mEE4F672B923CCB184C39AABCA33443DB218E50E0_inline(L_2007, L_2010, /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_2012; L_2012 = Vector3_op_Division_mE5ACBFB168FED529587457A83BA98B7DB32E2A05_inline(L_2011, (2.0f), /*hidden argument*/NULL); Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 L_2013 = V_22; float L_2014 = L_2013.get_x_1(); Extents_tD663823B610620A001CCCCFF452C10403AF2A0FA * L_2015 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_address_of_m_meshExtents_225(); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * L_2016 = L_2015->get_address_of_max_3(); float L_2017 = L_2016->get_y_1(); Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 L_2018 = V_22; float L_2019 = L_2018.get_y_2(); Extents_tD663823B610620A001CCCCFF452C10403AF2A0FA * L_2020 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_address_of_m_meshExtents_225(); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * L_2021 = L_2020->get_address_of_min_2(); float L_2022 = L_2021->get_y_1(); Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 L_2023 = V_22; float L_2024 = L_2023.get_w_4(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_2025; memset((&L_2025), 0, sizeof(L_2025)); Vector3__ctor_m57495F692C6CE1CEF278CAD9A98221165D37E636_inline((&L_2025), ((float)il2cpp_codegen_add((float)(0.0f), (float)L_2014)), ((float)il2cpp_codegen_subtract((float)(0.0f), (float)((float)((float)((float)il2cpp_codegen_subtract((float)((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_add((float)L_2017, (float)L_2019)), (float)L_2022)), (float)L_2024))/(float)(2.0f))))), (0.0f), /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_2026; L_2026 = Vector3_op_Addition_mEE4F672B923CCB184C39AABCA33443DB218E50E0_inline(L_2012, L_2025, /*hidden argument*/NULL); V_35 = L_2026; // break; goto IL_411d; } IL_40be: { // anchorOffset = (corners[0] + corners[1]) / 2 + new Vector3(0 + margins.x, 0 - (m_maxCapHeight - margins.y - margins.w) / 2, 0); Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4* L_2027 = V_36; NullCheck(L_2027); int32_t L_2028 = 0; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_2029 = (L_2027)->GetAt(static_cast(L_2028)); Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4* L_2030 = V_36; NullCheck(L_2030); int32_t L_2031 = 1; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_2032 = (L_2030)->GetAt(static_cast(L_2031)); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_2033; L_2033 = Vector3_op_Addition_mEE4F672B923CCB184C39AABCA33443DB218E50E0_inline(L_2029, L_2032, /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_2034; L_2034 = Vector3_op_Division_mE5ACBFB168FED529587457A83BA98B7DB32E2A05_inline(L_2033, (2.0f), /*hidden argument*/NULL); Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 L_2035 = V_22; float L_2036 = L_2035.get_x_1(); float L_2037 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_maxCapHeight_217(); Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 L_2038 = V_22; float L_2039 = L_2038.get_y_2(); Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 L_2040 = V_22; float L_2041 = L_2040.get_w_4(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_2042; memset((&L_2042), 0, sizeof(L_2042)); Vector3__ctor_m57495F692C6CE1CEF278CAD9A98221165D37E636_inline((&L_2042), ((float)il2cpp_codegen_add((float)(0.0f), (float)L_2036)), ((float)il2cpp_codegen_subtract((float)(0.0f), (float)((float)((float)((float)il2cpp_codegen_subtract((float)((float)il2cpp_codegen_subtract((float)L_2037, (float)L_2039)), (float)L_2041))/(float)(2.0f))))), (0.0f), /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_2043; L_2043 = Vector3_op_Addition_mEE4F672B923CCB184C39AABCA33443DB218E50E0_inline(L_2034, L_2042, /*hidden argument*/NULL); V_35 = L_2043; } IL_411d: { // Vector3 justificationOffset = Vector3.zero; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_2044; L_2044 = Vector3_get_zero_m1A8F7993167785F750B6B01762D22C2597C84EF6(/*hidden argument*/NULL); V_37 = L_2044; // Vector3 offset = Vector3.zero; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_2045; L_2045 = Vector3_get_zero_m1A8F7993167785F750B6B01762D22C2597C84EF6(/*hidden argument*/NULL); V_38 = L_2045; // int vert_index_X4 = 0; V_39 = 0; // int sprite_index_X4 = 0; V_40 = 0; // int wordCount = 0; V_41 = 0; // int lineCount = 0; V_42 = 0; // int lastLine = 0; V_43 = 0; // bool isFirstSeperator = false; V_44 = (bool)0; // bool isStartOfWord = false; V_45 = (bool)0; // int wordFirstChar = 0; V_46 = 0; // int wordLastChar = 0; V_47 = 0; // float lossyScale = m_previousLossyScaleY = this.transform.lossyScale.y; Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_2046; L_2046 = TextMeshPro_get_transform_m287771E57F2590075D10DB95E28CB3BFBE2BBC9E(__this, /*hidden argument*/NULL); NullCheck(L_2046); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_2047; L_2047 = Transform_get_lossyScale_m469A16F93F135C1E4D5955C7EBDB893D1892A331(L_2046, /*hidden argument*/NULL); float L_2048 = L_2047.get_y_3(); float L_2049 = L_2048; V_109 = L_2049; __this->set_m_previousLossyScaleY_271(L_2049); float L_2050 = V_109; V_48 = L_2050; // Color32 underlineColor = Color.white; Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 L_2051; L_2051 = Color_get_white_mB21E47D20959C3AEC41AF8BA04F63AC89FAF319E(/*hidden argument*/NULL); Color32_tDB54A78627878A7D2DE42BB028D64306A18E858D L_2052; L_2052 = Color32_op_Implicit_mD17E8145D2D32EF369EFE349C4D32E839F7D7AA4(L_2051, /*hidden argument*/NULL); V_49 = L_2052; // Color32 strikethroughColor = Color.white; Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 L_2053; L_2053 = Color_get_white_mB21E47D20959C3AEC41AF8BA04F63AC89FAF319E(/*hidden argument*/NULL); Color32_tDB54A78627878A7D2DE42BB028D64306A18E858D L_2054; L_2054 = Color32_op_Implicit_mD17E8145D2D32EF369EFE349C4D32E839F7D7AA4(L_2053, /*hidden argument*/NULL); V_50 = L_2054; // HighlightState highlightState = new HighlightState(new Color32(255, 255, 0, 64), TMP_Offset.zero); Color32_tDB54A78627878A7D2DE42BB028D64306A18E858D L_2055; memset((&L_2055), 0, sizeof(L_2055)); Color32__ctor_m9D07EC69256BB7ED2784E543848DE7B8484A5C94((&L_2055), (uint8_t)((int32_t)255), (uint8_t)((int32_t)255), (uint8_t)0, (uint8_t)((int32_t)64), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(TMP_Offset_tFD2420EE03933F6A720EB5B66ED6B4FB67AE2117_il2cpp_TypeInfo_var); TMP_Offset_tFD2420EE03933F6A720EB5B66ED6B4FB67AE2117 L_2056; L_2056 = TMP_Offset_get_zero_mC68A171E4943C6D024FFEECEC478911D7E3623E2_inline(/*hidden argument*/NULL); HighlightState__ctor_m5FB32DE7A9CEAF55D6C4D982DB7AC3A11A3036E7((HighlightState_t52CE27A1187034A1037ABC13A70BAEE4AC3B5759 *)(&V_51), L_2055, L_2056, /*hidden argument*/NULL); // float xScale = 0; V_52 = (0.0f); // float xScaleMax = 0; V_53 = (0.0f); // float underlineStartScale = 0; V_54 = (0.0f); // float underlineEndScale = 0; V_55 = (0.0f); // float underlineMaxScale = 0; V_56 = (0.0f); // float underlineBaseLine = k_LargePositiveFloat; IL2CPP_RUNTIME_CLASS_INIT(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262_il2cpp_TypeInfo_var); float L_2057 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262_StaticFields*)il2cpp_codegen_static_fields_for(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262_il2cpp_TypeInfo_var))->get_k_LargePositiveFloat_261(); V_57 = L_2057; // int lastPage = 0; V_58 = 0; // float strikethroughPointSize = 0; V_59 = (0.0f); // float strikethroughScale = 0; V_60 = (0.0f); // float strikethroughBaseline = 0; V_61 = (0.0f); // TMP_CharacterInfo[] characterInfos = m_textInfo.characterInfo; TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_2058 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_textInfo_152(); NullCheck(L_2058); TMP_CharacterInfoU5BU5D_t7128C1B46CF6AB1374135FA31D41ABF23882B970* L_2059 = L_2058->get_characterInfo_11(); V_62 = L_2059; // for (int i = 0; i < m_characterCount; i++) V_153 = 0; goto IL_6cd0; } IL_41f0: { // TMP_FontAsset currentFontAsset = characterInfos[i].fontAsset; TMP_CharacterInfoU5BU5D_t7128C1B46CF6AB1374135FA31D41ABF23882B970* L_2060 = V_62; int32_t L_2061 = V_153; NullCheck(L_2060); TMP_FontAsset_tDD8F58129CF4A9094C82DD209531E9E71F9837B2 * L_2062 = ((L_2060)->GetAddressAt(static_cast(L_2061)))->get_fontAsset_5(); V_154 = L_2062; // char unicode = characterInfos[i].character; TMP_CharacterInfoU5BU5D_t7128C1B46CF6AB1374135FA31D41ABF23882B970* L_2063 = V_62; int32_t L_2064 = V_153; NullCheck(L_2063); Il2CppChar L_2065 = ((L_2063)->GetAddressAt(static_cast(L_2064)))->get_character_0(); V_155 = L_2065; // int currentLine = characterInfos[i].lineNumber; TMP_CharacterInfoU5BU5D_t7128C1B46CF6AB1374135FA31D41ABF23882B970* L_2066 = V_62; int32_t L_2067 = V_153; NullCheck(L_2066); int32_t L_2068 = ((L_2066)->GetAddressAt(static_cast(L_2067)))->get_lineNumber_12(); V_156 = L_2068; // TMP_LineInfo lineInfo = m_textInfo.lineInfo[currentLine]; TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_2069 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_textInfo_152(); NullCheck(L_2069); TMP_LineInfoU5BU5D_t2B188FB1B6C36641B7FEB177ACC798FAC9806C3D* L_2070 = L_2069->get_lineInfo_14(); int32_t L_2071 = V_156; NullCheck(L_2070); int32_t L_2072 = L_2071; TMP_LineInfo_tB86D3A31D61EB73EEFB08F6B1AB5C60DE52981F7 L_2073 = (L_2070)->GetAt(static_cast(L_2072)); V_157 = L_2073; // lineCount = currentLine + 1; int32_t L_2074 = V_156; V_42 = ((int32_t)il2cpp_codegen_add((int32_t)L_2074, (int32_t)1)); // HorizontalAlignmentOptions lineAlignment = lineInfo.alignment; TMP_LineInfo_tB86D3A31D61EB73EEFB08F6B1AB5C60DE52981F7 L_2075 = V_157; int32_t L_2076 = L_2075.get_alignment_18(); V_158 = L_2076; int32_t L_2077 = V_158; if ((((int32_t)L_2077) > ((int32_t)8))) { goto IL_426e; } } { int32_t L_2078 = V_158; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_2078, (int32_t)1))) { case 0: { goto IL_4285; } case 1: { goto IL_42d3; } case 2: { goto IL_464b; } case 3: { goto IL_4361; } } } { int32_t L_2079 = V_158; if ((((int32_t)L_2079) == ((int32_t)8))) { goto IL_43bb; } } { goto IL_464b; } IL_426e: { int32_t L_2080 = V_158; if ((((int32_t)L_2080) == ((int32_t)((int32_t)16)))) { goto IL_43bb; } } { int32_t L_2081 = V_158; if ((((int32_t)L_2081) == ((int32_t)((int32_t)32)))) { goto IL_430c; } } { goto IL_464b; } IL_4285: { // if (!m_isRightToLeft) bool L_2082 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_isRightToLeft_39(); if (L_2082) { goto IL_42b0; } } { // justificationOffset = new Vector3(0 + lineInfo.marginLeft, 0, 0); TMP_LineInfo_tB86D3A31D61EB73EEFB08F6B1AB5C60DE52981F7 L_2083 = V_157; float L_2084 = L_2083.get_marginLeft_16(); Vector3__ctor_m57495F692C6CE1CEF278CAD9A98221165D37E636_inline((Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E *)(&V_37), ((float)il2cpp_codegen_add((float)(0.0f), (float)L_2084)), (0.0f), (0.0f), /*hidden argument*/NULL); goto IL_464b; } IL_42b0: { // justificationOffset = new Vector3(0 - lineInfo.maxAdvance, 0, 0); TMP_LineInfo_tB86D3A31D61EB73EEFB08F6B1AB5C60DE52981F7 L_2085 = V_157; float L_2086 = L_2085.get_maxAdvance_14(); Vector3__ctor_m57495F692C6CE1CEF278CAD9A98221165D37E636_inline((Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E *)(&V_37), ((float)il2cpp_codegen_subtract((float)(0.0f), (float)L_2086)), (0.0f), (0.0f), /*hidden argument*/NULL); // break; goto IL_464b; } IL_42d3: { // justificationOffset = new Vector3(lineInfo.marginLeft + lineInfo.width / 2 - lineInfo.maxAdvance / 2, 0, 0); TMP_LineInfo_tB86D3A31D61EB73EEFB08F6B1AB5C60DE52981F7 L_2087 = V_157; float L_2088 = L_2087.get_marginLeft_16(); TMP_LineInfo_tB86D3A31D61EB73EEFB08F6B1AB5C60DE52981F7 L_2089 = V_157; float L_2090 = L_2089.get_width_15(); TMP_LineInfo_tB86D3A31D61EB73EEFB08F6B1AB5C60DE52981F7 L_2091 = V_157; float L_2092 = L_2091.get_maxAdvance_14(); Vector3__ctor_m57495F692C6CE1CEF278CAD9A98221165D37E636_inline((Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E *)(&V_37), ((float)il2cpp_codegen_subtract((float)((float)il2cpp_codegen_add((float)L_2088, (float)((float)((float)L_2090/(float)(2.0f))))), (float)((float)((float)L_2092/(float)(2.0f))))), (0.0f), (0.0f), /*hidden argument*/NULL); // break; goto IL_464b; } IL_430c: { // justificationOffset = new Vector3(lineInfo.marginLeft + lineInfo.width / 2 - (lineInfo.lineExtents.min.x + lineInfo.lineExtents.max.x) / 2, 0, 0); TMP_LineInfo_tB86D3A31D61EB73EEFB08F6B1AB5C60DE52981F7 L_2093 = V_157; float L_2094 = L_2093.get_marginLeft_16(); TMP_LineInfo_tB86D3A31D61EB73EEFB08F6B1AB5C60DE52981F7 L_2095 = V_157; float L_2096 = L_2095.get_width_15(); TMP_LineInfo_tB86D3A31D61EB73EEFB08F6B1AB5C60DE52981F7 L_2097 = V_157; Extents_tD663823B610620A001CCCCFF452C10403AF2A0FA L_2098 = L_2097.get_lineExtents_19(); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_2099 = L_2098.get_min_2(); float L_2100 = L_2099.get_x_0(); TMP_LineInfo_tB86D3A31D61EB73EEFB08F6B1AB5C60DE52981F7 L_2101 = V_157; Extents_tD663823B610620A001CCCCFF452C10403AF2A0FA L_2102 = L_2101.get_lineExtents_19(); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_2103 = L_2102.get_max_3(); float L_2104 = L_2103.get_x_0(); Vector3__ctor_m57495F692C6CE1CEF278CAD9A98221165D37E636_inline((Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E *)(&V_37), ((float)il2cpp_codegen_subtract((float)((float)il2cpp_codegen_add((float)L_2094, (float)((float)((float)L_2096/(float)(2.0f))))), (float)((float)((float)((float)il2cpp_codegen_add((float)L_2100, (float)L_2104))/(float)(2.0f))))), (0.0f), (0.0f), /*hidden argument*/NULL); // break; goto IL_464b; } IL_4361: { // if (!m_isRightToLeft) bool L_2105 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_isRightToLeft_39(); if (L_2105) { goto IL_4396; } } { // justificationOffset = new Vector3(lineInfo.marginLeft + lineInfo.width - lineInfo.maxAdvance, 0, 0); TMP_LineInfo_tB86D3A31D61EB73EEFB08F6B1AB5C60DE52981F7 L_2106 = V_157; float L_2107 = L_2106.get_marginLeft_16(); TMP_LineInfo_tB86D3A31D61EB73EEFB08F6B1AB5C60DE52981F7 L_2108 = V_157; float L_2109 = L_2108.get_width_15(); TMP_LineInfo_tB86D3A31D61EB73EEFB08F6B1AB5C60DE52981F7 L_2110 = V_157; float L_2111 = L_2110.get_maxAdvance_14(); Vector3__ctor_m57495F692C6CE1CEF278CAD9A98221165D37E636_inline((Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E *)(&V_37), ((float)il2cpp_codegen_subtract((float)((float)il2cpp_codegen_add((float)L_2107, (float)L_2109)), (float)L_2111)), (0.0f), (0.0f), /*hidden argument*/NULL); goto IL_464b; } IL_4396: { // justificationOffset = new Vector3(lineInfo.marginLeft + lineInfo.width, 0, 0); TMP_LineInfo_tB86D3A31D61EB73EEFB08F6B1AB5C60DE52981F7 L_2112 = V_157; float L_2113 = L_2112.get_marginLeft_16(); TMP_LineInfo_tB86D3A31D61EB73EEFB08F6B1AB5C60DE52981F7 L_2114 = V_157; float L_2115 = L_2114.get_width_15(); Vector3__ctor_m57495F692C6CE1CEF278CAD9A98221165D37E636_inline((Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E *)(&V_37), ((float)il2cpp_codegen_add((float)L_2113, (float)L_2115)), (0.0f), (0.0f), /*hidden argument*/NULL); // break; goto IL_464b; } IL_43bb: { // if (unicode == 0x0A || unicode == 0xAD || unicode == 0x200B || unicode == 0x2060 || unicode == 0x03) break; Il2CppChar L_2116 = V_155; if ((((int32_t)L_2116) == ((int32_t)((int32_t)10)))) { goto IL_464b; } } { Il2CppChar L_2117 = V_155; if ((((int32_t)L_2117) == ((int32_t)((int32_t)173)))) { goto IL_464b; } } { Il2CppChar L_2118 = V_155; if ((((int32_t)L_2118) == ((int32_t)((int32_t)8203)))) { goto IL_464b; } } { Il2CppChar L_2119 = V_155; if ((((int32_t)L_2119) == ((int32_t)((int32_t)8288)))) { goto IL_464b; } } { Il2CppChar L_2120 = V_155; if ((((int32_t)L_2120) == ((int32_t)3))) { goto IL_464b; } } { // char lastCharOfCurrentLine = characterInfos[lineInfo.lastCharacterIndex].character; TMP_CharacterInfoU5BU5D_t7128C1B46CF6AB1374135FA31D41ABF23882B970* L_2121 = V_62; TMP_LineInfo_tB86D3A31D61EB73EEFB08F6B1AB5C60DE52981F7 L_2122 = V_157; int32_t L_2123 = L_2122.get_lastCharacterIndex_7(); NullCheck(L_2121); Il2CppChar L_2124 = ((L_2121)->GetAddressAt(static_cast(L_2123)))->get_character_0(); // bool isFlush = (lineAlignment & HorizontalAlignmentOptions.Flush) == HorizontalAlignmentOptions.Flush; int32_t L_2125 = V_158; V_161 = (bool)((((int32_t)((int32_t)((int32_t)L_2125&(int32_t)((int32_t)16)))) == ((int32_t)((int32_t)16)))? 1 : 0); // if (char.IsControl(lastCharOfCurrentLine) == false && currentLine < m_lineNumber || isFlush || lineInfo.maxAdvance > lineInfo.width) IL2CPP_RUNTIME_CLASS_INIT(Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_il2cpp_TypeInfo_var); bool L_2126; L_2126 = Char_IsControl_m2682A4043BD6DFBA936CED52A3239AA7D38625A6(L_2124, /*hidden argument*/NULL); if (L_2126) { goto IL_4421; } } { int32_t L_2127 = V_156; int32_t L_2128 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_lineNumber_212(); G_B596_0 = ((((int32_t)L_2127) < ((int32_t)L_2128))? 1 : 0); goto IL_4422; } IL_4421: { G_B596_0 = 0; } IL_4422: { bool L_2129 = V_161; if (((int32_t)((int32_t)G_B596_0|(int32_t)L_2129))) { goto IL_443a; } } { TMP_LineInfo_tB86D3A31D61EB73EEFB08F6B1AB5C60DE52981F7 L_2130 = V_157; float L_2131 = L_2130.get_maxAdvance_14(); TMP_LineInfo_tB86D3A31D61EB73EEFB08F6B1AB5C60DE52981F7 L_2132 = V_157; float L_2133 = L_2132.get_width_15(); if ((!(((float)L_2131) > ((float)L_2133)))) { goto IL_4609; } } IL_443a: { // if (currentLine != lastLine || i == 0 || i == m_firstVisibleCharacter) int32_t L_2134 = V_156; int32_t L_2135 = V_43; if ((!(((uint32_t)L_2134) == ((uint32_t)L_2135)))) { goto IL_444e; } } { int32_t L_2136 = V_153; if (!L_2136) { goto IL_444e; } } { int32_t L_2137 = V_153; int32_t L_2138 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_firstVisibleCharacter_139(); if ((!(((uint32_t)L_2137) == ((uint32_t)L_2138)))) { goto IL_44a9; } } IL_444e: { // if (!m_isRightToLeft) bool L_2139 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_isRightToLeft_39(); if (L_2139) { goto IL_4470; } } { // justificationOffset = new Vector3(lineInfo.marginLeft, 0, 0); TMP_LineInfo_tB86D3A31D61EB73EEFB08F6B1AB5C60DE52981F7 L_2140 = V_157; float L_2141 = L_2140.get_marginLeft_16(); Vector3__ctor_m57495F692C6CE1CEF278CAD9A98221165D37E636_inline((Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E *)(&V_37), L_2141, (0.0f), (0.0f), /*hidden argument*/NULL); goto IL_4490; } IL_4470: { // justificationOffset = new Vector3(lineInfo.marginLeft + lineInfo.width, 0, 0); TMP_LineInfo_tB86D3A31D61EB73EEFB08F6B1AB5C60DE52981F7 L_2142 = V_157; float L_2143 = L_2142.get_marginLeft_16(); TMP_LineInfo_tB86D3A31D61EB73EEFB08F6B1AB5C60DE52981F7 L_2144 = V_157; float L_2145 = L_2144.get_width_15(); Vector3__ctor_m57495F692C6CE1CEF278CAD9A98221165D37E636_inline((Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E *)(&V_37), ((float)il2cpp_codegen_add((float)L_2143, (float)L_2145)), (0.0f), (0.0f), /*hidden argument*/NULL); } IL_4490: { // if (char.IsSeparator(unicode)) Il2CppChar L_2146 = V_155; IL2CPP_RUNTIME_CLASS_INIT(Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_il2cpp_TypeInfo_var); bool L_2147; L_2147 = Char_IsSeparator_m63C5FE7D94A88D0F251E4740B2E3348C0406B165(L_2146, /*hidden argument*/NULL); if (!L_2147) { goto IL_44a1; } } { // isFirstSeperator = true; V_44 = (bool)1; goto IL_464b; } IL_44a1: { // isFirstSeperator = false; V_44 = (bool)0; // } goto IL_464b; } IL_44a9: { // float gap = !m_isRightToLeft ? lineInfo.width - lineInfo.maxAdvance : lineInfo.width + lineInfo.maxAdvance; bool L_2148 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_isRightToLeft_39(); if (!L_2148) { goto IL_44c2; } } { TMP_LineInfo_tB86D3A31D61EB73EEFB08F6B1AB5C60DE52981F7 L_2149 = V_157; float L_2150 = L_2149.get_width_15(); TMP_LineInfo_tB86D3A31D61EB73EEFB08F6B1AB5C60DE52981F7 L_2151 = V_157; float L_2152 = L_2151.get_maxAdvance_14(); G_B610_0 = ((float)il2cpp_codegen_add((float)L_2150, (float)L_2152)); goto IL_44d1; } IL_44c2: { TMP_LineInfo_tB86D3A31D61EB73EEFB08F6B1AB5C60DE52981F7 L_2153 = V_157; float L_2154 = L_2153.get_width_15(); TMP_LineInfo_tB86D3A31D61EB73EEFB08F6B1AB5C60DE52981F7 L_2155 = V_157; float L_2156 = L_2155.get_maxAdvance_14(); G_B610_0 = ((float)il2cpp_codegen_subtract((float)L_2154, (float)L_2156)); } IL_44d1: { V_162 = G_B610_0; // int visibleCount = lineInfo.visibleCharacterCount - 1 + lineInfo.controlCharacterCount; TMP_LineInfo_tB86D3A31D61EB73EEFB08F6B1AB5C60DE52981F7 L_2157 = V_157; int32_t L_2158 = L_2157.get_visibleCharacterCount_2(); TMP_LineInfo_tB86D3A31D61EB73EEFB08F6B1AB5C60DE52981F7 L_2159 = V_157; int32_t L_2160 = L_2159.get_controlCharacterCount_0(); V_163 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_2158, (int32_t)1)), (int32_t)L_2160)); // int spaces = (characterInfos[lineInfo.lastCharacterIndex].isVisible ? lineInfo.spaceCount : lineInfo.spaceCount - 1) - lineInfo.controlCharacterCount; TMP_CharacterInfoU5BU5D_t7128C1B46CF6AB1374135FA31D41ABF23882B970* L_2161 = V_62; TMP_LineInfo_tB86D3A31D61EB73EEFB08F6B1AB5C60DE52981F7 L_2162 = V_157; int32_t L_2163 = L_2162.get_lastCharacterIndex_7(); NullCheck(L_2161); bool L_2164 = ((L_2161)->GetAddressAt(static_cast(L_2163)))->get_isVisible_40(); if (L_2164) { goto IL_4506; } } { TMP_LineInfo_tB86D3A31D61EB73EEFB08F6B1AB5C60DE52981F7 L_2165 = V_157; int32_t L_2166 = L_2165.get_spaceCount_3(); G_B613_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_2166, (int32_t)1)); goto IL_450d; } IL_4506: { TMP_LineInfo_tB86D3A31D61EB73EEFB08F6B1AB5C60DE52981F7 L_2167 = V_157; int32_t L_2168 = L_2167.get_spaceCount_3(); G_B613_0 = L_2168; } IL_450d: { TMP_LineInfo_tB86D3A31D61EB73EEFB08F6B1AB5C60DE52981F7 L_2169 = V_157; int32_t L_2170 = L_2169.get_controlCharacterCount_0(); V_164 = ((int32_t)il2cpp_codegen_subtract((int32_t)G_B613_0, (int32_t)L_2170)); // if (isFirstSeperator) { spaces -= 1; visibleCount += 1; } bool L_2171 = V_44; if (!L_2171) { goto IL_4527; } } { // if (isFirstSeperator) { spaces -= 1; visibleCount += 1; } int32_t L_2172 = V_164; V_164 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_2172, (int32_t)1)); // if (isFirstSeperator) { spaces -= 1; visibleCount += 1; } int32_t L_2173 = V_163; V_163 = ((int32_t)il2cpp_codegen_add((int32_t)L_2173, (int32_t)1)); } IL_4527: { // float ratio = spaces > 0 ? m_wordWrappingRatios : 1; int32_t L_2174 = V_164; if ((((int32_t)L_2174) > ((int32_t)0))) { goto IL_4533; } } { G_B618_0 = (1.0f); goto IL_4539; } IL_4533: { float L_2175 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_wordWrappingRatios_114(); G_B618_0 = L_2175; } IL_4539: { V_165 = G_B618_0; // if (spaces < 1) spaces = 1; int32_t L_2176 = V_164; if ((((int32_t)L_2176) >= ((int32_t)1))) { goto IL_4543; } } { // if (spaces < 1) spaces = 1; V_164 = 1; } IL_4543: { // if (unicode != 0xA0 && (unicode == 9 || char.IsSeparator((char)unicode))) Il2CppChar L_2177 = V_155; if ((((int32_t)L_2177) == ((int32_t)((int32_t)160)))) { goto IL_45bb; } } { Il2CppChar L_2178 = V_155; if ((((int32_t)L_2178) == ((int32_t)((int32_t)9)))) { goto IL_455b; } } { Il2CppChar L_2179 = V_155; IL2CPP_RUNTIME_CLASS_INIT(Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_il2cpp_TypeInfo_var); bool L_2180; L_2180 = Char_IsSeparator_m63C5FE7D94A88D0F251E4740B2E3348C0406B165(L_2179, /*hidden argument*/NULL); if (!L_2180) { goto IL_45bb; } } IL_455b: { // if (!m_isRightToLeft) bool L_2181 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_isRightToLeft_39(); if (L_2181) { goto IL_458f; } } { // justificationOffset += new Vector3(gap * (1 - ratio) / spaces, 0, 0); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_2182 = V_37; float L_2183 = V_162; float L_2184 = V_165; int32_t L_2185 = V_164; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_2186; memset((&L_2186), 0, sizeof(L_2186)); Vector3__ctor_m57495F692C6CE1CEF278CAD9A98221165D37E636_inline((&L_2186), ((float)((float)((float)il2cpp_codegen_multiply((float)L_2183, (float)((float)il2cpp_codegen_subtract((float)(1.0f), (float)L_2184))))/(float)((float)((float)L_2185)))), (0.0f), (0.0f), /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_2187; L_2187 = Vector3_op_Addition_mEE4F672B923CCB184C39AABCA33443DB218E50E0_inline(L_2182, L_2186, /*hidden argument*/NULL); V_37 = L_2187; goto IL_464b; } IL_458f: { // justificationOffset -= new Vector3(gap * (1 - ratio) / spaces, 0, 0); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_2188 = V_37; float L_2189 = V_162; float L_2190 = V_165; int32_t L_2191 = V_164; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_2192; memset((&L_2192), 0, sizeof(L_2192)); Vector3__ctor_m57495F692C6CE1CEF278CAD9A98221165D37E636_inline((&L_2192), ((float)((float)((float)il2cpp_codegen_multiply((float)L_2189, (float)((float)il2cpp_codegen_subtract((float)(1.0f), (float)L_2190))))/(float)((float)((float)L_2191)))), (0.0f), (0.0f), /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_2193; L_2193 = Vector3_op_Subtraction_m2725C96965D5C0B1F9715797E51762B13A5FED58_inline(L_2188, L_2192, /*hidden argument*/NULL); V_37 = L_2193; // } goto IL_464b; } IL_45bb: { // if (!m_isRightToLeft) bool L_2194 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_isRightToLeft_39(); if (L_2194) { goto IL_45e6; } } { // justificationOffset += new Vector3(gap * ratio / visibleCount, 0, 0); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_2195 = V_37; float L_2196 = V_162; float L_2197 = V_165; int32_t L_2198 = V_163; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_2199; memset((&L_2199), 0, sizeof(L_2199)); Vector3__ctor_m57495F692C6CE1CEF278CAD9A98221165D37E636_inline((&L_2199), ((float)((float)((float)il2cpp_codegen_multiply((float)L_2196, (float)L_2197))/(float)((float)((float)L_2198)))), (0.0f), (0.0f), /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_2200; L_2200 = Vector3_op_Addition_mEE4F672B923CCB184C39AABCA33443DB218E50E0_inline(L_2195, L_2199, /*hidden argument*/NULL); V_37 = L_2200; goto IL_464b; } IL_45e6: { // justificationOffset -= new Vector3(gap * ratio / visibleCount, 0, 0); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_2201 = V_37; float L_2202 = V_162; float L_2203 = V_165; int32_t L_2204 = V_163; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_2205; memset((&L_2205), 0, sizeof(L_2205)); Vector3__ctor_m57495F692C6CE1CEF278CAD9A98221165D37E636_inline((&L_2205), ((float)((float)((float)il2cpp_codegen_multiply((float)L_2202, (float)L_2203))/(float)((float)((float)L_2204)))), (0.0f), (0.0f), /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_2206; L_2206 = Vector3_op_Subtraction_m2725C96965D5C0B1F9715797E51762B13A5FED58_inline(L_2201, L_2205, /*hidden argument*/NULL); V_37 = L_2206; // } goto IL_464b; } IL_4609: { // if (!m_isRightToLeft) bool L_2207 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_isRightToLeft_39(); if (L_2207) { goto IL_462b; } } { // justificationOffset = new Vector3(lineInfo.marginLeft, 0, 0); // Keep last line left justified. TMP_LineInfo_tB86D3A31D61EB73EEFB08F6B1AB5C60DE52981F7 L_2208 = V_157; float L_2209 = L_2208.get_marginLeft_16(); Vector3__ctor_m57495F692C6CE1CEF278CAD9A98221165D37E636_inline((Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E *)(&V_37), L_2209, (0.0f), (0.0f), /*hidden argument*/NULL); goto IL_464b; } IL_462b: { // justificationOffset = new Vector3(lineInfo.marginLeft + lineInfo.width, 0, 0); // Keep last line right justified. TMP_LineInfo_tB86D3A31D61EB73EEFB08F6B1AB5C60DE52981F7 L_2210 = V_157; float L_2211 = L_2210.get_marginLeft_16(); TMP_LineInfo_tB86D3A31D61EB73EEFB08F6B1AB5C60DE52981F7 L_2212 = V_157; float L_2213 = L_2212.get_width_15(); Vector3__ctor_m57495F692C6CE1CEF278CAD9A98221165D37E636_inline((Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E *)(&V_37), ((float)il2cpp_codegen_add((float)L_2211, (float)L_2213)), (0.0f), (0.0f), /*hidden argument*/NULL); } IL_464b: { // offset = anchorOffset + justificationOffset; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_2214 = V_35; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_2215 = V_37; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_2216; L_2216 = Vector3_op_Addition_mEE4F672B923CCB184C39AABCA33443DB218E50E0_inline(L_2214, L_2215, /*hidden argument*/NULL); V_38 = L_2216; // bool isCharacterVisible = characterInfos[i].isVisible; TMP_CharacterInfoU5BU5D_t7128C1B46CF6AB1374135FA31D41ABF23882B970* L_2217 = V_62; int32_t L_2218 = V_153; NullCheck(L_2217); bool L_2219 = ((L_2217)->GetAddressAt(static_cast(L_2218)))->get_isVisible_40(); V_159 = L_2219; // if (isCharacterVisible) bool L_2220 = V_159; if (!L_2220) { goto IL_585c; } } { // TMP_TextElementType elementType = characterInfos[i].elementType; TMP_CharacterInfoU5BU5D_t7128C1B46CF6AB1374135FA31D41ABF23882B970* L_2221 = V_62; int32_t L_2222 = V_153; NullCheck(L_2221); int32_t L_2223 = ((L_2221)->GetAddressAt(static_cast(L_2222)))->get_elementType_3(); V_166 = L_2223; int32_t L_2224 = V_166; if (!L_2224) { goto IL_468e; } } { int32_t L_2225 = V_166; if ((((int32_t)L_2225) == ((int32_t)1))) { goto IL_5624; } } { goto IL_5624; } IL_468e: { // Extents lineExtents = lineInfo.lineExtents; TMP_LineInfo_tB86D3A31D61EB73EEFB08F6B1AB5C60DE52981F7 L_2226 = V_157; Extents_tD663823B610620A001CCCCFF452C10403AF2A0FA L_2227 = L_2226.get_lineExtents_19(); V_167 = L_2227; // float uvOffset = (m_uvLineOffset * currentLine) % 1; // + m_uvOffset.x; float L_2228 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_uvLineOffset_134(); int32_t L_2229 = V_156; V_168 = (fmodf(((float)il2cpp_codegen_multiply((float)L_2228, (float)((float)((float)L_2229)))), (1.0f))); // switch (m_horizontalMapping) int32_t L_2230 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_horizontalMapping_132(); V_176 = L_2230; int32_t L_2231 = V_176; switch (L_2231) { case 0: { goto IL_46cd; } case 1: { goto IL_4746; } case 2: { goto IL_4a80; } case 3: { goto IL_4c3d; } } } { goto IL_5063; } IL_46cd: { // characterInfos[i].vertex_BL.uv2.x = 0; //+ m_uvOffset.x; TMP_CharacterInfoU5BU5D_t7128C1B46CF6AB1374135FA31D41ABF23882B970* L_2232 = V_62; int32_t L_2233 = V_153; NullCheck(L_2232); TMP_Vertex_t8008D4AEC9AE4E475F5E02225801EB18A2A1341E * L_2234 = ((L_2232)->GetAddressAt(static_cast(L_2233)))->get_address_of_vertex_BL_15(); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * L_2235 = L_2234->get_address_of_uv2_2(); L_2235->set_x_0((0.0f)); // characterInfos[i].vertex_TL.uv2.x = 0; //+ m_uvOffset.x; TMP_CharacterInfoU5BU5D_t7128C1B46CF6AB1374135FA31D41ABF23882B970* L_2236 = V_62; int32_t L_2237 = V_153; NullCheck(L_2236); TMP_Vertex_t8008D4AEC9AE4E475F5E02225801EB18A2A1341E * L_2238 = ((L_2236)->GetAddressAt(static_cast(L_2237)))->get_address_of_vertex_TL_16(); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * L_2239 = L_2238->get_address_of_uv2_2(); L_2239->set_x_0((0.0f)); // characterInfos[i].vertex_TR.uv2.x = 1; //+ m_uvOffset.x; TMP_CharacterInfoU5BU5D_t7128C1B46CF6AB1374135FA31D41ABF23882B970* L_2240 = V_62; int32_t L_2241 = V_153; NullCheck(L_2240); TMP_Vertex_t8008D4AEC9AE4E475F5E02225801EB18A2A1341E * L_2242 = ((L_2240)->GetAddressAt(static_cast(L_2241)))->get_address_of_vertex_TR_17(); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * L_2243 = L_2242->get_address_of_uv2_2(); L_2243->set_x_0((1.0f)); // characterInfos[i].vertex_BR.uv2.x = 1; //+ m_uvOffset.x; TMP_CharacterInfoU5BU5D_t7128C1B46CF6AB1374135FA31D41ABF23882B970* L_2244 = V_62; int32_t L_2245 = V_153; NullCheck(L_2244); TMP_Vertex_t8008D4AEC9AE4E475F5E02225801EB18A2A1341E * L_2246 = ((L_2244)->GetAddressAt(static_cast(L_2245)))->get_address_of_vertex_BR_18(); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * L_2247 = L_2246->get_address_of_uv2_2(); L_2247->set_x_0((1.0f)); // break; goto IL_5063; } IL_4746: { // if (m_textAlignment != TextAlignmentOptions.Justified) int32_t L_2248 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_textAlignment_94(); if ((((int32_t)L_2248) == ((int32_t)((int32_t)520)))) { goto IL_48c3; } } { // characterInfos[i].vertex_BL.uv2.x = (characterInfos[i].vertex_BL.position.x - lineExtents.min.x) / (lineExtents.max.x - lineExtents.min.x) + uvOffset; TMP_CharacterInfoU5BU5D_t7128C1B46CF6AB1374135FA31D41ABF23882B970* L_2249 = V_62; int32_t L_2250 = V_153; NullCheck(L_2249); TMP_Vertex_t8008D4AEC9AE4E475F5E02225801EB18A2A1341E * L_2251 = ((L_2249)->GetAddressAt(static_cast(L_2250)))->get_address_of_vertex_BL_15(); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * L_2252 = L_2251->get_address_of_uv2_2(); TMP_CharacterInfoU5BU5D_t7128C1B46CF6AB1374135FA31D41ABF23882B970* L_2253 = V_62; int32_t L_2254 = V_153; NullCheck(L_2253); TMP_Vertex_t8008D4AEC9AE4E475F5E02225801EB18A2A1341E * L_2255 = ((L_2253)->GetAddressAt(static_cast(L_2254)))->get_address_of_vertex_BL_15(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * L_2256 = L_2255->get_address_of_position_0(); float L_2257 = L_2256->get_x_2(); Extents_tD663823B610620A001CCCCFF452C10403AF2A0FA L_2258 = V_167; Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_2259 = L_2258.get_min_2(); float L_2260 = L_2259.get_x_0(); Extents_tD663823B610620A001CCCCFF452C10403AF2A0FA L_2261 = V_167; Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_2262 = L_2261.get_max_3(); float L_2263 = L_2262.get_x_0(); Extents_tD663823B610620A001CCCCFF452C10403AF2A0FA L_2264 = V_167; Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_2265 = L_2264.get_min_2(); float L_2266 = L_2265.get_x_0(); float L_2267 = V_168; L_2252->set_x_0(((float)il2cpp_codegen_add((float)((float)((float)((float)il2cpp_codegen_subtract((float)L_2257, (float)L_2260))/(float)((float)il2cpp_codegen_subtract((float)L_2263, (float)L_2266)))), (float)L_2267))); // characterInfos[i].vertex_TL.uv2.x = (characterInfos[i].vertex_TL.position.x - lineExtents.min.x) / (lineExtents.max.x - lineExtents.min.x) + uvOffset; TMP_CharacterInfoU5BU5D_t7128C1B46CF6AB1374135FA31D41ABF23882B970* L_2268 = V_62; int32_t L_2269 = V_153; NullCheck(L_2268); TMP_Vertex_t8008D4AEC9AE4E475F5E02225801EB18A2A1341E * L_2270 = ((L_2268)->GetAddressAt(static_cast(L_2269)))->get_address_of_vertex_TL_16(); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * L_2271 = L_2270->get_address_of_uv2_2(); TMP_CharacterInfoU5BU5D_t7128C1B46CF6AB1374135FA31D41ABF23882B970* L_2272 = V_62; int32_t L_2273 = V_153; NullCheck(L_2272); TMP_Vertex_t8008D4AEC9AE4E475F5E02225801EB18A2A1341E * L_2274 = ((L_2272)->GetAddressAt(static_cast(L_2273)))->get_address_of_vertex_TL_16(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * L_2275 = L_2274->get_address_of_position_0(); float L_2276 = L_2275->get_x_2(); Extents_tD663823B610620A001CCCCFF452C10403AF2A0FA L_2277 = V_167; Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_2278 = L_2277.get_min_2(); float L_2279 = L_2278.get_x_0(); Extents_tD663823B610620A001CCCCFF452C10403AF2A0FA L_2280 = V_167; Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_2281 = L_2280.get_max_3(); float L_2282 = L_2281.get_x_0(); Extents_tD663823B610620A001CCCCFF452C10403AF2A0FA L_2283 = V_167; Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_2284 = L_2283.get_min_2(); float L_2285 = L_2284.get_x_0(); float L_2286 = V_168; L_2271->set_x_0(((float)il2cpp_codegen_add((float)((float)((float)((float)il2cpp_codegen_subtract((float)L_2276, (float)L_2279))/(float)((float)il2cpp_codegen_subtract((float)L_2282, (float)L_2285)))), (float)L_2286))); // characterInfos[i].vertex_TR.uv2.x = (characterInfos[i].vertex_TR.position.x - lineExtents.min.x) / (lineExtents.max.x - lineExtents.min.x) + uvOffset; TMP_CharacterInfoU5BU5D_t7128C1B46CF6AB1374135FA31D41ABF23882B970* L_2287 = V_62; int32_t L_2288 = V_153; NullCheck(L_2287); TMP_Vertex_t8008D4AEC9AE4E475F5E02225801EB18A2A1341E * L_2289 = ((L_2287)->GetAddressAt(static_cast(L_2288)))->get_address_of_vertex_TR_17(); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * L_2290 = L_2289->get_address_of_uv2_2(); TMP_CharacterInfoU5BU5D_t7128C1B46CF6AB1374135FA31D41ABF23882B970* L_2291 = V_62; int32_t L_2292 = V_153; NullCheck(L_2291); TMP_Vertex_t8008D4AEC9AE4E475F5E02225801EB18A2A1341E * L_2293 = ((L_2291)->GetAddressAt(static_cast(L_2292)))->get_address_of_vertex_TR_17(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * L_2294 = L_2293->get_address_of_position_0(); float L_2295 = L_2294->get_x_2(); Extents_tD663823B610620A001CCCCFF452C10403AF2A0FA L_2296 = V_167; Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_2297 = L_2296.get_min_2(); float L_2298 = L_2297.get_x_0(); Extents_tD663823B610620A001CCCCFF452C10403AF2A0FA L_2299 = V_167; Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_2300 = L_2299.get_max_3(); float L_2301 = L_2300.get_x_0(); Extents_tD663823B610620A001CCCCFF452C10403AF2A0FA L_2302 = V_167; Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_2303 = L_2302.get_min_2(); float L_2304 = L_2303.get_x_0(); float L_2305 = V_168; L_2290->set_x_0(((float)il2cpp_codegen_add((float)((float)((float)((float)il2cpp_codegen_subtract((float)L_2295, (float)L_2298))/(float)((float)il2cpp_codegen_subtract((float)L_2301, (float)L_2304)))), (float)L_2305))); // characterInfos[i].vertex_BR.uv2.x = (characterInfos[i].vertex_BR.position.x - lineExtents.min.x) / (lineExtents.max.x - lineExtents.min.x) + uvOffset; TMP_CharacterInfoU5BU5D_t7128C1B46CF6AB1374135FA31D41ABF23882B970* L_2306 = V_62; int32_t L_2307 = V_153; NullCheck(L_2306); TMP_Vertex_t8008D4AEC9AE4E475F5E02225801EB18A2A1341E * L_2308 = ((L_2306)->GetAddressAt(static_cast(L_2307)))->get_address_of_vertex_BR_18(); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * L_2309 = L_2308->get_address_of_uv2_2(); TMP_CharacterInfoU5BU5D_t7128C1B46CF6AB1374135FA31D41ABF23882B970* L_2310 = V_62; int32_t L_2311 = V_153; NullCheck(L_2310); TMP_Vertex_t8008D4AEC9AE4E475F5E02225801EB18A2A1341E * L_2312 = ((L_2310)->GetAddressAt(static_cast(L_2311)))->get_address_of_vertex_BR_18(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * L_2313 = L_2312->get_address_of_position_0(); float L_2314 = L_2313->get_x_2(); Extents_tD663823B610620A001CCCCFF452C10403AF2A0FA L_2315 = V_167; Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_2316 = L_2315.get_min_2(); float L_2317 = L_2316.get_x_0(); Extents_tD663823B610620A001CCCCFF452C10403AF2A0FA L_2318 = V_167; Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_2319 = L_2318.get_max_3(); float L_2320 = L_2319.get_x_0(); Extents_tD663823B610620A001CCCCFF452C10403AF2A0FA L_2321 = V_167; Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_2322 = L_2321.get_min_2(); float L_2323 = L_2322.get_x_0(); float L_2324 = V_168; L_2309->set_x_0(((float)il2cpp_codegen_add((float)((float)((float)((float)il2cpp_codegen_subtract((float)L_2314, (float)L_2317))/(float)((float)il2cpp_codegen_subtract((float)L_2320, (float)L_2323)))), (float)L_2324))); // break; goto IL_5063; } IL_48c3: { // characterInfos[i].vertex_BL.uv2.x = (characterInfos[i].vertex_BL.position.x + justificationOffset.x - m_meshExtents.min.x) / (m_meshExtents.max.x - m_meshExtents.min.x) + uvOffset; TMP_CharacterInfoU5BU5D_t7128C1B46CF6AB1374135FA31D41ABF23882B970* L_2325 = V_62; int32_t L_2326 = V_153; NullCheck(L_2325); TMP_Vertex_t8008D4AEC9AE4E475F5E02225801EB18A2A1341E * L_2327 = ((L_2325)->GetAddressAt(static_cast(L_2326)))->get_address_of_vertex_BL_15(); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * L_2328 = L_2327->get_address_of_uv2_2(); TMP_CharacterInfoU5BU5D_t7128C1B46CF6AB1374135FA31D41ABF23882B970* L_2329 = V_62; int32_t L_2330 = V_153; NullCheck(L_2329); TMP_Vertex_t8008D4AEC9AE4E475F5E02225801EB18A2A1341E * L_2331 = ((L_2329)->GetAddressAt(static_cast(L_2330)))->get_address_of_vertex_BL_15(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * L_2332 = L_2331->get_address_of_position_0(); float L_2333 = L_2332->get_x_2(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_2334 = V_37; float L_2335 = L_2334.get_x_2(); Extents_tD663823B610620A001CCCCFF452C10403AF2A0FA * L_2336 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_address_of_m_meshExtents_225(); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * L_2337 = L_2336->get_address_of_min_2(); float L_2338 = L_2337->get_x_0(); Extents_tD663823B610620A001CCCCFF452C10403AF2A0FA * L_2339 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_address_of_m_meshExtents_225(); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * L_2340 = L_2339->get_address_of_max_3(); float L_2341 = L_2340->get_x_0(); Extents_tD663823B610620A001CCCCFF452C10403AF2A0FA * L_2342 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_address_of_m_meshExtents_225(); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * L_2343 = L_2342->get_address_of_min_2(); float L_2344 = L_2343->get_x_0(); float L_2345 = V_168; L_2328->set_x_0(((float)il2cpp_codegen_add((float)((float)((float)((float)il2cpp_codegen_subtract((float)((float)il2cpp_codegen_add((float)L_2333, (float)L_2335)), (float)L_2338))/(float)((float)il2cpp_codegen_subtract((float)L_2341, (float)L_2344)))), (float)L_2345))); // characterInfos[i].vertex_TL.uv2.x = (characterInfos[i].vertex_TL.position.x + justificationOffset.x - m_meshExtents.min.x) / (m_meshExtents.max.x - m_meshExtents.min.x) + uvOffset; TMP_CharacterInfoU5BU5D_t7128C1B46CF6AB1374135FA31D41ABF23882B970* L_2346 = V_62; int32_t L_2347 = V_153; NullCheck(L_2346); TMP_Vertex_t8008D4AEC9AE4E475F5E02225801EB18A2A1341E * L_2348 = ((L_2346)->GetAddressAt(static_cast(L_2347)))->get_address_of_vertex_TL_16(); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * L_2349 = L_2348->get_address_of_uv2_2(); TMP_CharacterInfoU5BU5D_t7128C1B46CF6AB1374135FA31D41ABF23882B970* L_2350 = V_62; int32_t L_2351 = V_153; NullCheck(L_2350); TMP_Vertex_t8008D4AEC9AE4E475F5E02225801EB18A2A1341E * L_2352 = ((L_2350)->GetAddressAt(static_cast(L_2351)))->get_address_of_vertex_TL_16(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * L_2353 = L_2352->get_address_of_position_0(); float L_2354 = L_2353->get_x_2(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_2355 = V_37; float L_2356 = L_2355.get_x_2(); Extents_tD663823B610620A001CCCCFF452C10403AF2A0FA * L_2357 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_address_of_m_meshExtents_225(); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * L_2358 = L_2357->get_address_of_min_2(); float L_2359 = L_2358->get_x_0(); Extents_tD663823B610620A001CCCCFF452C10403AF2A0FA * L_2360 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_address_of_m_meshExtents_225(); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * L_2361 = L_2360->get_address_of_max_3(); float L_2362 = L_2361->get_x_0(); Extents_tD663823B610620A001CCCCFF452C10403AF2A0FA * L_2363 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_address_of_m_meshExtents_225(); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * L_2364 = L_2363->get_address_of_min_2(); float L_2365 = L_2364->get_x_0(); float L_2366 = V_168; L_2349->set_x_0(((float)il2cpp_codegen_add((float)((float)((float)((float)il2cpp_codegen_subtract((float)((float)il2cpp_codegen_add((float)L_2354, (float)L_2356)), (float)L_2359))/(float)((float)il2cpp_codegen_subtract((float)L_2362, (float)L_2365)))), (float)L_2366))); // characterInfos[i].vertex_TR.uv2.x = (characterInfos[i].vertex_TR.position.x + justificationOffset.x - m_meshExtents.min.x) / (m_meshExtents.max.x - m_meshExtents.min.x) + uvOffset; TMP_CharacterInfoU5BU5D_t7128C1B46CF6AB1374135FA31D41ABF23882B970* L_2367 = V_62; int32_t L_2368 = V_153; NullCheck(L_2367); TMP_Vertex_t8008D4AEC9AE4E475F5E02225801EB18A2A1341E * L_2369 = ((L_2367)->GetAddressAt(static_cast(L_2368)))->get_address_of_vertex_TR_17(); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * L_2370 = L_2369->get_address_of_uv2_2(); TMP_CharacterInfoU5BU5D_t7128C1B46CF6AB1374135FA31D41ABF23882B970* L_2371 = V_62; int32_t L_2372 = V_153; NullCheck(L_2371); TMP_Vertex_t8008D4AEC9AE4E475F5E02225801EB18A2A1341E * L_2373 = ((L_2371)->GetAddressAt(static_cast(L_2372)))->get_address_of_vertex_TR_17(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * L_2374 = L_2373->get_address_of_position_0(); float L_2375 = L_2374->get_x_2(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_2376 = V_37; float L_2377 = L_2376.get_x_2(); Extents_tD663823B610620A001CCCCFF452C10403AF2A0FA * L_2378 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_address_of_m_meshExtents_225(); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * L_2379 = L_2378->get_address_of_min_2(); float L_2380 = L_2379->get_x_0(); Extents_tD663823B610620A001CCCCFF452C10403AF2A0FA * L_2381 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_address_of_m_meshExtents_225(); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * L_2382 = L_2381->get_address_of_max_3(); float L_2383 = L_2382->get_x_0(); Extents_tD663823B610620A001CCCCFF452C10403AF2A0FA * L_2384 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_address_of_m_meshExtents_225(); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * L_2385 = L_2384->get_address_of_min_2(); float L_2386 = L_2385->get_x_0(); float L_2387 = V_168; L_2370->set_x_0(((float)il2cpp_codegen_add((float)((float)((float)((float)il2cpp_codegen_subtract((float)((float)il2cpp_codegen_add((float)L_2375, (float)L_2377)), (float)L_2380))/(float)((float)il2cpp_codegen_subtract((float)L_2383, (float)L_2386)))), (float)L_2387))); // characterInfos[i].vertex_BR.uv2.x = (characterInfos[i].vertex_BR.position.x + justificationOffset.x - m_meshExtents.min.x) / (m_meshExtents.max.x - m_meshExtents.min.x) + uvOffset; TMP_CharacterInfoU5BU5D_t7128C1B46CF6AB1374135FA31D41ABF23882B970* L_2388 = V_62; int32_t L_2389 = V_153; NullCheck(L_2388); TMP_Vertex_t8008D4AEC9AE4E475F5E02225801EB18A2A1341E * L_2390 = ((L_2388)->GetAddressAt(static_cast(L_2389)))->get_address_of_vertex_BR_18(); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * L_2391 = L_2390->get_address_of_uv2_2(); TMP_CharacterInfoU5BU5D_t7128C1B46CF6AB1374135FA31D41ABF23882B970* L_2392 = V_62; int32_t L_2393 = V_153; NullCheck(L_2392); TMP_Vertex_t8008D4AEC9AE4E475F5E02225801EB18A2A1341E * L_2394 = ((L_2392)->GetAddressAt(static_cast(L_2393)))->get_address_of_vertex_BR_18(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * L_2395 = L_2394->get_address_of_position_0(); float L_2396 = L_2395->get_x_2(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_2397 = V_37; float L_2398 = L_2397.get_x_2(); Extents_tD663823B610620A001CCCCFF452C10403AF2A0FA * L_2399 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_address_of_m_meshExtents_225(); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * L_2400 = L_2399->get_address_of_min_2(); float L_2401 = L_2400->get_x_0(); Extents_tD663823B610620A001CCCCFF452C10403AF2A0FA * L_2402 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_address_of_m_meshExtents_225(); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * L_2403 = L_2402->get_address_of_max_3(); float L_2404 = L_2403->get_x_0(); Extents_tD663823B610620A001CCCCFF452C10403AF2A0FA * L_2405 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_address_of_m_meshExtents_225(); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * L_2406 = L_2405->get_address_of_min_2(); float L_2407 = L_2406->get_x_0(); float L_2408 = V_168; L_2391->set_x_0(((float)il2cpp_codegen_add((float)((float)((float)((float)il2cpp_codegen_subtract((float)((float)il2cpp_codegen_add((float)L_2396, (float)L_2398)), (float)L_2401))/(float)((float)il2cpp_codegen_subtract((float)L_2404, (float)L_2407)))), (float)L_2408))); // break; goto IL_5063; } IL_4a80: { // characterInfos[i].vertex_BL.uv2.x = (characterInfos[i].vertex_BL.position.x + justificationOffset.x - m_meshExtents.min.x) / (m_meshExtents.max.x - m_meshExtents.min.x) + uvOffset; TMP_CharacterInfoU5BU5D_t7128C1B46CF6AB1374135FA31D41ABF23882B970* L_2409 = V_62; int32_t L_2410 = V_153; NullCheck(L_2409); TMP_Vertex_t8008D4AEC9AE4E475F5E02225801EB18A2A1341E * L_2411 = ((L_2409)->GetAddressAt(static_cast(L_2410)))->get_address_of_vertex_BL_15(); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * L_2412 = L_2411->get_address_of_uv2_2(); TMP_CharacterInfoU5BU5D_t7128C1B46CF6AB1374135FA31D41ABF23882B970* L_2413 = V_62; int32_t L_2414 = V_153; NullCheck(L_2413); TMP_Vertex_t8008D4AEC9AE4E475F5E02225801EB18A2A1341E * L_2415 = ((L_2413)->GetAddressAt(static_cast(L_2414)))->get_address_of_vertex_BL_15(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * L_2416 = L_2415->get_address_of_position_0(); float L_2417 = L_2416->get_x_2(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_2418 = V_37; float L_2419 = L_2418.get_x_2(); Extents_tD663823B610620A001CCCCFF452C10403AF2A0FA * L_2420 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_address_of_m_meshExtents_225(); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * L_2421 = L_2420->get_address_of_min_2(); float L_2422 = L_2421->get_x_0(); Extents_tD663823B610620A001CCCCFF452C10403AF2A0FA * L_2423 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_address_of_m_meshExtents_225(); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * L_2424 = L_2423->get_address_of_max_3(); float L_2425 = L_2424->get_x_0(); Extents_tD663823B610620A001CCCCFF452C10403AF2A0FA * L_2426 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_address_of_m_meshExtents_225(); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * L_2427 = L_2426->get_address_of_min_2(); float L_2428 = L_2427->get_x_0(); float L_2429 = V_168; L_2412->set_x_0(((float)il2cpp_codegen_add((float)((float)((float)((float)il2cpp_codegen_subtract((float)((float)il2cpp_codegen_add((float)L_2417, (float)L_2419)), (float)L_2422))/(float)((float)il2cpp_codegen_subtract((float)L_2425, (float)L_2428)))), (float)L_2429))); // characterInfos[i].vertex_TL.uv2.x = (characterInfos[i].vertex_TL.position.x + justificationOffset.x - m_meshExtents.min.x) / (m_meshExtents.max.x - m_meshExtents.min.x) + uvOffset; TMP_CharacterInfoU5BU5D_t7128C1B46CF6AB1374135FA31D41ABF23882B970* L_2430 = V_62; int32_t L_2431 = V_153; NullCheck(L_2430); TMP_Vertex_t8008D4AEC9AE4E475F5E02225801EB18A2A1341E * L_2432 = ((L_2430)->GetAddressAt(static_cast(L_2431)))->get_address_of_vertex_TL_16(); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * L_2433 = L_2432->get_address_of_uv2_2(); TMP_CharacterInfoU5BU5D_t7128C1B46CF6AB1374135FA31D41ABF23882B970* L_2434 = V_62; int32_t L_2435 = V_153; NullCheck(L_2434); TMP_Vertex_t8008D4AEC9AE4E475F5E02225801EB18A2A1341E * L_2436 = ((L_2434)->GetAddressAt(static_cast(L_2435)))->get_address_of_vertex_TL_16(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * L_2437 = L_2436->get_address_of_position_0(); float L_2438 = L_2437->get_x_2(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_2439 = V_37; float L_2440 = L_2439.get_x_2(); Extents_tD663823B610620A001CCCCFF452C10403AF2A0FA * L_2441 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_address_of_m_meshExtents_225(); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * L_2442 = L_2441->get_address_of_min_2(); float L_2443 = L_2442->get_x_0(); Extents_tD663823B610620A001CCCCFF452C10403AF2A0FA * L_2444 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_address_of_m_meshExtents_225(); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * L_2445 = L_2444->get_address_of_max_3(); float L_2446 = L_2445->get_x_0(); Extents_tD663823B610620A001CCCCFF452C10403AF2A0FA * L_2447 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_address_of_m_meshExtents_225(); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * L_2448 = L_2447->get_address_of_min_2(); float L_2449 = L_2448->get_x_0(); float L_2450 = V_168; L_2433->set_x_0(((float)il2cpp_codegen_add((float)((float)((float)((float)il2cpp_codegen_subtract((float)((float)il2cpp_codegen_add((float)L_2438, (float)L_2440)), (float)L_2443))/(float)((float)il2cpp_codegen_subtract((float)L_2446, (float)L_2449)))), (float)L_2450))); // characterInfos[i].vertex_TR.uv2.x = (characterInfos[i].vertex_TR.position.x + justificationOffset.x - m_meshExtents.min.x) / (m_meshExtents.max.x - m_meshExtents.min.x) + uvOffset; TMP_CharacterInfoU5BU5D_t7128C1B46CF6AB1374135FA31D41ABF23882B970* L_2451 = V_62; int32_t L_2452 = V_153; NullCheck(L_2451); TMP_Vertex_t8008D4AEC9AE4E475F5E02225801EB18A2A1341E * L_2453 = ((L_2451)->GetAddressAt(static_cast(L_2452)))->get_address_of_vertex_TR_17(); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * L_2454 = L_2453->get_address_of_uv2_2(); TMP_CharacterInfoU5BU5D_t7128C1B46CF6AB1374135FA31D41ABF23882B970* L_2455 = V_62; int32_t L_2456 = V_153; NullCheck(L_2455); TMP_Vertex_t8008D4AEC9AE4E475F5E02225801EB18A2A1341E * L_2457 = ((L_2455)->GetAddressAt(static_cast(L_2456)))->get_address_of_vertex_TR_17(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * L_2458 = L_2457->get_address_of_position_0(); float L_2459 = L_2458->get_x_2(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_2460 = V_37; float L_2461 = L_2460.get_x_2(); Extents_tD663823B610620A001CCCCFF452C10403AF2A0FA * L_2462 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_address_of_m_meshExtents_225(); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * L_2463 = L_2462->get_address_of_min_2(); float L_2464 = L_2463->get_x_0(); Extents_tD663823B610620A001CCCCFF452C10403AF2A0FA * L_2465 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_address_of_m_meshExtents_225(); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * L_2466 = L_2465->get_address_of_max_3(); float L_2467 = L_2466->get_x_0(); Extents_tD663823B610620A001CCCCFF452C10403AF2A0FA * L_2468 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_address_of_m_meshExtents_225(); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * L_2469 = L_2468->get_address_of_min_2(); float L_2470 = L_2469->get_x_0(); float L_2471 = V_168; L_2454->set_x_0(((float)il2cpp_codegen_add((float)((float)((float)((float)il2cpp_codegen_subtract((float)((float)il2cpp_codegen_add((float)L_2459, (float)L_2461)), (float)L_2464))/(float)((float)il2cpp_codegen_subtract((float)L_2467, (float)L_2470)))), (float)L_2471))); // characterInfos[i].vertex_BR.uv2.x = (characterInfos[i].vertex_BR.position.x + justificationOffset.x - m_meshExtents.min.x) / (m_meshExtents.max.x - m_meshExtents.min.x) + uvOffset; TMP_CharacterInfoU5BU5D_t7128C1B46CF6AB1374135FA31D41ABF23882B970* L_2472 = V_62; int32_t L_2473 = V_153; NullCheck(L_2472); TMP_Vertex_t8008D4AEC9AE4E475F5E02225801EB18A2A1341E * L_2474 = ((L_2472)->GetAddressAt(static_cast(L_2473)))->get_address_of_vertex_BR_18(); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * L_2475 = L_2474->get_address_of_uv2_2(); TMP_CharacterInfoU5BU5D_t7128C1B46CF6AB1374135FA31D41ABF23882B970* L_2476 = V_62; int32_t L_2477 = V_153; NullCheck(L_2476); TMP_Vertex_t8008D4AEC9AE4E475F5E02225801EB18A2A1341E * L_2478 = ((L_2476)->GetAddressAt(static_cast(L_2477)))->get_address_of_vertex_BR_18(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * L_2479 = L_2478->get_address_of_position_0(); float L_2480 = L_2479->get_x_2(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_2481 = V_37; float L_2482 = L_2481.get_x_2(); Extents_tD663823B610620A001CCCCFF452C10403AF2A0FA * L_2483 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_address_of_m_meshExtents_225(); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * L_2484 = L_2483->get_address_of_min_2(); float L_2485 = L_2484->get_x_0(); Extents_tD663823B610620A001CCCCFF452C10403AF2A0FA * L_2486 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_address_of_m_meshExtents_225(); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * L_2487 = L_2486->get_address_of_max_3(); float L_2488 = L_2487->get_x_0(); Extents_tD663823B610620A001CCCCFF452C10403AF2A0FA * L_2489 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_address_of_m_meshExtents_225(); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * L_2490 = L_2489->get_address_of_min_2(); float L_2491 = L_2490->get_x_0(); float L_2492 = V_168; L_2475->set_x_0(((float)il2cpp_codegen_add((float)((float)((float)((float)il2cpp_codegen_subtract((float)((float)il2cpp_codegen_add((float)L_2480, (float)L_2482)), (float)L_2485))/(float)((float)il2cpp_codegen_subtract((float)L_2488, (float)L_2491)))), (float)L_2492))); // break; goto IL_5063; } IL_4c3d: { // switch (m_verticalMapping) int32_t L_2493 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_verticalMapping_133(); V_177 = L_2493; int32_t L_2494 = V_177; switch (L_2494) { case 0: { goto IL_4c61; } case 1: { goto IL_4cda; } case 2: { goto IL_4df3; } case 3: { goto IL_4f21; } } } { goto IL_4f2b; } IL_4c61: { // characterInfos[i].vertex_BL.uv2.y = 0; // + m_uvOffset.y; TMP_CharacterInfoU5BU5D_t7128C1B46CF6AB1374135FA31D41ABF23882B970* L_2495 = V_62; int32_t L_2496 = V_153; NullCheck(L_2495); TMP_Vertex_t8008D4AEC9AE4E475F5E02225801EB18A2A1341E * L_2497 = ((L_2495)->GetAddressAt(static_cast(L_2496)))->get_address_of_vertex_BL_15(); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * L_2498 = L_2497->get_address_of_uv2_2(); L_2498->set_y_1((0.0f)); // characterInfos[i].vertex_TL.uv2.y = 1; // + m_uvOffset.y; TMP_CharacterInfoU5BU5D_t7128C1B46CF6AB1374135FA31D41ABF23882B970* L_2499 = V_62; int32_t L_2500 = V_153; NullCheck(L_2499); TMP_Vertex_t8008D4AEC9AE4E475F5E02225801EB18A2A1341E * L_2501 = ((L_2499)->GetAddressAt(static_cast(L_2500)))->get_address_of_vertex_TL_16(); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * L_2502 = L_2501->get_address_of_uv2_2(); L_2502->set_y_1((1.0f)); // characterInfos[i].vertex_TR.uv2.y = 0; // + m_uvOffset.y; TMP_CharacterInfoU5BU5D_t7128C1B46CF6AB1374135FA31D41ABF23882B970* L_2503 = V_62; int32_t L_2504 = V_153; NullCheck(L_2503); TMP_Vertex_t8008D4AEC9AE4E475F5E02225801EB18A2A1341E * L_2505 = ((L_2503)->GetAddressAt(static_cast(L_2504)))->get_address_of_vertex_TR_17(); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * L_2506 = L_2505->get_address_of_uv2_2(); L_2506->set_y_1((0.0f)); // characterInfos[i].vertex_BR.uv2.y = 1; // + m_uvOffset.y; TMP_CharacterInfoU5BU5D_t7128C1B46CF6AB1374135FA31D41ABF23882B970* L_2507 = V_62; int32_t L_2508 = V_153; NullCheck(L_2507); TMP_Vertex_t8008D4AEC9AE4E475F5E02225801EB18A2A1341E * L_2509 = ((L_2507)->GetAddressAt(static_cast(L_2508)))->get_address_of_vertex_BR_18(); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * L_2510 = L_2509->get_address_of_uv2_2(); L_2510->set_y_1((1.0f)); // break; goto IL_4f2b; } IL_4cda: { // characterInfos[i].vertex_BL.uv2.y = (characterInfos[i].vertex_BL.position.y - lineExtents.min.y) / (lineExtents.max.y - lineExtents.min.y) + uvOffset; TMP_CharacterInfoU5BU5D_t7128C1B46CF6AB1374135FA31D41ABF23882B970* L_2511 = V_62; int32_t L_2512 = V_153; NullCheck(L_2511); TMP_Vertex_t8008D4AEC9AE4E475F5E02225801EB18A2A1341E * L_2513 = ((L_2511)->GetAddressAt(static_cast(L_2512)))->get_address_of_vertex_BL_15(); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * L_2514 = L_2513->get_address_of_uv2_2(); TMP_CharacterInfoU5BU5D_t7128C1B46CF6AB1374135FA31D41ABF23882B970* L_2515 = V_62; int32_t L_2516 = V_153; NullCheck(L_2515); TMP_Vertex_t8008D4AEC9AE4E475F5E02225801EB18A2A1341E * L_2517 = ((L_2515)->GetAddressAt(static_cast(L_2516)))->get_address_of_vertex_BL_15(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * L_2518 = L_2517->get_address_of_position_0(); float L_2519 = L_2518->get_y_3(); Extents_tD663823B610620A001CCCCFF452C10403AF2A0FA L_2520 = V_167; Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_2521 = L_2520.get_min_2(); float L_2522 = L_2521.get_y_1(); Extents_tD663823B610620A001CCCCFF452C10403AF2A0FA L_2523 = V_167; Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_2524 = L_2523.get_max_3(); float L_2525 = L_2524.get_y_1(); Extents_tD663823B610620A001CCCCFF452C10403AF2A0FA L_2526 = V_167; Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_2527 = L_2526.get_min_2(); float L_2528 = L_2527.get_y_1(); float L_2529 = V_168; L_2514->set_y_1(((float)il2cpp_codegen_add((float)((float)((float)((float)il2cpp_codegen_subtract((float)L_2519, (float)L_2522))/(float)((float)il2cpp_codegen_subtract((float)L_2525, (float)L_2528)))), (float)L_2529))); // characterInfos[i].vertex_TL.uv2.y = (characterInfos[i].vertex_TL.position.y - lineExtents.min.y) / (lineExtents.max.y - lineExtents.min.y) + uvOffset; TMP_CharacterInfoU5BU5D_t7128C1B46CF6AB1374135FA31D41ABF23882B970* L_2530 = V_62; int32_t L_2531 = V_153; NullCheck(L_2530); TMP_Vertex_t8008D4AEC9AE4E475F5E02225801EB18A2A1341E * L_2532 = ((L_2530)->GetAddressAt(static_cast(L_2531)))->get_address_of_vertex_TL_16(); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * L_2533 = L_2532->get_address_of_uv2_2(); TMP_CharacterInfoU5BU5D_t7128C1B46CF6AB1374135FA31D41ABF23882B970* L_2534 = V_62; int32_t L_2535 = V_153; NullCheck(L_2534); TMP_Vertex_t8008D4AEC9AE4E475F5E02225801EB18A2A1341E * L_2536 = ((L_2534)->GetAddressAt(static_cast(L_2535)))->get_address_of_vertex_TL_16(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * L_2537 = L_2536->get_address_of_position_0(); float L_2538 = L_2537->get_y_3(); Extents_tD663823B610620A001CCCCFF452C10403AF2A0FA L_2539 = V_167; Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_2540 = L_2539.get_min_2(); float L_2541 = L_2540.get_y_1(); Extents_tD663823B610620A001CCCCFF452C10403AF2A0FA L_2542 = V_167; Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_2543 = L_2542.get_max_3(); float L_2544 = L_2543.get_y_1(); Extents_tD663823B610620A001CCCCFF452C10403AF2A0FA L_2545 = V_167; Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_2546 = L_2545.get_min_2(); float L_2547 = L_2546.get_y_1(); float L_2548 = V_168; L_2533->set_y_1(((float)il2cpp_codegen_add((float)((float)((float)((float)il2cpp_codegen_subtract((float)L_2538, (float)L_2541))/(float)((float)il2cpp_codegen_subtract((float)L_2544, (float)L_2547)))), (float)L_2548))); // characterInfos[i].vertex_TR.uv2.y = characterInfos[i].vertex_BL.uv2.y; TMP_CharacterInfoU5BU5D_t7128C1B46CF6AB1374135FA31D41ABF23882B970* L_2549 = V_62; int32_t L_2550 = V_153; NullCheck(L_2549); TMP_Vertex_t8008D4AEC9AE4E475F5E02225801EB18A2A1341E * L_2551 = ((L_2549)->GetAddressAt(static_cast(L_2550)))->get_address_of_vertex_TR_17(); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * L_2552 = L_2551->get_address_of_uv2_2(); TMP_CharacterInfoU5BU5D_t7128C1B46CF6AB1374135FA31D41ABF23882B970* L_2553 = V_62; int32_t L_2554 = V_153; NullCheck(L_2553); TMP_Vertex_t8008D4AEC9AE4E475F5E02225801EB18A2A1341E * L_2555 = ((L_2553)->GetAddressAt(static_cast(L_2554)))->get_address_of_vertex_BL_15(); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * L_2556 = L_2555->get_address_of_uv2_2(); float L_2557 = L_2556->get_y_1(); L_2552->set_y_1(L_2557); // characterInfos[i].vertex_BR.uv2.y = characterInfos[i].vertex_TL.uv2.y; TMP_CharacterInfoU5BU5D_t7128C1B46CF6AB1374135FA31D41ABF23882B970* L_2558 = V_62; int32_t L_2559 = V_153; NullCheck(L_2558); TMP_Vertex_t8008D4AEC9AE4E475F5E02225801EB18A2A1341E * L_2560 = ((L_2558)->GetAddressAt(static_cast(L_2559)))->get_address_of_vertex_BR_18(); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * L_2561 = L_2560->get_address_of_uv2_2(); TMP_CharacterInfoU5BU5D_t7128C1B46CF6AB1374135FA31D41ABF23882B970* L_2562 = V_62; int32_t L_2563 = V_153; NullCheck(L_2562); TMP_Vertex_t8008D4AEC9AE4E475F5E02225801EB18A2A1341E * L_2564 = ((L_2562)->GetAddressAt(static_cast(L_2563)))->get_address_of_vertex_TL_16(); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * L_2565 = L_2564->get_address_of_uv2_2(); float L_2566 = L_2565->get_y_1(); L_2561->set_y_1(L_2566); // break; goto IL_4f2b; } IL_4df3: { // characterInfos[i].vertex_BL.uv2.y = (characterInfos[i].vertex_BL.position.y - m_meshExtents.min.y) / (m_meshExtents.max.y - m_meshExtents.min.y) + uvOffset; TMP_CharacterInfoU5BU5D_t7128C1B46CF6AB1374135FA31D41ABF23882B970* L_2567 = V_62; int32_t L_2568 = V_153; NullCheck(L_2567); TMP_Vertex_t8008D4AEC9AE4E475F5E02225801EB18A2A1341E * L_2569 = ((L_2567)->GetAddressAt(static_cast(L_2568)))->get_address_of_vertex_BL_15(); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * L_2570 = L_2569->get_address_of_uv2_2(); TMP_CharacterInfoU5BU5D_t7128C1B46CF6AB1374135FA31D41ABF23882B970* L_2571 = V_62; int32_t L_2572 = V_153; NullCheck(L_2571); TMP_Vertex_t8008D4AEC9AE4E475F5E02225801EB18A2A1341E * L_2573 = ((L_2571)->GetAddressAt(static_cast(L_2572)))->get_address_of_vertex_BL_15(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * L_2574 = L_2573->get_address_of_position_0(); float L_2575 = L_2574->get_y_3(); Extents_tD663823B610620A001CCCCFF452C10403AF2A0FA * L_2576 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_address_of_m_meshExtents_225(); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * L_2577 = L_2576->get_address_of_min_2(); float L_2578 = L_2577->get_y_1(); Extents_tD663823B610620A001CCCCFF452C10403AF2A0FA * L_2579 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_address_of_m_meshExtents_225(); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * L_2580 = L_2579->get_address_of_max_3(); float L_2581 = L_2580->get_y_1(); Extents_tD663823B610620A001CCCCFF452C10403AF2A0FA * L_2582 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_address_of_m_meshExtents_225(); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * L_2583 = L_2582->get_address_of_min_2(); float L_2584 = L_2583->get_y_1(); float L_2585 = V_168; L_2570->set_y_1(((float)il2cpp_codegen_add((float)((float)((float)((float)il2cpp_codegen_subtract((float)L_2575, (float)L_2578))/(float)((float)il2cpp_codegen_subtract((float)L_2581, (float)L_2584)))), (float)L_2585))); // characterInfos[i].vertex_TL.uv2.y = (characterInfos[i].vertex_TL.position.y - m_meshExtents.min.y) / (m_meshExtents.max.y - m_meshExtents.min.y) + uvOffset; TMP_CharacterInfoU5BU5D_t7128C1B46CF6AB1374135FA31D41ABF23882B970* L_2586 = V_62; int32_t L_2587 = V_153; NullCheck(L_2586); TMP_Vertex_t8008D4AEC9AE4E475F5E02225801EB18A2A1341E * L_2588 = ((L_2586)->GetAddressAt(static_cast(L_2587)))->get_address_of_vertex_TL_16(); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * L_2589 = L_2588->get_address_of_uv2_2(); TMP_CharacterInfoU5BU5D_t7128C1B46CF6AB1374135FA31D41ABF23882B970* L_2590 = V_62; int32_t L_2591 = V_153; NullCheck(L_2590); TMP_Vertex_t8008D4AEC9AE4E475F5E02225801EB18A2A1341E * L_2592 = ((L_2590)->GetAddressAt(static_cast(L_2591)))->get_address_of_vertex_TL_16(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * L_2593 = L_2592->get_address_of_position_0(); float L_2594 = L_2593->get_y_3(); Extents_tD663823B610620A001CCCCFF452C10403AF2A0FA * L_2595 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_address_of_m_meshExtents_225(); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * L_2596 = L_2595->get_address_of_min_2(); float L_2597 = L_2596->get_y_1(); Extents_tD663823B610620A001CCCCFF452C10403AF2A0FA * L_2598 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_address_of_m_meshExtents_225(); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * L_2599 = L_2598->get_address_of_max_3(); float L_2600 = L_2599->get_y_1(); Extents_tD663823B610620A001CCCCFF452C10403AF2A0FA * L_2601 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_address_of_m_meshExtents_225(); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * L_2602 = L_2601->get_address_of_min_2(); float L_2603 = L_2602->get_y_1(); float L_2604 = V_168; L_2589->set_y_1(((float)il2cpp_codegen_add((float)((float)((float)((float)il2cpp_codegen_subtract((float)L_2594, (float)L_2597))/(float)((float)il2cpp_codegen_subtract((float)L_2600, (float)L_2603)))), (float)L_2604))); // characterInfos[i].vertex_TR.uv2.y = characterInfos[i].vertex_BL.uv2.y; TMP_CharacterInfoU5BU5D_t7128C1B46CF6AB1374135FA31D41ABF23882B970* L_2605 = V_62; int32_t L_2606 = V_153; NullCheck(L_2605); TMP_Vertex_t8008D4AEC9AE4E475F5E02225801EB18A2A1341E * L_2607 = ((L_2605)->GetAddressAt(static_cast(L_2606)))->get_address_of_vertex_TR_17(); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * L_2608 = L_2607->get_address_of_uv2_2(); TMP_CharacterInfoU5BU5D_t7128C1B46CF6AB1374135FA31D41ABF23882B970* L_2609 = V_62; int32_t L_2610 = V_153; NullCheck(L_2609); TMP_Vertex_t8008D4AEC9AE4E475F5E02225801EB18A2A1341E * L_2611 = ((L_2609)->GetAddressAt(static_cast(L_2610)))->get_address_of_vertex_BL_15(); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * L_2612 = L_2611->get_address_of_uv2_2(); float L_2613 = L_2612->get_y_1(); L_2608->set_y_1(L_2613); // characterInfos[i].vertex_BR.uv2.y = characterInfos[i].vertex_TL.uv2.y; TMP_CharacterInfoU5BU5D_t7128C1B46CF6AB1374135FA31D41ABF23882B970* L_2614 = V_62; int32_t L_2615 = V_153; NullCheck(L_2614); TMP_Vertex_t8008D4AEC9AE4E475F5E02225801EB18A2A1341E * L_2616 = ((L_2614)->GetAddressAt(static_cast(L_2615)))->get_address_of_vertex_BR_18(); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * L_2617 = L_2616->get_address_of_uv2_2(); TMP_CharacterInfoU5BU5D_t7128C1B46CF6AB1374135FA31D41ABF23882B970* L_2618 = V_62; int32_t L_2619 = V_153; NullCheck(L_2618); TMP_Vertex_t8008D4AEC9AE4E475F5E02225801EB18A2A1341E * L_2620 = ((L_2618)->GetAddressAt(static_cast(L_2619)))->get_address_of_vertex_TL_16(); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * L_2621 = L_2620->get_address_of_uv2_2(); float L_2622 = L_2621->get_y_1(); L_2617->set_y_1(L_2622); // break; goto IL_4f2b; } IL_4f21: { // Debug.Log("ERROR: Cannot Match both Vertical & Horizontal."); IL2CPP_RUNTIME_CLASS_INIT(Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); Debug_Log_mC26E5AD0D8D156C7FFD173AA15827F69225E9DB8(_stringLiteralAFB91D1DF3A99213A5F62F37EB0B31E6121411C4, /*hidden argument*/NULL); } IL_4f2b: { // float xDelta = (1 - ((characterInfos[i].vertex_BL.uv2.y + characterInfos[i].vertex_TL.uv2.y) * characterInfos[i].aspectRatio)) / 2; // Center of Rectangle TMP_CharacterInfoU5BU5D_t7128C1B46CF6AB1374135FA31D41ABF23882B970* L_2623 = V_62; int32_t L_2624 = V_153; NullCheck(L_2623); TMP_Vertex_t8008D4AEC9AE4E475F5E02225801EB18A2A1341E * L_2625 = ((L_2623)->GetAddressAt(static_cast(L_2624)))->get_address_of_vertex_BL_15(); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * L_2626 = L_2625->get_address_of_uv2_2(); float L_2627 = L_2626->get_y_1(); TMP_CharacterInfoU5BU5D_t7128C1B46CF6AB1374135FA31D41ABF23882B970* L_2628 = V_62; int32_t L_2629 = V_153; NullCheck(L_2628); TMP_Vertex_t8008D4AEC9AE4E475F5E02225801EB18A2A1341E * L_2630 = ((L_2628)->GetAddressAt(static_cast(L_2629)))->get_address_of_vertex_TL_16(); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * L_2631 = L_2630->get_address_of_uv2_2(); float L_2632 = L_2631->get_y_1(); TMP_CharacterInfoU5BU5D_t7128C1B46CF6AB1374135FA31D41ABF23882B970* L_2633 = V_62; int32_t L_2634 = V_153; NullCheck(L_2633); float L_2635 = ((L_2633)->GetAddressAt(static_cast(L_2634)))->get_aspectRatio_30(); V_175 = ((float)((float)((float)il2cpp_codegen_subtract((float)(1.0f), (float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_add((float)L_2627, (float)L_2632)), (float)L_2635))))/(float)(2.0f))); // characterInfos[i].vertex_BL.uv2.x = (characterInfos[i].vertex_BL.uv2.y * characterInfos[i].aspectRatio) + xDelta + uvOffset; TMP_CharacterInfoU5BU5D_t7128C1B46CF6AB1374135FA31D41ABF23882B970* L_2636 = V_62; int32_t L_2637 = V_153; NullCheck(L_2636); TMP_Vertex_t8008D4AEC9AE4E475F5E02225801EB18A2A1341E * L_2638 = ((L_2636)->GetAddressAt(static_cast(L_2637)))->get_address_of_vertex_BL_15(); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * L_2639 = L_2638->get_address_of_uv2_2(); TMP_CharacterInfoU5BU5D_t7128C1B46CF6AB1374135FA31D41ABF23882B970* L_2640 = V_62; int32_t L_2641 = V_153; NullCheck(L_2640); TMP_Vertex_t8008D4AEC9AE4E475F5E02225801EB18A2A1341E * L_2642 = ((L_2640)->GetAddressAt(static_cast(L_2641)))->get_address_of_vertex_BL_15(); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * L_2643 = L_2642->get_address_of_uv2_2(); float L_2644 = L_2643->get_y_1(); TMP_CharacterInfoU5BU5D_t7128C1B46CF6AB1374135FA31D41ABF23882B970* L_2645 = V_62; int32_t L_2646 = V_153; NullCheck(L_2645); float L_2647 = ((L_2645)->GetAddressAt(static_cast(L_2646)))->get_aspectRatio_30(); float L_2648 = V_175; float L_2649 = V_168; L_2639->set_x_0(((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_multiply((float)L_2644, (float)L_2647)), (float)L_2648)), (float)L_2649))); // characterInfos[i].vertex_TL.uv2.x = characterInfos[i].vertex_BL.uv2.x; TMP_CharacterInfoU5BU5D_t7128C1B46CF6AB1374135FA31D41ABF23882B970* L_2650 = V_62; int32_t L_2651 = V_153; NullCheck(L_2650); TMP_Vertex_t8008D4AEC9AE4E475F5E02225801EB18A2A1341E * L_2652 = ((L_2650)->GetAddressAt(static_cast(L_2651)))->get_address_of_vertex_TL_16(); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * L_2653 = L_2652->get_address_of_uv2_2(); TMP_CharacterInfoU5BU5D_t7128C1B46CF6AB1374135FA31D41ABF23882B970* L_2654 = V_62; int32_t L_2655 = V_153; NullCheck(L_2654); TMP_Vertex_t8008D4AEC9AE4E475F5E02225801EB18A2A1341E * L_2656 = ((L_2654)->GetAddressAt(static_cast(L_2655)))->get_address_of_vertex_BL_15(); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * L_2657 = L_2656->get_address_of_uv2_2(); float L_2658 = L_2657->get_x_0(); L_2653->set_x_0(L_2658); // characterInfos[i].vertex_TR.uv2.x = (characterInfos[i].vertex_TL.uv2.y * characterInfos[i].aspectRatio) + xDelta + uvOffset; TMP_CharacterInfoU5BU5D_t7128C1B46CF6AB1374135FA31D41ABF23882B970* L_2659 = V_62; int32_t L_2660 = V_153; NullCheck(L_2659); TMP_Vertex_t8008D4AEC9AE4E475F5E02225801EB18A2A1341E * L_2661 = ((L_2659)->GetAddressAt(static_cast(L_2660)))->get_address_of_vertex_TR_17(); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * L_2662 = L_2661->get_address_of_uv2_2(); TMP_CharacterInfoU5BU5D_t7128C1B46CF6AB1374135FA31D41ABF23882B970* L_2663 = V_62; int32_t L_2664 = V_153; NullCheck(L_2663); TMP_Vertex_t8008D4AEC9AE4E475F5E02225801EB18A2A1341E * L_2665 = ((L_2663)->GetAddressAt(static_cast(L_2664)))->get_address_of_vertex_TL_16(); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * L_2666 = L_2665->get_address_of_uv2_2(); float L_2667 = L_2666->get_y_1(); TMP_CharacterInfoU5BU5D_t7128C1B46CF6AB1374135FA31D41ABF23882B970* L_2668 = V_62; int32_t L_2669 = V_153; NullCheck(L_2668); float L_2670 = ((L_2668)->GetAddressAt(static_cast(L_2669)))->get_aspectRatio_30(); float L_2671 = V_175; float L_2672 = V_168; L_2662->set_x_0(((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_multiply((float)L_2667, (float)L_2670)), (float)L_2671)), (float)L_2672))); // characterInfos[i].vertex_BR.uv2.x = characterInfos[i].vertex_TR.uv2.x; TMP_CharacterInfoU5BU5D_t7128C1B46CF6AB1374135FA31D41ABF23882B970* L_2673 = V_62; int32_t L_2674 = V_153; NullCheck(L_2673); TMP_Vertex_t8008D4AEC9AE4E475F5E02225801EB18A2A1341E * L_2675 = ((L_2673)->GetAddressAt(static_cast(L_2674)))->get_address_of_vertex_BR_18(); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * L_2676 = L_2675->get_address_of_uv2_2(); TMP_CharacterInfoU5BU5D_t7128C1B46CF6AB1374135FA31D41ABF23882B970* L_2677 = V_62; int32_t L_2678 = V_153; NullCheck(L_2677); TMP_Vertex_t8008D4AEC9AE4E475F5E02225801EB18A2A1341E * L_2679 = ((L_2677)->GetAddressAt(static_cast(L_2678)))->get_address_of_vertex_TR_17(); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * L_2680 = L_2679->get_address_of_uv2_2(); float L_2681 = L_2680->get_x_0(); L_2676->set_x_0(L_2681); } IL_5063: { // switch (m_verticalMapping) int32_t L_2682 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_verticalMapping_133(); V_176 = L_2682; int32_t L_2683 = V_176; switch (L_2683) { case 0: { goto IL_5087; } case 1: { goto IL_5100; } case 2: { goto IL_51f5; } case 3: { goto IL_5320; } } } { goto IL_5452; } IL_5087: { // characterInfos[i].vertex_BL.uv2.y = 0; // + m_uvOffset.y; TMP_CharacterInfoU5BU5D_t7128C1B46CF6AB1374135FA31D41ABF23882B970* L_2684 = V_62; int32_t L_2685 = V_153; NullCheck(L_2684); TMP_Vertex_t8008D4AEC9AE4E475F5E02225801EB18A2A1341E * L_2686 = ((L_2684)->GetAddressAt(static_cast(L_2685)))->get_address_of_vertex_BL_15(); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * L_2687 = L_2686->get_address_of_uv2_2(); L_2687->set_y_1((0.0f)); // characterInfos[i].vertex_TL.uv2.y = 1; // + m_uvOffset.y; TMP_CharacterInfoU5BU5D_t7128C1B46CF6AB1374135FA31D41ABF23882B970* L_2688 = V_62; int32_t L_2689 = V_153; NullCheck(L_2688); TMP_Vertex_t8008D4AEC9AE4E475F5E02225801EB18A2A1341E * L_2690 = ((L_2688)->GetAddressAt(static_cast(L_2689)))->get_address_of_vertex_TL_16(); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * L_2691 = L_2690->get_address_of_uv2_2(); L_2691->set_y_1((1.0f)); // characterInfos[i].vertex_TR.uv2.y = 1; // + m_uvOffset.y; TMP_CharacterInfoU5BU5D_t7128C1B46CF6AB1374135FA31D41ABF23882B970* L_2692 = V_62; int32_t L_2693 = V_153; NullCheck(L_2692); TMP_Vertex_t8008D4AEC9AE4E475F5E02225801EB18A2A1341E * L_2694 = ((L_2692)->GetAddressAt(static_cast(L_2693)))->get_address_of_vertex_TR_17(); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * L_2695 = L_2694->get_address_of_uv2_2(); L_2695->set_y_1((1.0f)); // characterInfos[i].vertex_BR.uv2.y = 0; // + m_uvOffset.y; TMP_CharacterInfoU5BU5D_t7128C1B46CF6AB1374135FA31D41ABF23882B970* L_2696 = V_62; int32_t L_2697 = V_153; NullCheck(L_2696); TMP_Vertex_t8008D4AEC9AE4E475F5E02225801EB18A2A1341E * L_2698 = ((L_2696)->GetAddressAt(static_cast(L_2697)))->get_address_of_vertex_BR_18(); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * L_2699 = L_2698->get_address_of_uv2_2(); L_2699->set_y_1((0.0f)); // break; goto IL_5452; } IL_5100: { // characterInfos[i].vertex_BL.uv2.y = (characterInfos[i].vertex_BL.position.y - lineInfo.descender) / (lineInfo.ascender - lineInfo.descender); // + m_uvOffset.y; TMP_CharacterInfoU5BU5D_t7128C1B46CF6AB1374135FA31D41ABF23882B970* L_2700 = V_62; int32_t L_2701 = V_153; NullCheck(L_2700); TMP_Vertex_t8008D4AEC9AE4E475F5E02225801EB18A2A1341E * L_2702 = ((L_2700)->GetAddressAt(static_cast(L_2701)))->get_address_of_vertex_BL_15(); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * L_2703 = L_2702->get_address_of_uv2_2(); TMP_CharacterInfoU5BU5D_t7128C1B46CF6AB1374135FA31D41ABF23882B970* L_2704 = V_62; int32_t L_2705 = V_153; NullCheck(L_2704); TMP_Vertex_t8008D4AEC9AE4E475F5E02225801EB18A2A1341E * L_2706 = ((L_2704)->GetAddressAt(static_cast(L_2705)))->get_address_of_vertex_BL_15(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * L_2707 = L_2706->get_address_of_position_0(); float L_2708 = L_2707->get_y_3(); TMP_LineInfo_tB86D3A31D61EB73EEFB08F6B1AB5C60DE52981F7 L_2709 = V_157; float L_2710 = L_2709.get_descender_13(); TMP_LineInfo_tB86D3A31D61EB73EEFB08F6B1AB5C60DE52981F7 L_2711 = V_157; float L_2712 = L_2711.get_ascender_11(); TMP_LineInfo_tB86D3A31D61EB73EEFB08F6B1AB5C60DE52981F7 L_2713 = V_157; float L_2714 = L_2713.get_descender_13(); L_2703->set_y_1(((float)((float)((float)il2cpp_codegen_subtract((float)L_2708, (float)L_2710))/(float)((float)il2cpp_codegen_subtract((float)L_2712, (float)L_2714))))); // characterInfos[i].vertex_TL.uv2.y = (characterInfos[i].vertex_TL.position.y - lineInfo.descender) / (lineInfo.ascender - lineInfo.descender); // + m_uvOffset.y; TMP_CharacterInfoU5BU5D_t7128C1B46CF6AB1374135FA31D41ABF23882B970* L_2715 = V_62; int32_t L_2716 = V_153; NullCheck(L_2715); TMP_Vertex_t8008D4AEC9AE4E475F5E02225801EB18A2A1341E * L_2717 = ((L_2715)->GetAddressAt(static_cast(L_2716)))->get_address_of_vertex_TL_16(); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * L_2718 = L_2717->get_address_of_uv2_2(); TMP_CharacterInfoU5BU5D_t7128C1B46CF6AB1374135FA31D41ABF23882B970* L_2719 = V_62; int32_t L_2720 = V_153; NullCheck(L_2719); TMP_Vertex_t8008D4AEC9AE4E475F5E02225801EB18A2A1341E * L_2721 = ((L_2719)->GetAddressAt(static_cast(L_2720)))->get_address_of_vertex_TL_16(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * L_2722 = L_2721->get_address_of_position_0(); float L_2723 = L_2722->get_y_3(); TMP_LineInfo_tB86D3A31D61EB73EEFB08F6B1AB5C60DE52981F7 L_2724 = V_157; float L_2725 = L_2724.get_descender_13(); TMP_LineInfo_tB86D3A31D61EB73EEFB08F6B1AB5C60DE52981F7 L_2726 = V_157; float L_2727 = L_2726.get_ascender_11(); TMP_LineInfo_tB86D3A31D61EB73EEFB08F6B1AB5C60DE52981F7 L_2728 = V_157; float L_2729 = L_2728.get_descender_13(); L_2718->set_y_1(((float)((float)((float)il2cpp_codegen_subtract((float)L_2723, (float)L_2725))/(float)((float)il2cpp_codegen_subtract((float)L_2727, (float)L_2729))))); // characterInfos[i].vertex_TR.uv2.y = characterInfos[i].vertex_TL.uv2.y; TMP_CharacterInfoU5BU5D_t7128C1B46CF6AB1374135FA31D41ABF23882B970* L_2730 = V_62; int32_t L_2731 = V_153; NullCheck(L_2730); TMP_Vertex_t8008D4AEC9AE4E475F5E02225801EB18A2A1341E * L_2732 = ((L_2730)->GetAddressAt(static_cast(L_2731)))->get_address_of_vertex_TR_17(); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * L_2733 = L_2732->get_address_of_uv2_2(); TMP_CharacterInfoU5BU5D_t7128C1B46CF6AB1374135FA31D41ABF23882B970* L_2734 = V_62; int32_t L_2735 = V_153; NullCheck(L_2734); TMP_Vertex_t8008D4AEC9AE4E475F5E02225801EB18A2A1341E * L_2736 = ((L_2734)->GetAddressAt(static_cast(L_2735)))->get_address_of_vertex_TL_16(); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * L_2737 = L_2736->get_address_of_uv2_2(); float L_2738 = L_2737->get_y_1(); L_2733->set_y_1(L_2738); // characterInfos[i].vertex_BR.uv2.y = characterInfos[i].vertex_BL.uv2.y; TMP_CharacterInfoU5BU5D_t7128C1B46CF6AB1374135FA31D41ABF23882B970* L_2739 = V_62; int32_t L_2740 = V_153; NullCheck(L_2739); TMP_Vertex_t8008D4AEC9AE4E475F5E02225801EB18A2A1341E * L_2741 = ((L_2739)->GetAddressAt(static_cast(L_2740)))->get_address_of_vertex_BR_18(); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * L_2742 = L_2741->get_address_of_uv2_2(); TMP_CharacterInfoU5BU5D_t7128C1B46CF6AB1374135FA31D41ABF23882B970* L_2743 = V_62; int32_t L_2744 = V_153; NullCheck(L_2743); TMP_Vertex_t8008D4AEC9AE4E475F5E02225801EB18A2A1341E * L_2745 = ((L_2743)->GetAddressAt(static_cast(L_2744)))->get_address_of_vertex_BL_15(); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * L_2746 = L_2745->get_address_of_uv2_2(); float L_2747 = L_2746->get_y_1(); L_2742->set_y_1(L_2747); // break; goto IL_5452; } IL_51f5: { // characterInfos[i].vertex_BL.uv2.y = (characterInfos[i].vertex_BL.position.y - m_meshExtents.min.y) / (m_meshExtents.max.y - m_meshExtents.min.y); // + m_uvOffset.y; TMP_CharacterInfoU5BU5D_t7128C1B46CF6AB1374135FA31D41ABF23882B970* L_2748 = V_62; int32_t L_2749 = V_153; NullCheck(L_2748); TMP_Vertex_t8008D4AEC9AE4E475F5E02225801EB18A2A1341E * L_2750 = ((L_2748)->GetAddressAt(static_cast(L_2749)))->get_address_of_vertex_BL_15(); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * L_2751 = L_2750->get_address_of_uv2_2(); TMP_CharacterInfoU5BU5D_t7128C1B46CF6AB1374135FA31D41ABF23882B970* L_2752 = V_62; int32_t L_2753 = V_153; NullCheck(L_2752); TMP_Vertex_t8008D4AEC9AE4E475F5E02225801EB18A2A1341E * L_2754 = ((L_2752)->GetAddressAt(static_cast(L_2753)))->get_address_of_vertex_BL_15(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * L_2755 = L_2754->get_address_of_position_0(); float L_2756 = L_2755->get_y_3(); Extents_tD663823B610620A001CCCCFF452C10403AF2A0FA * L_2757 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_address_of_m_meshExtents_225(); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * L_2758 = L_2757->get_address_of_min_2(); float L_2759 = L_2758->get_y_1(); Extents_tD663823B610620A001CCCCFF452C10403AF2A0FA * L_2760 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_address_of_m_meshExtents_225(); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * L_2761 = L_2760->get_address_of_max_3(); float L_2762 = L_2761->get_y_1(); Extents_tD663823B610620A001CCCCFF452C10403AF2A0FA * L_2763 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_address_of_m_meshExtents_225(); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * L_2764 = L_2763->get_address_of_min_2(); float L_2765 = L_2764->get_y_1(); L_2751->set_y_1(((float)((float)((float)il2cpp_codegen_subtract((float)L_2756, (float)L_2759))/(float)((float)il2cpp_codegen_subtract((float)L_2762, (float)L_2765))))); // characterInfos[i].vertex_TL.uv2.y = (characterInfos[i].vertex_TL.position.y - m_meshExtents.min.y) / (m_meshExtents.max.y - m_meshExtents.min.y); // + m_uvOffset.y; TMP_CharacterInfoU5BU5D_t7128C1B46CF6AB1374135FA31D41ABF23882B970* L_2766 = V_62; int32_t L_2767 = V_153; NullCheck(L_2766); TMP_Vertex_t8008D4AEC9AE4E475F5E02225801EB18A2A1341E * L_2768 = ((L_2766)->GetAddressAt(static_cast(L_2767)))->get_address_of_vertex_TL_16(); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * L_2769 = L_2768->get_address_of_uv2_2(); TMP_CharacterInfoU5BU5D_t7128C1B46CF6AB1374135FA31D41ABF23882B970* L_2770 = V_62; int32_t L_2771 = V_153; NullCheck(L_2770); TMP_Vertex_t8008D4AEC9AE4E475F5E02225801EB18A2A1341E * L_2772 = ((L_2770)->GetAddressAt(static_cast(L_2771)))->get_address_of_vertex_TL_16(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * L_2773 = L_2772->get_address_of_position_0(); float L_2774 = L_2773->get_y_3(); Extents_tD663823B610620A001CCCCFF452C10403AF2A0FA * L_2775 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_address_of_m_meshExtents_225(); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * L_2776 = L_2775->get_address_of_min_2(); float L_2777 = L_2776->get_y_1(); Extents_tD663823B610620A001CCCCFF452C10403AF2A0FA * L_2778 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_address_of_m_meshExtents_225(); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * L_2779 = L_2778->get_address_of_max_3(); float L_2780 = L_2779->get_y_1(); Extents_tD663823B610620A001CCCCFF452C10403AF2A0FA * L_2781 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_address_of_m_meshExtents_225(); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * L_2782 = L_2781->get_address_of_min_2(); float L_2783 = L_2782->get_y_1(); L_2769->set_y_1(((float)((float)((float)il2cpp_codegen_subtract((float)L_2774, (float)L_2777))/(float)((float)il2cpp_codegen_subtract((float)L_2780, (float)L_2783))))); // characterInfos[i].vertex_TR.uv2.y = characterInfos[i].vertex_TL.uv2.y; TMP_CharacterInfoU5BU5D_t7128C1B46CF6AB1374135FA31D41ABF23882B970* L_2784 = V_62; int32_t L_2785 = V_153; NullCheck(L_2784); TMP_Vertex_t8008D4AEC9AE4E475F5E02225801EB18A2A1341E * L_2786 = ((L_2784)->GetAddressAt(static_cast(L_2785)))->get_address_of_vertex_TR_17(); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * L_2787 = L_2786->get_address_of_uv2_2(); TMP_CharacterInfoU5BU5D_t7128C1B46CF6AB1374135FA31D41ABF23882B970* L_2788 = V_62; int32_t L_2789 = V_153; NullCheck(L_2788); TMP_Vertex_t8008D4AEC9AE4E475F5E02225801EB18A2A1341E * L_2790 = ((L_2788)->GetAddressAt(static_cast(L_2789)))->get_address_of_vertex_TL_16(); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * L_2791 = L_2790->get_address_of_uv2_2(); float L_2792 = L_2791->get_y_1(); L_2787->set_y_1(L_2792); // characterInfos[i].vertex_BR.uv2.y = characterInfos[i].vertex_BL.uv2.y; TMP_CharacterInfoU5BU5D_t7128C1B46CF6AB1374135FA31D41ABF23882B970* L_2793 = V_62; int32_t L_2794 = V_153; NullCheck(L_2793); TMP_Vertex_t8008D4AEC9AE4E475F5E02225801EB18A2A1341E * L_2795 = ((L_2793)->GetAddressAt(static_cast(L_2794)))->get_address_of_vertex_BR_18(); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * L_2796 = L_2795->get_address_of_uv2_2(); TMP_CharacterInfoU5BU5D_t7128C1B46CF6AB1374135FA31D41ABF23882B970* L_2797 = V_62; int32_t L_2798 = V_153; NullCheck(L_2797); TMP_Vertex_t8008D4AEC9AE4E475F5E02225801EB18A2A1341E * L_2799 = ((L_2797)->GetAddressAt(static_cast(L_2798)))->get_address_of_vertex_BL_15(); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * L_2800 = L_2799->get_address_of_uv2_2(); float L_2801 = L_2800->get_y_1(); L_2796->set_y_1(L_2801); // break; goto IL_5452; } IL_5320: { // float yDelta = (1 - ((characterInfos[i].vertex_BL.uv2.x + characterInfos[i].vertex_TR.uv2.x) / characterInfos[i].aspectRatio)) / 2; // Center of Rectangle TMP_CharacterInfoU5BU5D_t7128C1B46CF6AB1374135FA31D41ABF23882B970* L_2802 = V_62; int32_t L_2803 = V_153; NullCheck(L_2802); TMP_Vertex_t8008D4AEC9AE4E475F5E02225801EB18A2A1341E * L_2804 = ((L_2802)->GetAddressAt(static_cast(L_2803)))->get_address_of_vertex_BL_15(); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * L_2805 = L_2804->get_address_of_uv2_2(); float L_2806 = L_2805->get_x_0(); TMP_CharacterInfoU5BU5D_t7128C1B46CF6AB1374135FA31D41ABF23882B970* L_2807 = V_62; int32_t L_2808 = V_153; NullCheck(L_2807); TMP_Vertex_t8008D4AEC9AE4E475F5E02225801EB18A2A1341E * L_2809 = ((L_2807)->GetAddressAt(static_cast(L_2808)))->get_address_of_vertex_TR_17(); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * L_2810 = L_2809->get_address_of_uv2_2(); float L_2811 = L_2810->get_x_0(); TMP_CharacterInfoU5BU5D_t7128C1B46CF6AB1374135FA31D41ABF23882B970* L_2812 = V_62; int32_t L_2813 = V_153; NullCheck(L_2812); float L_2814 = ((L_2812)->GetAddressAt(static_cast(L_2813)))->get_aspectRatio_30(); V_178 = ((float)((float)((float)il2cpp_codegen_subtract((float)(1.0f), (float)((float)((float)((float)il2cpp_codegen_add((float)L_2806, (float)L_2811))/(float)L_2814))))/(float)(2.0f))); // characterInfos[i].vertex_BL.uv2.y = yDelta + (characterInfos[i].vertex_BL.uv2.x / characterInfos[i].aspectRatio); // + m_uvOffset.y; TMP_CharacterInfoU5BU5D_t7128C1B46CF6AB1374135FA31D41ABF23882B970* L_2815 = V_62; int32_t L_2816 = V_153; NullCheck(L_2815); TMP_Vertex_t8008D4AEC9AE4E475F5E02225801EB18A2A1341E * L_2817 = ((L_2815)->GetAddressAt(static_cast(L_2816)))->get_address_of_vertex_BL_15(); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * L_2818 = L_2817->get_address_of_uv2_2(); float L_2819 = V_178; TMP_CharacterInfoU5BU5D_t7128C1B46CF6AB1374135FA31D41ABF23882B970* L_2820 = V_62; int32_t L_2821 = V_153; NullCheck(L_2820); TMP_Vertex_t8008D4AEC9AE4E475F5E02225801EB18A2A1341E * L_2822 = ((L_2820)->GetAddressAt(static_cast(L_2821)))->get_address_of_vertex_BL_15(); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * L_2823 = L_2822->get_address_of_uv2_2(); float L_2824 = L_2823->get_x_0(); TMP_CharacterInfoU5BU5D_t7128C1B46CF6AB1374135FA31D41ABF23882B970* L_2825 = V_62; int32_t L_2826 = V_153; NullCheck(L_2825); float L_2827 = ((L_2825)->GetAddressAt(static_cast(L_2826)))->get_aspectRatio_30(); L_2818->set_y_1(((float)il2cpp_codegen_add((float)L_2819, (float)((float)((float)L_2824/(float)L_2827))))); // characterInfos[i].vertex_TL.uv2.y = yDelta + (characterInfos[i].vertex_TR.uv2.x / characterInfos[i].aspectRatio); // + m_uvOffset.y; TMP_CharacterInfoU5BU5D_t7128C1B46CF6AB1374135FA31D41ABF23882B970* L_2828 = V_62; int32_t L_2829 = V_153; NullCheck(L_2828); TMP_Vertex_t8008D4AEC9AE4E475F5E02225801EB18A2A1341E * L_2830 = ((L_2828)->GetAddressAt(static_cast(L_2829)))->get_address_of_vertex_TL_16(); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * L_2831 = L_2830->get_address_of_uv2_2(); float L_2832 = V_178; TMP_CharacterInfoU5BU5D_t7128C1B46CF6AB1374135FA31D41ABF23882B970* L_2833 = V_62; int32_t L_2834 = V_153; NullCheck(L_2833); TMP_Vertex_t8008D4AEC9AE4E475F5E02225801EB18A2A1341E * L_2835 = ((L_2833)->GetAddressAt(static_cast(L_2834)))->get_address_of_vertex_TR_17(); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * L_2836 = L_2835->get_address_of_uv2_2(); float L_2837 = L_2836->get_x_0(); TMP_CharacterInfoU5BU5D_t7128C1B46CF6AB1374135FA31D41ABF23882B970* L_2838 = V_62; int32_t L_2839 = V_153; NullCheck(L_2838); float L_2840 = ((L_2838)->GetAddressAt(static_cast(L_2839)))->get_aspectRatio_30(); L_2831->set_y_1(((float)il2cpp_codegen_add((float)L_2832, (float)((float)((float)L_2837/(float)L_2840))))); // characterInfos[i].vertex_BR.uv2.y = characterInfos[i].vertex_BL.uv2.y; TMP_CharacterInfoU5BU5D_t7128C1B46CF6AB1374135FA31D41ABF23882B970* L_2841 = V_62; int32_t L_2842 = V_153; NullCheck(L_2841); TMP_Vertex_t8008D4AEC9AE4E475F5E02225801EB18A2A1341E * L_2843 = ((L_2841)->GetAddressAt(static_cast(L_2842)))->get_address_of_vertex_BR_18(); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * L_2844 = L_2843->get_address_of_uv2_2(); TMP_CharacterInfoU5BU5D_t7128C1B46CF6AB1374135FA31D41ABF23882B970* L_2845 = V_62; int32_t L_2846 = V_153; NullCheck(L_2845); TMP_Vertex_t8008D4AEC9AE4E475F5E02225801EB18A2A1341E * L_2847 = ((L_2845)->GetAddressAt(static_cast(L_2846)))->get_address_of_vertex_BL_15(); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * L_2848 = L_2847->get_address_of_uv2_2(); float L_2849 = L_2848->get_y_1(); L_2844->set_y_1(L_2849); // characterInfos[i].vertex_TR.uv2.y = characterInfos[i].vertex_TL.uv2.y; TMP_CharacterInfoU5BU5D_t7128C1B46CF6AB1374135FA31D41ABF23882B970* L_2850 = V_62; int32_t L_2851 = V_153; NullCheck(L_2850); TMP_Vertex_t8008D4AEC9AE4E475F5E02225801EB18A2A1341E * L_2852 = ((L_2850)->GetAddressAt(static_cast(L_2851)))->get_address_of_vertex_TR_17(); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * L_2853 = L_2852->get_address_of_uv2_2(); TMP_CharacterInfoU5BU5D_t7128C1B46CF6AB1374135FA31D41ABF23882B970* L_2854 = V_62; int32_t L_2855 = V_153; NullCheck(L_2854); TMP_Vertex_t8008D4AEC9AE4E475F5E02225801EB18A2A1341E * L_2856 = ((L_2854)->GetAddressAt(static_cast(L_2855)))->get_address_of_vertex_TL_16(); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * L_2857 = L_2856->get_address_of_uv2_2(); float L_2858 = L_2857->get_y_1(); L_2853->set_y_1(L_2858); } IL_5452: { // xScale = characterInfos[i].scale * Mathf.Abs(lossyScale) * (1 - m_charWidthAdjDelta); TMP_CharacterInfoU5BU5D_t7128C1B46CF6AB1374135FA31D41ABF23882B970* L_2859 = V_62; int32_t L_2860 = V_153; NullCheck(L_2859); float L_2861 = ((L_2859)->GetAddressAt(static_cast(L_2860)))->get_scale_31(); float L_2862 = V_48; float L_2863; L_2863 = fabsf(L_2862); float L_2864 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_charWidthAdjDelta_109(); V_52 = ((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_multiply((float)L_2861, (float)L_2863)), (float)((float)il2cpp_codegen_subtract((float)(1.0f), (float)L_2864)))); // if (!characterInfos[i].isUsingAlternateTypeface && (characterInfos[i].style & FontStyles.Bold) == FontStyles.Bold) xScale *= -1; TMP_CharacterInfoU5BU5D_t7128C1B46CF6AB1374135FA31D41ABF23882B970* L_2865 = V_62; int32_t L_2866 = V_153; NullCheck(L_2865); bool L_2867 = ((L_2865)->GetAddressAt(static_cast(L_2866)))->get_isUsingAlternateTypeface_10(); if (L_2867) { goto IL_54a4; } } { TMP_CharacterInfoU5BU5D_t7128C1B46CF6AB1374135FA31D41ABF23882B970* L_2868 = V_62; int32_t L_2869 = V_153; NullCheck(L_2868); int32_t L_2870 = ((L_2868)->GetAddressAt(static_cast(L_2869)))->get_style_39(); if ((!(((uint32_t)((int32_t)((int32_t)L_2870&(int32_t)1))) == ((uint32_t)1)))) { goto IL_54a4; } } { // if (!characterInfos[i].isUsingAlternateTypeface && (characterInfos[i].style & FontStyles.Bold) == FontStyles.Bold) xScale *= -1; float L_2871 = V_52; V_52 = ((float)il2cpp_codegen_multiply((float)L_2871, (float)(-1.0f))); } IL_54a4: { // float x0 = characterInfos[i].vertex_BL.uv2.x; TMP_CharacterInfoU5BU5D_t7128C1B46CF6AB1374135FA31D41ABF23882B970* L_2872 = V_62; int32_t L_2873 = V_153; NullCheck(L_2872); TMP_Vertex_t8008D4AEC9AE4E475F5E02225801EB18A2A1341E * L_2874 = ((L_2872)->GetAddressAt(static_cast(L_2873)))->get_address_of_vertex_BL_15(); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * L_2875 = L_2874->get_address_of_uv2_2(); float L_2876 = L_2875->get_x_0(); V_169 = L_2876; // float y0 = characterInfos[i].vertex_BL.uv2.y; TMP_CharacterInfoU5BU5D_t7128C1B46CF6AB1374135FA31D41ABF23882B970* L_2877 = V_62; int32_t L_2878 = V_153; NullCheck(L_2877); TMP_Vertex_t8008D4AEC9AE4E475F5E02225801EB18A2A1341E * L_2879 = ((L_2877)->GetAddressAt(static_cast(L_2878)))->get_address_of_vertex_BL_15(); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * L_2880 = L_2879->get_address_of_uv2_2(); float L_2881 = L_2880->get_y_1(); V_170 = L_2881; // float x1 = characterInfos[i].vertex_TR.uv2.x; TMP_CharacterInfoU5BU5D_t7128C1B46CF6AB1374135FA31D41ABF23882B970* L_2882 = V_62; int32_t L_2883 = V_153; NullCheck(L_2882); TMP_Vertex_t8008D4AEC9AE4E475F5E02225801EB18A2A1341E * L_2884 = ((L_2882)->GetAddressAt(static_cast(L_2883)))->get_address_of_vertex_TR_17(); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * L_2885 = L_2884->get_address_of_uv2_2(); float L_2886 = L_2885->get_x_0(); V_171 = L_2886; // float y1 = characterInfos[i].vertex_TR.uv2.y; TMP_CharacterInfoU5BU5D_t7128C1B46CF6AB1374135FA31D41ABF23882B970* L_2887 = V_62; int32_t L_2888 = V_153; NullCheck(L_2887); TMP_Vertex_t8008D4AEC9AE4E475F5E02225801EB18A2A1341E * L_2889 = ((L_2887)->GetAddressAt(static_cast(L_2888)))->get_address_of_vertex_TR_17(); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * L_2890 = L_2889->get_address_of_uv2_2(); float L_2891 = L_2890->get_y_1(); V_172 = L_2891; // float dx = (int)x0; float L_2892 = V_169; V_173 = ((float)((float)((int32_t)((int32_t)L_2892)))); // float dy = (int)y0; float L_2893 = V_170; V_174 = ((float)((float)((int32_t)((int32_t)L_2893)))); // x0 = x0 - dx; float L_2894 = V_169; float L_2895 = V_173; V_169 = ((float)il2cpp_codegen_subtract((float)L_2894, (float)L_2895)); // x1 = x1 - dx; float L_2896 = V_171; float L_2897 = V_173; V_171 = ((float)il2cpp_codegen_subtract((float)L_2896, (float)L_2897)); // y0 = y0 - dy; float L_2898 = V_170; float L_2899 = V_174; V_170 = ((float)il2cpp_codegen_subtract((float)L_2898, (float)L_2899)); // y1 = y1 - dy; float L_2900 = V_172; float L_2901 = V_174; V_172 = ((float)il2cpp_codegen_subtract((float)L_2900, (float)L_2901)); // characterInfos[i].vertex_BL.uv2.x = PackUV(x0, y0); characterInfos[i].vertex_BL.uv2.y = xScale; TMP_CharacterInfoU5BU5D_t7128C1B46CF6AB1374135FA31D41ABF23882B970* L_2902 = V_62; int32_t L_2903 = V_153; NullCheck(L_2902); TMP_Vertex_t8008D4AEC9AE4E475F5E02225801EB18A2A1341E * L_2904 = ((L_2902)->GetAddressAt(static_cast(L_2903)))->get_address_of_vertex_BL_15(); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * L_2905 = L_2904->get_address_of_uv2_2(); float L_2906 = V_169; float L_2907 = V_170; float L_2908; L_2908 = TMP_Text_PackUV_m7868218DBD9EB62B291412D0D675CB0F0BCD8E61(__this, L_2906, L_2907, /*hidden argument*/NULL); L_2905->set_x_0(L_2908); // characterInfos[i].vertex_BL.uv2.x = PackUV(x0, y0); characterInfos[i].vertex_BL.uv2.y = xScale; TMP_CharacterInfoU5BU5D_t7128C1B46CF6AB1374135FA31D41ABF23882B970* L_2909 = V_62; int32_t L_2910 = V_153; NullCheck(L_2909); TMP_Vertex_t8008D4AEC9AE4E475F5E02225801EB18A2A1341E * L_2911 = ((L_2909)->GetAddressAt(static_cast(L_2910)))->get_address_of_vertex_BL_15(); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * L_2912 = L_2911->get_address_of_uv2_2(); float L_2913 = V_52; L_2912->set_y_1(L_2913); // characterInfos[i].vertex_TL.uv2.x = PackUV(x0, y1); characterInfos[i].vertex_TL.uv2.y = xScale; TMP_CharacterInfoU5BU5D_t7128C1B46CF6AB1374135FA31D41ABF23882B970* L_2914 = V_62; int32_t L_2915 = V_153; NullCheck(L_2914); TMP_Vertex_t8008D4AEC9AE4E475F5E02225801EB18A2A1341E * L_2916 = ((L_2914)->GetAddressAt(static_cast(L_2915)))->get_address_of_vertex_TL_16(); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * L_2917 = L_2916->get_address_of_uv2_2(); float L_2918 = V_169; float L_2919 = V_172; float L_2920; L_2920 = TMP_Text_PackUV_m7868218DBD9EB62B291412D0D675CB0F0BCD8E61(__this, L_2918, L_2919, /*hidden argument*/NULL); L_2917->set_x_0(L_2920); // characterInfos[i].vertex_TL.uv2.x = PackUV(x0, y1); characterInfos[i].vertex_TL.uv2.y = xScale; TMP_CharacterInfoU5BU5D_t7128C1B46CF6AB1374135FA31D41ABF23882B970* L_2921 = V_62; int32_t L_2922 = V_153; NullCheck(L_2921); TMP_Vertex_t8008D4AEC9AE4E475F5E02225801EB18A2A1341E * L_2923 = ((L_2921)->GetAddressAt(static_cast(L_2922)))->get_address_of_vertex_TL_16(); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * L_2924 = L_2923->get_address_of_uv2_2(); float L_2925 = V_52; L_2924->set_y_1(L_2925); // characterInfos[i].vertex_TR.uv2.x = PackUV(x1, y1); characterInfos[i].vertex_TR.uv2.y = xScale; TMP_CharacterInfoU5BU5D_t7128C1B46CF6AB1374135FA31D41ABF23882B970* L_2926 = V_62; int32_t L_2927 = V_153; NullCheck(L_2926); TMP_Vertex_t8008D4AEC9AE4E475F5E02225801EB18A2A1341E * L_2928 = ((L_2926)->GetAddressAt(static_cast(L_2927)))->get_address_of_vertex_TR_17(); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * L_2929 = L_2928->get_address_of_uv2_2(); float L_2930 = V_171; float L_2931 = V_172; float L_2932; L_2932 = TMP_Text_PackUV_m7868218DBD9EB62B291412D0D675CB0F0BCD8E61(__this, L_2930, L_2931, /*hidden argument*/NULL); L_2929->set_x_0(L_2932); // characterInfos[i].vertex_TR.uv2.x = PackUV(x1, y1); characterInfos[i].vertex_TR.uv2.y = xScale; TMP_CharacterInfoU5BU5D_t7128C1B46CF6AB1374135FA31D41ABF23882B970* L_2933 = V_62; int32_t L_2934 = V_153; NullCheck(L_2933); TMP_Vertex_t8008D4AEC9AE4E475F5E02225801EB18A2A1341E * L_2935 = ((L_2933)->GetAddressAt(static_cast(L_2934)))->get_address_of_vertex_TR_17(); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * L_2936 = L_2935->get_address_of_uv2_2(); float L_2937 = V_52; L_2936->set_y_1(L_2937); // characterInfos[i].vertex_BR.uv2.x = PackUV(x1, y0); characterInfos[i].vertex_BR.uv2.y = xScale; TMP_CharacterInfoU5BU5D_t7128C1B46CF6AB1374135FA31D41ABF23882B970* L_2938 = V_62; int32_t L_2939 = V_153; NullCheck(L_2938); TMP_Vertex_t8008D4AEC9AE4E475F5E02225801EB18A2A1341E * L_2940 = ((L_2938)->GetAddressAt(static_cast(L_2939)))->get_address_of_vertex_BR_18(); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * L_2941 = L_2940->get_address_of_uv2_2(); float L_2942 = V_171; float L_2943 = V_170; float L_2944; L_2944 = TMP_Text_PackUV_m7868218DBD9EB62B291412D0D675CB0F0BCD8E61(__this, L_2942, L_2943, /*hidden argument*/NULL); L_2941->set_x_0(L_2944); // characterInfos[i].vertex_BR.uv2.x = PackUV(x1, y0); characterInfos[i].vertex_BR.uv2.y = xScale; TMP_CharacterInfoU5BU5D_t7128C1B46CF6AB1374135FA31D41ABF23882B970* L_2945 = V_62; int32_t L_2946 = V_153; NullCheck(L_2945); TMP_Vertex_t8008D4AEC9AE4E475F5E02225801EB18A2A1341E * L_2947 = ((L_2945)->GetAddressAt(static_cast(L_2946)))->get_address_of_vertex_BR_18(); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * L_2948 = L_2947->get_address_of_uv2_2(); float L_2949 = V_52; L_2948->set_y_1(L_2949); } IL_5624: { // if (i < m_maxVisibleCharacters && wordCount < m_maxVisibleWords && currentLine < m_maxVisibleLines && m_overflowMode != TextOverflowModes.Page) int32_t L_2950 = V_153; int32_t L_2951 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_maxVisibleCharacters_140(); if ((((int32_t)L_2950) >= ((int32_t)L_2951))) { goto IL_56f0; } } { int32_t L_2952 = V_41; int32_t L_2953 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_maxVisibleWords_141(); if ((((int32_t)L_2952) >= ((int32_t)L_2953))) { goto IL_56f0; } } { int32_t L_2954 = V_156; int32_t L_2955 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_maxVisibleLines_142(); if ((((int32_t)L_2954) >= ((int32_t)L_2955))) { goto IL_56f0; } } { int32_t L_2956 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_overflowMode_115(); if ((((int32_t)L_2956) == ((int32_t)5))) { goto IL_56f0; } } { // characterInfos[i].vertex_BL.position += offset; TMP_CharacterInfoU5BU5D_t7128C1B46CF6AB1374135FA31D41ABF23882B970* L_2957 = V_62; int32_t L_2958 = V_153; NullCheck(L_2957); TMP_Vertex_t8008D4AEC9AE4E475F5E02225801EB18A2A1341E * L_2959 = ((L_2957)->GetAddressAt(static_cast(L_2958)))->get_address_of_vertex_BL_15(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * L_2960 = L_2959->get_address_of_position_0(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * L_2961 = L_2960; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_2962 = (*(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E *)L_2961); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_2963 = V_38; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_2964; L_2964 = Vector3_op_Addition_mEE4F672B923CCB184C39AABCA33443DB218E50E0_inline(L_2962, L_2963, /*hidden argument*/NULL); *(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E *)L_2961 = L_2964; // characterInfos[i].vertex_TL.position += offset; TMP_CharacterInfoU5BU5D_t7128C1B46CF6AB1374135FA31D41ABF23882B970* L_2965 = V_62; int32_t L_2966 = V_153; NullCheck(L_2965); TMP_Vertex_t8008D4AEC9AE4E475F5E02225801EB18A2A1341E * L_2967 = ((L_2965)->GetAddressAt(static_cast(L_2966)))->get_address_of_vertex_TL_16(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * L_2968 = L_2967->get_address_of_position_0(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * L_2969 = L_2968; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_2970 = (*(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E *)L_2969); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_2971 = V_38; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_2972; L_2972 = Vector3_op_Addition_mEE4F672B923CCB184C39AABCA33443DB218E50E0_inline(L_2970, L_2971, /*hidden argument*/NULL); *(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E *)L_2969 = L_2972; // characterInfos[i].vertex_TR.position += offset; TMP_CharacterInfoU5BU5D_t7128C1B46CF6AB1374135FA31D41ABF23882B970* L_2973 = V_62; int32_t L_2974 = V_153; NullCheck(L_2973); TMP_Vertex_t8008D4AEC9AE4E475F5E02225801EB18A2A1341E * L_2975 = ((L_2973)->GetAddressAt(static_cast(L_2974)))->get_address_of_vertex_TR_17(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * L_2976 = L_2975->get_address_of_position_0(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * L_2977 = L_2976; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_2978 = (*(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E *)L_2977); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_2979 = V_38; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_2980; L_2980 = Vector3_op_Addition_mEE4F672B923CCB184C39AABCA33443DB218E50E0_inline(L_2978, L_2979, /*hidden argument*/NULL); *(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E *)L_2977 = L_2980; // characterInfos[i].vertex_BR.position += offset; TMP_CharacterInfoU5BU5D_t7128C1B46CF6AB1374135FA31D41ABF23882B970* L_2981 = V_62; int32_t L_2982 = V_153; NullCheck(L_2981); TMP_Vertex_t8008D4AEC9AE4E475F5E02225801EB18A2A1341E * L_2983 = ((L_2981)->GetAddressAt(static_cast(L_2982)))->get_address_of_vertex_BR_18(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * L_2984 = L_2983->get_address_of_position_0(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * L_2985 = L_2984; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_2986 = (*(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E *)L_2985); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_2987 = V_38; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_2988; L_2988 = Vector3_op_Addition_mEE4F672B923CCB184C39AABCA33443DB218E50E0_inline(L_2986, L_2987, /*hidden argument*/NULL); *(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E *)L_2985 = L_2988; // } goto IL_583d; } IL_56f0: { // else if (i < m_maxVisibleCharacters && wordCount < m_maxVisibleWords && currentLine < m_maxVisibleLines && m_overflowMode == TextOverflowModes.Page && characterInfos[i].pageNumber == pageToDisplay) int32_t L_2989 = V_153; int32_t L_2990 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_maxVisibleCharacters_140(); if ((((int32_t)L_2989) >= ((int32_t)L_2990))) { goto IL_57ce; } } { int32_t L_2991 = V_41; int32_t L_2992 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_maxVisibleWords_141(); if ((((int32_t)L_2991) >= ((int32_t)L_2992))) { goto IL_57ce; } } { int32_t L_2993 = V_156; int32_t L_2994 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_maxVisibleLines_142(); if ((((int32_t)L_2993) >= ((int32_t)L_2994))) { goto IL_57ce; } } { int32_t L_2995 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_overflowMode_115(); if ((!(((uint32_t)L_2995) == ((uint32_t)5)))) { goto IL_57ce; } } { TMP_CharacterInfoU5BU5D_t7128C1B46CF6AB1374135FA31D41ABF23882B970* L_2996 = V_62; int32_t L_2997 = V_153; NullCheck(L_2996); int32_t L_2998 = ((L_2996)->GetAddressAt(static_cast(L_2997)))->get_pageNumber_13(); int32_t L_2999 = V_21; if ((!(((uint32_t)L_2998) == ((uint32_t)L_2999)))) { goto IL_57ce; } } { // characterInfos[i].vertex_BL.position += offset; TMP_CharacterInfoU5BU5D_t7128C1B46CF6AB1374135FA31D41ABF23882B970* L_3000 = V_62; int32_t L_3001 = V_153; NullCheck(L_3000); TMP_Vertex_t8008D4AEC9AE4E475F5E02225801EB18A2A1341E * L_3002 = ((L_3000)->GetAddressAt(static_cast(L_3001)))->get_address_of_vertex_BL_15(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * L_3003 = L_3002->get_address_of_position_0(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * L_3004 = L_3003; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_3005 = (*(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E *)L_3004); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_3006 = V_38; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_3007; L_3007 = Vector3_op_Addition_mEE4F672B923CCB184C39AABCA33443DB218E50E0_inline(L_3005, L_3006, /*hidden argument*/NULL); *(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E *)L_3004 = L_3007; // characterInfos[i].vertex_TL.position += offset; TMP_CharacterInfoU5BU5D_t7128C1B46CF6AB1374135FA31D41ABF23882B970* L_3008 = V_62; int32_t L_3009 = V_153; NullCheck(L_3008); TMP_Vertex_t8008D4AEC9AE4E475F5E02225801EB18A2A1341E * L_3010 = ((L_3008)->GetAddressAt(static_cast(L_3009)))->get_address_of_vertex_TL_16(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * L_3011 = L_3010->get_address_of_position_0(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * L_3012 = L_3011; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_3013 = (*(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E *)L_3012); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_3014 = V_38; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_3015; L_3015 = Vector3_op_Addition_mEE4F672B923CCB184C39AABCA33443DB218E50E0_inline(L_3013, L_3014, /*hidden argument*/NULL); *(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E *)L_3012 = L_3015; // characterInfos[i].vertex_TR.position += offset; TMP_CharacterInfoU5BU5D_t7128C1B46CF6AB1374135FA31D41ABF23882B970* L_3016 = V_62; int32_t L_3017 = V_153; NullCheck(L_3016); TMP_Vertex_t8008D4AEC9AE4E475F5E02225801EB18A2A1341E * L_3018 = ((L_3016)->GetAddressAt(static_cast(L_3017)))->get_address_of_vertex_TR_17(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * L_3019 = L_3018->get_address_of_position_0(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * L_3020 = L_3019; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_3021 = (*(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E *)L_3020); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_3022 = V_38; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_3023; L_3023 = Vector3_op_Addition_mEE4F672B923CCB184C39AABCA33443DB218E50E0_inline(L_3021, L_3022, /*hidden argument*/NULL); *(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E *)L_3020 = L_3023; // characterInfos[i].vertex_BR.position += offset; TMP_CharacterInfoU5BU5D_t7128C1B46CF6AB1374135FA31D41ABF23882B970* L_3024 = V_62; int32_t L_3025 = V_153; NullCheck(L_3024); TMP_Vertex_t8008D4AEC9AE4E475F5E02225801EB18A2A1341E * L_3026 = ((L_3024)->GetAddressAt(static_cast(L_3025)))->get_address_of_vertex_BR_18(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * L_3027 = L_3026->get_address_of_position_0(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * L_3028 = L_3027; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_3029 = (*(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E *)L_3028); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_3030 = V_38; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_3031; L_3031 = Vector3_op_Addition_mEE4F672B923CCB184C39AABCA33443DB218E50E0_inline(L_3029, L_3030, /*hidden argument*/NULL); *(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E *)L_3028 = L_3031; // } goto IL_583d; } IL_57ce: { // characterInfos[i].vertex_BL.position = Vector3.zero; TMP_CharacterInfoU5BU5D_t7128C1B46CF6AB1374135FA31D41ABF23882B970* L_3032 = V_62; int32_t L_3033 = V_153; NullCheck(L_3032); TMP_Vertex_t8008D4AEC9AE4E475F5E02225801EB18A2A1341E * L_3034 = ((L_3032)->GetAddressAt(static_cast(L_3033)))->get_address_of_vertex_BL_15(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_3035; L_3035 = Vector3_get_zero_m1A8F7993167785F750B6B01762D22C2597C84EF6(/*hidden argument*/NULL); L_3034->set_position_0(L_3035); // characterInfos[i].vertex_TL.position = Vector3.zero; TMP_CharacterInfoU5BU5D_t7128C1B46CF6AB1374135FA31D41ABF23882B970* L_3036 = V_62; int32_t L_3037 = V_153; NullCheck(L_3036); TMP_Vertex_t8008D4AEC9AE4E475F5E02225801EB18A2A1341E * L_3038 = ((L_3036)->GetAddressAt(static_cast(L_3037)))->get_address_of_vertex_TL_16(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_3039; L_3039 = Vector3_get_zero_m1A8F7993167785F750B6B01762D22C2597C84EF6(/*hidden argument*/NULL); L_3038->set_position_0(L_3039); // characterInfos[i].vertex_TR.position = Vector3.zero; TMP_CharacterInfoU5BU5D_t7128C1B46CF6AB1374135FA31D41ABF23882B970* L_3040 = V_62; int32_t L_3041 = V_153; NullCheck(L_3040); TMP_Vertex_t8008D4AEC9AE4E475F5E02225801EB18A2A1341E * L_3042 = ((L_3040)->GetAddressAt(static_cast(L_3041)))->get_address_of_vertex_TR_17(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_3043; L_3043 = Vector3_get_zero_m1A8F7993167785F750B6B01762D22C2597C84EF6(/*hidden argument*/NULL); L_3042->set_position_0(L_3043); // characterInfos[i].vertex_BR.position = Vector3.zero; TMP_CharacterInfoU5BU5D_t7128C1B46CF6AB1374135FA31D41ABF23882B970* L_3044 = V_62; int32_t L_3045 = V_153; NullCheck(L_3044); TMP_Vertex_t8008D4AEC9AE4E475F5E02225801EB18A2A1341E * L_3046 = ((L_3044)->GetAddressAt(static_cast(L_3045)))->get_address_of_vertex_BR_18(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_3047; L_3047 = Vector3_get_zero_m1A8F7993167785F750B6B01762D22C2597C84EF6(/*hidden argument*/NULL); L_3046->set_position_0(L_3047); // characterInfos[i].isVisible = false; TMP_CharacterInfoU5BU5D_t7128C1B46CF6AB1374135FA31D41ABF23882B970* L_3048 = V_62; int32_t L_3049 = V_153; NullCheck(L_3048); ((L_3048)->GetAddressAt(static_cast(L_3049)))->set_isVisible_40((bool)0); } IL_583d: { // if (elementType == TMP_TextElementType.Character) int32_t L_3050 = V_166; if (L_3050) { goto IL_584d; } } { // FillCharacterVertexBuffers(i, vert_index_X4); int32_t L_3051 = V_153; int32_t L_3052 = V_39; VirtualActionInvoker2< int32_t, int32_t >::Invoke(122 /* System.Void TMPro.TMP_Text::FillCharacterVertexBuffers(System.Int32,System.Int32) */, __this, L_3051, L_3052); // } goto IL_585c; } IL_584d: { // else if (elementType == TMP_TextElementType.Sprite) int32_t L_3053 = V_166; if ((!(((uint32_t)L_3053) == ((uint32_t)1)))) { goto IL_585c; } } { // FillSpriteVertexBuffers(i, sprite_index_X4); int32_t L_3054 = V_153; int32_t L_3055 = V_40; VirtualActionInvoker2< int32_t, int32_t >::Invoke(124 /* System.Void TMPro.TMP_Text::FillSpriteVertexBuffers(System.Int32,System.Int32) */, __this, L_3054, L_3055); } IL_585c: { // m_textInfo.characterInfo[i].bottomLeft += offset; TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_3056 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_textInfo_152(); NullCheck(L_3056); TMP_CharacterInfoU5BU5D_t7128C1B46CF6AB1374135FA31D41ABF23882B970* L_3057 = L_3056->get_characterInfo_11(); int32_t L_3058 = V_153; NullCheck(L_3057); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * L_3059 = ((L_3057)->GetAddressAt(static_cast(L_3058)))->get_address_of_bottomLeft_20(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * L_3060 = L_3059; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_3061 = (*(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E *)L_3060); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_3062 = V_38; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_3063; L_3063 = Vector3_op_Addition_mEE4F672B923CCB184C39AABCA33443DB218E50E0_inline(L_3061, L_3062, /*hidden argument*/NULL); *(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E *)L_3060 = L_3063; // m_textInfo.characterInfo[i].topLeft += offset; TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_3064 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_textInfo_152(); NullCheck(L_3064); TMP_CharacterInfoU5BU5D_t7128C1B46CF6AB1374135FA31D41ABF23882B970* L_3065 = L_3064->get_characterInfo_11(); int32_t L_3066 = V_153; NullCheck(L_3065); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * L_3067 = ((L_3065)->GetAddressAt(static_cast(L_3066)))->get_address_of_topLeft_19(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * L_3068 = L_3067; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_3069 = (*(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E *)L_3068); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_3070 = V_38; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_3071; L_3071 = Vector3_op_Addition_mEE4F672B923CCB184C39AABCA33443DB218E50E0_inline(L_3069, L_3070, /*hidden argument*/NULL); *(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E *)L_3068 = L_3071; // m_textInfo.characterInfo[i].topRight += offset; TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_3072 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_textInfo_152(); NullCheck(L_3072); TMP_CharacterInfoU5BU5D_t7128C1B46CF6AB1374135FA31D41ABF23882B970* L_3073 = L_3072->get_characterInfo_11(); int32_t L_3074 = V_153; NullCheck(L_3073); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * L_3075 = ((L_3073)->GetAddressAt(static_cast(L_3074)))->get_address_of_topRight_21(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * L_3076 = L_3075; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_3077 = (*(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E *)L_3076); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_3078 = V_38; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_3079; L_3079 = Vector3_op_Addition_mEE4F672B923CCB184C39AABCA33443DB218E50E0_inline(L_3077, L_3078, /*hidden argument*/NULL); *(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E *)L_3076 = L_3079; // m_textInfo.characterInfo[i].bottomRight += offset; TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_3080 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_textInfo_152(); NullCheck(L_3080); TMP_CharacterInfoU5BU5D_t7128C1B46CF6AB1374135FA31D41ABF23882B970* L_3081 = L_3080->get_characterInfo_11(); int32_t L_3082 = V_153; NullCheck(L_3081); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * L_3083 = ((L_3081)->GetAddressAt(static_cast(L_3082)))->get_address_of_bottomRight_22(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * L_3084 = L_3083; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_3085 = (*(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E *)L_3084); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_3086 = V_38; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_3087; L_3087 = Vector3_op_Addition_mEE4F672B923CCB184C39AABCA33443DB218E50E0_inline(L_3085, L_3086, /*hidden argument*/NULL); *(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E *)L_3084 = L_3087; // m_textInfo.characterInfo[i].origin += offset.x; TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_3088 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_textInfo_152(); NullCheck(L_3088); TMP_CharacterInfoU5BU5D_t7128C1B46CF6AB1374135FA31D41ABF23882B970* L_3089 = L_3088->get_characterInfo_11(); int32_t L_3090 = V_153; NullCheck(L_3089); float* L_3091 = ((L_3089)->GetAddressAt(static_cast(L_3090)))->get_address_of_origin_23(); float* L_3092 = L_3091; float L_3093 = *((float*)L_3092); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_3094 = V_38; float L_3095 = L_3094.get_x_2(); *((float*)L_3092) = (float)((float)il2cpp_codegen_add((float)L_3093, (float)L_3095)); // m_textInfo.characterInfo[i].xAdvance += offset.x; TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_3096 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_textInfo_152(); NullCheck(L_3096); TMP_CharacterInfoU5BU5D_t7128C1B46CF6AB1374135FA31D41ABF23882B970* L_3097 = L_3096->get_characterInfo_11(); int32_t L_3098 = V_153; NullCheck(L_3097); float* L_3099 = ((L_3097)->GetAddressAt(static_cast(L_3098)))->get_address_of_xAdvance_24(); float* L_3100 = L_3099; float L_3101 = *((float*)L_3100); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_3102 = V_38; float L_3103 = L_3102.get_x_2(); *((float*)L_3100) = (float)((float)il2cpp_codegen_add((float)L_3101, (float)L_3103)); // m_textInfo.characterInfo[i].ascender += offset.y; TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_3104 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_textInfo_152(); NullCheck(L_3104); TMP_CharacterInfoU5BU5D_t7128C1B46CF6AB1374135FA31D41ABF23882B970* L_3105 = L_3104->get_characterInfo_11(); int32_t L_3106 = V_153; NullCheck(L_3105); float* L_3107 = ((L_3105)->GetAddressAt(static_cast(L_3106)))->get_address_of_ascender_25(); float* L_3108 = L_3107; float L_3109 = *((float*)L_3108); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_3110 = V_38; float L_3111 = L_3110.get_y_3(); *((float*)L_3108) = (float)((float)il2cpp_codegen_add((float)L_3109, (float)L_3111)); // m_textInfo.characterInfo[i].descender += offset.y; TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_3112 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_textInfo_152(); NullCheck(L_3112); TMP_CharacterInfoU5BU5D_t7128C1B46CF6AB1374135FA31D41ABF23882B970* L_3113 = L_3112->get_characterInfo_11(); int32_t L_3114 = V_153; NullCheck(L_3113); float* L_3115 = ((L_3113)->GetAddressAt(static_cast(L_3114)))->get_address_of_descender_27(); float* L_3116 = L_3115; float L_3117 = *((float*)L_3116); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_3118 = V_38; float L_3119 = L_3118.get_y_3(); *((float*)L_3116) = (float)((float)il2cpp_codegen_add((float)L_3117, (float)L_3119)); // m_textInfo.characterInfo[i].baseLine += offset.y; TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_3120 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_textInfo_152(); NullCheck(L_3120); TMP_CharacterInfoU5BU5D_t7128C1B46CF6AB1374135FA31D41ABF23882B970* L_3121 = L_3120->get_characterInfo_11(); int32_t L_3122 = V_153; NullCheck(L_3121); float* L_3123 = ((L_3121)->GetAddressAt(static_cast(L_3122)))->get_address_of_baseLine_26(); float* L_3124 = L_3123; float L_3125 = *((float*)L_3124); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_3126 = V_38; float L_3127 = L_3126.get_y_3(); *((float*)L_3124) = (float)((float)il2cpp_codegen_add((float)L_3125, (float)L_3127)); // if (isCharacterVisible) bool L_3128 = V_159; // if (currentLine != lastLine || i == m_characterCount - 1) int32_t L_3129 = V_156; int32_t L_3130 = V_43; if ((!(((uint32_t)L_3129) == ((uint32_t)L_3130)))) { goto IL_59c2; } } { int32_t L_3131 = V_153; int32_t L_3132 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_characterCount_207(); if ((!(((uint32_t)L_3131) == ((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_3132, (int32_t)1)))))) { goto IL_5c8e; } } IL_59c2: { // if (currentLine != lastLine) int32_t L_3133 = V_156; int32_t L_3134 = V_43; if ((((int32_t)L_3133) == ((int32_t)L_3134))) { goto IL_5b25; } } { // m_textInfo.lineInfo[lastLine].baseline += offset.y; TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_3135 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_textInfo_152(); NullCheck(L_3135); TMP_LineInfoU5BU5D_t2B188FB1B6C36641B7FEB177ACC798FAC9806C3D* L_3136 = L_3135->get_lineInfo_14(); int32_t L_3137 = V_43; NullCheck(L_3136); float* L_3138 = ((L_3136)->GetAddressAt(static_cast(L_3137)))->get_address_of_baseline_12(); float* L_3139 = L_3138; float L_3140 = *((float*)L_3139); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_3141 = V_38; float L_3142 = L_3141.get_y_3(); *((float*)L_3139) = (float)((float)il2cpp_codegen_add((float)L_3140, (float)L_3142)); // m_textInfo.lineInfo[lastLine].ascender += offset.y; TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_3143 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_textInfo_152(); NullCheck(L_3143); TMP_LineInfoU5BU5D_t2B188FB1B6C36641B7FEB177ACC798FAC9806C3D* L_3144 = L_3143->get_lineInfo_14(); int32_t L_3145 = V_43; NullCheck(L_3144); float* L_3146 = ((L_3144)->GetAddressAt(static_cast(L_3145)))->get_address_of_ascender_11(); float* L_3147 = L_3146; float L_3148 = *((float*)L_3147); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_3149 = V_38; float L_3150 = L_3149.get_y_3(); *((float*)L_3147) = (float)((float)il2cpp_codegen_add((float)L_3148, (float)L_3150)); // m_textInfo.lineInfo[lastLine].descender += offset.y; TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_3151 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_textInfo_152(); NullCheck(L_3151); TMP_LineInfoU5BU5D_t2B188FB1B6C36641B7FEB177ACC798FAC9806C3D* L_3152 = L_3151->get_lineInfo_14(); int32_t L_3153 = V_43; NullCheck(L_3152); float* L_3154 = ((L_3152)->GetAddressAt(static_cast(L_3153)))->get_address_of_descender_13(); float* L_3155 = L_3154; float L_3156 = *((float*)L_3155); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_3157 = V_38; float L_3158 = L_3157.get_y_3(); *((float*)L_3155) = (float)((float)il2cpp_codegen_add((float)L_3156, (float)L_3158)); // m_textInfo.lineInfo[lastLine].maxAdvance += offset.x; TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_3159 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_textInfo_152(); NullCheck(L_3159); TMP_LineInfoU5BU5D_t2B188FB1B6C36641B7FEB177ACC798FAC9806C3D* L_3160 = L_3159->get_lineInfo_14(); int32_t L_3161 = V_43; NullCheck(L_3160); float* L_3162 = ((L_3160)->GetAddressAt(static_cast(L_3161)))->get_address_of_maxAdvance_14(); float* L_3163 = L_3162; float L_3164 = *((float*)L_3163); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_3165 = V_38; float L_3166 = L_3165.get_x_2(); *((float*)L_3163) = (float)((float)il2cpp_codegen_add((float)L_3164, (float)L_3166)); // m_textInfo.lineInfo[lastLine].lineExtents.min = new Vector2(m_textInfo.characterInfo[m_textInfo.lineInfo[lastLine].firstCharacterIndex].bottomLeft.x, m_textInfo.lineInfo[lastLine].descender); TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_3167 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_textInfo_152(); NullCheck(L_3167); TMP_LineInfoU5BU5D_t2B188FB1B6C36641B7FEB177ACC798FAC9806C3D* L_3168 = L_3167->get_lineInfo_14(); int32_t L_3169 = V_43; NullCheck(L_3168); Extents_tD663823B610620A001CCCCFF452C10403AF2A0FA * L_3170 = ((L_3168)->GetAddressAt(static_cast(L_3169)))->get_address_of_lineExtents_19(); TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_3171 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_textInfo_152(); NullCheck(L_3171); TMP_CharacterInfoU5BU5D_t7128C1B46CF6AB1374135FA31D41ABF23882B970* L_3172 = L_3171->get_characterInfo_11(); TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_3173 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_textInfo_152(); NullCheck(L_3173); TMP_LineInfoU5BU5D_t2B188FB1B6C36641B7FEB177ACC798FAC9806C3D* L_3174 = L_3173->get_lineInfo_14(); int32_t L_3175 = V_43; NullCheck(L_3174); int32_t L_3176 = ((L_3174)->GetAddressAt(static_cast(L_3175)))->get_firstCharacterIndex_5(); NullCheck(L_3172); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * L_3177 = ((L_3172)->GetAddressAt(static_cast(L_3176)))->get_address_of_bottomLeft_20(); float L_3178 = L_3177->get_x_2(); TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_3179 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_textInfo_152(); NullCheck(L_3179); TMP_LineInfoU5BU5D_t2B188FB1B6C36641B7FEB177ACC798FAC9806C3D* L_3180 = L_3179->get_lineInfo_14(); int32_t L_3181 = V_43; NullCheck(L_3180); float L_3182 = ((L_3180)->GetAddressAt(static_cast(L_3181)))->get_descender_13(); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_3183; memset((&L_3183), 0, sizeof(L_3183)); Vector2__ctor_m9F1F2D5EB5D1FF7091BB527AC8A72CBB309D115E_inline((&L_3183), L_3178, L_3182, /*hidden argument*/NULL); L_3170->set_min_2(L_3183); // m_textInfo.lineInfo[lastLine].lineExtents.max = new Vector2(m_textInfo.characterInfo[m_textInfo.lineInfo[lastLine].lastVisibleCharacterIndex].topRight.x, m_textInfo.lineInfo[lastLine].ascender); TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_3184 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_textInfo_152(); NullCheck(L_3184); TMP_LineInfoU5BU5D_t2B188FB1B6C36641B7FEB177ACC798FAC9806C3D* L_3185 = L_3184->get_lineInfo_14(); int32_t L_3186 = V_43; NullCheck(L_3185); Extents_tD663823B610620A001CCCCFF452C10403AF2A0FA * L_3187 = ((L_3185)->GetAddressAt(static_cast(L_3186)))->get_address_of_lineExtents_19(); TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_3188 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_textInfo_152(); NullCheck(L_3188); TMP_CharacterInfoU5BU5D_t7128C1B46CF6AB1374135FA31D41ABF23882B970* L_3189 = L_3188->get_characterInfo_11(); TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_3190 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_textInfo_152(); NullCheck(L_3190); TMP_LineInfoU5BU5D_t2B188FB1B6C36641B7FEB177ACC798FAC9806C3D* L_3191 = L_3190->get_lineInfo_14(); int32_t L_3192 = V_43; NullCheck(L_3191); int32_t L_3193 = ((L_3191)->GetAddressAt(static_cast(L_3192)))->get_lastVisibleCharacterIndex_8(); NullCheck(L_3189); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * L_3194 = ((L_3189)->GetAddressAt(static_cast(L_3193)))->get_address_of_topRight_21(); float L_3195 = L_3194->get_x_2(); TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_3196 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_textInfo_152(); NullCheck(L_3196); TMP_LineInfoU5BU5D_t2B188FB1B6C36641B7FEB177ACC798FAC9806C3D* L_3197 = L_3196->get_lineInfo_14(); int32_t L_3198 = V_43; NullCheck(L_3197); float L_3199 = ((L_3197)->GetAddressAt(static_cast(L_3198)))->get_ascender_11(); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_3200; memset((&L_3200), 0, sizeof(L_3200)); Vector2__ctor_m9F1F2D5EB5D1FF7091BB527AC8A72CBB309D115E_inline((&L_3200), L_3195, L_3199, /*hidden argument*/NULL); L_3187->set_max_3(L_3200); } IL_5b25: { // if (i == m_characterCount - 1) int32_t L_3201 = V_153; int32_t L_3202 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_characterCount_207(); if ((!(((uint32_t)L_3201) == ((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_3202, (int32_t)1)))))) { goto IL_5c8e; } } { // m_textInfo.lineInfo[currentLine].baseline += offset.y; TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_3203 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_textInfo_152(); NullCheck(L_3203); TMP_LineInfoU5BU5D_t2B188FB1B6C36641B7FEB177ACC798FAC9806C3D* L_3204 = L_3203->get_lineInfo_14(); int32_t L_3205 = V_156; NullCheck(L_3204); float* L_3206 = ((L_3204)->GetAddressAt(static_cast(L_3205)))->get_address_of_baseline_12(); float* L_3207 = L_3206; float L_3208 = *((float*)L_3207); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_3209 = V_38; float L_3210 = L_3209.get_y_3(); *((float*)L_3207) = (float)((float)il2cpp_codegen_add((float)L_3208, (float)L_3210)); // m_textInfo.lineInfo[currentLine].ascender += offset.y; TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_3211 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_textInfo_152(); NullCheck(L_3211); TMP_LineInfoU5BU5D_t2B188FB1B6C36641B7FEB177ACC798FAC9806C3D* L_3212 = L_3211->get_lineInfo_14(); int32_t L_3213 = V_156; NullCheck(L_3212); float* L_3214 = ((L_3212)->GetAddressAt(static_cast(L_3213)))->get_address_of_ascender_11(); float* L_3215 = L_3214; float L_3216 = *((float*)L_3215); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_3217 = V_38; float L_3218 = L_3217.get_y_3(); *((float*)L_3215) = (float)((float)il2cpp_codegen_add((float)L_3216, (float)L_3218)); // m_textInfo.lineInfo[currentLine].descender += offset.y; TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_3219 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_textInfo_152(); NullCheck(L_3219); TMP_LineInfoU5BU5D_t2B188FB1B6C36641B7FEB177ACC798FAC9806C3D* L_3220 = L_3219->get_lineInfo_14(); int32_t L_3221 = V_156; NullCheck(L_3220); float* L_3222 = ((L_3220)->GetAddressAt(static_cast(L_3221)))->get_address_of_descender_13(); float* L_3223 = L_3222; float L_3224 = *((float*)L_3223); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_3225 = V_38; float L_3226 = L_3225.get_y_3(); *((float*)L_3223) = (float)((float)il2cpp_codegen_add((float)L_3224, (float)L_3226)); // m_textInfo.lineInfo[currentLine].maxAdvance += offset.x; TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_3227 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_textInfo_152(); NullCheck(L_3227); TMP_LineInfoU5BU5D_t2B188FB1B6C36641B7FEB177ACC798FAC9806C3D* L_3228 = L_3227->get_lineInfo_14(); int32_t L_3229 = V_156; NullCheck(L_3228); float* L_3230 = ((L_3228)->GetAddressAt(static_cast(L_3229)))->get_address_of_maxAdvance_14(); float* L_3231 = L_3230; float L_3232 = *((float*)L_3231); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_3233 = V_38; float L_3234 = L_3233.get_x_2(); *((float*)L_3231) = (float)((float)il2cpp_codegen_add((float)L_3232, (float)L_3234)); // m_textInfo.lineInfo[currentLine].lineExtents.min = new Vector2(m_textInfo.characterInfo[m_textInfo.lineInfo[currentLine].firstCharacterIndex].bottomLeft.x, m_textInfo.lineInfo[currentLine].descender); TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_3235 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_textInfo_152(); NullCheck(L_3235); TMP_LineInfoU5BU5D_t2B188FB1B6C36641B7FEB177ACC798FAC9806C3D* L_3236 = L_3235->get_lineInfo_14(); int32_t L_3237 = V_156; NullCheck(L_3236); Extents_tD663823B610620A001CCCCFF452C10403AF2A0FA * L_3238 = ((L_3236)->GetAddressAt(static_cast(L_3237)))->get_address_of_lineExtents_19(); TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_3239 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_textInfo_152(); NullCheck(L_3239); TMP_CharacterInfoU5BU5D_t7128C1B46CF6AB1374135FA31D41ABF23882B970* L_3240 = L_3239->get_characterInfo_11(); TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_3241 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_textInfo_152(); NullCheck(L_3241); TMP_LineInfoU5BU5D_t2B188FB1B6C36641B7FEB177ACC798FAC9806C3D* L_3242 = L_3241->get_lineInfo_14(); int32_t L_3243 = V_156; NullCheck(L_3242); int32_t L_3244 = ((L_3242)->GetAddressAt(static_cast(L_3243)))->get_firstCharacterIndex_5(); NullCheck(L_3240); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * L_3245 = ((L_3240)->GetAddressAt(static_cast(L_3244)))->get_address_of_bottomLeft_20(); float L_3246 = L_3245->get_x_2(); TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_3247 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_textInfo_152(); NullCheck(L_3247); TMP_LineInfoU5BU5D_t2B188FB1B6C36641B7FEB177ACC798FAC9806C3D* L_3248 = L_3247->get_lineInfo_14(); int32_t L_3249 = V_156; NullCheck(L_3248); float L_3250 = ((L_3248)->GetAddressAt(static_cast(L_3249)))->get_descender_13(); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_3251; memset((&L_3251), 0, sizeof(L_3251)); Vector2__ctor_m9F1F2D5EB5D1FF7091BB527AC8A72CBB309D115E_inline((&L_3251), L_3246, L_3250, /*hidden argument*/NULL); L_3238->set_min_2(L_3251); // m_textInfo.lineInfo[currentLine].lineExtents.max = new Vector2(m_textInfo.characterInfo[m_textInfo.lineInfo[currentLine].lastVisibleCharacterIndex].topRight.x, m_textInfo.lineInfo[currentLine].ascender); TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_3252 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_textInfo_152(); NullCheck(L_3252); TMP_LineInfoU5BU5D_t2B188FB1B6C36641B7FEB177ACC798FAC9806C3D* L_3253 = L_3252->get_lineInfo_14(); int32_t L_3254 = V_156; NullCheck(L_3253); Extents_tD663823B610620A001CCCCFF452C10403AF2A0FA * L_3255 = ((L_3253)->GetAddressAt(static_cast(L_3254)))->get_address_of_lineExtents_19(); TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_3256 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_textInfo_152(); NullCheck(L_3256); TMP_CharacterInfoU5BU5D_t7128C1B46CF6AB1374135FA31D41ABF23882B970* L_3257 = L_3256->get_characterInfo_11(); TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_3258 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_textInfo_152(); NullCheck(L_3258); TMP_LineInfoU5BU5D_t2B188FB1B6C36641B7FEB177ACC798FAC9806C3D* L_3259 = L_3258->get_lineInfo_14(); int32_t L_3260 = V_156; NullCheck(L_3259); int32_t L_3261 = ((L_3259)->GetAddressAt(static_cast(L_3260)))->get_lastVisibleCharacterIndex_8(); NullCheck(L_3257); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * L_3262 = ((L_3257)->GetAddressAt(static_cast(L_3261)))->get_address_of_topRight_21(); float L_3263 = L_3262->get_x_2(); TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_3264 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_textInfo_152(); NullCheck(L_3264); TMP_LineInfoU5BU5D_t2B188FB1B6C36641B7FEB177ACC798FAC9806C3D* L_3265 = L_3264->get_lineInfo_14(); int32_t L_3266 = V_156; NullCheck(L_3265); float L_3267 = ((L_3265)->GetAddressAt(static_cast(L_3266)))->get_ascender_11(); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_3268; memset((&L_3268), 0, sizeof(L_3268)); Vector2__ctor_m9F1F2D5EB5D1FF7091BB527AC8A72CBB309D115E_inline((&L_3268), L_3263, L_3267, /*hidden argument*/NULL); L_3255->set_max_3(L_3268); } IL_5c8e: { // if (char.IsLetterOrDigit(unicode) || unicode == 0x2D || unicode == 0xAD || unicode == 0x2010 || unicode == 0x2011) Il2CppChar L_3269 = V_155; IL2CPP_RUNTIME_CLASS_INIT(Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_il2cpp_TypeInfo_var); bool L_3270; L_3270 = Char_IsLetterOrDigit_m1C9B58CBEB1A3909369234582FA308E3C85F34D6(L_3269, /*hidden argument*/NULL); if (L_3270) { goto IL_5cbb; } } { Il2CppChar L_3271 = V_155; if ((((int32_t)L_3271) == ((int32_t)((int32_t)45)))) { goto IL_5cbb; } } { Il2CppChar L_3272 = V_155; if ((((int32_t)L_3272) == ((int32_t)((int32_t)173)))) { goto IL_5cbb; } } { Il2CppChar L_3273 = V_155; if ((((int32_t)L_3273) == ((int32_t)((int32_t)8208)))) { goto IL_5cbb; } } { Il2CppChar L_3274 = V_155; if ((!(((uint32_t)L_3274) == ((uint32_t)((int32_t)8209))))) { goto IL_5dc3; } } IL_5cbb: { // if (isStartOfWord == false) bool L_3275 = V_45; if (L_3275) { goto IL_5cc6; } } { // isStartOfWord = true; V_45 = (bool)1; // wordFirstChar = i; int32_t L_3276 = V_153; V_46 = L_3276; } IL_5cc6: { // if (isStartOfWord && i == m_characterCount - 1) bool L_3277 = V_45; if (!L_3277) { goto IL_5f51; } } { int32_t L_3278 = V_153; int32_t L_3279 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_characterCount_207(); if ((!(((uint32_t)L_3278) == ((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_3279, (int32_t)1)))))) { goto IL_5f51; } } { // int size = m_textInfo.wordInfo.Length; TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_3280 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_textInfo_152(); NullCheck(L_3280); TMP_WordInfoU5BU5D_t702DDE9D8C7BD02F4D744F914B94BAB83E0F9502* L_3281 = L_3280->get_wordInfo_12(); NullCheck(L_3281); V_179 = ((int32_t)((int32_t)(((RuntimeArray*)L_3281)->max_length))); // int index = m_textInfo.wordCount; TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_3282 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_textInfo_152(); NullCheck(L_3282); int32_t L_3283 = L_3282->get_wordCount_6(); V_180 = L_3283; // if (m_textInfo.wordCount + 1 > size) TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_3284 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_textInfo_152(); NullCheck(L_3284); int32_t L_3285 = L_3284->get_wordCount_6(); int32_t L_3286 = V_179; if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_3285, (int32_t)1))) <= ((int32_t)L_3286))) { goto IL_5d1d; } } { // TMP_TextInfo.Resize(ref m_textInfo.wordInfo, size + 1); TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_3287 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_textInfo_152(); NullCheck(L_3287); TMP_WordInfoU5BU5D_t702DDE9D8C7BD02F4D744F914B94BAB83E0F9502** L_3288 = L_3287->get_address_of_wordInfo_12(); int32_t L_3289 = V_179; IL2CPP_RUNTIME_CLASS_INIT(TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547_il2cpp_TypeInfo_var); TMP_TextInfo_Resize_TisTMP_WordInfo_t168F70FD30F4875E4C84D40F9F30FCB5D2EB895C_m46654E57A0D3569A19A2E130D3158486B76C6E5F((TMP_WordInfoU5BU5D_t702DDE9D8C7BD02F4D744F914B94BAB83E0F9502**)L_3288, ((int32_t)il2cpp_codegen_add((int32_t)L_3289, (int32_t)1)), /*hidden argument*/TMP_TextInfo_Resize_TisTMP_WordInfo_t168F70FD30F4875E4C84D40F9F30FCB5D2EB895C_m46654E57A0D3569A19A2E130D3158486B76C6E5F_RuntimeMethod_var); } IL_5d1d: { // wordLastChar = i; int32_t L_3290 = V_153; V_47 = L_3290; // m_textInfo.wordInfo[index].firstCharacterIndex = wordFirstChar; TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_3291 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_textInfo_152(); NullCheck(L_3291); TMP_WordInfoU5BU5D_t702DDE9D8C7BD02F4D744F914B94BAB83E0F9502* L_3292 = L_3291->get_wordInfo_12(); int32_t L_3293 = V_180; NullCheck(L_3292); int32_t L_3294 = V_46; ((L_3292)->GetAddressAt(static_cast(L_3293)))->set_firstCharacterIndex_1(L_3294); // m_textInfo.wordInfo[index].lastCharacterIndex = wordLastChar; TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_3295 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_textInfo_152(); NullCheck(L_3295); TMP_WordInfoU5BU5D_t702DDE9D8C7BD02F4D744F914B94BAB83E0F9502* L_3296 = L_3295->get_wordInfo_12(); int32_t L_3297 = V_180; NullCheck(L_3296); int32_t L_3298 = V_47; ((L_3296)->GetAddressAt(static_cast(L_3297)))->set_lastCharacterIndex_2(L_3298); // m_textInfo.wordInfo[index].characterCount = wordLastChar - wordFirstChar + 1; TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_3299 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_textInfo_152(); NullCheck(L_3299); TMP_WordInfoU5BU5D_t702DDE9D8C7BD02F4D744F914B94BAB83E0F9502* L_3300 = L_3299->get_wordInfo_12(); int32_t L_3301 = V_180; NullCheck(L_3300); int32_t L_3302 = V_47; int32_t L_3303 = V_46; ((L_3300)->GetAddressAt(static_cast(L_3301)))->set_characterCount_3(((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_3302, (int32_t)L_3303)), (int32_t)1))); // m_textInfo.wordInfo[index].textComponent = this; TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_3304 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_textInfo_152(); NullCheck(L_3304); TMP_WordInfoU5BU5D_t702DDE9D8C7BD02F4D744F914B94BAB83E0F9502* L_3305 = L_3304->get_wordInfo_12(); int32_t L_3306 = V_180; NullCheck(L_3305); ((L_3305)->GetAddressAt(static_cast(L_3306)))->set_textComponent_0(__this); // wordCount += 1; int32_t L_3307 = V_41; V_41 = ((int32_t)il2cpp_codegen_add((int32_t)L_3307, (int32_t)1)); // m_textInfo.wordCount += 1; TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_3308 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_textInfo_152(); TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_3309 = L_3308; NullCheck(L_3309); int32_t L_3310 = L_3309->get_wordCount_6(); NullCheck(L_3309); L_3309->set_wordCount_6(((int32_t)il2cpp_codegen_add((int32_t)L_3310, (int32_t)1))); // m_textInfo.lineInfo[currentLine].wordCount += 1; TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_3311 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_textInfo_152(); NullCheck(L_3311); TMP_LineInfoU5BU5D_t2B188FB1B6C36641B7FEB177ACC798FAC9806C3D* L_3312 = L_3311->get_lineInfo_14(); int32_t L_3313 = V_156; NullCheck(L_3312); int32_t* L_3314 = ((L_3312)->GetAddressAt(static_cast(L_3313)))->get_address_of_wordCount_4(); int32_t* L_3315 = L_3314; int32_t L_3316 = *((int32_t*)L_3315); *((int32_t*)L_3315) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_3316, (int32_t)1)); // } goto IL_5f51; } IL_5dc3: { // else if (isStartOfWord || i == 0 && (!char.IsPunctuation(unicode) || char.IsWhiteSpace(unicode) || unicode == 0x200B || i == m_characterCount - 1)) bool L_3317 = V_45; if (L_3317) { goto IL_5df8; } } { int32_t L_3318 = V_153; if (L_3318) { goto IL_5f51; } } { Il2CppChar L_3319 = V_155; IL2CPP_RUNTIME_CLASS_INIT(Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_il2cpp_TypeInfo_var); bool L_3320; L_3320 = Char_IsPunctuation_mAA0C28B4CA0DE58C6C2ED7993BFA0D1F250C5661(L_3319, /*hidden argument*/NULL); if (!L_3320) { goto IL_5df8; } } { Il2CppChar L_3321 = V_155; IL2CPP_RUNTIME_CLASS_INIT(Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_il2cpp_TypeInfo_var); bool L_3322; L_3322 = Char_IsWhiteSpace_m99A5E1BE1EB9F17EA530A67A607DA8C260BCBF99(L_3321, /*hidden argument*/NULL); if (L_3322) { goto IL_5df8; } } { Il2CppChar L_3323 = V_155; if ((((int32_t)L_3323) == ((int32_t)((int32_t)8203)))) { goto IL_5df8; } } { int32_t L_3324 = V_153; int32_t L_3325 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_characterCount_207(); if ((!(((uint32_t)L_3324) == ((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_3325, (int32_t)1)))))) { goto IL_5f51; } } IL_5df8: { // if (i > 0 && i < characterInfos.Length - 1 && i < m_characterCount && (unicode == 39 || unicode == 8217) && char.IsLetterOrDigit(characterInfos[i - 1].character) && char.IsLetterOrDigit(characterInfos[i + 1].character)) int32_t L_3326 = V_153; if ((((int32_t)L_3326) <= ((int32_t)0))) { goto IL_5e51; } } { int32_t L_3327 = V_153; TMP_CharacterInfoU5BU5D_t7128C1B46CF6AB1374135FA31D41ABF23882B970* L_3328 = V_62; NullCheck(L_3328); if ((((int32_t)L_3327) >= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_3328)->max_length))), (int32_t)1))))) { goto IL_5e51; } } { int32_t L_3329 = V_153; int32_t L_3330 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_characterCount_207(); if ((((int32_t)L_3329) >= ((int32_t)L_3330))) { goto IL_5e51; } } { Il2CppChar L_3331 = V_155; if ((((int32_t)L_3331) == ((int32_t)((int32_t)39)))) { goto IL_5e20; } } { Il2CppChar L_3332 = V_155; if ((!(((uint32_t)L_3332) == ((uint32_t)((int32_t)8217))))) { goto IL_5e51; } } IL_5e20: { TMP_CharacterInfoU5BU5D_t7128C1B46CF6AB1374135FA31D41ABF23882B970* L_3333 = V_62; int32_t L_3334 = V_153; NullCheck(L_3333); Il2CppChar L_3335 = ((L_3333)->GetAddressAt(static_cast(((int32_t)il2cpp_codegen_subtract((int32_t)L_3334, (int32_t)1)))))->get_character_0(); IL2CPP_RUNTIME_CLASS_INIT(Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_il2cpp_TypeInfo_var); bool L_3336; L_3336 = Char_IsLetterOrDigit_m1C9B58CBEB1A3909369234582FA308E3C85F34D6(L_3335, /*hidden argument*/NULL); if (!L_3336) { goto IL_5e51; } } { TMP_CharacterInfoU5BU5D_t7128C1B46CF6AB1374135FA31D41ABF23882B970* L_3337 = V_62; int32_t L_3338 = V_153; NullCheck(L_3337); Il2CppChar L_3339 = ((L_3337)->GetAddressAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_3338, (int32_t)1)))))->get_character_0(); IL2CPP_RUNTIME_CLASS_INIT(Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_il2cpp_TypeInfo_var); bool L_3340; L_3340 = Char_IsLetterOrDigit_m1C9B58CBEB1A3909369234582FA308E3C85F34D6(L_3339, /*hidden argument*/NULL); if (L_3340) { goto IL_5f51; } } IL_5e51: { // wordLastChar = i == m_characterCount - 1 && char.IsLetterOrDigit(unicode) ? i : i - 1; int32_t L_3341 = V_153; int32_t L_3342 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_characterCount_207(); if ((!(((uint32_t)L_3341) == ((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_3342, (int32_t)1)))))) { goto IL_5e66; } } { Il2CppChar L_3343 = V_155; IL2CPP_RUNTIME_CLASS_INIT(Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_il2cpp_TypeInfo_var); bool L_3344; L_3344 = Char_IsLetterOrDigit_m1C9B58CBEB1A3909369234582FA308E3C85F34D6(L_3343, /*hidden argument*/NULL); if (L_3344) { goto IL_5e6c; } } IL_5e66: { int32_t L_3345 = V_153; G_B711_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_3345, (int32_t)1)); goto IL_5e6e; } IL_5e6c: { int32_t L_3346 = V_153; G_B711_0 = L_3346; } IL_5e6e: { V_47 = G_B711_0; // isStartOfWord = false; V_45 = (bool)0; // int size = m_textInfo.wordInfo.Length; TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_3347 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_textInfo_152(); NullCheck(L_3347); TMP_WordInfoU5BU5D_t702DDE9D8C7BD02F4D744F914B94BAB83E0F9502* L_3348 = L_3347->get_wordInfo_12(); NullCheck(L_3348); V_181 = ((int32_t)((int32_t)(((RuntimeArray*)L_3348)->max_length))); // int index = m_textInfo.wordCount; TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_3349 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_textInfo_152(); NullCheck(L_3349); int32_t L_3350 = L_3349->get_wordCount_6(); V_182 = L_3350; // if (m_textInfo.wordCount + 1 > size) TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_3351 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_textInfo_152(); NullCheck(L_3351); int32_t L_3352 = L_3351->get_wordCount_6(); int32_t L_3353 = V_181; if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_3352, (int32_t)1))) <= ((int32_t)L_3353))) { goto IL_5eb4; } } { // TMP_TextInfo.Resize(ref m_textInfo.wordInfo, size + 1); TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_3354 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_textInfo_152(); NullCheck(L_3354); TMP_WordInfoU5BU5D_t702DDE9D8C7BD02F4D744F914B94BAB83E0F9502** L_3355 = L_3354->get_address_of_wordInfo_12(); int32_t L_3356 = V_181; IL2CPP_RUNTIME_CLASS_INIT(TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547_il2cpp_TypeInfo_var); TMP_TextInfo_Resize_TisTMP_WordInfo_t168F70FD30F4875E4C84D40F9F30FCB5D2EB895C_m46654E57A0D3569A19A2E130D3158486B76C6E5F((TMP_WordInfoU5BU5D_t702DDE9D8C7BD02F4D744F914B94BAB83E0F9502**)L_3355, ((int32_t)il2cpp_codegen_add((int32_t)L_3356, (int32_t)1)), /*hidden argument*/TMP_TextInfo_Resize_TisTMP_WordInfo_t168F70FD30F4875E4C84D40F9F30FCB5D2EB895C_m46654E57A0D3569A19A2E130D3158486B76C6E5F_RuntimeMethod_var); } IL_5eb4: { // m_textInfo.wordInfo[index].firstCharacterIndex = wordFirstChar; TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_3357 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_textInfo_152(); NullCheck(L_3357); TMP_WordInfoU5BU5D_t702DDE9D8C7BD02F4D744F914B94BAB83E0F9502* L_3358 = L_3357->get_wordInfo_12(); int32_t L_3359 = V_182; NullCheck(L_3358); int32_t L_3360 = V_46; ((L_3358)->GetAddressAt(static_cast(L_3359)))->set_firstCharacterIndex_1(L_3360); // m_textInfo.wordInfo[index].lastCharacterIndex = wordLastChar; TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_3361 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_textInfo_152(); NullCheck(L_3361); TMP_WordInfoU5BU5D_t702DDE9D8C7BD02F4D744F914B94BAB83E0F9502* L_3362 = L_3361->get_wordInfo_12(); int32_t L_3363 = V_182; NullCheck(L_3362); int32_t L_3364 = V_47; ((L_3362)->GetAddressAt(static_cast(L_3363)))->set_lastCharacterIndex_2(L_3364); // m_textInfo.wordInfo[index].characterCount = wordLastChar - wordFirstChar + 1; TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_3365 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_textInfo_152(); NullCheck(L_3365); TMP_WordInfoU5BU5D_t702DDE9D8C7BD02F4D744F914B94BAB83E0F9502* L_3366 = L_3365->get_wordInfo_12(); int32_t L_3367 = V_182; NullCheck(L_3366); int32_t L_3368 = V_47; int32_t L_3369 = V_46; ((L_3366)->GetAddressAt(static_cast(L_3367)))->set_characterCount_3(((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_3368, (int32_t)L_3369)), (int32_t)1))); // m_textInfo.wordInfo[index].textComponent = this; TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_3370 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_textInfo_152(); NullCheck(L_3370); TMP_WordInfoU5BU5D_t702DDE9D8C7BD02F4D744F914B94BAB83E0F9502* L_3371 = L_3370->get_wordInfo_12(); int32_t L_3372 = V_182; NullCheck(L_3371); ((L_3371)->GetAddressAt(static_cast(L_3372)))->set_textComponent_0(__this); // wordCount += 1; int32_t L_3373 = V_41; V_41 = ((int32_t)il2cpp_codegen_add((int32_t)L_3373, (int32_t)1)); // m_textInfo.wordCount += 1; TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_3374 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_textInfo_152(); TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_3375 = L_3374; NullCheck(L_3375); int32_t L_3376 = L_3375->get_wordCount_6(); NullCheck(L_3375); L_3375->set_wordCount_6(((int32_t)il2cpp_codegen_add((int32_t)L_3376, (int32_t)1))); // m_textInfo.lineInfo[currentLine].wordCount += 1; TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_3377 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_textInfo_152(); NullCheck(L_3377); TMP_LineInfoU5BU5D_t2B188FB1B6C36641B7FEB177ACC798FAC9806C3D* L_3378 = L_3377->get_lineInfo_14(); int32_t L_3379 = V_156; NullCheck(L_3378); int32_t* L_3380 = ((L_3378)->GetAddressAt(static_cast(L_3379)))->get_address_of_wordCount_4(); int32_t* L_3381 = L_3380; int32_t L_3382 = *((int32_t*)L_3381); *((int32_t*)L_3381) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_3382, (int32_t)1)); } IL_5f51: { // bool isUnderline = (m_textInfo.characterInfo[i].style & FontStyles.Underline) == FontStyles.Underline; TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_3383 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_textInfo_152(); NullCheck(L_3383); TMP_CharacterInfoU5BU5D_t7128C1B46CF6AB1374135FA31D41ABF23882B970* L_3384 = L_3383->get_characterInfo_11(); int32_t L_3385 = V_153; NullCheck(L_3384); int32_t L_3386 = ((L_3384)->GetAddressAt(static_cast(L_3385)))->get_style_39(); // if (isUnderline) if (!((((int32_t)((int32_t)((int32_t)L_3386&(int32_t)4))) == ((int32_t)4))? 1 : 0)) { goto IL_63be; } } { // bool isUnderlineVisible = true; V_183 = (bool)1; // int currentPage = m_textInfo.characterInfo[i].pageNumber; TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_3387 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_textInfo_152(); NullCheck(L_3387); TMP_CharacterInfoU5BU5D_t7128C1B46CF6AB1374135FA31D41ABF23882B970* L_3388 = L_3387->get_characterInfo_11(); int32_t L_3389 = V_153; NullCheck(L_3388); int32_t L_3390 = ((L_3388)->GetAddressAt(static_cast(L_3389)))->get_pageNumber_13(); V_184 = L_3390; // m_textInfo.characterInfo[i].underlineVertexIndex = last_vert_index; TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_3391 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_textInfo_152(); NullCheck(L_3391); TMP_CharacterInfoU5BU5D_t7128C1B46CF6AB1374135FA31D41ABF23882B970* L_3392 = L_3391->get_characterInfo_11(); int32_t L_3393 = V_153; NullCheck(L_3392); int32_t L_3394 = V_34; ((L_3392)->GetAddressAt(static_cast(L_3393)))->set_underlineVertexIndex_34(L_3394); // if (i > m_maxVisibleCharacters || currentLine > m_maxVisibleLines || (m_overflowMode == TextOverflowModes.Page && currentPage + 1 != m_pageToDisplay)) int32_t L_3395 = V_153; int32_t L_3396 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_maxVisibleCharacters_140(); if ((((int32_t)L_3395) > ((int32_t)L_3396))) { goto IL_5fd0; } } { int32_t L_3397 = V_156; int32_t L_3398 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_maxVisibleLines_142(); if ((((int32_t)L_3397) > ((int32_t)L_3398))) { goto IL_5fd0; } } { int32_t L_3399 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_overflowMode_115(); if ((!(((uint32_t)L_3399) == ((uint32_t)5)))) { goto IL_5fd3; } } { int32_t L_3400 = V_184; int32_t L_3401 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_pageToDisplay_144(); if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_3400, (int32_t)1))) == ((int32_t)L_3401))) { goto IL_5fd3; } } IL_5fd0: { // isUnderlineVisible = false; V_183 = (bool)0; } IL_5fd3: { // if (!char.IsWhiteSpace(unicode) && unicode != 0x200B) Il2CppChar L_3402 = V_155; IL2CPP_RUNTIME_CLASS_INIT(Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_il2cpp_TypeInfo_var); bool L_3403; L_3403 = Char_IsWhiteSpace_m99A5E1BE1EB9F17EA530A67A607DA8C260BCBF99(L_3402, /*hidden argument*/NULL); if (L_3403) { goto IL_605a; } } { Il2CppChar L_3404 = V_155; if ((((int32_t)L_3404) == ((int32_t)((int32_t)8203)))) { goto IL_605a; } } { // underlineMaxScale = Mathf.Max(underlineMaxScale, m_textInfo.characterInfo[i].scale); float L_3405 = V_56; TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_3406 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_textInfo_152(); NullCheck(L_3406); TMP_CharacterInfoU5BU5D_t7128C1B46CF6AB1374135FA31D41ABF23882B970* L_3407 = L_3406->get_characterInfo_11(); int32_t L_3408 = V_153; NullCheck(L_3407); float L_3409 = ((L_3407)->GetAddressAt(static_cast(L_3408)))->get_scale_31(); float L_3410; L_3410 = Mathf_Max_m4CE510E1F1013B33275F01543731A51A58BA0775(L_3405, L_3409, /*hidden argument*/NULL); V_56 = L_3410; // xScaleMax = Mathf.Max(xScaleMax, Mathf.Abs(xScale)); float L_3411 = V_53; float L_3412 = V_52; float L_3413; L_3413 = fabsf(L_3412); float L_3414; L_3414 = Mathf_Max_m4CE510E1F1013B33275F01543731A51A58BA0775(L_3411, L_3413, /*hidden argument*/NULL); V_53 = L_3414; // underlineBaseLine = Mathf.Min(currentPage == lastPage ? underlineBaseLine : k_LargePositiveFloat, m_textInfo.characterInfo[i].baseLine + font.m_FaceInfo.underlineOffset * underlineMaxScale); int32_t L_3415 = V_184; int32_t L_3416 = V_58; if ((((int32_t)L_3415) == ((int32_t)L_3416))) { goto IL_6022; } } { IL2CPP_RUNTIME_CLASS_INIT(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262_il2cpp_TypeInfo_var); float L_3417 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262_StaticFields*)il2cpp_codegen_static_fields_for(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262_il2cpp_TypeInfo_var))->get_k_LargePositiveFloat_261(); G_B725_0 = L_3417; goto IL_6024; } IL_6022: { float L_3418 = V_57; G_B725_0 = L_3418; } IL_6024: { TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_3419 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_textInfo_152(); NullCheck(L_3419); TMP_CharacterInfoU5BU5D_t7128C1B46CF6AB1374135FA31D41ABF23882B970* L_3420 = L_3419->get_characterInfo_11(); int32_t L_3421 = V_153; NullCheck(L_3420); float L_3422 = ((L_3420)->GetAddressAt(static_cast(L_3421)))->get_baseLine_26(); TMP_FontAsset_tDD8F58129CF4A9094C82DD209531E9E71F9837B2 * L_3423; L_3423 = TMP_Text_get_font_mCCC689E89501A382C24F73AB305F647CA47FD9E2_inline(__this, /*hidden argument*/NULL); NullCheck(L_3423); FaceInfo_t3A29F58B4C0435D2D76E3474E2B9D03F8A20C979 * L_3424 = L_3423->get_address_of_m_FaceInfo_12(); float L_3425; L_3425 = FaceInfo_get_underlineOffset_m0F2900E06388C697807D43285BD4979E9D0BDA50((FaceInfo_t3A29F58B4C0435D2D76E3474E2B9D03F8A20C979 *)L_3424, /*hidden argument*/NULL); float L_3426 = V_56; float L_3427; L_3427 = Mathf_Min_mD28BD5C9012619B74E475F204F96603193E99B14(G_B725_0, ((float)il2cpp_codegen_add((float)L_3422, (float)((float)il2cpp_codegen_multiply((float)L_3425, (float)L_3426)))), /*hidden argument*/NULL); V_57 = L_3427; // lastPage = currentPage; // Need to track pages to ensure we reset baseline for the new pages. int32_t L_3428 = V_184; V_58 = L_3428; } IL_605a: { // if (beginUnderline == false && isUnderlineVisible == true && i <= lineInfo.lastVisibleCharacterIndex && unicode != 10 && unicode != 11 && unicode != 13) bool L_3429 = V_9; if (L_3429) { goto IL_6115; } } { bool L_3430 = V_183; if (!L_3430) { goto IL_6115; } } { int32_t L_3431 = V_153; TMP_LineInfo_tB86D3A31D61EB73EEFB08F6B1AB5C60DE52981F7 L_3432 = V_157; int32_t L_3433 = L_3432.get_lastVisibleCharacterIndex_8(); if ((((int32_t)L_3431) > ((int32_t)L_3433))) { goto IL_6115; } } { Il2CppChar L_3434 = V_155; if ((((int32_t)L_3434) == ((int32_t)((int32_t)10)))) { goto IL_6115; } } { Il2CppChar L_3435 = V_155; if ((((int32_t)L_3435) == ((int32_t)((int32_t)11)))) { goto IL_6115; } } { Il2CppChar L_3436 = V_155; if ((((int32_t)L_3436) == ((int32_t)((int32_t)13)))) { goto IL_6115; } } { // if (i == lineInfo.lastVisibleCharacterIndex && char.IsSeparator(unicode)) int32_t L_3437 = V_153; TMP_LineInfo_tB86D3A31D61EB73EEFB08F6B1AB5C60DE52981F7 L_3438 = V_157; int32_t L_3439 = L_3438.get_lastVisibleCharacterIndex_8(); if ((!(((uint32_t)L_3437) == ((uint32_t)L_3439)))) { goto IL_60a5; } } { Il2CppChar L_3440 = V_155; IL2CPP_RUNTIME_CLASS_INIT(Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_il2cpp_TypeInfo_var); bool L_3441; L_3441 = Char_IsSeparator_m63C5FE7D94A88D0F251E4740B2E3348C0406B165(L_3440, /*hidden argument*/NULL); if (L_3441) { goto IL_6115; } } IL_60a5: { // beginUnderline = true; V_9 = (bool)1; // underlineStartScale = m_textInfo.characterInfo[i].scale; TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_3442 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_textInfo_152(); NullCheck(L_3442); TMP_CharacterInfoU5BU5D_t7128C1B46CF6AB1374135FA31D41ABF23882B970* L_3443 = L_3442->get_characterInfo_11(); int32_t L_3444 = V_153; NullCheck(L_3443); float L_3445 = ((L_3443)->GetAddressAt(static_cast(L_3444)))->get_scale_31(); V_54 = L_3445; // if (underlineMaxScale == 0) float L_3446 = V_56; if ((!(((float)L_3446) == ((float)(0.0f))))) { goto IL_60d2; } } { // underlineMaxScale = underlineStartScale; float L_3447 = V_54; V_56 = L_3447; // xScaleMax = xScale; float L_3448 = V_52; V_53 = L_3448; } IL_60d2: { // underline_start = new Vector3(m_textInfo.characterInfo[i].bottomLeft.x, underlineBaseLine, 0); TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_3449 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_textInfo_152(); NullCheck(L_3449); TMP_CharacterInfoU5BU5D_t7128C1B46CF6AB1374135FA31D41ABF23882B970* L_3450 = L_3449->get_characterInfo_11(); int32_t L_3451 = V_153; NullCheck(L_3450); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * L_3452 = ((L_3450)->GetAddressAt(static_cast(L_3451)))->get_address_of_bottomLeft_20(); float L_3453 = L_3452->get_x_2(); float L_3454 = V_57; Vector3__ctor_m57495F692C6CE1CEF278CAD9A98221165D37E636_inline((Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E *)(&V_10), L_3453, L_3454, (0.0f), /*hidden argument*/NULL); // underlineColor = m_textInfo.characterInfo[i].underlineColor; TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_3455 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_textInfo_152(); NullCheck(L_3455); TMP_CharacterInfoU5BU5D_t7128C1B46CF6AB1374135FA31D41ABF23882B970* L_3456 = L_3455->get_characterInfo_11(); int32_t L_3457 = V_153; NullCheck(L_3456); Color32_tDB54A78627878A7D2DE42BB028D64306A18E858D L_3458 = ((L_3456)->GetAddressAt(static_cast(L_3457)))->get_underlineColor_33(); V_49 = L_3458; } IL_6115: { // if (beginUnderline && m_characterCount == 1) bool L_3459 = V_9; if (!L_3459) { goto IL_6198; } } { int32_t L_3460 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_characterCount_207(); if ((!(((uint32_t)L_3460) == ((uint32_t)1)))) { goto IL_6198; } } { // beginUnderline = false; V_9 = (bool)0; // underline_end = new Vector3(m_textInfo.characterInfo[i].topRight.x, underlineBaseLine, 0); TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_3461 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_textInfo_152(); NullCheck(L_3461); TMP_CharacterInfoU5BU5D_t7128C1B46CF6AB1374135FA31D41ABF23882B970* L_3462 = L_3461->get_characterInfo_11(); int32_t L_3463 = V_153; NullCheck(L_3462); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * L_3464 = ((L_3462)->GetAddressAt(static_cast(L_3463)))->get_address_of_topRight_21(); float L_3465 = L_3464->get_x_2(); float L_3466 = V_57; Vector3__ctor_m57495F692C6CE1CEF278CAD9A98221165D37E636_inline((Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E *)(&V_11), L_3465, L_3466, (0.0f), /*hidden argument*/NULL); // underlineEndScale = m_textInfo.characterInfo[i].scale; TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_3467 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_textInfo_152(); NullCheck(L_3467); TMP_CharacterInfoU5BU5D_t7128C1B46CF6AB1374135FA31D41ABF23882B970* L_3468 = L_3467->get_characterInfo_11(); int32_t L_3469 = V_153; NullCheck(L_3468); float L_3470 = ((L_3468)->GetAddressAt(static_cast(L_3469)))->get_scale_31(); V_55 = L_3470; // DrawUnderlineMesh(underline_start, underline_end, ref last_vert_index, underlineStartScale, underlineEndScale, underlineMaxScale, xScaleMax, underlineColor); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_3471 = V_10; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_3472 = V_11; float L_3473 = V_54; float L_3474 = V_55; float L_3475 = V_56; float L_3476 = V_53; Color32_tDB54A78627878A7D2DE42BB028D64306A18E858D L_3477 = V_49; VirtualActionInvoker8< Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E , Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E , int32_t*, float, float, float, float, Color32_tDB54A78627878A7D2DE42BB028D64306A18E858D >::Invoke(125 /* System.Void TMPro.TMP_Text::DrawUnderlineMesh(UnityEngine.Vector3,UnityEngine.Vector3,System.Int32&,System.Single,System.Single,System.Single,System.Single,UnityEngine.Color32) */, __this, L_3471, L_3472, (int32_t*)(&V_34), L_3473, L_3474, L_3475, L_3476, L_3477); // underlineMaxScale = 0; V_56 = (0.0f); // xScaleMax = 0; V_53 = (0.0f); // underlineBaseLine = k_LargePositiveFloat; IL2CPP_RUNTIME_CLASS_INIT(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262_il2cpp_TypeInfo_var); float L_3478 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262_StaticFields*)il2cpp_codegen_static_fields_for(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262_il2cpp_TypeInfo_var))->get_k_LargePositiveFloat_261(); V_57 = L_3478; // } goto IL_6437; } IL_6198: { // else if (beginUnderline && (i == lineInfo.lastCharacterIndex || i >= lineInfo.lastVisibleCharacterIndex)) bool L_3479 = V_9; if (!L_3479) { goto IL_628e; } } { int32_t L_3480 = V_153; TMP_LineInfo_tB86D3A31D61EB73EEFB08F6B1AB5C60DE52981F7 L_3481 = V_157; int32_t L_3482 = L_3481.get_lastCharacterIndex_7(); if ((((int32_t)L_3480) == ((int32_t)L_3482))) { goto IL_61b8; } } { int32_t L_3483 = V_153; TMP_LineInfo_tB86D3A31D61EB73EEFB08F6B1AB5C60DE52981F7 L_3484 = V_157; int32_t L_3485 = L_3484.get_lastVisibleCharacterIndex_8(); if ((((int32_t)L_3483) < ((int32_t)L_3485))) { goto IL_628e; } } IL_61b8: { // if (char.IsWhiteSpace(unicode) || unicode == 0x200B) Il2CppChar L_3486 = V_155; IL2CPP_RUNTIME_CLASS_INIT(Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_il2cpp_TypeInfo_var); bool L_3487; L_3487 = Char_IsWhiteSpace_m99A5E1BE1EB9F17EA530A67A607DA8C260BCBF99(L_3486, /*hidden argument*/NULL); if (L_3487) { goto IL_61ca; } } { Il2CppChar L_3488 = V_155; if ((!(((uint32_t)L_3488) == ((uint32_t)((int32_t)8203))))) { goto IL_6218; } } IL_61ca: { // int lastVisibleCharacterIndex = lineInfo.lastVisibleCharacterIndex; TMP_LineInfo_tB86D3A31D61EB73EEFB08F6B1AB5C60DE52981F7 L_3489 = V_157; int32_t L_3490 = L_3489.get_lastVisibleCharacterIndex_8(); V_185 = L_3490; // underline_end = new Vector3(m_textInfo.characterInfo[lastVisibleCharacterIndex].topRight.x, underlineBaseLine, 0); TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_3491 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_textInfo_152(); NullCheck(L_3491); TMP_CharacterInfoU5BU5D_t7128C1B46CF6AB1374135FA31D41ABF23882B970* L_3492 = L_3491->get_characterInfo_11(); int32_t L_3493 = V_185; NullCheck(L_3492); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * L_3494 = ((L_3492)->GetAddressAt(static_cast(L_3493)))->get_address_of_topRight_21(); float L_3495 = L_3494->get_x_2(); float L_3496 = V_57; Vector3__ctor_m57495F692C6CE1CEF278CAD9A98221165D37E636_inline((Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E *)(&V_11), L_3495, L_3496, (0.0f), /*hidden argument*/NULL); // underlineEndScale = m_textInfo.characterInfo[lastVisibleCharacterIndex].scale; TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_3497 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_textInfo_152(); NullCheck(L_3497); TMP_CharacterInfoU5BU5D_t7128C1B46CF6AB1374135FA31D41ABF23882B970* L_3498 = L_3497->get_characterInfo_11(); int32_t L_3499 = V_185; NullCheck(L_3498); float L_3500 = ((L_3498)->GetAddressAt(static_cast(L_3499)))->get_scale_31(); V_55 = L_3500; // } goto IL_625b; } IL_6218: { // underline_end = new Vector3(m_textInfo.characterInfo[i].topRight.x, underlineBaseLine, 0); TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_3501 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_textInfo_152(); NullCheck(L_3501); TMP_CharacterInfoU5BU5D_t7128C1B46CF6AB1374135FA31D41ABF23882B970* L_3502 = L_3501->get_characterInfo_11(); int32_t L_3503 = V_153; NullCheck(L_3502); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * L_3504 = ((L_3502)->GetAddressAt(static_cast(L_3503)))->get_address_of_topRight_21(); float L_3505 = L_3504->get_x_2(); float L_3506 = V_57; Vector3__ctor_m57495F692C6CE1CEF278CAD9A98221165D37E636_inline((Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E *)(&V_11), L_3505, L_3506, (0.0f), /*hidden argument*/NULL); // underlineEndScale = m_textInfo.characterInfo[i].scale; TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_3507 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_textInfo_152(); NullCheck(L_3507); TMP_CharacterInfoU5BU5D_t7128C1B46CF6AB1374135FA31D41ABF23882B970* L_3508 = L_3507->get_characterInfo_11(); int32_t L_3509 = V_153; NullCheck(L_3508); float L_3510 = ((L_3508)->GetAddressAt(static_cast(L_3509)))->get_scale_31(); V_55 = L_3510; } IL_625b: { // beginUnderline = false; V_9 = (bool)0; // DrawUnderlineMesh(underline_start, underline_end, ref last_vert_index, underlineStartScale, underlineEndScale, underlineMaxScale, xScaleMax, underlineColor); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_3511 = V_10; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_3512 = V_11; float L_3513 = V_54; float L_3514 = V_55; float L_3515 = V_56; float L_3516 = V_53; Color32_tDB54A78627878A7D2DE42BB028D64306A18E858D L_3517 = V_49; VirtualActionInvoker8< Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E , Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E , int32_t*, float, float, float, float, Color32_tDB54A78627878A7D2DE42BB028D64306A18E858D >::Invoke(125 /* System.Void TMPro.TMP_Text::DrawUnderlineMesh(UnityEngine.Vector3,UnityEngine.Vector3,System.Int32&,System.Single,System.Single,System.Single,System.Single,UnityEngine.Color32) */, __this, L_3511, L_3512, (int32_t*)(&V_34), L_3513, L_3514, L_3515, L_3516, L_3517); // underlineMaxScale = 0; V_56 = (0.0f); // xScaleMax = 0; V_53 = (0.0f); // underlineBaseLine = k_LargePositiveFloat; IL2CPP_RUNTIME_CLASS_INIT(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262_il2cpp_TypeInfo_var); float L_3518 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262_StaticFields*)il2cpp_codegen_static_fields_for(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262_il2cpp_TypeInfo_var))->get_k_LargePositiveFloat_261(); V_57 = L_3518; // } goto IL_6437; } IL_628e: { // else if (beginUnderline && !isUnderlineVisible) bool L_3519 = V_9; if (!L_3519) { goto IL_6310; } } { bool L_3520 = V_183; if (L_3520) { goto IL_6310; } } { // beginUnderline = false; V_9 = (bool)0; // underline_end = new Vector3(m_textInfo.characterInfo[i - 1].topRight.x, underlineBaseLine, 0); TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_3521 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_textInfo_152(); NullCheck(L_3521); TMP_CharacterInfoU5BU5D_t7128C1B46CF6AB1374135FA31D41ABF23882B970* L_3522 = L_3521->get_characterInfo_11(); int32_t L_3523 = V_153; NullCheck(L_3522); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * L_3524 = ((L_3522)->GetAddressAt(static_cast(((int32_t)il2cpp_codegen_subtract((int32_t)L_3523, (int32_t)1)))))->get_address_of_topRight_21(); float L_3525 = L_3524->get_x_2(); float L_3526 = V_57; Vector3__ctor_m57495F692C6CE1CEF278CAD9A98221165D37E636_inline((Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E *)(&V_11), L_3525, L_3526, (0.0f), /*hidden argument*/NULL); // underlineEndScale = m_textInfo.characterInfo[i - 1].scale; TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_3527 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_textInfo_152(); NullCheck(L_3527); TMP_CharacterInfoU5BU5D_t7128C1B46CF6AB1374135FA31D41ABF23882B970* L_3528 = L_3527->get_characterInfo_11(); int32_t L_3529 = V_153; NullCheck(L_3528); float L_3530 = ((L_3528)->GetAddressAt(static_cast(((int32_t)il2cpp_codegen_subtract((int32_t)L_3529, (int32_t)1)))))->get_scale_31(); V_55 = L_3530; // DrawUnderlineMesh(underline_start, underline_end, ref last_vert_index, underlineStartScale, underlineEndScale, underlineMaxScale, xScaleMax, underlineColor); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_3531 = V_10; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_3532 = V_11; float L_3533 = V_54; float L_3534 = V_55; float L_3535 = V_56; float L_3536 = V_53; Color32_tDB54A78627878A7D2DE42BB028D64306A18E858D L_3537 = V_49; VirtualActionInvoker8< Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E , Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E , int32_t*, float, float, float, float, Color32_tDB54A78627878A7D2DE42BB028D64306A18E858D >::Invoke(125 /* System.Void TMPro.TMP_Text::DrawUnderlineMesh(UnityEngine.Vector3,UnityEngine.Vector3,System.Int32&,System.Single,System.Single,System.Single,System.Single,UnityEngine.Color32) */, __this, L_3531, L_3532, (int32_t*)(&V_34), L_3533, L_3534, L_3535, L_3536, L_3537); // underlineMaxScale = 0; V_56 = (0.0f); // xScaleMax = 0; V_53 = (0.0f); // underlineBaseLine = k_LargePositiveFloat; IL2CPP_RUNTIME_CLASS_INIT(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262_il2cpp_TypeInfo_var); float L_3538 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262_StaticFields*)il2cpp_codegen_static_fields_for(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262_il2cpp_TypeInfo_var))->get_k_LargePositiveFloat_261(); V_57 = L_3538; // } goto IL_6437; } IL_6310: { // else if (beginUnderline && i < m_characterCount - 1 && !underlineColor.Compare(m_textInfo.characterInfo[i + 1].underlineColor)) bool L_3539 = V_9; if (!L_3539) { goto IL_6437; } } { int32_t L_3540 = V_153; int32_t L_3541 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_characterCount_207(); if ((((int32_t)L_3540) >= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_3541, (int32_t)1))))) { goto IL_6437; } } { Color32_tDB54A78627878A7D2DE42BB028D64306A18E858D L_3542 = V_49; TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_3543 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_textInfo_152(); NullCheck(L_3543); TMP_CharacterInfoU5BU5D_t7128C1B46CF6AB1374135FA31D41ABF23882B970* L_3544 = L_3543->get_characterInfo_11(); int32_t L_3545 = V_153; NullCheck(L_3544); Color32_tDB54A78627878A7D2DE42BB028D64306A18E858D L_3546 = ((L_3544)->GetAddressAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_3545, (int32_t)1)))))->get_underlineColor_33(); bool L_3547; L_3547 = TMPro_ExtensionMethods_Compare_mF68EE2F2585A1CDFD8C85F5D940F662F553CA197(L_3542, L_3546, /*hidden argument*/NULL); if (L_3547) { goto IL_6437; } } { // beginUnderline = false; V_9 = (bool)0; // underline_end = new Vector3(m_textInfo.characterInfo[i].topRight.x, underlineBaseLine, 0); TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_3548 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_textInfo_152(); NullCheck(L_3548); TMP_CharacterInfoU5BU5D_t7128C1B46CF6AB1374135FA31D41ABF23882B970* L_3549 = L_3548->get_characterInfo_11(); int32_t L_3550 = V_153; NullCheck(L_3549); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * L_3551 = ((L_3549)->GetAddressAt(static_cast(L_3550)))->get_address_of_topRight_21(); float L_3552 = L_3551->get_x_2(); float L_3553 = V_57; Vector3__ctor_m57495F692C6CE1CEF278CAD9A98221165D37E636_inline((Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E *)(&V_11), L_3552, L_3553, (0.0f), /*hidden argument*/NULL); // underlineEndScale = m_textInfo.characterInfo[i].scale; TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_3554 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_textInfo_152(); NullCheck(L_3554); TMP_CharacterInfoU5BU5D_t7128C1B46CF6AB1374135FA31D41ABF23882B970* L_3555 = L_3554->get_characterInfo_11(); int32_t L_3556 = V_153; NullCheck(L_3555); float L_3557 = ((L_3555)->GetAddressAt(static_cast(L_3556)))->get_scale_31(); V_55 = L_3557; // DrawUnderlineMesh(underline_start, underline_end, ref last_vert_index, underlineStartScale, underlineEndScale, underlineMaxScale, xScaleMax, underlineColor); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_3558 = V_10; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_3559 = V_11; float L_3560 = V_54; float L_3561 = V_55; float L_3562 = V_56; float L_3563 = V_53; Color32_tDB54A78627878A7D2DE42BB028D64306A18E858D L_3564 = V_49; VirtualActionInvoker8< Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E , Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E , int32_t*, float, float, float, float, Color32_tDB54A78627878A7D2DE42BB028D64306A18E858D >::Invoke(125 /* System.Void TMPro.TMP_Text::DrawUnderlineMesh(UnityEngine.Vector3,UnityEngine.Vector3,System.Int32&,System.Single,System.Single,System.Single,System.Single,UnityEngine.Color32) */, __this, L_3558, L_3559, (int32_t*)(&V_34), L_3560, L_3561, L_3562, L_3563, L_3564); // underlineMaxScale = 0; V_56 = (0.0f); // xScaleMax = 0; V_53 = (0.0f); // underlineBaseLine = k_LargePositiveFloat; IL2CPP_RUNTIME_CLASS_INIT(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262_il2cpp_TypeInfo_var); float L_3565 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262_StaticFields*)il2cpp_codegen_static_fields_for(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262_il2cpp_TypeInfo_var))->get_k_LargePositiveFloat_261(); V_57 = L_3565; // } goto IL_6437; } IL_63be: { // if (beginUnderline == true) bool L_3566 = V_9; if (!L_3566) { goto IL_6437; } } { // beginUnderline = false; V_9 = (bool)0; // underline_end = new Vector3(m_textInfo.characterInfo[i - 1].topRight.x, underlineBaseLine, 0); TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_3567 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_textInfo_152(); NullCheck(L_3567); TMP_CharacterInfoU5BU5D_t7128C1B46CF6AB1374135FA31D41ABF23882B970* L_3568 = L_3567->get_characterInfo_11(); int32_t L_3569 = V_153; NullCheck(L_3568); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * L_3570 = ((L_3568)->GetAddressAt(static_cast(((int32_t)il2cpp_codegen_subtract((int32_t)L_3569, (int32_t)1)))))->get_address_of_topRight_21(); float L_3571 = L_3570->get_x_2(); float L_3572 = V_57; Vector3__ctor_m57495F692C6CE1CEF278CAD9A98221165D37E636_inline((Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E *)(&V_11), L_3571, L_3572, (0.0f), /*hidden argument*/NULL); // underlineEndScale = m_textInfo.characterInfo[i - 1].scale; TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_3573 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_textInfo_152(); NullCheck(L_3573); TMP_CharacterInfoU5BU5D_t7128C1B46CF6AB1374135FA31D41ABF23882B970* L_3574 = L_3573->get_characterInfo_11(); int32_t L_3575 = V_153; NullCheck(L_3574); float L_3576 = ((L_3574)->GetAddressAt(static_cast(((int32_t)il2cpp_codegen_subtract((int32_t)L_3575, (int32_t)1)))))->get_scale_31(); V_55 = L_3576; // DrawUnderlineMesh(underline_start, underline_end, ref last_vert_index, underlineStartScale, underlineEndScale, underlineMaxScale, xScaleMax, underlineColor); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_3577 = V_10; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_3578 = V_11; float L_3579 = V_54; float L_3580 = V_55; float L_3581 = V_56; float L_3582 = V_53; Color32_tDB54A78627878A7D2DE42BB028D64306A18E858D L_3583 = V_49; VirtualActionInvoker8< Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E , Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E , int32_t*, float, float, float, float, Color32_tDB54A78627878A7D2DE42BB028D64306A18E858D >::Invoke(125 /* System.Void TMPro.TMP_Text::DrawUnderlineMesh(UnityEngine.Vector3,UnityEngine.Vector3,System.Int32&,System.Single,System.Single,System.Single,System.Single,UnityEngine.Color32) */, __this, L_3577, L_3578, (int32_t*)(&V_34), L_3579, L_3580, L_3581, L_3582, L_3583); // underlineMaxScale = 0; V_56 = (0.0f); // xScaleMax = 0; V_53 = (0.0f); // underlineBaseLine = k_LargePositiveFloat; IL2CPP_RUNTIME_CLASS_INIT(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262_il2cpp_TypeInfo_var); float L_3584 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262_StaticFields*)il2cpp_codegen_static_fields_for(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262_il2cpp_TypeInfo_var))->get_k_LargePositiveFloat_261(); V_57 = L_3584; } IL_6437: { // bool isStrikethrough = (m_textInfo.characterInfo[i].style & FontStyles.Strikethrough) == FontStyles.Strikethrough; TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_3585 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_textInfo_152(); NullCheck(L_3585); TMP_CharacterInfoU5BU5D_t7128C1B46CF6AB1374135FA31D41ABF23882B970* L_3586 = L_3585->get_characterInfo_11(); int32_t L_3587 = V_153; NullCheck(L_3586); int32_t L_3588 = ((L_3586)->GetAddressAt(static_cast(L_3587)))->get_style_39(); // float strikethroughOffset = currentFontAsset.m_FaceInfo.strikethroughOffset; TMP_FontAsset_tDD8F58129CF4A9094C82DD209531E9E71F9837B2 * L_3589 = V_154; NullCheck(L_3589); FaceInfo_t3A29F58B4C0435D2D76E3474E2B9D03F8A20C979 * L_3590 = L_3589->get_address_of_m_FaceInfo_12(); float L_3591; L_3591 = FaceInfo_get_strikethroughOffset_m705C7A75FFA7E324582D6A1CC404ED4C8E8417EB((FaceInfo_t3A29F58B4C0435D2D76E3474E2B9D03F8A20C979 *)L_3590, /*hidden argument*/NULL); V_160 = L_3591; // if (isStrikethrough) if (!((((int32_t)((int32_t)((int32_t)L_3588&(int32_t)((int32_t)64)))) == ((int32_t)((int32_t)64)))? 1 : 0)) { goto IL_6926; } } { // bool isStrikeThroughVisible = true; V_186 = (bool)1; // m_textInfo.characterInfo[i].strikethroughVertexIndex = last_vert_index; TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_3592 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_textInfo_152(); NullCheck(L_3592); TMP_CharacterInfoU5BU5D_t7128C1B46CF6AB1374135FA31D41ABF23882B970* L_3593 = L_3592->get_characterInfo_11(); int32_t L_3594 = V_153; NullCheck(L_3593); int32_t L_3595 = V_34; ((L_3593)->GetAddressAt(static_cast(L_3594)))->set_strikethroughVertexIndex_36(L_3595); // if (i > m_maxVisibleCharacters || currentLine > m_maxVisibleLines || (m_overflowMode == TextOverflowModes.Page && m_textInfo.characterInfo[i].pageNumber + 1 != m_pageToDisplay)) int32_t L_3596 = V_153; int32_t L_3597 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_maxVisibleCharacters_140(); if ((((int32_t)L_3596) > ((int32_t)L_3597))) { goto IL_64c2; } } { int32_t L_3598 = V_156; int32_t L_3599 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_maxVisibleLines_142(); if ((((int32_t)L_3598) > ((int32_t)L_3599))) { goto IL_64c2; } } { int32_t L_3600 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_overflowMode_115(); if ((!(((uint32_t)L_3600) == ((uint32_t)5)))) { goto IL_64c5; } } { TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_3601 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_textInfo_152(); NullCheck(L_3601); TMP_CharacterInfoU5BU5D_t7128C1B46CF6AB1374135FA31D41ABF23882B970* L_3602 = L_3601->get_characterInfo_11(); int32_t L_3603 = V_153; NullCheck(L_3602); int32_t L_3604 = ((L_3602)->GetAddressAt(static_cast(L_3603)))->get_pageNumber_13(); int32_t L_3605 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_pageToDisplay_144(); if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_3604, (int32_t)1))) == ((int32_t)L_3605))) { goto IL_64c5; } } IL_64c2: { // isStrikeThroughVisible = false; V_186 = (bool)0; } IL_64c5: { // if (beginStrikethrough == false && isStrikeThroughVisible && i <= lineInfo.lastVisibleCharacterIndex && unicode != 10 && unicode != 11 && unicode != 13) bool L_3606 = V_12; bool L_3607 = V_186; if (!((int32_t)((int32_t)((((int32_t)L_3606) == ((int32_t)0))? 1 : 0)&(int32_t)L_3607))) { goto IL_65be; } } { int32_t L_3608 = V_153; TMP_LineInfo_tB86D3A31D61EB73EEFB08F6B1AB5C60DE52981F7 L_3609 = V_157; int32_t L_3610 = L_3609.get_lastVisibleCharacterIndex_8(); if ((((int32_t)L_3608) > ((int32_t)L_3610))) { goto IL_65be; } } { Il2CppChar L_3611 = V_155; if ((((int32_t)L_3611) == ((int32_t)((int32_t)10)))) { goto IL_65be; } } { Il2CppChar L_3612 = V_155; if ((((int32_t)L_3612) == ((int32_t)((int32_t)11)))) { goto IL_65be; } } { Il2CppChar L_3613 = V_155; if ((((int32_t)L_3613) == ((int32_t)((int32_t)13)))) { goto IL_65be; } } { // if (i == lineInfo.lastVisibleCharacterIndex && char.IsSeparator(unicode)) int32_t L_3614 = V_153; TMP_LineInfo_tB86D3A31D61EB73EEFB08F6B1AB5C60DE52981F7 L_3615 = V_157; int32_t L_3616 = L_3615.get_lastVisibleCharacterIndex_8(); if ((!(((uint32_t)L_3614) == ((uint32_t)L_3616)))) { goto IL_6512; } } { Il2CppChar L_3617 = V_155; IL2CPP_RUNTIME_CLASS_INIT(Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_il2cpp_TypeInfo_var); bool L_3618; L_3618 = Char_IsSeparator_m63C5FE7D94A88D0F251E4740B2E3348C0406B165(L_3617, /*hidden argument*/NULL); if (L_3618) { goto IL_65be; } } IL_6512: { // beginStrikethrough = true; V_12 = (bool)1; // strikethroughPointSize = m_textInfo.characterInfo[i].pointSize; TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_3619 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_textInfo_152(); NullCheck(L_3619); TMP_CharacterInfoU5BU5D_t7128C1B46CF6AB1374135FA31D41ABF23882B970* L_3620 = L_3619->get_characterInfo_11(); int32_t L_3621 = V_153; NullCheck(L_3620); float L_3622 = ((L_3620)->GetAddressAt(static_cast(L_3621)))->get_pointSize_11(); V_59 = L_3622; // strikethroughScale = m_textInfo.characterInfo[i].scale; TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_3623 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_textInfo_152(); NullCheck(L_3623); TMP_CharacterInfoU5BU5D_t7128C1B46CF6AB1374135FA31D41ABF23882B970* L_3624 = L_3623->get_characterInfo_11(); int32_t L_3625 = V_153; NullCheck(L_3624); float L_3626 = ((L_3624)->GetAddressAt(static_cast(L_3625)))->get_scale_31(); V_60 = L_3626; // strikethrough_start = new Vector3(m_textInfo.characterInfo[i].bottomLeft.x, m_textInfo.characterInfo[i].baseLine + strikethroughOffset * strikethroughScale, 0); TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_3627 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_textInfo_152(); NullCheck(L_3627); TMP_CharacterInfoU5BU5D_t7128C1B46CF6AB1374135FA31D41ABF23882B970* L_3628 = L_3627->get_characterInfo_11(); int32_t L_3629 = V_153; NullCheck(L_3628); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * L_3630 = ((L_3628)->GetAddressAt(static_cast(L_3629)))->get_address_of_bottomLeft_20(); float L_3631 = L_3630->get_x_2(); TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_3632 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_textInfo_152(); NullCheck(L_3632); TMP_CharacterInfoU5BU5D_t7128C1B46CF6AB1374135FA31D41ABF23882B970* L_3633 = L_3632->get_characterInfo_11(); int32_t L_3634 = V_153; NullCheck(L_3633); float L_3635 = ((L_3633)->GetAddressAt(static_cast(L_3634)))->get_baseLine_26(); float L_3636 = V_160; float L_3637 = V_60; Vector3__ctor_m57495F692C6CE1CEF278CAD9A98221165D37E636_inline((Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E *)(&V_13), L_3631, ((float)il2cpp_codegen_add((float)L_3635, (float)((float)il2cpp_codegen_multiply((float)L_3636, (float)L_3637)))), (0.0f), /*hidden argument*/NULL); // strikethroughColor = m_textInfo.characterInfo[i].strikethroughColor; TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_3638 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_textInfo_152(); NullCheck(L_3638); TMP_CharacterInfoU5BU5D_t7128C1B46CF6AB1374135FA31D41ABF23882B970* L_3639 = L_3638->get_characterInfo_11(); int32_t L_3640 = V_153; NullCheck(L_3639); Color32_tDB54A78627878A7D2DE42BB028D64306A18E858D L_3641 = ((L_3639)->GetAddressAt(static_cast(L_3640)))->get_strikethroughColor_35(); V_50 = L_3641; // strikethroughBaseline = m_textInfo.characterInfo[i].baseLine; TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_3642 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_textInfo_152(); NullCheck(L_3642); TMP_CharacterInfoU5BU5D_t7128C1B46CF6AB1374135FA31D41ABF23882B970* L_3643 = L_3642->get_characterInfo_11(); int32_t L_3644 = V_153; NullCheck(L_3643); float L_3645 = ((L_3643)->GetAddressAt(static_cast(L_3644)))->get_baseLine_26(); V_61 = L_3645; } IL_65be: { // if (beginStrikethrough && m_characterCount == 1) bool L_3646 = V_12; if (!L_3646) { goto IL_662e; } } { int32_t L_3647 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_characterCount_207(); if ((!(((uint32_t)L_3647) == ((uint32_t)1)))) { goto IL_662e; } } { // beginStrikethrough = false; V_12 = (bool)0; // strikethrough_end = new Vector3(m_textInfo.characterInfo[i].topRight.x, m_textInfo.characterInfo[i].baseLine + strikethroughOffset * strikethroughScale, 0); TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_3648 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_textInfo_152(); NullCheck(L_3648); TMP_CharacterInfoU5BU5D_t7128C1B46CF6AB1374135FA31D41ABF23882B970* L_3649 = L_3648->get_characterInfo_11(); int32_t L_3650 = V_153; NullCheck(L_3649); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * L_3651 = ((L_3649)->GetAddressAt(static_cast(L_3650)))->get_address_of_topRight_21(); float L_3652 = L_3651->get_x_2(); TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_3653 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_textInfo_152(); NullCheck(L_3653); TMP_CharacterInfoU5BU5D_t7128C1B46CF6AB1374135FA31D41ABF23882B970* L_3654 = L_3653->get_characterInfo_11(); int32_t L_3655 = V_153; NullCheck(L_3654); float L_3656 = ((L_3654)->GetAddressAt(static_cast(L_3655)))->get_baseLine_26(); float L_3657 = V_160; float L_3658 = V_60; Vector3__ctor_m57495F692C6CE1CEF278CAD9A98221165D37E636_inline((Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E *)(&V_14), L_3652, ((float)il2cpp_codegen_add((float)L_3656, (float)((float)il2cpp_codegen_multiply((float)L_3657, (float)L_3658)))), (0.0f), /*hidden argument*/NULL); // DrawUnderlineMesh(strikethrough_start, strikethrough_end, ref last_vert_index, strikethroughScale, strikethroughScale, strikethroughScale, xScale, strikethroughColor); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_3659 = V_13; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_3660 = V_14; float L_3661 = V_60; float L_3662 = V_60; float L_3663 = V_60; float L_3664 = V_52; Color32_tDB54A78627878A7D2DE42BB028D64306A18E858D L_3665 = V_50; VirtualActionInvoker8< Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E , Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E , int32_t*, float, float, float, float, Color32_tDB54A78627878A7D2DE42BB028D64306A18E858D >::Invoke(125 /* System.Void TMPro.TMP_Text::DrawUnderlineMesh(UnityEngine.Vector3,UnityEngine.Vector3,System.Int32&,System.Single,System.Single,System.Single,System.Single,UnityEngine.Color32) */, __this, L_3659, L_3660, (int32_t*)(&V_34), L_3661, L_3662, L_3663, L_3664, L_3665); // } goto IL_698c; } IL_662e: { // else if (beginStrikethrough && i == lineInfo.lastCharacterIndex) bool L_3666 = V_12; if (!L_3666) { goto IL_6708; } } { int32_t L_3667 = V_153; TMP_LineInfo_tB86D3A31D61EB73EEFB08F6B1AB5C60DE52981F7 L_3668 = V_157; int32_t L_3669 = L_3668.get_lastCharacterIndex_7(); if ((!(((uint32_t)L_3667) == ((uint32_t)L_3669)))) { goto IL_6708; } } { // if (char.IsWhiteSpace(unicode) || unicode == 0x200B) Il2CppChar L_3670 = V_155; IL2CPP_RUNTIME_CLASS_INIT(Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_il2cpp_TypeInfo_var); bool L_3671; L_3671 = Char_IsWhiteSpace_m99A5E1BE1EB9F17EA530A67A607DA8C260BCBF99(L_3670, /*hidden argument*/NULL); if (L_3671) { goto IL_6655; } } { Il2CppChar L_3672 = V_155; if ((!(((uint32_t)L_3672) == ((uint32_t)((int32_t)8203))))) { goto IL_66a5; } } IL_6655: { // int lastVisibleCharacterIndex = lineInfo.lastVisibleCharacterIndex; TMP_LineInfo_tB86D3A31D61EB73EEFB08F6B1AB5C60DE52981F7 L_3673 = V_157; int32_t L_3674 = L_3673.get_lastVisibleCharacterIndex_8(); V_187 = L_3674; // strikethrough_end = new Vector3(m_textInfo.characterInfo[lastVisibleCharacterIndex].topRight.x, m_textInfo.characterInfo[lastVisibleCharacterIndex].baseLine + strikethroughOffset * strikethroughScale, 0); TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_3675 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_textInfo_152(); NullCheck(L_3675); TMP_CharacterInfoU5BU5D_t7128C1B46CF6AB1374135FA31D41ABF23882B970* L_3676 = L_3675->get_characterInfo_11(); int32_t L_3677 = V_187; NullCheck(L_3676); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * L_3678 = ((L_3676)->GetAddressAt(static_cast(L_3677)))->get_address_of_topRight_21(); float L_3679 = L_3678->get_x_2(); TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_3680 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_textInfo_152(); NullCheck(L_3680); TMP_CharacterInfoU5BU5D_t7128C1B46CF6AB1374135FA31D41ABF23882B970* L_3681 = L_3680->get_characterInfo_11(); int32_t L_3682 = V_187; NullCheck(L_3681); float L_3683 = ((L_3681)->GetAddressAt(static_cast(L_3682)))->get_baseLine_26(); float L_3684 = V_160; float L_3685 = V_60; Vector3__ctor_m57495F692C6CE1CEF278CAD9A98221165D37E636_inline((Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E *)(&V_14), L_3679, ((float)il2cpp_codegen_add((float)L_3683, (float)((float)il2cpp_codegen_multiply((float)L_3684, (float)L_3685)))), (0.0f), /*hidden argument*/NULL); // } goto IL_66ea; } IL_66a5: { // strikethrough_end = new Vector3(m_textInfo.characterInfo[i].topRight.x, m_textInfo.characterInfo[i].baseLine + strikethroughOffset * strikethroughScale, 0); TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_3686 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_textInfo_152(); NullCheck(L_3686); TMP_CharacterInfoU5BU5D_t7128C1B46CF6AB1374135FA31D41ABF23882B970* L_3687 = L_3686->get_characterInfo_11(); int32_t L_3688 = V_153; NullCheck(L_3687); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * L_3689 = ((L_3687)->GetAddressAt(static_cast(L_3688)))->get_address_of_topRight_21(); float L_3690 = L_3689->get_x_2(); TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_3691 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_textInfo_152(); NullCheck(L_3691); TMP_CharacterInfoU5BU5D_t7128C1B46CF6AB1374135FA31D41ABF23882B970* L_3692 = L_3691->get_characterInfo_11(); int32_t L_3693 = V_153; NullCheck(L_3692); float L_3694 = ((L_3692)->GetAddressAt(static_cast(L_3693)))->get_baseLine_26(); float L_3695 = V_160; float L_3696 = V_60; Vector3__ctor_m57495F692C6CE1CEF278CAD9A98221165D37E636_inline((Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E *)(&V_14), L_3690, ((float)il2cpp_codegen_add((float)L_3694, (float)((float)il2cpp_codegen_multiply((float)L_3695, (float)L_3696)))), (0.0f), /*hidden argument*/NULL); } IL_66ea: { // beginStrikethrough = false; V_12 = (bool)0; // DrawUnderlineMesh(strikethrough_start, strikethrough_end, ref last_vert_index, strikethroughScale, strikethroughScale, strikethroughScale, xScale, strikethroughColor); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_3697 = V_13; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_3698 = V_14; float L_3699 = V_60; float L_3700 = V_60; float L_3701 = V_60; float L_3702 = V_52; Color32_tDB54A78627878A7D2DE42BB028D64306A18E858D L_3703 = V_50; VirtualActionInvoker8< Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E , Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E , int32_t*, float, float, float, float, Color32_tDB54A78627878A7D2DE42BB028D64306A18E858D >::Invoke(125 /* System.Void TMPro.TMP_Text::DrawUnderlineMesh(UnityEngine.Vector3,UnityEngine.Vector3,System.Int32&,System.Single,System.Single,System.Single,System.Single,UnityEngine.Color32) */, __this, L_3697, L_3698, (int32_t*)(&V_34), L_3699, L_3700, L_3701, L_3702, L_3703); // } goto IL_698c; } IL_6708: { // else if (beginStrikethrough && i < m_characterCount && (m_textInfo.characterInfo[i + 1].pointSize != strikethroughPointSize || !TMP_Math.Approximately(m_textInfo.characterInfo[i + 1].baseLine + offset.y, strikethroughBaseline))) bool L_3704 = V_12; if (!L_3704) { goto IL_681f; } } { int32_t L_3705 = V_153; int32_t L_3706 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_characterCount_207(); if ((((int32_t)L_3705) >= ((int32_t)L_3706))) { goto IL_681f; } } { TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_3707 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_textInfo_152(); NullCheck(L_3707); TMP_CharacterInfoU5BU5D_t7128C1B46CF6AB1374135FA31D41ABF23882B970* L_3708 = L_3707->get_characterInfo_11(); int32_t L_3709 = V_153; NullCheck(L_3708); float L_3710 = ((L_3708)->GetAddressAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_3709, (int32_t)1)))))->get_pointSize_11(); float L_3711 = V_59; if ((!(((float)L_3710) == ((float)L_3711)))) { goto IL_6766; } } { TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_3712 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_textInfo_152(); NullCheck(L_3712); TMP_CharacterInfoU5BU5D_t7128C1B46CF6AB1374135FA31D41ABF23882B970* L_3713 = L_3712->get_characterInfo_11(); int32_t L_3714 = V_153; NullCheck(L_3713); float L_3715 = ((L_3713)->GetAddressAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_3714, (int32_t)1)))))->get_baseLine_26(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_3716 = V_38; float L_3717 = L_3716.get_y_3(); float L_3718 = V_61; IL2CPP_RUNTIME_CLASS_INIT(TMP_Math_t1321001EB20EF6B301080B9518D7D119F1772E18_il2cpp_TypeInfo_var); bool L_3719; L_3719 = TMP_Math_Approximately_m8BA4C727C426B654F99BEE75A5547BEC340EEB5B(((float)il2cpp_codegen_add((float)L_3715, (float)L_3717)), L_3718, /*hidden argument*/NULL); if (L_3719) { goto IL_681f; } } IL_6766: { // beginStrikethrough = false; V_12 = (bool)0; // int lastVisibleCharacterIndex = lineInfo.lastVisibleCharacterIndex; TMP_LineInfo_tB86D3A31D61EB73EEFB08F6B1AB5C60DE52981F7 L_3720 = V_157; int32_t L_3721 = L_3720.get_lastVisibleCharacterIndex_8(); V_188 = L_3721; // if (i > lastVisibleCharacterIndex) int32_t L_3722 = V_153; int32_t L_3723 = V_188; if ((((int32_t)L_3722) <= ((int32_t)L_3723))) { goto IL_67bf; } } { // strikethrough_end = new Vector3(m_textInfo.characterInfo[lastVisibleCharacterIndex].topRight.x, m_textInfo.characterInfo[lastVisibleCharacterIndex].baseLine + strikethroughOffset * strikethroughScale, 0); TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_3724 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_textInfo_152(); NullCheck(L_3724); TMP_CharacterInfoU5BU5D_t7128C1B46CF6AB1374135FA31D41ABF23882B970* L_3725 = L_3724->get_characterInfo_11(); int32_t L_3726 = V_188; NullCheck(L_3725); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * L_3727 = ((L_3725)->GetAddressAt(static_cast(L_3726)))->get_address_of_topRight_21(); float L_3728 = L_3727->get_x_2(); TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_3729 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_textInfo_152(); NullCheck(L_3729); TMP_CharacterInfoU5BU5D_t7128C1B46CF6AB1374135FA31D41ABF23882B970* L_3730 = L_3729->get_characterInfo_11(); int32_t L_3731 = V_188; NullCheck(L_3730); float L_3732 = ((L_3730)->GetAddressAt(static_cast(L_3731)))->get_baseLine_26(); float L_3733 = V_160; float L_3734 = V_60; Vector3__ctor_m57495F692C6CE1CEF278CAD9A98221165D37E636_inline((Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E *)(&V_14), L_3728, ((float)il2cpp_codegen_add((float)L_3732, (float)((float)il2cpp_codegen_multiply((float)L_3733, (float)L_3734)))), (0.0f), /*hidden argument*/NULL); goto IL_6804; } IL_67bf: { // strikethrough_end = new Vector3(m_textInfo.characterInfo[i].topRight.x, m_textInfo.characterInfo[i].baseLine + strikethroughOffset * strikethroughScale, 0); TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_3735 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_textInfo_152(); NullCheck(L_3735); TMP_CharacterInfoU5BU5D_t7128C1B46CF6AB1374135FA31D41ABF23882B970* L_3736 = L_3735->get_characterInfo_11(); int32_t L_3737 = V_153; NullCheck(L_3736); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * L_3738 = ((L_3736)->GetAddressAt(static_cast(L_3737)))->get_address_of_topRight_21(); float L_3739 = L_3738->get_x_2(); TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_3740 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_textInfo_152(); NullCheck(L_3740); TMP_CharacterInfoU5BU5D_t7128C1B46CF6AB1374135FA31D41ABF23882B970* L_3741 = L_3740->get_characterInfo_11(); int32_t L_3742 = V_153; NullCheck(L_3741); float L_3743 = ((L_3741)->GetAddressAt(static_cast(L_3742)))->get_baseLine_26(); float L_3744 = V_160; float L_3745 = V_60; Vector3__ctor_m57495F692C6CE1CEF278CAD9A98221165D37E636_inline((Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E *)(&V_14), L_3739, ((float)il2cpp_codegen_add((float)L_3743, (float)((float)il2cpp_codegen_multiply((float)L_3744, (float)L_3745)))), (0.0f), /*hidden argument*/NULL); } IL_6804: { // DrawUnderlineMesh(strikethrough_start, strikethrough_end, ref last_vert_index, strikethroughScale, strikethroughScale, strikethroughScale, xScale, strikethroughColor); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_3746 = V_13; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_3747 = V_14; float L_3748 = V_60; float L_3749 = V_60; float L_3750 = V_60; float L_3751 = V_52; Color32_tDB54A78627878A7D2DE42BB028D64306A18E858D L_3752 = V_50; VirtualActionInvoker8< Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E , Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E , int32_t*, float, float, float, float, Color32_tDB54A78627878A7D2DE42BB028D64306A18E858D >::Invoke(125 /* System.Void TMPro.TMP_Text::DrawUnderlineMesh(UnityEngine.Vector3,UnityEngine.Vector3,System.Int32&,System.Single,System.Single,System.Single,System.Single,UnityEngine.Color32) */, __this, L_3746, L_3747, (int32_t*)(&V_34), L_3748, L_3749, L_3750, L_3751, L_3752); // } goto IL_698c; } IL_681f: { // else if (beginStrikethrough && i < m_characterCount && currentFontAsset.GetInstanceID() != characterInfos[i + 1].fontAsset.GetInstanceID()) bool L_3753 = V_12; if (!L_3753) { goto IL_68b4; } } { int32_t L_3754 = V_153; int32_t L_3755 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_characterCount_207(); if ((((int32_t)L_3754) >= ((int32_t)L_3755))) { goto IL_68b4; } } { TMP_FontAsset_tDD8F58129CF4A9094C82DD209531E9E71F9837B2 * L_3756 = V_154; NullCheck(L_3756); int32_t L_3757; L_3757 = Object_GetInstanceID_m7CF962BC1DB5C03F3522F88728CB2F514582B501(L_3756, /*hidden argument*/NULL); TMP_CharacterInfoU5BU5D_t7128C1B46CF6AB1374135FA31D41ABF23882B970* L_3758 = V_62; int32_t L_3759 = V_153; NullCheck(L_3758); TMP_FontAsset_tDD8F58129CF4A9094C82DD209531E9E71F9837B2 * L_3760 = ((L_3758)->GetAddressAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_3759, (int32_t)1)))))->get_fontAsset_5(); NullCheck(L_3760); int32_t L_3761; L_3761 = Object_GetInstanceID_m7CF962BC1DB5C03F3522F88728CB2F514582B501(L_3760, /*hidden argument*/NULL); if ((((int32_t)L_3757) == ((int32_t)L_3761))) { goto IL_68b4; } } { // beginStrikethrough = false; V_12 = (bool)0; // strikethrough_end = new Vector3(m_textInfo.characterInfo[i].topRight.x, m_textInfo.characterInfo[i].baseLine + strikethroughOffset * strikethroughScale, 0); TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_3762 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_textInfo_152(); NullCheck(L_3762); TMP_CharacterInfoU5BU5D_t7128C1B46CF6AB1374135FA31D41ABF23882B970* L_3763 = L_3762->get_characterInfo_11(); int32_t L_3764 = V_153; NullCheck(L_3763); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * L_3765 = ((L_3763)->GetAddressAt(static_cast(L_3764)))->get_address_of_topRight_21(); float L_3766 = L_3765->get_x_2(); TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_3767 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_textInfo_152(); NullCheck(L_3767); TMP_CharacterInfoU5BU5D_t7128C1B46CF6AB1374135FA31D41ABF23882B970* L_3768 = L_3767->get_characterInfo_11(); int32_t L_3769 = V_153; NullCheck(L_3768); float L_3770 = ((L_3768)->GetAddressAt(static_cast(L_3769)))->get_baseLine_26(); float L_3771 = V_160; float L_3772 = V_60; Vector3__ctor_m57495F692C6CE1CEF278CAD9A98221165D37E636_inline((Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E *)(&V_14), L_3766, ((float)il2cpp_codegen_add((float)L_3770, (float)((float)il2cpp_codegen_multiply((float)L_3771, (float)L_3772)))), (0.0f), /*hidden argument*/NULL); // DrawUnderlineMesh(strikethrough_start, strikethrough_end, ref last_vert_index, strikethroughScale, strikethroughScale, strikethroughScale, xScale, strikethroughColor); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_3773 = V_13; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_3774 = V_14; float L_3775 = V_60; float L_3776 = V_60; float L_3777 = V_60; float L_3778 = V_52; Color32_tDB54A78627878A7D2DE42BB028D64306A18E858D L_3779 = V_50; VirtualActionInvoker8< Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E , Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E , int32_t*, float, float, float, float, Color32_tDB54A78627878A7D2DE42BB028D64306A18E858D >::Invoke(125 /* System.Void TMPro.TMP_Text::DrawUnderlineMesh(UnityEngine.Vector3,UnityEngine.Vector3,System.Int32&,System.Single,System.Single,System.Single,System.Single,UnityEngine.Color32) */, __this, L_3773, L_3774, (int32_t*)(&V_34), L_3775, L_3776, L_3777, L_3778, L_3779); // } goto IL_698c; } IL_68b4: { // else if (beginStrikethrough && !isStrikeThroughVisible) bool L_3780 = V_12; if (!L_3780) { goto IL_698c; } } { bool L_3781 = V_186; if (L_3781) { goto IL_698c; } } { // beginStrikethrough = false; V_12 = (bool)0; // strikethrough_end = new Vector3(m_textInfo.characterInfo[i - 1].topRight.x, m_textInfo.characterInfo[i - 1].baseLine + strikethroughOffset * strikethroughScale, 0); TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_3782 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_textInfo_152(); NullCheck(L_3782); TMP_CharacterInfoU5BU5D_t7128C1B46CF6AB1374135FA31D41ABF23882B970* L_3783 = L_3782->get_characterInfo_11(); int32_t L_3784 = V_153; NullCheck(L_3783); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * L_3785 = ((L_3783)->GetAddressAt(static_cast(((int32_t)il2cpp_codegen_subtract((int32_t)L_3784, (int32_t)1)))))->get_address_of_topRight_21(); float L_3786 = L_3785->get_x_2(); TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_3787 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_textInfo_152(); NullCheck(L_3787); TMP_CharacterInfoU5BU5D_t7128C1B46CF6AB1374135FA31D41ABF23882B970* L_3788 = L_3787->get_characterInfo_11(); int32_t L_3789 = V_153; NullCheck(L_3788); float L_3790 = ((L_3788)->GetAddressAt(static_cast(((int32_t)il2cpp_codegen_subtract((int32_t)L_3789, (int32_t)1)))))->get_baseLine_26(); float L_3791 = V_160; float L_3792 = V_60; Vector3__ctor_m57495F692C6CE1CEF278CAD9A98221165D37E636_inline((Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E *)(&V_14), L_3786, ((float)il2cpp_codegen_add((float)L_3790, (float)((float)il2cpp_codegen_multiply((float)L_3791, (float)L_3792)))), (0.0f), /*hidden argument*/NULL); // DrawUnderlineMesh(strikethrough_start, strikethrough_end, ref last_vert_index, strikethroughScale, strikethroughScale, strikethroughScale, xScale, strikethroughColor); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_3793 = V_13; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_3794 = V_14; float L_3795 = V_60; float L_3796 = V_60; float L_3797 = V_60; float L_3798 = V_52; Color32_tDB54A78627878A7D2DE42BB028D64306A18E858D L_3799 = V_50; VirtualActionInvoker8< Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E , Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E , int32_t*, float, float, float, float, Color32_tDB54A78627878A7D2DE42BB028D64306A18E858D >::Invoke(125 /* System.Void TMPro.TMP_Text::DrawUnderlineMesh(UnityEngine.Vector3,UnityEngine.Vector3,System.Int32&,System.Single,System.Single,System.Single,System.Single,UnityEngine.Color32) */, __this, L_3793, L_3794, (int32_t*)(&V_34), L_3795, L_3796, L_3797, L_3798, L_3799); // } goto IL_698c; } IL_6926: { // if (beginStrikethrough == true) bool L_3800 = V_12; if (!L_3800) { goto IL_698c; } } { // beginStrikethrough = false; V_12 = (bool)0; // strikethrough_end = new Vector3(m_textInfo.characterInfo[i - 1].topRight.x, m_textInfo.characterInfo[i - 1].baseLine + strikethroughOffset * strikethroughScale, 0); TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_3801 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_textInfo_152(); NullCheck(L_3801); TMP_CharacterInfoU5BU5D_t7128C1B46CF6AB1374135FA31D41ABF23882B970* L_3802 = L_3801->get_characterInfo_11(); int32_t L_3803 = V_153; NullCheck(L_3802); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * L_3804 = ((L_3802)->GetAddressAt(static_cast(((int32_t)il2cpp_codegen_subtract((int32_t)L_3803, (int32_t)1)))))->get_address_of_topRight_21(); float L_3805 = L_3804->get_x_2(); TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_3806 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_textInfo_152(); NullCheck(L_3806); TMP_CharacterInfoU5BU5D_t7128C1B46CF6AB1374135FA31D41ABF23882B970* L_3807 = L_3806->get_characterInfo_11(); int32_t L_3808 = V_153; NullCheck(L_3807); float L_3809 = ((L_3807)->GetAddressAt(static_cast(((int32_t)il2cpp_codegen_subtract((int32_t)L_3808, (int32_t)1)))))->get_baseLine_26(); float L_3810 = V_160; float L_3811 = V_60; Vector3__ctor_m57495F692C6CE1CEF278CAD9A98221165D37E636_inline((Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E *)(&V_14), L_3805, ((float)il2cpp_codegen_add((float)L_3809, (float)((float)il2cpp_codegen_multiply((float)L_3810, (float)L_3811)))), (0.0f), /*hidden argument*/NULL); // DrawUnderlineMesh(strikethrough_start, strikethrough_end, ref last_vert_index, strikethroughScale, strikethroughScale, strikethroughScale, xScale, strikethroughColor); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_3812 = V_13; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_3813 = V_14; float L_3814 = V_60; float L_3815 = V_60; float L_3816 = V_60; float L_3817 = V_52; Color32_tDB54A78627878A7D2DE42BB028D64306A18E858D L_3818 = V_50; VirtualActionInvoker8< Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E , Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E , int32_t*, float, float, float, float, Color32_tDB54A78627878A7D2DE42BB028D64306A18E858D >::Invoke(125 /* System.Void TMPro.TMP_Text::DrawUnderlineMesh(UnityEngine.Vector3,UnityEngine.Vector3,System.Int32&,System.Single,System.Single,System.Single,System.Single,UnityEngine.Color32) */, __this, L_3812, L_3813, (int32_t*)(&V_34), L_3814, L_3815, L_3816, L_3817, L_3818); } IL_698c: { // bool isHighlight = (m_textInfo.characterInfo[i].style & FontStyles.Highlight) == FontStyles.Highlight; TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_3819 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_textInfo_152(); NullCheck(L_3819); TMP_CharacterInfoU5BU5D_t7128C1B46CF6AB1374135FA31D41ABF23882B970* L_3820 = L_3819->get_characterInfo_11(); int32_t L_3821 = V_153; NullCheck(L_3820); int32_t L_3822 = ((L_3820)->GetAddressAt(static_cast(L_3821)))->get_style_39(); // if (isHighlight) if (!((((int32_t)((int32_t)((int32_t)L_3822&(int32_t)((int32_t)512)))) == ((int32_t)((int32_t)512)))? 1 : 0)) { goto IL_6cac; } } { // bool isHighlightVisible = true; V_189 = (bool)1; // int currentPage = m_textInfo.characterInfo[i].pageNumber; TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_3823 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_textInfo_152(); NullCheck(L_3823); TMP_CharacterInfoU5BU5D_t7128C1B46CF6AB1374135FA31D41ABF23882B970* L_3824 = L_3823->get_characterInfo_11(); int32_t L_3825 = V_153; NullCheck(L_3824); int32_t L_3826 = ((L_3824)->GetAddressAt(static_cast(L_3825)))->get_pageNumber_13(); V_190 = L_3826; // if (i > m_maxVisibleCharacters || currentLine > m_maxVisibleLines || (m_overflowMode == TextOverflowModes.Page && currentPage + 1 != m_pageToDisplay)) int32_t L_3827 = V_153; int32_t L_3828 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_maxVisibleCharacters_140(); if ((((int32_t)L_3827) > ((int32_t)L_3828))) { goto IL_69fa; } } { int32_t L_3829 = V_156; int32_t L_3830 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_maxVisibleLines_142(); if ((((int32_t)L_3829) > ((int32_t)L_3830))) { goto IL_69fa; } } { int32_t L_3831 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_overflowMode_115(); if ((!(((uint32_t)L_3831) == ((uint32_t)5)))) { goto IL_69fd; } } { int32_t L_3832 = V_190; int32_t L_3833 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_pageToDisplay_144(); if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_3832, (int32_t)1))) == ((int32_t)L_3833))) { goto IL_69fd; } } IL_69fa: { // isHighlightVisible = false; V_189 = (bool)0; } IL_69fd: { // if (beginHighlight == false && isHighlightVisible == true && i <= lineInfo.lastVisibleCharacterIndex && unicode != 10 && unicode != 11 && unicode != 13) bool L_3834 = V_15; if (L_3834) { goto IL_6a6a; } } { bool L_3835 = V_189; if (!L_3835) { goto IL_6a6a; } } { int32_t L_3836 = V_153; TMP_LineInfo_tB86D3A31D61EB73EEFB08F6B1AB5C60DE52981F7 L_3837 = V_157; int32_t L_3838 = L_3837.get_lastVisibleCharacterIndex_8(); if ((((int32_t)L_3836) > ((int32_t)L_3838))) { goto IL_6a6a; } } { Il2CppChar L_3839 = V_155; if ((((int32_t)L_3839) == ((int32_t)((int32_t)10)))) { goto IL_6a6a; } } { Il2CppChar L_3840 = V_155; if ((((int32_t)L_3840) == ((int32_t)((int32_t)11)))) { goto IL_6a6a; } } { Il2CppChar L_3841 = V_155; if ((((int32_t)L_3841) == ((int32_t)((int32_t)13)))) { goto IL_6a6a; } } { // if (i == lineInfo.lastVisibleCharacterIndex && char.IsSeparator(unicode)) int32_t L_3842 = V_153; TMP_LineInfo_tB86D3A31D61EB73EEFB08F6B1AB5C60DE52981F7 L_3843 = V_157; int32_t L_3844 = L_3843.get_lastVisibleCharacterIndex_8(); if ((!(((uint32_t)L_3842) == ((uint32_t)L_3844)))) { goto IL_6a36; } } { Il2CppChar L_3845 = V_155; IL2CPP_RUNTIME_CLASS_INIT(Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_il2cpp_TypeInfo_var); bool L_3846; L_3846 = Char_IsSeparator_m63C5FE7D94A88D0F251E4740B2E3348C0406B165(L_3845, /*hidden argument*/NULL); if (L_3846) { goto IL_6a6a; } } IL_6a36: { // beginHighlight = true; V_15 = (bool)1; // highlight_start = k_LargePositiveVector2; IL2CPP_RUNTIME_CLASS_INIT(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262_il2cpp_TypeInfo_var); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_3847 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262_StaticFields*)il2cpp_codegen_static_fields_for(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262_il2cpp_TypeInfo_var))->get_k_LargePositiveVector2_259(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_3848; L_3848 = Vector2_op_Implicit_m4FA146E613DBFE6C1C4B0E9B461D622E6F2FC294_inline(L_3847, /*hidden argument*/NULL); V_16 = L_3848; // highlight_end = k_LargeNegativeVector2; Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_3849 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262_StaticFields*)il2cpp_codegen_static_fields_for(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262_il2cpp_TypeInfo_var))->get_k_LargeNegativeVector2_260(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_3850; L_3850 = Vector2_op_Implicit_m4FA146E613DBFE6C1C4B0E9B461D622E6F2FC294_inline(L_3849, /*hidden argument*/NULL); V_17 = L_3850; // highlightState = m_textInfo.characterInfo[i].highlightState; TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_3851 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_textInfo_152(); NullCheck(L_3851); TMP_CharacterInfoU5BU5D_t7128C1B46CF6AB1374135FA31D41ABF23882B970* L_3852 = L_3851->get_characterInfo_11(); int32_t L_3853 = V_153; NullCheck(L_3852); HighlightState_t52CE27A1187034A1037ABC13A70BAEE4AC3B5759 L_3854 = ((L_3852)->GetAddressAt(static_cast(L_3853)))->get_highlightState_38(); V_51 = L_3854; } IL_6a6a: { // if (beginHighlight) bool L_3855 = V_15; if (!L_3855) { goto IL_6c35; } } { // TMP_CharacterInfo currentCharacter = m_textInfo.characterInfo[i]; TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_3856 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_textInfo_152(); NullCheck(L_3856); TMP_CharacterInfoU5BU5D_t7128C1B46CF6AB1374135FA31D41ABF23882B970* L_3857 = L_3856->get_characterInfo_11(); int32_t L_3858 = V_153; NullCheck(L_3857); int32_t L_3859 = L_3858; TMP_CharacterInfo_t6F1B9FE4246803FFE4F527B3CEFED9D60AD7383B L_3860 = (L_3857)->GetAt(static_cast(L_3859)); V_191 = L_3860; // HighlightState currentState = currentCharacter.highlightState; TMP_CharacterInfo_t6F1B9FE4246803FFE4F527B3CEFED9D60AD7383B L_3861 = V_191; HighlightState_t52CE27A1187034A1037ABC13A70BAEE4AC3B5759 L_3862 = L_3861.get_highlightState_38(); V_192 = L_3862; // bool isColorTransition = false; V_193 = (bool)0; // if (highlightState != currentCharacter.highlightState) HighlightState_t52CE27A1187034A1037ABC13A70BAEE4AC3B5759 L_3863 = V_51; TMP_CharacterInfo_t6F1B9FE4246803FFE4F527B3CEFED9D60AD7383B L_3864 = V_191; HighlightState_t52CE27A1187034A1037ABC13A70BAEE4AC3B5759 L_3865 = L_3864.get_highlightState_38(); bool L_3866; L_3866 = HighlightState_op_Inequality_m7F39B106EF9024CF9493B82607B3803AD61D91CE(L_3863, L_3865, /*hidden argument*/NULL); if (!L_3866) { goto IL_6b88; } } { // highlight_end.x = (highlight_end.x - highlightState.padding.right + currentCharacter.bottomLeft.x) / 2; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_3867 = V_17; float L_3868 = L_3867.get_x_2(); TMP_Offset_tFD2420EE03933F6A720EB5B66ED6B4FB67AE2117 * L_3869 = (&V_51)->get_address_of_padding_1(); float L_3870; L_3870 = TMP_Offset_get_right_m1B46C31FD5A0007F680BBDF93C840A027E5F1643_inline((TMP_Offset_tFD2420EE03933F6A720EB5B66ED6B4FB67AE2117 *)L_3869, /*hidden argument*/NULL); TMP_CharacterInfo_t6F1B9FE4246803FFE4F527B3CEFED9D60AD7383B L_3871 = V_191; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_3872 = L_3871.get_bottomLeft_20(); float L_3873 = L_3872.get_x_2(); (&V_17)->set_x_2(((float)((float)((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_subtract((float)L_3868, (float)L_3870)), (float)L_3873))/(float)(2.0f)))); // highlight_start.y = Mathf.Min(highlight_start.y, currentCharacter.descender); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_3874 = V_16; float L_3875 = L_3874.get_y_3(); TMP_CharacterInfo_t6F1B9FE4246803FFE4F527B3CEFED9D60AD7383B L_3876 = V_191; float L_3877 = L_3876.get_descender_27(); float L_3878; L_3878 = Mathf_Min_mD28BD5C9012619B74E475F204F96603193E99B14(L_3875, L_3877, /*hidden argument*/NULL); (&V_16)->set_y_3(L_3878); // highlight_end.y = Mathf.Max(highlight_end.y, currentCharacter.ascender); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_3879 = V_17; float L_3880 = L_3879.get_y_3(); TMP_CharacterInfo_t6F1B9FE4246803FFE4F527B3CEFED9D60AD7383B L_3881 = V_191; float L_3882 = L_3881.get_ascender_25(); float L_3883; L_3883 = Mathf_Max_m4CE510E1F1013B33275F01543731A51A58BA0775(L_3880, L_3882, /*hidden argument*/NULL); (&V_17)->set_y_3(L_3883); // DrawTextHighlight(highlight_start, highlight_end, ref last_vert_index, highlightState.color); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_3884 = V_16; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_3885 = V_17; HighlightState_t52CE27A1187034A1037ABC13A70BAEE4AC3B5759 L_3886 = V_51; Color32_tDB54A78627878A7D2DE42BB028D64306A18E858D L_3887 = L_3886.get_color_0(); VirtualActionInvoker4< Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E , Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E , int32_t*, Color32_tDB54A78627878A7D2DE42BB028D64306A18E858D >::Invoke(126 /* System.Void TMPro.TMP_Text::DrawTextHighlight(UnityEngine.Vector3,UnityEngine.Vector3,System.Int32&,UnityEngine.Color32) */, __this, L_3884, L_3885, (int32_t*)(&V_34), L_3887); // beginHighlight = true; V_15 = (bool)1; // highlight_start = new Vector2(highlight_end.x, currentCharacter.descender - currentState.padding.bottom); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_3888 = V_17; float L_3889 = L_3888.get_x_2(); TMP_CharacterInfo_t6F1B9FE4246803FFE4F527B3CEFED9D60AD7383B L_3890 = V_191; float L_3891 = L_3890.get_descender_27(); TMP_Offset_tFD2420EE03933F6A720EB5B66ED6B4FB67AE2117 * L_3892 = (&V_192)->get_address_of_padding_1(); float L_3893; L_3893 = TMP_Offset_get_bottom_m09B52DCF774778DCF8B9F39C9B67AD6A0A9117D4_inline((TMP_Offset_tFD2420EE03933F6A720EB5B66ED6B4FB67AE2117 *)L_3892, /*hidden argument*/NULL); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_3894; memset((&L_3894), 0, sizeof(L_3894)); Vector2__ctor_m9F1F2D5EB5D1FF7091BB527AC8A72CBB309D115E_inline((&L_3894), L_3889, ((float)il2cpp_codegen_subtract((float)L_3891, (float)L_3893)), /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_3895; L_3895 = Vector2_op_Implicit_m4FA146E613DBFE6C1C4B0E9B461D622E6F2FC294_inline(L_3894, /*hidden argument*/NULL); V_16 = L_3895; // highlight_end = new Vector2(currentCharacter.topRight.x + currentState.padding.right, currentCharacter.ascender + currentState.padding.top); TMP_CharacterInfo_t6F1B9FE4246803FFE4F527B3CEFED9D60AD7383B L_3896 = V_191; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_3897 = L_3896.get_topRight_21(); float L_3898 = L_3897.get_x_2(); TMP_Offset_tFD2420EE03933F6A720EB5B66ED6B4FB67AE2117 * L_3899 = (&V_192)->get_address_of_padding_1(); float L_3900; L_3900 = TMP_Offset_get_right_m1B46C31FD5A0007F680BBDF93C840A027E5F1643_inline((TMP_Offset_tFD2420EE03933F6A720EB5B66ED6B4FB67AE2117 *)L_3899, /*hidden argument*/NULL); TMP_CharacterInfo_t6F1B9FE4246803FFE4F527B3CEFED9D60AD7383B L_3901 = V_191; float L_3902 = L_3901.get_ascender_25(); TMP_Offset_tFD2420EE03933F6A720EB5B66ED6B4FB67AE2117 * L_3903 = (&V_192)->get_address_of_padding_1(); float L_3904; L_3904 = TMP_Offset_get_top_m7AE495DCE94F1ACD1BC337964DE163993E27F784_inline((TMP_Offset_tFD2420EE03933F6A720EB5B66ED6B4FB67AE2117 *)L_3903, /*hidden argument*/NULL); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_3905; memset((&L_3905), 0, sizeof(L_3905)); Vector2__ctor_m9F1F2D5EB5D1FF7091BB527AC8A72CBB309D115E_inline((&L_3905), ((float)il2cpp_codegen_add((float)L_3898, (float)L_3900)), ((float)il2cpp_codegen_add((float)L_3902, (float)L_3904)), /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_3906; L_3906 = Vector2_op_Implicit_m4FA146E613DBFE6C1C4B0E9B461D622E6F2FC294_inline(L_3905, /*hidden argument*/NULL); V_17 = L_3906; // highlightState = currentCharacter.highlightState; TMP_CharacterInfo_t6F1B9FE4246803FFE4F527B3CEFED9D60AD7383B L_3907 = V_191; HighlightState_t52CE27A1187034A1037ABC13A70BAEE4AC3B5759 L_3908 = L_3907.get_highlightState_38(); V_51 = L_3908; // isColorTransition = true; V_193 = (bool)1; } IL_6b88: { // if (!isColorTransition) bool L_3909 = V_193; if (L_3909) { goto IL_6c35; } } { // highlight_start.x = Mathf.Min(highlight_start.x, currentCharacter.bottomLeft.x - highlightState.padding.left); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_3910 = V_16; float L_3911 = L_3910.get_x_2(); TMP_CharacterInfo_t6F1B9FE4246803FFE4F527B3CEFED9D60AD7383B L_3912 = V_191; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_3913 = L_3912.get_bottomLeft_20(); float L_3914 = L_3913.get_x_2(); TMP_Offset_tFD2420EE03933F6A720EB5B66ED6B4FB67AE2117 * L_3915 = (&V_51)->get_address_of_padding_1(); float L_3916; L_3916 = TMP_Offset_get_left_mDB8C774DB82D64137FDB932BC38F614EDFBBDC24_inline((TMP_Offset_tFD2420EE03933F6A720EB5B66ED6B4FB67AE2117 *)L_3915, /*hidden argument*/NULL); float L_3917; L_3917 = Mathf_Min_mD28BD5C9012619B74E475F204F96603193E99B14(L_3911, ((float)il2cpp_codegen_subtract((float)L_3914, (float)L_3916)), /*hidden argument*/NULL); (&V_16)->set_x_2(L_3917); // highlight_start.y = Mathf.Min(highlight_start.y, currentCharacter.descender - highlightState.padding.bottom); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_3918 = V_16; float L_3919 = L_3918.get_y_3(); TMP_CharacterInfo_t6F1B9FE4246803FFE4F527B3CEFED9D60AD7383B L_3920 = V_191; float L_3921 = L_3920.get_descender_27(); TMP_Offset_tFD2420EE03933F6A720EB5B66ED6B4FB67AE2117 * L_3922 = (&V_51)->get_address_of_padding_1(); float L_3923; L_3923 = TMP_Offset_get_bottom_m09B52DCF774778DCF8B9F39C9B67AD6A0A9117D4_inline((TMP_Offset_tFD2420EE03933F6A720EB5B66ED6B4FB67AE2117 *)L_3922, /*hidden argument*/NULL); float L_3924; L_3924 = Mathf_Min_mD28BD5C9012619B74E475F204F96603193E99B14(L_3919, ((float)il2cpp_codegen_subtract((float)L_3921, (float)L_3923)), /*hidden argument*/NULL); (&V_16)->set_y_3(L_3924); // highlight_end.x = Mathf.Max(highlight_end.x, currentCharacter.topRight.x + highlightState.padding.right); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_3925 = V_17; float L_3926 = L_3925.get_x_2(); TMP_CharacterInfo_t6F1B9FE4246803FFE4F527B3CEFED9D60AD7383B L_3927 = V_191; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_3928 = L_3927.get_topRight_21(); float L_3929 = L_3928.get_x_2(); TMP_Offset_tFD2420EE03933F6A720EB5B66ED6B4FB67AE2117 * L_3930 = (&V_51)->get_address_of_padding_1(); float L_3931; L_3931 = TMP_Offset_get_right_m1B46C31FD5A0007F680BBDF93C840A027E5F1643_inline((TMP_Offset_tFD2420EE03933F6A720EB5B66ED6B4FB67AE2117 *)L_3930, /*hidden argument*/NULL); float L_3932; L_3932 = Mathf_Max_m4CE510E1F1013B33275F01543731A51A58BA0775(L_3926, ((float)il2cpp_codegen_add((float)L_3929, (float)L_3931)), /*hidden argument*/NULL); (&V_17)->set_x_2(L_3932); // highlight_end.y = Mathf.Max(highlight_end.y, currentCharacter.ascender + highlightState.padding.top); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_3933 = V_17; float L_3934 = L_3933.get_y_3(); TMP_CharacterInfo_t6F1B9FE4246803FFE4F527B3CEFED9D60AD7383B L_3935 = V_191; float L_3936 = L_3935.get_ascender_25(); TMP_Offset_tFD2420EE03933F6A720EB5B66ED6B4FB67AE2117 * L_3937 = (&V_51)->get_address_of_padding_1(); float L_3938; L_3938 = TMP_Offset_get_top_m7AE495DCE94F1ACD1BC337964DE163993E27F784_inline((TMP_Offset_tFD2420EE03933F6A720EB5B66ED6B4FB67AE2117 *)L_3937, /*hidden argument*/NULL); float L_3939; L_3939 = Mathf_Max_m4CE510E1F1013B33275F01543731A51A58BA0775(L_3934, ((float)il2cpp_codegen_add((float)L_3936, (float)L_3938)), /*hidden argument*/NULL); (&V_17)->set_y_3(L_3939); } IL_6c35: { // if (beginHighlight && m_characterCount == 1) bool L_3940 = V_15; if (!L_3940) { goto IL_6c5a; } } { int32_t L_3941 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_characterCount_207(); if ((!(((uint32_t)L_3941) == ((uint32_t)1)))) { goto IL_6c5a; } } { // beginHighlight = false; V_15 = (bool)0; // DrawTextHighlight(highlight_start, highlight_end, ref last_vert_index, highlightState.color); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_3942 = V_16; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_3943 = V_17; HighlightState_t52CE27A1187034A1037ABC13A70BAEE4AC3B5759 L_3944 = V_51; Color32_tDB54A78627878A7D2DE42BB028D64306A18E858D L_3945 = L_3944.get_color_0(); VirtualActionInvoker4< Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E , Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E , int32_t*, Color32_tDB54A78627878A7D2DE42BB028D64306A18E858D >::Invoke(126 /* System.Void TMPro.TMP_Text::DrawTextHighlight(UnityEngine.Vector3,UnityEngine.Vector3,System.Int32&,UnityEngine.Color32) */, __this, L_3942, L_3943, (int32_t*)(&V_34), L_3945); // } goto IL_6cc6; } IL_6c5a: { // else if (beginHighlight && (i == lineInfo.lastCharacterIndex || i >= lineInfo.lastVisibleCharacterIndex)) bool L_3946 = V_15; if (!L_3946) { goto IL_6c8c; } } { int32_t L_3947 = V_153; TMP_LineInfo_tB86D3A31D61EB73EEFB08F6B1AB5C60DE52981F7 L_3948 = V_157; int32_t L_3949 = L_3948.get_lastCharacterIndex_7(); if ((((int32_t)L_3947) == ((int32_t)L_3949))) { goto IL_6c74; } } { int32_t L_3950 = V_153; TMP_LineInfo_tB86D3A31D61EB73EEFB08F6B1AB5C60DE52981F7 L_3951 = V_157; int32_t L_3952 = L_3951.get_lastVisibleCharacterIndex_8(); if ((((int32_t)L_3950) < ((int32_t)L_3952))) { goto IL_6c8c; } } IL_6c74: { // beginHighlight = false; V_15 = (bool)0; // DrawTextHighlight(highlight_start, highlight_end, ref last_vert_index, highlightState.color); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_3953 = V_16; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_3954 = V_17; HighlightState_t52CE27A1187034A1037ABC13A70BAEE4AC3B5759 L_3955 = V_51; Color32_tDB54A78627878A7D2DE42BB028D64306A18E858D L_3956 = L_3955.get_color_0(); VirtualActionInvoker4< Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E , Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E , int32_t*, Color32_tDB54A78627878A7D2DE42BB028D64306A18E858D >::Invoke(126 /* System.Void TMPro.TMP_Text::DrawTextHighlight(UnityEngine.Vector3,UnityEngine.Vector3,System.Int32&,UnityEngine.Color32) */, __this, L_3953, L_3954, (int32_t*)(&V_34), L_3956); // } goto IL_6cc6; } IL_6c8c: { // else if (beginHighlight && !isHighlightVisible) bool L_3957 = V_15; if (!L_3957) { goto IL_6cc6; } } { bool L_3958 = V_189; if (L_3958) { goto IL_6cc6; } } { // beginHighlight = false; V_15 = (bool)0; // DrawTextHighlight(highlight_start, highlight_end, ref last_vert_index, highlightState.color); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_3959 = V_16; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_3960 = V_17; HighlightState_t52CE27A1187034A1037ABC13A70BAEE4AC3B5759 L_3961 = V_51; Color32_tDB54A78627878A7D2DE42BB028D64306A18E858D L_3962 = L_3961.get_color_0(); VirtualActionInvoker4< Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E , Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E , int32_t*, Color32_tDB54A78627878A7D2DE42BB028D64306A18E858D >::Invoke(126 /* System.Void TMPro.TMP_Text::DrawTextHighlight(UnityEngine.Vector3,UnityEngine.Vector3,System.Int32&,UnityEngine.Color32) */, __this, L_3959, L_3960, (int32_t*)(&V_34), L_3962); // } goto IL_6cc6; } IL_6cac: { // if (beginHighlight == true) bool L_3963 = V_15; if (!L_3963) { goto IL_6cc6; } } { // beginHighlight = false; V_15 = (bool)0; // DrawTextHighlight(highlight_start, highlight_end, ref last_vert_index, highlightState.color); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_3964 = V_16; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_3965 = V_17; HighlightState_t52CE27A1187034A1037ABC13A70BAEE4AC3B5759 L_3966 = V_51; Color32_tDB54A78627878A7D2DE42BB028D64306A18E858D L_3967 = L_3966.get_color_0(); VirtualActionInvoker4< Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E , Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E , int32_t*, Color32_tDB54A78627878A7D2DE42BB028D64306A18E858D >::Invoke(126 /* System.Void TMPro.TMP_Text::DrawTextHighlight(UnityEngine.Vector3,UnityEngine.Vector3,System.Int32&,UnityEngine.Color32) */, __this, L_3964, L_3965, (int32_t*)(&V_34), L_3967); } IL_6cc6: { // lastLine = currentLine; int32_t L_3968 = V_156; V_43 = L_3968; // for (int i = 0; i < m_characterCount; i++) int32_t L_3969 = V_153; V_153 = ((int32_t)il2cpp_codegen_add((int32_t)L_3969, (int32_t)1)); } IL_6cd0: { // for (int i = 0; i < m_characterCount; i++) int32_t L_3970 = V_153; int32_t L_3971 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_characterCount_207(); if ((((int32_t)L_3970) < ((int32_t)L_3971))) { goto IL_41f0; } } { // m_textInfo.characterCount = m_characterCount; TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_3972 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_textInfo_152(); int32_t L_3973 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_characterCount_207(); NullCheck(L_3972); L_3972->set_characterCount_3(L_3973); // m_textInfo.spriteCount = m_spriteCount; TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_3974 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_textInfo_152(); int32_t L_3975 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_spriteCount_251(); NullCheck(L_3974); L_3974->set_spriteCount_4(L_3975); // m_textInfo.lineCount = lineCount; TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_3976 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_textInfo_152(); int32_t L_3977 = V_42; NullCheck(L_3976); L_3976->set_lineCount_8(L_3977); // m_textInfo.wordCount = wordCount != 0 && m_characterCount > 0 ? wordCount : 1; TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_3978 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_textInfo_152(); int32_t L_3979 = V_41; G_B833_0 = L_3978; if (!L_3979) { G_B834_0 = L_3978; goto IL_6d1f; } } { int32_t L_3980 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_characterCount_207(); G_B834_0 = G_B833_0; if ((((int32_t)L_3980) > ((int32_t)0))) { G_B835_0 = G_B833_0; goto IL_6d22; } } IL_6d1f: { G_B836_0 = 1; G_B836_1 = G_B834_0; goto IL_6d24; } IL_6d22: { int32_t L_3981 = V_41; G_B836_0 = L_3981; G_B836_1 = G_B835_0; } IL_6d24: { NullCheck(G_B836_1); G_B836_1->set_wordCount_6(G_B836_0); // m_textInfo.pageCount = m_pageNumber + 1; TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_3982 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_textInfo_152(); int32_t L_3983 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_pageNumber_214(); NullCheck(L_3982); L_3982->set_pageCount_9(((int32_t)il2cpp_codegen_add((int32_t)L_3983, (int32_t)1))); // if (m_renderMode == TextRenderFlags.Render && IsActive()) int32_t L_3984 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_renderMode_135(); if ((!(((uint32_t)L_3984) == ((uint32_t)((int32_t)255))))) { goto IL_6f4d; } } { bool L_3985; L_3985 = VirtualFuncInvoker0< bool >::Invoke(9 /* System.Boolean UnityEngine.EventSystems.UIBehaviour::IsActive() */, __this); if (!L_3985) { goto IL_6f4d; } } { // OnPreRenderText?.Invoke(m_textInfo); Action_1_t170B3E821B49B45FA7134A2CF48A2E64CA371D42 * L_3986 = __this->get_OnPreRenderText_268(); Action_1_t170B3E821B49B45FA7134A2CF48A2E64CA371D42 * L_3987 = L_3986; G_B839_0 = L_3987; if (L_3987) { G_B840_0 = L_3987; goto IL_6d63; } } { goto IL_6d6e; } IL_6d63: { TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_3988 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_textInfo_152(); NullCheck(G_B840_0); Action_1_Invoke_m461A7CF17ECA131C9B8A079E49783F4DBEF344F5(G_B840_0, L_3988, /*hidden argument*/Action_1_Invoke_m461A7CF17ECA131C9B8A079E49783F4DBEF344F5_RuntimeMethod_var); } IL_6d6e: { // if (m_geometrySortingOrder != VertexSortingOrder.Normal) int32_t L_3989 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_geometrySortingOrder_136(); if (!L_3989) { goto IL_6d8d; } } { // m_textInfo.meshInfo[0].SortGeometry(VertexSortingOrder.Reverse); TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_3990 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_textInfo_152(); NullCheck(L_3990); TMP_MeshInfoU5BU5D_t6C0A65D18C54B6FA681B2EB0676B83116FD03119* L_3991 = L_3990->get_meshInfo_16(); NullCheck(L_3991); TMP_MeshInfo_SortGeometry_mA9357BE65615321A00B82505FD5D5D0507F360D3((TMP_MeshInfo_t69FCEF4CBC055C00598478835753D43D94A03176 *)((L_3991)->GetAddressAt(static_cast(0))), 1, /*hidden argument*/NULL); } IL_6d8d: { // m_mesh.MarkDynamic(); Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 * L_3992 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_mesh_161(); NullCheck(L_3992); Mesh_MarkDynamic_m11FFDC281C64F11C36EDDA47BC132EAC95082999(L_3992, /*hidden argument*/NULL); // m_mesh.vertices = m_textInfo.meshInfo[0].vertices; Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 * L_3993 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_mesh_161(); TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_3994 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_textInfo_152(); NullCheck(L_3994); TMP_MeshInfoU5BU5D_t6C0A65D18C54B6FA681B2EB0676B83116FD03119* L_3995 = L_3994->get_meshInfo_16(); NullCheck(L_3995); Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4* L_3996 = ((L_3995)->GetAddressAt(static_cast(0)))->get_vertices_6(); NullCheck(L_3993); Mesh_set_vertices_m38F0908D0FDFE484BE19E94BE9D6176667469AAD(L_3993, L_3996, /*hidden argument*/NULL); // m_mesh.uv = m_textInfo.meshInfo[0].uvs0; Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 * L_3997 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_mesh_161(); TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_3998 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_textInfo_152(); NullCheck(L_3998); TMP_MeshInfoU5BU5D_t6C0A65D18C54B6FA681B2EB0676B83116FD03119* L_3999 = L_3998->get_meshInfo_16(); NullCheck(L_3999); Vector2U5BU5D_tE0F58A2D6D8592B5EC37D9CDEF09103A02E5D7FA* L_4000 = ((L_3999)->GetAddressAt(static_cast(0)))->get_uvs0_9(); NullCheck(L_3997); Mesh_set_uv_mF6FED6DDACBAE3EAF28BFBF257A0D5356FCF3AAC(L_3997, L_4000, /*hidden argument*/NULL); // m_mesh.uv2 = m_textInfo.meshInfo[0].uvs2; Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 * L_4001 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_mesh_161(); TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_4002 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_textInfo_152(); NullCheck(L_4002); TMP_MeshInfoU5BU5D_t6C0A65D18C54B6FA681B2EB0676B83116FD03119* L_4003 = L_4002->get_meshInfo_16(); NullCheck(L_4003); Vector2U5BU5D_tE0F58A2D6D8592B5EC37D9CDEF09103A02E5D7FA* L_4004 = ((L_4003)->GetAddressAt(static_cast(0)))->get_uvs2_10(); NullCheck(L_4001); Mesh_set_uv2_mE60F42676D5CD294524617262BABEB81B9FB8F22(L_4001, L_4004, /*hidden argument*/NULL); // m_mesh.colors32 = m_textInfo.meshInfo[0].colors32; Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 * L_4005 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_mesh_161(); TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_4006 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_textInfo_152(); NullCheck(L_4006); TMP_MeshInfoU5BU5D_t6C0A65D18C54B6FA681B2EB0676B83116FD03119* L_4007 = L_4006->get_meshInfo_16(); NullCheck(L_4007); Color32U5BU5D_t7FEB526973BF84608073B85CF2D581427F0235E2* L_4008 = ((L_4007)->GetAddressAt(static_cast(0)))->get_colors32_11(); NullCheck(L_4005); Mesh_set_colors32_m0EA838C15BBD01710A4EE1A475DB585EB9B5BD91(L_4005, L_4008, /*hidden argument*/NULL); // m_mesh.RecalculateBounds(); Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 * L_4009 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_mesh_161(); NullCheck(L_4009); Mesh_RecalculateBounds_mC39556595CFE3E4D8EFA777476ECD22B97FC2737(L_4009, /*hidden argument*/NULL); // for (int i = 1; i < m_textInfo.materialCount; i++) V_194 = 1; goto IL_6f3b; } IL_6e2f: { // m_textInfo.meshInfo[i].ClearUnusedVertices(); TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_4010 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_textInfo_152(); NullCheck(L_4010); TMP_MeshInfoU5BU5D_t6C0A65D18C54B6FA681B2EB0676B83116FD03119* L_4011 = L_4010->get_meshInfo_16(); int32_t L_4012 = V_194; NullCheck(L_4011); TMP_MeshInfo_ClearUnusedVertices_m7334B08696D0BB94B146D5D0CC6530A3900470C3((TMP_MeshInfo_t69FCEF4CBC055C00598478835753D43D94A03176 *)((L_4011)->GetAddressAt(static_cast(L_4012))), /*hidden argument*/NULL); // if (m_subTextObjects[i] == null) continue; TMP_SubMeshU5BU5D_t2EF6E7C00AD0C05C7BD3E565CF716B62BED324A2* L_4013 = __this->get_m_subTextObjects_277(); int32_t L_4014 = V_194; NullCheck(L_4013); int32_t L_4015 = L_4014; TMP_SubMesh_tF05E95C4AC87BBE600564968E24B50BE2E06D1B8 * L_4016 = (L_4013)->GetAt(static_cast(L_4015)); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_4017; L_4017 = Object_op_Equality_mEE9EC7EB5C7DC3E95B94AB904E1986FC4D566D54(L_4016, (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A *)NULL, /*hidden argument*/NULL); if (L_4017) { goto IL_6f35; } } { // if (m_geometrySortingOrder != VertexSortingOrder.Normal) int32_t L_4018 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_geometrySortingOrder_136(); if (!L_4018) { goto IL_6e7a; } } { // m_textInfo.meshInfo[i].SortGeometry(VertexSortingOrder.Reverse); TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_4019 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_textInfo_152(); NullCheck(L_4019); TMP_MeshInfoU5BU5D_t6C0A65D18C54B6FA681B2EB0676B83116FD03119* L_4020 = L_4019->get_meshInfo_16(); int32_t L_4021 = V_194; NullCheck(L_4020); TMP_MeshInfo_SortGeometry_mA9357BE65615321A00B82505FD5D5D0507F360D3((TMP_MeshInfo_t69FCEF4CBC055C00598478835753D43D94A03176 *)((L_4020)->GetAddressAt(static_cast(L_4021))), 1, /*hidden argument*/NULL); } IL_6e7a: { // m_subTextObjects[i].mesh.vertices = m_textInfo.meshInfo[i].vertices; TMP_SubMeshU5BU5D_t2EF6E7C00AD0C05C7BD3E565CF716B62BED324A2* L_4022 = __this->get_m_subTextObjects_277(); int32_t L_4023 = V_194; NullCheck(L_4022); int32_t L_4024 = L_4023; TMP_SubMesh_tF05E95C4AC87BBE600564968E24B50BE2E06D1B8 * L_4025 = (L_4022)->GetAt(static_cast(L_4024)); NullCheck(L_4025); Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 * L_4026; L_4026 = TMP_SubMesh_get_mesh_mB7EE1E8583BFD5178C20562DE4EA529FC1325F98(L_4025, /*hidden argument*/NULL); TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_4027 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_textInfo_152(); NullCheck(L_4027); TMP_MeshInfoU5BU5D_t6C0A65D18C54B6FA681B2EB0676B83116FD03119* L_4028 = L_4027->get_meshInfo_16(); int32_t L_4029 = V_194; NullCheck(L_4028); Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4* L_4030 = ((L_4028)->GetAddressAt(static_cast(L_4029)))->get_vertices_6(); NullCheck(L_4026); Mesh_set_vertices_m38F0908D0FDFE484BE19E94BE9D6176667469AAD(L_4026, L_4030, /*hidden argument*/NULL); // m_subTextObjects[i].mesh.uv = m_textInfo.meshInfo[i].uvs0; TMP_SubMeshU5BU5D_t2EF6E7C00AD0C05C7BD3E565CF716B62BED324A2* L_4031 = __this->get_m_subTextObjects_277(); int32_t L_4032 = V_194; NullCheck(L_4031); int32_t L_4033 = L_4032; TMP_SubMesh_tF05E95C4AC87BBE600564968E24B50BE2E06D1B8 * L_4034 = (L_4031)->GetAt(static_cast(L_4033)); NullCheck(L_4034); Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 * L_4035; L_4035 = TMP_SubMesh_get_mesh_mB7EE1E8583BFD5178C20562DE4EA529FC1325F98(L_4034, /*hidden argument*/NULL); TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_4036 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_textInfo_152(); NullCheck(L_4036); TMP_MeshInfoU5BU5D_t6C0A65D18C54B6FA681B2EB0676B83116FD03119* L_4037 = L_4036->get_meshInfo_16(); int32_t L_4038 = V_194; NullCheck(L_4037); Vector2U5BU5D_tE0F58A2D6D8592B5EC37D9CDEF09103A02E5D7FA* L_4039 = ((L_4037)->GetAddressAt(static_cast(L_4038)))->get_uvs0_9(); NullCheck(L_4035); Mesh_set_uv_mF6FED6DDACBAE3EAF28BFBF257A0D5356FCF3AAC(L_4035, L_4039, /*hidden argument*/NULL); // m_subTextObjects[i].mesh.uv2 = m_textInfo.meshInfo[i].uvs2; TMP_SubMeshU5BU5D_t2EF6E7C00AD0C05C7BD3E565CF716B62BED324A2* L_4040 = __this->get_m_subTextObjects_277(); int32_t L_4041 = V_194; NullCheck(L_4040); int32_t L_4042 = L_4041; TMP_SubMesh_tF05E95C4AC87BBE600564968E24B50BE2E06D1B8 * L_4043 = (L_4040)->GetAt(static_cast(L_4042)); NullCheck(L_4043); Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 * L_4044; L_4044 = TMP_SubMesh_get_mesh_mB7EE1E8583BFD5178C20562DE4EA529FC1325F98(L_4043, /*hidden argument*/NULL); TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_4045 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_textInfo_152(); NullCheck(L_4045); TMP_MeshInfoU5BU5D_t6C0A65D18C54B6FA681B2EB0676B83116FD03119* L_4046 = L_4045->get_meshInfo_16(); int32_t L_4047 = V_194; NullCheck(L_4046); Vector2U5BU5D_tE0F58A2D6D8592B5EC37D9CDEF09103A02E5D7FA* L_4048 = ((L_4046)->GetAddressAt(static_cast(L_4047)))->get_uvs2_10(); NullCheck(L_4044); Mesh_set_uv2_mE60F42676D5CD294524617262BABEB81B9FB8F22(L_4044, L_4048, /*hidden argument*/NULL); // m_subTextObjects[i].mesh.colors32 = m_textInfo.meshInfo[i].colors32; TMP_SubMeshU5BU5D_t2EF6E7C00AD0C05C7BD3E565CF716B62BED324A2* L_4049 = __this->get_m_subTextObjects_277(); int32_t L_4050 = V_194; NullCheck(L_4049); int32_t L_4051 = L_4050; TMP_SubMesh_tF05E95C4AC87BBE600564968E24B50BE2E06D1B8 * L_4052 = (L_4049)->GetAt(static_cast(L_4051)); NullCheck(L_4052); Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 * L_4053; L_4053 = TMP_SubMesh_get_mesh_mB7EE1E8583BFD5178C20562DE4EA529FC1325F98(L_4052, /*hidden argument*/NULL); TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_4054 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_textInfo_152(); NullCheck(L_4054); TMP_MeshInfoU5BU5D_t6C0A65D18C54B6FA681B2EB0676B83116FD03119* L_4055 = L_4054->get_meshInfo_16(); int32_t L_4056 = V_194; NullCheck(L_4055); Color32U5BU5D_t7FEB526973BF84608073B85CF2D581427F0235E2* L_4057 = ((L_4055)->GetAddressAt(static_cast(L_4056)))->get_colors32_11(); NullCheck(L_4053); Mesh_set_colors32_m0EA838C15BBD01710A4EE1A475DB585EB9B5BD91(L_4053, L_4057, /*hidden argument*/NULL); // m_subTextObjects[i].mesh.RecalculateBounds(); TMP_SubMeshU5BU5D_t2EF6E7C00AD0C05C7BD3E565CF716B62BED324A2* L_4058 = __this->get_m_subTextObjects_277(); int32_t L_4059 = V_194; NullCheck(L_4058); int32_t L_4060 = L_4059; TMP_SubMesh_tF05E95C4AC87BBE600564968E24B50BE2E06D1B8 * L_4061 = (L_4058)->GetAt(static_cast(L_4060)); NullCheck(L_4061); Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 * L_4062; L_4062 = TMP_SubMesh_get_mesh_mB7EE1E8583BFD5178C20562DE4EA529FC1325F98(L_4061, /*hidden argument*/NULL); NullCheck(L_4062); Mesh_RecalculateBounds_mC39556595CFE3E4D8EFA777476ECD22B97FC2737(L_4062, /*hidden argument*/NULL); } IL_6f35: { // for (int i = 1; i < m_textInfo.materialCount; i++) int32_t L_4063 = V_194; V_194 = ((int32_t)il2cpp_codegen_add((int32_t)L_4063, (int32_t)1)); } IL_6f3b: { // for (int i = 1; i < m_textInfo.materialCount; i++) int32_t L_4064 = V_194; TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_4065 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_textInfo_152(); NullCheck(L_4065); int32_t L_4066 = L_4065->get_materialCount_10(); if ((((int32_t)L_4064) < ((int32_t)L_4066))) { goto IL_6e2f; } } IL_6f4d: { // TMPro_EventManager.ON_TEXT_CHANGED(this); IL2CPP_RUNTIME_CLASS_INIT(TMPro_EventManager_t8A07AD64AF1C174D621817FEA8D2CF0DA7065AA1_il2cpp_TypeInfo_var); TMPro_EventManager_ON_TEXT_CHANGED_m196F05B2E99B22617705488778FA1474C411C771(__this, /*hidden argument*/NULL); // } return; } } // UnityEngine.Vector3[] TMPro.TextMeshPro::GetTextContainerLocalCorners() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4* TextMeshPro_GetTextContainerLocalCorners_mDD6258F5AE24740AE5A290788FF753E22C1B4EB2 (TextMeshPro_t4C8C961C0939CD311CCC4F5F306C27C5301BD8E4 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (m_rectTransform == null) m_rectTransform = this.rectTransform; RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * L_0 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_rectTransform_156(); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_1; L_1 = Object_op_Equality_mEE9EC7EB5C7DC3E95B94AB904E1986FC4D566D54(L_0, (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A *)NULL, /*hidden argument*/NULL); if (!L_1) { goto IL_001a; } } { // if (m_rectTransform == null) m_rectTransform = this.rectTransform; RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * L_2; L_2 = TMP_Text_get_rectTransform_mEDF01E64384F15763209C6A28C7E61CB2EC932C4(__this, /*hidden argument*/NULL); ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->set_m_rectTransform_156(L_2); } IL_001a: { // m_rectTransform.GetLocalCorners(m_RectTransformCorners); RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * L_3 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_rectTransform_156(); Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4* L_4 = __this->get_m_RectTransformCorners_280(); NullCheck(L_3); RectTransform_GetLocalCorners_mA93C3DA0EF4915A399E111F23E8B0037FB0D897C(L_3, L_4, /*hidden argument*/NULL); // return m_RectTransformCorners; Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4* L_5 = __this->get_m_RectTransformCorners_280(); return L_5; } } // System.Void TMPro.TextMeshPro::SetMeshFilters(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextMeshPro_SetMeshFilters_m244234FF15BC2ACA97DE55232DFB667E95630484 (TextMeshPro_t4C8C961C0939CD311CCC4F5F306C27C5301BD8E4 * __this, bool ___state0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { // if (m_meshFilter != null) MeshFilter_t763BB2BBF3881176AD25E4570E6DD215BA0AA51A * L_0 = __this->get_m_meshFilter_273(); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_1; L_1 = Object_op_Inequality_mE1F187520BD83FB7D86A6D850710C4D42B864E90(L_0, (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A *)NULL, /*hidden argument*/NULL); if (!L_1) { goto IL_0030; } } { // if (state) bool L_2 = ___state0; if (!L_2) { goto IL_0024; } } { // m_meshFilter.sharedMesh = m_mesh; MeshFilter_t763BB2BBF3881176AD25E4570E6DD215BA0AA51A * L_3 = __this->get_m_meshFilter_273(); Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 * L_4 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_mesh_161(); NullCheck(L_3); MeshFilter_set_sharedMesh_mC96D5F9AE4BC1D186221F568A4C3CE23572EC958(L_3, L_4, /*hidden argument*/NULL); goto IL_0030; } IL_0024: { // m_meshFilter.sharedMesh = null; MeshFilter_t763BB2BBF3881176AD25E4570E6DD215BA0AA51A * L_5 = __this->get_m_meshFilter_273(); NullCheck(L_5); MeshFilter_set_sharedMesh_mC96D5F9AE4BC1D186221F568A4C3CE23572EC958(L_5, (Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 *)NULL, /*hidden argument*/NULL); } IL_0030: { // for (int i = 1; i < m_subTextObjects.Length && m_subTextObjects[i] != null; i++) V_0 = 1; goto IL_0084; } IL_0034: { // if (m_subTextObjects[i].meshFilter != null) TMP_SubMeshU5BU5D_t2EF6E7C00AD0C05C7BD3E565CF716B62BED324A2* L_6 = __this->get_m_subTextObjects_277(); int32_t L_7 = V_0; NullCheck(L_6); int32_t L_8 = L_7; TMP_SubMesh_tF05E95C4AC87BBE600564968E24B50BE2E06D1B8 * L_9 = (L_6)->GetAt(static_cast(L_8)); NullCheck(L_9); MeshFilter_t763BB2BBF3881176AD25E4570E6DD215BA0AA51A * L_10; L_10 = TMP_SubMesh_get_meshFilter_mD39FF1E9146CBB3A12A7B18E3C4F023B5465C9AB(L_9, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_11; L_11 = Object_op_Inequality_mE1F187520BD83FB7D86A6D850710C4D42B864E90(L_10, (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A *)NULL, /*hidden argument*/NULL); if (!L_11) { goto IL_0080; } } { // if (state) bool L_12 = ___state0; if (!L_12) { goto IL_006d; } } { // m_subTextObjects[i].meshFilter.sharedMesh = m_subTextObjects[i].mesh; TMP_SubMeshU5BU5D_t2EF6E7C00AD0C05C7BD3E565CF716B62BED324A2* L_13 = __this->get_m_subTextObjects_277(); int32_t L_14 = V_0; NullCheck(L_13); int32_t L_15 = L_14; TMP_SubMesh_tF05E95C4AC87BBE600564968E24B50BE2E06D1B8 * L_16 = (L_13)->GetAt(static_cast(L_15)); NullCheck(L_16); MeshFilter_t763BB2BBF3881176AD25E4570E6DD215BA0AA51A * L_17; L_17 = TMP_SubMesh_get_meshFilter_mD39FF1E9146CBB3A12A7B18E3C4F023B5465C9AB(L_16, /*hidden argument*/NULL); TMP_SubMeshU5BU5D_t2EF6E7C00AD0C05C7BD3E565CF716B62BED324A2* L_18 = __this->get_m_subTextObjects_277(); int32_t L_19 = V_0; NullCheck(L_18); int32_t L_20 = L_19; TMP_SubMesh_tF05E95C4AC87BBE600564968E24B50BE2E06D1B8 * L_21 = (L_18)->GetAt(static_cast(L_20)); NullCheck(L_21); Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 * L_22; L_22 = TMP_SubMesh_get_mesh_mB7EE1E8583BFD5178C20562DE4EA529FC1325F98(L_21, /*hidden argument*/NULL); NullCheck(L_17); MeshFilter_set_sharedMesh_mC96D5F9AE4BC1D186221F568A4C3CE23572EC958(L_17, L_22, /*hidden argument*/NULL); goto IL_0080; } IL_006d: { // m_subTextObjects[i].meshFilter.sharedMesh = null; TMP_SubMeshU5BU5D_t2EF6E7C00AD0C05C7BD3E565CF716B62BED324A2* L_23 = __this->get_m_subTextObjects_277(); int32_t L_24 = V_0; NullCheck(L_23); int32_t L_25 = L_24; TMP_SubMesh_tF05E95C4AC87BBE600564968E24B50BE2E06D1B8 * L_26 = (L_23)->GetAt(static_cast(L_25)); NullCheck(L_26); MeshFilter_t763BB2BBF3881176AD25E4570E6DD215BA0AA51A * L_27; L_27 = TMP_SubMesh_get_meshFilter_mD39FF1E9146CBB3A12A7B18E3C4F023B5465C9AB(L_26, /*hidden argument*/NULL); NullCheck(L_27); MeshFilter_set_sharedMesh_mC96D5F9AE4BC1D186221F568A4C3CE23572EC958(L_27, (Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 *)NULL, /*hidden argument*/NULL); } IL_0080: { // for (int i = 1; i < m_subTextObjects.Length && m_subTextObjects[i] != null; i++) int32_t L_28 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_28, (int32_t)1)); } IL_0084: { // for (int i = 1; i < m_subTextObjects.Length && m_subTextObjects[i] != null; i++) int32_t L_29 = V_0; TMP_SubMeshU5BU5D_t2EF6E7C00AD0C05C7BD3E565CF716B62BED324A2* L_30 = __this->get_m_subTextObjects_277(); NullCheck(L_30); if ((((int32_t)L_29) >= ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_30)->max_length)))))) { goto IL_009f; } } { TMP_SubMeshU5BU5D_t2EF6E7C00AD0C05C7BD3E565CF716B62BED324A2* L_31 = __this->get_m_subTextObjects_277(); int32_t L_32 = V_0; NullCheck(L_31); int32_t L_33 = L_32; TMP_SubMesh_tF05E95C4AC87BBE600564968E24B50BE2E06D1B8 * L_34 = (L_31)->GetAt(static_cast(L_33)); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_35; L_35 = Object_op_Inequality_mE1F187520BD83FB7D86A6D850710C4D42B864E90(L_34, (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A *)NULL, /*hidden argument*/NULL); if (L_35) { goto IL_0034; } } IL_009f: { // } return; } } // System.Void TMPro.TextMeshPro::SetActiveSubMeshes(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextMeshPro_SetActiveSubMeshes_mA1FF096D639CABF486E233C13D60BB31958E95CF (TextMeshPro_t4C8C961C0939CD311CCC4F5F306C27C5301BD8E4 * __this, bool ___state0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { // for (int i = 1; i < m_subTextObjects.Length && m_subTextObjects[i] != null; i++) V_0 = 1; goto IL_0026; } IL_0004: { // if (m_subTextObjects[i].enabled != state) TMP_SubMeshU5BU5D_t2EF6E7C00AD0C05C7BD3E565CF716B62BED324A2* L_0 = __this->get_m_subTextObjects_277(); int32_t L_1 = V_0; NullCheck(L_0); int32_t L_2 = L_1; TMP_SubMesh_tF05E95C4AC87BBE600564968E24B50BE2E06D1B8 * L_3 = (L_0)->GetAt(static_cast(L_2)); NullCheck(L_3); bool L_4; L_4 = Behaviour_get_enabled_m08077AB79934634E1EAE909C2B482BEF4C15A800(L_3, /*hidden argument*/NULL); bool L_5 = ___state0; if ((((int32_t)L_4) == ((int32_t)L_5))) { goto IL_0022; } } { // m_subTextObjects[i].enabled = state; TMP_SubMeshU5BU5D_t2EF6E7C00AD0C05C7BD3E565CF716B62BED324A2* L_6 = __this->get_m_subTextObjects_277(); int32_t L_7 = V_0; NullCheck(L_6); int32_t L_8 = L_7; TMP_SubMesh_tF05E95C4AC87BBE600564968E24B50BE2E06D1B8 * L_9 = (L_6)->GetAt(static_cast(L_8)); bool L_10 = ___state0; NullCheck(L_9); Behaviour_set_enabled_mDE415591B28853D1CD764C53CB499A2142247F32(L_9, L_10, /*hidden argument*/NULL); } IL_0022: { // for (int i = 1; i < m_subTextObjects.Length && m_subTextObjects[i] != null; i++) int32_t L_11 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1)); } IL_0026: { // for (int i = 1; i < m_subTextObjects.Length && m_subTextObjects[i] != null; i++) int32_t L_12 = V_0; TMP_SubMeshU5BU5D_t2EF6E7C00AD0C05C7BD3E565CF716B62BED324A2* L_13 = __this->get_m_subTextObjects_277(); NullCheck(L_13); if ((((int32_t)L_12) >= ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_13)->max_length)))))) { goto IL_0041; } } { TMP_SubMeshU5BU5D_t2EF6E7C00AD0C05C7BD3E565CF716B62BED324A2* L_14 = __this->get_m_subTextObjects_277(); int32_t L_15 = V_0; NullCheck(L_14); int32_t L_16 = L_15; TMP_SubMesh_tF05E95C4AC87BBE600564968E24B50BE2E06D1B8 * L_17 = (L_14)->GetAt(static_cast(L_16)); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_18; L_18 = Object_op_Inequality_mE1F187520BD83FB7D86A6D850710C4D42B864E90(L_17, (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A *)NULL, /*hidden argument*/NULL); if (L_18) { goto IL_0004; } } IL_0041: { // } return; } } // System.Void TMPro.TextMeshPro::SetActiveSubTextObjectRenderers(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextMeshPro_SetActiveSubTextObjectRenderers_m8B2E0BF994EE68FAFA3C5A94FF89A3EC25E01B4B (TextMeshPro_t4C8C961C0939CD311CCC4F5F306C27C5301BD8E4 * __this, bool ___state0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; Renderer_t58147AB5B00224FE1460FD47542DC0DA7EC9378C * V_1 = NULL; { // for (int i = 1; i < m_subTextObjects.Length && m_subTextObjects[i] != null; i++) V_0 = 1; goto IL_002f; } IL_0004: { // Renderer subMeshRenderer = m_subTextObjects[i].renderer; TMP_SubMeshU5BU5D_t2EF6E7C00AD0C05C7BD3E565CF716B62BED324A2* L_0 = __this->get_m_subTextObjects_277(); int32_t L_1 = V_0; NullCheck(L_0); int32_t L_2 = L_1; TMP_SubMesh_tF05E95C4AC87BBE600564968E24B50BE2E06D1B8 * L_3 = (L_0)->GetAt(static_cast(L_2)); NullCheck(L_3); Renderer_t58147AB5B00224FE1460FD47542DC0DA7EC9378C * L_4; L_4 = TMP_SubMesh_get_renderer_m721BC3FF63941822CEEB0CEBAE9A6904FEA00C08(L_3, /*hidden argument*/NULL); V_1 = L_4; // if (subMeshRenderer != null && subMeshRenderer.enabled != state) Renderer_t58147AB5B00224FE1460FD47542DC0DA7EC9378C * L_5 = V_1; IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_6; L_6 = Object_op_Inequality_mE1F187520BD83FB7D86A6D850710C4D42B864E90(L_5, (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A *)NULL, /*hidden argument*/NULL); if (!L_6) { goto IL_002b; } } { Renderer_t58147AB5B00224FE1460FD47542DC0DA7EC9378C * L_7 = V_1; NullCheck(L_7); bool L_8; L_8 = Renderer_get_enabled_mEFB6D3FD1D9D251EBB6E6286491592C4A6ABD6DE(L_7, /*hidden argument*/NULL); bool L_9 = ___state0; if ((((int32_t)L_8) == ((int32_t)L_9))) { goto IL_002b; } } { // subMeshRenderer.enabled = state; Renderer_t58147AB5B00224FE1460FD47542DC0DA7EC9378C * L_10 = V_1; bool L_11 = ___state0; NullCheck(L_10); Renderer_set_enabled_mFFBA418C428C1B2B151C77B879DD10C393D9D95B(L_10, L_11, /*hidden argument*/NULL); } IL_002b: { // for (int i = 1; i < m_subTextObjects.Length && m_subTextObjects[i] != null; i++) int32_t L_12 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); } IL_002f: { // for (int i = 1; i < m_subTextObjects.Length && m_subTextObjects[i] != null; i++) int32_t L_13 = V_0; TMP_SubMeshU5BU5D_t2EF6E7C00AD0C05C7BD3E565CF716B62BED324A2* L_14 = __this->get_m_subTextObjects_277(); NullCheck(L_14); if ((((int32_t)L_13) >= ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_14)->max_length)))))) { goto IL_004a; } } { TMP_SubMeshU5BU5D_t2EF6E7C00AD0C05C7BD3E565CF716B62BED324A2* L_15 = __this->get_m_subTextObjects_277(); int32_t L_16 = V_0; NullCheck(L_15); int32_t L_17 = L_16; TMP_SubMesh_tF05E95C4AC87BBE600564968E24B50BE2E06D1B8 * L_18 = (L_15)->GetAt(static_cast(L_17)); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_19; L_19 = Object_op_Inequality_mE1F187520BD83FB7D86A6D850710C4D42B864E90(L_18, (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A *)NULL, /*hidden argument*/NULL); if (L_19) { goto IL_0004; } } IL_004a: { // } return; } } // System.Void TMPro.TextMeshPro::DestroySubMeshObjects() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextMeshPro_DestroySubMeshObjects_m76F56485BE6B787D8801EA08243184323232B77A (TextMeshPro_t4C8C961C0939CD311CCC4F5F306C27C5301BD8E4 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { // for (int i = 1; i < m_subTextObjects.Length && m_subTextObjects[i] != null; i++) V_0 = 1; goto IL_0015; } IL_0004: { // DestroyImmediate(m_subTextObjects[i]); TMP_SubMeshU5BU5D_t2EF6E7C00AD0C05C7BD3E565CF716B62BED324A2* L_0 = __this->get_m_subTextObjects_277(); int32_t L_1 = V_0; NullCheck(L_0); int32_t L_2 = L_1; TMP_SubMesh_tF05E95C4AC87BBE600564968E24B50BE2E06D1B8 * L_3 = (L_0)->GetAt(static_cast(L_2)); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); Object_DestroyImmediate_mCCED69F4D4C9A4FA3AC30A142CF3D7F085F7C422(L_3, /*hidden argument*/NULL); // for (int i = 1; i < m_subTextObjects.Length && m_subTextObjects[i] != null; i++) int32_t L_4 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)1)); } IL_0015: { // for (int i = 1; i < m_subTextObjects.Length && m_subTextObjects[i] != null; i++) int32_t L_5 = V_0; TMP_SubMeshU5BU5D_t2EF6E7C00AD0C05C7BD3E565CF716B62BED324A2* L_6 = __this->get_m_subTextObjects_277(); NullCheck(L_6); if ((((int32_t)L_5) >= ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_6)->max_length)))))) { goto IL_0030; } } { TMP_SubMeshU5BU5D_t2EF6E7C00AD0C05C7BD3E565CF716B62BED324A2* L_7 = __this->get_m_subTextObjects_277(); int32_t L_8 = V_0; NullCheck(L_7); int32_t L_9 = L_8; TMP_SubMesh_tF05E95C4AC87BBE600564968E24B50BE2E06D1B8 * L_10 = (L_7)->GetAt(static_cast(L_9)); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_11; L_11 = Object_op_Inequality_mE1F187520BD83FB7D86A6D850710C4D42B864E90(L_10, (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A *)NULL, /*hidden argument*/NULL); if (L_11) { goto IL_0004; } } IL_0030: { // } return; } } // System.Void TMPro.TextMeshPro::UpdateSubMeshSortingLayerID(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextMeshPro_UpdateSubMeshSortingLayerID_m07296FE67A7A788785AE0D7F9832572A39C203D4 (TextMeshPro_t4C8C961C0939CD311CCC4F5F306C27C5301BD8E4 * __this, int32_t ___id0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; TMP_SubMesh_tF05E95C4AC87BBE600564968E24B50BE2E06D1B8 * V_1 = NULL; { // for (int i = 1; i < m_subTextObjects.Length; i++) V_0 = 1; goto IL_0034; } IL_0004: { // TMP_SubMesh subMesh = m_subTextObjects[i]; TMP_SubMeshU5BU5D_t2EF6E7C00AD0C05C7BD3E565CF716B62BED324A2* L_0 = __this->get_m_subTextObjects_277(); int32_t L_1 = V_0; NullCheck(L_0); int32_t L_2 = L_1; TMP_SubMesh_tF05E95C4AC87BBE600564968E24B50BE2E06D1B8 * L_3 = (L_0)->GetAt(static_cast(L_2)); V_1 = L_3; // if (subMesh != null && subMesh.renderer != null) TMP_SubMesh_tF05E95C4AC87BBE600564968E24B50BE2E06D1B8 * L_4 = V_1; IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_5; L_5 = Object_op_Inequality_mE1F187520BD83FB7D86A6D850710C4D42B864E90(L_4, (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A *)NULL, /*hidden argument*/NULL); if (!L_5) { goto IL_0030; } } { TMP_SubMesh_tF05E95C4AC87BBE600564968E24B50BE2E06D1B8 * L_6 = V_1; NullCheck(L_6); Renderer_t58147AB5B00224FE1460FD47542DC0DA7EC9378C * L_7; L_7 = TMP_SubMesh_get_renderer_m721BC3FF63941822CEEB0CEBAE9A6904FEA00C08(L_6, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_8; L_8 = Object_op_Inequality_mE1F187520BD83FB7D86A6D850710C4D42B864E90(L_7, (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A *)NULL, /*hidden argument*/NULL); if (!L_8) { goto IL_0030; } } { // subMesh.renderer.sortingLayerID = id; TMP_SubMesh_tF05E95C4AC87BBE600564968E24B50BE2E06D1B8 * L_9 = V_1; NullCheck(L_9); Renderer_t58147AB5B00224FE1460FD47542DC0DA7EC9378C * L_10; L_10 = TMP_SubMesh_get_renderer_m721BC3FF63941822CEEB0CEBAE9A6904FEA00C08(L_9, /*hidden argument*/NULL); int32_t L_11 = ___id0; NullCheck(L_10); Renderer_set_sortingLayerID_m8F4A87EB577D6314BF191E6227E139AEBE962BC8(L_10, L_11, /*hidden argument*/NULL); } IL_0030: { // for (int i = 1; i < m_subTextObjects.Length; i++) int32_t L_12 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); } IL_0034: { // for (int i = 1; i < m_subTextObjects.Length; i++) int32_t L_13 = V_0; TMP_SubMeshU5BU5D_t2EF6E7C00AD0C05C7BD3E565CF716B62BED324A2* L_14 = __this->get_m_subTextObjects_277(); NullCheck(L_14); if ((((int32_t)L_13) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_14)->max_length)))))) { goto IL_0004; } } { // } return; } } // System.Void TMPro.TextMeshPro::UpdateSubMeshSortingOrder(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextMeshPro_UpdateSubMeshSortingOrder_m85F1983141255DF306D1DBE4743957F3C4F500D0 (TextMeshPro_t4C8C961C0939CD311CCC4F5F306C27C5301BD8E4 * __this, int32_t ___order0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; TMP_SubMesh_tF05E95C4AC87BBE600564968E24B50BE2E06D1B8 * V_1 = NULL; { // for (int i = 1; i < m_subTextObjects.Length; i++) V_0 = 1; goto IL_0034; } IL_0004: { // TMP_SubMesh subMesh = m_subTextObjects[i]; TMP_SubMeshU5BU5D_t2EF6E7C00AD0C05C7BD3E565CF716B62BED324A2* L_0 = __this->get_m_subTextObjects_277(); int32_t L_1 = V_0; NullCheck(L_0); int32_t L_2 = L_1; TMP_SubMesh_tF05E95C4AC87BBE600564968E24B50BE2E06D1B8 * L_3 = (L_0)->GetAt(static_cast(L_2)); V_1 = L_3; // if (subMesh != null && subMesh.renderer != null) TMP_SubMesh_tF05E95C4AC87BBE600564968E24B50BE2E06D1B8 * L_4 = V_1; IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_5; L_5 = Object_op_Inequality_mE1F187520BD83FB7D86A6D850710C4D42B864E90(L_4, (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A *)NULL, /*hidden argument*/NULL); if (!L_5) { goto IL_0030; } } { TMP_SubMesh_tF05E95C4AC87BBE600564968E24B50BE2E06D1B8 * L_6 = V_1; NullCheck(L_6); Renderer_t58147AB5B00224FE1460FD47542DC0DA7EC9378C * L_7; L_7 = TMP_SubMesh_get_renderer_m721BC3FF63941822CEEB0CEBAE9A6904FEA00C08(L_6, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_8; L_8 = Object_op_Inequality_mE1F187520BD83FB7D86A6D850710C4D42B864E90(L_7, (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A *)NULL, /*hidden argument*/NULL); if (!L_8) { goto IL_0030; } } { // subMesh.renderer.sortingOrder = order; TMP_SubMesh_tF05E95C4AC87BBE600564968E24B50BE2E06D1B8 * L_9 = V_1; NullCheck(L_9); Renderer_t58147AB5B00224FE1460FD47542DC0DA7EC9378C * L_10; L_10 = TMP_SubMesh_get_renderer_m721BC3FF63941822CEEB0CEBAE9A6904FEA00C08(L_9, /*hidden argument*/NULL); int32_t L_11 = ___order0; NullCheck(L_10); Renderer_set_sortingOrder_mAABE4F8F9B158068C8A1582ACE0BFEA3CF499139(L_10, L_11, /*hidden argument*/NULL); } IL_0030: { // for (int i = 1; i < m_subTextObjects.Length; i++) int32_t L_12 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); } IL_0034: { // for (int i = 1; i < m_subTextObjects.Length; i++) int32_t L_13 = V_0; TMP_SubMeshU5BU5D_t2EF6E7C00AD0C05C7BD3E565CF716B62BED324A2* L_14 = __this->get_m_subTextObjects_277(); NullCheck(L_14); if ((((int32_t)L_13) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_14)->max_length)))))) { goto IL_0004; } } { // } return; } } // UnityEngine.Bounds TMPro.TextMeshPro::GetCompoundBounds() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Bounds_t0F1F36D4F7AF49524B3C2A2259594412A3D3AE37 TextMeshPro_GetCompoundBounds_m8C4CEBDA0598200DF3DE3A49F35757FCF7804770 (TextMeshPro_t4C8C961C0939CD311CCC4F5F306C27C5301BD8E4 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Bounds_t0F1F36D4F7AF49524B3C2A2259594412A3D3AE37 V_0; memset((&V_0), 0, sizeof(V_0)); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E V_1; memset((&V_1), 0, sizeof(V_1)); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E V_2; memset((&V_2), 0, sizeof(V_2)); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 V_3; memset((&V_3), 0, sizeof(V_3)); int32_t V_4 = 0; Bounds_t0F1F36D4F7AF49524B3C2A2259594412A3D3AE37 V_5; memset((&V_5), 0, sizeof(V_5)); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * G_B3_0 = NULL; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * G_B2_0 = NULL; float G_B4_0 = 0.0f; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * G_B4_1 = NULL; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * G_B6_0 = NULL; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * G_B5_0 = NULL; float G_B7_0 = 0.0f; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * G_B7_1 = NULL; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * G_B9_0 = NULL; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * G_B8_0 = NULL; float G_B10_0 = 0.0f; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * G_B10_1 = NULL; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * G_B12_0 = NULL; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * G_B11_0 = NULL; float G_B13_0 = 0.0f; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * G_B13_1 = NULL; { // Bounds mainBounds = m_mesh.bounds; Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 * L_0 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_mesh_161(); NullCheck(L_0); Bounds_t0F1F36D4F7AF49524B3C2A2259594412A3D3AE37 L_1; L_1 = Mesh_get_bounds_m8704A23E8BA2D77C89FD4BF4379238062B1BE5DF(L_0, /*hidden argument*/NULL); V_0 = L_1; // Vector3 min = mainBounds.min; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_2; L_2 = Bounds_get_min_mEDCEC21FB04A8E7196EDE841F7BE9042E1908519((Bounds_t0F1F36D4F7AF49524B3C2A2259594412A3D3AE37 *)(&V_0), /*hidden argument*/NULL); V_1 = L_2; // Vector3 max = mainBounds.max; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_3; L_3 = Bounds_get_max_m7562010AAD919B8449B8B90382BFBA4D83C669BD((Bounds_t0F1F36D4F7AF49524B3C2A2259594412A3D3AE37 *)(&V_0), /*hidden argument*/NULL); V_2 = L_3; // for (int i = 1; i < m_subTextObjects.Length && m_subTextObjects[i] != null; i++) V_4 = 1; goto IL_00fb; } IL_0024: { // Bounds subBounds = m_subTextObjects[i].mesh.bounds; TMP_SubMeshU5BU5D_t2EF6E7C00AD0C05C7BD3E565CF716B62BED324A2* L_4 = __this->get_m_subTextObjects_277(); int32_t L_5 = V_4; NullCheck(L_4); int32_t L_6 = L_5; TMP_SubMesh_tF05E95C4AC87BBE600564968E24B50BE2E06D1B8 * L_7 = (L_4)->GetAt(static_cast(L_6)); NullCheck(L_7); Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 * L_8; L_8 = TMP_SubMesh_get_mesh_mB7EE1E8583BFD5178C20562DE4EA529FC1325F98(L_7, /*hidden argument*/NULL); NullCheck(L_8); Bounds_t0F1F36D4F7AF49524B3C2A2259594412A3D3AE37 L_9; L_9 = Mesh_get_bounds_m8704A23E8BA2D77C89FD4BF4379238062B1BE5DF(L_8, /*hidden argument*/NULL); V_5 = L_9; // min.x = min.x < subBounds.min.x ? min.x : subBounds.min.x; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_10 = V_1; float L_11 = L_10.get_x_2(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_12; L_12 = Bounds_get_min_mEDCEC21FB04A8E7196EDE841F7BE9042E1908519((Bounds_t0F1F36D4F7AF49524B3C2A2259594412A3D3AE37 *)(&V_5), /*hidden argument*/NULL); float L_13 = L_12.get_x_2(); G_B2_0 = (&V_1); if ((((float)L_11) < ((float)L_13))) { G_B3_0 = (&V_1); goto IL_005d; } } { Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_14; L_14 = Bounds_get_min_mEDCEC21FB04A8E7196EDE841F7BE9042E1908519((Bounds_t0F1F36D4F7AF49524B3C2A2259594412A3D3AE37 *)(&V_5), /*hidden argument*/NULL); float L_15 = L_14.get_x_2(); G_B4_0 = L_15; G_B4_1 = G_B2_0; goto IL_0063; } IL_005d: { Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_16 = V_1; float L_17 = L_16.get_x_2(); G_B4_0 = L_17; G_B4_1 = G_B3_0; } IL_0063: { G_B4_1->set_x_2(G_B4_0); // min.y = min.y < subBounds.min.y ? min.y : subBounds.min.y; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_18 = V_1; float L_19 = L_18.get_y_3(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_20; L_20 = Bounds_get_min_mEDCEC21FB04A8E7196EDE841F7BE9042E1908519((Bounds_t0F1F36D4F7AF49524B3C2A2259594412A3D3AE37 *)(&V_5), /*hidden argument*/NULL); float L_21 = L_20.get_y_3(); G_B5_0 = (&V_1); if ((((float)L_19) < ((float)L_21))) { G_B6_0 = (&V_1); goto IL_008c; } } { Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_22; L_22 = Bounds_get_min_mEDCEC21FB04A8E7196EDE841F7BE9042E1908519((Bounds_t0F1F36D4F7AF49524B3C2A2259594412A3D3AE37 *)(&V_5), /*hidden argument*/NULL); float L_23 = L_22.get_y_3(); G_B7_0 = L_23; G_B7_1 = G_B5_0; goto IL_0092; } IL_008c: { Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_24 = V_1; float L_25 = L_24.get_y_3(); G_B7_0 = L_25; G_B7_1 = G_B6_0; } IL_0092: { G_B7_1->set_y_3(G_B7_0); // max.x = max.x > subBounds.max.x ? max.x : subBounds.max.x; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_26 = V_2; float L_27 = L_26.get_x_2(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_28; L_28 = Bounds_get_max_m7562010AAD919B8449B8B90382BFBA4D83C669BD((Bounds_t0F1F36D4F7AF49524B3C2A2259594412A3D3AE37 *)(&V_5), /*hidden argument*/NULL); float L_29 = L_28.get_x_2(); G_B8_0 = (&V_2); if ((((float)L_27) > ((float)L_29))) { G_B9_0 = (&V_2); goto IL_00bb; } } { Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_30; L_30 = Bounds_get_max_m7562010AAD919B8449B8B90382BFBA4D83C669BD((Bounds_t0F1F36D4F7AF49524B3C2A2259594412A3D3AE37 *)(&V_5), /*hidden argument*/NULL); float L_31 = L_30.get_x_2(); G_B10_0 = L_31; G_B10_1 = G_B8_0; goto IL_00c1; } IL_00bb: { Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_32 = V_2; float L_33 = L_32.get_x_2(); G_B10_0 = L_33; G_B10_1 = G_B9_0; } IL_00c1: { G_B10_1->set_x_2(G_B10_0); // max.y = max.y > subBounds.max.y ? max.y : subBounds.max.y; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_34 = V_2; float L_35 = L_34.get_y_3(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_36; L_36 = Bounds_get_max_m7562010AAD919B8449B8B90382BFBA4D83C669BD((Bounds_t0F1F36D4F7AF49524B3C2A2259594412A3D3AE37 *)(&V_5), /*hidden argument*/NULL); float L_37 = L_36.get_y_3(); G_B11_0 = (&V_2); if ((((float)L_35) > ((float)L_37))) { G_B12_0 = (&V_2); goto IL_00ea; } } { Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_38; L_38 = Bounds_get_max_m7562010AAD919B8449B8B90382BFBA4D83C669BD((Bounds_t0F1F36D4F7AF49524B3C2A2259594412A3D3AE37 *)(&V_5), /*hidden argument*/NULL); float L_39 = L_38.get_y_3(); G_B13_0 = L_39; G_B13_1 = G_B11_0; goto IL_00f0; } IL_00ea: { Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_40 = V_2; float L_41 = L_40.get_y_3(); G_B13_0 = L_41; G_B13_1 = G_B12_0; } IL_00f0: { G_B13_1->set_y_3(G_B13_0); // for (int i = 1; i < m_subTextObjects.Length && m_subTextObjects[i] != null; i++) int32_t L_42 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_42, (int32_t)1)); } IL_00fb: { // for (int i = 1; i < m_subTextObjects.Length && m_subTextObjects[i] != null; i++) int32_t L_43 = V_4; TMP_SubMeshU5BU5D_t2EF6E7C00AD0C05C7BD3E565CF716B62BED324A2* L_44 = __this->get_m_subTextObjects_277(); NullCheck(L_44); if ((((int32_t)L_43) >= ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_44)->max_length)))))) { goto IL_011b; } } { TMP_SubMeshU5BU5D_t2EF6E7C00AD0C05C7BD3E565CF716B62BED324A2* L_45 = __this->get_m_subTextObjects_277(); int32_t L_46 = V_4; NullCheck(L_45); int32_t L_47 = L_46; TMP_SubMesh_tF05E95C4AC87BBE600564968E24B50BE2E06D1B8 * L_48 = (L_45)->GetAt(static_cast(L_47)); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_49; L_49 = Object_op_Inequality_mE1F187520BD83FB7D86A6D850710C4D42B864E90(L_48, (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A *)NULL, /*hidden argument*/NULL); if (L_49) { goto IL_0024; } } IL_011b: { // Vector3 center = (min + max) / 2; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_50 = V_1; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_51 = V_2; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_52; L_52 = Vector3_op_Addition_mEE4F672B923CCB184C39AABCA33443DB218E50E0_inline(L_50, L_51, /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_53; L_53 = Vector3_op_Division_mE5ACBFB168FED529587457A83BA98B7DB32E2A05_inline(L_52, (2.0f), /*hidden argument*/NULL); // Vector2 size = max - min; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_54 = V_2; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_55 = V_1; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_56; L_56 = Vector3_op_Subtraction_m2725C96965D5C0B1F9715797E51762B13A5FED58_inline(L_54, L_55, /*hidden argument*/NULL); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_57; L_57 = Vector2_op_Implicit_mE407CAF7446E342E059B00AA9EDB301AEC5B7B1A_inline(L_56, /*hidden argument*/NULL); V_3 = L_57; // return new Bounds(center, size); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_58 = V_3; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_59; L_59 = Vector2_op_Implicit_m4FA146E613DBFE6C1C4B0E9B461D622E6F2FC294_inline(L_58, /*hidden argument*/NULL); Bounds_t0F1F36D4F7AF49524B3C2A2259594412A3D3AE37 L_60; memset((&L_60), 0, sizeof(L_60)); Bounds__ctor_m8356472A177F4B22FFCE8911EBC8547A65A07CA3((&L_60), L_53, L_59, /*hidden argument*/NULL); return L_60; } } // System.Void TMPro.TextMeshPro::UpdateSDFScale(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextMeshPro_UpdateSDFScale_mA3A7F8EEEFB7C083CC77C17C39B9353360391986 (TextMeshPro_t4C8C961C0939CD311CCC4F5F306C27C5301BD8E4 * __this, float ___scaleDelta0, const RuntimeMethod* method) { int32_t V_0 = 0; TMP_MeshInfo_t69FCEF4CBC055C00598478835753D43D94A03176 V_1; memset((&V_1), 0, sizeof(V_1)); int32_t V_2 = 0; int32_t V_3 = 0; { // if (scaleDelta == 0 || scaleDelta == float.PositiveInfinity || scaleDelta == float.NegativeInfinity) float L_0 = ___scaleDelta0; if ((((float)L_0) == ((float)(0.0f)))) { goto IL_0018; } } { float L_1 = ___scaleDelta0; if ((((float)L_1) == ((float)(std::numeric_limits::infinity())))) { goto IL_0018; } } { float L_2 = ___scaleDelta0; if ((!(((float)L_2) == ((float)(-std::numeric_limits::infinity()))))) { goto IL_0026; } } IL_0018: { // m_havePropertiesChanged = true; ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->set_m_havePropertiesChanged_153((bool)1); // OnPreRenderObject(); TextMeshPro_OnPreRenderObject_mAE7AB33DF7AB047D7797FC4B62CD1704C5543D69(__this, /*hidden argument*/NULL); // return; return; } IL_0026: { // for (int materialIndex = 0; materialIndex < m_textInfo.materialCount; materialIndex++) V_0 = 0; goto IL_006e; } IL_002a: { // TMP_MeshInfo meshInfo = m_textInfo.meshInfo[materialIndex]; TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_3 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_textInfo_152(); NullCheck(L_3); TMP_MeshInfoU5BU5D_t6C0A65D18C54B6FA681B2EB0676B83116FD03119* L_4 = L_3->get_meshInfo_16(); int32_t L_5 = V_0; NullCheck(L_4); int32_t L_6 = L_5; TMP_MeshInfo_t69FCEF4CBC055C00598478835753D43D94A03176 L_7 = (L_4)->GetAt(static_cast(L_6)); V_1 = L_7; // for (int i = 0; i < meshInfo.uvs2.Length; i++) V_2 = 0; goto IL_005f; } IL_0040: { // meshInfo.uvs2[i].y *= Mathf.Abs(scaleDelta); TMP_MeshInfo_t69FCEF4CBC055C00598478835753D43D94A03176 L_8 = V_1; Vector2U5BU5D_tE0F58A2D6D8592B5EC37D9CDEF09103A02E5D7FA* L_9 = L_8.get_uvs2_10(); int32_t L_10 = V_2; NullCheck(L_9); float* L_11 = ((L_9)->GetAddressAt(static_cast(L_10)))->get_address_of_y_1(); float* L_12 = L_11; float L_13 = *((float*)L_12); float L_14 = ___scaleDelta0; float L_15; L_15 = fabsf(L_14); *((float*)L_12) = (float)((float)il2cpp_codegen_multiply((float)L_13, (float)L_15)); // for (int i = 0; i < meshInfo.uvs2.Length; i++) int32_t L_16 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_16, (int32_t)1)); } IL_005f: { // for (int i = 0; i < meshInfo.uvs2.Length; i++) int32_t L_17 = V_2; TMP_MeshInfo_t69FCEF4CBC055C00598478835753D43D94A03176 L_18 = V_1; Vector2U5BU5D_tE0F58A2D6D8592B5EC37D9CDEF09103A02E5D7FA* L_19 = L_18.get_uvs2_10(); NullCheck(L_19); if ((((int32_t)L_17) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_19)->max_length)))))) { goto IL_0040; } } { // for (int materialIndex = 0; materialIndex < m_textInfo.materialCount; materialIndex++) int32_t L_20 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)1)); } IL_006e: { // for (int materialIndex = 0; materialIndex < m_textInfo.materialCount; materialIndex++) int32_t L_21 = V_0; TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_22 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_textInfo_152(); NullCheck(L_22); int32_t L_23 = L_22->get_materialCount_10(); if ((((int32_t)L_21) < ((int32_t)L_23))) { goto IL_002a; } } { // for (int i = 0; i < m_textInfo.meshInfo.Length; i++) V_3 = 0; goto IL_00d2; } IL_0080: { // if (i == 0) int32_t L_24 = V_3; if (L_24) { goto IL_00a6; } } { // m_mesh.uv2 = m_textInfo.meshInfo[0].uvs2; Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 * L_25 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_mesh_161(); TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_26 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_textInfo_152(); NullCheck(L_26); TMP_MeshInfoU5BU5D_t6C0A65D18C54B6FA681B2EB0676B83116FD03119* L_27 = L_26->get_meshInfo_16(); NullCheck(L_27); Vector2U5BU5D_tE0F58A2D6D8592B5EC37D9CDEF09103A02E5D7FA* L_28 = ((L_27)->GetAddressAt(static_cast(0)))->get_uvs2_10(); NullCheck(L_25); Mesh_set_uv2_mE60F42676D5CD294524617262BABEB81B9FB8F22(L_25, L_28, /*hidden argument*/NULL); goto IL_00ce; } IL_00a6: { // m_subTextObjects[i].mesh.uv2 = m_textInfo.meshInfo[i].uvs2; TMP_SubMeshU5BU5D_t2EF6E7C00AD0C05C7BD3E565CF716B62BED324A2* L_29 = __this->get_m_subTextObjects_277(); int32_t L_30 = V_3; NullCheck(L_29); int32_t L_31 = L_30; TMP_SubMesh_tF05E95C4AC87BBE600564968E24B50BE2E06D1B8 * L_32 = (L_29)->GetAt(static_cast(L_31)); NullCheck(L_32); Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 * L_33; L_33 = TMP_SubMesh_get_mesh_mB7EE1E8583BFD5178C20562DE4EA529FC1325F98(L_32, /*hidden argument*/NULL); TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_34 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_textInfo_152(); NullCheck(L_34); TMP_MeshInfoU5BU5D_t6C0A65D18C54B6FA681B2EB0676B83116FD03119* L_35 = L_34->get_meshInfo_16(); int32_t L_36 = V_3; NullCheck(L_35); Vector2U5BU5D_tE0F58A2D6D8592B5EC37D9CDEF09103A02E5D7FA* L_37 = ((L_35)->GetAddressAt(static_cast(L_36)))->get_uvs2_10(); NullCheck(L_33); Mesh_set_uv2_mE60F42676D5CD294524617262BABEB81B9FB8F22(L_33, L_37, /*hidden argument*/NULL); } IL_00ce: { // for (int i = 0; i < m_textInfo.meshInfo.Length; i++) int32_t L_38 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_38, (int32_t)1)); } IL_00d2: { // for (int i = 0; i < m_textInfo.meshInfo.Length; i++) int32_t L_39 = V_3; TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_40 = ((TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 *)__this)->get_m_textInfo_152(); NullCheck(L_40); TMP_MeshInfoU5BU5D_t6C0A65D18C54B6FA681B2EB0676B83116FD03119* L_41 = L_40->get_meshInfo_16(); NullCheck(L_41); if ((((int32_t)L_39) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_41)->max_length)))))) { goto IL_0080; } } { // } return; } } // System.Void TMPro.TextMeshPro::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextMeshPro__ctor_m0368F8C08D565DC8309CDAE1C6B875279B7CE0FE (TextMeshPro_t4C8C961C0939CD311CCC4F5F306C27C5301BD8E4 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TMP_SubMeshU5BU5D_t2EF6E7C00AD0C05C7BD3E565CF716B62BED324A2_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // float m_previousLossyScaleY = -1; // Used for Tracking lossy scale changes in the transform; __this->set_m_previousLossyScaleY_271((-1.0f)); // private int m_max_characters = 8; // Determines the initial allocation and size of the character array / buffer. __this->set_m_max_characters_275(8); // private int m_max_numberOfLines = 4; // Determines the initial allocation and maximum number of lines of text. __this->set_m_max_numberOfLines_276(4); // private TMP_SubMesh[] m_subTextObjects = new TMP_SubMesh[8]; TMP_SubMeshU5BU5D_t2EF6E7C00AD0C05C7BD3E565CF716B62BED324A2* L_0 = (TMP_SubMeshU5BU5D_t2EF6E7C00AD0C05C7BD3E565CF716B62BED324A2*)(TMP_SubMeshU5BU5D_t2EF6E7C00AD0C05C7BD3E565CF716B62BED324A2*)SZArrayNew(TMP_SubMeshU5BU5D_t2EF6E7C00AD0C05C7BD3E565CF716B62BED324A2_il2cpp_TypeInfo_var, (uint32_t)8); __this->set_m_subTextObjects_277(L_0); // private Vector3[] m_RectTransformCorners = new Vector3[4]; Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4* L_1 = (Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4*)(Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4*)SZArrayNew(Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4_il2cpp_TypeInfo_var, (uint32_t)4); __this->set_m_RectTransformCorners_280(L_1); IL2CPP_RUNTIME_CLASS_INIT(TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262_il2cpp_TypeInfo_var); TMP_Text__ctor_mA7B3B9D8B06C3384C16A87675B705B91CB10CD02(__this, /*hidden argument*/NULL); return; } } // System.Void TMPro.TextMeshPro::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextMeshPro__cctor_m8F7395C73FE80C63C3F27A4B532D6E8CF5948D43 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TextMeshPro_t4C8C961C0939CD311CCC4F5F306C27C5301BD8E4_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral06B2DAFD0196486F2B4EC63F759B3BEF4CCBE3FD); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral330536DAF837B8959FD2CB0380DEA55B4715D151); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3E379A7C92B6C080930329422A9268005C790F90); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral450E24090588422FD5D57D2E483982D02395140F); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral45E22254C23A47F13191BCFCB9BDE679BC016527); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5C2E8ABE2919CA14B1EA2D9ABE49A0394AAF3D67); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5FCD5C954B27FC22B5B698312023E2B3FFBF766E); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6281ADF267CC5C95DDE82235B40659EA82AAF465); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral672585EB2172F914A61AAB5C1C2E233C0987035E); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral82AB90D1F7BA823177DEC92D586683D9856EDD56); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral91E582B4A10C04D71A97FAB0F072EA31D227A37D); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral948ABA8019E18D1C5CF10635BE77AF9D5613E658); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral95594F324AD132E7A45107BAE0336FBC7E2C033F); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA80A66F9E4128A90571754ABC88A9885D824C23A); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralACAF96458B61A7082E1861A42A213F412A71A769); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD40F174E6B0936E5FD054550D016D9D9A1395CAA); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF1CC96D3DD8345EB53F29BA0B7398E5840E5BA58); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF44BB8B96E612CCF047E2EC4458536E8E202F9F1); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF5FA36A19CEF65DE3862693E0022AF1F16F1DFA0); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFC157A6645E204F3A9037FC27DC680EAA756DC7A); s_Il2CppMethodInitialized = true; } { // private static ProfilerMarker k_GenerateTextMarker = new ProfilerMarker("TMP Layout Text"); ProfilerMarker_tAE86534C80C5D67768DB3B244D8D139A2E6495E1 L_0; memset((&L_0), 0, sizeof(L_0)); ProfilerMarker__ctor_mCE8D10CF2D2B2C4E51BF1BB66D75FDDE5BDA4A41_inline((&L_0), _stringLiteral5FCD5C954B27FC22B5B698312023E2B3FFBF766E, /*hidden argument*/NULL); ((TextMeshPro_t4C8C961C0939CD311CCC4F5F306C27C5301BD8E4_StaticFields*)il2cpp_codegen_static_fields_for(TextMeshPro_t4C8C961C0939CD311CCC4F5F306C27C5301BD8E4_il2cpp_TypeInfo_var))->set_k_GenerateTextMarker_282(L_0); // private static ProfilerMarker k_SetArraySizesMarker = new ProfilerMarker("TMP.SetArraySizes"); ProfilerMarker_tAE86534C80C5D67768DB3B244D8D139A2E6495E1 L_1; memset((&L_1), 0, sizeof(L_1)); ProfilerMarker__ctor_mCE8D10CF2D2B2C4E51BF1BB66D75FDDE5BDA4A41_inline((&L_1), _stringLiteralD40F174E6B0936E5FD054550D016D9D9A1395CAA, /*hidden argument*/NULL); ((TextMeshPro_t4C8C961C0939CD311CCC4F5F306C27C5301BD8E4_StaticFields*)il2cpp_codegen_static_fields_for(TextMeshPro_t4C8C961C0939CD311CCC4F5F306C27C5301BD8E4_il2cpp_TypeInfo_var))->set_k_SetArraySizesMarker_283(L_1); // private static ProfilerMarker k_GenerateTextPhaseIMarker = new ProfilerMarker("TMP GenerateText - Phase I"); ProfilerMarker_tAE86534C80C5D67768DB3B244D8D139A2E6495E1 L_2; memset((&L_2), 0, sizeof(L_2)); ProfilerMarker__ctor_mCE8D10CF2D2B2C4E51BF1BB66D75FDDE5BDA4A41_inline((&L_2), _stringLiteral5C2E8ABE2919CA14B1EA2D9ABE49A0394AAF3D67, /*hidden argument*/NULL); ((TextMeshPro_t4C8C961C0939CD311CCC4F5F306C27C5301BD8E4_StaticFields*)il2cpp_codegen_static_fields_for(TextMeshPro_t4C8C961C0939CD311CCC4F5F306C27C5301BD8E4_il2cpp_TypeInfo_var))->set_k_GenerateTextPhaseIMarker_284(L_2); // private static ProfilerMarker k_ParseMarkupTextMarker = new ProfilerMarker("TMP Parse Markup Text"); ProfilerMarker_tAE86534C80C5D67768DB3B244D8D139A2E6495E1 L_3; memset((&L_3), 0, sizeof(L_3)); ProfilerMarker__ctor_mCE8D10CF2D2B2C4E51BF1BB66D75FDDE5BDA4A41_inline((&L_3), _stringLiteral450E24090588422FD5D57D2E483982D02395140F, /*hidden argument*/NULL); ((TextMeshPro_t4C8C961C0939CD311CCC4F5F306C27C5301BD8E4_StaticFields*)il2cpp_codegen_static_fields_for(TextMeshPro_t4C8C961C0939CD311CCC4F5F306C27C5301BD8E4_il2cpp_TypeInfo_var))->set_k_ParseMarkupTextMarker_285(L_3); // private static ProfilerMarker k_CharacterLookupMarker = new ProfilerMarker("TMP Lookup Character & Glyph Data"); ProfilerMarker_tAE86534C80C5D67768DB3B244D8D139A2E6495E1 L_4; memset((&L_4), 0, sizeof(L_4)); ProfilerMarker__ctor_mCE8D10CF2D2B2C4E51BF1BB66D75FDDE5BDA4A41_inline((&L_4), _stringLiteralFC157A6645E204F3A9037FC27DC680EAA756DC7A, /*hidden argument*/NULL); ((TextMeshPro_t4C8C961C0939CD311CCC4F5F306C27C5301BD8E4_StaticFields*)il2cpp_codegen_static_fields_for(TextMeshPro_t4C8C961C0939CD311CCC4F5F306C27C5301BD8E4_il2cpp_TypeInfo_var))->set_k_CharacterLookupMarker_286(L_4); // private static ProfilerMarker k_HandleGPOSFeaturesMarker = new ProfilerMarker("TMP Handle GPOS Features"); ProfilerMarker_tAE86534C80C5D67768DB3B244D8D139A2E6495E1 L_5; memset((&L_5), 0, sizeof(L_5)); ProfilerMarker__ctor_mCE8D10CF2D2B2C4E51BF1BB66D75FDDE5BDA4A41_inline((&L_5), _stringLiteral91E582B4A10C04D71A97FAB0F072EA31D227A37D, /*hidden argument*/NULL); ((TextMeshPro_t4C8C961C0939CD311CCC4F5F306C27C5301BD8E4_StaticFields*)il2cpp_codegen_static_fields_for(TextMeshPro_t4C8C961C0939CD311CCC4F5F306C27C5301BD8E4_il2cpp_TypeInfo_var))->set_k_HandleGPOSFeaturesMarker_287(L_5); // private static ProfilerMarker k_CalculateVerticesPositionMarker = new ProfilerMarker("TMP Calculate Vertices Position"); ProfilerMarker_tAE86534C80C5D67768DB3B244D8D139A2E6495E1 L_6; memset((&L_6), 0, sizeof(L_6)); ProfilerMarker__ctor_mCE8D10CF2D2B2C4E51BF1BB66D75FDDE5BDA4A41_inline((&L_6), _stringLiteralA80A66F9E4128A90571754ABC88A9885D824C23A, /*hidden argument*/NULL); ((TextMeshPro_t4C8C961C0939CD311CCC4F5F306C27C5301BD8E4_StaticFields*)il2cpp_codegen_static_fields_for(TextMeshPro_t4C8C961C0939CD311CCC4F5F306C27C5301BD8E4_il2cpp_TypeInfo_var))->set_k_CalculateVerticesPositionMarker_288(L_6); // private static ProfilerMarker k_ComputeTextMetricsMarker = new ProfilerMarker("TMP Compute Text Metrics"); ProfilerMarker_tAE86534C80C5D67768DB3B244D8D139A2E6495E1 L_7; memset((&L_7), 0, sizeof(L_7)); ProfilerMarker__ctor_mCE8D10CF2D2B2C4E51BF1BB66D75FDDE5BDA4A41_inline((&L_7), _stringLiteral06B2DAFD0196486F2B4EC63F759B3BEF4CCBE3FD, /*hidden argument*/NULL); ((TextMeshPro_t4C8C961C0939CD311CCC4F5F306C27C5301BD8E4_StaticFields*)il2cpp_codegen_static_fields_for(TextMeshPro_t4C8C961C0939CD311CCC4F5F306C27C5301BD8E4_il2cpp_TypeInfo_var))->set_k_ComputeTextMetricsMarker_289(L_7); // private static ProfilerMarker k_HandleVisibleCharacterMarker = new ProfilerMarker("TMP Handle Visible Character"); ProfilerMarker_tAE86534C80C5D67768DB3B244D8D139A2E6495E1 L_8; memset((&L_8), 0, sizeof(L_8)); ProfilerMarker__ctor_mCE8D10CF2D2B2C4E51BF1BB66D75FDDE5BDA4A41_inline((&L_8), _stringLiteral6281ADF267CC5C95DDE82235B40659EA82AAF465, /*hidden argument*/NULL); ((TextMeshPro_t4C8C961C0939CD311CCC4F5F306C27C5301BD8E4_StaticFields*)il2cpp_codegen_static_fields_for(TextMeshPro_t4C8C961C0939CD311CCC4F5F306C27C5301BD8E4_il2cpp_TypeInfo_var))->set_k_HandleVisibleCharacterMarker_290(L_8); // private static ProfilerMarker k_HandleWhiteSpacesMarker = new ProfilerMarker("TMP Handle White Space & Control Character"); ProfilerMarker_tAE86534C80C5D67768DB3B244D8D139A2E6495E1 L_9; memset((&L_9), 0, sizeof(L_9)); ProfilerMarker__ctor_mCE8D10CF2D2B2C4E51BF1BB66D75FDDE5BDA4A41_inline((&L_9), _stringLiteralF44BB8B96E612CCF047E2EC4458536E8E202F9F1, /*hidden argument*/NULL); ((TextMeshPro_t4C8C961C0939CD311CCC4F5F306C27C5301BD8E4_StaticFields*)il2cpp_codegen_static_fields_for(TextMeshPro_t4C8C961C0939CD311CCC4F5F306C27C5301BD8E4_il2cpp_TypeInfo_var))->set_k_HandleWhiteSpacesMarker_291(L_9); // private static ProfilerMarker k_HandleHorizontalLineBreakingMarker = new ProfilerMarker("TMP Handle Horizontal Line Breaking"); ProfilerMarker_tAE86534C80C5D67768DB3B244D8D139A2E6495E1 L_10; memset((&L_10), 0, sizeof(L_10)); ProfilerMarker__ctor_mCE8D10CF2D2B2C4E51BF1BB66D75FDDE5BDA4A41_inline((&L_10), _stringLiteral948ABA8019E18D1C5CF10635BE77AF9D5613E658, /*hidden argument*/NULL); ((TextMeshPro_t4C8C961C0939CD311CCC4F5F306C27C5301BD8E4_StaticFields*)il2cpp_codegen_static_fields_for(TextMeshPro_t4C8C961C0939CD311CCC4F5F306C27C5301BD8E4_il2cpp_TypeInfo_var))->set_k_HandleHorizontalLineBreakingMarker_292(L_10); // private static ProfilerMarker k_HandleVerticalLineBreakingMarker = new ProfilerMarker("TMP Handle Vertical Line Breaking"); ProfilerMarker_tAE86534C80C5D67768DB3B244D8D139A2E6495E1 L_11; memset((&L_11), 0, sizeof(L_11)); ProfilerMarker__ctor_mCE8D10CF2D2B2C4E51BF1BB66D75FDDE5BDA4A41_inline((&L_11), _stringLiteralF1CC96D3DD8345EB53F29BA0B7398E5840E5BA58, /*hidden argument*/NULL); ((TextMeshPro_t4C8C961C0939CD311CCC4F5F306C27C5301BD8E4_StaticFields*)il2cpp_codegen_static_fields_for(TextMeshPro_t4C8C961C0939CD311CCC4F5F306C27C5301BD8E4_il2cpp_TypeInfo_var))->set_k_HandleVerticalLineBreakingMarker_293(L_11); // private static ProfilerMarker k_SaveGlyphVertexDataMarker = new ProfilerMarker("TMP Save Glyph Vertex Data"); ProfilerMarker_tAE86534C80C5D67768DB3B244D8D139A2E6495E1 L_12; memset((&L_12), 0, sizeof(L_12)); ProfilerMarker__ctor_mCE8D10CF2D2B2C4E51BF1BB66D75FDDE5BDA4A41_inline((&L_12), _stringLiteral82AB90D1F7BA823177DEC92D586683D9856EDD56, /*hidden argument*/NULL); ((TextMeshPro_t4C8C961C0939CD311CCC4F5F306C27C5301BD8E4_StaticFields*)il2cpp_codegen_static_fields_for(TextMeshPro_t4C8C961C0939CD311CCC4F5F306C27C5301BD8E4_il2cpp_TypeInfo_var))->set_k_SaveGlyphVertexDataMarker_294(L_12); // private static ProfilerMarker k_ComputeCharacterAdvanceMarker = new ProfilerMarker("TMP Compute Character Advance"); ProfilerMarker_tAE86534C80C5D67768DB3B244D8D139A2E6495E1 L_13; memset((&L_13), 0, sizeof(L_13)); ProfilerMarker__ctor_mCE8D10CF2D2B2C4E51BF1BB66D75FDDE5BDA4A41_inline((&L_13), _stringLiteralACAF96458B61A7082E1861A42A213F412A71A769, /*hidden argument*/NULL); ((TextMeshPro_t4C8C961C0939CD311CCC4F5F306C27C5301BD8E4_StaticFields*)il2cpp_codegen_static_fields_for(TextMeshPro_t4C8C961C0939CD311CCC4F5F306C27C5301BD8E4_il2cpp_TypeInfo_var))->set_k_ComputeCharacterAdvanceMarker_295(L_13); // private static ProfilerMarker k_HandleCarriageReturnMarker = new ProfilerMarker("TMP Handle Carriage Return"); ProfilerMarker_tAE86534C80C5D67768DB3B244D8D139A2E6495E1 L_14; memset((&L_14), 0, sizeof(L_14)); ProfilerMarker__ctor_mCE8D10CF2D2B2C4E51BF1BB66D75FDDE5BDA4A41_inline((&L_14), _stringLiteral45E22254C23A47F13191BCFCB9BDE679BC016527, /*hidden argument*/NULL); ((TextMeshPro_t4C8C961C0939CD311CCC4F5F306C27C5301BD8E4_StaticFields*)il2cpp_codegen_static_fields_for(TextMeshPro_t4C8C961C0939CD311CCC4F5F306C27C5301BD8E4_il2cpp_TypeInfo_var))->set_k_HandleCarriageReturnMarker_296(L_14); // private static ProfilerMarker k_HandleLineTerminationMarker = new ProfilerMarker("TMP Handle Line Termination"); ProfilerMarker_tAE86534C80C5D67768DB3B244D8D139A2E6495E1 L_15; memset((&L_15), 0, sizeof(L_15)); ProfilerMarker__ctor_mCE8D10CF2D2B2C4E51BF1BB66D75FDDE5BDA4A41_inline((&L_15), _stringLiteral672585EB2172F914A61AAB5C1C2E233C0987035E, /*hidden argument*/NULL); ((TextMeshPro_t4C8C961C0939CD311CCC4F5F306C27C5301BD8E4_StaticFields*)il2cpp_codegen_static_fields_for(TextMeshPro_t4C8C961C0939CD311CCC4F5F306C27C5301BD8E4_il2cpp_TypeInfo_var))->set_k_HandleLineTerminationMarker_297(L_15); // private static ProfilerMarker k_SavePageInfoMarker = new ProfilerMarker("TMP Save Text Extent & Page Info"); ProfilerMarker_tAE86534C80C5D67768DB3B244D8D139A2E6495E1 L_16; memset((&L_16), 0, sizeof(L_16)); ProfilerMarker__ctor_mCE8D10CF2D2B2C4E51BF1BB66D75FDDE5BDA4A41_inline((&L_16), _stringLiteral95594F324AD132E7A45107BAE0336FBC7E2C033F, /*hidden argument*/NULL); ((TextMeshPro_t4C8C961C0939CD311CCC4F5F306C27C5301BD8E4_StaticFields*)il2cpp_codegen_static_fields_for(TextMeshPro_t4C8C961C0939CD311CCC4F5F306C27C5301BD8E4_il2cpp_TypeInfo_var))->set_k_SavePageInfoMarker_298(L_16); // private static ProfilerMarker k_SaveProcessingStatesMarker = new ProfilerMarker("TMP Save Processing States"); ProfilerMarker_tAE86534C80C5D67768DB3B244D8D139A2E6495E1 L_17; memset((&L_17), 0, sizeof(L_17)); ProfilerMarker__ctor_mCE8D10CF2D2B2C4E51BF1BB66D75FDDE5BDA4A41_inline((&L_17), _stringLiteral3E379A7C92B6C080930329422A9268005C790F90, /*hidden argument*/NULL); ((TextMeshPro_t4C8C961C0939CD311CCC4F5F306C27C5301BD8E4_StaticFields*)il2cpp_codegen_static_fields_for(TextMeshPro_t4C8C961C0939CD311CCC4F5F306C27C5301BD8E4_il2cpp_TypeInfo_var))->set_k_SaveProcessingStatesMarker_299(L_17); // private static ProfilerMarker k_GenerateTextPhaseIIMarker = new ProfilerMarker("TMP GenerateText - Phase II"); ProfilerMarker_tAE86534C80C5D67768DB3B244D8D139A2E6495E1 L_18; memset((&L_18), 0, sizeof(L_18)); ProfilerMarker__ctor_mCE8D10CF2D2B2C4E51BF1BB66D75FDDE5BDA4A41_inline((&L_18), _stringLiteralF5FA36A19CEF65DE3862693E0022AF1F16F1DFA0, /*hidden argument*/NULL); ((TextMeshPro_t4C8C961C0939CD311CCC4F5F306C27C5301BD8E4_StaticFields*)il2cpp_codegen_static_fields_for(TextMeshPro_t4C8C961C0939CD311CCC4F5F306C27C5301BD8E4_il2cpp_TypeInfo_var))->set_k_GenerateTextPhaseIIMarker_300(L_18); // private static ProfilerMarker k_GenerateTextPhaseIIIMarker = new ProfilerMarker("TMP GenerateText - Phase III"); ProfilerMarker_tAE86534C80C5D67768DB3B244D8D139A2E6495E1 L_19; memset((&L_19), 0, sizeof(L_19)); ProfilerMarker__ctor_mCE8D10CF2D2B2C4E51BF1BB66D75FDDE5BDA4A41_inline((&L_19), _stringLiteral330536DAF837B8959FD2CB0380DEA55B4715D151, /*hidden argument*/NULL); ((TextMeshPro_t4C8C961C0939CD311CCC4F5F306C27C5301BD8E4_StaticFields*)il2cpp_codegen_static_fields_for(TextMeshPro_t4C8C961C0939CD311CCC4F5F306C27C5301BD8E4_il2cpp_TypeInfo_var))->set_k_GenerateTextPhaseIIIMarker_301(L_19); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Vector2__ctor_m9F1F2D5EB5D1FF7091BB527AC8A72CBB309D115E_inline (Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * __this, float ___x0, float ___y1, const RuntimeMethod* method) { { float L_0 = ___x0; __this->set_x_0(L_0); float L_1 = ___y1; __this->set_y_1(L_1); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline (String_t* __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_m_stringLength_0(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 Vector2_op_Implicit_mE407CAF7446E342E059B00AA9EDB301AEC5B7B1A_inline (Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___v0, const RuntimeMethod* method) { Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 V_0; memset((&V_0), 0, sizeof(V_0)); { Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_0 = ___v0; float L_1 = L_0.get_x_2(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_2 = ___v0; float L_3 = L_2.get_y_3(); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_4; memset((&L_4), 0, sizeof(L_4)); Vector2__ctor_m9F1F2D5EB5D1FF7091BB527AC8A72CBB309D115E_inline((&L_4), L_1, L_3, /*hidden argument*/NULL); V_0 = L_4; goto IL_0015; } IL_0015: { Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_5 = V_0; return L_5; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * TMP_Text_get_textInfo_mB006DF4283F14B0E49B9FCC0025D99C29FA534BF_inline (TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 * __this, const RuntimeMethod* method) { { // get { return m_textInfo; } TMP_TextInfo_t33ACB74FB814F588497640C86976E5DB6DD7B547 * L_0 = __this->get_m_textInfo_152(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Vector3__ctor_m57495F692C6CE1CEF278CAD9A98221165D37E636_inline (Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * __this, float ___x0, float ___y1, float ___z2, const RuntimeMethod* method) { { float L_0 = ___x0; __this->set_x_2(L_0); float L_1 = ___y1; __this->set_y_3(L_1); float L_2 = ___z2; __this->set_z_4(L_2); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t TMP_Text_get_overflowMode_mD09EAE40A098EF2E50C65B0900904B8C1EBA0B35_inline (TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 * __this, const RuntimeMethod* method) { { // get { return m_overflowMode; } int32_t L_0 = __this->get_m_overflowMode_115(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t TMP_Text_get_pageToDisplay_mC860756E9242A44EFF0FAF800410A47E02A61783_inline (TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 * __this, const RuntimeMethod* method) { { // get { return m_pageToDisplay; } int32_t L_0 = __this->get_m_pageToDisplay_144(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Vector3_op_Subtraction_m2725C96965D5C0B1F9715797E51762B13A5FED58_inline (Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___a0, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___b1, const RuntimeMethod* method) { Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E V_0; memset((&V_0), 0, sizeof(V_0)); { Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_0 = ___a0; float L_1 = L_0.get_x_2(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_2 = ___b1; float L_3 = L_2.get_x_2(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_4 = ___a0; float L_5 = L_4.get_y_3(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_6 = ___b1; float L_7 = L_6.get_y_3(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_8 = ___a0; float L_9 = L_8.get_z_4(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_10 = ___b1; float L_11 = L_10.get_z_4(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_12; memset((&L_12), 0, sizeof(L_12)); Vector3__ctor_m57495F692C6CE1CEF278CAD9A98221165D37E636_inline((&L_12), ((float)il2cpp_codegen_subtract((float)L_1, (float)L_3)), ((float)il2cpp_codegen_subtract((float)L_5, (float)L_7)), ((float)il2cpp_codegen_subtract((float)L_9, (float)L_11)), /*hidden argument*/NULL); V_0 = L_12; goto IL_0030; } IL_0030: { Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_13 = V_0; return L_13; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float Vector3_Dot_mD19905B093915BA12852732EA27AA2DBE030D11F_inline (Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___lhs0, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___rhs1, const RuntimeMethod* method) { float V_0 = 0.0f; { Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_0 = ___lhs0; float L_1 = L_0.get_x_2(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_2 = ___rhs1; float L_3 = L_2.get_x_2(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_4 = ___lhs0; float L_5 = L_4.get_y_3(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_6 = ___rhs1; float L_7 = L_6.get_y_3(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_8 = ___lhs0; float L_9 = L_8.get_z_4(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_10 = ___rhs1; float L_11 = L_10.get_z_4(); V_0 = ((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_multiply((float)L_1, (float)L_3)), (float)((float)il2cpp_codegen_multiply((float)L_5, (float)L_7)))), (float)((float)il2cpp_codegen_multiply((float)L_9, (float)L_11)))); goto IL_002d; } IL_002d: { float L_12 = V_0; return L_12; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Vector2_op_Implicit_m4FA146E613DBFE6C1C4B0E9B461D622E6F2FC294_inline (Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___v0, const RuntimeMethod* method) { Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E V_0; memset((&V_0), 0, sizeof(V_0)); { Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_0 = ___v0; float L_1 = L_0.get_x_0(); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_2 = ___v0; float L_3 = L_2.get_y_1(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_4; memset((&L_4), 0, sizeof(L_4)); Vector3__ctor_m57495F692C6CE1CEF278CAD9A98221165D37E636_inline((&L_4), L_1, L_3, (0.0f), /*hidden argument*/NULL); V_0 = L_4; goto IL_001a; } IL_001a: { Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_5 = V_0; return L_5; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Vector3_op_Multiply_m079B29E4F58127F03BD52558C1FE1A528547328F_inline (float ___d0, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___a1, const RuntimeMethod* method) { Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E V_0; memset((&V_0), 0, sizeof(V_0)); { Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_0 = ___a1; float L_1 = L_0.get_x_2(); float L_2 = ___d0; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_3 = ___a1; float L_4 = L_3.get_y_3(); float L_5 = ___d0; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_6 = ___a1; float L_7 = L_6.get_z_4(); float L_8 = ___d0; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_9; memset((&L_9), 0, sizeof(L_9)); Vector3__ctor_m57495F692C6CE1CEF278CAD9A98221165D37E636_inline((&L_9), ((float)il2cpp_codegen_multiply((float)L_1, (float)L_2)), ((float)il2cpp_codegen_multiply((float)L_4, (float)L_5)), ((float)il2cpp_codegen_multiply((float)L_7, (float)L_8)), /*hidden argument*/NULL); V_0 = L_9; goto IL_0021; } IL_0021: { Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_10 = V_0; return L_10; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Vector3_op_Addition_mEE4F672B923CCB184C39AABCA33443DB218E50E0_inline (Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___a0, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___b1, const RuntimeMethod* method) { Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E V_0; memset((&V_0), 0, sizeof(V_0)); { Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_0 = ___a0; float L_1 = L_0.get_x_2(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_2 = ___b1; float L_3 = L_2.get_x_2(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_4 = ___a0; float L_5 = L_4.get_y_3(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_6 = ___b1; float L_7 = L_6.get_y_3(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_8 = ___a0; float L_9 = L_8.get_z_4(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_10 = ___b1; float L_11 = L_10.get_z_4(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_12; memset((&L_12), 0, sizeof(L_12)); Vector3__ctor_m57495F692C6CE1CEF278CAD9A98221165D37E636_inline((&L_12), ((float)il2cpp_codegen_add((float)L_1, (float)L_3)), ((float)il2cpp_codegen_add((float)L_5, (float)L_7)), ((float)il2cpp_codegen_add((float)L_9, (float)L_11)), /*hidden argument*/NULL); V_0 = L_12; goto IL_0030; } IL_0030: { Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_13 = V_0; return L_13; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Vector3_op_Multiply_m9EA3D18290418D7B410C7D11C4788C13BFD2C30A_inline (Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___a0, float ___d1, const RuntimeMethod* method) { Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E V_0; memset((&V_0), 0, sizeof(V_0)); { Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_0 = ___a0; float L_1 = L_0.get_x_2(); float L_2 = ___d1; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_3 = ___a0; float L_4 = L_3.get_y_3(); float L_5 = ___d1; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_6 = ___a0; float L_7 = L_6.get_z_4(); float L_8 = ___d1; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_9; memset((&L_9), 0, sizeof(L_9)); Vector3__ctor_m57495F692C6CE1CEF278CAD9A98221165D37E636_inline((&L_9), ((float)il2cpp_codegen_multiply((float)L_1, (float)L_2)), ((float)il2cpp_codegen_multiply((float)L_4, (float)L_5)), ((float)il2cpp_codegen_multiply((float)L_7, (float)L_8)), /*hidden argument*/NULL); V_0 = L_9; goto IL_0021; } IL_0021: { Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_10 = V_0; return L_10; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ProfilerMarker__ctor_mCE8D10CF2D2B2C4E51BF1BB66D75FDDE5BDA4A41_inline (ProfilerMarker_tAE86534C80C5D67768DB3B244D8D139A2E6495E1 * __this, String_t* ___name0, const RuntimeMethod* method) { { String_t* L_0 = ___name0; intptr_t L_1; L_1 = ProfilerUnsafeUtility_CreateMarker_m419027084C68545B765B9345949D8BFCB96C51AD(L_0, (uint16_t)1, 0, 0, /*hidden argument*/NULL); __this->set_m_Ptr_0((intptr_t)L_1); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Vector2_op_Inequality_mA9E4245E487F3051F0EBF086646A1C341213D24E_inline (Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___lhs0, Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___rhs1, const RuntimeMethod* method) { bool V_0 = false; { Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_0 = ___lhs0; Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_1 = ___rhs1; bool L_2; L_2 = Vector2_op_Equality_mAE5F31E8419538F0F6AF19D9897E0BE1CE8DB1B0_inline(L_0, L_1, /*hidden argument*/NULL); V_0 = (bool)((((int32_t)L_2) == ((int32_t)0))? 1 : 0); goto IL_000e; } IL_000e: { bool L_3 = V_0; return L_3; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Vector4_op_Inequality_m2B976EE8649EE1AE9DE1771CEE183AC70E3A75B7_inline (Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 ___lhs0, Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 ___rhs1, const RuntimeMethod* method) { bool V_0 = false; { Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 L_0 = ___lhs0; Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 L_1 = ___rhs1; bool L_2; L_2 = Vector4_op_Equality_mAC86329F5E0AF56A4A1067AB4299C291221720AE_inline(L_0, L_1, /*hidden argument*/NULL); V_0 = (bool)((((int32_t)L_2) == ((int32_t)0))? 1 : 0); goto IL_000e; } IL_000e: { bool L_3 = V_0; return L_3; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Vector3__ctor_mF7FCDE24496D619F4BB1A0BA44AF17DCB5D697FF_inline (Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * __this, float ___x0, float ___y1, const RuntimeMethod* method) { { float L_0 = ___x0; __this->set_x_2(L_0); float L_1 = ___y1; __this->set_y_3(L_1); __this->set_z_4((0.0f)); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Vector2_op_Equality_mAE5F31E8419538F0F6AF19D9897E0BE1CE8DB1B0_inline (Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___lhs0, Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___rhs1, const RuntimeMethod* method) { float V_0 = 0.0f; float V_1 = 0.0f; bool V_2 = false; { Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_0 = ___lhs0; float L_1 = L_0.get_x_0(); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_2 = ___rhs1; float L_3 = L_2.get_x_0(); V_0 = ((float)il2cpp_codegen_subtract((float)L_1, (float)L_3)); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_4 = ___lhs0; float L_5 = L_4.get_y_1(); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_6 = ___rhs1; float L_7 = L_6.get_y_1(); V_1 = ((float)il2cpp_codegen_subtract((float)L_5, (float)L_7)); float L_8 = V_0; float L_9 = V_0; float L_10 = V_1; float L_11 = V_1; V_2 = (bool)((((float)((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_multiply((float)L_8, (float)L_9)), (float)((float)il2cpp_codegen_multiply((float)L_10, (float)L_11))))) < ((float)(9.99999944E-11f)))? 1 : 0); goto IL_002e; } IL_002e: { bool L_12 = V_2; return L_12; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Material_t8927C00353A72755313F046D0CE85178AE8218EE * TMP_SubMesh_get_sharedMaterial_mEECFBA6D6E236B61B233F8445C3CB99DA3BD3688_inline (TMP_SubMesh_tF05E95C4AC87BBE600564968E24B50BE2E06D1B8 * __this, const RuntimeMethod* method) { { // get { return m_sharedMaterial; } Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_0 = __this->get_m_sharedMaterial_7(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool TMP_SubMesh_get_isDefaultMaterial_m6E3B90623D3113C2AEAE51B0150E54E1A42DDDF1_inline (TMP_SubMesh_tF05E95C4AC87BBE600564968E24B50BE2E06D1B8 * __this, const RuntimeMethod* method) { { // get { return m_isDefaultMaterial; } bool L_0 = __this->get_m_isDefaultMaterial_10(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint32_t TMP_TextElement_get_unicode_m20235ED882CB124B30D4DDBF4C2CBD04C3D0B7E1_inline (TMP_TextElement_tDF9A55D56A0B44EA4EA36DEDF942AEB6369AF832 * __this, const RuntimeMethod* method) { { // public uint unicode { get { return m_Unicode; } set { m_Unicode = value; } } uint32_t L_0 = __this->get_m_Unicode_1(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint8_t TMP_TextElement_get_elementType_mC90549E302BA8B4156D4A8B0E159A25CF3200B18_inline (TMP_TextElement_tDF9A55D56A0B44EA4EA36DEDF942AEB6369AF832 * __this, const RuntimeMethod* method) { { // public TextElementType elementType { get { return m_ElementType; } } uint8_t L_0 = __this->get_m_ElementType_0(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR TMP_Asset_tEE129B2B2FE167D4B860286167207DD3AD45B45E * TMP_TextElement_get_textAsset_m233D38D04C699DF9DBDB5C1C78CC6C8F1A6B74BA_inline (TMP_TextElement_tDF9A55D56A0B44EA4EA36DEDF942AEB6369AF832 * __this, const RuntimeMethod* method) { { // public TMP_Asset textAsset { get { return m_TextAsset; } set { m_TextAsset = value; } } TMP_Asset_tEE129B2B2FE167D4B860286167207DD3AD45B45E * L_0 = __this->get_m_TextAsset_2(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint32_t TMP_TextElement_get_glyphIndex_m6F2184310C842C33B817DB68B8BB86EDFC74CC39_inline (TMP_TextElement_tDF9A55D56A0B44EA4EA36DEDF942AEB6369AF832 * __this, const RuntimeMethod* method) { { // public uint glyphIndex { get { return m_GlyphIndex; } set { m_GlyphIndex = value; } } uint32_t L_0 = __this->get_m_GlyphIndex_4(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Glyph_tC58ED6BC718B82A55B7E1A3690A289FFA8EBEFD1 * TMP_TextElement_get_glyph_mF8C054C48E4D166B8D69B34BD680BEEA157F2263_inline (TMP_TextElement_tDF9A55D56A0B44EA4EA36DEDF942AEB6369AF832 * __this, const RuntimeMethod* method) { { // public Glyph glyph { get { return m_Glyph; } set { m_Glyph = value; } } Glyph_tC58ED6BC718B82A55B7E1A3690A289FFA8EBEFD1 * L_0 = __this->get_m_Glyph_3(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void TMP_SubMesh_set_fontAsset_m307C3FCDD486CFA3A99E86844F8FBC3A87AC3B38_inline (TMP_SubMesh_tF05E95C4AC87BBE600564968E24B50BE2E06D1B8 * __this, TMP_FontAsset_tDD8F58129CF4A9094C82DD209531E9E71F9837B2 * ___value0, const RuntimeMethod* method) { { // set { m_fontAsset = value; } TMP_FontAsset_tDD8F58129CF4A9094C82DD209531E9E71F9837B2 * L_0 = ___value0; __this->set_m_fontAsset_4(L_0); // set { m_fontAsset = value; } return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void TMP_SubMesh_set_spriteAsset_m114988A0DB206AF57B97417498959228469BE281_inline (TMP_SubMesh_tF05E95C4AC87BBE600564968E24B50BE2E06D1B8 * __this, TMP_SpriteAsset_t0746714D8A56C0A27AE56DC6897CC1A129220714 * ___value0, const RuntimeMethod* method) { { // set { m_spriteAsset = value; } TMP_SpriteAsset_t0746714D8A56C0A27AE56DC6897CC1A129220714 * L_0 = ___value0; __this->set_m_spriteAsset_5(L_0); // set { m_spriteAsset = value; } return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void TMP_SubMesh_set_fallbackSourceMaterial_m88F5917717363F167DA171F3346334B1097D3CE3_inline (TMP_SubMesh_tF05E95C4AC87BBE600564968E24B50BE2E06D1B8 * __this, Material_t8927C00353A72755313F046D0CE85178AE8218EE * ___value0, const RuntimeMethod* method) { { // set { m_fallbackSourceMaterial = value; } Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_0 = ___value0; __this->set_m_fallbackSourceMaterial_9(L_0); // set { m_fallbackSourceMaterial = value; } return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR TMP_Offset_tFD2420EE03933F6A720EB5B66ED6B4FB67AE2117 TMP_Offset_get_zero_mC68A171E4943C6D024FFEECEC478911D7E3623E2_inline (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TMP_Offset_tFD2420EE03933F6A720EB5B66ED6B4FB67AE2117_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // public static TMP_Offset zero { get { return k_ZeroOffset; } } IL2CPP_RUNTIME_CLASS_INIT(TMP_Offset_tFD2420EE03933F6A720EB5B66ED6B4FB67AE2117_il2cpp_TypeInfo_var); TMP_Offset_tFD2420EE03933F6A720EB5B66ED6B4FB67AE2117 L_0 = ((TMP_Offset_tFD2420EE03933F6A720EB5B66ED6B4FB67AE2117_StaticFields*)il2cpp_codegen_static_fields_for(TMP_Offset_tFD2420EE03933F6A720EB5B66ED6B4FB67AE2117_il2cpp_TypeInfo_var))->get_k_ZeroOffset_4(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR FaceInfo_t3A29F58B4C0435D2D76E3474E2B9D03F8A20C979 TMP_FontAsset_get_faceInfo_m36B45040D6E9F080986E955DD7E1006E8A892DA9_inline (TMP_FontAsset_tDD8F58129CF4A9094C82DD209531E9E71F9837B2 * __this, const RuntimeMethod* method) { { // get { return m_FaceInfo; } FaceInfo_t3A29F58B4C0435D2D76E3474E2B9D03F8A20C979 L_0 = __this->get_m_FaceInfo_12(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float TMP_SubMesh_get_padding_m0767D28093A3622A404341557960A794879291B0_inline (TMP_SubMesh_tF05E95C4AC87BBE600564968E24B50BE2E06D1B8 * __this, const RuntimeMethod* method) { { // get { return m_padding; } float L_0 = __this->get_m_padding_11(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float TMP_GlyphValueRecord_get_xAdvance_m3B69FED0F6328E0CE79DE48835C1B47FBA3C17C0_inline (TMP_GlyphValueRecord_tEF00CF591899C9C5D8028D3F6C55FD7B67DFE9D2 * __this, const RuntimeMethod* method) { { // public float xAdvance { get { return m_XAdvance; } set { m_XAdvance = value; } } float L_0 = __this->get_m_XAdvance_2(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Vector3_op_Division_mE5ACBFB168FED529587457A83BA98B7DB32E2A05_inline (Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___a0, float ___d1, const RuntimeMethod* method) { Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E V_0; memset((&V_0), 0, sizeof(V_0)); { Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_0 = ___a0; float L_1 = L_0.get_x_2(); float L_2 = ___d1; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_3 = ___a0; float L_4 = L_3.get_y_3(); float L_5 = ___d1; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_6 = ___a0; float L_7 = L_6.get_z_4(); float L_8 = ___d1; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_9; memset((&L_9), 0, sizeof(L_9)); Vector3__ctor_m57495F692C6CE1CEF278CAD9A98221165D37E636_inline((&L_9), ((float)((float)L_1/(float)L_2)), ((float)((float)L_4/(float)L_5)), ((float)((float)L_7/(float)L_8)), /*hidden argument*/NULL); V_0 = L_9; goto IL_0021; } IL_0021: { Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_10 = V_0; return L_10; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR TMP_FontAsset_tDD8F58129CF4A9094C82DD209531E9E71F9837B2 * TMP_Text_get_font_mCCC689E89501A382C24F73AB305F647CA47FD9E2_inline (TMP_Text_t86179C97C713E1A6B3751B48DC7A16C874A7B262 * __this, const RuntimeMethod* method) { { // get { return m_fontAsset; } TMP_FontAsset_tDD8F58129CF4A9094C82DD209531E9E71F9837B2 * L_0 = __this->get_m_fontAsset_40(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float TMP_Offset_get_right_m1B46C31FD5A0007F680BBDF93C840A027E5F1643_inline (TMP_Offset_tFD2420EE03933F6A720EB5B66ED6B4FB67AE2117 * __this, const RuntimeMethod* method) { { // public float right { get { return m_Right; } set { m_Right = value; } } float L_0 = __this->get_m_Right_1(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float TMP_Offset_get_bottom_m09B52DCF774778DCF8B9F39C9B67AD6A0A9117D4_inline (TMP_Offset_tFD2420EE03933F6A720EB5B66ED6B4FB67AE2117 * __this, const RuntimeMethod* method) { { // public float bottom { get { return m_Bottom; } set { m_Bottom = value; } } float L_0 = __this->get_m_Bottom_3(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float TMP_Offset_get_top_m7AE495DCE94F1ACD1BC337964DE163993E27F784_inline (TMP_Offset_tFD2420EE03933F6A720EB5B66ED6B4FB67AE2117 * __this, const RuntimeMethod* method) { { // public float top { get { return m_Top; } set { m_Top = value; } } float L_0 = __this->get_m_Top_2(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float TMP_Offset_get_left_mDB8C774DB82D64137FDB932BC38F614EDFBBDC24_inline (TMP_Offset_tFD2420EE03933F6A720EB5B66ED6B4FB67AE2117 * __this, const RuntimeMethod* method) { { // public float left { get { return m_Left; } set { m_Left = value; } } float L_0 = __this->get_m_Left_0(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject * List_1_get_Item_m7B5E3383CB67492E573AC0D875ED82A51350F188_gshared_inline (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * __this, int32_t ___index0, const RuntimeMethod* method) { { int32_t L_0 = ___index0; int32_t L_1 = (int32_t)__this->get__size_2(); if ((!(((uint32_t)L_0) >= ((uint32_t)L_1)))) { goto IL_000e; } } { ThrowHelper_ThrowArgumentOutOfRangeException_m4841366ABC2B2AFA37C10900551D7E07522C0929(/*hidden argument*/NULL); } IL_000e: { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_2 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)__this->get__items_1(); int32_t L_3 = ___index0; RuntimeObject * L_4; L_4 = IL2CPP_ARRAY_UNSAFE_LOAD((ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)L_2, (int32_t)L_3); return (RuntimeObject *)L_4; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t List_1_get_Count_m5D847939ABB9A78203B062CAFFE975792174D00F_gshared_inline (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * __this, const RuntimeMethod* method) { { int32_t L_0 = (int32_t)__this->get__size_2(); return (int32_t)L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t List_1_get_Count_m70BC2BBCAA532A1588DB59CA7E556F541F32621D_gshared_inline (List_1_t023026A8F0D0D113E2B62213C8C74717BF7F4731 * __this, const RuntimeMethod* method) { { int32_t L_0 = (int32_t)__this->get__size_2(); return (int32_t)L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint32_t List_1_get_Item_mB16774A7E717953B089B111C42D5DD2256E30F69_gshared_inline (List_1_t023026A8F0D0D113E2B62213C8C74717BF7F4731 * __this, int32_t ___index0, const RuntimeMethod* method) { { int32_t L_0 = ___index0; int32_t L_1 = (int32_t)__this->get__size_2(); if ((!(((uint32_t)L_0) >= ((uint32_t)L_1)))) { goto IL_000e; } } { ThrowHelper_ThrowArgumentOutOfRangeException_m4841366ABC2B2AFA37C10900551D7E07522C0929(/*hidden argument*/NULL); } IL_000e: { UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_2 = (UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)__this->get__items_1(); int32_t L_3 = ___index0; uint32_t L_4; L_4 = IL2CPP_ARRAY_UNSAFE_LOAD((UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF*)L_2, (int32_t)L_3); return (uint32_t)L_4; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t TMP_TextProcessingStack_1_get_Count_m32B3573BD0E2ABC1485F9D03AE8D19ACFE2EA06C_gshared_inline (TMP_TextProcessingStack_1_t09C36897DBFF463BB173E0ED3612A8D49A8EE2D7 * __this, const RuntimeMethod* method) { { // get { return m_Count; } int32_t L_0 = (int32_t)__this->get_m_Count_5(); return (int32_t)L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Vector4_op_Equality_mAC86329F5E0AF56A4A1067AB4299C291221720AE_inline (Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 ___lhs0, Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 ___rhs1, const RuntimeMethod* method) { float V_0 = 0.0f; float V_1 = 0.0f; float V_2 = 0.0f; float V_3 = 0.0f; float V_4 = 0.0f; bool V_5 = false; { Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 L_0 = ___lhs0; float L_1 = L_0.get_x_1(); Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 L_2 = ___rhs1; float L_3 = L_2.get_x_1(); V_0 = ((float)il2cpp_codegen_subtract((float)L_1, (float)L_3)); Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 L_4 = ___lhs0; float L_5 = L_4.get_y_2(); Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 L_6 = ___rhs1; float L_7 = L_6.get_y_2(); V_1 = ((float)il2cpp_codegen_subtract((float)L_5, (float)L_7)); Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 L_8 = ___lhs0; float L_9 = L_8.get_z_3(); Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 L_10 = ___rhs1; float L_11 = L_10.get_z_3(); V_2 = ((float)il2cpp_codegen_subtract((float)L_9, (float)L_11)); Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 L_12 = ___lhs0; float L_13 = L_12.get_w_4(); Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 L_14 = ___rhs1; float L_15 = L_14.get_w_4(); V_3 = ((float)il2cpp_codegen_subtract((float)L_13, (float)L_15)); float L_16 = V_0; float L_17 = V_0; float L_18 = V_1; float L_19 = V_1; float L_20 = V_2; float L_21 = V_2; float L_22 = V_3; float L_23 = V_3; V_4 = ((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_multiply((float)L_16, (float)L_17)), (float)((float)il2cpp_codegen_multiply((float)L_18, (float)L_19)))), (float)((float)il2cpp_codegen_multiply((float)L_20, (float)L_21)))), (float)((float)il2cpp_codegen_multiply((float)L_22, (float)L_23)))); float L_24 = V_4; V_5 = (bool)((((float)L_24) < ((float)(9.99999944E-11f)))? 1 : 0); goto IL_0057; } IL_0057: { bool L_25 = V_5; return L_25; } }